@import url('//fonts.googleapis.com/css?family=Kanit:100,200,300,400,500,700');
html,
body {
  height: 100%;
}
html * {
  max-height: 999999px;
}
img {
  border: 0;
}
p:last-child {
  margin-bottom: 0;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both !important;
  height: 0;
}
* html .clearfix {
  position: relative;
  zoom: 1;
}
* + html .clearfix {
  position: relative;
  zoom: 1;
}
a {
  outline: 0;
  text-decoration: none;
  transition: all 0.3s;
  color: #00a8dc;
}
a:hover {
  outline: 0;
  text-decoration: underline;
  color: #0081a9;
}
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}
.trim-spaces {
  text-align: center;
}
.trim-spaces.left {
  text-align: left;
}
.trim-spaces .scalable {
  display: inline-block;
  white-space: nowrap;
  transform-origin: left top;
}
.trim-spaces .scalable.middle {
  transform-origin: left center;
}
@media screen and (max-width:  767px) {
  .trim-spaces .scalable.middle {
    transform-origin: left top;
  }
}
.trim-spaces .scalable.center {
  transform-origin: center top;
}
.kanit {
  font-family: 'Kanit', sans-serif;
}
.titlefont {
  font-family: 'Kanit', sans-serif;
}
.bodyfont {
  color: #707070;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  padding: 0 40px;
  box-shadow: none;
  background: none;
  border: none;
  font-size: 24px;
  color: #707070;
  font-weight: 200;
  background-color: #ffffff;
  border-radius: 8px;
  height: 68px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
@media screen and (max-width: 991px) {
  .form-control {
    padding: 0 30px;
  }
}
@media screen and (max-width:  767px) {
  .form-control {
    padding: 0 15px;
  }
}
.form-control::-webkit-input-placeholder {
  color: #7c7c7c;
  font-style: italic;
}
.form-control::-moz-placeholder {
  color: #7c7c7c;
  font-style: italic;
}
.form-control:-moz-placeholder {
  color: #7c7c7c;
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  color: #7c7c7c;
  font-style: italic;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0.3;
}
.form-control:focus::-moz-placeholder {
  opacity: 0.3;
}
.form-control:focus:-moz-placeholder {
  opacity: 0.3;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0.3;
}
textarea.form-control {
  height: 240px;
  padding: 20px 40px;
}
@media screen and (max-width: 991px) {
  textarea.form-control {
    padding: 15px 30px;
  }
}
@media screen and (max-width:  767px) {
  textarea.form-control {
    padding: 10px 15px;
  }
}
.control-label {
  display: none;
}
.button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  border: none;
  transition: all 0.3s;
  padding: 0 10px;
  margin: 0;
}
.button:hover {
  text-decoration: none;
}
.header-button {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  border-radius: 6px;
  background-color: #ffa11a;
  height: 36px;
  line-height: 36px;
  min-width: 136px;
  padding: 0 10px;
}
.header-button:hover {
  opacity: 0.8;
  color: #ffffff;
}
.header-button:focus,
.header-button:active {
  color: #ffffff;
  background-color: #ffa11a;
}
.button-start {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  font-size: 30px;
  background-color: #ffa11a;
  min-width: 136px;
  padding: 0 10px;
  width: 100%;
  max-width: 316px;
  height: 76px;
  line-height: 76px;
  border-radius: 8px;
}
.button-start:hover {
  opacity: 0.8;
  color: #ffffff;
}
.button-start:focus,
.button-start:active {
  color: #ffffff;
  background-color: #ffa11a;
}
.button-submit {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  font-size: 30px;
  background-color: #ffa11a;
  min-width: 136px;
  padding: 0 10px;
  width: 100%;
  max-width: 316px;
  height: 76px;
  line-height: 76px;
  border-radius: 8px;
}
.button-submit:hover {
  opacity: 0.8;
  color: #ffffff;
}
.button-submit:focus,
.button-submit:active {
  color: #ffffff;
  background-color: #ffa11a;
}
.animate {
  opacity: 0;
}
.ani-delay-01 {
  animation-delay: 0.1s;
}
@media screen and (max-width:  767px) {
  .ani-delay-01 {
    animation-delay: unset;
  }
}
.ani-delay-02 {
  animation-delay: 0.2s;
}
@media screen and (max-width:  767px) {
  .ani-delay-02 {
    animation-delay: unset;
  }
}
.ani-delay-03 {
  animation-delay: 0.3s;
}
@media screen and (max-width:  767px) {
  .ani-delay-03 {
    animation-delay: unset;
  }
}
.ani-delay-04 {
  animation-delay: 0.4s;
}
@media screen and (max-width:  767px) {
  .ani-delay-04 {
    animation-delay: unset;
  }
}
.ani-delay-05 {
  animation-delay: 0.5s;
}
@media screen and (max-width:  767px) {
  .ani-delay-05 {
    animation-delay: unset;
  }
}
.ani-delay-06 {
  animation-delay: 0.7s;
}
@media screen and (max-width:  767px) {
  .ani-delay-06 {
    animation-delay: unset;
  }
}
.ani-delay-07 {
  animation-delay: 0.7s;
}
@media screen and (max-width:  767px) {
  .ani-delay-07 {
    animation-delay: unset;
  }
}
.ani-delay-08 {
  animation-delay: 0.8s;
}
@media screen and (max-width:  767px) {
  .ani-delay-08 {
    animation-delay: unset;
  }
}
.ani-delay-09 {
  animation-delay: 0.9s;
}
@media screen and (max-width:  767px) {
  .ani-delay-09 {
    animation-delay: unset;
  }
}
.ani-delay-1 {
  animation-delay: 1s;
}
@media screen and (max-width:  767px) {
  .ani-delay-1 {
    animation-delay: unset;
  }
}
.icon-overview {
  display: block;
  width: 231px;
  height: 166px;
}
.icon-overview.overview-1 {
  background: url(../images/overview-1.png) 50% 50% no-repeat;
}
.icon-overview.overview-2 {
  background: url(../images/overview-2.png) 50% 50% no-repeat;
}
.icon-overview.overview-3 {
  background: url(../images/overview-3.png) 50% 50% no-repeat;
}
.icon-overview.overview-4 {
  background: url(../images/overview-4.png) 50% 50% no-repeat;
}
.icon-overview.overview-5 {
  background: url(../images/overview-5.png) 50% 50% no-repeat;
}
.icon-overview.overview-6 {
  background: url(../images/overview-6.png) 50% 50% no-repeat;
}
.icon-overview.overview-7 {
  background: url(../images/overview-7.png) 50% 50% no-repeat;
}
.software-icon {
  display: block;
  border-radius: 50%;
  background-color: #108be1;
  width: 230px;
  height: 230px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.software-icon.software-1 {
  background-image: url(../images/software-1.png);
}
.software-icon.software-2 {
  background-image: url(../images/software-2.png);
}
.software-icon.software-3 {
  background-image: url(../images/software-3.png);
}
.software-icon.software-4 {
  background-image: url(../images/software-4.png);
}
.software-icon.software-5 {
  background-image: url(../images/software-5.png);
}
.software-icon.software-6 {
  background-image: url(../images/software-6.png);
}
.software-icon.software-7 {
  background-image: url(../images/software-7.png);
}
.software-icon.software-8 {
  background-image: url(../images/software-8.png);
}
.software-icon.software-9 {
  background-image: url(../images/software-9.png);
}
.software-icon.software-10 {
  background-image: url(../images/software-10.png);
}
.about-icon {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 188px;
  height: 164px;
}
.about-icon.about-1 {
  background-image: url(../images/about-1.png);
}
.about-icon.about-2 {
  background-image: url(../images/about-2.png);
}
.about-icon.about-3 {
  background-image: url(../images/about-3.png);
}
.about-icon.about-4 {
  background-image: url(../images/about-4.png);
}
#header {
  background-color: #ffffff;
  color: #707070;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
#header .Rectangle_2 {
  background-color: #ffffff;
  position: absolute;
  left: -1px;
  top: -4px;
  width: 1922px;
  height: 68px;
  z-index: 10;
}
#header .header-content {
  height: 63px;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
}
.header-nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 991px) {
  .header-nav {
    position: fixed;
    left: 0;
    top: 63px;
    bottom: 0;
    z-index: 9;
    overflow: auto;
    transition: all 0.3s;
    background-color: #ffffff;
    transform: translate(-270px, 0);
    width: 250px;
  }
}
.header-nav.shown {
  transform: translate(0, 0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.header-nav .nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header-nav .nav {
    padding: 15px;
  }
}
.header-nav .nav > li {
  display: inline-block;
  margin-right: 21px;
  padding-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .header-nav .nav > li {
    float: none;
    margin-right: 0;
    display: block;
  }
}
.header-nav .nav > li:last-child {
  margin-right: -4px;
}
.header-nav .nav > li.active {
  border-bottom: 2px solid #188fe3;
}
.header-nav .nav > li.active > a {
  color: #188fe3;
}
.header-nav .nav > li > a {
  background: none;
  padding: 0;
  text-transform: uppercase;
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .header-nav .nav > li > a {
    display: block;
    padding: 10px 15px;
  }
}
.header-nav .nav > li > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .header-nav .nav > li .buttons {
    margin-top: 10px;
  }
}
.menu-trigger {
  text-decoration: none;
  color: #a3a3a3;
  font-size: 44px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: none;
}
@media screen and (max-width: 991px) {
  .menu-trigger {
    display: block;
  }
}
.menu-trigger:hover {
  color: #7d7d7d;
  opacity: 0.7;
}
.menu-trigger:active,
.menu-trigger:focus {
  color: #a3a3a3;
}
.header-logo {
  width: 100%;
  max-width: 186px;
  position: absolute;
  left: 0;
  top: 52%;
  transform: translate(0, -50%);
}
.header-logo > a {
  display: block;
  background: url(../images/logo.png) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-bottom: 16.129%;
  text-align: left;
  text-indent: -10000px;
}
body {
  margin: 0;
  padding: 0;
  color: #707070;
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  background-color: #ffffff;
  position: relative;
  min-width: 320px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
#wrapper {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  min-height: 100%;
}
* html #wrapper {
  height: 100%;
}
#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 136px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  #container {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 991px) {
  #container {
    padding-bottom: 180px;
  }
}
@media screen and (max-width:  767px) {
  #container {
    padding-bottom: 0;
  }
}
.section {
  position: relative;
  padding: 0 15px;
  text-align: center;
}
.section-container {
  position: relative;
}
.section-content {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
}
.common-title {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.154;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .common-title {
    font-size: 40px;
  }
}
@media screen and (max-width:  767px) {
  .common-title {
    font-size: 30px;
  }
}
.section-description {
  font-size: 18px;
  line-height: 1.2;
}
.section-description b {
  font-weight: 500;
}
.section-description strong {
  text-transform: uppercase;
}
.section-map {
  border-top: 4px solid #39a1e9;
  padding: 0;
}
.section-map .section-content {
  padding: 0;
  max-width: none;
}
.section-map .map-wrapper iframe {
  display: block;
}
.section-intro {
  display: table;
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #3da2e9;
  background-image: linear-gradient(to bottom, #64b6f1 0%, #0f8be1 100%);
}
.section-intro:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/intro-bg.png) 50% 50% no-repeat;
}
.section-intro .section-container {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}
.section-intro .section-content {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width:  767px) {
  .section-intro .section-content {
    padding: 80px 0;
  }
}
.section-intro .section-title {
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 130px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .section-intro .section-title {
    font-size: 40px;
  }
}
@media screen and (max-width:  767px) {
  .section-intro .section-title {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
.section-intro .section-description {
  line-height: 1.043;
  font-size: 46px;
  font-weight: 100;
  max-width: 870px;
}
@media screen and (max-width: 991px) {
  .section-intro .section-description {
    font-size: 30px;
  }
}
@media screen and (max-width:  767px) {
  .section-intro .section-description {
    font-size: 20px;
    font-weight: 200;
  }
}
.section-hp-about {
  background: #fff url(../images/kepp-bg.png) 50% 50% no-repeat;
}
.section-hp-about .section-content {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .section-hp-about .section-content {
    padding: 80px 0;
  }
}
@media screen and (max-width:  767px) {
  .section-hp-about .section-content {
    padding: 50px 0;
  }
}
.section-hp-about .section-title {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.154;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .section-hp-about .section-title {
    font-size: 40px;
  }
}
@media screen and (max-width:  767px) {
  .section-hp-about .section-title {
    font-size: 30px;
  }
}
.section-hp-about .section-description {
  max-width: 930px;
}
.section-hp-grow {
  background: #fff url(../images/grow-bg.png) 50% 50% no-repeat;
}
.section-hp-grow .section-content {
  padding: 100px 0 132px 0;
}
@media screen and (max-width: 991px) {
  .section-hp-grow .section-content {
    padding: 80px 0;
  }
}
@media screen and (max-width:  767px) {
  .section-hp-grow .section-content {
    padding: 50px 0;
  }
}
.section-hp-grow .section-title {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.154;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .section-hp-grow .section-title {
    font-size: 40px;
  }
}
@media screen and (max-width:  767px) {
  .section-hp-grow .section-title {
    font-size: 30px;
  }
}
.section-hp-grow .section-description {
  max-width: 870px;
}
.section-hp-grow .section-buttons {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width:  767px) {
  .section-hp-grow .section-buttons {
    margin-top: 60px;
  }
}
.section-hp-overview {
  background-color: #3da2e9;
  background-image: linear-gradient(to bottom, #64b6f1 0%, #0f8be1 100%);
  color: #ffffff;
}
.section-hp-overview .section-title {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.154;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1em;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .section-hp-overview .section-title {
    font-size: 40px;
  }
}
@media screen and (max-width:  767px) {
  .section-hp-overview .section-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .section-hp-overview .section-title {
    margin-bottom: 50px;
  }
}
.section-hp-overview .section-content {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .section-hp-overview .section-content {
    padding: 80px 0;
  }
}
@media screen and (max-width:  767px) {
  .section-hp-overview .section-content {
    padding: 50px 0;
  }
}
.overview-swiper {
  position: relative;
}
.overview-swiper .swiper-button-next,
.overview-swiper .swiper-button-prev {
  background-image: url(../images/swiper-arrows.png);
  background-repeat: no-repeat;
  width: 51px;
  height: 124px;
  opacity: 0.6;
  background-size: 102px 124px;
  transition: all 0.3s;
}
.overview-swiper .swiper-button-next.disabled,
.overview-swiper .swiper-button-prev.disabled {
  opacity: 0.2;
}
.overview-swiper .swiper-button-next:hover,
.overview-swiper .swiper-button-prev:hover {
  opacity: 1;
}
.overview-swiper .swiper-button-next {
  background-position: 100% 0;
  right: -130px;
}
.overview-swiper .swiper-button-prev {
  background-position: 0 0;
  left: -130px;
}
.overview-item {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.overview-item .icon-overview {
  margin: 0 auto 40px auto;
}
.overview-item .title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 15px;
}
.overview-item .description {
  text-align: left;
  font-weight: 200;
  font-size: 21px;
  line-height: 1.2;
}
.section-about .section-content {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .section-about .section-content {
    padding: 80px 0;
  }
}
@media screen and (max-width:  767px) {
  .section-about .section-content {
    padding: 50px 0;
  }
}
.section-about .section-title {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.154;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .section-about .section-title {
    font-size: 40px;
  }
}
@media screen and (max-width:  767px) {
  .section-about .section-title {
    font-size: 30px;
  }
}
.section-mm .section-content {
  padding: 40px 0;
}
.section-mm .section-title {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.154;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .section-mm .section-title {
    font-size: 40px;
  }
}
@media screen and (max-width:  767px) {
  .section-mm .section-title {
    font-size: 30px;
  }
}
.text-row {
  margin: 0 -15px 50px -15px;
}
.text-row:before,
.text-row:after {
  content: " ";
  display: table;
}
.text-row:after {
  clear: both !important;
  height: 0;
}
* html .text-row {
  position: relative;
  zoom: 1;
}
* + html .text-row {
  position: relative;
  zoom: 1;
}
.text-row:last-child {
  margin-bottom: 0;
}
.text-row.reverse .img-col {
  float: left;
}
@media screen and (max-width:  767px) {
  .text-row.reverse .img-col {
    float: none;
  }
}
.text-row > * {
  text-align: center;
  padding: 0 15px;
}
.text-row > .title {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.text-row .img-col {
  width: 50%;
  float: right;
}
@media screen and (max-width:  767px) {
  .text-row .img-col {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
}
.text-row .img-col img {
  margin: 0 auto;
  max-width: 100%;
}
.text-row .text-col {
  width: 50%;
  float: left;
}
@media screen and (max-width:  767px) {
  .text-row .text-col {
    width: auto;
    float: none;
  }
}
.text-row .text-col .title {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.text-row .text-col .subtitle {
  font-weight: 500;
  font-size: 20px;
  color: #3498db;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.text-row .text-col .description {
  font-size: 18px;
  font-weight: 300;
}
.section-contact-us {
  display: table;
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #3da2e9;
  background-image: linear-gradient(to bottom, #64b6f1 0%, #0f8be1 100%);
  color: #ffffff;
}
.section-contact-us + .section-map {
  border-top: none;
}
.section-contact-us:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/contact-bg.png) 50% 163px no-repeat;
}
.section-contact-us .section-container {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}
.section-contact-us .section-content {
  display: inline-block;
  padding: 100px 0;
  width: 100%;
}
.section-contact-us .section-title {
  font-size: 138px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.435;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .section-contact-us .section-title {
    font-size: 80px;
  }
}
@media screen and (max-width:  767px) {
  .section-contact-us .section-title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 1em;
  }
}
.section-contact-us .section-description {
  max-width: 750px;
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 26px;
}
@media screen and (max-width:  767px) {
  .section-contact-us .section-description {
    font-size: 20px;
    margin-bottom: 1.5em;
  }
}
.contact-form {
  max-width: 900px;
}
.contact-form .buttons {
  text-align: left;
  margin-top: 40px;
}
.section-software-intro {
  display: table;
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #3da2e9;
  background-image: linear-gradient(to bottom, #64b6f1 0%, #0f8be1 100%);
  color: #ffffff;
}
.section-software-intro + .section-map {
  border-top: none;
}
.section-software-intro:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/software-intro-bg.png) 50% 50% no-repeat;
}
.section-software-intro .section-container {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}
.section-software-intro .section-content {
  display: inline-block;
  padding: 100px 0;
  width: 100%;
}
.section-software-intro .section-title {
  font-size: 86px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.9;
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .section-software-intro .section-title {
    font-size: 60px;
  }
}
@media screen and (max-width:  767px) {
  .section-software-intro .section-title {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
.section-software-intro .section-description {
  font-size: 26px;
  line-height: 1.2;
  max-width: 880px;
}
@media screen and (max-width:  767px) {
  .section-software-intro .section-description {
    font-size: 20px;
  }
}
.section-software .section-content {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .section-software .section-content {
    padding: 80px 0;
  }
}
@media screen and (max-width:  767px) {
  .section-software .section-content {
    padding: 50px 0;
  }
}
.section-software .section-title {
  font-size: 124px;
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 60px;
}
.section-software .section-title div {
  font-size: 70px;
}
.section-software .section-buttons {
  text-align: center;
}
.software-wrapper {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 30px;
}
.software-wrapper:before,
.software-wrapper:after {
  content: '';
  display: block;
  position: absolute;
}
.software-wrapper:before {
  width: 8px;
  left: 50%;
  margin-left: -4px;
  top: 115px;
  bottom: 5px;
  background-color: #ffdfb0;
}
@media screen and (max-width:  767px) {
  .software-wrapper:before {
    display: none;
  }
}
.software-wrapper:after {
  background: url(../images/software-arrow.png) 0 0 no-repeat;
  width: 80px;
  height: 36px;
  margin-left: -40px;
  left: 50%;
  bottom: 0;
}
.software-wrapper .software-row {
  overflow: hidden;
  margin: 0 0 50px 0;
  position: relative;
}
@media screen and (max-width:  767px) {
  .software-wrapper .software-row {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.software-wrapper .software-row:before {
  content: '';
  display: block;
  border-radius: 50%;
  background-color: #ffdfb0;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 99px;
}
@media screen and (max-width:  767px) {
  .software-wrapper .software-row:before {
    display: none;
  }
}
.software-wrapper .software-row .software-item {
  padding: 0 40px;
  text-align: center;
  float: left;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .software-wrapper .software-row .software-item {
    padding: 0 20px;
  }
}
@media screen and (max-width:  767px) {
  .software-wrapper .software-row .software-item {
    padding: 0 15px;
    width: auto;
    float: none;
    margin-bottom: 40px;
  }
}
.software-wrapper .software-row .software-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 111px;
  height: 8px;
  background-color: #ffdfb0;
}
@media screen and (max-width:  767px) {
  .software-wrapper .software-row .software-item:before {
    display: none;
  }
}
.software-wrapper .software-row .software-item:first-child:before {
  right: -40px;
  left: 74.5%;
}
.software-wrapper .software-row .software-item:last-child:before {
  left: -40px;
  right: 74.5%;
}
.software-wrapper .software-row .software-item .software-icon {
  margin: 0 auto 35px auto;
}
.software-wrapper .software-row .software-item .title {
  text-transform: uppercase;
  font-size: 26px;
  color: #108be1;
  font-weight: 500;
  margin-bottom: 0.8em;
}
@media screen and (max-width:  767px) {
  .software-wrapper .software-row .software-item .title {
    font-size: 22px;
  }
}
.software-wrapper .software-row .software-item .description {
  text-align: left;
  font-weight: 200;
  font-size: 20px;
}
@media screen and (max-width:  767px) {
  .software-wrapper .software-row .software-item .description {
    font-size: 18px;
  }
}
.software-wrapper .software-row .software-item .description b {
  font-weight: 500;
}
.software-wrapper .software-row .software-item .description p {
  margin-bottom: 1em;
}
.software-wrapper .software-row .software-item .description p:last-child {
  margin-bottom: 0;
}
.software-wrapper .software-row .software-item .description h4 {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin: 1em 0;
}
@media screen and (max-width:  767px) {
  .software-wrapper .software-row .software-item .description h4 {
    font-size: 19px;
  }
}
.software-wrapper .software-row .software-item .description ul {
  font-weight: 300;
  font-size: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:  767px) {
  .software-wrapper .software-row .software-item .description ul {
    font-size: 20px;
  }
}
.software-wrapper .software-row .software-item .description ul > li {
  padding-left: 27px;
  position: relative;
  margin-bottom: 5px;
}
.software-wrapper .software-row .software-item .description ul > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #707070;
}
.section-about .section-buttons {
  text-align: center;
  margin-top: 60px;
}
.about-list {
  list-style: none;
  padding: 0;
  margin: 0 -20px;
}
.about-list:before,
.about-list:after {
  content: " ";
  display: table;
}
.about-list:after {
  clear: both !important;
  height: 0;
}
* html .about-list {
  position: relative;
  zoom: 1;
}
* + html .about-list {
  position: relative;
  zoom: 1;
}
.about-list li {
  padding: 0 20px;
  text-align: center;
  width: 50%;
  float: left;
  margin-bottom: 60px;
}
@media screen and (max-width:  767px) {
  .about-list li {
    width: auto;
    float: none;
    margin-bottom: 40px;
  }
}
.about-list li:nth-child(2n+1) {
  clear: left;
}
.about-list li .about-icon {
  margin: 0 auto 40px auto;
}
.about-list li .title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}
.about-list li .description {
  font-weight: 200;
  font-size: 20px;
}
.section-about-intro {
  display: table;
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #3da2e9;
  background-image: linear-gradient(to bottom, #64b6f1 0%, #0f8be1 100%);
  color: #ffffff;
}
.section-about-intro + .section-map {
  border-top: none;
}
.section-about-intro:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/about-intro-bg.png) 50% 50% no-repeat;
}
.section-about-intro .section-container {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}
.section-about-intro .section-content {
  display: inline-block;
  padding: 100px 0;
  width: 100%;
}
.section-about-intro .section-title {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  max-width: 900px;
  margin-bottom: 90px;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .section-about-intro .section-title {
    font-size: 40px;
  }
}
@media screen and (max-width:  767px) {
  .section-about-intro .section-title {
    font-size: 20px;
  }
}
@media screen and (max-width:  767px) {
  .section-about-intro .section-title {
    margin-bottom: 40px;
  }
}
.section-about-intro .section-title div {
  font-size: 136px;
  line-height: 0.8;
}
@media screen and (max-width: 991px) {
  .section-about-intro .section-title div {
    font-size: 100px;
  }
}
@media screen and (max-width:  767px) {
  .section-about-intro .section-title div {
    font-size: 36px;
  }
}
.section-about-intro .section-description {
  font-size: 26px;
  max-width: 900px;
}
@media screen and (max-width:  767px) {
  .section-about-intro .section-description {
    font-size: 20px;
  }
}
#footer {
  background-color: #39a1e9;
  color: #ffffff;
  padding: 0 15px;
  margin-top: -136px;
  height: 136px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  #footer {
    height: 150px;
    margin-top: -150px;
  }
}
@media screen and (max-width: 991px) {
  #footer {
    height: 180px;
    margin-top: -180px;
  }
}
@media screen and (max-width:  767px) {
  #footer {
    height: auto;
    margin-top: 0;
  }
}
#footer .footer-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 25px 0;
  text-align: left;
}
@media screen and (max-width:  767px) {
  #footer .footer-content {
    padding: 20px 0;
  }
}
.location {
  margin-bottom: 20px;
}
.location .title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.copyright {
  font-size: 13px;
}
.footer-nav {
  text-align: right;
  padding-top: 16px;
}
@media screen and (max-width: 991px) {
  .footer-nav {
    text-align: left;
    padding-top: 0;
    margin-bottom: 10px;
  }
}
.footer-nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 21px 5px 0;
}
.footer-nav ul li:last-child {
  margin-right: -4px;
}
.footer-nav ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer-nav ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
