* {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
  font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.6;
}

a {
  text-decoration: none;
}

.fade-in {
  -webkit-animation: fadeIn 2s;
          animation: fadeIn 2s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-scroll {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.fade-scroll.appear {
  opacity: 1;
}

.current {
  font-weight: bold;
}

.navigation {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .container {
  width: 90%;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.navigation .container .logo {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation .container .logo .ISOlogo {
  margin-left: 20px;
  width: 100%;
}

.navigation .container .logo .ISOlogo img {
  width: 25%;
}

.navigation .container .logo a img {
  width: 100px;
}

.navigation .container .mobile {
  width: 50px;
  margin-left: auto;
  /* ANIMATION */
}

.navigation .container .mobile .btn {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .container .mobile .btn .btn__burger {
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .container .mobile .btn .btn__burger::before, .navigation .container .mobile .btn .btn__burger::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .container .mobile .btn .btn__burger::before {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.navigation .container .mobile .btn .btn__burger::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.navigation .container .mobile .btn.open .btn__burger {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navigation .container .mobile .btn.open .btn__burger::before {
  -webkit-transform: rotate(45deg) translate(35px, -35px);
          transform: rotate(45deg) translate(35px, -35px);
}

.navigation .container .mobile .btn.open .btn__burger::after {
  -webkit-transform: rotate(-45deg) translate(35px, 35px);
          transform: rotate(-45deg) translate(35px, 35px);
}

.navigation .container .menu {
  width: 50%;
  margin: 0 auto;
  height: 0px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .container .menu ul li {
  list-style: none;
  margin: 5px 0;
}

.navigation .container .menu ul li a {
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navigation .container .menu ul li a:hover {
  color: #2012c4;
}

.footer {
  color: white;
}

.footer .container {
  background: #152238;
  padding: 50px 0;
  width: 100%;
}

.footer .container .contact-detail {
  width: 90%;
  margin: 0 auto;
}

.footer .container .contact-detail .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .container .contact-detail .detail h3 {
  margin-left: 2rem;
  font-size: 0.8em;
}

@media only screen and (min-width: 770px) {
  .navigation .container .logo {
    width: 50%;
  }
  .navigation .container .logo .ISOlogo {
    margin-left: 20px;
    width: 100%;
  }
  .navigation .container .logo .ISOlogo img {
    width: 13%;
  }
  .navigation .container .mobile {
    display: none;
    width: 0;
  }
  .navigation .container .menu {
    margin: 0;
    overflow: visible;
    height: auto;
  }
  .navigation .container .menu ul {
    width: 90%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .navigation .container .menu ul li {
    width: 100px;
    margin: 0 10px;
  }
  .footer .container .contact-detail {
    width: 90%;
  }
  .footer .container .contact-detail .detail h3 {
    font-size: 1.2em;
  }
}

.wrapper-image {
  position: relative;
  color: white;
}

.wrapper-image img {
  width: 100%;
  display: block;
}

.wrapper-image .wrapper {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  height: 100%;
}

.wrapper-image .wrapper .hero {
  width: 100%;
  text-align: center;
}

.about-us {
  margin: 60px 0;
}

.about-us .container {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.about-us .container .title {
  margin: 10px 0;
}

.about-us .container .richline {
  margin: 10px 0;
}

.about-us .container .richline span {
  font-weight: bold;
}

.vismis {
  background: white;
  border: 2px solid white;
}

.vismis .container {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vismis .container .vision {
  width: 90%;
  margin: 0 auto;
  border-top: 3px solid #4169e1;
}

.vismis .container .vision .title {
  width: 50%;
  margin: 20px auto;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid black;
}

.vismis .container .vision .title h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.vismis .container .vision .desc {
  margin: 50px 0;
  width: 80%;
  margin: 50px auto;
  text-align: center;
}

.vismis .container .vision .desc h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.vismis .container .mission {
  width: 90%;
  border-bottom: 3px solid #ff0000;
  margin: 0 auto;
}

.vismis .container .mission .title {
  width: 50%;
  margin: 20px auto;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid black;
}

.vismis .container .mission .title h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.vismis .container .mission .desc {
  margin: 10px 0;
  width: 80%;
  margin: 50px auto;
  text-align: center;
}

.vismis .container .mission .desc h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.freight .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.freight .container .left-col {
  width: 100%;
}

.freight .container .left-col .text-wrapper {
  margin: 10px auto;
  background: #dcdcdc;
  border-radius: 25px;
  width: 90%;
  text-align: center;
  padding: 20px 0;
}

.freight .container .left-col .text-wrapper .title {
  margin: 0px 20px;
  border-bottom: 2px solid black;
}

.freight .container .left-col .text-wrapper .title h2 {
  font-size: 1.2em;
}

.freight .container .left-col .text-wrapper .desc {
  margin: 20px;
}

.freight .container .left-col .text-wrapper .desc p {
  font-size: 0.8em;
}

.freight .container .right-col {
  display: none;
}

.kargo .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kargo .container .left-col {
  display: none;
}

.kargo .container .right-col {
  width: 100%;
}

.kargo .container .right-col .text-wrapper {
  margin: 10px auto;
  background: #dcdcdc;
  border-radius: 25px;
  width: 90%;
  text-align: center;
  padding: 20px 0;
}

.kargo .container .right-col .text-wrapper .title {
  margin: 0px 20px;
  border-bottom: 2px solid black;
}

.kargo .container .right-col .text-wrapper .title h2 {
  font-size: 1.2em;
}

.kargo .container .right-col .text-wrapper .desc {
  margin: 20px;
}

.kargo .container .right-col .text-wrapper .desc p {
  font-size: 0.8em;
}

.niaga .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.niaga .container .left-col {
  width: 100%;
}

.niaga .container .left-col .text-wrapper {
  margin: 10px auto;
  background: #dcdcdc;
  border-radius: 25px;
  width: 90%;
  text-align: center;
  padding: 20px 0;
}

.niaga .container .left-col .text-wrapper .title {
  margin: 0px 20px;
  border-bottom: 2px solid black;
}

.niaga .container .left-col .text-wrapper .title h2 {
  font-size: 1.2em;
}

.niaga .container .left-col .text-wrapper .desc {
  margin: 20px;
}

.niaga .container .left-col .text-wrapper .desc p {
  font-size: 0.8em;
}

.niaga .container .right-col {
  display: none;
}

@media only screen and (min-width: 770px) {
  .wrapper-image .wrapper {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    height: 100%;
  }
  .wrapper-image .wrapper .hero {
    width: 50%;
    text-align: center;
  }
  .wrapper-image .wrapper .hero .brand .text-container h1 {
    font-size: 5em;
  }
  .about-us {
    margin: 80px 0;
  }
  .about-us .container {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .about-us .container .title {
    margin: 10px 0;
  }
  .about-us .container .richline {
    margin: 10px 0;
  }
  .about-us .container .richline p {
    line-height: 1.6;
  }
  .about-us .container .richline p span {
    font-weight: bold;
  }
  .vismis .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .vismis .container .vision {
    width: 50%;
  }
  .vismis .container .vision .desc {
    width: 60%;
  }
  .vismis .container .mission {
    width: 50%;
  }
  .vismis .container .mission .desc {
    width: 60%;
  }
  .freight .container .left-col {
    width: 50%;
  }
  .freight .container .left-col .text-wrapper {
    margin: 0px auto;
    background: #f2f2f2;
    width: 70%;
    padding: 0;
  }
  .freight .container .left-col .text-wrapper .title {
    margin: 20px 0;
  }
  .freight .container .left-col .text-wrapper .title h2 {
    font-size: 1.8em;
  }
  .freight .container .left-col .text-wrapper .desc {
    margin: 20px 0;
  }
  .freight .container .left-col .text-wrapper .desc p {
    font-size: 1em;
  }
  .freight .container .right-col {
    display: block;
    width: 50%;
  }
  .freight .container .right-col img {
    width: 100%;
    display: block;
  }
  .kargo {
    background: white;
  }
  .kargo .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kargo .container .left-col {
    display: block;
    width: 50%;
  }
  .kargo .container .left-col img {
    width: 100%;
    display: block;
  }
  .kargo .container .right-col {
    width: 50%;
  }
  .kargo .container .right-col .text-wrapper {
    margin: 0px auto;
    background: white;
    width: 70%;
  }
  .kargo .container .right-col .text-wrapper .title {
    margin: 20px 0;
  }
  .kargo .container .right-col .text-wrapper .title h2 {
    font-size: 1.8em;
  }
  .kargo .container .right-col .text-wrapper .desc {
    margin: 20px 0;
  }
  .kargo .container .right-col .text-wrapper .desc p {
    font-size: 1em;
  }
  .niaga .container .left-col {
    width: 50%;
  }
  .niaga .container .left-col .text-wrapper {
    margin: 0px auto;
    background: #f2f2f2;
    width: 70%;
    padding: 0;
  }
  .niaga .container .left-col .text-wrapper .title {
    margin: 20px 0;
  }
  .niaga .container .left-col .text-wrapper .title h2 {
    font-size: 1.8em;
  }
  .niaga .container .left-col .text-wrapper .desc {
    margin: 20px 0;
  }
  .niaga .container .left-col .text-wrapper .desc p {
    font-size: 1em;
  }
  .niaga .container .right-col {
    display: block;
    width: 50%;
  }
  .niaga .container .right-col img {
    width: 100%;
    display: block;
  }
}
/*# sourceMappingURL=about.css.map */