
.landing {
    margin-top: 130px;
  }
  
  .landing::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 192%;
    background-color: #fce9eb;
    z-index: -3;
    -webkit-transform: translateY(-320px);
    -moz-transform: translateY(-320px);
    -ms-transform: translateY(-320px);
    -o-transform: translateY(-320px);
    transform: translateY(-320px);
  }
  
  .landing-item {
    max-width: 80%;
    width: 100%;
  }
  
  .landing-item img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .landing-item img,
  .landing-item .btn {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  
  .landing-item .detail h5,
  .landing-item .detail h2 {
    overflow: hidden;
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 0;
  }
  
  .landing-item .detail h5 {
    font-weight: 300;
  }
  
  .landing-item .detail h5 span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
  }
  
  .landing-item .detail h2 {
    font-weight: 900;
  }
  
  .landing-item .detail h2 span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease-in-out 0.7s;
    -o-transition: all 0.3s ease-in-out 0.7s;
    -moz-transition: all 0.3s ease-in-out 0.7s;
    transition: all 0.3s ease-in-out 0.7s;
  }
  
  .landing-item .detail .btn {
    margin-top: 13px;
    padding: 8px 23px 7px 21px;
    -webkit-transition: all 0.3s ease-in-out 1s;
    -o-transition: all 0.3s ease-in-out 1s;
    -moz-transition: all 0.3s ease-in-out 1s;
    transition: all 0.3s ease-in-out 1s;
  }
  
  .landing-item .detail .btn i {
    font-size: 13px;
    color: #b3bbc7;
    margin-right: 47px;
  }
  
  @media only screen and (max-width: 991px) {
    .landing-item img {
        width: 60%;
        display: block;
        margin: 0 auto;
    }
  
    .landing-item .detail {
        margin-top: 32px;
        text-align: center;
    }
  }
  
  @media only screen and (max-width: 767px) {
  
    .landing-item .detail h5,
    .landing-item .detail h2 {
        font-size: 32px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .landing-item img {
        width: 80%;
    }
  }
  
  .swiper-slide-active .landing-item img,
  .swiper-slide-active .landing-item .btn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  .swiper-slide-active .landing-item h5 span,
  .swiper-slide-active .landing-item h2 span {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
  
  .landing .swiper {
    padding-bottom: 54px;
  }
  
  .landing .swiper-pagination {
    bottom: 0;
  }
  
  .landing .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
  }
  
  .landing .swiper-pagination-bullet-active {
    width: 25px;
  }
  
  .landing .swiper-button-next,
  .landing .swiper-button-prev {
    width: 30px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
  }
  
  .landing .swiper-button-next::after,
  .landing .swiper-button-prev::after {
    color: #2d365d;
    font-size: 13px;
  }
  
  .landing .swiper-button-next:hover,
  .landing .swiper-button-prev:hover {
    background-color: #2d365d;
  }
  
  .landing .swiper-button-next:hover::after,
  .landing .swiper-button-prev:hover::after {
    color: #fff;
  }
  
  @media only screen and (max-width: 399px) {
  
    .landing .swiper-button-next,
    .landing .swiper-button-prev {
        top: 30%;
    }
  }

  .landing-tow {
    margin-top: 20px;
  }
  
  .landing-tow::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 121%;
    background-color: #f8f9fb;
    z-index: -1;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  
  .landing-tow img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .landing-tow .title {
    padding-top: 9px;
  }
  
  .landing-tow .title h4 {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    font-size: 60px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 0;
  }
  
  .landing-tow .title h4 span {
    font-size: 40px;
    font-weight: 300;
  }
  
  .landing-tow .link a {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    padding: 7px 23px 7px 21px;
    -webkit-border-radius: 50px 0 50px 50px;
    -moz-border-radius: 50px 0 50px 50px;
    border-radius: 50px 0 50px 50px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
  }
  
  .landing-tow .link a i {
    font-size: 10px;
    color: #b3bbc7;
    margin-right: 47px;
  }
  
  .landing-tow .swiper-slide-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .landing-tow .swiper-slide-active .title h4 {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  
  .landing-tow .swiper-slide-active .link a {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 1;
  }
  
  .landing-tow .swiper-button-next,
  .landing-tow .swiper-button-prev {
    width: 30px;
    height: 70px;
    text-align: center;
    line-height: 30px;
    background-color: #fff;
  }
  
  .landing-tow .swiper-button-next::after,
  .landing-tow .swiper-button-prev::after {
    font-size: 13px;
    color: #2d365d;
  }
  
  @media only screen and (max-width: 991px) {
  
    .landing-tow .swiper-button-next,
    .landing-tow .swiper-button-prev {
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
        top: auto;
        bottom: 30px;
    }
  
    .landing-tow .swiper .row>div:last-child {
        padding: 0 60px;
        text-align: center;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .landing-tow .title h4 {
        font-size: 48px;
        line-height: 40px;
    }
  
    .landing-tow .title h4 span {
        font-size: 28px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .landing-tow .title h4 {
        font-size: 32px;
        line-height: 40px;
    }
  
    .landing-tow .title h4 span {
        font-size: 18px;
    }
  }
    