/* Ảnh 1 */
.about-images .img-1 {
  top: 30%;
  left: 0;
  width: 25%;
  z-index: 2;
}

/* Ảnh 2 (ảnh chính, to ở giữa) */
.about-images .img-2 {
  top: 0;
  left: 50%;
  width: 50%;
  z-index: 1;
}

/* Ảnh 3 (chồng nhẹ ở dưới) */
.about-images .img-3 {
  bottom: -10%;
  left: 10%;
  width: 50%;
  z-index: 1;
}


@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {
    /* Ảnh 1 */
    .about-images .img-1 {
        top: 30%;
        left: 0;
        width: 37%;
        z-index: 2;
    }

    /* Ảnh 2 (ảnh chính, to ở giữa) */
    .about-images .img-2 {
    top: 0;
    left: 50%;
    width: 50%;
    z-index: 1;
    }

    /* Ảnh 3 (chồng nhẹ ở dưới) */
    .about-images .img-3 {
    bottom: -10%;
    left: 10%;
    width: 50%;
    z-index: 1;
    }
}
@media screen and (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav .nav-link
    {
        font-size: 18px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #header .nav-item
    {
        margin-inline-end: 0 !important;
    }
    .about-wrap
    {
        display: block;
    }
    .about-images .img-3 {
        bottom: -10%;
        left: 10%;
        width: 70%;
        z-index: 1;
    }
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 768px) {
    .navbar-expand-lg .navbar-nav .nav-link
    {
        font-size: 16px;
    }
    #about-us .about-wrap
    {
        display: block;
    }
    .about-content
    {
        margin-top: 50px;
    }
    .about-images .img-1 {
        top: 1%;
        left: 10%;
        width: 25%;
        z-index: 2;
    }

    /* Ảnh 2 (ảnh chính, to ở giữa) */
    .about-images .img-2 {
    top: 0;
    left: 50%;
    width: 50%;
    z-index: 1;
    }

    /* Ảnh 3 (chồng nhẹ ở dưới) */
    .about-images .img-3 {
    bottom: -10%;
    left: 10%;
    width: 50%;
    z-index: 1;
    }
}