/* Common CSS */
.block {
  padding-bottom: 80px;
}

.block .block-title {
  font-weight: 300;
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.block .block-description {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 80px;
}

/* Block Top Banner */
#block-first-banner {
  padding-bottom: 0;
}

.top-carousel {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.top-carousel .slide-content,
#block-first-banner .one-item {
  position: relative;
}

.top-carousel .slide-content .field-desc,
#block-first-banner .one-item .field-desc {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 1;
}

.top-carousel .slide-content .field-desc p,
#block-first-banner .one-item .field-desc p {
  color: #fff;
  letter-spacing: -0.04em;
  font-weight: 300;
  font-size: 52px;
  line-height: 60px;
  margin-bottom: 0;
}

.top-carousel .slide-content .footnote,
#block-first-banner .one-item .footnote {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  z-index: 1;
}

.top-carousel .slide-content .footnote p,
#block-first-banner .one-item .footnote p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.top-carousel .slide-content .footnote a,
#block-first-banner .one-item .footnote a {
  color: #fff;
  text-decoration: underline;
}

#block-first-banner .one-item video {
  object-fit: cover;
  height: calc(100vh - 85px);
  width: 100%;
}

.top-carousel .swiper-pagination {
  bottom: 3%;
}

.top-carousel .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 8px;
  background: #d9e1e2;
  height: 4px;
  width: 80px;
  border-radius: 0;
}

.top-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1464f4;
}

.top-carousel .top-carousel-prev,
.top-carousel .top-carousel-next {
  width: 50px;
  height: 50px;
  color: #1464f4;
  background: #fff;
  opacity: 0.8;
}

.top-carousel .top-carousel-prev {
  left: 0;
}

.top-carousel .top-carousel-next {
  right: 0;
}

.top-carousel .top-carousel-prev::after,
.top-carousel .top-carousel-next::after {
  font-size: 20px;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.top-carousel .top-carousel-prev:hover,
.top-carousel .top-carousel-next:hover {
  opacity: 1;
}

/* Block Car Explore */
#block-vehicles {
  padding-top: 80px;
}

.car-info .field-title {
  margin-bottom: 40px;
}

.car-info .field-sub-description {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.04em;
}

.car-info .field-description {
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.car-info .btn {
  width: 100%;
  padding: 15px 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.car-info .field-view-more .col-6:first-child {
  padding-right: 6px;
}

.car-info .field-view-more .col-6:last-child {
  padding-left: 6px;
}

#car-explore-vf-8 {
  margin-bottom: 80px;
}

#car-explore-vf-8 .container-fluid {
  padding-left: 4em;
}

#car-explore-vf-8 .car-image {
  margin-right: -15px;
}

#car-explore-vf-9 .container-fluid {
  padding-right: 4em;
}

#car-explore-vf-9 .car-image {
  margin-left: -15px;
}

#block-vehicles .bottom-description {
  margin-bottom: 0;
  margin-top: 7px;
  color: rgba(60, 60, 60, 0.6);
  letter-spacing: -0.01em;
  font-weight: 300;
  font-size: 10px;
  line-height: 140%;
}

/* Block Slide Car Info */
.slide-car-info {
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
  box-shadow: 0px 24px 30px rgba(0, 0, 0, 0.1);
}

.slide-car-info .swiper,
.slide-benefits {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}

.slide-car-info .swiper-slide-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.slide-car-info .field-image {
  width: 60%;
}

.slide-car-info .box-content {
  padding: 40px;
  width: 40%;
}

.slide-car-info .box-content .box-content-header {
  display: flex;
}

.slide-car-info .box-content .box-content-header .title {
  flex: 70%;
  display: flex;
  align-items: center;
}

.slide-car-info .box-content .box-content-header {
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.02em;
}

.slide-car-info .box-content .box-content-header .image {
  flex: 30%;
}

.slide-car-info .box-content .box-divider {
  height: 1px;
  background-color: #7a99ac;
  margin-top: 12px;
  margin-bottom: 36px;
}

.slide-car-info .box-content .box-content-body {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.slide-car-info .box-content .box-content-body ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
}

.slide-car-info .box-content .box-content-body ul li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: disc outside none;
}

.slide-car-info .box-content .box-content-body .sub-text {
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: -0.03em;
}

.slide-car-info .slide-car-prev,
.slide-car-info .slide-car-next {
  width: 50px;
  height: 50px;
  color: #92a0b2;
  padding: 15px 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}

.slide-car-info .slide-car-prev {
  left: -50px;
}

.slide-car-info .slide-car-next {
  right: -50px;
}

.slide-car-info .slide-car-prev::after,
.slide-car-info .slide-car-next::after {
  font-size: 20px;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.slide-car-info .slide-car-prev::after {
  content: "prev";
}

.slide-car-info .slide-car-next::after {
  content: "next";
}

.slide-car-info .slide-car-prev:hover,
.slide-car-info .slide-car-next:hover {
  color: #1464f4;
}

#block-slide-car-info .bottom-description {
  margin-bottom: 0;
  margin-top: 60px;
  color: rgba(60, 60, 60, 0.6);
  letter-spacing: -0.01em;
  font-weight: 300;
  font-size: 10px;
  line-height: 140%;
}

#block-slide-car-info .bottom-description p {
  margin-bottom: 0;
}

/* Block Second Banner */

/* Block Slide Benefits */
#block-slide-benefits {
  position: relative;
}

.slide-benefit-item .field-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 0;
}

.slide-benefit-item .field-description {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.slide-benefit-item .field-image {
  margin-bottom: 30px;
  position: relative;
}

.slide-benefit-item .col-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.slide-benefit-item .col-desc {
  font-size: 16px;
  line-height: 24px;
}

.slide-benefit-item .field-sub-text {
  margin-top: 65px;
  font-size: 10px;
  line-height: 19px;
  color: rgba(60, 60, 60, 0.6);
}

.slide-benefit-item .field-sub-text p {
  margin-bottom: 0;
}

.slide-benefits .swiper-pagination {
  margin-top: 70px;
  position: unset;
}

.slide-benefits .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  background: #3c3c3c;
  opacity: 0.4;
  border-radius: unset;
  cursor: pointer;
}

.slide-benefits .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

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

.slide-benefits .slide-benefit-prev-icon,
.slide-benefits .slide-benefit-next-icon {
  color: #fff;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 28px;
  top: 40%;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
}

.slide-benefits .slide-benefit-prev-icon::after,
.slide-benefits .slide-benefit-next-icon::after {
  font-size: 24px;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.slide-benefits .slide-benefit-next-icon::after {
  content: "next";
}

.slide-benefits .slide-benefit-prev-icon::after {
  content: "prev";
}

.slide-benefits .slide-benefit-prev-icon:hover,
.slide-benefits .slide-benefit-next-icon:hover {
  background: rgba(0, 0, 0, 1);
}

.slide-benefits .slide-benefit-prev-icon {
  left: 25px;
}

.slide-benefits .slide-benefit-next-icon {
  right: 25px;
}

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

#block-slide-benefits .button-reserve .btn {
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

#block-slide-benefits .button-reserve {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

#block-slide-benefits .button-reserve p a {
  color: #3c3c3c;
  text-decoration: underline;
}

#block-slide-benefits .button-reserve p a:hover {
  color: #1464f4;
}

/* Form Join The Charge Popup */
#block-join-the-charge-popup {
  background: #fff;
}

#block-join-the-charge-popup .modal-dialog {
  max-width: unset;
  margin: unset;
  height: 100%;
}

#block-join-the-charge-popup .modal-content {
  border: none;
  border-radius: unset;
  height: 100%;
}

#block-join-the-charge-popup .modal-header {
  border-bottom: none;
  display: block;
  border-radius: unset;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

#block-join-the-charge-popup .modal-header .close {
  font-size: 20px;
  opacity: 1;
  outline: none;
  margin: 0;
}

#block-join-the-charge-popup .modal-body {
  flex: unset;
  padding: 0;
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

#block-join-the-charge-popup .modal-body .logo {
  margin-bottom: 35px;
}

#block-join-the-charge-popup .modal-body .logo img {
  width: 62px;
  height: auto;
}

#block-join-the-charge-popup .modal-body .title {
  margin-bottom: 50px;
  font-size: 52px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: -0.04em;
}

#block-join-the-charge-popup .modal-body .description {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}

#newsletter-popup-form .form-text {
  color: #3c3c3c;
  border-bottom: 1px solid #000;
}

#newsletter-popup-form .form-text::placeholder {
  color: #3c3c3c;
}

#newsletter-popup-form .bottom-desc {
  color: #3c3c3c;
}

#newsletter-popup-form .bottom-desc a {
  color: #3c3c3c;
  text-decoration: underline;
}

#newsletter-popup-form .form-submit {
  width: 100%;
}

#block-join-the-charge-popup .message-confirm {
  display: none;
}

#block-join-the-charge-popup .message-confirm .title {
  font-size: 52px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 50px;
  letter-spacing: -0.04em;
}

#block-join-the-charge-popup .message-confirm .description {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

/*common*/
.m-w-200 {
  min-width: 200px;
}

.text-centered {
  display: flex;
  align-items: center;
}

.border-none {
  border: none;
}

.text-title {
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #3c3c3c;
}

.text-lage {
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #3c3c3c;
}

.text-small {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #3c3c3c;
}

.text-small-2 {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #3c3c3c;
}
.card-columns .text-small-2 {
  min-height: 100px;
}

.text-tiny {
  font-weight: 300;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #3c3c3c;
}

.text-tiny-2 {
  font-weight: 500;
  font-size: 10px;
  line-height: 24px;
  text-decoration: unset;
  color: #3c3c3c;
}

.text-tiny-2 a {
  text-decoration: underline;
}

.pl-20 {
  padding-left: 20px;
}

#block-vinfirst .block-content .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

#block-vinfirst .card-block {
  border-left: 1px solid #1464f4;
  padding-left: 20px;
  margin-top: 24px;
  margin-bottom: 10px;
}

#block-vinfirst .card-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

#block-vinfirst .card-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

#block-vinfirst .card-text .text-small-2 {
  margin-bottom: 10px;
}

#block-vinfirst .card-link {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1464F4;
  padding-bottom: 5px;
  cursor: pointer;
}

#block-vinfirst .card-link i {
  margin-left: 7px;
  margin-right: 0;
}

/*Modal*/
.modal-vinfist .modal-dialog {
  max-width: unset;
  width: 100%;
  margin: 0;
  padding: 69px 50px;
  position: absolute;
  transform: translate(0, -50%);
  z-index: 3;
}

.modal-vinfist .modal-content {
  background: #3c3c3c;
  border: none;
  color: #fff;
  border-radius: 0;
  position: relative;
}

.modal-vinfist .modal-content hr {
  background: #fff;
  width: 100%;
}

.modal-vinfist .modal-header {
  position: absolute;
  top: 16px;
  right: 16px;
  border-bottom: none;
  z-index: 2;
  padding: 0;
  border-radius: 0;
}

.modal-vinfist .modal-header .close {
  margin: -8px;
  background: #fff;
  padding: 0px;
  width: 40px;
  height: 40px;
  line-height: 5px;
  text-align: center;
  border-radius: 50%;
}

.modal-vinfist .modal-text-lage {
  font-weight: 300;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.modal-vinfist .modal-text-medium {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.modal-vinfist .modal-text-small {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.modal-vinfist .modal-text-footer-1 {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px;
}

.modal-vinfist .modal-text-footer-1 a {
  color: #fff;
}

.modal-vinfist .modal-text-footer-2 {
  font-weight: 300;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #fff;
}

.modal-vinfist .modal-footer1 {
  border: none;
  justify-content: center;
  display: inline-block;
}

.pc-pd-l--10 {
  padding-left: 10%;
}

.pc-pd-l--15 {
  padding-left: 15%;
}

.pc-pd-l--25 {
  padding-left: 25%;
}

/* Battery */
#block-battery {
  padding-bottom: 120px;
}

#block-battery .image-battery {
  margin-bottom: 75px;
}

#block-battery .battery-info {
  margin-bottom: 80px;
}

#block-battery .battery-info:last-child {
  margin-bottom: 0;
}

.battery-info .text-left {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

#block-battery .text-large {
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.02em;
}

#block-battery .text-small {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

#block-battery .text-tiny a {
  text-decoration: underline;
}

/* VinFirst */
#block-vinfirst .button-reserve {
  margin-top: 68px;
}

#block-vinfirst .btn {
  padding: 16px 49px;
}

#block-third-banner {
  padding-bottom: 0;
}

#footer {
  margin-top: -70px;
  position: relative;
}