.navette-button {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    min-width: 338px;
    text-align: center;
    padding: 18px 25px;
    background: #FF3131;
    display: inline-block;
    clip-path: polygon(19% 0%, 100% 0%, 81% 100%, 0% 100%);
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navette-button:hover {
    color: #fff;
    background: #0B3368;
}

/* icon box */

.navette-icon-box-list {
    position: relative;
    padding: 10px !important;
    margin: -10px !important;
}

.icon-box-item {
    box-shadow: 0px 0px 10px 0px #00000014;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
        min-height: 334px;
                -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.icon-box-item:hover img {
        animation: spinAround 0.6s linear;
    -moz-animation: spinAround 0.6s linear;
    -webkit-animation: spinAround 0.6s linear;
}

.icon-box-item {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

.icon-box-item.show {
    opacity: 1;
    transform: translateY(0);
}

/* delay từng box */
.icon-box-item.show:nth-child(1) { transition-delay: 0.1s; }
.icon-box-item.show:nth-child(2) { transition-delay: 0.3s; }
.icon-box-item.show:nth-child(3) { transition-delay: 0.5s; }

.icon-box-media {
        margin-bottom: 21px;
}

.icon-box-media img {
    max-height: 120px;
    display: inline-flex;
}

.navette-icon-box-list .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.4px;
    color: #0B3368;
    margin-bottom: 10px;
}

.navette-icon-box-list .desc {
    font-weight: 400;
    font-size: 16px;
    color: #102036;
    line-height: 21px;
}

.st2 .icon-box-item {
    min-height: unset;
    padding: 21px 20px 20px 15px;
}

.st2 .icon-box-item .icon-box-media {
    margin-bottom: 17px;
}

.st2 .navette-icon-box-list .title {
    margin-bottom: 9px;
}

@keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(8deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-8deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


/* List mode */
.navette-icon-box-list.is-list .icon-box-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.navette-icon-box-list .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 6px;
  position: relative;
  background-color: #D2D2D2;
  opacity: 1 !important;
  border-radius: 100px;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navette-icon-box-list .swiper-pagination-bullet-active {
  width: 30px;
  background: #FF3131;
}

/* List text */

.navette-list-text li {
    font-weight: 700;
    font-size: 24px;
    padding: 18.2px 70px;
    padding-right: 30px;
    background: #0B3368;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    border-radius: 10px;
    clip-path: polygon(5% 0%, 100% 0, 100% 100%, -1% 100%);
}

.navette-list-text li:not(:last-child) {
    margin-bottom: 20px;
}

/* widget banner */

.navette-banner {
    background: #000;
    display: flex;
    gap: 30px 130px;
    justify-content: center;
    align-items: center;
    padding: 19px;
        flex-wrap: wrap;
}

.navette-banner .logo-brand img {
    width: 293px;
}

.navette-banner .content-right img {
    max-height: 129px;
}

.navette-banner .wrap-title {
    text-align: center;
}

.navette-banner .subtitle {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background: #FE3873;
    border-radius: 1000px;
    padding: 6px 23px;
    display: inline-block;
    margin-bottom: 5px;
}

.navette-banner .title {
font-weight: 700;
font-size: 32px;
color: #fff;
}

/* widget counter */

.counter-section {
    box-shadow: 0px 0px 10px 0px #00000014;
    background: #0B3368;
    border-radius: 20px;
    padding: 30px 35px 20px 80px; 
    color: #fff;
}

.counter-section .title {
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.8px;
    margin-bottom: 32px;
}

.counter-section .wrap-counter {
    display: flex;
    gap: 30px;
}

.counter-section .wrap-counter .content-left {
    width: 60%;
}

.counter-section .wrap-counter .content-right {
    width: 50%;
}

.counter-section .wrap-counter .content-right img {
    margin-left: auto;
}

.counter-section .wrap-item {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 90px;
    padding-top: 22px;
    align-items: baseline;
}

.counter-section .counter-item.item3,
.counter-section .counter-item.item5 {
    text-align: center;
}

.counter-section .wrap-item .counter-item.item1 {
    width: 100%;
}

.counter-section .counter-item.item5 .number,
.counter-section .counter-item.item1 .number,
.counter-section .counter-item.item2 .number {
    font-weight: 600;
    font-size: 96px;
    line-height: 1.125em;
}

.counter-section .counter-item.item3 .number {
    font-weight: 600;
    font-size: 80px;
    line-height: 1.125em;
}

.counter-section .counter-item.item4 .number {
    font-weight: 600;
    font-size: 76px;
    line-height: 1.125em;
}

.counter-section .counter-item .desc {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 3px;
}


.counter-section .wrap-counter .content-right img {
  animation: top-bottom 2s infinite;
}

@keyframes top-bottom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}

/* banner simple */

.banner-simple {
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: #0092CF;
}

.banner-simple .title {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
        margin-bottom: 33px;
}

.banner-simple a {
border-radius: 100px;
    padding: 6px 35px;
    background: #fff;
    font-weight: 700;
    font-size: 14px;
    color: #0B3368;
    width: max-content;
    margin: 0 auto;
}

.banner-simple a i {
margin-left: 7px;
    vertical-align: middle;
}

.banner-simple a:hover {
    background: #0B3368;
    color: #fff;
}

.banner-simple .brand img {
    display: inline-flex;
}

.banner-simple a,
.navette-button,
.nvt-button {
    position: relative;
    overflow: hidden;
}

.nvt-button:hover::before,
.banner-simple a:hover::before,
.navette-button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.nvt-button::before,
.banner-simple a::before,
.navette-button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.lg-next:before {
    content: "\e917" !important;
    font-family: 'navette' !important;
}

.lg-prev:after {
    content: "\e918" !important;
    font-family: 'navette' !important;
}

/* widget gallery */

.navette-gallery .gallery-media {
    border: 1px solid #D2D2D2;
    box-shadow: 0px 5px 10px 0px #0000001A;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.navette-gallery .gallery-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 280px;
}

.navette-gallery .gallery-media .button-view {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #D2D2D299;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    position: absolute;
right: 10px;
    bottom: 10px;
}

.navette-gallery .gallery-media .button-view:hover {
    background: #0B3368;
    color: #fff;
}

.navette-gallery .swiper-button-next,
.navette-gallery .swiper-button-prev {
    width: 40px;
    height: 40px;
    box-shadow: 0px 4px 12px 0px #00000040;
    background: #fff;
    color: #1A1A1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navette-gallery .swiper-button-next::after,
.navette-gallery .swiper-button-prev::after {
    font-size: 14px;
    color: #1A1A1A;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navette-gallery .swiper-button-next::after {
    content: '\e917' !important;
    font-family: 'navette' !important;
}

.navette-gallery .swiper-button-prev::after {
    content: '\e918' !important;
    font-family: 'navette' !important;
}

.navette-gallery .swiper-button-next:hover,
.navette-gallery .swiper-button-prev:hover {
    background: #0B3368;
}

.navette-gallery .swiper-button-next:hover::after,
.navette-gallery .swiper-button-prev:hover::after {
    color: #fff;
}

.navette-gallery .swiper-button-next {
        right: -52px;
}

.navette-gallery .swiper-button-prev {
        left: -50px;
}

.navette-gallery .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 6px;
  position: relative;
  background-color: #D2D2D2;
  opacity: 1 !important;
  border-radius: 100px;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navette-gallery .swiper-pagination-bullet-active {
  width: 30px;
  background: #FF3131;
}

.navette-gallery .swiper-pagination {
    bottom: -35px !important;
}

/* Widget Testimonial */

.navette-testimonial .inner-item {
    border: 1px solid #D2D2D2;
    box-shadow: 0px 0px 10px 0px #00000014;
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.navette-testimonial .wrap-star {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #FFC107;
    font-size: 20px;
        margin-bottom: 20px;
}

.navette-testimonial .inner-item .description {
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #102036;
margin-bottom: 16px;
}

.navette-testimonial .inner-item .brand {
        margin-bottom: 16px;
}

.navette-testimonial .inner-item .name {
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #0B3368;
margin-bottom: 8px;
}

.navette-testimonial .inner-item .position {
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #102036;
}

.navette-testimonial .inner-item .wrap-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.navette-testimonial .swiper-wrapper .test-item:nth-child(even) .inner-item .description {
    order: -1;
}

.navette-testimonial .swiper-button-next,
.navette-testimonial .swiper-button-prev {
    width: 40px;
    height: 40px;
    box-shadow: 0px 4px 12px 0px #00000040;
    background: #fff;
    color: #1A1A1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navette-testimonial .swiper-button-next::after,
.navette-testimonial .swiper-button-prev::after {
    font-size: 14px;
    color: #1A1A1A;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navette-testimonial .swiper-button-next::after {
    content: '\e917' !important;
    font-family: 'navette' !important;
}

.navette-testimonial .swiper-button-prev::after {
    content: '\e918' !important;
    font-family: 'navette' !important;
}

.navette-testimonial .swiper-button-next:hover,
.navette-testimonial .swiper-button-prev:hover {
    background: #0B3368;
}

.navette-testimonial .swiper-button-next:hover::after,
.navette-testimonial .swiper-button-prev:hover::after {
    color: #fff;
}

.navette-testimonial .swiper-button-next {
        right: -52px;
}

.navette-testimonial .swiper-button-prev {
        left: -50px;
}

.navette-testimonial .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 6px;

  position: relative;
  background-color: #D2D2D2;
  opacity: 1 !important;
  border-radius: 100px;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navette-testimonial .swiper-pagination-bullet-active {
  width: 30px;
  background: #FF3131;
}

.navette-testimonial .swiper-pagination {
    bottom: -35px !important;
}

.mine-testimonial {
    position: relative;
}

.navette-testimonial .title {
font-weight: 600;
font-size: 40px;
letter-spacing: 0.7px;
color: #0B3368;
text-align: center;
    margin-bottom: 12px;
}

.navette-testimonial .subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #1A1A1A;
justify-content: center;
    margin-bottom: 25px;

}

.navette-testimonial .subtitle .wrap-star {
    margin: 0;
}

/* banner parallax */

.banner-parallax {
    position: relative;
    height: 520px;
    overflow: hidden;
}

.banner-parallax::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #0B3368;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-parallax .wrap-content {
    position: absolute;
    z-index: 10;
    color: #fff;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 15px;
}

.banner-parallax .title {
font-weight: 600;
    font-size: 48px;
    letter-spacing: 0.7px;
    margin-bottom: 37px;
}

.banner-parallax .description {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 36px;
}

.banner-parallax .description strong {
font-size: 24px;
    display: block;
    margin-bottom: 16px;
    font-weight: 400;
}

.banner-parallax .banner-btn {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    min-width: 403px;
    text-align: center;
    padding: 12px 16px;
    background: #FF3131;
    display: inline-block;
    clip-path: polygon(19% 0%, 100% 0%, 81% 100%, 0% 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-parallax .banner-btn:hover {
    color: #fff;
    background: #0B3368;
}

.banner-parallax .image {
        position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 130%;
    will-change: transform;
    z-index: 0;
}

.banner-parallax .image img {
    width: 100%;
    height: 100%;
    will-change: transform;
    object-fit: cover;
}

.banner-parallax .shape1 {
    content: '';
    width: 200px;
    height: 200px;
    background: #fff;
    border: 30px solid #FF3131;
    position: absolute;
    left: -7%;
    top: -25%;
    z-index: 9;
    transform: rotate(47deg);
}

.banner-parallax .shape2 {
content: '';
    width: 200px;
    height: 200px;
    background: #fff;
    border: 30px solid #0B3368;
    position: absolute;
    right: -6%;
    bottom: -21%;
    z-index: 9;
    transform: rotate(47deg);
}

@media only screen and (max-width: 1350px) {
    .navette-banner {
        gap: 30px 50px;
        padding: 30px 20px;
    }
    .counter-section {
        padding: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .counter-section .counter-item .number {
        font-size: 80px !important;
    }
    .counter-section .wrap-counter {
        align-items: center;
    }
    .banner-parallax .title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .banner-parallax .shape2 {
        right: -12%;
    }
    .banner-parallax .shape1 {
        left: -12%;
    }
}

@media only screen and (max-width: 991px) {

    .banner-parallax .wrap-content {
    width: 100%;
    max-width: unset;
    padding: 0 15px;
}

    .counter-section .counter-item .number {
        font-size: 60px !important;
    }

    .counter-section .wrap-item {
        row-gap: 50px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .counter-section .wrap-item .counter-item.item1 {
        width: unset;
    }

    .counter-section .wrap-counter {
        flex-direction: column;
        row-gap: 50px;
    }
    .counter-section .wrap-counter .content-left,
    .counter-section .wrap-counter .content-right {
        width: 100%;
    }
    .counter-section .wrap-counter .content-right img {
        margin-left: auto;
        margin-right: auto;
    }
    .counter-section .counter-item.item3, .counter-section .counter-item.item5 {
        text-align: left;
    }

    .banner-parallax .shape2,
    .banner-parallax .shape1 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .navette-list-text li {
        clip-path: polygon(13% 0%, 100% 0, 100% 100%, -1% 100%);
    }
    .counter-section .wrap-item {
        row-gap: 40px;
        grid-template-columns: 1fr;
    }
    .counter-section .title {
        margin-bottom: 15px;
    }
    .banner-parallax .description strong {
        font-size: 18px;
    }
    .banner-parallax .banner-btn {
        font-size: 18px;
        min-width: 300px;
        padding: 12px 16px;
    }
    .banner-parallax {
        height: 600px;
    }
}