@import url("https://fonts.googleapis.com/css?family=Lato");
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent; }

/* Header */
header {
  padding-top: 0px;
  margin-bottom: 0px; 
  margin-top:10%;
  margin-right:40%;
}
  header .container {
    position: relative;
  }
  header .contact-us {
    position: absolute;
    top: 0;
    font-family: "Lato", sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    right: 0; }
    header .contact-us:hover {
      color: #fff; }

    header .privacy {
        position: absolute;
        top: 0;
        font-family: "Lato", sans-serif;
        color: rgba(255, 255, 255, 0.7);
        font-size: 16px;
        right: 100px;
    }

    header .privacy:hover {
        color: #fff;
    }

/* Footer */
footer {
  background: #07252E;
  padding-top: 95px;
  padding-bottom: 125px; }
  footer h5 {
    font-size: 26px;
    color: #fff;
    font-family: "Lato", sans-serif;
    margin-bottom: 30px; }
  footer h6 {
    font-size: 16px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px; }
  footer p, footer a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Lato", sans-serif; }
  footer p {
    margin-bottom: 25px; }
  footer fieldset {
    border: 0;
    padding: 0;
    margin: 0; }
    footer fieldset .field {
      margin-bottom: 20px; }
      footer fieldset .field input {
        width: 100%;
        height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background: transparent;
        padding: 0 10px;
        font-size: 14px;
        color: #fff;
        font-family: "Lato", sans-serif; }
      footer fieldset .field ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff; }
      footer fieldset .field ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff; }
      footer fieldset .field :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff; }
      footer fieldset .field :-moz-placeholder {
        /* Firefox 18- */
        color: #fff; }
    footer fieldset .field-textarea textarea {
      border: 1px solid rgba(255, 255, 255, 0.5);
      background: transparent;
      height: 90px;
      width: 100%;
      resize: none;
      padding: 10px;
      font-size: 14px;
      color: #fff;
      font-family: "Lato", sans-serif;
      margin-bottom: 20px; }
    footer fieldset .field-textarea ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    footer fieldset .field-textarea ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    footer fieldset .field-textarea :-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    footer fieldset .field-textarea :-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    footer fieldset .actions button {
      background: #C41230;
      width: 160px;
      height: 40px;
      display: block;
      text-align: center;
      line-height: 40px;
      color: #fff;
      font-size: 14px; }

body {
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    background: #C41230;
}

h1, h2, h3, h4, h4, h5, h6 {
  margin: 0;
  cursor: default;
  font-weight: normal; }

a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none; }

p {
  margin: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

img {
  max-width: 100%; }

input,
textarea {
  outline: none;
  box-shadow: none; }

.form-login {
  position: absolute;
  right: 0;
  top: 40px; 
}
.form-login form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.form-login form fieldset .field {
    float: none;
    vertical-align: middle; 
}

.form-login form fieldset .field input {
    border: 1px solid #fff;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background: transparent;
    /*margin-right: 20px;
    padding-left: 12px;*/
    margin-top: 20px;
    width: 100%;
    font-family: "Lato", sans-serif; 
}

.form-login form fieldset .field ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}
      
.form-login form fieldset .field ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; 
}
.form-login form fieldset .field :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.form-login form fieldset .field :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; 
}

.form-login form fieldset .actions {
    float: none; 
}

.form-login form fieldset .actions button {
    display: block;
    height: 40px;
    background: #fff;
    color: #C41230;
    width: 100%;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    margin-top: 20px;
}

.modal-open {
  overflow: hidden; }



.banner {
    background: #C41230;
    position: relative;
    margin-bottom: 190px; 
}

/*.banner.h-150 {
    height: 130px;
    margin-bottom: 55px;
}*/

.banner.h-150 header {
    margin-bottom: 0; 
}

span.banner-icons {
    height: 650px;
    width: 100%;
    max-width: 1485px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

span.banner-icons .icon {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0.3; }

span.banner-icons .icon.left-search {
    top: 100%;
    width: 50px;
    height: 50px;
    background-image: url(../images/banner-icon/lupa-icon.png);
}

span.banner-icons .icon.left-web {
    top: 53.3%;
    left: 8.2%;
    width: 43px;
    height: 43px;
    background-image: url(../images/banner-icon/web-icon.png); }

span.banner-icons .icon.left-crossair {
    top: 4.5%;
    left: 20.2%;
    width: 14px;
    height: 14px;
    background-image: url(../images/banner-icon/cross-air-icon.png); }

span.banner-icons .icon.left-small-circumference {
    top: 40%;
    left: 12.8%;
    width: 9px;
    height: 9px;
    background-image: url(../images/banner-icon/circumference-small-icon-left.png); }

span.banner-icons .icon.left-big-circumference {
    top: 18.7%;
    left: 22.6%;
    width: 15px;
    height: 15px;
    background-image: url(../images/banner-icon/circumference-big-icon-left.png); }

span.banner-icons .icon.left-pencil {
    top: 41%;
    left: 20.2%;
    width: 65px;
    height: 65px;
    background-image: url(../images/banner-icon/pencil-icon.png); }

span.banner-icons .icon.right-play {
    top: 39%;
    left: 74.6%;
    width: 43px;
    height: 43px;
    background-image: url(../images/banner-icon/play-icon.png); }

span.banner-icons .icon.right-user {
    top: 21%;
    left: 87.5%;
    width: 51px;
    height: 51px;
    background-image: url(../images/banner-icon/user-icon.png); }

span.banner-icons .icon.right-map {
    top: 57%;
    left: 96.5%;
    width: 52px;
    height: 52px;
    background-image: url(../images/banner-icon/map-icon-right.png); }

span.banner-icons .icon.right-circumference {
    top: 47.3%;
    left: 84.2%;
    width: 11px;
    height: 11px;
    background-image: url(../images/banner-icon/circumference-icon-right.png); }

span.banner-icons .icon.right-circle {
    top: 63%;
    left: 88.2%;
    width: 6px;
    height: 6px;
    background-image: url(../images/banner-icon/circle-icon-right.png); }

span.banner-icons .text {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    max-width: 1285px;
    height: 240px;
    margin: 0 auto;
    background-image: url(../images/banner-icon/text.png); }

  .banner .banner-content p {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-family: "Lato", sans-serif;
    margin-bottom: 55px; }

  .banner .play-btn {
    height: 90px;
    width: 90px;
    border-radius: 90px;
    background: #354052;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    margin-top: -45px;
    right: 45px; }

    .banner .play-btn span {
      width: 15px;
      height: 20px;
      background: url(../images/icons/little-triangle.png) no-repeat;
      background-size: cover;
      position: absolute;
      top: 35px;
      left: 0;
      right: 0;
      margin: 0 auto; }


.slogan {
  text-align: center;
  margin-bottom: 35px;
  display: block;
  padding-top: 55px; }
  .slogan.privacy-page p {
    margin-bottom: 40px;
    text-align: justify; }
  .slogan h5 {
    font-size: 26px;
    color: #354052;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px; }
  .slogan p {
    font-size: 18px;
    color: #728096;
    font-family: "Lato", sans-serif;
    margin-bottom: 75px; }

.codevision-info {
  background: #EE2E24;
  padding-top: 95px;
  padding-bottom: 85px; }
  .codevision-info p {
    color: #fff;
    font-size: 18px;
    line-height: 1.67em;
    font-family: "Lato", sans-serif;
    padding-top: 30px; }

.modal-video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #354052; }
  .modal-video .close-modal {
    position: absolute;
    right: 50px;
    top: 0;
    border-radius: 100%;
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
    display: block !important;
    background: url("../images/icons/close-modal-video.png") no-repeat;
    background-size: 15px 15px;
    background-position: center center; }
  .modal-video .video-holder {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 50px;
    right: 0; }
    .modal-video .video-holder video,
    .modal-video .video-holder iframe {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: 0;
      height: 100%;
      max-width: 100%; }

form p.error {
  color: #f00;
  font-size: 14px; }

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s; }

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }

.loading {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  position: fixed;
  background: rgba(0, 0, 0, 0.7); }

.lds-ripple {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -32px;
  position: absolute; }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .banner {
    height: 590px;
    margin-bottom: 150px; }
    span.banner-icons {
      height: 205px;
      bottom: 0; }
      span.banner-icons .icon.left-search {
        top: 72%; }
  footer {
    padding-top: 55px;
    padding-bottom: 55px; }
    footer fieldset {
      margin-top: 25px; } }

@media screen and (max-width: 767px) {
  header .contact-us {
    right: 10px; }
  .form-login {
    position: static;
    margin-top: 25px; }
    .form-login form fieldset .field {
      width: 37.5%;
      padding-right: 10px; }
      .form-login form fieldset .field input {
        width: 100%;
        margin: 0; }
    .form-login form fieldset .actions {
      width: 25%; }
      .form-login form fieldset .actions a {
        width: 100%; }
  .slogan {
    padding-top: 85px; }
  .banner {
    height: 470px;
    margin-bottom: 135px; }
    span.banner-icons {
      display: none; }
    .banner .play-btn {
      height: 70px;
      width: 70px;
      margin-top: -35px; }
      .banner .play-btn span {
        top: 25px; } }
