@media (max-width: 1279.9999px) {
  .title-section .img {
    max-width: 480px;
    max-height: 480px;
  }

  .service-provider-item {
    padding: 24px;
  }

  .our-mission {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .about-section {
    display: flex;
    gap: 40px;
  }
}
@media (max-width: 1132.9999px) {
  .header .content,
  .header {
    height: 72px;
  }
  .menu__box {
    top: 72px;
  }
  .header-menu {
    display: none;
  }
  .header_logo {
    width: 210px;
    height: 48px;
  }
  .hamburger-menu {
    display: block;
  }
  .header-switch-lang {
    display: none;
  }

  .footer-top {
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
  }
  .footer-top section:first-child {
    display: flex;
    gap: 32px;
    width: 100%;
  }
  .footer_logo:not(:first-of-type) {
    margin-top: 0;
  }

  .title-section .img {
    max-width: 400px;
    max-height: 400px;
  }


  .service-provider-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-provider-page_select {
    max-width: 300px;
  }

  .join-now-half .content {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }
  .join-now-half_text::before {
    left: 40px;
  }
  .join-now-half:first-of-type .join-now-half_text:before {
    right: 40px;
  }
  .join-now-half_text .f-17 {
    max-width: 800px;
    margin: 0 auto;
  }

  .service-provider-page .grid-box {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .about-section {
    flex-direction: column;
    gap: 28px;
  }
  .about-section_video {
    min-width: inherit;
    max-width: inherit;
  }
  .about-section_title {
    font-size: 33px;
  }
}
@media (max-width: 833.9999px) {
  .service-provider-page_filds {
    gap: 24px;
  }
  .content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .header_logo {
    width: 210px;
    height: 48px;
  }

  .footer-top section:nth-child(2),
  .footer-top section:nth-child(3) {
    width: 40%;
  }
  .footer-top section:nth-child(4) {
    width: 100%;
  }
  .footer-top section:last-child {
    display: none;
  }

  .title-section {
    padding-top: 56px;
    padding-bottom: 40px;
    height: initial;
  }
  .title-section::before {
    width: 100%;
    max-width: 600px;
    max-height: 600px;
    height: 100%;
    bottom: -40px;
  }
  .title-section .content {
    /* display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between; */
    flex-direction: column;
  }
  .title-section .content > div {
    text-align: center;
  }
  .title-section h1 {
    font-size: 41px;
  }
  .title-section h3 {
    margin-bottom: 24px;
  }
  .title-section .img {
    max-width: 440px;
    max-height: 440px;
  }

  .service-provider-page section.line-gray {
    display: none;
  }
  .service-provider-page .support-wrap {
    padding: 0;
  }
  .service-provider-page .info-section {
    margin-top: 16px;
    padding: 32px 24px;
    border-radius: 0px;
    width: 100%;
    max-width: 100%;
    position: sticky;
    border-bottom: none;
  }
  .service-provider-page .file-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .service-provider-page_review-card {
    padding: 20px 24px;
  }
  .contact-back_text h1 {
    font-size: 41px;
  }

  .how-apply .f-41 {
    font-size: 33px;
  }
  .how-apply_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
    margin-top: 20px;
  }
  .how-apply_list-item {
    min-height: 300px;
  }
  .how-apply_list-item-title {
    font-size: 21px;
  }
}
@media (max-width: 743.9999px) {
  .f-27 {
    font-size: 21px;
  }
  .f-41 {
    font-size: 33px;
  }

  .big-ava {
    width: 80px;
    height: 80px;
  }

  .title-section .img {
    max-width: 400px;
    max-height: 400px;
  }

  .service-provider .content > .d-flex {
    flex-direction: column;
    align-items: start;
  }
  .service-provider .btn {
    margin-top: 16px;
  }
  .service-provider-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .service-provider-page .ava-section .justify-content-between {
    flex-direction: column;
    gap: 16px;
  }
  .service-provider-page .ava-section .justify-content-between > .d-flex {
    flex-direction: column;
    gap: 16px !important;
  }
  .service-provider-page .ava-section .justify-content-between .justify-content-end {
    justify-content: start;
  }
  .service-provider-page .grid-box {
    grid-template-columns: 1fr;
  }
  .service-provider-page_filds {
    flex-direction: column;
  }
  .service-provider-page_select {
    max-width: 100%;
  }
  .service-provider-page_review-card {
    padding: 20px 20px;
  }

  .join-now-half {
    padding: 64px 0;
  }
  .about-hero > .content:first-child:before {
    max-width: 219px;
    height: 200px;
    bottom: initial;
    top: 80px;
  }
  .about-hero_text h1 {
    font-size: 41px;
  }
  .our-mission {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-section,
  .how-apply {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 599.9999px) {
  .title-section::before {
    max-width: 85vw;
    max-height: 85vw;
  }
}
@media (max-width: 479.9999px) {
  .f-21 {
    font-size: 17px;
  }

  .header .content,
  .header {
    height: 68px;
  }
  .menu__box {
    top: 68px;
  }
  .header_logo {
    width: 170px;
    height: 38px;
  }
  .header_btn {
    width: 170px;
    height: 40px;
  }

  .content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-top {
    flex-direction: column;
  }
  .footer-top section:nth-child(2),
  .footer-top section:nth-child(3) {
    width: initial;
  }

  .title-section h3 {
    font-size: 17px;
  }
  .title-section .img {
    max-width: 350px;
    max-height: 350px;
  }

  .service-provider,
  .our-service {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .about-hero_text h1 {
    font-size: 41px;
    line-height: 41px;
  }

  .service-provider-page_filds {
    gap: 16px;
  }
  .service-provider-page .grid-box {
    gap: 32px;
  }
  .service-provider-page .media-box img {
    width: 116px;
    height: 116px;
  }

  .join-now-half .btn {
    width: 100%;
  }
  .join-now-half_text::before {
    bottom: initial;
    top: 30px;
  }

  .our-mission {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .contact-list {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .contact-list_item {
    flex-direction: column;
  }

  .about-section,
  .how-apply {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .how-apply_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .how-apply_list-item {
    min-height: 225px;
  }

  .about-section {
    gap: 24px;
  }
}

@media (max-width: 429.9999px) {
  .header_btn {
    width: 100px;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .footer-top section:nth-child(1) {
    display: none;
  }
  .footer-top section:last-child {
    display: block;
  }
  .footer-bottom {
    background: white;
  }

  .about-hero {
    height: 380px;
  }
  .about-hero_text h3 {
    font-size: 17px;
  }
  .swiper-objectives .swiper-slide {
    padding: 32px 12px 32px;
  }
}