/* banner */

.bic-home-banner__thumbnail {
  height: 100vh;
}

.bic-home-banner__thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home .scroll-icon svg {
  animation: fadeOpacity 1.5s ease-in-out infinite;
}

.scroll-group {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  15% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

/* service */

.service-card__image-container {
  position: relative;
  padding-top: 147%;
  overflow: hidden;
}

.swiper-slide.service-card {
  transition: all 0.5s;
  overflow: hidden;
}

.swiper-slide.service-card:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.service-card__image-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
  transition: all 0.6s;
}

.swiper-slide.service-card:hover .service-card__image-container::before {
  top: 100%;
  transition: all 0.6s;
}

.service-card__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  transition: all 0.6s;
  height: 100%;
}
.service-card__overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
  z-index: 2;
}

h3.service-card__title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.service-card__description {
  text-align: center;
  color: #fff;
  padding: 0 20px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.service-card__description strong {
  color: #fff;
}

.swiper-slide.service-card:hover .service-card__description {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
}

/* thanh tưu */

.box-achievement {
  background: url(../images/bg-thanhtuu.webp) no-repeat center center;
  background-size: cover;
  padding: 150px 0;
  background-attachment: fixed;
  position: relative;
}

.icon-achievement {
  position: absolute;
  bottom: 20px;
  z-index: 2;
}

.box-achievement .sec-head-title .title {
  color: #fff;
  margin-bottom: 120px;
}
.achievement-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 120px;
  max-width: 91%;
  margin: auto;
}

.achievement-item {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  color: #fff;
}

.achievement-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.achievement-desc {
  font-weight: 600;
}

.achievement-item .suffix,
.achievement-numb {
  font-size: 60px;
  font-weight: 600;
  color: var(--bic-primary-color);
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
  font-family: Arial;
}

.achievement-item:last-child .suffix {
  font-size: 20px;
  color: #fff;
}
.achievement-item:nth-child(5),
.achievement-item:nth-child(7),
.achievement-item:nth-child(6) {
  flex: 0 0 33.33333333333333%;
  max-width: 33.33333333333333%;
}

/* partner */
.partner-list {
}

.partner-thumb,
.customer-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  height: 100px;
  width: 100%;
  transition: all 0.5s;
}
.customer-item .customer-thumb:hover,
.partner-item .partner-thumb:hover {
  transform: scale(1.1);
  transition: all 0.5s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.customer-group,
.partner-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px;
}

.partner-title h2 {
  color: var(--bic-primary-color);
  font-size: clamp(20px, 50px, 60px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
}

.partner-subtitle {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.partner-wrap > .row {
  align-items: center;
}

.partner-wrap {
  position: relative;
}

.partner-wrap::before {
  content: "";
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(209, 213, 220, 0) 0%,
    #d1d5dc 50%,
    rgba(209, 213, 220, 0) 100%
  );
  width: 100%;
  height: 1px;
  position: absolute;
}

/* team */

.box-team {
  background: url(../images/Section.webp) no-repeat center center;
  background-size: cover;
  padding: 95px 0;
  background-attachment: fixed;
}

.team-item {
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}

.team-content {
  margin-top: 20px;
}

h3.team-name {
  font-size: 18px;
  color: #fff;
}

.team-image {
  position: relative;
  padding-top: 133%;
  display: block;
  overflow: hidden;
  background: url(../images/bg-team.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.box-team .swiper {
  padding-top: 90px;
}

.team-image img {
  position: absolute;
  bottom: -1.6770833vw;
  left: 0;
  object-fit: cover;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.team-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide.team-item.swiper-slide-visible.swiper-slide-active .team-image {
  transform: scale(1.2) translateY(-28px);
  transition: all 0.5s;
}

.box-team .swiper-control-absolute .swiper-prev {
  left: -60px;
}
.box-team .swiper-control-absolute .swiper-next {
  right: -60px;
}

/* experience */

.experience-item {
  display: flex;
  gap: 32px;
}

.experience-img {
  flex: 0 0 478px;
  max-width: 478px;
  overflow: hidden;
  position: relative;
  padding-top: 33.3333333%;
  border-top-left-radius: 100px;
}

.experience-img img {
  top: 0;
  position: absolute;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 1.5s;
  transform: scale(1.15);
}

.experience-content {
  border-radius: 60px 0 0 0;
  background: #f3f4f6;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
}

h3.experience-title {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  max-width: max-content;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--bic-primary-color);
}

/* h3.experience-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--bic-primary-color);
  transition: all 1.5s;
} */

/* .swiper-slide-active h3.experience-title::before {
  width: 100%;
  transition: all 1.5s;
} */

.swiper-slide-active .experience-img img {
  transform: scale(1);
  transition: all 1.5s;
}

p.experience-description {
  font-weight: 500;
  margin-top: 20px;
}

.experience-list .swiper {
  padding-bottom: 50px;
}

.experience-list .bic-swiper-pagination1 {
  bottom: 0;
}

/* project */

.project-list {
  display: flex;
}

.project-item {
  flex: 1;
  position: relative;
  transition: all 0.5s;
}

.project-image {
  height: 36.458333vw;
  overflow: hidden;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  padding: 0 30px;
}

.project-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  transition: all 0.5s;
}

h3.project-title {
  font-size: 32px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

p.project-description {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  text-align: center;
  width: 60%;
  margin: auto;
}

.bic-project .swiper-slide:hover p.project-description {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.bic-project .swiper-slide:hover .project-item::before {
  left: 100%;
  transition: all 0.5s;
}

.project-item.active .project-content {
  width: 64%;
}

/* news */

.box-news {
  background: #f4f4f4;
}

.card-item__excerpt {
  display: none;
}

.card-item__title a {
  color: #000;
}
.card-item__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card-item-meta {
  order: -1;
}

.card-item__title {
  margin: 0;
}

.bic-project .swiper-slide:hover {
  transition: all 0.5s;
}
.customer-thumb img,
.partner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 1700px) {
}

.bic-project .swiper-slide {
  transition: all 0.5s;
}

@keyframes fadeOpacity {
  0% {
    opacity: 0.2;
    transform: translateY(0);
  }
  50% {
    opacity: 0.8;
    transform: translateY(10px);
  }
  100% {
    opacity: 0.2;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 1025px) {
  .scroll-icon svg {
    width: 1.77083333vw;
    height: 1.77083333vw;
  }

  .partner-list.slide5.mobile.wow.fadeInUp {
    display: none;
  }

  .card-item__title {
    font-size: 0.9375vw !important; 
  }

  .service-card__image-container {
    padding-top: 147%;
  }
  h3.service-card__title {
    font-size: 1.6667vw;
  }
  .box-achievement {
    padding: 7.8125vw 0;
  }
  .icon-achievement {
    bottom: 1.0417vw;
  }
  .box-achievement .sec-head-title .title {
    margin-bottom: 6.25vw;
  }
  .achievement-list {
    row-gap: 6.25vw;
  }
  .achievement-title {
    font-size: 0.9375vw;
    margin-bottom: 0.5208vw;
  }
  .achievement-item .suffix,
  .achievement-numb {
    font-size: 4vw;
    margin-bottom: 0.5208vw;
  }
  .achievement-item:last-child .suffix {
    font-size: 1.0417vw;
  }

  .partner-item,
  .customer-item {
  }
  .partner-title h2 {
    font-size: clamp(1.0417vw, 1.6666vw, 3.125vw) !important;
  }
  .partner-subtitle {
    font-size: 1.1458vw;
  }
  .box-team {
    padding: 4.9479vw 0;
  }
  .team-content {
    margin-top: 1.0417vw;
  }
  h3.team-name {
    font-size: 0.833333333vw;
  }
  .swiper-slide-active h3.team-name {
    font-size: 0.9375vw;
  }

  .swiper-slide-active .team-description {
    font-size: 0.9375vw;
  }

  .box-team .swiper {
    padding-top: 6.6875vw;
  }
  .box-team .swiper-control-absolute .swiper-prev {
    left: -3.125vw;
  }
  .box-team .swiper-control-absolute .swiper-next {
    right: -3.125vw;
  }
  .swiper-slide.team-item.swiper-slide-visible.swiper-slide-active .team-image {
    transform: scale(1.3) translateY(-1.9583vw);
  }
  .experience-item {
    gap: 1.6667vw;
  }
  .experience-img {
    flex: 0 0 24.8958vw;
    max-width: 24.8958vw;
    padding-top: 33.3333333%;
  }
  .experience-content {
    padding: 0 2.6042vw;
  }
  h3.experience-title {
    font-size: 1.6667vw;
    margin-bottom: 0.5208vw;
  }
  p.experience-description {
    margin-top: 1.0417vw;
  }
  .experience-list .swiper {
    padding-bottom: 2.6042vw;
  }
  .project-image {
    height: 36.4583vw;
  }
  .project-content {
    padding: 0 1.5625vw;
  }
  h3.project-title {
    font-size: 1.35416666vw;
  }
  .project-item.active .project-content {
    width: 64%;
  }

  .bic-project .swiper-slide:hover {
    width: 50vw !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .partner-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .bic-home-banner__thumbnail {
    height: 65vh;
  }
  .text-scroll,
  .home .scroll-icon {
    display: none;
  }

  .achievement-list {
    row-gap: 50px;
    max-width: 100%;
  }

  .achievement-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .achievement-item:nth-child(5),
  .achievement-item:nth-child(6) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .achievement-item:nth-child(7) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .box-achievement .sec-head-title .title {
    margin-bottom: 40px;
  }

  .achievement-item .suffix,
  .achievement-numb {
    font-size: 60px;
  }

  .box-achievement {
    padding: 80px 0;
  }

  .experience-item {
    flex-direction: column;
  }

  .icon-achievement svg {
    width: 60px;
    height: 90px;
  }

  .partner-title h2 {
    font-size: 30px;
  }

  .partner-subtitle {
    font-size: 16px;
  }

  .swiper-slide.team-item.swiper-slide-visible.swiper-slide-active .team-image {
    transform: scale(1.1) translateY(-11px);
    transition: all 0.5s;
  }

  .box-team {
    padding: 50px 0;
  }

  .experience-img {
    flex: unset;
    max-width: unset;
    padding-top: 70%;
    border-top-left-radius: 80px;
  }

  .experience-content {
    padding: 30px;
  }

  h3.experience-title {
    font-size: 20px;
  }

  .experience-item {
    gap: 20px;
  }

  .icon-achievement {
    display: none;
  }

  .project-list {
    flex-direction: column;
    gap: 30px;
  }

  .project-item.active .project-content {
    width: 100%;
  }

  .project-content {
    padding: 0 15px;
  }

  h3.project-title {
    font-size: 30px;
  }

  .project-item {
    overflow: hidden;
  }

  .project-image {
    height: 450px;
    overflow: hidden;
  }

  p.project-description {
    display: none;
  }

  .project-item.active p.project-description {
    display: block;
  }
}

@media only screen and (max-width: 767px) and (min-width: 577px) {
  .partner-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .bic-home-banner__thumbnail {
    height: 65vh;
  }

  .text-scroll,
  .home .scroll-icon {
    display: none;
  }

  .achievement-list {
    row-gap: 50px;
    max-width: 100%;
  }

  .achievement-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .achievement-item:nth-child(5),
  .achievement-item:nth-child(6) {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .achievement-item:nth-child(7) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .box-achievement .sec-head-title .title {
    margin-bottom: 40px;
  }

  .achievement-item .suffix,
  .achievement-numb {
    font-size: 40px;
  }

  .box-achievement {
    padding: 50px 0;
  }

  .experience-item {
    flex-direction: column;
  }

  .icon-achievement svg {
    width: 60px;
    height: 90px;
  }

  .partner-title h2 {
    font-size: 24px;
  }

  .partner-subtitle {
    font-size: 16px;
  }

  .swiper-slide.team-item.swiper-slide-visible.swiper-slide-active .team-image {
    transform: scale(1.1) translateY(-11px);
    transition: all 0.5s;
  }

  .box-team {
    padding: 50px 0;
  }

  .partner-list.pc {
    display: none;
  }

  .partner-item,
  .customer-item {
    height: 64px;
  }

  .experience-img {
    flex: unset;
    max-width: unset;
    padding-top: 100%;
    border-top-left-radius: 50px;
  }

  .experience-content {
    border-radius: 30px 0 0 0;
    padding: 30px 15px;
  }

  h3.experience-title {
    font-size: 18px;
  }

  .experience-item {
    gap: 20px;
  }

  .icon-achievement {
    display: none;
  }

  .project-list {
    flex-direction: column;
  }

  .project-item.active .project-content {
    width: 100%;
  }

  .project-content {
    padding: 0 15px;
  }

  h3.project-title {
    font-size: 18px;
  }

  .project-item {
    overflow: hidden;
  }

  .project-image {
    height: 350px;
    overflow: hidden;
  }

  p.project-description {
    display: none;
  }

  .project-item.active p.project-description {
    display: block;
  }
  h3.service-card__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 576px) {
  .partner-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .bic-home-banner__thumbnail {
    height: 65vh;
  }
  .text-scroll,
  .home .scroll-icon {
    display: none;
  }

  .achievement-list {
    row-gap: 50px;
    max-width: 100%;
  }

  .achievement-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .achievement-item:nth-child(5),
  .achievement-item:nth-child(6) {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .achievement-item:nth-child(7) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .box-achievement .sec-head-title .title {
    margin-bottom: 40px;
  }

  .achievement-item .suffix,
  .achievement-numb {
    font-size: 40px;
  }

  h3.service-card__title {
    font-size: 26px;
  }

  .box-achievement {
    padding: 50px 0;
  }

  .experience-item {
    flex-direction: column;
  }

  .icon-achievement svg {
    width: 60px;
    height: 90px;
  }

  .partner-title h2 {
    font-size: 24px;
  }

  .partner-subtitle {
    font-size: 16px;
  }

  .swiper-slide.team-item.swiper-slide-visible.swiper-slide-active .team-image {
    transform: scale(1.1) translateY(-11px);
    transition: all 0.5s;
  }

  .box-team {
    padding: 50px 0;
  }

  .partner-list.pc {
    display: none;
  }

  .partner-item,
  .customer-item {
    height: 64px;
  }

  .experience-img {
    flex: unset;
    max-width: unset;
    padding-top: 100%;
    border-top-left-radius: 50px;
  }

  .experience-content {
    border-radius: 30px 0 0 0;
    padding: 30px 15px;
  }

  h3.experience-title {
    font-size: 18px;
  }

  .experience-item {
    gap: 20px;
  }

  .icon-achievement {
    display: none;
  }

  .project-list {
    flex-direction: column;
    padding: 0 15px;
    gap: 30px;
  }

  .project-item.active .project-content {
    width: 100%;
  }

  .project-content {
    padding: 0 15px;
  }

  h3.project-title {
    font-size: 18px;
  }

  .project-item {
    border-radius: 16px;
    overflow: hidden;
  }

  .project-image {
    height: 350px;
    overflow: hidden;
  }

  p.project-description {
    display: none;
  }

  .project-item.active p.project-description {
    display: block;
  }
}
