@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  outline-color: transparent;
}
#site-header {
  background: transparent !important;
  border-bottom: 0 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  padding: 20px 0 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 0 !important;
}
#site-header .header-inner .header-titles {
  align-items: center;
}
#site-header .header-inner .header-titles img {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li a {
  font-size: 15px;
}
#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li.btn-sign-up {
  margin-top: 0;
}
#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li.btn-sign-up:hover a {
  background: #fff;
  color: #134c60;
}
#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper .primary-menu li.btn-sign-up a {
  background: #1465d8;
  border-radius: 6px;
  padding: 6px 15px;
}
footer {
  margin-top: 0 !important;
}
footer.site-footer {
  background-color: #2b2d2d;
  color: #fff;
}
footer .footer-widgets > div {
  width: 10% !important;
}
footer .footer-widgets > div:first-child {
  width: 50% !important;
}
footer .footer-widgets .widget .widget-title {
  font-size: 18px;
  border-bottom: none;
  margin-bottom: 0;
  font-weight: 600;
}
footer .footer-widgets .widget_nav_menu ul li {
  font-size: 15px;
  padding-left: 0;
}
footer .footer-widgets .widget_nav_menu ul li:before {
  display: none;
}
footer .footer-widgets .widget_nav_menu ul li a {
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
}
footer .footer-widgets .widget_nav_menu ul li a:hover {
  opacity: 1;
}
footer .site-info {
  text-align: center;
  margin: 0 auto;
  width: 60%;
  font-size: 14px;
  border-top: 1px solid #3e3e3e;
}
body {
  font: 15px "Noto Sans", Arial, Helvetica, sans-serif;
  color: #5a7184;
}
p, h1, h2, h3, h4, h5, h6, small {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
}
#site-header {
  background: #134c60 !important;
  margin: 0;
  width: 100% !important;
  max-width: inherit !important;
}
#site-header .header-inner {
  padding: 15px 0;
}
#site-header .header-inner .site-title {
  margin-left: 0;
  margin-top: 0;
}
#site-header .header-inner .site-title a {
  color: #fff;
  font-size: 35px;
}
#site-header .header-inner .site-title a:hover {
  text-decoration: none;
}
#site-header .header-inner .primary-menu > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
/* #site-content {
 overflow: visible;
 } */
.section_head {
  color: #fff;
  background: #134c60;
  margin: 0 auto;
  min-height: 600px;
  margin-top: -86px;
  padding-top: 200px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
.section_head .container {
  /* &:before {
   content        : "";
   position       : absolute;
   top            : 0;
   left           : 0;
   right          : 0;
   bottom         : 0;
   background     : url(../images/business.png) no-repeat;
   background-size: cover;
   opacity        : .07;
   z-index        : 0;
   } */
  display: flex;
  align-items: stretch;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.section_head .container .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}
.section_head .container .left .info {
  margin-bottom: 50px;
}
.section_head .container .left .info h2 {
  font-weight: 500;
  letter-spacing: inherit;
  font-size: 28px;
}
.section_head .container .left .info p {
  font-size: 18px;
  opacity: 0.6;
}
.section_head .container .left .info .btn-primary {
  background: #1465d8;
  color: #fff;
  text-decoration: none;
  padding: 12px 26px;
  border-radius: 40px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
}
.section_head .container .left .brand p {
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 14px;
}
.section_head .container .left .brand ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.section_head .container .left .brand ul li {
  margin: 0 40px 0 0;
}
.section_head .container .left .brand ul li:hover img {
  opacity: 1;
}
.section_head .container .left .brand ul li img {
  opacity: 0.5;
  filter: invert(1);
  height: 60px;
  width: auto;
}
.section_head .container .right {
  position: relative;
  flex: 1.5;
  margin-right: -90px;
}
.section_head .container .right .image {
  height: 600px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.section_head .container .right .image.desktop {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.section_head .container .right .image.desktop img {
  border-radius: 10px;
}
.section_head .container .right .image.mobile {
  position: absolute;
  left: 100px;
  z-index: 999;
  bottom: -100px;
  width: 260px;
  height: 400px;
}
.section_howto {
  padding: 50px 0;
}
.section_howto .heading {
  text-align: center;
  margin-bottom: 60px;
}
.section_howto .heading small {
  font-size: 13px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: bold;
  color: #1465d8;
  background: rgba(20, 101, 216, .2);
  padding: 4px 15px;
  border-radius: 30px;
}
.section_howto .heading h3 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 35px;
  color: #134c60;
  letter-spacing: -1px;
}
.section_howto .heading p {
  font-size: 16px;
}
.section_howto .col {
  text-align: center;
}
.section_howto .col .icon {
  display: inline-block;
  margin-bottom: 25px;
}
.section_howto .col .icon img {
  width: 48px;
  height: auto;
}
.section_howto .col .title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #134c60;
}
.section_howto .col .description {
  line-height: 27px;
}
.section_feature {
  background: #f6f7f8;
  padding: 50px 0;
}
.section_feature .col-full {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.section_feature .col-full .left, .section_feature .col-full .right {
  flex: 1;
}
.section_feature .col-full .left.small, .section_feature .col-full .right.small {
  padding: 0 15px;
}
.section_feature .col-full .left small, .section_feature .col-full .right small {
  font-size: 13px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: bold;
  color: #1465d8;
  background: rgba(20, 101, 216, .2);
  padding: 4px 15px;
  border-radius: 30px;
}
.section_feature .col-full .left .title, .section_feature .col-full .right .title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 35px;
  color: #134c60;
}
.section_feature .col-full .left .desc, .section_feature .col-full .right .desc {
  font-size: 16px;
}
.section_feature .col-full .left .list, .section_feature .col-full .right .list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.section_feature .col-full .left .list .item, .section_feature .col-full .right .list .item {
  flex: 50%;
  display: flex;
  align-items: flex-start;
  padding: 20px 20px 0 0;
}
.section_feature .col-full .left .list .item .icon, .section_feature .col-full .right .list .item .icon {
  background: rgba(20, 101, 216, .1);
  padding: 10px;
  border-radius: 14px;
  flex: 1;
}
.section_feature .col-full .left .list .item .info, .section_feature .col-full .right .list .item .info {
  margin-left: 15px;
  flex: 7;
}
.section_feature .col-full .left .list .item .info h4, .section_feature .col-full .right .list .item .info h4 {
  margin: 0 0 8px;
  font-size: 22px;
}
.section_feature .full .list {
  display: none;
}
.section_banner {
  padding: 50px 0;
}
.section_banner.full-width {
  padding: 0;
  background: #134c60;
}
.section_banner.full-width .col-full {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.section_banner.full-width .col-full .left {
  flex: 1;
}
.section_banner.full-width .col-full .left h2 {
  margin: 0 0 30px;
  color: #fff;
  font-size: 32px;
}
.section_banner.full-width .col-full .left p {
  color: #fff;
  opacity: 0.6;
  font-size: 15px;
}
.section_banner.full-width .col-full .left p.info {
  font-size: 13px;
  margin-top: 10px;
}
.section_banner.full-width .col-full .left .btn-free-trial {
  border-radius: 15px;
  background: #1465d8;
  color: #fff;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 25px;
}
.section_banner.full-width .col-full .left .btn-free-trial:hover {
  background: #fff;
  color: #1465d8;
}
.section_banner.full-width .col-full .right {
  flex: 1;
  position: relative;
}
.section_banner.full-width .col-full .right .list .item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
  position: relative;
  z-index: 10;
  margin-right: 80px;
}
.section_banner.full-width .col-full .right .list .item:last-child {
  margin-top: -40px;
  z-index: 1;
  margin-right: 0;
  margin-left: 80px;
}
.section_banner.full-width .col-full .right .list .item:last-child .info {
  padding-top: 50px;
}
.section_banner.full-width .col-full .right .list .item .icon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
  display: none;
}
.section_banner.full-width .col-full .right .list .item .info h4 {
  font-size: 19px;
  margin: 0;
}
.section_banner.full-width .col-full .right .list .item .info p {
  font-size: 15px;
}
.section_banner .col-full {
  padding: 50px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
}
.section_banner .col-full h2 {
  color: #134c60;
}
.section_banner .col-full p {
  font-size: 20px;
  color: #134c60;
}
.section_banner .col-full a {
  background: #1465d8;
  color: #fff;
  padding: 15px 30px;
  margin-top: 30px;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
.section_statistic {
  padding: 50px 0;
  text-align: center;
}
.section_statistic small {
  font-size: 13px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: bold;
  color: #1465d8;
  background: rgba(20, 101, 216, .2);
  padding: 4px 15px;
  border-radius: 30px;
}
.section_statistic h3 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 35px;
  color: #134c60;
  letter-spacing: -1px;
}
.section_statistic p {
  font-size: 16px;
}
.section_statistic .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.section_statistic .list .item .icon {
  background: rgba(20, 101, 216, .1);
  padding: 10px;
  border-radius: 14px;
  flex: 1;
  display: inline-flex;
}
.section_statistic .list .item .icon img {
  width: 28px;
  height: 28px;
}
.section_statistic .list .item h4 {
  font-size: 38px;
  margin: 20px 0 0;
  font-weight: bold;
}
.section_statistic .list .item p {
  line-height: 27px;
}
.section_apps {
  background: #f6f7f8;
  padding: 50px 0;
  text-align: center;
}
.section_apps small {
  font-size: 13px;
  margin: 0 auto 15px;
  display: inline-block;
  font-weight: bold;
  color: #1465d8;
  background: rgba(20, 101, 216, .2);
  padding: 4px 15px;
  border-radius: 30px;
}
.section_apps h3 {
  margin: 0;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 35px;
  color: #134c60;
}
.section_apps p {
  font-size: 16px;
}
.section_apps .list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 25px;
  text-align: left;
}
.section_apps .list .item {
  flex: 29%;
  padding: 20px;
  background: #fff;
  margin: 50px 40px 0 0;
  border-radius: 10px;
}
.section_apps .list .item:hover {
  box-shadow: 0 4px 20px rgba(19, 76, 96, .1);
}
.section_apps .list .item .icon {
  background: rgba(20, 101, 216, .1);
  padding: 10px;
  border-radius: 14px;
  margin-bottom: 20px;
  display: inline-block;
  width: 50px;
}
.section_apps .list .item .info h4 {
  margin: 0 0 8px;
  font-size: 18px;
}
#site-footer {
  background: #134c60;
  position: relative;
}
#site-footer:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 14%;
  right: 14%;
  top: 0;
  background: rgba(255, 255, 255, .17);
}
#site-footer p {
  color: #fff;
}
#site-footer a {
  color: #fff;
}
.contact-us .box-head {
  background: #eef4f6;
  margin-top: -84px;
  padding-top: 150px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
}
.contact-us .box-head h2 {
  margin-bottom: 0;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
}
.contact-us .box-head p {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
}
.contact-us .box-content {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  margin-bottom: 30px;
}
.contact-us .box-content > div {
  flex: 1;
  word-break: break-all;
}
.contact-us .box-content > div p, .contact-us .box-content > div h4 {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
}
.contact-us .box-content > div .contact-wa p {
  font-size: 26px;
  font-weight: bold;
  color: #20907b;
}
.contact-us .box-content > div .contact-wa a {
  color: #333;
  padding: 10px 20px;
  border-radius: 6px;
  background: #ffc106;
  text-transform: uppercase;
  transition: all 0.2s;
}
.contact-us .box-content > div .contact-wa a:hover {
  color: #fff;
  background: #333;
}
.contact-us .box-content > div .work-hour h4 {
  font-size: 17px;
}
.contact-us .box-content > div .work-hour h5 {
  font-size: 26px;
  font-weight: bold;
  color: #20907b;
}
.contact-us .box-content > div.right {
  text-align: right;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #site-header {
    z-index: 9;
  }
  #site-header .header-inner .header-titles {
    display: flex;
  }
  #site-header .toggle {
    color: #fff !important;
  }
  #site-header .toggle span {
    color: #fff;
  }
  .section_head {
    padding: 140px 40px 40px;
  }
  .section_head .container {
    align-items: center;
  }
  .section_head .container .left {
    flex: 2;
  }
  .section_head .container .right .image.desktop {
    top: -100px;
    right: -140px;
    height: auto;
    width: auto;
  }
  .section_head .container .right .image.desktop img {
    height: 350px;
    max-width: fit-content;
  }
  .section_feature {
    padding: 30px 0;
  }
  .section_feature .col-full .left .title, .section_feature .col-full .right .title {
    font-size: 24px;
  }
  .section_feature .col-full .left .list, .section_feature .col-full .right .list {
    display: none;
  }
  .section_feature .full .list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
  .section_feature .full .list .item {
    flex: 50%;
    display: flex;
    align-items: flex-start;
    padding: 20px 20px 0 0;
  }
  .section_feature .full .list .item .icon {
    background: rgba(20, 101, 216, .1);
    padding: 10px;
    border-radius: 14px;
    flex: 1;
  }
  .section_feature .full .list .item .info {
    margin-left: 15px;
    flex: 12;
  }
  .section_feature .full .list .item .info h4 {
    margin: 0 0 8px;
    font-size: 18px;
  }
  .section_banner .col-full {
    padding: 20px;
    border-radius: 20px;
  }
  .section_banner .col-full h2 {
    margin: 15px 0;
    font-size: 40px;
  }
  .section_banner .col-full a {
    font-size: 24px;
  }
  .section_banner.full-width {
    padding: 50px 0;
  }
  .section_apps .list .item {
    flex: 45%;
  }
  .section_apps .list .item:nth-child(2n+2), .section_apps .list .item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #site-header {
    z-index: 9;
  }
  #site-header .header-inner .header-titles {
    display: flex;
  }
  #site-header .header-inner .header-titles img {
    width: 32px;
    height: 32px;
  }
  #site-header .header-inner .header-titles .site-title a {
    font-size: 24px;
  }
  #site-header .toggle {
    color: #fff !important;
  }
  #site-header .toggle span {
    color: #fff;
  }
  .section_head {
    padding: 180px 20px 40px;
  }
  .section_head .container {
    align-items: center;
    flex-direction: column-reverse;
  }
  .section_head .container .left .info {
    text-align: center;
  }
  .section_head .container .left .info h2 {
    font-size: 20px;
  }
  .section_head .container .left .info p {
    font-size: 15px;
  }
  .section_head .container .left .info .btn-primary {
    display: block;
  }
  .section_head .container .left .brand ul li {
    margin: 0 20px 0 0;
  }
  .section_head .container .right {
    margin-right: -40px;
    margin-left: -32px;
  }
  .section_head .container .right .image.desktop {
    position: static;
    height: auto;
  }
  .section_head .container .right .image.desktop img {
    width: auto;
  }
  .section_howto {
    padding: 30px 0;
  }
  .section_howto .heading {
    margin-bottom: 40px;
  }
  .section_howto .heading h3 {
    font-size: 22px;
  }
  .section_howto .heading p {
    font-size: 15px;
  }
  .section_howto .row {
    flex-direction: column;
  }
  .section_howto .row .col {
    margin-bottom: 25px;
  }
  .section_feature {
    padding: 30px 0;
    border-bottom: 1px solid #e3e4e5;
  }
  .section_feature.image_right .col-full {
    flex-direction: column-reverse;
  }
  .section_feature.image_right .col-full .left {
    margin-top: 25px;
  }
  .section_feature.image_right .col-full .right {
    margin-top: 0;
  }
  .section_feature.image_left .col-full .left {
    margin-top: 0;
  }
  .section_feature.image_left .col-full .right {
    margin-top: 25px;
  }
  .section_feature .col-full {
    flex-direction: column;
  }
  .section_feature .col-full .left, .section_feature .col-full .right {
    text-align: center;
  }
  .section_feature .col-full .left .title, .section_feature .col-full .right .title {
    font-size: 24px;
  }
  .section_feature .col-full .left .list, .section_feature .col-full .right .list {
    display: none;
  }
  .section_feature .col-full .right {
    margin-top: 25px;
  }
  .section_feature .full .list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .section_feature .full .list .item {
    flex: 50%;
    display: flex;
    align-items: flex-start;
    padding: 10px;
  }
  .section_feature .full .list .item .icon {
    background: rgba(20, 101, 216, .1);
    padding: 10px;
    border-radius: 14px;
    flex: 1;
  }
  .section_feature .full .list .item .info {
    margin-left: 15px;
    flex: 12;
  }
  .section_feature .full .list .item .info h4 {
    margin: 0 0 8px;
    font-size: 18px;
  }
  .section_statistic {
    padding: 30px 0;
  }
  .section_statistic h3 {
    font-size: 24px;
  }
  .section_statistic .list {
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .section_statistic .list .item {
    flex: 50%;
    margin-top: 30px;
  }
  .section_statistic .list .item h4 {
    font-size: 28px;
  }
  .section_statistic .list .item p {
    line-height: inherit;
    font-size: 14px;
  }
  .section_banner {
    padding: 30px 0;
  }
  .section_banner .col-full {
    padding: 20px;
    border-radius: 20px;
  }
  .section_banner .col-full h2 {
    margin: 15px 0;
    font-size: 24px;
  }
  .section_banner .col-full p {
    font-size: 17px;
  }
  .section_banner .col-full a {
    font-size: 17px;
  }
  .section_banner.full-width {
    padding: 30px 0;
  }
  .section_banner.full-width .col-full {
    flex-direction: column;
  }
  .section_banner.full-width .col-full .left {
    text-align: center;
  }
  .section_banner.full-width .col-full .left h2 {
    font-size: 24px;
  }
  .section_banner.full-width .col-full .left p {
    font-size: 14px;
  }
  .section_apps {
    padding: 30px 0;
  }
  .section_apps h3 {
    font-size: 24px;
  }
  .section_apps .list {
    flex-direction: column;
  }
  .section_apps .list .item {
    flex: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
