.ne-zero {
  padding: 0 auto;
  margin: 0 auto;
}
.ne-hidden {
  visibility: hidden;
}
/*Region Banner======================= */
.ne-navbar {
  width: 100%; 
  position: fixed;
  z-index: 9;
}
#particles-js {
  position: absolute;
  width: 100%;
  z-index: 1;
}
#particles-js2 {
  position: fixed;
  width: 100%;
  z-index: 2;
}
header section {
  position: relative;
}
.ne-banner {
  width: 100%;
  height: auto;
  display: block;
}
.group-im-google-play-top-banner{
  position: absolute;
  top: 80%;
  left: 3%;
  z-index: 2;
}
/*Header menu*/
.top-menu a {
  float: left;
  color: #003E66;
  text-align: center;
  /* padding: 8px 12px; */
  text-decoration: none;
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  /* display: block; */
}
/*Header menu left right*/
.header-menu-margin-left{
  margin-left: 24px;
}
@media ( min-width : 1024px) {
	.top-menu a:hover {
		color: #FFFFFF;
	}
}
/*====================EndRegion Banner*/
body {
  margin: 0px;
}
.ne-icon-circle {
  width: 180px;
  height: 180px;
  margin: auto;
  border-radius: 50%;
}

.ne-flex-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ne-flex-item-left {
  max-width: 515px;
  float: left;
}
.ne-flex-item-right {
  max-width: 515px;
  float: right;
}
.ne-flex-margin-item-top {
  padding-top: 0px;
}
.ne-between {
  max-width: 180px;
  min-width: 10px;
  width: 14.876%;
}

.ne-between-digital-contact {
  max-width: 94px;
  min-width: 10px;
  width: 7.7685%;
}
.ne-img {
  width: 100%;
  height: auto;
  /* min-width: 270px; */
  max-width: 400px;
}

/*Image portal animation*/
.ne-img-portal {
  width: 100%;
  height: auto;
  /* min-width: 300px; */
  max-width: 550px;
}
#about article .ne-flex-item-left {
  max-width: 100%;
}
#about article .ne-flex-item-right {
  /* max-width: 50%; */
}
#about article .ne-between {
  max-width: 94px;
}
/*Region General======================= */

/*Pointer hover*/
  .mouse-pointer{
  	cursor: pointer;
  	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 }

/*Region Color======================= */
  .color-blue{
    background-color: #F3FAFF;
  }

  .color-toolbar{
    background: rgb(95,222,229);
	background: linear-gradient(90deg, rgba(95,222,229,1) 0%, rgba(0,74,173,1) 100%);
  }

  .color-list-icon-circle{
    background-color: #CEEBFF;
  }
  
  .color-text-blue-bold{
    color: #00395F;
  }

  .color-white{
    color: #FFFFFF;
  }

  .color-footer{
    background-color: #121212;
  }
  .color-warning{
    color: red;
  }
/*====================EndRegion Color*/
/*Region dimension======================= */
.row-parent{
  max-width: 1440px;
  margin: 0 auto;
}
  .width-content{
    max-width: 1210px;
  }
  .alignment-center-view{
    height:auto;
    margin-left: auto;
    margin-right: auto;
    /* justify-content: center; */
    /* clear: both; */
  }

/*====================EndRegion dimension*/
/*====================EndRegion General*/
/*Region Header======================= */
/*header-height*/
.header-height{
  height: 720px;
}

/*Region Logo======================= */
.top-menu{
  overflow: hidden;
}
/*group menu header*/
.group-menu-header{
  margin-left: 85px;
  float: left;
  margin-top: 5px;
  /* display: flex; */
  /* flex-direction: row; */
  /* height: 100%; */
}

/*top-menu padding-top*/
.top-menu-padding-top{
  padding-top: 12px;
}
.top-menu-padding-bot{
  padding-bottom: 12px;
}

/*Group logo*/
.group-logo{
  float: left;
  margin-left: 0;
  /* max-width: 55px; */
  /* padding-right: 50px; */
  /* margin: 0 auto; */
  /* justify-content: center; */
}
/*Group logo padding left*/
.group-logo-margin-left{
  margin-left: 24px;
}
/*Logo*/
.top-menu .top-menu-logo{
  height: 54px;
  display: block;
  width: auto;
  margin: 0 auto;
}
/*Logo Name*/
.logo-name{
  width: auto;
	font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  text-align: center;
  /* line-height: 10px; */
  /* height: auto; */
}
/*Logo name font size*/
.logo-name-font-size{
  font-size: 22px;
}
/*====================EndRegion Logo*/
/*Header content*/
.header-content{
  display: block;
}

/*Region banner intro======================= */
.banner-intro{
  display: block;
}
.banner-intro-padding-top {
  padding-top: 200px;
}
.banner-intro-margin-top{
  /* margin-top: 105px; */
}
.banner-intro-margin-left{
  margin-left: 45px;
}
.banner-intro .intro-first{
  font-family: Nunito;
  font-size: 75px;
  margin: 0px;
  font-style: normal;
  font-weight: 700;
  line-height: 102px;
  letter-spacing: 0em;
}

.banner-intro .intro-second{
  font-family: Nunito;
  font-size: 75px;
  margin: 0px;
  font-style: normal;
  font-weight: 700;
  line-height: 102px;
  letter-spacing: 0em;
}

.im-google-play-banner{
}
/*====================EndRegion banner intro*/

/*====================EndRegion Header*/
/*Region Body======================= */
/*Region Row item======================= */
/*Row padding left*/
.margin-left-row-content{
  margin-left: 115px;
}

/*Row margin top*/
.margin-top-row-content{
  padding-top: 100px;
}
.extra-gap-pc-half-margin-top-row{	
  height:50px;
}

.extra-gap-step-and-unlease{
  height:200px;
}

.margin-top-row-content-double{
  padding-top: 100px;
}

.margin-top-row-content-half-double{
  padding-top: 100px;
}

.margin-top-row-content-extra-double{
  padding-top: 100px;
}


/*Row margin bottom*/
.margin-bottom-row-content{
  padding-bottom: 100px;
}

.margin-bottom-row-content-half-double{
  padding-bottom: 100px;
}

.margin-bottom-row-content-double{
  padding-bottom: 100px;
}

.margin-bottom-row-content-extra-double{
  padding-bottom: 100px;
}

/*Row margin bottom*/
.margin-top-text-data-content{
  margin-top: 60px;
}
/*Row padding right row*/
.margin-right-row-content{
  margin-right: 115px;
}

/*Row padding left*/
.margin-left-row-content-digital-contact{
  margin-left: 115px;
}
/*Row padding right row*/
.margin-right-row-content-digital-contact{
  margin-right: 115px;
}
/*Row padding vertical*/
.padding-content-vertical{
  padding-top: 100px;
  /* margin-bottom: 100px; */
}
/*Row general*/
section .row-item{
  display: flex;;
  flex-direction: row;
  align-items: center;
} 

/*Row contenet left, right*/
section article div{
  width: 100%;
  /* height: 100%; */
}

/*Handle digial image top*/
.ne-img-digital{
  max-width: 550px;
  float: right;
}
/*Title*/
section article div .title{
  max-width: 1200px;
  width: 100%;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
}
/*Title*/
.margin-bottom-title{
  margin-top: 0px;
  margin-bottom: 70px;
}

/*Title font-size*/
.title-font-size{
  font-size: 40px;
}

.title-line-height{
  line-height: 50px;
}

/*TextContent*/
section article div .content-text{
  max-width: 1200px;
  width: 100%;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0;
}

.content-text-size{
  font-size: 20px;
}

.content-line-height{
  line-height: 28px;
}

/*Region Row image right*/
section article div .img-content-right{
  width: 100%;
  height: auto;
  float: right;
 
}

/*Image content -max-width*/
.img-about-max-width{
  max-width: 550px;
}
.img-content-max-width{
  max-width: 500px;
}

/*Region Row image left*/
section article div .img-content-left{
  width: 100%;
  height: auto;
  float: left;
  border-radius: 20px;
}

/*shadow box image*/
.shadow-box-image{
  /* filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.25)); */
  border-radius: 20px;
}
/*Region Row form email*/
/*Title form email*/
.group-title-email{
  display: flex;
  justify-content: center;
  align-items:center;
  /* margin: 0 auto; */
  /* width: 100%; */
  /* flex-shrink: inherit; */
}

.group-title-email .title-form-email{
  /* width: auto; */
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  margin: 0px;
}

.group-title-email .intro-form-email{
  display: inline-block;
  width: auto;
}

.im-form-email{
  height: 70px;
  /* margin-right: 0px; */
}

/*icon-warning-color*/
.icon-warning-color{
  color: red;
}

/*TextContent emil*/
.content-text-email{
  max-width: 1200px;
  width: 65%;
  margin: 30px auto;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
}
/*form-input mail*/
.form-input{
  justify-content: center;
  margin-top: 50px;
}
/*Input content*/
.input-content{
  width: 100%;
  height: 100%;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  border: 1px solid #D9D9D9;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: 0px solid transparent;
  border-radius: 10px;
  -webkit-appearance: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
/*margin-top-input-form*/
.margin-top-input-form{
  margin-top: 25px;
}

/*input box mail*/
.input-content-group{
  /* justify-content: center; */
  width: 65%;
  max-width: 900px;
  margin: 0 auto;
  background: #FFFFFF;
}

.input-content-group label {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
}

/*input parent*/
.input-content-parent{
  display: flex;
  flex-direction: row;
  
}
/*Display warning*/
.warning-display{
  display: inline-block;
}
.warning-display-none{
  display: none;
}

/*input box mail*/
.form-input .warning-content{
  max-width: 950px;
  margin-top: 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
}

.form-input .resize-form-message{
  resize: none;
}

/*button submit mail*/
.btn-submit-mail{
  background: #28C8FA;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  margin:0 auto;
  display: block;
  border: none;
  margin-top: 30px;
}

.btn-submit-width{
  width: 260px;
}

.btn-submit-height{
  height: 50px;
}

.btn-submit-text-size{
  font-size: 20px;
}


.padding-left-input-form{
  padding-left: 50px;
}
.padding-right-input-form{
  padding-right: 50px;
}
.padding-left-warning{
  padding-left: 50px;
}

/*====================EndRegion Row form email*
/*====================EndRegion Row item*
/*Region List item menu======================= */
  .margin-list-icon-content{
    margin-bottom: 100px;
    margin-top: 100px;
  }
  section .list-menu-icon{
    display: flex;
    /* grid-template-columns: 25% 25% 25% 25%; */
    justify-content: space-evenly;
    /* width: 100%; */
  }

  section article .list-icon-content{
    max-width: 240px;
    max-height: 240px;
  
  }
  
   .icon-content{
    max-width: 120px;
    max-height: 120px;
    margin: 30px;
  }
  
  .content-text-icon{
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    max-width: 240px;
    padding-top: 10px;
    text-align: center;
  }

/*====================EndRegion List item menu*
/*====================EndRegion Body*/
/*Region Footer======================= */
/*Height footer*/
.footer-height{
  height: 200px;
}

footer .footer{
  width: 100%;
  height: 100%;
}

/*Image google play*/
.im-google-play{
  width: auto;
  margin-left: 20px;
}

/*Image google play*/
footer .footer .im-app-store{
  width: auto;
  margin-top: 80px;
  margin-left: 25px;
}

.im-google-play-height{
  height: 60px;
}

/*footer margin top*/
.footer-margin-top{
  margin-top: 72px;
}
/*====================EndRegion Footer*/

/*Region Sendmail======================= */
body {
  /* Modal Content */
  /* The Close Button */ }
  body .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */ }
  body .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 20%; }
    body .modal-content .btnOk {
      color: white;
      margin-left: 80%;
      background-color: #37CBFF;
      border: none;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      cursor: pointer;
      padding: 5px 2%;
      border-radius: 5px; }
/*====================EndRegion Sendmail*/

/*Region shake======================= */
.shake {
  animation: shake 5s infinite;
  animation-delay: 2s; }
  .shake:hover {
    animation: shake_fast 0.5s infinite; }

@keyframes shake {
  0% {
    transform: rotate(0); }
  1.383% {
    transform: rotate(3deg); }
  2.767% {
    transform: rotate(0deg); }
  4.167% {
    transform: rotate(-3deg); }
  5.533% {
    transform: rotate(0deg); }
  6.917% {
    transform: rotate(3deg); }
  8.3% {
    transform: rotate(0deg); }
  9.683% {
    transform: rotate(-3deg); }
  11.067% {
    transform: rotate(0deg); }
  12.45% {
    transform: rotate(3deg); }
  13.833% {
    transform: rotate(0deg); }
  15.217% {
    transform: rotate(-3deg); }
  16.667% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
@keyframes shake_fast {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(4deg); }
  75% {
    transform: rotate(-4deg); }
  100% {
    transform: rotate(0); } }
/*====================EndRegion Shake*/

@media only screen and (max-width: 1000px) {
  section article div .title{
    text-align: center;
  }
/*Region Header======================= */
/*header-height*/
.header-height{
  height:600px;
}
/*top-menu padding-top*/
.top-menu-padding-top{
  padding-top: 9px;
}
.top-menu-padding-bot{
  padding-bottom: 9px;
}
/*Region Logo======================= */
/*Group logo padding left*/
.group-logo-margin-left{
  margin-left: 10px;
}
/*Logo name font size*/
.logo-name-font-size{
  font-size: 17px;
}

/*Top menu*/
.top-menu a {
  font-size: 14px;
  /* display: block; */
}
/*====================EndRegion Logo*/




/*====================EndRegion Header*/


/*Region Row item======================= */
/*Left item*/
.ne-flex-item-left{
  width: 100%;
}
/*image right*/
.ne-flex-item-right{
  width: 100%;
  text-align: center;
}
.ne-flex-container-img-in-left .ne-flex-item-left {
  text-align: center;
}
.ne-flex-container-img-in-left .ne-flex-item-right {
  text-align: left;
}
  /*Title font-size*/
  .title-font-size{
    font-size: 24px;
  }
    /*Title line-height*/
    .title-line-height{
      line-height: 30px;
    }
    /*content text-size*/
  .content-text-size{
    font-size: 14px;

  }

  /*Row margin bottom*/
.margin-bottom-row-content{
  padding-bottom: 30px;
}
.extra-gap-pc-half-margin-top-row{	
  height:0px;
}

.extra-gap-step-and-unlease{
	height:90px;
}

.margin-bottom-row-content-half-double{
  padding-bottom: 45px;
}

.margin-bottom-row-content-double{
  padding-bottom: 60px;
}

.margin-bottom-row-content-extra-double{
  padding-bottom: 80px;
}

/*Row margin top*/
.margin-top-row-content{
  padding-top: 30px;
}

.margin-top-row-content-double{
  padding-top: 60px;
}

.margin-top-row-content-half-double{
  padding-top: 45px;
}

.margin-top-row-content-extra-double{
  padding-top: 80px;
}


  /*Block menu dimension*/
  .block-menu{
    margin-left: 9px;
  }
 /*content line-height*/
  .content-line-height{
    line-height: 28px;
  }

  /*Title padding bottom*/
.margin-bottom-title{
  margin-bottom: 30px;
}

  /*Title padding bottom*/
  .padding-top-content{
    padding-top: 30px;
  }


/*Row one column*/
section .row-item{
  flex-direction: column;
} 

/*Image content -max-width*/
.img-about-max-width{
  max-width: 300px;
}
.img-content-max-width{
  max-width: 270px;
}

/*Row padding vertical*/
.padding-content-vertical{
  padding-top: 30px;
  /* margin-bottom: 30px; */
}

.margin-left-row-content{
  margin-left: 50px;
}
/*Row padding right row*/
.margin-right-row-content{
  margin-right: 50px;
}

/*Row padding left*/
.margin-left-row-content-digital-contact{
  margin-left: 50px;
}
/*Row padding right row*/
.margin-right-row-content-digital-contact{
  margin-right: 50px;
}

/*Region Body general======================= */
/*Center row item one column*/
section article .right-content{
  max-width: 515px;
}

section article .list-icon-content{
  max-width: 150px;
  max-height: 120px;

}

/*Region List item menu======================= */
section .list-menu-icon{
  display: grid;
  grid-template-columns: 50% 50%;
  /* justify-content: center; */
  /* margin: 0 auto; */
}
.list-icon-between {
  display: none;
}

.margin-list-icon-content{
  margin-bottom: 15px;
  margin-top: 15px;
}

 .icon-content{
  max-width: 50px;
  max-height: 50px;
  margin: 15px;
}

/*Row margin bottom*/
.margin-top-text-data-content{
  margin-top: 24px;
}

.content-text-icon{
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  max-width: 180px;
  text-align: center;
}

/*====================EndRegion List item menu*
/*Region Row form email*/
.input-content-group{
  width: 90%;
}

.im-form-email{
  height: 23px;
  width: 30px;
}

.padding-left-input-form{
  padding-left: 18px;
}
.padding-right-input-form{
  padding-right: 18px;
}
.padding-left-warning{
  padding-left: 18px;
}

/*trunk data, using to margin center*/
/*Button submit mail*/
.btn-submit-text-size{
  font-size: 14px;
}

/*margin-top-input-form*/
.margin-top-input-form{
  margin-top: 10px;
}

.btn-submit-width{
  max-width: 200px;
}

.btn-submit-height{
  height: 30px;
}


.ne-icon-circle {
  width: 80px;
  height: 80px;
}
section article .list-icon-content {
  padding-bottom: 54px;
  /* padding-top: 15px; */
  margin: 0 auto;
}
.ne-flex-container {
  flex-direction: column;
}
.ne-flex-container-img-in-left .ne-flex-item-left {
  order: 2;
}
.ne-flex-container-img-in-left .ne-flex-item-right {
  order: 1;
}
.ne-flex-margin-item-top {
  margin-top: 30px;
}

.ne-flex-margin-item-bottom {
  margin-bottom: 30px;
}

/*Region Sendmail======================= */
body {
  /* Modal Content */ }
  body .modal {
    padding-top: 50%;
    /* Location of the box */ }
  body .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding-top: 50%;
    padding: 20px;
    border: 1px solid #888;
    width: 50%; }
  body .btnOk {
    margin-left: 75%; }
/*====================EndRegion Sendmail*/

}

/*====================EndRegion Row form email*/
/*====================EndRegion Row item*/
/*Region Footer======================= */
/*Height footer*/
.footer-height{
  height: 165px;
}

/*footer margin top*/
.footer-margin-top{
  margin-top: 72px;
}

.no-scroll {
  overflow: hidden;
}

/*====================EndRegion Footer*/

@media only screen and (max-width: 767px) {
  /*Region Row item======================= */

  /*Image google play*/
  footer .footer .im-app-store{
    margin-left: 10px;
  }
    .im-google-play {
      margin-left: 10px;
    }

    .im-google-play-height{
      height: 29px;
    }
    /*image left*/
    .ne-flex-item-left{
      width: 100%;
    }
      /*image right*/
    .ne-flex-item-right{
      width: 100%;
      text-align: center;
    }
    .ne-flex-container-img-in-left .ne-flex-item-left {
      text-align: center;
    }
    .ne-flex-container-img-in-left .ne-flex-item-right {
      text-align: left;
    }
    /*Image left, right*/
    .ne-img {
      width: 100%;
      height: auto;
      max-width: 216px;
  }

    /*Image portal*/
    .ne-img-portal {
      width: 100%;
      height: auto;
      max-width: 300px;
  }
  /*====================EndRegion Row item*/
  /*Region List item menu======================= */
  .content-text-icon{
    max-height: 30px;
    max-width: 160px;
    /* align-content: center; */
    margin: auto;
  }

  /*====================EndRegion List item menu*/
  .margin-left-row-content {
    margin-left: 25px;
  }
  .margin-right-row-content {
    margin-right: 25px;
  }

  /*Row padding left*/
  .margin-left-row-content-digital-contact{
    margin-left: 10px;
  }
  /*Row padding right row*/
  .margin-right-row-content-digital-contact{
    margin-right: 10px;
  }

  /*Region banner intro======================= */

  .banner-intro-margin-top{
    margin-top: 30px;
  }
  .banner-intro-margin-left{
    margin-left: 0px;
  }
  .banner-intro .intro-first{
    font-size: 36px;
    line-height: 49px;
    margin-left: auto;
    text-align: center;
  }

  .banner-intro .intro-second{
    font-size: 36px;
    line-height: 49px;
    margin-left: auto;
    text-align: center;
  }
  /*====================EndRegion banner intro*/

  .group-im-google-play-top-banner {
    margin-top: 0;
    /* margin: 0 auto; */

    margin-left: 0;
  }

  .group-im-google-play-top-banner {
    top: 33%;
    left: 0;
    width: 100%;
    text-align: center;
  }

  /*Region Sendmail======================= */
  body {
    /* Modal Content */ }
    body .modal {
      padding-top: 50%;
      /* Location of the box */ }
    body .modal-content {
      background-color: #fefefe;
      margin: auto;
      padding-top: 50%;
      padding: 20px;
      border: 1px solid #888;
      width: 50%; }
    body .btnOk {
      margin-left: 75%; }
  /*====================EndRegion Sendmail*/

  .group-menu-header{
    margin-left: 15px;
  }

}

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

.group-menu-header{
  margin-left: 15px;
}

}

@font-face{
  font-family:"Helvetica-LT-33-ThinEx";
  src:url("../font/Helvetica LT 33 Thin Extended.ttf");
}
#message{
	resize: none;
}

@-moz-document url-prefix() {
  @media screen and (max-width: 768px) {
    .group-menu-header{
      margin-left: 0px;
    }
    .top-menu-padding-bot {
      white-space: nowrap !important;
    }
  }
}
.animate {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}