:root {
  --swiper-height: calc(100vh - 57px);
}

*:not("li") {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
p {
  color: #3c3c3c;
}
body {
  height: 100%;
  width:100%;
}
/**/
html::-webkit-scrollbar .parallax-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*height: 100%;*/
}

#block-side-floating-menu-icon {
  display: none;
}

body::-webkit-scrollbar {
  /*display: none;*/
}
body.path-ve-chung-toi {
  /*overflow: hidden;*/
}

@media (max-width: 1440px) {
  .intro .parallax-bg {
    text-align: center;
  }
}

/*@media (max-width: 991px) {*/
/*  .aboutSwiper.swiper {*/
/*    overflow: scroll;*/
/*  }*/
/*}*/

.aboutSwiper .swiper-wrapper,
.aboutSwiper .swiper-slide {
  /*max-height: calc(100vh - 40px);*/
  background: #ffffff;
}

.aboutSwiper {
  width: 100%;
  /*height: var(--swiper-height);*/
  display: flex;
  flex-direction: column;
}

.aboutSwiper > .swiper-wrapper {
  display: flex;
  flex-direction: column;
}

/*@media (max-width: 991px) {*/
/*  .aboutSwiper {*/
/*    height: 100vh;*/
/*  }*/
/*}*/

@media (max-width: 991px) {
  .aboutSwiper .about-content {
    display: block;
  }
}

.aboutSwiper .desktop-video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .aboutSwiper .about-wrapper {
    display: block;
  }
}

.aboutSwiper .about-wrapper .swiper-slide {
  background-color: #FFFFFF;
}

.aboutSwiper .banner .parallax-bg {
  padding-top: 0;
}

.aboutSwiper .banner {
  margin-bottom: 0;
}

.aboutSwiper .banner-content {
  top: 50%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.aboutSwiper .foot-print {
  text-align: center;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .aboutSwiper .foot-print {
    padding: 0;
    margin-top: 14%;
    height: fit-content;
  }
}

@media (max-width: 1921px) {
  .aboutSwiper .history .historySwiper {
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .aboutSwiper .history .historySwiper .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: auto !important;
  }
}

@media (max-width: 991px) {
  .swiper-container-horizontal>.swiper-pagination-bullets {
    transform: translateY(0px);
    display: flex;
    margin-bottom: 30px;
    transform: unset !important;
    width: 100%;
  }
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 100%;
  border-radius: 3px;
  max-width: 160px;
}

@media (max-width: 991px) {
  .aboutSwiper .banner-content {
    top: 25%;
  }
}

.aboutSwiper .banner-content svg {
  cursor: pointer;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .aboutSwiper .banner-content svg {
    width: 64px;
    height: 64px;
  }
}

.aboutSwiper .banner-content p {
  font-weight: 300;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -0.02em;
  color: #ffffff;
}

@media (max-width: 991px) {
  .aboutSwiper .banner-content p {
    font-size: 48px;
    line-height: 60px;
    text-align: center;
  }
}

.aboutSwiper .intro {
  padding: 30px 188px;
  background-color: #FFFFFF;
}
.aboutSwiper .intro .parallax-bg {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width:768px) {
  .aboutSwiper .intro .parallax-bg {
    flex-direction: column;
  }
  .title-desc {
    width: 100% !important;
}
.background-card {
  margin: 0 0 !important;
  position: relative !important;
}

}

@media (max-width:1440px) and (min-width: 991px){
  .background-card {
    margin: -10vh 26vh !important;
}
.title-desc p {
  font-size: 15px !important;
}
}

@media (max-width:1920px) and (min-width: 991px) {
  .title-desc {
    width: 42% !important;
  }
  .title-desc h1 span {
    font-size: 50px !important;
}
}

.title-desc {
  width: 36%;
}
.title-desc h1 span {
  font-size: 56px;
  font-weight: 300;
  line-height: 70px;
}

@media (max-width: 768px) {
  .aboutSwiper .intro h1 {
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    text-align: center;
    font-size: 28px ;
    line-height: 35px ;
    text-align: center ;
  }

  .title-desc h1 span {
    font-size: 36px;
    font-weight: 300;
    line-height: 45px;
}
}

.title-desc p {
  text-align: left !important;
}
.background-card {
  width: 100%;
  position: absolute;
  z-index: 999;
  margin: -10vh 26vh;
}

@media (min-width: 768px) and (max-width: 820px) and (orientation: portrait) {
  .intro .background-card {
    width: 100%;
    margin: auto;
    position: relative;
  }
  .intro .title-desc {
    width: 90%;
  }
}

@media (max-width: 1360px) {
  .aboutSwiper .intro {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .aboutSwiper .intro {
    padding: 30px 16px 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.aboutSwiper .intro .card-img-top {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  max-height: 67vh;
  border-radius: 0;
}
.background-card img{
  max-height: 100vh !important;
}
/* .aboutSwiper .intro h1 {
  font-weight: 300;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  text-align: center;
} */

@media (min-width:1920px) {
  .aboutSwiper .intro h1 {
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    font-size: 20px ;
    line-height: 25px ;
    text-align: left ;
  }
}


@media (max-width: 1440px) and (min-width: 768px) {
  .aboutSwiper .intro h1 {
    margin-bottom: 20px;
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .aboutSwiper .intro h1 {
    font-size: 28px;
    line-height: 35.14px;
  }
}

@media (max-width: 1440px) {
  .aboutSwiper .intro .card-img-top {
    width: auto;
    height: 100%;
    max-height: 446px;
  }
}

@media (max-width: 991px) {
  .aboutSwiper .intro .card-img-top {
    display: none;
    height: 44%;
    border-radius: 10px;
  }
}

.aboutSwiper .intro .card-img-top-mobile {
  display: none;
}

@media (max-width: 991px) {
  .aboutSwiper .intro {
    max-height: none;
  }

  .aboutSwiper .intro .card-img-top-mobile {
    display: block;
    width: 100%;
    max-height: unset;
    display: block;
    width: 100%;
    width: calc(100% + 50px);
    max-width: unset;
    position: relative;
    left: -22px;
    margin: 0 -80px -40px 0;
    margin-right: -80px;
  }
}


.aboutSwiper .intro p {
  margin-bottom: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #3c3c3c;
}

.display-mobile {
  display: block;
  margin-bottom: 1em;
  content: "";
}

.display-all {
  display: block;
  margin-bottom: 1em;
  content: "";
}

@media (min-width: 992px) {
  .display-mobile {
    display: none;
  }
}

@media (max-width: 1440px) {
  .aboutSwiper .intro p {
    font-size: 20px;
    line-height: 125%;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .aboutSwiper .intro p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
}

.aboutSwiper .vision {
  position: relative;
}

@media (min-width: 992px) {
  .aboutSwiper .vision #block-visionvinfast .parallax-bg {
    position: relative;
    height: var(--swiper-height);
  }
}

@media (max-width: 991px) {
  .aboutSwiper .vision {
    margin-top: 48px;
    height: auto;
    max-height: unset;
  }
}

.aboutSwiper .vision .parallax-bg {
  padding-top: 0;
}

@media (min-width: 768px) {
  .aboutSwiper .vision .parallax-bg {
    position: relative;
    height: var(--swiper-height);
  }
}

.aboutSwiper .vision img {
  width: 100%;
  height: 100vh;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {

  .aboutSwiper .vision img,
  .aboutSwiper .vision .overlay-section.show {
    height: 100%
  }
}

.aboutSwiper .vision .overlay-section {
  background: linear-gradient(271.05deg, #fdfafa 1.8%, rgba(255, 255, 255, 0) 96.7%), linear-gradient(90.16deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 6s;
}
@media (max-width: 991px) {
  .aboutSwiper .vision .overlay-section {
    transition: 3s;
  }
}
.aboutSwiper .vision .show {
  opacity: 1;
  height: 100vh;
}

.aboutSwiper .vision .vision-content {
  position: absolute;
  top: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625vw;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
/* @media (max-width: 1366px) {
  .aboutSwiper .vision .vision-content {
    position: absolute;
    top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5625vw;
    transform: translate(-50%, 5%);
    top: 50%;
    left: 50%;
  }
} */
@media (max-width: 991px) {
  .aboutSwiper .vision .vision-content {
    gap: 24px;
    display: flex;
    flex-direction: column;
    position: unset;
    transform: unset;
    padding: 0 16px;
  }
}

.aboutSwiper .vision .vision-content-item {
  width: 23vw;
  height: 15.6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background-color: #ffffff;
  border-radius: 10px;
  transform: translateY(100%);
  opacity: 0;
  padding: 30px;
  transition: 1s;
}

.vision .vision-content-item ul li {
  list-style: none;
  background-repeat: no-repeat;
  line-height: 30px;
  padding-left: 50px;
  background-position: left center;
}
.aboutSwiper .vision .vision-content-item:last-child h3 {
  margin-bottom: 24px;
}
.vision .vision-content-item ul li.product-core-value {
  background-image: url("../../img/about-vinfast/high-value.svg");
}

.vision .vision-content-item ul li.price-core-value {
  background-image: url("../../img/about-vinfast/pricing.svg");
}

.vision .vision-content-item ul li.service-core-value {
  background-image: url("../../img/about-vinfast/after-sale.svg");
}

@media (max-width: 991px) {
  .aboutSwiper .vision .vision-content-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 10px;
    width: 100%;
    align-items: flex-start;
  }
}

.aboutSwiper .vision .vision-content-item:first-child {
  grid-column: 1/2;
  grid-row: 1;
}

@media (max-width: 991px) {
  .aboutSwiper .vision .vision-content-item:first-child {
    margin-top: 48px;
  }
}

.aboutSwiper .vision .vision-content-item:nth-child(2) {
  grid-column: 2/2;
  grid-row: 1;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .aboutSwiper .vision .vision-content-item:nth-child(2) {
    margin-top: 0;
  }
}

.aboutSwiper .vision .vision-content-item:nth-child(3) {
  margin-top: -30px;
}

@media (max-width: 991px) {
  .aboutSwiper .vision .vision-content-item:nth-child(3) {
    margin-top: 0;
  }

  .aboutSwiper .vision .vision-content-item:last-child {
    margin-bottom: 48px;
  }
}

.aboutSwiper .vision .vision-content-item h2 {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 20px;
}

@media (max-width: 991px) {
  .aboutSwiper .vision .vision-content-item h2 {
    line-height: 25.1px;
  }
}

.aboutSwiper .vision .vision-content-item p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

@media (max-width: 1440px) {
  .aboutSwiper .vision .vision-content-item p {
    font-size: 14px;
    line-height: 21px;
  }
}

/* @media (max-width: 991px) {
  .aboutSwiper .vision .vision-content-item p {
    font-size: 16px;
    line-height: 24px;
  }
} */

.aboutSwiper .vision .vision-content .show-item {
  opacity: 1;
  transform: translateY(0%);
}

.aboutSwiper .foot-print h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  .aboutSwiper .foot-print h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .aboutSwiper .foot-print h2 {
    font-size: 28px;
    line-height: 35.14px;
  }
}

.aboutSwiper .foot-print p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  padding: 0 200px;
  margin-bottom: 48px;
}

@media (max-width: 1440px) {
  .aboutSwiper .foot-print p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .aboutSwiper .foot-print p {
    padding: 0 16px;
  }
}

.aboutSwiper .foot-print .imagesSwiper .swiper-slide {
  width: 80%;
}

.aboutSwiper .foot-print .imagesSwiper .swiper-slide img {
  width: 100%;
}

.aboutSwiper .foot-print-images {
  display: flex;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  height: calc(100vh - 320px);
}

.aboutSwiper .foot-print-images .image-item {
  flex: 1;
  overflow: hidden;
  transition: 0.5s;
  /*margin: 0 1%;*/
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  line-height: 0;
  /*border-radius: 10px;*/
}

@media (max-width: 1440px) {
  .aboutSwiper .foot-print-images .image-item {
    max-height: 436px;
  }
}

@media (max-width: 991px) {
  .aboutSwiper .foot-print-images .image-item {
    flex: none;
    margin: 0;
  }
}

.aboutSwiper .foot-print-images .image-item>img {
  width: 200%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .aboutSwiper .foot-print-images .image-item>img {
    max-width: 94%;
    border-radius: 10px;
  }
}
/*.aboutSwiper .foot-print-images .image-item:hover {*/
/*  flex: 1 1 50%;*/
/*}*/

/*@media (max-width: 991px) {*/
/*  .aboutSwiper .foot-print-images .image-item:hover {*/
/*    flex: none;*/
/*  }*/
/*}*/

.aboutSwiper .foot-print-images .image-item:hover>img {
  width: 100%;
  /*height: 100%;*/
}

@media (max-width: 991px) {
  .aboutSwiper .history {
    overflow: hidden;
    height: fit-content;
  }
}

.aboutSwiper .history h2 {
  margin-bottom: 96px;
  text-align: center;
  font-weight: 300;
  font-size: 48px;
  line-height: 60.24px;
  letter-spacing: 0.96px;
}

@media (max-width: 1440px) {
  .aboutSwiper .history h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .aboutSwiper .history h2 {
    margin: 30px 0;
  }
}

.aboutSwiper .history .background-img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80vh;
}


@media (max-width: 1440px) {
  .aboutSwiper .history .parallax-bg {
    position: relative;
  }
  .aboutSwiper .history .background-img {
    left: 20%;
    height: 80vh;
    transform: translate(-50%, -50%);
    top: 90%;
    left: 50%;
  }
}
@media (max-width: 1360px) {
  .aboutSwiper .history .background-img {
    top: 80%;
  }
}
@media (max-width: 991px) {
  .aboutSwiper .history .background-img {
    display: none;
  }
}

.aboutSwiper .history-item-content .time-stamp {
  text-align: center;
}

.aboutSwiper .history-item-content .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.aboutSwiper .history-item-content .time-stamp .date {
  position: relative;
  background-color: #f7f9f9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 36px;
  padding: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 25.1px;
}

.aboutSwiper .history-item-content .time-stamp .date::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f7f9f9;
  margin: 0;
  position: absolute;
  bottom: -20px;
  left: 35%;
}

.aboutSwiper .history-item-content .time-stamp .dotted {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}

.aboutSwiper .history-item-content .time-stamp .dotted:before {
  background-color: #7a99ac;
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  left: -30px;
}

.aboutSwiper .history-item-content .time-stamp .dotted span {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  background-color: #1464f4;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}

.aboutSwiper .history-item-content .time-stamp .dotted:after {
  background-color: #7a99ac;
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  right: -120px;
}

.aboutSwiper .history-item-content img {
  margin-bottom: 30px;
}

.aboutSwiper .history-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aboutSwiper .history-item-content .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 80%;
}
@media (max-width: 1440px) {
  .aboutSwiper .history-item-content .content {
    width: 100%;
  }
}

.aboutSwiper .history .historySwiper .swiper-wrapper {
  padding-left: 30px;
  background: transparent;
}

@media (max-width: 1440px) {
  .aboutSwiper .history .historySwiper .swiper-wrapper {
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .aboutSwiper .history .historySwiper .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: auto !important;
  }
}

@media (max-width: 991px) {
  .aboutSwiper .history .historySwiper .swiper-wrapper {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}

.aboutSwiper .history .historySwiper .swiper-wrapper .swiper-slide {
  width: 285px;
  background: transparent;
}

@media (max-width: 768px){
  .aboutSwiper .history .historySwiper .swiper-wrapper .swiper-slide {
    transform: scale(1.1);
  }
}
.aboutSwiper .history .historySwiper:hover .swiper-button-next,
.aboutSwiper .history .historySwiper:hover .swiper-button-prev {
  display: block;
}

@media (max-width: 991px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.aboutSwiper .history .historySwiper .swiper-button-next::after,
.aboutSwiper .history .historySwiper .swiper-button-prev::after {
  content: unset;
}

@media (max-width: 991px) {

  .aboutSwiper .history .swiper-button-next,
  .aboutSwiper .history .swiper-button-prev {
    display: none !important;
  }
}

.aboutSwiper .history .historySwiper .swiper-button-next {
  right: 52px;
}

.aboutSwiper .history .historySwiper .swiper-button-prev {
  left: 52px;
}

.aboutSwiper .history .historySwiper .swiper-button-next,
.aboutSwiper .history .historySwiper .swiper-button-prev {
  display: none;
  transition: 0.3s;
}

.aboutSwiper .history .historySwiper .swiper-button-next svg,
.aboutSwiper .history .historySwiper .swiper-button-prev svg {
  cursor: pointer;
  flex-shrink: 0;
}

@media (max-width: 1441px) {

  .aboutSwiper .history .historySwiper .swiper-button-next svg,
  .aboutSwiper .history .historySwiper .swiper-button-prev svg {
    width: 60px;
  }
}

.aboutSwiper .history .historySwiper .swiper-button-next svg:hover path,
.aboutSwiper .history .historySwiper .swiper-button-prev svg:hover path {
  fill: #1464f4;
}

.aboutSwiper .history .historySwiper .swiper-pagination {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
  column-gap: 8px;
  position: unset;
}

@media (max-width: 768px) {
  .aboutSwiper .history .historySwiper .swiper-horizontal>.swiper-pagination-bullets,
.aboutSwiper .history .historySwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
}

.aboutSwiper .history .historySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  border-radius: 0;
  margin: 0;
  background: none;
  opacity: 1;
}

.aboutSwiper .history .historySwiper .swiper-pagination .swiper-pagination-bullet .field-icon {
  display: block;
  height: 5px;
  border-radius: 5px;
  background-color: #000000;
  opacity: 0.2;
}

.aboutSwiper .history .historySwiper .swiper-pagination .swiper-pagination-bullet .field-year {
  color: #3c3c3c;
}

.aboutSwiper .history .historySwiper .swiper-pagination .swiper-pagination-bullet-active .field-icon {
  background-color: #1464F4;
  opacity: 1;
}

.aboutSwiper .history .historySwiper .swiper-pagination .swiper-pagination-bullet-active .field-year {
  color: #1464F4;
}

@media (max-width: 991px) {
  .aboutSwiper .prize {
    overflow: hidden;
    height: fit-content;
  }

  .aboutSwiper .prize .background-slide {
    display: none;
  }
}

.aboutSwiper .prize h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 60.24px;
  letter-spacing: 0.96px;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 48px;
}

@media (max-width: 1440px) {
  .aboutSwiper .prize h2 {
    font-size: 32px;
    padding-top: 0;
  }
}

.aboutSwiper .prize .background-slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  height: 100vh;
}

.aboutSwiper .prize .prizeSwiper .swiper-wrapper {
  /* padding-left: 30px; */
  background-color: unset;
}

@media (max-width: 991px) {
  .aboutSwiper .prize .prizeSwiper .swiper-wrapper {
    padding-left: 0;
    padding-bottom: 30px;
  }
}

.aboutSwiper .prize .prize-item {
  min-height: 100%;
  height: auto;
}

.aboutSwiper .prize .prizeSwiper .swiper-wrapper .swiper-slide {
  width: 100vw;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
}

@media (max-width: 1440px) {
  .aboutSwiper .prize .prizeSwiper .swiper-wrapper {
    padding-left: 5px;
  }

  .aboutSwiper .prize .prizeSwiper .swiper-wrapper .swiper-slide {
    padding: 24px;
  }

  /*.aboutSwiper .prize .prizeSwiper .swiper-wrapper .swiper-slide img {*/
  /*  height: 111px;*/
  /*}*/
}

.aboutSwiper .prize .prizeSwiper:hover .swiper-button-next,
.aboutSwiper .prize .prizeSwiper:hover .swiper-button-prev {
  visibility: visible;
  outline: 0;
}

.aboutSwiper .prize .prizeSwiper .swiper-button-next::after,
.aboutSwiper .prize .prizeSwiper .swiper-button-prev::after {
  content: unset;
}

.aboutSwiper .prize .prizeSwiper .swiper-button-next {
  right: 52px;
}

.aboutSwiper .prize .prizeSwiper .swiper-button-prev {
  left: 52px;
}

.aboutSwiper .prize .prizeSwiper .swiper-button-next,
.aboutSwiper .prize .prizeSwiper .swiper-button-prev {
  visibility: hidden;
}

.aboutSwiper .prize .prizeSwiper .swiper-button-next svg,
.aboutSwiper .prize .prizeSwiper .swiper-button-prev svg {
  flex-shrink: 0;
}

@media (max-width: 1441px) {

  .aboutSwiper .prize .prizeSwiper .swiper-button-next svg,
  .aboutSwiper .prize .prizeSwiper .swiper-button-prev svg {
    /*width: 60px;*/
  }
}

.aboutSwiper .prize .prizeSwiper .swiper-button-next svg:hover path,
.aboutSwiper .prize .prizeSwiper .swiper-button-prev svg:hover path {
  fill: #1464f4;
}

.aboutSwiper .prize .prizeSwiper .swiper-horizontal>.swiper-pagination-bullets,
.aboutSwiper .prize .prizeSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 0 30px;
  transform: translateY(80px);
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  display: flex;
  transform: translateY(80px);
  justify-content: center;
}

@media (max-width: 991px) {
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 0;
    height: 4px;
    width: 90px;
    flex-shrink: 0;
  }
}

@media (max-width: 991px) {

  .historySwiper .swiper-pagination,
  .prizeSwiper .swiper-pagination {
    display: none;
  }
}

@media (max-width: 991px) {

  .swiper-pagination-bullet-active-prev,
  .swiper-pagination-bullet-active-next {
    background-color: #FFFFFF !important;
  }
}

.aboutSwiper .prize .prizeSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.aboutSwiper .prize .prizeSwiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 100%;
  border-radius: 5px;
  height: 4px;
}

.aboutSwiper .prize-item {
  text-align: center;
  width: 443px;
}

/* .aboutSwiper .prize-item .prize-item-img {
  height: 179px;
} */

@media (max-width: 991px) {
  .aboutSwiper .prize-item .prize-item-img {
    height: initial;
    margin-bottom: 30px;
  }
}

.aboutSwiper .prize-item .prize-item-img img {
  height: 100%;
}

.aboutSwiper .prize-item-content .year {
  font-weight: 300;
  font-size: 36px;
  line-height: 45.18px;
  letter-spacing: 0.72px;
  margin-bottom: 24px;
}

.aboutSwiper .prize-item-content .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
}
@media (max-width: 1440px) {
  .aboutSwiper .prize-item-content .content {
    font-size: 14px;
  }
}
.footer-section {
  background: transparent !important;
}

.footer-container {
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media (max-width: 991px) {
  .footer-container {
    position: relative;
  }
}

.footer-container #footer-wrapper {
  background-color: transparent;
}

@media (max-width: 991px) {
  .footer-container #footer-wrapper {
    padding: 0 !important;
    background: unset !important;
  }
}

.add-footer {
  z-index: 99;
  transform: translateY(-370px);
}

@media (min-width: 992px) and (max-height: 800px) {
  .aboutSwiper .history h2 {
    margin-bottom: 10px;
  }

  .aboutSwiper .history-item-content .time-stamp .date {
    margin-bottom: 15px;
  }

  .aboutSwiper .history-item-content img {
    margin-bottom: 10px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets {
    transform: translateY(50px);
  }

  .aboutSwiper .history-item-content .time-stamp .dotted {
    margin-bottom: 15px;
  }
}
.vision .vision-content-item ul {
  margin-bottom: 0;
}
.vision .vision-content-item ul li {
  list-style: none;
  background-repeat: no-repeat;
  line-height: 30px;
  padding-left: 30%;
  background-position: left center;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .vision .vision-content-item ul li {
    padding-left: 44px;
    font-size: 14px;
  }
  .vision .vision-content-item ul li.service-core-value {
    margin-bottom: 0;
  }
}
@media (max-width: 1360px) {
  .vision .vision-content-item ul li {
    font-size: 14px;
    line-height: 150%;
    padding-left: 26%;
  }
}
.vision .vision-content-item ul li.product-core-value {
  background-image: url("../../img/about-vinfast/high-value.svg");
  background-size: 32px 32px;
}
.vision .vision-content-item ul li.price-core-value {
  background-image: url("../../img/about-vinfast/pricing.svg");
  background-size: 32px 32px;
}
.vision .vision-content-item ul li.service-core-value {
  background-image: url("../../img/about-vinfast/after-sale.svg");
  background-size: 32px 32px;
}
@media (max-width: 1440px) {
  .vision .vision-content-item ul li.product-core-value,
  .vision .vision-content-item ul li.price-core-value,
  .vision .vision-content-item ul li.service-core-value {
    background-size: 24px 24px;
  }
}
@media (max-width: 991px) {
  .vision .vision-content-item ul li.product-core-value,
  .vision .vision-content-item ul li.price-core-value,
  .vision .vision-content-item ul li.service-core-value {
    background-size: 16px 16px;
  }
}
.mobile-video {
  display: none;
}
@media (max-width: 991px) {
  .mobile-video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .desktop-video {
    display: none;
  }
}


#block-visionvinfast .container {
  position: relative;
  max-width: 1290px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 70px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 1600px) {
  #block-visionvinfast .container {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-height: 700px) {
  #block-visionvinfast .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#block-visionvinfast .container:after {
  content: '';
  display: block;
  position: absolute;
  height: 500px;
  left: 0;
  bottom: 70px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) and (max-height: 700px) {
  #block-visionvinfast .container:after {
    bottom: 0px !important;
  }
}
#block-visionvinfast .overlay-section {
  display: none;
}
#block-visionvinfast img {
  height: 100%;
  height: calc(100% - 120px);
  top: 50px;
  bottom: 70px;
}
@media (min-width: 768px) and (max-height: 700px) {
  #block-visionvinfast img {
    height: 100%;
    height: calc(100% - 30px);
    top: 20px;
    bottom: 30px;
  }
}
#block-visionvinfast .vision-content {
  display: flex;
  flex-wrap: wrap;
  transform: unset;
  grid-template-columns: unset;
  gap: unset;
  top: auto;
  bottom: 110px;
  left: 0;
  width: 100%;
  /*align-items: flex-start;*/
  z-index: 2;
}
@media (min-width: 768px) and (max-height: 700px) {
  #block-visionvinfast .vision-content {
    bottom: 50px;
  }
}
#block-visionvinfast .vision-content-item {
  transform: unset;
  padding: 0 40px;
  width: 20%;
  background: unset;
  height: auto;
  display: block;
  margin-top: 0 !important;
  position: relative;
}
#block-visionvinfast .vision-content-item:after {
  content: '';
  width: 1px;
  height: 100%;
  background: rgba(217,225,226, .2);
  position: absolute;
  top: 0;
  right: 0;
}
#block-visionvinfast .vision-content-item:nth-child(odd) {
  width: 30%;
}
#block-visionvinfast h2 {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #FFFFFF;
  margin-bottom: 16px;
}
#block-visionvinfast p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #979797;
}

@media (min-width: 768px) {
  .vision-pc {
    display: block;
  }
  .vision-mb {
    display: none;
  }
}

@media (max-width: 767px) {
  .vision-pc {
    display: none;
  }
  .vision-mb {
    display: block;
  }
}

@media (max-width: 767px) {
  #block-visionvinfast img {
    position: relative;
  }

  #block-visionvinfast .container:after {
    content: none;
  }
  #block-visionvinfast .vision-content-item {
    width: 100% !important;
  }

  #block-visionvinfast {
    background: #020202;
  }
  #block-visionvinfast .container {
    padding-top: 0;
  }
  #block-visionvinfast img {
    top: 0;
  }

  #block-visionvinfast .vision-content {
    position: relative;
  }

  #block-visionvinfast .vision-content:before {
    content: '';
    display: block;
    position: absolute;
    height: 250px;
    left: 0;
    top: -140px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    z-index: -1;
  }
  #block-visionvinfast .vision-content-item:after {
    height: 1px;
    width: 100%;
  }
  #block-visionvinfast .vision-content-item:first-child:after {
    content: none;
  }
  #block-visionvinfast .vision-content-item:nth-child(3):before {
    content: '';
    height: 1px;
    width: 100%;
    background: rgba(217,225,226, .2);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #block-visionvinfast .vision-content-item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  #block-visionvinfast .vision-content-item:last-child {
    margin-bottom: 0;
    position: relative;
  }
  #block-visionvinfast .container {
    padding-bottom: 0;
  }
  #block-visionvinfast .vision-content {
    bottom: 20px;
    margin-top: -40px;
  }
}

#block-dauchantoancau-2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 1800px) {
  #block-dauchantoancau-2 {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  #block-dauchantoancau-2 {
    margin-top: 40px;
  }
}
#block-dauchantoancau-2 h2 {
  font-weight: 300;
  font-size: 56px;
  line-height: 70px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1F2125;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  #block-dauchantoancau-2 h2 {
    font-size: 32px;
  }
}
#block-dauchantoancau-2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #3C3C3C;
  padding: 0;
}
#block-dauchantoancau-2 p:last-child {
  margin-bottom: 0;
}
#block-dauchantoancau-2 .field__item {
  max-width: 870px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  margin-bottom: 80px;
}
@media (max-height: 700px) {
  #block-dauchantoancau-2 .field__item {
    margin-bottom: 40px;
  }
}
.foot-print-images {
  max-width: 1290px;
  margin: auto;
}
.foot-print-images .swiper-wrapper {
  margin: 0 -25px;
  width: calc(100% + 50px);
}
.foot-print-images .image-item {
  width: 50%;
  padding: 0 25px;
}
.aboutSwiper .foot-print-images .image-item {
  box-shadow: none;
}
.aboutSwiper .foot-print-images .image-item>img {
  display: block;
  width: 100%;
  height: auto;
}
.aboutSwiper .foot-print-images {
  height: auto;
}
@media (max-width: 767px) {
  .foot-print-images .image-item {
    width: 100%;
  }
  .aboutSwiper .foot-print-images .image-item>img {
    max-width: 100%;
    border-radius: 0;
  }
  .foot-print-images .swiper-wrapper {
    flex-wrap: wrap;
  }
  .aboutSwiper .foot-print-images {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 60px;
  }
  .aboutSwiper .foot-print-images .image-item + .image-item {
    margin-top: 30px;
  }
  #block-dauchantoancau-2 h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  #block-dauchantoancau-2 .field__item {
    margin-bottom: 50px;
  }
}

@media (max-width: 420px) {
  #block-dauchantoancau-2 .field__item {
    margin-bottom: 35px;
  }
}

.history-item {
  max-width: 1290px;
  margin: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
@media (min-width: 768px) and (max-height: 700px) {
  .history-item {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.aboutSwiper .history-item-content .time-stamp .date::after {
  display: none;
}
.aboutSwiper .history-item-content .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3C3C3C;
}
@media (min-width: 768px) and (max-height: 700px) {
  .aboutSwiper .history-item-content .content {
    font-size: 14px;
  }
}
.aboutSwiper .history-item-content .time-stamp .date {
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #1F2125;
  background: transparent;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 15px;
}
.aboutSwiper .history-item-content .time-stamp {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.aboutSwiper .history-item-content .content {
  width: 100%;
}
.aboutSwiper .history .historySwiper .swiper-wrapper {
  padding: 0;
}
.aboutSwiper .history .historySwiper .swiper-button-next, .aboutSwiper .history .historySwiper .swiper-button-prev {
  display: block;
  outline: 0;
}
.swiper-pagination-history {
  max-width: 1290px;
  margin: auto;
  /* margin-bottom: 30px; */
}
/* @media (min-width: 768px) and (max-height: 700px) {
  .swiper-pagination-history {
    margin-bottom: 20px;
  }
} */
.historySwiper.swiper-container-horizontal>.swiper-pagination-bullets {
  transform: translateY(0);
  position: relative;
  left: auto;
  bottom: auto;
}
.historySwiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 2px;
  background: #D9E1E2;
  border-radius: 0;
  position: relative;
  opacity: 1;
  text-align: center;
}
.historySwiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #979797;
  position: absolute;
  top: -30px;
  left: 0;
}
.aboutSwiper .history .historySwiper {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex-direction: column-reverse;
}
@media (min-width: 768px) and (max-height: 700px) {
  .aboutSwiper .history .historySwiper {
    padding-top: 30px;
  }
}
.historySwiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active > span {
  color: #1F2125;
}
.historySwiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1464F4
}
.aboutSwiper .history h2 {
  margin-bottom: 20px;
}
.swiper-slide.history {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aboutSwiper .history .historySwiper .swiper-button-prev {
  left: -52px;
}
.aboutSwiper .history .historySwiper .swiper-button-next {
  right: -52px;
}
@media (max-width: 1366px) {
  .aboutSwiper .history .historySwiper .swiper-button-prev {
    left: 15px;
  }
  .aboutSwiper .history .historySwiper .swiper-button-next {
    right: 15px;
  }
  .aboutSwiper .history .historySwiper .swiper-button-next svg, .aboutSwiper .history .historySwiper .swiper-button-prev svg {
    width: 24px;
  }
}
@media (max-width: 767px) {
  .swiper-slide.history {
    display: block;
  }

  .aboutSwiper .history-item-content .time-stamp .date {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #1F2125;
  }
  .aboutSwiper .history-item-content .content {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3C3C3C;
  }
  .aboutSwiper .history-item-content img {
    margin-bottom: 10px;
  }
  .history-item-inner {
    max-width: 284px;
  }
  .swiper-slide.history {
    margin-bottom: 80px;
  }
  .historySwiper .swiper-pagination {
    display: flex;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    flex-grow: 1;
    flex-basis: 0;
  }
  .historySwiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet > span {
    font-size: 14px;
  }
  .historySwiper.swiper-container-horizontal>.swiper-pagination-bullets {
    left: 0;
    width: calc(100% - 16px);
    justify-content: flex-start;
    margin-left: 0;
  }
  .historySwiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet > span {
    display: none;
  }
  .history-item-inner {
    position: relative;
  }
  .history-item-inner:before {

  }
  .history-item-content.swiper-slide-active + .history-item-content .history-item-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7) 52.08%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .historySwiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.show-mobile > span,
  .historySwiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active > span {
    display: block;
    color: #1F2125;
  }
  .historySwiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child > span {
    right: 0;
    left: auto;
  }
  .aboutSwiper .history h2 {
    margin-bottom: 0;
  }
}
.prize-item-wrap {
  display: flex;
  flex-wrap:wrap;
  margin: 0 -25px;
}
.prize-item-wrap .prize-item-img {
  width: 60%;
  padding: 0 25px;
}
.prize-item-wrap .prize-info {
  width: 40%;
  padding: 0 25px;
  padding-left: 120px;
}
.aboutSwiper .prize .prizeSwiper .swiper-button-next, .aboutSwiper .prize .prizeSwiper .swiper-button-prev {
  visibility: visible;
}
.prize-item-wrap .prize-info .slide-title,
.prize-item-wrap .prize-info .prize-item-content {
  max-width: 310px;
}
.prize-item-wrap .prize-info .slide-title {
  text-align: left;
  font-weight: 300;
  font-size: 56px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #1F2125;
  margin-bottom: 40px;
  padding-top: 70px;
}
@media (max-width: 1440px) {
  .prize-item-wrap .prize-info .slide-title {
    font-size: 32px;
  }
}
.prize-item-wrap .prize-info .prize-item-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3C3C3C;
}
.aboutSwiper .prize-item-content .year {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.25;
  color: #1F2125;
  text-align: left;
}
.prizeSwiper  {
  max-width: 1290px;
  margin: auto;
  overflow: hidden;
}
.aboutSwiper .prize .prizeSwiper .swiper-wrapper .swiper-slide {
  padding-left: 0;
  padding-right: 0;
}
.aboutSwiper .prize-item .prize-item-img img {
  display: block;
}
.swiper-controls {
  position: absolute;
  bottom: 60px;
  left: 60%;
  width: 40%;
  padding-left: 120px;
  max-width: 430px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 25px;
  margin-left: 10px;
}
.swiper-controls .swiper-button-next, .swiper-controls .swiper-button-prev {
  position: relative;
  top: auto;
  width: 20px;
  height: 20px;
  margin: 0;
  left: auto;
  right: auto;
}
.swiper-controls  .swiper-nav {
  display: flex;
}
.aboutSwiper .prize .prizeSwiper .swiper-button-prev {
  left: auto;
  right:auto;
}
.aboutSwiper .prize .prizeSwiper .swiper-button-next {
  right: auto;
  left: auto;
  margin-left: 15px;
}
.swiper-controls .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  text-align: right;
}
.aboutSwiper .prize h2.hide-pc {
  display: none;
}
@media (max-width: 767px) {
  .aboutSwiper .prize-item .prize-item-img,
  .prize-item-wrap .prize-info {
    width: 100%;
  }
  .aboutSwiper .prize .prizeSwiper .swiper-wrapper .swiper-slide img {
    height: auto;
  }
  .prize-item-wrap .prize-info {
    padding-left: 25px;
  }
  .prize-item-wrap .prize-info .slide-title {
    display: none;
  }
  .aboutSwiper .prize .prizeSwiper .swiper-wrapper {
    padding: 0;
  }
  .prize-item-content {
    padding: 0 16px;
  }
  .swiper-controls {
    left: auto;
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    position: relative;
    bottom: auto;
  }
  .prizeSwiper .swiper-pagination {
    display: block;
  }
  .aboutSwiper .prize .prizeSwiper .swiper-button-next, .aboutSwiper .prize .prizeSwiper .swiper-button-prev {
    display: block;
  }
  #block-achievements-awards {
    margin-bottom: 80px;
  }
  .aboutSwiper .prize h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1F2125;
    margin-bottom: 0;
  }
  .aboutSwiper .swiper-wrapper, .aboutSwiper .swiper-slide {
    max-height: unset;
  }
  .aboutSwiper .prize h2.hide-pc {
    display: block;
  }
}

@media (min-width: 1920px) {
  #block-achievements-awards {
    margin-top: -50px;
  }
}

@media (min-width: 768px) {
  #block-achievements-awards {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #block-achievements-awards .parallax-bg {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-height: 700px) {
  #block-achievements-awards {
    padding: 0 50px;
  }
}

@media (min-width: 768px) and (max-height: 700px) {
  #block-achievements-awards {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-height: 700px) {
  .aboutSwiper .history h2 {
    margin-bottom: 0;
  }
}

#block-visionvinfast .containner-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (min-width: 1920px) {
  #block-visionvinfast .container {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin: auto;
  }

  #block-visionvinfast .container:after {
    content: none;
  }
  #block-visionvinfast .containner-inner:after {
    content: '';
    display: block;
    position: absolute;
    height: 500px;
    left: 0;
    bottom: 70px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    z-index: 1;
  }
  #block-visionvinfast .vision-content {
    max-width: 1320px;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
  }
  #block-visionvinfast img {
    top: 0;
    height: calc(100% - 70px);
  }
  #block-dauchantoancau-2 {
    margin-top: 5%;
  }

  .history-item {
    /*overflow: hidden;*/
  }

  .aboutSwiper .intro p {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 1919px) {
  #block-visionvinfast img {
    height: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
  }
  #block-visionvinfast .vision-content {
    bottom: 40px;
  }
  #block-visionvinfast .container:after {
    bottom: 40px;
  }
}

#block-visionvinfast .vision-content-item:last-child:after {
  display: none;
}

@media (min-width: 768px) {
  .swiper-slide.intro {
    padding-top: 100px;
    margin-bottom: 100px;
  }
  .aboutSwiper .intro {
    min-height: 100vh;
  }
  .banner:hover:before {
    display: none;
  }
  #block-dauchantoancau-2 {
    margin-top: 60px;
  }
  .swiper-slide.foot-print {
    margin-bottom: 120px;
  }
  .swiper-slide.history {
    margin-bottom: 70px;
  }
  .swiper-slide.footer-section .footer-container {
    position: relative;
    bottom:auto;
  }
  .swiper-slide.prize {
    margin-bottom: 90px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .aboutSwiper .vision .vision-content {
    flex-direction: row;
  }
  #block-visionvinfast .vision-content-item {
    width: 50% !important;
  }

  .prize-item-wrap .prize-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  #block-achievements-awards .swiper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .aboutSwiper .history .historySwiper .swiper-wrapper .swiper-slide {
    transform: unset;
  }

  #block-visionvinfast .container:after {
    /*display: none;*/
  }
  #block-visionvinfast img.vision-mb {
    display: none;
    position: relative;
  }
  #block-visionvinfast img.vision-pc {
    display: block;
  }
  #block-visionvinfast .vision-content {
    position: absolute;
    bottom: 40px;
  }
  #block-visionvinfast .vision-content-item:last-child:after {
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(217,225,226, .2);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  #block-visionvinfast .vision-content-item {
    margin-bottom: 30px;
  }
  .aboutSwiper .history-item-content {
    flex-wrap: wrap;
  }
  .history-item {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }
  .prize-item-wrap {
    margin: 0 -15px;
  }
  .prize-item-wrap .prize-item-img {
    padding: 0 15px;
  }
  .aboutSwiper .prize .prizeSwiper .swiper-wrapper {
    padding-left: 0;
  }
  .aboutSwiper .foot-print-images {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .swiper-slide.intro {
    padding-left: 100px;
  }
}

/* .history-item-inner {
  opacity: 0;
  visibility: hidden;
}
.historySwiper.swiper-container-initialized .history-item-inner {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in-out;
} */

@media (min-width: 1024px) and (max-width: 1366px) and (orientation : portrait) {
  .aboutSwiper .history .historySwiper,
  .aboutSwiper .prize .prizeSwiper .swiper-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .swiper-slide.intro {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .swiper-slide.intro {
    width: 100%;
    padding-right: 0;
  }
  .swiper-slide.intro .background-card {
    margin-right: 0 !important;
    right: 0;
  }
  .aboutSwiper .intro .card-img-top {
    float: right;
  }
  .aboutSwiper .intro .title-desc {
    width: 36% !important;
  }
}
