* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

:root {
  --bg-color: #34314c;
  --highlight-color: #ff7473; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0 auto;
  background-color: #F6F7F9; }

@keyframes rotateme {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes run {
  0% {
    transform: translateY(-1%);
    opacity: 1; }
  50% {
    transform: translateY(-50%);
    opacity: 0.5; }
  100% {
    transform: translateY(-100%);
    opacity: 0; } }
.landingpage .landingpage__header {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .landingpage .landingpage__header .landingpage__header-top {
    position: absolute;
    border-bottom: 1px solid #ccc;
    z-index: 1; }
    .landingpage .landingpage__header .landingpage__header-top .row.header__network {
      margin: 15px 0px;
      display: flex;
      justify-content: space-between; }
      .landingpage .landingpage__header .landingpage__header-top .row.header__network .header__phone, .landingpage .landingpage__header .landingpage__header-top .row.header__network .header__email {
        padding-right: 20px; }
        .landingpage .landingpage__header .landingpage__header-top .row.header__network .header__phone a, .landingpage .landingpage__header .landingpage__header-top .row.header__network .header__email a {
          display: flex;
          align-items: center;
          color: #fff;
          font-size: 1rem;
          text-decoration: none; }
          .landingpage .landingpage__header .landingpage__header-top .row.header__network .header__phone a img, .landingpage .landingpage__header .landingpage__header-top .row.header__network .header__email a img {
            padding-right: 10px; }
      .landingpage .landingpage__header .landingpage__header-top .row.header__network .header__fb a {
        color: #fff;
        font-size: 1rem; }
  .landingpage .landingpage__header .scroll-menu {
    max-width: 100% !important;
    position: fixed !important;
    margin-top: 0px !important;
    background: rgba(0, 96, 255, 0.8) !important;
    z-index: 99999999 !important; }
  .landingpage .landingpage__header .landingpage__header-menu {
    position: absolute;
    margin-top: 100px;
    z-index: 2; }
    .landingpage .landingpage__header .landingpage__header-menu .header__menu-item {
      align-items: center;
      width: 100%;
      left: 0;
      padding: 10px 0px;
      margin: 0px;
      top: 0; }
      .landingpage .landingpage__header .landingpage__header-menu .header__menu-item .header__menu-logo img {
        width: 100%; }
      .landingpage .landingpage__header .landingpage__header-menu .header__menu-item .header__menu-list ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
        padding-left: 20%;
        margin-bottom: 0; }
        .landingpage .landingpage__header .landingpage__header-menu .header__menu-item .header__menu-list ul li {
          margin-right: 30px;
          display: flex;
          align-items: center; }
          .landingpage .landingpage__header .landingpage__header-menu .header__menu-item .header__menu-list ul li a {
            color: #fff;
            font-size: 1.2rem;
            font-weight: 600;
            text-decoration: none; }
          .landingpage .landingpage__header .landingpage__header-menu .header__menu-item .header__menu-list ul li a:hover {
            color: rgba(255, 255, 255, 0.6); }
        .landingpage .landingpage__header .landingpage__header-menu .header__menu-item .header__menu-list ul li.menu__btn {
          margin-right: 0; }
          .landingpage .landingpage__header .landingpage__header-menu .header__menu-item .header__menu-list ul li.menu__btn a {
            padding: 10px 20px;
            background: linear-gradient(to left, #FF773B, #E22828);
            color: #fff;
            font-size: 1.5rem;
            border-radius: 10px;
            text-decoration: none; }
          .landingpage .landingpage__header .landingpage__header-menu .header__menu-item .header__menu-list ul li.menu__btn a:hover {
            color: #fff;
            background: linear-gradient(to right, #FF773B, #E22828); }
  .landingpage .landingpage__header .header__slider-box {
    width: 100%;
    height: 100%; }
  .landingpage .landingpage__header .slick-dotted .slick-dots {
    bottom: 30px; }
  .landingpage .landingpage__header .slick-dotted li button::before {
    font-size: 15px;
    color: #fff; }
  .landingpage .landingpage__header .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .landingpage .landingpage__header .header__slider {
    min-height: 800px;
    max-height: 800px; }
    .landingpage .landingpage__header .header__slider.slider_1 {
      width: 100%;
      background: url("../images/background_5.png") no-repeat;
      background-size: cover; }
    .landingpage .landingpage__header .header__slider.slider_2 {
      width: 100%;
      background: url("../images/banner.png") no-repeat;
      background-size: cover; }
    .landingpage .landingpage__header .header__slider.slider_3 {
      width: 100%;
      background: url("../images/bg_6.jpg") no-repeat;
      background-size: cover; }
    .landingpage .landingpage__header .header__slider.slider_4 {
      width: 100%;
      background: url("../images/bg_6.jpg") no-repeat;
      background-size: cover; }
    .landingpage .landingpage__header .header__slider .slick-prev, .landingpage .landingpage__header .header__slider .slick-next {
      display: none !important; }
    .landingpage .landingpage__header .header__slider .slick-dots li button {
      position: absolute;
      top: -60px; }
    .landingpage .landingpage__header .header__slider .slick-dots li button:before {
      font-size: 13px;
      color: #fff; }
    .landingpage .landingpage__header .header__slider .background__slider {
      background-image: url("../images/background_5.png") no-repeat; }
    .landingpage .landingpage__header .header__slider .header__slider-item {
      background-color: rgba(13, 91, 219, 0.8);
      min-height: 800px;
      max-height: 800px;
      display: flex;
      align-items: center; }
      .landingpage .landingpage__header .header__slider .header__slider-item .silder__item {
        display: flex;
        align-items: center;
        padding: 175px 0px 60px 0px; }
        .landingpage .landingpage__header .header__slider .header__slider-item .silder__item .header__slider-text {
          display: flex;
          flex-direction: column; }
          .landingpage .landingpage__header .header__slider .header__slider-item .silder__item .header__slider-text .header__slider-text-content h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #fff; }
          .landingpage .landingpage__header .header__slider .header__slider-item .silder__item .header__slider-text .header__slider-text-content p {
            font-size: 1.5rem;
            color: #fff;
            margin-bottom: 0; }
            .landingpage .landingpage__header .header__slider .header__slider-item .silder__item .header__slider-text .header__slider-text-content p span {
              font-size: 2.5rem;
              font-weight: 700; }
          .landingpage .landingpage__header .header__slider .header__slider-item .silder__item .header__slider-text .header__slider-btn {
            margin-top: 50px; }
            .landingpage .landingpage__header .header__slider .header__slider-item .silder__item .header__slider-text .header__slider-btn a {
              color: #fff;
              font-size: 1.6rem;
              font-weight: 600;
              background: linear-gradient(to left, #FF773B, #E22828);
              padding: 15px 60px;
              border-radius: 10px; }
          .landingpage .landingpage__header .header__slider .header__slider-item .silder__item .header__slider-text .item__btn2 {
            margin-top: 100px; }
        .landingpage .landingpage__header .header__slider .header__slider-item .silder__item .header__slider-img img {
          width: 100%; }
.landingpage .landingpage__support {
  background-color: #fff; }
  .landingpage .landingpage__support .landingpage__support-item .landingpage__support-title h2 {
    color: #FF3939;
    font-size: 3rem;
    text-align: center;
    margin: 0px 0px 70px 0px;
    padding-top: 70px;
    font-weight: bold; }
  .landingpage .landingpage__support .landingpage__support-item .landingpage__support-content {
    padding-bottom: 100px; }
    .landingpage .landingpage__support .landingpage__support-item .landingpage__support-content .landingpage__support-question .question__item {
      background-color: #2876E2;
      display: flex;
      align-items: center;
      color: #fff;
      padding: 20px 20px;
      margin-bottom: 10px;
      border-radius: 5px; }
      .landingpage .landingpage__support .landingpage__support-item .landingpage__support-content .landingpage__support-question .question__item p {
        font-size: 1.1rem;
        margin-bottom: 0;
        font-weight: 500; }
      .landingpage .landingpage__support .landingpage__support-item .landingpage__support-content .landingpage__support-question .question__item span {
        font-size: 40px;
        font-weight: bold;
        min-width: 50px;
        max-width: 50px;
        min-height: 50px;
        max-height: 50px;
        border-radius: 50%;
        color: #FF3939;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px; }
    .landingpage .landingpage__support .landingpage__support-item .landingpage__support-content .landingpage__support-question .question__item-text p {
      font-size: 2.1rem;
      margin-bottom: 0;
      color: #0D5BDB;
      text-align: center;
      font-weight: 700; }
    .landingpage .landingpage__support .landingpage__support-item .landingpage__support-content .landingpage__support-question .question__item-btn {
      margin-top: 30px;
      margin-bottom: 20px;
      text-align: center; }
      .landingpage .landingpage__support .landingpage__support-item .landingpage__support-content .landingpage__support-question .question__item-btn a {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 500;
        padding: 15px 40px;
        background: linear-gradient(to right, #FF773B, #E22828);
        border-radius: 5px; }
    .landingpage .landingpage__support .landingpage__support-item .landingpage__support-content .landingpage__support-img {
      width: 100%;
      display: flex;
      justify-content: center; }
      .landingpage .landingpage__support .landingpage__support-item .landingpage__support-content .landingpage__support-img .landingpage__img {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center; }
        .landingpage .landingpage__support .landingpage__support-item .landingpage__support-content .landingpage__support-img .landingpage__img img {
          width: 100%; }
.landingpage .landingpage__choose {
  background-color: #063C9F;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  z-index: 1; }
  .landingpage .landingpage__choose::before {
    content: "";
    background: url(../images/background.png) no-repeat;
    background-size: 100%;
    position: absolute;
    opacity: 0.6;
    right: 4%;
    width: 800px;
    height: 100%;
    top: 9%;
    z-index: 0; }
  .landingpage .landingpage__choose .landingpage__choose-item {
    z-index: 9;
    position: relative; }
    .landingpage .landingpage__choose .landingpage__choose-item .landingpage__choose-title h3 {
      padding: 40px 0px 40px 0px;
      font-size: 2.5rem;
      color: #fff;
      font-weight: 700;
      text-align: center; }
  .landingpage .landingpage__choose .landingpage__choose-title-btn {
    display: flex;
    justify-content: center; }
    .landingpage .landingpage__choose .landingpage__choose-title-btn a {
      font-size: 1.5rem;
      font-weight: 500;
      color: #fff;
      padding: 20px 50px;
      border-radius: 5px;
      background: linear-gradient(to right, #FF773B, #E22828); }
  .landingpage .landingpage__choose .landingpage__choose-content .padding {
    margin-bottom: 30px;
    padding: 0 10px; }
  .landingpage .landingpage__choose .landingpage__choose-content .content__item {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 0px 15px;
    height: 240px;
    border-radius: 10px; }
    .landingpage .landingpage__choose .landingpage__choose-content .content__item:hover {
      cursor: pointer; }
      .landingpage .landingpage__choose .landingpage__choose-content .content__item:hover .content__round {
        display: block; }
      .landingpage .landingpage__choose .landingpage__choose-content .content__item:hover .content__item1-img svg g path {
        fill: #fff; }
      .landingpage .landingpage__choose .landingpage__choose-content .content__item:hover .content__item1-title p {
        color: #0D5BDB; }
    .landingpage .landingpage__choose .landingpage__choose-content .content__item .content__item-background {
      position: absolute;
      top: 0; }
    .landingpage .landingpage__choose .landingpage__choose-content .content__item .content__round {
      display: none;
      top: -100px;
      left: -65px;
      position: absolute;
      opacity: 1;
      z-index: 0;
      width: 200px;
      height: 180px;
      border-radius: 50%;
      background-color: #0D5BDB; }
    .landingpage .landingpage__choose .landingpage__choose-content .content__item::after {
      content: '';
      top: -45px;
      right: -48px;
      position: absolute;
      opacity: 1;
      z-index: 0;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-color: #0D5BDB; }
    .landingpage .landingpage__choose .landingpage__choose-content .content__item .content__item1-img {
      margin-top: 10px;
      margin-bottom: 25px;
      position: absolute;
      z-index: 99999; }
      .landingpage .landingpage__choose .landingpage__choose-content .content__item .content__item1-img svg {
        width: 60px;
        height: 60px; }
    .landingpage .landingpage__choose .landingpage__choose-content .content__item .content__item1-title {
      margin-top: 85px; }
      .landingpage .landingpage__choose .landingpage__choose-content .content__item .content__item1-title p {
        color: #000;
        font-size: 1rem;
        font-weight: 700; }
    .landingpage .landingpage__choose .landingpage__choose-content .content__item .content__item1-text p {
      font-size: 0.9rem;
      color: rgba(0, 0, 0, 0.8);
      margin-bottom: 0; }
.landingpage .landingpage__table .landingpage__table-price {
  margin-top: 100px;
  position: relative;
  z-index: 1; }
  .landingpage .landingpage__table .landingpage__table-price::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    top: 66%;
    background: url("../images/banggia.png") no-repeat; }
  .landingpage .landingpage__table .landingpage__table-price .table__price-title {
    text-align: center;
    margin-bottom: 50px; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-title h3 {
      font-size: 2.5rem;
      color: #000A12;
      font-weight: bold; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-title p {
      font-size: 1.2rem;
      color: #0D5BDB; }
  .landingpage .landingpage__table .landingpage__table-price .table__price-content {
    padding-bottom: 90px; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-content .margin__mb {
      padding-left: 10px;
      padding-right: 10px; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1::before {
      background: url("../images/icon/banggia_1.svg") no-repeat;
      background-size: 355px; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-btn a:hover {
      color: #fff;
      background-color: #71B571; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-text ul li i {
      color: #71B571; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2::before {
      background: url("../images/icon/banggia_2.svg") no-repeat;
      background-size: 355px; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-btn a:hover {
      color: #fff;
      background-color: #FF9D3B; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-text ul li i {
      color: #FF9D3B; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3::before {
      background: url("../images/icon/banggia_3.svg") no-repeat;
      background-size: 355px; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-btn a:hover {
      color: #fff;
      background-color: #DB3D0D; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-text ul li i {
      color: #DB3D0D; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4::before {
      background: url("../images/icon/banggia_4.svg") no-repeat;
      background-size: 355px; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-btn a:hover {
      color: #fff;
      background-color: #0D5BDB; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-text ul li i {
      color: #0D5BDB; }
    .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 {
      border: 1px solid #ccc;
      border-radius: 10px;
      box-shadow: 1px 1px 5px #ccc;
      position: relative;
      overflow: hidden;
      padding-bottom: 40px;
      z-index: 999; }
      .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1::before, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2::before, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3::before, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 300px;
        top: 0;
        left: 0;
        z-index: 0; }
      .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-title, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-title, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-title, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-title {
        text-align: center;
        width: 100%;
        padding-top: 20px;
        z-index: 9;
        color: #fff;
        padding-bottom: 40px;
        position: absolute; }
        .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-title h4, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-title h4, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-title h4, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-title h4 {
          font-size: 1.4rem;
          font-weight: bold; }
        .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-title h3, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-title h3, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-title h3, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-title h3 {
          font-size: 3rem;
          font-weight: 700; }
          .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-title h3 span, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-title h3 span, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-title h3 span, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-title h3 span {
            font-size: 1.3rem; }
        .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-title p, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-title p, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-title p, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-title p {
          font-size: 0.9rem; }
      .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-text, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-text, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-text, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-text {
        z-index: 9;
        margin-top: 220px;
        padding: 0px 15px; }
        .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-text ul, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-text ul, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-text ul, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-text ul {
          list-style: none; }
          .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-text ul li, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-text ul li, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-text ul li, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-text ul li {
            font-size: 1rem;
            padding-bottom: 10px;
            display: flex; }
            .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-text ul li p, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-text ul li p, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-text ul li p, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-text ul li p {
              margin-bottom: 0;
              font-size: 0.8rem; }
            .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-text ul li i, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-text ul li i, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-text ul li i, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-text ul li i {
              font-size: 1.2rem;
              padding-right: 15px; }
      .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-btn, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-btn, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-btn, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-btn {
        margin: 10px 0px;
        text-align: center; }
        .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-btn a, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-btn a, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-btn a, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-btn a {
          color: #ffffff;
          font-size: 1.2rem;
          padding: 10px 65px;
          background: linear-gradient(to left, #5092ff, #0d5bdb);
          border-radius: 10px;
          font-weight: 500;
          text-decoration: none; }
          .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item1 .table__price-item-btn a:hover, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item2 .table__price-item-btn a:hover, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item3 .table__price-item-btn a:hover, .landingpage .landingpage__table .landingpage__table-price .table__price-content .table__price-item4 .table__price-item-btn a:hover {
            transition: 2s;
            background: linear-gradient(to right, #5092ff, #0d5bdb); }
.landingpage .landingpage__procedure {
  background: url(../images/background_2.png) no-repeat;
  height: 1040px;
  background-size: cover; }
  .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-title {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px; }
    .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-title h3 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #fff; }
    .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-title p {
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.8); }
  .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent nav .nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff; }
    .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent nav .nav a {
      font-size: 1.5rem;
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none;
      cursor: pointer; }
    .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent nav .nav .active {
      background-color: rgba(255, 255, 255, 0.33);
      color: #fff;
      border-radius: 50px;
      padding: 5px 20px; }
  .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slick-prev {
    left: -60px; }
  .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slick-next {
    right: -60px; }
  .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slick-prev:before, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slick-next:before {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 15px;
    color: #fff;
    font-size: 30px; }
  .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slick-prev:hover:before, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slick-prev:focus:before, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slick-next:hover:before, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slick-next:focus:before {
    opacity: 1;
    color: #fff;
    border: 2px solid #fff; }
  .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item {
    display: flex;
    align-items: center;
    height: 700px; }
    .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-text {
      padding: 0px 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      height: 500px;
      width: 100%; }
      .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-text .item__text-box {
        width: 500px;
        border: 1px solid #FFFFFF;
        border-style: dashed;
        padding: 20px;
        z-index: 999;
        background-color: rgba(0, 81, 175, 0.96); }
        .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-text .item__text-box p {
          font-size: 1.5rem;
          color: #fff; }
      .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-text .item__text-img {
        width: 100%;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 0; }
        .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-text .item__text-img img {
          width: 387px; }
    .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .orange {
      background-color: #E0760B; }
    .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .green {
      background-color: #00D0A0; }
    .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .grey {
      background-color: #8D8D8D; }
    .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .blue {
      background-color: #00B0FF; }
    .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure {
      display: flex;
      justify-content: flex-end;
      position: relative; }
      .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item {
        width: 480px;
        height: 460px;
        position: relative;
        align-self: flex-end; }
        .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .goto_slide {
          cursor: pointer; }
        .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-1:hover .procedure__item-content {
          background-color: #E0760B; }
        .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-2:hover .procedure__item-content {
          background-color: #00D0A0; }
        .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-3:hover .procedure__item-content {
          background-color: #00B0FF; }
        .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-1, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-2, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-3 {
          width: 248px;
          height: 248px;
          border: 1px solid rgba(255, 255, 255, 0.3);
          border-style: dashed;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
          .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-1 .procedure__item-content, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-2 .procedure__item-content, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-3 .procedure__item-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 200px;
            height: 200px;
            border: 10px solid #1e61b2;
            border-radius: 50%;
            color: #fff;
            padding: 20px;
            text-align: center; }
            .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-1 .procedure__item-content img, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-2 .procedure__item-content img, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-3 .procedure__item-content img {
              width: 56px;
              height: 56px; }
            .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-1 .procedure__item-content p, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-2 .procedure__item-content p, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-3 .procedure__item-content p {
              font-size: 1.2rem;
              font-weight: 500; }
        .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-1 {
          position: absolute;
          top: 30px;
          left: 0; }
        .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-2 {
          position: absolute;
          top: 0px;
          right: 0px; }
        .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__item .procedure__item-3 {
          position: absolute;
          top: 46%;
          left: 30%; }
      .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-1 {
        top: -75px;
        left: 130px; }
      .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-2 {
        top: 8%;
        left: 10px; }
      .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-3 {
        top: 39%;
        left: 60px; }
      .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-4 {
        top: 70%;
        left: 150px; }
      .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-5 {
        top: 97%;
        left: 250px; }
      .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-1, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-2, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-3, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-4, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-5 {
        position: absolute;
        display: flex;
        align-items: center; }
        .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-1 .procedure__tep-item, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-2 .procedure__tep-item, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-3 .procedure__tep-item, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-4 .procedure__tep-item, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-5 .procedure__tep-item {
          border: 1px solid rgba(255, 255, 255, 0.3);
          border-style: dashed;
          border-radius: 50%;
          width: 98px;
          height: 98px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-1 .procedure__tep-item .procedure__tep-item-img, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-2 .procedure__tep-item .procedure__tep-item-img, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-3 .procedure__tep-item .procedure__tep-item-img, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-4 .procedure__tep-item .procedure__tep-item-img, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-5 .procedure__tep-item .procedure__tep-item-img {
            width: 79px;
            height: 79px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 10px solid #1e61b2;
            padding: 10px; }
            .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-1 .procedure__tep-item .procedure__tep-item-img img, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-2 .procedure__tep-item .procedure__tep-item-img img, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-3 .procedure__tep-item .procedure__tep-item-img img, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-4 .procedure__tep-item .procedure__tep-item-img img, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-5 .procedure__tep-item .procedure__tep-item-img img {
              width: 100%; }
        .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-1 .procedure__tep-text p, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-2 .procedure__tep-text p, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-3 .procedure__tep-text p, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-4 .procedure__tep-text p, .landingpage .landingpage__procedure .landingpage__procedure-item .landingpage__procedure-tontent .landingpage__procedure-slider .slider__item .slider__item-procedure .procedure .procedure__tep-5 .procedure__tep-text p {
          color: #fff;
          font-size: 1.2rem;
          font-weight: 500;
          width: 150px;
          padding-right: 10px;
          text-align: center;
          margin-bottom: 0; }
.landingpage .ladingpage__process-step .process__step-item .process__step-title {
  margin: 50px 0px; }
  .landingpage .ladingpage__process-step .process__step-item .process__step-title h3 {
    padding-bottom: 40px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold; }
.landingpage .ladingpage__process-step .process__step-item .process__step-content {
  position: relative;
  height: 400px;
  background: url("../images/background3.png") no-repeat;
  background-size: contain; }
  .landingpage .ladingpage__process-step .process__step-item .process__step-content .step1 {
    left: 7px; }
  .landingpage .ladingpage__process-step .process__step-item .process__step-content .step2 {
    left: 16%; }
  .landingpage .ladingpage__process-step .process__step-item .process__step-content .step3 {
    left: 33%; }
  .landingpage .ladingpage__process-step .process__step-item .process__step-content .step4 {
    left: 50%; }
  .landingpage .ladingpage__process-step .process__step-item .process__step-content .step5 {
    left: 67%; }
  .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 {
    left: 83%; }
    .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 .step_title .step__title-img-text {
      left: -350% !important; }
      .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 .step_title .step__title-img-text::after {
        left: 100%;
        right: 0 !important;
        border-left-color: #068e06 !important;
        border-right-color: rgba(255, 255, 255, 0) !important; }
  .landingpage .ladingpage__process-step .process__step-item .process__step-content .step1, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step2, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step3, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step4, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step5, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 {
    padding: 0;
    position: absolute;
    top: -45px; }
    .landingpage .ladingpage__process-step .process__step-item .process__step-content .step1 .step_title, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step2 .step_title, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step3 .step_title, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step4 .step_title, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step5 .step_title, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 .step_title {
      display: flex;
      align-items: center;
      justify-content: center; }
      .landingpage .ladingpage__process-step .process__step-item .process__step-content .step1 .step_title .step__title-img, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step2 .step_title .step__title-img, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step3 .step_title .step__title-img, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step4 .step_title .step__title-img, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step5 .step_title .step__title-img, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 .step_title .step__title-img {
        position: relative;
        width: 50%;
        cursor: pointer; }
        .landingpage .ladingpage__process-step .process__step-item .process__step-content .step1 .step_title .step__title-img:hover .step__title-img-text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step2 .step_title .step__title-img:hover .step__title-img-text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step3 .step_title .step__title-img:hover .step__title-img-text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step4 .step_title .step__title-img:hover .step__title-img-text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step5 .step_title .step__title-img:hover .step__title-img-text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 .step_title .step__title-img:hover .step__title-img-text {
          display: block;
          transition: 0.5s;
          cursor: pointer; }
        .landingpage .ladingpage__process-step .process__step-item .process__step-content .step1 .step_title .step__title-img img, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step2 .step_title .step__title-img img, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step3 .step_title .step__title-img img, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step4 .step_title .step__title-img img, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step5 .step_title .step__title-img img, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 .step_title .step__title-img img {
          width: 100%; }
        .landingpage .ladingpage__process-step .process__step-item .process__step-content .step1 .step_title .step__title-img .step__title-img-text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step2 .step_title .step__title-img .step__title-img-text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step3 .step_title .step__title-img .step__title-img-text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step4 .step_title .step__title-img .step__title-img-text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step5 .step_title .step__title-img .step__title-img-text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 .step_title .step__title-img .step__title-img-text {
          transition: all 0.5s;
          display: none;
          position: absolute;
          left: 120%;
          top: 0px;
          width: 400px;
          z-index: 999;
          background-color: #068e06;
          color: #fff;
          padding: 10px;
          border-radius: 20px;
          transition: 2s; }
          .landingpage .ladingpage__process-step .process__step-item .process__step-content .step1 .step_title .step__title-img .step__title-img-text p, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step2 .step_title .step__title-img .step__title-img-text p, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step3 .step_title .step__title-img .step__title-img-text p, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step4 .step_title .step__title-img .step__title-img-text p, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step5 .step_title .step__title-img .step__title-img-text p, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 .step_title .step__title-img .step__title-img-text p {
            margin-bottom: 0;
            font-size: 1rem; }
            .landingpage .ladingpage__process-step .process__step-item .process__step-content .step1 .step_title .step__title-img .step__title-img-text p span, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step2 .step_title .step__title-img .step__title-img-text p span, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step3 .step_title .step__title-img .step__title-img-text p span, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step4 .step_title .step__title-img .step__title-img-text p span, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step5 .step_title .step__title-img .step__title-img-text p span, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 .step_title .step__title-img .step__title-img-text p span {
              display: block; }
          .landingpage .ladingpage__process-step .process__step-item .process__step-content .step1 .step_title .step__title-img .step__title-img-text::after, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step2 .step_title .step__title-img .step__title-img-text::after, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step3 .step_title .step__title-img .step__title-img-text::after, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step4 .step_title .step__title-img .step__title-img-text::after, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step5 .step_title .step__title-img .step__title-img-text::after, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 .step_title .step__title-img .step__title-img-text::after {
            right: 99%;
            top: 20%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-right-color: #068e06;
            border-width: 20px;
            margin-top: -20px; }
    .landingpage .ladingpage__process-step .process__step-item .process__step-content .step1 .step__text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step2 .step__text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step3 .step__text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step4 .step__text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step5 .step__text, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 .step__text {
      margin-top: 40px;
      padding: 0px 0px 0px 50px; }
      .landingpage .ladingpage__process-step .process__step-item .process__step-content .step1 .step__text span, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step2 .step__text span, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step3 .step__text span, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step4 .step__text span, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step5 .step__text span, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 .step__text span {
        font-size: 1rem;
        font-weight: 700;
        color: #3c3c3c; }
      .landingpage .ladingpage__process-step .process__step-item .process__step-content .step1 .step__text p, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step2 .step__text p, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step3 .step__text p, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step4 .step__text p, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step5 .step__text p, .landingpage .ladingpage__process-step .process__step-item .process__step-content .step6 .step__text p {
        font-size: 1.1rem;
        font-weight: bold;
        color: #3c3c3c; }
  .landingpage .ladingpage__process-step .process__step-item .process__step-content .step__btn {
    text-align: center;
    position: absolute;
    top: 90%; }
    .landingpage .ladingpage__process-step .process__step-item .process__step-content .step__btn span {
      background-color: #0D5BDB;
      color: #fff;
      padding: 10px 30px;
      border-radius: 10px;
      font-size: 2.2rem;
      font-weight: bold;
      position: relative; }
      .landingpage .ladingpage__process-step .process__step-item .process__step-content .step__btn span::after {
        left: 99.5%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #0d5bdb;
        border-width: 30px;
        margin-top: -30px; }
      .landingpage .ladingpage__process-step .process__step-item .process__step-content .step__btn span::before {
        right: 99.5%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #0d5bdb;
        border-width: 30px;
        margin-top: -30px; }
.landingpage .landingpage__serve {
  width: 100%;
  margin-top: 80px;
  background: url(../images/background4.jpg) no-repeat;
  background-size: cover; }
  .landingpage .landingpage__serve .landingpage__serve-box {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 135, 198, 0.8) 40%, rgba(6, 60, 159, 0.8) 60%); }
  .landingpage .landingpage__serve .landingpage__serve-item {
    padding-bottom: 100px; }
    .landingpage .landingpage__serve .landingpage__serve-item .landingpage__serve-title {
      padding-top: 50px; }
      .landingpage .landingpage__serve .landingpage__serve-item .landingpage__serve-title h3 {
        font-size: 2.5rem;
        font-weight: bold;
        text-align: center;
        color: #fff; }
      .landingpage .landingpage__serve .landingpage__serve-item .landingpage__serve-title p {
        padding-top: 20px;
        font-size: 1.4rem;
        font-weight: 500;
        text-align: center;
        color: #fff; }
    .landingpage .landingpage__serve .landingpage__serve-item .landingpage__serve-slider {
      margin-top: 60px;
      padding: 0px 30px; }
      .landingpage .landingpage__serve .landingpage__serve-item .landingpage__serve-slider .slick-prev, .landingpage .landingpage__serve .landingpage__serve-item .landingpage__serve-slider .slick-next {
        display: none !important; }
      .landingpage .landingpage__serve .landingpage__serve-item .landingpage__serve-slider .slick-dots li button:before {
        top: 40px;
        font-size: 15px;
        color: #fff; }
      .landingpage .landingpage__serve .landingpage__serve-item .landingpage__serve-slider .landingpage__serve-slider-item {
        width: 100%;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 3px 4px 6px #ccc;
        display: flex;
        justify-content: center; }
        .landingpage .landingpage__serve .landingpage__serve-item .landingpage__serve-slider .landingpage__serve-slider-item img {
          width: 100%;
          border-radius: 10px; }
.landingpage .landingpage__project .landingpage__project-item .landingpage__project-title {
  margin: 50px 0px; }
  .landingpage .landingpage__project .landingpage__project-item .landingpage__project-title h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0D5BDB;
    text-align: center; }
.landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav .slick-prev, .landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav .slick-next {
  top: 40%; }
.landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav .slick-list {
  overflow-x: scroll;
  padding-bottom: 20px; }
  .landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav .slick-list::-webkit-scrollbar {
    height: 10px; }
  .landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav .slick-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px; }
  .landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav .slick-list::-webkit-scrollbar-thumb {
    background: #B2B2B2;
    border-radius: 5px; }
.landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav .slick-prev:before, .landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav .slick-next:before {
  font-size: 25px; }
.landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav li {
  margin: 0 20px; }
  .landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px;
    box-shadow: 0px 1px 9px #ccc;
    margin-bottom: 10px;
    width: 240px;
    height: 130px; }
    .landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav li a svg {
      width: 64px;
      height: 640px; }
      .landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav li a svg path, .landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav li a svg rect {
        fill: #3D3E3F; }
    .landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav li a span {
      padding-top: 20px;
      font-size: 1rem;
      font-weight: bold;
      color: #3D3E3F; }
  .landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav li .active svg path, .landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav li .active svg rect {
    fill: #fff; }
  .landingpage .landingpage__project .landingpage__project-item .landingpage__project-content .nav li .active span {
    color: #fff; }
.landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item {
  position: relative;
  padding: 15px;
  display: flex;
  justify-content: center; }
  .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item:hover {
    cursor: pointer; }
    .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item:hover img {
      opacity: 0.5; }
    .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item:hover .product__info {
      display: block; }
  .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info {
    display: none;
    position: absolute;
    bottom: 20%;
    width: 70%;
    height: 150px;
    background-color: #008EFF;
    padding: 10px;
    border-radius: 10px; }
    .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top {
      display: flex;
      justify-content: left; }
      .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-img, .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-link {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        padding: 10px;
        border-radius: 50%;
        margin: 0px 10px 0px 0px;
        cursor: pointer;
        position: relative;
        width: 30px;
        height: 30px;
        padding: 5px; }
        .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-img a:nth-child(1), .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-link a:nth-child(1) {
          z-index: 99; }
        .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-img a:nth-child(2), .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-img a:nth-child(3), .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-img a:nth-child(4), .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-link a:nth-child(2), .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-link a:nth-child(3), .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-link a:nth-child(4) {
          z-index: 1;
          position: absolute; }
        .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-img a img, .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-link a img {
          width: 30px;
          height: 30px;
          position: absolute;
          top: 0;
          left: 0;
          border-radius: 50%; }
        .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-img:hover, .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-link:hover {
          background-color: #003561; }
          .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-img:hover i, .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-link:hover i {
            color: #fff; }
        .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-img i, .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-top .info__top-link i {
          font-size: 20px;
          color: #008EFF; }
    .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-text {
      margin-top: 20px; }
      .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-text a {
        display: block;
        color: #fff;
        font-size: 0.9rem;
        line-height: 30px;
        text-decoration: none; }
      .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item .product__info .product__info-text a:nth-child(2) {
        font-size: 1rem;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical; }
  .landingpage .landingpage__project .landingpage__project-item .landingpage__project-product .landingpage__produc-item img {
    width: 100%; }
.landingpage .landingpage__project .landingpage__project-item .landingpage__produc-btn {
  text-align: center;
  margin-top: 30px; }
  .landingpage .landingpage__project .landingpage__project-item .landingpage__produc-btn a {
    color: #fff;
    background: linear-gradient(to left, #3F8EFC, #2876E2);
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: 600; }
    .landingpage .landingpage__project .landingpage__project-item .landingpage__produc-btn a i {
      font-size: 0.9rem; }
.landingpage .landingpage__sale {
  margin-top: 40px;
  background: url(../images/background_3.png) no-repeat;
  background-size: inherit;
  background-position: bottom;
  background-position-x: 22%;
  background-position-y: 70%; }
  .landingpage .landingpage__sale .landingpage__sale-box {
    background-color: rgba(216, 238, 255, 0.8); }
  .landingpage .landingpage__sale .landingpage__sale-content {
    padding: 40px 0px; }
    .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-text .sale__title h3 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #FF3939;
      margin-bottom: 30px; }
    .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-text .sale__text {
      padding: 20px 0px 30px 0px; }
      .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-text .sale__text p {
        color: #000;
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 5px; }
    .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-text .sale__btn p {
      display: block;
      margin-bottom: 0;
      font-size: 1.5rem;
      color: #fff;
      width: 80%;
      font-weight: 700;
      background-color: #FF3939;
      padding: 10px 10px;
      margin: 40px 0px;
      position: relative; }
      .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-text .sale__btn p::after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #FF3939;
        border-width: 60px;
        margin-top: -60px; }
    .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-text .sale__phone {
      margin-top: 20px; }
      .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-text .sale__phone a {
        color: #FF3939;
        font-size: 2rem;
        font-weight: bold; }
    .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-form {
      background-color: #0D5BDB;
      padding: 30px 50px 10px 50px;
      border-radius: 10px; }
      .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-form .sale__form-title {
        margin-bottom: 20px; }
        .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-form .sale__form-title h3 {
          color: #fff;
          font-weight: bold;
          font-size: 2rem;
          text-align: center; }
      .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-form .sale__form-time {
        margin-bottom: 20px; }
        .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-form .sale__form-time #time {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-form .sale__form-time #time .time__item {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column; }
            .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-form .sale__form-time #time .time__item p {
              color: #fff;
              font-size: 1.2rem;
              font-weight: bold; }
            .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-form .sale__form-time #time .time__item span {
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              font-size: 1.2rem;
              font-weight: bold;
              background-color: #012869;
              border-radius: 5px;
              width: 100px;
              height: 50px; }
      .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-form form label {
        display: block;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-form form label input {
          width: 100%;
          height: 48px;
          border-radius: 5px;
          padding-left: 20px;
          border: 0px; }
          .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-form form label input::placeholder {
            color: #8D8D8D;
            font-size: 1.2rem;
            font-weight: 500; }
        .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-form form label input[type=submit] {
          color: #fff;
          font-size: 1.2rem;
          font-weight: bold;
          width: 50%;
          background: linear-gradient(to left, #FF773B, #E22828); }
      .landingpage .landingpage__sale .landingpage__sale-content .landingpage__sale-form form select {
        font-size: 1.2rem;
        font-weight: 500;
        display: block;
        width: 100%;
        height: 48px;
        margin-bottom: 20px;
        border-radius: 5px;
        color: #0D5BDB;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("../images/icon/areow_down.png") 96%/4% no-repeat #eee; }
.landingpage .ladingpage__footer {
  background-color: #003C9F; }
  .landingpage .ladingpage__footer footer {
    background-color: #012869;
    position: relative; }
    .landingpage .ladingpage__footer footer .footer-header {
      display: flex;
      flex-direction: column; }
      .landingpage .ladingpage__footer footer .footer-header .footer__img {
        text-align: center; }
        .landingpage .ladingpage__footer footer .footer-header .footer__img img {
          width: 30%;
          margin-bottom: 1.5rem; }
      .landingpage .ladingpage__footer footer .footer-header .footer__text .footer__item p {
        color: #fff;
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1.5rem; }
      .landingpage .ladingpage__footer footer .footer-header .footer__text .footer-amount {
        display: flex;
        justify-content: space-around; }
        .landingpage .ladingpage__footer footer .footer-header .footer__text .footer-amount p {
          font-size: 1rem;
          font-weight: 700;
          color: #FFEB00;
          text-align: center; }
          .landingpage .ladingpage__footer footer .footer-header .footer__text .footer-amount p span {
            color: #fff;
            font-size: 1rem;
            font-weight: 300;
            opacity: 0.8; }
    .landingpage .ladingpage__footer footer .footer__menu {
      margin: 0 auto;
      margin-top: 0rem;
      padding: 1rem 3rem; }
      .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item1, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item2, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item3, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff; }
        .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item1 h3, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item2 h3, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item3 h3, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item4 h3 {
          font-size: 1.2rem;
          font-weight: 700;
          text-align: center;
          display: flex;
          align-items: center; }
          .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item1 h3 img, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item2 h3 img, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item3 h3 img, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item4 h3 img {
            width: 1.7rem;
            height: 1.7rem;
            margin-right: 10px; }
        .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item1 ul li, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item2 ul li, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item3 ul li, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item4 ul li {
          line-height: 30px; }
          .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item1 ul li a, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item2 ul li a, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item3 ul li a, .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item4 ul li a {
            font-size: 14px;
            font-weight: 300; }
      .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item1 ul {
        margin-left: 94px;
        list-style: none; }
        .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item1 ul li a {
          color: #ffff;
          opacity: 0.8; }
      .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item2 ul {
        margin-left: 116px;
        list-style: none; }
        .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item2 ul li a {
          color: #ffff;
          opacity: 0.8; }
      .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item3 ul {
        margin-left: 85px;
        list-style: none; }
        .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item3 ul li a {
          color: #ffff;
          opacity: 0.8; }
      .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item4 ul {
        margin-left: 64px;
        list-style: none; }
        .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item4 ul li a {
          color: #ffff;
          opacity: 0.8; }
      .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item4 .menu-folow {
        display: flex;
        flex-direction: column; }
        .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item4 .menu-folow a {
          text-decoration: none;
          color: #ffff;
          opacity: 0.8;
          font-size: 14px;
          line-height: 20px; }
          .landingpage .ladingpage__footer footer .footer__menu .footer__menu-item4 .menu-folow a img {
            width: 16px;
            height: 16px;
            margin-right: 0.5rem; }
    .landingpage .ladingpage__footer footer .footer__btn {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 0px;
      padding: 0px 5rem; }
      .landingpage .ladingpage__footer footer .footer__btn .footer__btn-left p {
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin-bottom: 0; }
      .landingpage .ladingpage__footer footer .footer__btn .footer__btn-center .input-group-append span.input-group-text {
        padding: 10px 30px;
        background-color: #3482EF;
        border: 0px;
        color: #fff;
        font-size: 1rem;
        font-weight: 500; }
      .landingpage .ladingpage__footer footer .footer__btn .footer__btn-center .input-group-append span:hover {
        cursor: pointer; }
      .landingpage .ladingpage__footer footer .footer__btn .footer__btn-center .input-group input {
        padding: 22px 0px;
        border-left: 0px; }
      .landingpage .ladingpage__footer footer .footer__btn .footer__btn-center .input-group-prepend span.input-group-text {
        padding: 10px 10px;
        background-color: #fff;
        border-right: 0px; }
        .landingpage .ladingpage__footer footer .footer__btn .footer__btn-center .input-group-prepend span.input-group-text i {
          font-size: 1.5rem;
          color: #008EFF;
          opacity: 0.6; }
      .landingpage .ladingpage__footer footer .footer__btn .footer__btn-right p {
        color: #b6b3b3;
        font-size: 0.7rem;
        line-height: 1.9rem;
        margin: 0; }
        .landingpage .ladingpage__footer footer .footer__btn .footer__btn-right p a {
          color: #fff;
          font-size: 0.9rem; }
    .landingpage .ladingpage__footer footer .footer-bottom {
      display: flex;
      justify-content: space-around;
      align-items: center;
      color: #fff;
      padding: 10px 7rem 10px 8rem; }
      .landingpage .ladingpage__footer footer .footer-bottom .footer-bottom-text {
        display: flex; }
        .landingpage .ladingpage__footer footer .footer-bottom .footer-bottom-text p {
          padding-right: 3rem; }
      .landingpage .ladingpage__footer footer .footer-bottom p {
        font-size: 0.7rem; }
      .landingpage .ladingpage__footer footer .footer-bottom img {
        width: 100%; }
    .landingpage .ladingpage__footer footer .footer_csroll {
      position: fixed;
      bottom: 5rem;
      right: 10px; }
      .landingpage .ladingpage__footer footer .footer_csroll ul {
        list-style: none; }
        .landingpage .ladingpage__footer footer .footer_csroll ul li {
          line-height: 16px;
          background: #fff;
          margin: 1rem 0rem;
          padding: 0.5rem;
          border-radius: 5px;
          display: flex;
          justify-content: center;
          box-shadow: 2px 3px 3px #ccc; }
        .landingpage .ladingpage__footer footer .footer_csroll ul li:nth-child(4) {
          border-radius: 50%;
          padding: 0.5rem 0rem;
          font-size: 1rem;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 25px;
          height: 25px;
          margin-left: 0.7rem !important;
          background-color: #0D5BDB;
          color: #fff;
          margin-left: 0.3rem; }
          .landingpage .ladingpage__footer footer .footer_csroll ul li:nth-child(4) a {
            color: #fff;
            flex: 1;
            justify-content: center;
            align-items: center;
            text-align: center;
            display: flex; }
            .landingpage .ladingpage__footer footer .footer_csroll ul li:nth-child(4) a i {
              font-size: 0.7rem; }
  .landingpage .ladingpage__footer .ladingpage__footer-box {
    background: url("../images/background_4.png") no-repeat; }
    .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content {
      padding: 30px 0px; }
      .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header {
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header .footer__logo {
          width: 100%; }
          .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header .footer__logo img {
            width: 250px;
            height: 66px; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header .footer__network .footer__network-email {
          display: flex;
          margin-bottom: 20px; }
          .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header .footer__network .footer__network-email img {
            width: 31px;
            height: 21px;
            margin-right: 10px; }
          .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header .footer__network .footer__network-email a {
            text-decoration: none;
            margin-bottom: 0;
            color: #FFFFFF;
            font-size: 1.1rem;
            font-weight: 500; }
            .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header .footer__network .footer__network-email a span {
              display: block; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header .footer__network .footer__network-fb {
          display: flex; }
          .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header .footer__network .footer__network-fb img {
            width: 27px;
            height: 27px;
            margin-right: 10px; }
          .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header .footer__network .footer__network-fb a {
            text-decoration: none;
            margin-bottom: 0;
            color: #FFFFFF;
            font-size: 1.1rem;
            font-weight: 500; }
            .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header .footer__network .footer__network-fb a span {
              display: block; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header .footer__address {
          display: flex; }
          .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header .footer__address img {
            width: 21px;
            height: 31px;
            margin-right: 10px; }
          .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header .footer__address .footer__address-text p {
            margin-bottom: 0;
            color: #FFFFFF;
            font-size: 1.1rem;
            font-weight: 500; }
            .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .ladingpage__footer-header .footer__address .footer__address-text p span {
              display: block; }
      .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .landing__footer-content {
        padding-top: 20px; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .landing__footer-content .footer__about h4 {
          font-size: 1.2rem;
          color: #fff;
          font-weight: bold;
          padding-bottom: 20px; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .landing__footer-content .footer__about p {
          font-size: 1rem;
          margin-bottom: 0;
          color: #fff; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .landing__footer-content .footer__menu h4 {
          font-size: 1.2rem;
          color: #fff;
          font-weight: bold;
          padding-bottom: 20px; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .landing__footer-content .footer__menu ul {
          list-style: none;
          display: flex;
          flex-wrap: wrap; }
          .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .landing__footer-content .footer__menu ul li {
            width: 50%;
            padding-bottom: 20px; }
            .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .landing__footer-content .footer__menu ul li a {
              color: #fff;
              font-size: 1rem; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .landing__footer-content .footer__contact h4 {
          font-size: 1.2rem;
          color: #fff;
          font-weight: bold;
          padding-bottom: 20px; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .landing__footer-content .footer__contact form input {
          width: 100%;
          margin-bottom: 20px;
          background-color: #00215A;
          border: 0px;
          height: 48px;
          border-radius: 5px;
          padding-left: 20px; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .landing__footer-content .footer__contact form input[type="submit"] {
          width: 150px;
          padding: 0;
          color: #fff;
          height: 40px; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .ladingpage__footer-content .landing__footer-content .footer__contact form textarea {
          border: 0px;
          width: 100%;
          padding-left: 20px;
          margin-bottom: 20px;
          background-color: #00215A;
          padding-top: 10px;
          border-radius: 5px; }
    .landingpage .ladingpage__footer .ladingpage__footer-box .landing__footer-bottom {
      background-color: #012869;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .landingpage .ladingpage__footer .ladingpage__footer-box .landing__footer-bottom p {
        color: #fff;
        font-size: 1rem;
        margin-bottom: 0; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .landing__footer-bottom p a {
          color: #fff; }
    .landingpage .ladingpage__footer .ladingpage__footer-box .footer__question {
      position: fixed;
      bottom: 40px;
      z-index: 99999999999999999999;
      right: 20px; }
      .landingpage .ladingpage__footer .ladingpage__footer-box .footer__question ul {
        list-style: none; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .footer__question ul li {
          margin: 30px 0px; }
          .landingpage .ladingpage__footer .ladingpage__footer-box .footer__question ul li a {
            background-color: #fff;
            padding: 10px;
            width: 50px;
            height: 50px;
            border-radius: 10px;
            box-shadow: 1px 2px 4px #ccc; }
            .landingpage .ladingpage__footer .ladingpage__footer-box .footer__question ul li a img {
              width: 27px;
              height: 27px; }
        .landingpage .ladingpage__footer .ladingpage__footer-box .footer__question ul .arrow {
          display: flex;
          justify-content: center; }
          .landingpage .ladingpage__footer .ladingpage__footer-box .footer__question ul .arrow a {
            text-decoration: none;
            width: 30px;
            height: 30px;
            background-color: #0D5BDB;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            margin-bottom: 0;
            align-items: center; }
            .landingpage .ladingpage__footer .ladingpage__footer-box .footer__question ul .arrow a i {
              color: #fff;
              font-size: 1rem; }

/*# sourceMappingURL=index.css.map */
