@media screen and (max-width: 1025px) {
  body {
    height: 100%;
  }
  main {
    height: 100vh;
  }

  .content-header {
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 32px 32px;
    margin: auto;
  }

  .slides {
    display: flex;
    transition: transform 0.6s ease-in-out;
    width: 100%;
    height: auto;
  }

  .slides img {
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;
  }

  .container-timeline-start::after {
    content: "";
    position: absolute;
    top: -10px;
    transform: translateX(50%);
    left: calc(50% - 23px);
    width: 20px;
    height: 20px;
    background: linear-gradient(
      to right,
      rgba(23, 107, 107, 1),
      rgba(46, 174, 174, 1)
    );
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: 1;
  }
  .container-timeline::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    right: -11px;
    top: 0px;
    transform: rotate(45deg);
    z-index: 1;
    background: linear-gradient(
      to right,
      rgba(23, 107, 107, 1),
      rgba(46, 174, 174, 1)
    );
  }
  .right::after {
    left: -17px;
  }
  .container-timeline-start {
    min-height: 150px;
  }

  .section-5 {
    padding: 60px 32px;
  }
  .content-card span {
    font-size: 12px;
    font-weight: 400;
  }
  .title-card {
    font-size: 12px;
    font-weight: 600;
  }
  .img-card {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    gap: 5.792px;
    flex-shrink: 0;
  }
  .card {
    padding: 24px;
    align-items: flex-start;
    gap: 12px;
  }
  .icon-rhombus {
    width: 10px;
    height: 10px;
  }
  .section-1,
  .section-2,
  .section-3,
  .section-7,
  .section-8 {
    align-items: center;
    padding: 60px 32px;
  }
  .section-1 {
    height: auto;
  }
  .vision-mission-header {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .header-section-3 {
    justify-content: center;
    margin-bottom: 12px;
  }
  .title-header {
    font-size: 20px;
    font-weight: 400;
    width: auto;
  }
  .vision-mission-icon {
    width: 32px;
    height: 32px;
  }
  .item-left span {
    color: var(--Green-800, #004239);
    font-size: 14px;
    font-weight: 600;
  }
  .description-about-us span {
    font-size: 10px;
    font-weight: 400;
    z-index: 2;
    position: relative;
  }
  .default-toggle,
  .description-about-us.show {
    padding: 24px;
  }
  .item-left img {
    width: 29px;
    height: 29px;
  }
  .description-about-us > div img {
    width: 10px;
    height: 10px;
  }
  .title-header-white {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
  }
  .vision-mission-header img {
    width: 24px !important;
    height: 24px !important;
  }
  .vision-mission-item .vision-mission-title {
    color: var(--Vivid-white-50, #fdfdfc);
    font-size: 20px;
    font-weight: 400;
  }
  /* .vision-mission-item .vision-mission-icon {
    width: 17px !important;
    height: 17px !important;
  } */
  .vision-mission-description {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
  }
  .vision-mission-item {
    padding: 24px;
  }
  .content-value-main .vision-mission-icon {
    width: 24px;
    height: 24px;
  }
  .content-value-main .vision-mission-title {
    color: var(--Vivid-white-50, #fdfdfc);
    font-size: 18px;
    font-weight: 400;
  }
  .icon {
    width: 41px;
    height: 41px;
    align-self: flex-start;
  }
  .item {
    display: flex;
    justify-content: flex-start;
    padding: 24px;
  }
  .vision-mission-text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    align-self: flex-start;
  }
  .year {
    font-size: 42px;
    font-weight: 600;
  }
  .content-timeline p {
    color: #2b514c;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.278px;
  }
  .content-timeline {
    min-height: 150px;
  }
  .year-left {
    top: -20%;
  }
  .year-right {
    top: -20%;
  }
  .section-6 {
    height: 106px;
    padding: 32px 60px;
    /* min-height: 106px; */
  }
  .card-employer h3,
  .card-worker h3 {
    font-size: 46.333px;
    font-weight: 600;
  }
  /* .card-employer {
    align-items: center;
    justify-content: center;
  } */
  .card-employer span,
  .card-worker span {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }
  .card-child {
    /* justify-content: center;
    align-items: center; */
    padding: 14px;
  }
  .card-child h3 {
    font-size: 40px;
    font-weight: 500;
  }
  .card-child span {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }
  .card-field-of-activity .icon {
    width: 52px;
    height: 52px;
    margin-bottom: 0px;
  }
  .card-field-of-activity span {
    font-size: 14px;
    font-weight: 400;
  }
  .card-field-of-activity img {
    height: 142.475px;
  }
  .card-field-of-activity {
    gap: 16px;
  }
  .card:hover {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .section-9 {
    padding: 60px 0px;
  }
  .vision-mission-header-9 {
    align-self: center;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .carousel-item img {
    width: 57px;
    height: 57px;
    object-fit: contain;
  }
  .section-10 {
    min-height: 70px;
    display: flex;
    padding: 40px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: url("../images/background-discover.png") lightgray 50% / cover
      no-repeat;
  }
  /* .section-4 {
    height: 106px;
    padding: 32px 60px;
    min-height: 106px;
  } */
  .section-4,
  .section-6 {
    height: 106px;
    padding: 16px 32px;
    min-height: 106px;
  }
  .section-10 {
    height: 70px;
    padding: 16px 32px;
    min-height: 70px;
  }

  .section-4 img {
    /* height: 17px; */
  }

  .footer {
    /* height: 60%; */
    height: max-content;
    padding: 40px 32px;
  }
  .content-info-left h4 {
    font-size: 10.425px;
    font-weight: 500;
  }
  .content-info-left span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: var(--Green-900, #003831);
  }
  .contact-info h4 {
    color: var(--Green-900, #003831);
    font-family: Montserrat;
    font-size: 10.425px;
    font-weight: 500;
  }
  .contact-info span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: var(--Green-900, #003831);
  }
  .tile-qr {
    color: var(--Green-900, #003831);
    font-family: Montserrat;
    font-size: 10.425px;
    font-weight: 500;
  }
  .content-qr-code {
    display: flex;
    width: 108.304px;
    height: 118.729px;
    padding: 10px;
  }
  .content-qr-code img {
    object-fit: cover;
    width: 90px;
  }
  .content-right-header {
    display: none;
  }
  .container {
    padding: 0px 12px;
    width: 100%;
  }
  .menu-moblie {
    height: auto;
    background: white;
    position: fixed;
    width: 50%;
    top: 88px;
    z-index: 9999;
    overflow: hidden;
    display: none;
    justify-content: flex-start;
    align-items: center;
    padding: 32px 24px;
    color: black;
    right: 0;
    gap: 16px;
    height: 100%;
  }
  .menu-moblie.show {
    display: flex;
    animation: slideLeft 0.6s forwards;
  }
  .menu-moblie span {
    display: flex;
    /* height: 48px; */
    padding: 24px 32px;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    justify-content: flex-start;
    gap: 16px;
  }
  .menu-moblie p {
    margin: 0px;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .icon-menu {
    align-self: flex-end;
    width: 25px;
    height: 28px;
  }
  .header-active {
    width: 100%;
    justify-content: space-around;
    margin: 0px;
    padding: 0px;
  }
  .icon-menu-inActive {
    display: flex;
  }
  .section-2 {
    overflow: hidden;
  }
  .content-text {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 100%;
    gap: 16px;
  }
  .text {
    padding: 0;
    margin: 0;
  }
  body.no-scroll {
    overflow: hidden; /* Không cho phép cuộn trang */
    z-index: 1;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Màu đen mờ */
    z-index: 998; /* Để lớp overlay phủ lên trên body */
    display: none; /* Ẩn lớp này mặc định */
  }

  /* Khi menu mở, hiển thị overlay */
  .menu-moblie.show + .overlay {
    display: block;
  }
  .content-overlay {
    display: none;
  }
  .content-overlay.show {
    display: block;
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .img-about-us-mb {
    display: none;
  }
  .card-field-of-activity img {
    align-self: flex-start;
  }
  .carousel-item img {
    width: 87px;
    height: 87px;
  }
  .contact-info span a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: var(--Green-900, #003831);
  }
  .content-info-right {
    width: 50%;
  }
  .section-10 {
    min-height: 69.5px;
    padding: 0px 32px;
  }
  .qr-code-mb {
    display: none;
  }
  .content-info-left {
    width: fit-content;
  }
  .card-field-of-activity .icon-diamond {
    width: 40px;
  }
  .img-about-activity {
    /* width: 100%; */
  }
  .content-info-left {
    gap: 6px;
  }
  .content-line {
    margin-bottom: 8px;
  }
  .content-about-us {
    gap: 4px;
  }
  .container-section-7 {
    gap: 16px;
  }
  .item-about-us {
    padding: 12px 20px;
    border-radius: 12px;
  }
  .description-about-us {
    border-radius: 12px;
  }
  .img-about-us {
    border-radius: 12px;
  }
  .icon-drop-down {
    width: 14px;
  }
  .container-vision-mission {
    gap: 16px;
  }
  .container-value-main {
    column-gap: 16px;
    row-gap: 24px;
  }
  .content-section-7 {
    gap: 16px;
  }
  .content-section-7-child {
    gap: 12px;
  }
  .container-card {
    gap: 12px;
  }
  .item .icon {
    width: 60px;
    height: 60px;
  }
  img.logo-header {
    display: flex;
    width: 165px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
  }
  .item-about-us {
    pointer-events: auto; /* Chỉ cho phép click, không có hover */
  }
  .content-copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: auto;
    position: relative;
    margin-top: 32px;
  }
  .content-copyright span {
    padding: 16px 0px 0px 0px;
  }
  .description-about-us span span {
    font-weight: 600;
  }
  .social-tablet {
    display: flex;
  }
  .container-social {
    padding: 0px;
  }
  .content-social {
    gap: 9.267px;
  }
  .social-desktop {
    display: none;
  }
  .count-online {
    display: block;
    align-self: flex-end;
  }
  .row-start .text-count-online {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: var(--Green-900, #003831);
  }
}

@media screen and (max-width: 1025px) and (min-width: 768px) {
  .container-about-us {
    height: 540px;
  }
  .content-about-us {
    width: 50%;
  }
  .timeline::after {
    width: 3px;
  }
  .container-timeline-start::after {
    left: calc(50% - 24px);
  }
  .container-timeline::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: -5px;
    top: 0px;
    transform: rotate(45deg);
    z-index: 1;
    background: linear-gradient(
      to right,
      rgba(23, 107, 107, 1),
      rgba(46, 174, 174, 1)
    );
  }
  .right::after {
    left: -14px;
  }
  .container-timeline-end::after {
    left: calc(50% - 4px);
  }
  .right p {
    margin-left: 17px;
  }
  .left p {
    margin-right: 19px;
  }
  .vision-mission-header {
    gap: 10px;
  }
  .vision-mission-header-9 img {
    width: 24px;
  }
  .content-timeline > p {
    margin-top: -40px;
  }
  p.text-timeline-4.text-active {
    margin-top: -55px;
  }
}

@-moz-document url-prefix() {
  @media screen and (max-width: 1025px) and (min-width: 768px) {
    .container-about-us {
      height: 540px;
    }
    .content-about-us {
      width: 50%;
    }
  }
}
