body {
  font-family: 'Saira' !important;
}

.big-menu {
  display: flex;
}
.big-menu img {
  width: 137px;
  height: 52px;
}

.small-menu {
  display: none;
  div {
    align-items: center;
    span {
      display: flex;
    }
  }
}
.small-menu button {
  color: black;
  font-size: 20px;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  background-color: white;
  width: 58px;
  height: 38px;
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  img {
    height: 14px;
    width: a;
  }
}
@media screen and (max-width: 1200px) {
  header {
    height: 70px;
    display: flex;
    align-items: center;
  }
  .big-menu {
    display: none !important;
  }

  .small-menu {
    display: block;
    padding-top: 10px;
    height: 70px;
    width: 100%;
  }

  .section-homepage-6 {
    flex-direction: column;

    .wrap-text {
      width: 100%;
      text-align: center;
      .text-content {
        width: 100%;
        max-width: 100%;
      }
    }
    form {
      width: 100%;
    }
  }
}
.menu-button {
  position: fixed;
  padding: 6px 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 60.21%, rgba(0, 0, 0, 0.6) 100%),
    url('images/bg-hp.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #000;
  z-index: 1000;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  margin-top: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.menu-button ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-button ul li {
  width: 100%;
  text-align: left;
  padding: 15px 0;
}

.menu-button ul li a,
.menu-button ul li .btn {
  font-family: 'Saira';
  font-weight: 700;
  color: #000;
  text-decoration: none;
  font-size: 28px;
  text-transform: uppercase;
}

/* Khi mở menu */
.menu-button.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.section-news-1 {
  background: linear-gradient(180deg, rgba(31, 48, 48, 0) 0%, #131313 100%),
    url('images/bg-news.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
  display: flex;
  flex-direction: column;
  align-items: center;
  h1 {
    text-align: center;
    line-height: 1;
    margin-top: clamp(200px, calc(10vw + 200px), 800px);
    font-weight: 800;
    color: white;
  }
}

#events-news,
#autoverse-news,
#industry-news {
  div {
    max-width: 660px;
  }
}
#news-content {
  ul {
    display: block;
    list-style-type: disc;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .section-homepage-4 {
    .wrap-success-stories {
      flex-direction: column;

      .wrap-text {
        align-items: center;
        width: 100%;
        .text-title {
          text-align: center;
          max-width: 100%;
        }
        .text-content {
          text-align: center;
          max-width: 100%;
        }
      }

      .video-container {
        display: flex;
        width: 100%;
        img {
          width: 100%;
        }
      }
    }

    .success-content {
      position: relative;
      p {
        text-align: center;
        width: 100%;
      }
      /* .success-images {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;

        .slider {
          display: flex;
          gap: 20px;
          overflow-y: hidden;
          width: 100%;
          scroll-snap-type: x mandatory;
          -webkit-overflow-scrolling: touch;
          padding-bottom: 10px;
        }

        img {
          width: 100%;
          height: 200px;
          border: none;
          object-fit: contain;
        }
        .arrow {
          display: block;
          position: absolute;
          top: 75%;
          transform: translateY(-50%);
          font-size: 20px;
          color: #d3d3d3;
          background: transparent;
          border: none;
          cursor: pointer;
          z-index: 10;
          padding: 0 10px;
          transition: color 0.3s;
        }

        .left {
          left: 10px;
        }

        .right {
          right: 10px;
        }
      } */
    }
  }
}

#btnScrollMobile {
  position: fixed;
  bottom: 10px;
  left: 50%; /* căn giữa theo chiều ngang */
  transform: translateX(-50%); /* đẩy ngược lại 50% chiều rộng để đúng tâm */
  font-size: 14px;
  display: none;
  border-radius: 7px;
  background-color: #222;
  color: #fff;
  padding: 6px 12px;
  z-index: 100;
}

.lang-container {
  margin-left: 20px;
  position: relative;
  display: flex;
  font-size: 24px;
  cursor: pointer;
  user-select: none;
}

.lang-icon {
  padding: 8px;
  background: #f5f5f5;
  border-radius: 6px;
}

.lang-options {
  padding: 4px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 100;
  min-width: 80px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Mũi nhọn tam giác */
.lang-options::before {
  content: '';
  position: absolute;
  top: -17px;
  left: 50%; /* căn giữa theo chiều ngang */
  transform: translateX(-50%); /* dịch ngược 50% chiều ngang của chính nó */
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.lang-icon-wrapper {
  position: relative;
}

.lang-container:hover .lang-options {
  visibility: visible;
  opacity: 1;
}

.lang-options .btn-lang {
  text-align: center;
  width: 100%;
  padding: 6px 12px 6px 4px;
  border: none;
  background: white;
  cursor: pointer;
  margin-left: 0;
  font-size: 15px;
  border-radius: 0;
}

.lang-options .btn-lang:hover {
  background-color: #f0f0f0;
}

.lang-options .btn-lang.active {
  font-weight: 700;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.title_page {
  font-family: 'Dela Gothic One';
  font-weight: 500;
  font-size: 48px;
  line-height: 130% !important;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  /* color: #ffffff;
  */
  background: linear-gradient(90.35deg, #ffffff 3.53%, #bdbdbd 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub_title_page {
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 600 !important;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background: linear-gradient(90.35deg, #ffffff 3.53%, #999999 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 640px) {
  .title_page {
    font-size: 2.5em !important;
  }

  .sub_title_page {
    font-size: 36px !important;
  }
}

.linear-text {
  background: linear-gradient(90.35deg, #ffffff 3.53%, #999999 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cointainer-news .image-cnt {
  height: 280px !important;
}
