@media screen and (max-width: 810px) {
  body {
    padding-top: env(safe-area-inset-top); /* Dành không gian cho notch */
    padding-left: env(safe-area-inset-left); /* Dành không gian cho bên trái */
    padding-right: env(
      safe-area-inset-right
    ); /* Dành không gian cho bên phải */
    padding-bottom: env(safe-area-inset-bottom); /* Dành không gian cho dưới */
  }

  /* ------ START các thẻ xài chung---------- */
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .view-details-btn {
    padding: 4px 16px;
    font-size: 12px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  /* ------ END các thẻ xài chung---------- */
  .section-10 {
    height: 56px;
    padding: 0px 16px;
    min-height: 56px;
  }
  .content-header {
    padding: 0 16px;
  }
  .menu-moblie {
    height: auto;
    background: white;
    position: fixed;
    max-width: 100%;
    top: 69px;
    z-index: 9999;
    overflow: hidden;
    display: none;
    justify-content: flex-start;
    align-items: center;
    padding: 24px;
    color: black;
    right: 0;
    gap: 0px;
    height: 100%;
    width: -webkit-fill-available;
    border: 1px solid var(--Color-Neutral-Neutral---100, #f5f5f5);
  }
  .menu-moblie span {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }
  .menu-moblie .content-text.active .text {
    font-weight: 600;
  }
  .icon-menu-inActive button {
    display: none;
  }
  .icon-menu {
    width: 18px;
    height: 20px;
  }
  .left p {
    margin-right: 0px;
  }
  img.logo-header {
    display: flex;
    width: 120px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
  }
  #submenu .content-text,
  #submenu {
    padding: 4px;
    padding-left: 12px;
  }
  .collapse-menu.active #submenu {
    gap: 8px;
  }
  .index-page .container:not(.header-active):hover {
    background: transparent;
  }
  /* footer */
  .sevago-footer {
    padding: 24px 0 12px;
  }
  .footer-container {
    padding: 0 16px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .footer-column:first-child {
    grid-column: span 2;
  }
  .footer-column:last-child {
    margin-left: -8px;
  }
  .footer-top {
    flex-direction: column;
    gap: 24px;
    align-items: start;
    padding-bottom: 0;
  }
  /* .social-column {
    grid-column: span 2;
  } */

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    padding: 24px 16px 12px;
    text-align: center;
    align-items: start;
  }
  .product-subscribe-input-container {
    width: 100%;
  }
  .product-subscribe-input-content {
    min-width: 0;
    flex: 1;
  }
  .product-subscribe-btn {
    padding: 4px 16px;
    flex-shrink: 0;
    font-size: 12px;
  }
  .product-subscribe-input {
    max-width: 100%;
    width: 100%;
    min-width: unset;
  }
  .input-field,
  .input-field::placeholder {
    font-size: 12px;
  }
  .copyright {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    width: inherit;
  }
  .footer-bottom-container {
    flex-direction: column;
    width: fit-content;
    gap: 4px;
  }
  .section-directors,
  .home-section,
  .section-commitment,
  .section-new,
  .section-new-detail,
  .section-life,
  .section-5,
  .banner-gallery {
    padding: 40px 16px;
  }
  .home-introduction__screen {
    gap: 24px;
  }
  /* home slide swiper */
  .banner-button-description {
    font-size: 12px;
  }
  .banner-button h3 {
    font-size: 18px;
  }
  #swiper-pagination-banner {
    bottom: 15px !important;
  }
  /* section history */
  .home-history {
    padding: 40px 0;
    gap: 24px;
  }
  .home-history__slide {
    display: none;
  }
  .home-history__mobile {
    display: flex;
    flex-direction: column;
  }
  .commitment-title,
  .human-resource-title,
  .home-history-title-container {
    gap: 8px;
  }
  .slide-line-container {
    grid-template-columns: 0.6fr 1.8fr 0.6fr;
    height: auto;
    padding-top: 57px;
  }
  .slide-line-content-year {
    font-size: 16px;
    line-height: 24px;
  }
  .slide-line-content-year-active {
    font-size: 30px;
    line-height: 38px;
    top: -45px;
  }
  .slide-line-content-title {
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
    margin-top: 25px;
  }
  .slide-line-description {
    text-align: center;
  }
  .slide-line-content-year {
    top: -30px;
  }
  .slide-line-img {
    margin: 0 16px;
    margin-top: 18px;
    height: 200px;
  }
  .slide-line-img img {
    border-radius: 4.842px;
  }
  /* section 7 */
  .section-business,
  .section-human-resource {
    padding: 40px 16px;
  }
  .container-section-7 {
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .container-section-5,
  .content-section-7 {
    flex-direction: column;
    display: flex;
  }
  .tablet-screen {
    display: none;
  }
  .card-employer {
    max-width: 100%;
  }
  .card-employer h3 {
    font-size: 36px;
    line-height: 44px;
  }
  .card-employer .suffix-m2 {
    font-size: 20px;
  }
  .card-employer span {
    font-size: 12px;
  }
  .section-final {
    padding: 58px 16px;
  }
  .introduction-content {
    width: 100%;
  }
  .introduction-content-icon-left,
  .introduction-content-icon-right {
    display: none;
  }
  /* director */
  .section-directors-card-content {
    padding: 12px;
  }
  /* vision mission */
  .section-vision-mission {
    padding: 24px 16px 40px;
    gap: 24px;
  }
  .vision-mission {
    flex-direction: column;
    gap: 24px;
  }
  .vision-mission-content,
  .vision-mission-content-title {
    padding: 40px 24px;
    gap: 16px;
  }
  .vision-mission-title-img {
    width: 48px;
    height: 48px;
  }
  .vision-mission-title {
    flex: 0 0 calc(50% - 16px);
  }
  /* business field */
  .business-field-card {
    flex-direction: column;
  }
  .business-field-card-left,
  .business-field-card-right {
    gap: 12px;
  }
  .business-field-card:nth-child(even) {
    flex-direction: column-reverse;
  }
  .business-field-card-img {
    height: 200px;
  }
  /* section 5 */
  .content-card span {
    font-size: 12px;
  }
  /* banner gallery */
  .banner-gallery-content {
    flex-direction: column;
    padding: 0 60px;
    gap: 40px;
  }
  .banner-gallery-content:nth-child(even) {
    flex-direction: column-reverse;
  }
  .banner-gallery-blur-left,
  .banner-gallery-blur-right {
    display: none;
  }
  .banner-gallery-content-final {
    padding: 40px 16px 0px;
  }
  .banner-gallery-p {
    width: 100%;
    font-size: 12px;
  }
  /* NEWS */
  .section-life-container,
  .new-detail-social,
  .new-detail-container,
  .business-field-container,
  .section-directors,
  .section-business,
  .news-container {
    gap: 24px;
  }
  .news-content {
    grid-template-columns: 1fr;
  }
  .section-news-card {
    padding: 16px;
    gap: 12px;
  }
  .section-news-card-content {
    gap: 6px;
  }
  .section-news-card:first-child {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .view-details-btn-small-margin {
    margin-top: 12px;
    font-size: 12px;
  }
  .news-title {
    flex-direction: column;
  }
  .section-news-card-img img,
  .section-commitment-card-img img {
    aspect-ratio: 340/199.81;
  }
  .view-new-details-btn,
  .view-activity-details-btn,
  .view-details-btn-small,
  .section-commitment-card-span,
  .section-news-card-span {
    font-size: 12px;
  }
  .section-commitment-card-p,
  .section-news-card-p {
    font-size: 14px;
  }

  /* new detail */
  .new-detail-social-text {
    font-size: 24px;
    line-height: 32px;
  }
  .new-detail-child {
    font-size: 20px;
    line-height: 28px;
  }
  .new-detail-img-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .new-detail-menu-content > p,
  .new-detail-menu-left > p,
  .home-history-title-container > p,
  .activity-title-p,
  .commitment-title-p,
  .human-resource-title-p,
  .home-introduction__text,
  .new-detail-category > p,
  .new-detail-child > div {
    font-size: 14px;
  }
  /* about-us */
  .featured-activities-title-container {
    gap: 8px;
  }
  /* library */
  .life-container {
    gap: 16px;
  }
  .life-title {
    font-size: 16px;
    line-height: 24px;
  }
  .modal-content {
    width: 95vw;
    height: 400px;
  }

  .featured-activities-container {
    gap: 24px !important;
  }
  .section-featured-activities {
    padding: 40px 16px;
  }
  .swipper-activity {
    gap: 24px !important;
  }
  .section-directors-card-img {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #fff 0%, #c2e8e0 100%);
  }
  .swiper-slide-active .img-card-about-us,
  .img-card-about-us {
    height: 300px;
    width: 302px;
    background: transparent;
  }
  /* swiper container */
  .directors-swiper,
  .news-swiper,
  .life-swiper,
  .activity-swiper {
    padding-bottom: 44px !important;
  }
  .sevago-contact-floating {
    right: 16px;
    gap: 12px;
  }
}

@media screen and (max-width: 420px) {
  .img-about-activity {
    object-fit: cover;
    width: 100%;
  }
  .product-card-prototype-left-items-left-title p {
    max-width: 185px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 370px) {
  .product-subscribe-input-container {
    gap: 8px;
  }
  .product-subscribe-input {
    gap: 2px;
  }
  .product-subscribe-btn {
    padding: 4px 10px;
  }
}
