#heroCarousel .carousel-item img {
    object-fit: cover;
    object-position: center;
    height: 90vh;
    overflow: hidden;
    -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
}

#container{
    display: flex;
    /* border: 1px solid #333; */
}

#container section {
    padding: 5px;
}

.heroKiri{
    background: white;
    width: 50%;
}

.heroKanan {
    background: white;
    width: 50%;
    height: 100vh;
}
.logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
hr {
    height:20px;
    border-width:0;
    color:blue;
    background-color:blue
    /* display: block;
    height: 20px;
    border: 0;
    border-top: 25px solid blue;
    margin: 1em 0;
    padding: 0;
    background-color:blue;
    color: blue; */
}
.rcorners1 {
    border-radius: 25px;
    /* background: #73AD21; */
    padding: 0; 
    width: 20%;
    height: 120%;  
}
.background {
    background-image: url('/assets/img/slide/slide-1.png');
    /* background-size: 150px; */
    background-position: center right;
    width: 30%;
    height: 100%;
    z-index: 99999;
}

.timeline {
    width: 100%;
    height: 380px;
    padding: 20px;
    position:relative;
    box-sizing: border-box;
    background: #0099FF;
    overflow: auto;
    display: flex;
}
.timieline-title {
    font-size: 1.5em;
    font-weight: bold; 
}
.timeline-content {
    max-width: 300px;
    height: 150px;
    padding: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    align-self: flex-start;
    background: #FFF;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0, 0.2);
}
.timeline-content:before {
    position: absolute;
    width: calc(100% + 14px);
    height: 4px;
    top: calc(100% + 10px);
    background: #FFF;
    content: "";
    left: -7px;
    border-radius: 5px;
}

.timeline-content:after {
    position: absolute;
    width: 4px;
    height: 25px;
    top: 100%;
    left: calc(50% - 10px);
    background: #FFF;
    content: "";
}
.timeline-period {
    position: absolute;
    top: calc(100% + 25px);
    background: #FFF;
    padding: 10px;
    width: 100px;
    text-align:center;
    border-radius: 10px;
    left: calc(50% - 60px);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0, 0.2);
}
.timeline-period:before {
    width: 15px;
    height: 15px;
    background: #FFF;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: -20px;
    left: calc(50% - 6px);
    z-index: 2;
}

.timeline-content:nth-child(even) {
    align-self: flex-end;
}
.timeline-content:nth-child(even):before {
    top: -15px; 
}
.timeline-content:nth-child(even):after {
    top: -25px;
}
.timeline-content:nth-child(even) .timeline-period {
    top: -60px;
}
.timeline-content:nth-child(even) .timeline-period:before {
    top: calc(100% + 2px);
}

  .row-gallery {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    /* padding: 0 4px; */
  }

  .column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    max-height: 25%;
    /* padding: 0 4px; */
  }
  
  .column img {
    /* margin-top: 8px; */
    vertical-align: middle;
    /* max-width: 100%;
    max-height: 15%; */
    /* width: 100%;
    height: 100%; */
    width: 400px;
    height: 400px;
    /* -webkit-mask-image:-webkit-gradient(linear, top, bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0))); */
    /* mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0)); */
    /* mask-image: radial-gradient(farthest-side,rgba(0,0,0,1), rgba(0,0,0,0)); */
  }
  .column1 {
    -ms-flex: 33%; /* IE10 */
    flex: 33%;
    max-width: 33%;
    /* padding: 0 4px; */
  }
  
  .column1 img {
    /* margin-top: 8px; */
    vertical-align: middle;
    width: 100%;
    height: 100%;
    /* -webkit-mask-image:-webkit-gradient(linear, top, bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0))); */
    /* mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0)); */
    /* mask-image: radial-gradient(farthest-side,rgba(0,0,0,1), rgba(0,0,0,0)); */
  }
  
  .column2 {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
    /* padding: 0 4px; */
  }
  
  .column2 img {
    /* margin-top: 8px; */
    vertical-align: middle;
    width: 50%;
    height: 100%;
    /* -webkit-mask-image:-webkit-gradient(linear, top, bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0))); */
    /* mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0)); */
    /* mask-image: radial-gradient(farthest-side,rgba(0,0,0,1), rgba(0,0,0,0)); */
  }

    
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
    .column1 {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
    .column2 {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
      max-height: 100%;
    }
    .column2 {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }

.client{
    padding: 5px;
}

  .client .clients-wrap {
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    background: white;
  }
  .client .client-logo {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-right: 1px solid #ececec; */
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    background: #fff;
    width: 100%;
  }
  .client .client-logo img {
    transition: all 0.3s ease-in-out;
    height: 100px;
    filter: grayscale(100%);
    width: 150px;
  }
  .client .client-logo:hover img {
    filter: none;
    transform: scale(1.1);
  }


.product {  
    max-width: 100%;
    max-height: 100%;
    padding: 0 20px;
}

.product .containerProduct {
  position: relative;
  text-align: center;
  color: white;
}

.product .containerProduct .img {
  width: 400px;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: white;
}

/* .logo img {
    -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
} */