.introduct {
  overflow: hidden;
}

p {
  font-size:16px
}

h1 {
  font-size: 28px !important;
}
h1.special {
  font-size: 40px !important;
}



span {
  font-size: 16px !important;
}

.swiper {
  height: 100vh;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}


.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.title-left .line-right {
  position: absolute;
  right: calc(50% + 24px);
  height: 1px;
  background-color: #fff;
  display: flex;
  top: calc(35% + 24px);
  align-items: center;
  width: 0;
  transition: all 0.4s ease-in-out 0.1s;
}

.swiper-page .title-left .title-left-area {
  position: absolute;
  left: 0;
  display: flex;
  top: 35%;
  align-items: center;
  width: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out 0.4s;
}

.swiper-page .title-left .title-left-area.active,
.swiper-page .title-left .title-left-area.active h1 {
  opacity: 1;
}

.swiper-page .title-left .title-left-area h1 {
  font-size: 48px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.swiper-page .swiper-wrapper {
  height: 100vh;
}

.swiper-page .title-left,
.swiper-page .title-right {
  position: absolute;
  height: 100%;
  color: #fff;
  z-index: 10;
  max-width: 1040px;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}



.swiper-page .title-left,
.swiper-page .title-right {
  min-width: 960px;
  max-width: 960px;
}

.swiper-page .swiper-slide01 {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../img/banner1.jpg);
}

.swiper-page .swiper-slide01::after,
.swiper-page .swiper-slide02::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-page .swiper-slide02 {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/banner2.jpg);
}

.swiper-slide-active .character img,
.swiper-slide-active .caption div {
  transform: translateX(0);
}

.swiper-page .title-left .title-left-area h1 {
  font-size: 48px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.swiper-page .title-right .title-right-area {
  position: absolute;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  top: 35%;
  align-items: center;
  width: 50%;
}

.swiper-page .title-right {
  position: absolute;
  height: 100%;
  color: #fff;
  z-index: 10;
  max-width: 1040px;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  transition: all 0.7s 0.7s;
  opacity: 0;
  translate: 0 100px;
}

.swiper-page .swiper-slide.swiper-slide-active .title-right {
  opacity: 1;
  translate: 0 0;
}

.swiper-page .title-right .title-right-area h1 {
  font-size: 48px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -2px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
  content: none !important;
}

/* slider section 2 */
.company-introduction-slide .slide-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

.n-container {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  position: relative;
}

.timeline-company {
  padding-top: 140px;
}

.company-introduction-slide {
  margin-bottom: 100px;
  margin-top: -48px;
}

.timeline-company h2 {
  font-size: 40px;
}

.company-introduction-slide .swiper-button-next,
.company-introduction-slide .swiper-button-prev {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: auto;
  left: auto;
}

.company-introduction-slide .line {
  margin: 32px 0 36px;
  height: 4px;
  position: relative;
  background-color: #e9f5fe;
}

.section-swiper .swiper-slide {
  width: 315.152px !important;
}

.company-introduction-slide .history-content {
  max-width: 232px;
  margin-bottom: 32px;
}

.company-introduction-slide .line:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2196f3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.company-introduction-slide .swiper-navi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
  gap: 8px;
  height: 45px;
}

.section-swiper {
  overflow: visible !important;
}

.timeline-company .swiper-wrapper,
.timeline-company .swiper {
  height: auto;
}

/* company section 2 */
.company-section-2 .text-set {
  margin-bottom: 60px;
}

.company-section-2 .text-set {
  margin-bottom: 60px;
}

.company-section-2 {
  border-top: 1px solid #dee2e6;
  padding: 100px 0;
  background-color: #fff;
}

.company-section-2 h2 {
  font-size: 40px;
}

.basic-logo-area {
  margin-bottom: 60px;
}

.basic-logo-area h4 {
  margin-bottom: 20px;
}

.basic-logo-area img {
  width: 100%;
}

.color-variation h4 {
  margin-bottom: 20px;
}

.company-introduction h4 {
  font-size: 24px;
}

.color-variation-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  grid-row-gap: 60px;
  row-gap: 60px;
}

.color-variation-item img {
  width: 100%;
  margin-bottom: 16px;
}

.section15 {
  background: #f7f6f6;
  width: 100%;
  height: 500px;

}

.section15 .text-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
}

.card-content {
  margin-top: 150px;
  background: #fff;
  border-radius: 50px;
  padding: 50px;
  height: 200px;
}

.card-content h1 {
  font-size: 41px;
  font-weight: bold;
}

.card-content span {
  font-size: 19px;
  margin-top: 30px;
  display: block;
}

/* .db7d93d:before {
  content: '';
  display: block;
  width: 582px;
  height: 582px;
  background: #f6cb18;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
} */

/* section3 */
.section3 {
  padding: 60px 20px;
  background: #fff;
}

.section3 .text-content {
  text-align: center;
  margin-bottom: 40px;
}

.section3 .text-content h1 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
}

.section3 .card-content1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  /* căn giữa */
}

.section3 .card {
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease; */
  border:unset;
}

  /* .section3 .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  } */

.section3 .card h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.section3 .card p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  position: relative;
  /* padding-left: 28px;  */

}
.section3 p::before {
 /* content: "✔"; */
  position: absolute;
  left: 0;
  top: -2%;
  width: 22px;
  height: 22px;
  background: #FFA800;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

.section3 .card-2 p::before {
    background: #16C47D;
}
.section3 .card-3 p::before {
    background: #0E34FB;
}
.section3 .card-4 p::before {
    background: #FF7E07;
}





.section3 .card .logo {
  background: #FFA800;
  border-radius: 100px;
  width: 70px;
  height: 70px; /* thêm để khung tròn đúng tỷ lệ */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 32px 0;
}

.section3 .card .logo img {
  width: 50%; /* bé hơn khung */
  height: auto;
  font-w
}


.section3 .card-1 {
  background: #FFFAE8;
}

.section3 .card-2 {
  background: #F0FFF9;
}
.section3 .card-2 .logo {
    background: #16C47D;
}
.section3 .card-3 {
  background: #E8F4FF;
}
.section3 .card-3 .logo {
  background: #0E34FB;

}

.section3 .card-4 {
  background: #fff8f2;
}
.section3 .card-4 .logo {
    background: #FF7E07;

}

/* .card-content1 :nth-child(1) {
  background: #FFFAE8;
}


.card-content1 :nth-child(2) {
  background: #F0FFF9;
} */


/* end section3 */
.section2_about h1 {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
  margin-right:15px;
}

.story-container {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
  text-align: justify;
  padding: 2rem;
}

.story-container h1 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
}

.highlight {
  background: linear-gradient(90deg, #4b6cff, #8f00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.story-container p {
  margin-bottom: 1.2rem;
}
@media (min-width: 1024px) {


  .introduct .swiper-wrapper .title-right-area p {
   font-size: 28px !important;
   max-width:500px
  }
}

@media (max-width: 1024px) {

  .swiper-page .title-left,
  .swiper-page .title-right {
    min-width: unset;
    max-width: unset;
  }

  .swiper-page .title-left .title-left-area h1 {
    font-size: 30px;
    margin-left: 20px;
  }

  .swiper-page .title-right .title-right-area h1 {
    font-size: 20px;
    margin-right: 20px;

  }
  .introduct .swiper-wrapper .title-right-area p {
   font-size: 28px !important;
  }
}

@media (max-width: 778px) {

  .swiper-page .title-left,
  .swiper-page .title-right {
    min-width: unset;
    max-width: unset;
  }

  .swiper-page .title-left .title-left-area h1 {
    font-size: 30px;
    margin-left: 20px;
  }

  .swiper-page .title-right .title-right-area h1 {
    font-size: 20px;
    margin-right: 20px;

  }
    .introduct .swiper-wrapper .title-right-area p {
   font-size: 16px !important;
   max-width:250px
  }
}


@media (max-width: 455px) {
  .section3 .card-content1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .section15 .text-content {
    flex-direction: column;
  }

  .section15 {

    height: 800px;
  }

  .title-right p {
    font-size: unset;
  }

  .section3 .card img {
    width: 15vw;
  }
   .introduct .swiper-wrapper .title-right-area p {
   font-size: 16px !important;
   max-width:500px
  }

}

@media (max-width: 455px) {

  .swiper-page .title-left,
  .swiper-page .title-right {
    min-width: unset;
    max-width: unset;
  }

  .swiper-page .title-left .title-left-area h1 {
    font-size: 30px;
    margin-left: 20px;
  }

  .swiper-page .title-right .title-right-area h1 {
    font-size: 20px;
    margin-right: 20px;

  }
}

@media (min-width:1024px) {
  .section2_about .section2_top {
    display: flex;
    color: black;
    justify-content: space-between;
  }

  .section2_top .section2-left {
    max-width: 35%;

  }

  .section2_top .section2-right {
    max-width: 58%;
  }

  .ms-auto a {
    color: black;
  }
}