@media screen and (max-width: 1200px) {
  body {
    height: 100%;
  }
  main {
    height: 100vh;
  }
  /* ------ START các thẻ xài chung---------- */
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3 {
    font-size: 20px;
  }
  .view-details-btn {
    padding: 6px 24px;
    font-size: 14px;
  }
  /* ------ END các thẻ xài chung---------- */

  .content-header {
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 0 32px;
    margin: auto;
    align-items: center;
    height: 76px;
  }
  .icon {
    width: 41px;
    height: 41px;
    align-self: flex-start;
  }
  .item {
    display: flex;
    justify-content: flex-start;
    padding: 24px;
  }
  .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;
    height: 70px;
    padding: 16px 32px;
    min-height: 70px;
  }

  .content-right-header {
    display: none;
  }
  .container {
    padding: 0px 12px;
    width: 100%;
  }
  .menu-moblie {
    height: auto;
    background: white;
    position: fixed;
    width: 50%;
    top: 76px;
    z-index: 9999;
    overflow: hidden;
    display: none;
    justify-content: flex-start;
    align-items: center;
    padding: 24px;
    color: black;
    right: 0;
    height: 100%;
    border: 1px solid var(--Color-Neutral-Neutral---100, #f5f5f5);
  }
  .menu-underline {
    width: 100%;
    border: 1px solid #e5e5e5;
  }
  .menu-moblie.show {
    display: flex;
    animation: slideLeft 0.6s forwards;
    flex-direction: column;
    gap: 16px;
  }
  .menu-moblie span {
    display: flex;
    padding: 0;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    justify-content: flex-start;
    gap: 8px;
  }
  .menu-moblie p {
    margin: 0px;
    color: #525252;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .menu-moblie .content-text.active .text {
    font-weight: 600;
  }
  .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;
  }
  .icon-menu-inActive img {
    width: 24px;
    height: 24px;
  }
  .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-banner {
    overflow: hidden;
    z-index: 1;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
  }

  /* 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: 76px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .section-10 {
    min-height: 72px;
    padding: 0px 32px;
  }
  .item .icon {
    width: 60px;
    height: 60px;
  }
  img.logo-header {
    display: flex;
    width: 140px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
  }
  .item-about-us {
    pointer-events: auto;
  }
  .index-page .container:not(.header-active):hover {
    background: transparent;
  }
  /* footer */
  .sevago-footer {
    padding-top: 32px;
  }
  .footer-container {
    padding: 0 32px;
  }
  .footer-main {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .footer-bottom {
    padding: 24px 32px 24px;
  }
  .footer-column h3 {
    font-size: 14px;
  }

  /* .social-column {
    grid-column: span 3;
    margin-top: 20px;
  } */
  .product-subscribe-input-container {
    justify-content: flex-start;
  }
  .product-subscribe-btn {
    padding: 6px 24px;
  }
  .product-subscribe-input {
    max-width: 318px;
    min-width: 318px;
    padding: 6px 16px;
  }
  .product-subscribe-input-news {
    max-width: 284px;
    min-width: 200px;
  }
  .input-field,
  .input-field::placeholder {
    font-size: 14px;
  }
  /* section 1 home page */
  .section-new-detail,
  .section-life,
  .banner-gallery,
  .home-section {
    padding: 60px 32px;
  }
  .section-vision-mission {
    padding: 32px 32px 60px;
    gap: 32px;
  }
  .home-introduction__screen {
    gap: 32px;
  }
  .home-introduction__logo-container {
    gap: 12px;
  }
  .home-introduction__text {
    max-width: max-content;
  }
  /* home swiper */
  /* #banner-swiper-home {
    height: 70vh;
  } */
  .section-banner-bst-img img {
    object-position: center;
    object-fit: cover;
  }
  /* section history */
  .home-history {
    padding: 60px 0;
    gap: 32px;
  }
  .commitment-title,
  .human-resource-title,
  .home-history-title-container {
    gap: 12px;
  }
  .slide-line-container {
    height: 362px;
  }
  .slide-line-content-title {
    width: 270px;
    gap: 9px;
    font-size: 12px;
    margin-top: 16px;
    padding-left: 8px;
  }
  .slide-line-title {
    font-size: 14px;
    line-height: 24px;
  }
  .slide-line-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 16px;
    text-align: justify;
  }
  .slide-line-content-year-active {
    font-size: 48px;
    line-height: 56px;
    top: -70px;
  }
  .slide-line-content-year {
    font-size: 20px;
    line-height: 28px;
    top: -35px;
  }
  .dots-line-content {
    width: 9.546px;
    height: 9.546px;
    top: -4px;
  }
  .dots-line-content-active {
    width: 16.971px;
    height: 16.971px;
    top: -7.5px;
  }
  /* section human resource */
  .section-business,
  .section-directors,
  .section-commitment,
  .section-new,
  .section-human-resource {
    padding: 60px 32px;
  }
  .container-section-7 {
    gap: 16px;
  }
  .content-section-7 {
    display: none;
  }
  .tablet-screen {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .tablet-row {
    display: flex;
    gap: 24px;
  }
  .card-employer {
    max-width: 100%;
  }
  .card-employer h3 {
    font-size: 48px;
    line-height: 56px;
  }
  .card-employer span {
    font-size: 14px;
  }
  .card-title {
    font-size: 20px;
  }
  .tablet-row:has(.card-employer:nth-child(2)) .card-employer {
    max-width: 50%;
  }
  .section-final {
    padding: 94px 32px;
  }
  .introduction-content {
    width: 80%;
  }
  .introduction-content-icon-left {
    left: -11%;
  }
  .introduction-content-icon-right {
    right: -11%;
  }
  /* director */
  .section-directors-card-content {
    padding: 16px;
  }
  .section-directors-card-p,
  .section-directors-card-span {
    font-size: 16px;
    line-height: 24px;
  }
  /* vision mission */
  .vision-mission {
    gap: 32px;
  }
  .vision-mission-content,
  .vision-mission-content-title {
    padding: 32px;
  }
  .vision-mission-content {
    justify-content: center;
  }
  .vision-mission-title {
    padding: 0;
  }
  .vision-mission-content,
  .vision-mission-title-p {
    font-size: 16px;
    line-height: 24px;
  }
  .vision-mission-container > h3 {
    padding: 16px 0;
  }
  /* section 5 */
  .section-5 {
    padding: 60px 32px;
  }
  .container-section-5 {
    flex-direction: column;
  }
  .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;
  }
  /* banner gallery */
  .banner-gallery-content {
    gap: 40px;
    padding: 0 60px;
  }
  .banner-gallery-img {
    height: 400px;
  }
  .banner-gallery-p {
    width: 100%;
    font-size: 12px;
  }
  .decorator-img {
    width: 250px;
  }
  .banner-gallery-content-final {
    padding: 60px 32px 0;
  }
  /* library */
  .section-life-container {
    gap: 32px;
  }
  .life-container {
    gap: 24px;
  }
  .life-title {
    font-size: 20px;
    line-height: 28px;
  }
  /* NEWS */
  .news-container {
    gap: 32px;
  }
  .news-content {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .section-news-card {
    gap: 16px !important;
  }
  .section-news-card-description {
    gap: 4px;
  }
  .section-commitment-card {
    padding: 16px;
  }
  .section-news-card-content {
    gap: 8px;
  }

  .section-news-card-img img,
  .section-commitment-card-img img {
    aspect-ratio: 317/186.29;
  }
  .view-details-btn {
    padding: 6px 16px;
    font-size: 14px;
    max-height: 36px;
  }
  /* new detail */
  .margin-left-news-detail {
    margin-left: 0;
  }
  .new-detail-container {
    gap: 32px;
  }
  .new-detail-social {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .new-detail-social-icon {
    flex-direction: row;
  }
  .new-detail-social {
    align-items: flex-start;
  }
  .new-detail-social-text {
    font-size: 36px;
    list-style: 44px;
  }
  .section-commitment-card-p,
  .section-news-card-p {
    font-size: 16px;
    line-height: 24px;
  }
  .view-new-details-btn,
  .view-activity-details-btn,
  .view-details-btn-small,
  .section-commitment-card-span,
  .section-news-card-span {
    font-size: 14px;
  }
  .new-detail-child {
    font-size: 24px;
    line-height: 32px;
  }
  .view-details-btn-small-margin {
    margin-top: 16px;
    font-size: 14px;
  }
  /* about-us */
  .featured-activities-title-container {
    gap: 12px;
  }
  .featured-activities-container {
    gap: 32px !important;
  }
  .section-featured-activities {
    padding: 60px 32px;
  }
  .img-card-about-us {
    height: 280px;
  }
  .swiper-slide-active .img-card-about-us {
    height: 360px;
  }
  .swiper-3d .swiper-wrapper {
    transform-style: unset !important;
  }
  .slide-line-img {
    height: auto;
  }
  .slide-line-img img {
    border-radius: 7.105px;
  }
  /* swiper container */
  .directors-swiper,
  .news-swiper,
  .life-swiper,
  .activity-swiper {
    padding-bottom: 52px !important;
  }
  /* business field */
  .business-field-container,
  .section-directors,
  .section-business {
    gap: 32px;
  }
  .business-field-card-left,
  .business-field-card-right {
    gap: 16px;
  }
  .business-field-card-img {
    height: 282.47px;
    aspect-ratio: 341/282.47;
  }
  .business-field-card-p {
    font-size: 20px;
  }
  .sevago-contact-floating {
    right: 24px;
    bottom: 60px;
  }
}

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