* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  word-break: break-word; }

html, body {
  overflow-x: hidden; }

.clear {
  clear: both; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700 !important;
  margin-top: 0; }

.form-control:focus {
  box-shadow: none; }

a:hover {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

img {
  max-width: 100%;
  height: auto; }

main {
  display: block; }

.height100 {
  height: 100%; }

.image-fit {
  display: block;
  overflow: hidden; }

.image-fit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.btn {
  line-height: 100%; }

.list-inline {
  letter-spacing: -0.3em; }

.list-inline .item-inline {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block; }

.inline-middle .item-inline {
  vertical-align: middle; }

.relative-section {
  position: relative; }

a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s; }

.section-bg {
  background-position: center center;
  background-size: cover; }

.text-black {
  color: #1D263A; }

.font900 {
  font-weight: 900; }

.font800 {
  font-weight: 800; }

.font700 {
  font-weight: 700; }

.font600 {
  font-weight: 600; }

.font500 {
  font-weight: 500; }

.font400 {
  font-weight: 400; }

.font300 {
  font-weight: 300; }

.animated-delay2 {
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.animated-delay3 {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.animated-delay4 {
  -webkit-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.animated-delay5 {
  -webkit-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.animated-delay6 {
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.list-flex {
  display: flex;
  flex-wrap: wrap; }

.flex-center {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-three .item-flex {
  width: 33.33%; }

.flex-two .item-flex {
  width: 50%; }

.flex-middle {
  align-items: center;
  -webkit-align-items: center; }

:focus {
  outline: none !important; }

.va-btn {
  font-weight: 900;
  font-size: 17px;
  line-height: 30px;
  color: #41350A;
  padding: 25px 30px;
  display: inline-block;
  background: #FFC700;
  border-radius: 10px; }
  .va-btn:hover {
    background: #fba500; }

.va-title {
  font-size: 40px;
  line-height: 145%;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 40px; }

.va-des {
  font-size: 17px;
  line-height: 1.76;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 40px; }

.slick-dots {
  bottom: 0; }
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 6px; }
    .slick-dots li button {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #1787FC;
      opacity: 0.2;
      padding: 0; }
      .slick-dots li button:before {
        display: none; }
  .slick-dots li.slick-active button {
    opacity: 1; }

.toogle-menu {
  border: 0 none;
  display: none;
  height: 12px;
  width: 16px;
  z-index: 999;
  cursor: pointer;
  outline: 0;
  float: right;
  background: none;
  position: absolute;
  top: 39px;
  right: 15px;
  padding: 0; }
  .toogle-menu span {
    font-size: 0;
    height: 2px;
    width: 100%;
    background: #1D263A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
    .toogle-menu span::after, .toogle-menu span::before {
      font-size: 0;
      height: 2px;
      width: 100%;
      background: #1D263A;
      position: absolute;
      left: 0;
      content: ""; }
    .toogle-menu span::after {
      transform: translateY(240%); }
    .toogle-menu span::before {
      transform: translateY(-250%); }
  .toogle-menu.exit {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #103D6A; }
    .toogle-menu.exit span {
      background-color: transparent !important;
      right: 0;
      width: 12px;
      margin: 0 auto; }
      .toogle-menu.exit span::before {
        transform: translateY(0px) rotate(45deg);
        background: #D0D4DD; }
      .toogle-menu.exit span::after {
        transform: translateY(0px) rotate(-45deg);
        background: #D0D4DD; }

.mb-show {
  display: none; }

.the-header {
  height: 84px; }
  .the-header #header {
    padding: 16px 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9; }
    .the-header #header .logo img {
      max-width: 120px; }
    .the-header #header .menu-main ul li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 15px;
      position: relative; }
      .the-header #header .menu-main ul li a {
        font-size: 17px;
        font-weight: 700;
        color: #1D263A;
        line-height: 30px; }
        .the-header #header .menu-main ul li a:hover {
          color: #FF9900; }
      .the-header #header .menu-main ul li::after {
        position: absolute;
        width: 7px;
        height: 7px;
        bottom: -7px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: matrix(1, 0, 0, -1, 0, 0);
        content: "";
        background: #FF9900;
        display: none; }
      .the-header #header .menu-main ul li.active a {
        color: #FF9900 !important; }
    .the-header #header .menu-main ul li.active a {
      color: #FF9900; }
    .the-header #header .menu-main ul li.active:after {
      display: block; }
    .the-header #header .btn-consultation {
      margin-left: 15px; }
      .the-header #header .btn-consultation a {
        display: inline-block;
        background: #FFC700;
        padding: 12px 30px;
        border-radius: 10px;
        color: #41350A;
        font-weight: 900;
        font-size: 17px;
        line-height: 30px; }
        .the-header #header .btn-consultation a:hover {
          background: #fba500; }

.container {
  max-width: 1140px;
  padding: 0 15px; }

body {
  font-size: 15px;
  font-family: 'HK Grotesk'; }

.parsley-errors-list {
  display: none; }

.parsley-error {
  border: 1px solid #E12454 !important; }

.custom-checkbox.parsley-error .checkmark {
  border: 1px solid #E12454 !important; }

.custom-checkbox.parsley-error {
  border: none !important; }

.banner {
  height: 100vh;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  .banner .container {
    position: relative;
    height: 100%; }
  .banner .banner-des {
    color: #1D263A;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-top: -100px; }
    .banner .banner-des h4 {
      padding: 7px 40px;
      margin: 0 -40px;
      font-size: 24px;
      line-height: 1.3;
      color: #fff;
      margin-bottom: 10px;
      background-image: url(../images/bg-text.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      display: inline-block; }
    .banner .banner-des h1 {
      font-size: 55px;
      line-height: 1.3;
      letter-spacing: -1px;
      margin-bottom: 16px; }
    .banner .banner-des p {
      font-size: 17px;
      line-height: 1.76;
      font-weight: 700;
      margin-bottom: 16px; }
      .banner .banner-des p span {
        font-size: 32px;
        letter-spacing: -1px;
        background: linear-gradient(transparent 60%, #8BE 30%); }

.partner {
  padding: 51px 0 62px;
  border-bottom: 1px solid rgba(223, 223, 223, 0.7); }
  .partner .partner-list {
    margin: 0 -10px;
    justify-content: center;
    -webkit-justify-content: center; }
    .partner .partner-list .partner-it {
      padding: 0 10px;
      width: 20%;
      text-align: center;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }

.h-about {
  padding: 88px 0 229px; }
  .h-about .h-about-info {
    padding-top: 43px; }
    .h-about .h-about-info .va-des {
      font-weight: 700; }
  .h-about .ht-about-feaure {
    position: relative;
    padding-left: 45px; }
    .h-about .ht-about-feaure .ab-feature {
      min-height: 600px;
      object-fit: cover;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    .h-about .ht-about-feaure .about-number {
      position: absolute;
      max-width: 356px;
      padding: 60px 60px 70px;
      background: #1787FC;
      box-shadow: 0px 54px 100px -10px rgba(23, 135, 252, 0.3);
      left: -35%;
      bottom: -100px;
      color: #fff; }
      .h-about .ht-about-feaure .about-number li {
        display: block;
        margin-bottom: 54px; }
        .h-about .ht-about-feaure .about-number li:last-child {
          margin-bottom: 0; }
      .h-about .ht-about-feaure .about-number .number {
        margin-bottom: 12px;
        font-size: 48px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: -1px; }
      .h-about .ht-about-feaure .about-number p {
        font-weight: bold;
        font-size: 21px;
        line-height: 1.52;
        opacity: 0.8;
        margin-bottom: 0; }
    .h-about .ht-about-feaure .shape-1 {
      position: absolute;
      right: -40px;
      bottom: -30px; }
    .h-about .ht-about-feaure .shape-2 {
      right: -72px;
      bottom: -150px;
      position: absolute; }

.h-service .service-item {
  align-items: center;
  -webkit-align-items: center; }
  .h-service .service-item:nth-child(2n) {
    flex-direction: row-reverse; }
    .h-service .service-item:nth-child(2n) .info {
      padding-left: 80px; }
  .h-service .service-item:first-child {
    align-items: flex-start;
    -webkit-align-items: flex-start; }
  .h-service .service-item .info h4 {
    font-size: 32px;
    line-height: 145%;
    letter-spacing: -1px;
    color: #1D263A;
    margin-bottom: 24px; }
  .h-service .service-item .info .va-des li {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.76;
    color: #1D263A;
    opacity: 0.7;
    padding-left: 26px;
    position: relative;
    display: block;
    background-image: url(../images/list-icon.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    font-weight: 700; }

.h-quote {
  position: relative;
  min-height: 700px;
  margin-top: 20px; }
  .h-quote .info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-left: 19.5%;
    max-width: 406px;
    margin-top: 3%; }
    .h-quote .info .va-title {
      margin-bottom: 24px; }
    .h-quote .info p {
      font-size: 17px;
      line-height: 1.76;
      color: #606775;
      opacity: 0.7;
      font-weight: 700;
      margin-bottom: 24px; }

.step-quote {
  margin: 88px 0 110px; }
  .step-quote .step-item {
    margin-bottom: 18px; }
  .step-quote .step-item-box {
    background: #EBF5FF;
    border-radius: 10px;
    padding: 32px 32px 79px;
    height: 100%;
    position: relative;
    color: #1D263A;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; }
    .step-quote .step-item-box h3 {
      font-size: 32px;
      line-height: 145%;
      letter-spacing: -1px;
      margin-bottom: 16px;
      min-height: 92px; }
    .step-quote .step-item-box .va-des {
      margin-bottom: 0; }
      .step-quote .step-item-box .va-des p {
        font-size: 15px;
        line-height: 155%;
        margin-bottom: 0; }
    .step-quote .step-item-box .number {
      position: absolute;
      right: -12px;
      bottom: -30px;
      font-size: 60px;
      line-height: 1.3;
      letter-spacing: -1px;
      color: #000000;
      opacity: 0.05;
      font-weight: 700;
      transition: all 0.3s;
      -webkit-transition: all 0.3s; }
    .step-quote .step-item-box:hover {
      background: #FFCD28; }
      .step-quote .step-item-box:hover .number {
        opacity: 1; }

.customer {
  background: rgba(43, 89, 255, 0.02);
  padding: 64px 0 60px; }
  .customer .va-title {
    margin-bottom: 0; }
  .customer .customer-list {
    margin: 0 -15px;
    padding-bottom: 12px; }
    .customer .customer-list .customer-item {
      padding: 0 15px; }
      .customer .customer-list .customer-item .customer-box {
        padding: 22px 32px 48px;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(43, 89, 255, 0.08);
        border-radius: 10px;
        margin: 40px 0; }
        .customer .customer-list .customer-item .customer-box .info {
          margin-bottom: 32px; }
          .customer .customer-list .customer-item .customer-box .info .name h4 {
            font-size: 17px;
            line-height: 1.76;
            color: #1D263A;
            margin-bottom: 0; }
          .customer .customer-list .customer-item .customer-box .info .name p {
            font-size: 15px;
            line-height: 155%;
            color: #606775;
            opacity: 0.7; }
          .customer .customer-list .customer-item .customer-box .info .avata {
            width: 61px;
            height: 69px; }
        .customer .customer-list .customer-item .customer-box .des {
          font-size: 15px;
          line-height: 155%;
          color: #000B33;
          margin-bottom: 32px;
          min-height: 74px; }

.faq {
  padding: 118px 0 64px; }
  .faq .faq-list {
    max-width: 730px;
    margin: 0 auto; }
    .faq .faq-list li {
      display: block;
      background: #FFFFFF;
      border-radius: 10px;
      margin-bottom: 24px;
      padding: 20px 30px 20px 100px;
      border: 1px solid #EFF3FB;
      position: relative;
      min-height: 90px;
      cursor: pointer; }
      .faq .faq-list li .number {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        font-size: 30px;
        line-height: 1.4;
        font-weight: 700;
        position: absolute;
        top: 20px;
        left: 30px; }
      .faq .faq-list li .title {
        font-size: 20px;
        line-height: 1.3;
        color: #1D263A;
        opacity: 0.8;
        margin-bottom: 0;
        margin-top: 10px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        padding-right: 20px; }
      .faq .faq-list li .faq-content {
        display: none;
        margin-top: 10px; }
        .faq .faq-list li .faq-content p {
          font-size: 16px;
          line-height: 1.62;
          color: #000B33;
          opacity: 0.8;
          margin-bottom: 0; }
      .faq .faq-list li .arrow {
        position: absolute;
        color: #606775;
        right: 38px;
        top: 50%;
        transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        transition: all 0.5s;
        -webkit-transition: all 0.5s; }
    .faq .faq-list li.show {
      box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
      border: none; }
      .faq .faq-list li.show .arrow {
        top: 20px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
      .faq .faq-list li.show .title {
        margin-top: 0; }

.mb-show {
  display: none; }

#footer {
  background: #1D263A; }
  #footer .ft-top {
    padding: 131px 0 30px; }
    #footer .ft-top .info {
      color: #fff; }
      #footer .ft-top .info p {
        font-size: 15px;
        line-height: 155%;
        opacity: 0.8;
        margin-bottom: 0; }
      #footer .ft-top .info .contact-label {
        margin-bottom: 32px; }
        #footer .ft-top .info .contact-label h2 {
          font-size: 32px;
          line-height: 145%;
          letter-spacing: -1px;
          margin-bottom: 20px; }
      #footer .ft-top .info .ct-info {
        margin-bottom: 32px; }
        #footer .ft-top .info .ct-info li {
          margin-bottom: 15px;
          display: block; }
          #footer .ft-top .info .ct-info li h5 {
            margin-bottom: 2px;
            font-size: 17px;
            line-height: 1.76;
            color: #89909C;
            opacity: 0.8; }
      #footer .ft-top .info .social {
        display: flex;
        flex-wrap: wrap; }
        #footer .ft-top .info .social p {
          display: inline-block;
          width: 50%;
          font-style: italic;
          font-size: 15px;
          line-height: 155%;
          color: #FFFFFF;
          opacity: 0.8;
          position: relative;
          padding-left: 30px;
          min-height: 23px;
          margin-bottom: 9px;
          padding-right: 20px; }
          #footer .ft-top .info .social p a {
            color: #FFFFFF; }
        #footer .ft-top .info .social i {
          color: #5A6A8C;
          font-size: 20px;
          position: absolute;
          left: 0;
          top: 0; }
    #footer .ft-top .form-contact .alert {
      display: none; }
      #footer .ft-top .form-contact .alert.active {
        display: block;
        margin-top: 10px; }
    #footer .ft-top .form-contact .box {
      max-width: 498px;
      float: right;
      background: #fff;
      padding: 40px 45px;
      border-radius: 15px; }
      #footer .ft-top .form-contact .box form {
        width: 100%; }
      #footer .ft-top .form-contact .box label {
        margin-bottom: 9px;
        font-size: 17px;
        line-height: 1.76;
        color: #1D263A;
        font-weight: 700; }
      #footer .ft-top .form-contact .box .input-it, #footer .ft-top .form-contact .box .textarea-it {
        background: rgba(225, 236, 240, 0.5);
        border-radius: 10px;
        font-size: 15px;
        line-height: 155%;
        color: #606775;
        margin-bottom: 24px;
        padding: 13.5px 22px;
        width: 100%;
        border: none; }
      #footer .ft-top .form-contact .box .textarea-it {
        padding: 18px 22px;
        height: 181px;
        resize: none;
        margin-bottom: 17px; }
      #footer .ft-top .form-contact .box .custom-checkbox {
        font-size: 15px;
        line-height: 155%;
        color: #1D263A;
        font-weight: 400;
        margin-bottom: 24px;
        margin-left: 25px;
        position: relative; }
        #footer .ft-top .form-contact .box .custom-checkbox a {
          color: #1787fc;
          font-weight: 700;
          text-decoration: underline; }
        #footer .ft-top .form-contact .box .custom-checkbox .checkmark {
          position: absolute;
          top: 5px;
          left: -20px;
          height: 15px;
          width: 15px;
          border: 1px solid #606775;
          background: #fff;
          border-radius: 3px; }
        #footer .ft-top .form-contact .box .custom-checkbox input {
          display: none; }
      #footer .ft-top .form-contact .box .custom-checkbox input:checked ~ .checkmark {
        background-color: #fff; }
      #footer .ft-top .form-contact .box .custom-checkbox .checkmark:after {
        left: 4px;
        top: 1px;
        width: 5px;
        height: 9px;
        border: solid #606775;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        position: absolute;
        display: none; }
      #footer .ft-top .form-contact .box .custom-checkbox input:checked ~ .checkmark:after {
        display: block; }
      #footer .ft-top .form-contact .box .va-btn {
        border: none;
        width: 100%;
        padding: 12px 30px; }
  #footer .ft-bottom {
    border-top: 1px solid #303C55;
    padding: 32px 0; }
    #footer .ft-bottom .copyright {
      font-size: 15px;
      line-height: 155%;
      color: #5A6A8C;
      margin-bottom: 0; }

#popup {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: none; }
  #popup .pp-bg {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #popup .pp-bg .box {
      width: 640px;
      background: #FFFFFF;
      box-shadow: 0px 54px 100px rgba(10, 4, 60, 0.1);
      border-radius: 15px;
      padding: 32px; }
      #popup .pp-bg .box .pp-title {
        position: relative;
        margin-bottom: 24px; }
        #popup .pp-bg .box .pp-title .va-title {
          margin-bottom: 0;
          font-size: 32px;
          line-height: 145%;
          color: #1D263A; }
        #popup .pp-bg .box .pp-title .pp-close {
          width: 36px;
          height: 36px;
          border-radius: 50%;
          top: 5px;
          right: 0;
          position: absolute;
          cursor: pointer; }
      #popup .pp-bg .box .pp-content {
        padding: 16px;
        background: #F0F5F7;
        margin-bottom: 24px; }
        #popup .pp-bg .box .pp-content .content-box {
          overflow-y: auto;
          max-height: 133px;
          /* Track */
          /* Handle */ }
          #popup .pp-bg .box .pp-content .content-box p {
            font-size: 12px;
            line-height: 155%;
            color: #1D263A;
            opacity: 0.7;
            margin-bottom: 20px; }
          #popup .pp-bg .box .pp-content .content-box::-webkit-scrollbar {
            width: 6px; }
          #popup .pp-bg .box .pp-content .content-box::-webkit-scrollbar-track {
            border-radius: 10px;
            background: #E4EAED; }
          #popup .pp-bg .box .pp-content .content-box::-webkit-scrollbar-thumb {
            background: #BDC6CB;
            border-radius: 10px;
            height: 54px; }
      #popup .pp-bg .box .pp-bottom a {
        padding: 12px 30px;
        min-width: 196px; }

@media (max-width: 1440px) {
  html, body {
    overflow-x: hidden; } }
@media (max-width: 1360px) {
  .h-quote .info {
    margin-top: 25px; }
    .h-quote .info .va-title {
      font-size: 40px;
      margin-bottom: 10px; } }
@media (max-width: 1279px) {
  .banner .banner-des h4 {
    font-size: 18px;
    margin-left: 0; }
  .banner .banner-des h1 {
    font-size: 40px; }
  .banner .banner-des p {
    font-size: 15px; }
    .banner .banner-des p span {
      font-size: 25px; }

  .va-btn {
    font-size: 15px;
    padding: 14px 20px; }

  .h-quote {
    min-height: 100%; }
    .h-quote .info {
      margin-top: 30px; }
      .h-quote .info .va-title {
        font-size: 30px; }
      .h-quote .info p {
        font-size: 13px;
        margin-bottom: 10px; }
      .h-quote .info .va-btn {
        font-size: 15px;
        padding: 14px 20px; }

  .va-title {
    font-size: 35px;
    margin-bottom: 30px; }

  .h-about .ht-about-feaure {
    padding-left: 0; }
    .h-about .ht-about-feaure .about-number {
      left: -200px;
      padding: 30px; }
    .h-about .ht-about-feaure .shape-1 {
      right: 20px; }
    .h-about .ht-about-feaure .shape-2 {
      right: 0; }

  .h-service .service-item .info h4 {
    font-size: 25px; }
  .h-service .service-item .info .va-des li {
    font-size: 15px; }

  .step-quote {
    margin: 50px 0 100px; }
    .step-quote .step-item-box h3 {
      font-size: 25px; } }
@media (max-width: 991px) {
  .the-header #header .menu-main ul li {
    padding: 0 10px; }
    .the-header #header .menu-main ul li a {
      font-size: 15px; }
  .the-header #header .btn-consultation a {
    font-size: 15px; }

  .h-about .ht-about-feaure .about-number {
    width: 306px;
    max-width: 90%; }
    .h-about .ht-about-feaure .about-number .number {
      font-size: 35px; }
    .h-about .ht-about-feaure .about-number p {
      font-size: 18px; }
  .h-about .ht-about-feaure .shape-1 {
    max-width: 121px; }
  .h-about .ht-about-feaure .shape-2 {
    max-width: 72px;
    bottom: -100px; }

  .h-service .service-item:nth-child(2n) .info {
    padding-left: 30px; }

  .h-quote .info {
    margin-top: 25px; }
    .h-quote .info .va-title {
      font-size: 22px; }
    .h-quote .info p {
      font-size: 11px; }
    .h-quote .info .va-btn {
      padding: 8px 20px; }

  .step-quote .step-item-box {
    padding: 20px 20px 50px; }
    .step-quote .step-item-box h3 {
      font-size: 20px; }

  .faq {
    padding: 50px 0; }

  #footer .ft-top {
    padding-top: 80px; }
    #footer .ft-top .form-contact .box {
      max-width: 100%;
      padding: 30px 20px; }
    #footer .ft-top .info .contact-label h2 {
      font-size: 25px; }
    #footer .ft-top .info .social p {
      width: 100%;
      padding-right: 0; } }
@media (max-width: 767px) {
  .mb-show {
    display: block; }

  .mb-hide {
    display: none; }

  .toogle-menu {
    display: block; }

  .the-header {
    height: 92px; }
    .the-header #header {
      padding: 19px 0; }
      .the-header #header .btn-consultation a {
        font-size: 17px;
        padding: 12px 30px; }
      .the-header #header .hd-right {
        padding-right: 36px; }
        .the-header #header .hd-right .menu-main {
          background: #144576;
          bottom: 0;
          position: fixed;
          right: -100%;
          text-align: center;
          top: 0;
          transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          width: 328px;
          z-index: 20;
          display: flex;
          align-items: center; }
          .the-header #header .hd-right .menu-main ul li {
            display: block;
            padding: 22.5px 32px;
            text-align: left; }
            .the-header #header .hd-right .menu-main ul li a {
              font-size: 17px;
              color: #fff; }
            .the-header #header .hd-right .menu-main ul li::after {
              display: none; }
          .the-header #header .hd-right .menu-main.active {
            right: 0; }

  .mb-menu-bg {
    position: fixed;
    top: 0;
    width: 100%;
    right: -100%;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s; }
    .mb-menu-bg.active {
      right: 0; }

  .banner {
    height: 598px;
    position: relative;
    background: none !important;
    overflow-y: hidden; }
    .banner .mb-banner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .banner .container {
      position: absolute;
      top: 0; }
    .banner .banner-des h4 {
      font-size: 17px;
      padding: 7px 38px;
      margin-bottom: 16px; }
    .banner .banner-des h1 {
      font-size: 40px; }
    .banner .banner-des p span {
      font-size: 17px; }

  .va-btn {
    font-size: 17px;
    padding: 11px 29px; }

  .partner {
    padding: 71px 0 0; }
    .partner .partner-list {
      justify-content: center; }
      .partner .partner-list .partner-it {
        width: 50%;
        margin-bottom: 38px; }

  .h-about {
    padding: 40px 0 304px; }
    .h-about .va-title {
      text-align: center; }
    .h-about .h-about-info {
      text-align: center;
      margin-bottom: 40px;
      padding-top: 0; }
    .h-about .ht-about-feaure {
      padding-left: 25px; }
      .h-about .ht-about-feaure .ab-feature {
        min-height: 100%; }
      .h-about .ht-about-feaure .about-number {
        left: 0;
        bottom: -150px;
        padding: 36px 32px; }
        .h-about .ht-about-feaure .about-number li {
          margin-bottom: 31px; }
          .h-about .ht-about-feaure .about-number li .number {
            font-size: 32px;
            margin-bottom: 14px; }
          .h-about .ht-about-feaure .about-number li p {
            font-size: 17px; }
      .h-about .ht-about-feaure .shape-1 {
        right: 0;
        bottom: -186px;
        max-width: 110px; }
      .h-about .ht-about-feaure .shape-2 {
        right: -10px;
        bottom: -253px;
        max-width: 64px; }

  .va-title {
    font-size: 32px;
    margin-bottom: 16px; }

  .va-des {
    font-size: 15px;
    margin-bottom: 16px; }

  .h-quote {
    margin-top: 80px; }

  .h-service .service-item {
    margin-bottom: 48px; }
    .h-service .service-item .info {
      margin-bottom: 48px; }
      .h-service .service-item .info .va-title {
        text-align: center; }
      .h-service .service-item .info h4 {
        font-size: 17px;
        margin-bottom: 16px; }
    .h-service .service-item .feature {
      margin-left: -20px; }
    .h-service .service-item:nth-child(2n) .info {
      padding-left: 0; }
    .h-service .service-item:nth-child(2n) .feature {
      margin: 0 -20px 0 0; }

  .h-quote .info {
    margin-left: 0;
    width: 343px;
    margin-top: 11%; }
    .h-quote .info .va-title {
      font-size: 32px;
      margin-bottom: 16px; }
    .h-quote .info p {
      font-size: 15px;
      margin-bottom: 16px; }
    .h-quote .info .va-btn {
      font-size: 17px;
      padding: 11px 29px; }

  .step-quote {
    margin: 30px 0 73px; }
    .step-quote .va-title {
      margin-bottom: 40px; }
    .step-quote .step-item-box {
      padding: 32px 32px 81px; }
      .step-quote .step-item-box h3 {
        font-size: 32px; }

  .customer {
    padding: 54px 0; }
    .customer .customer-list .customer-item {
      padding: 0 8px; }
      .customer .customer-list .customer-item .info {
        margin-bottom: 32px; }
    .customer .customer-list .slick-track {
      margin-left: -25px; }

  .faq {
    padding: 58px 0 88px; }
    .faq .va-title {
      margin-bottom: 40px; }
    .faq .faq-list li {
      padding: 32px 16px 80px;
      margin-bottom: 16px; }
      .faq .faq-list li .number {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 16px; }
      .faq .faq-list li .title {
        font-size: 17px;
        padding: 0;
        margin-bottom: 22px; }
      .faq .faq-list li .faq-content {
        margin: 0 !important; }
        .faq .faq-list li .faq-content p {
          font-size: 15px; }
      .faq .faq-list li .arrow {
        bottom: 37px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: auto !important;
        text-align: center;
        font-size: 25px; }

  #footer .ft-top {
    padding: 36px 0 28px; }
    #footer .ft-top .info .contact-label h2 {
      font-size: 24px;
      margin-bottom: 27px; }
    #footer .ft-top .form-contact .box {
      padding: 24px;
      margin-bottom: 40px; }
      #footer .ft-top .form-contact .box .va-btn {
        padding: 12px 10px; }
  #footer .ft-bottom {
    padding: 22px 0; }

  #popup .pp-bg .box {
    width: 343px;
    margin: 0 15px;
    max-width: 100%;
    padding: 24px; }
    #popup .pp-bg .box .pp-title {
      margin-bottom: 16px; }
      #popup .pp-bg .box .pp-title .va-title {
        font-size: 24px;
        padding-right: 50px;
        min-height: 36px; }
      #popup .pp-bg .box .pp-title .pp-close {
        top: 0; }
    #popup .pp-bg .box .pp-content .content-box {
      max-height: 264px; }

  .mb-show {
    display: block; }

  .mb-hide {
    display: none; }

  .banner .banner-des {
    margin-top: 0; }

  .h-about .h-about-info .va-des {
    text-align: left; }

  .btn-center {
    text-align: center; } }
@media (max-width: 360px) {
  #footer .ft-top .form-contact .box .va-btn {
    font-size: 13px; }

  .the-header #header .btn-consultation {
    margin-left: 0; }

  .the-header #header .hd-right {
    padding-right: 25px; }

  .the-header #header .hd-right .menu-main {
    right: -200%;
    width: 300px; }

  .banner .banner-des h1 {
    font-size: 30px; }

  .h-about .ht-about-feaure .about-number {
    max-width: 280px; }

  .h-quote .info {
    width: 280px; }
    .h-quote .info .va-title {
      font-size: 25px;
      margin-bottom: 10px; }
    .h-quote .info p {
      font-size: 12px;
      margin-bottom: 5px; }

  .step-quote .step-item-box h3 {
    font-size: 25px; }

  .va-title {
    font-size: 28px; } }

/*# sourceMappingURL=main.css.map */
