*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0px;
  background-image:none;
  position:relative;
  margin-left:auto;
  margin-right:auto;
}

.row:before, .row:after {
  display: none !important;
}

a{
  text-decoration: none;
  box-shadow: none ;
}

a:hover{
  background-color: none;
  text-decoration: none;
}

.form_sketch {
  border-color:transparent;
  background-color:transparent;
}



/* ANIMATION */
.fading{
  opacity: 0;
}

.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-1000px, 0px, 0px);
  -webkit-transform: translate3d(-1000px, 0px, 0px);
  -o-transform: translate(-1000px, 0px);
  -ms-transform: translate(-1000px, 0px);
  transform: translate3d(-1000px, 0px, 0px);
}

.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(1000px, 0px, 0px);
  -webkit-transform: translate3d(1000px, 0px, 0px);
  -o-transform: translate(1000px, 0px);
  -ms-transform: translate(1000px 0px);
  transform: translate3d(1000px, 0px, 0px);
}

.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*NAVBAR*/

.navbar{
  background-color:rgba(242, 242, 242, 1);
}

.navbar-blok{
  height: 70px;
}

.navbar-menu{
  display: inline-block;
  padding-left: 0;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 700;
  font-size: 16px;
  background:inherit;
  background-color:rgba(255, 255, 255, 0);
  color: black;
  display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;
}

.navbar-menu:hover{
  color: #4B73D2;
}

.navbar-menu a{
  color: black;
}

.navbar-menu:hover> a{
  color: #4B73D2;
  background-color: none;
  text-decoration: none;
}

#logo_img {
  float: left;
  width: 210px;
  height: 40px;
}

ul.dropdown-menu{
  display: none;
  background-color: rgba(85, 85, 85, 1);
  padding: 0px;
  font-size: 17px;
  width: 300px;
  margin-top: 12px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  transition: 100ms;
}

.dropdown-menu:hover>a{
  background-color: rgba(242, 242, 242, 0.988235294117647);
}

.dropdown-menu>li>a:hover {
  color: black !important;
  font-size: 17px;
}

.img_home{
  height: 550px;
  width: 100%;
}

/*FOOTER*/
.content{
  font-family: 'Trebuchet MS', sans-serif;
  font-weight:400;
  font-style:normal;
  font-size: 15px;
  line-height: 17px;
  padding-top: 50px;
}

#gambar_logo_footer {
  margin-left: auto;
  border-width:0px;
  height:80px;
  /* position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); */
}

.content_logo_footer{
  margin-left: auto;
  color: #808080;
  font-size: 14px;
  font-style:normal;
  width: 350px;
  padding-left: 10px;
  /* height:0px;
  position: absolute;
  top: 65%;
  left: 62%;
  transform: translate(-20%, -50%);
  -webkit-transform: translate(-20%, -50%); */
}

/*HEADER IMAGE*/

.blur{
  position: relative;   
  color: black;
}

.header_effect{
  filter: contrast(55%) brightness(90%);
}

#header_img {
  max-height: 525px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  outline: 6px solid #ffffff;
  outline-offset: -20px;
}

.tittle_header{
  /* top: 54%;
  left: 52%;
  transform: translate(-70%, -50%);
  -webkit-transform: translate(-70%, -50%); */
  position: absolute;
  font-size: 45px;
  font-family: 'Trebuchet MS', sans-serif;
  font-weight:700;
  color:#FFFFFF;
  width: 900px;
  text-align: left;
  padding-top: 150px;
  padding-left: 60px;
  z-index: 1;
}

.tittle_header_company{
  top: 50%;
  left: 70%;
  transform: translate(-70%, -50%);
  -webkit-transform: translate(-70%, -50%);
  position: absolute;
  font-size: 80px;
  font-family: 'Trebuchet MS Bold', 'Trebuchet MS Regular', 'Trebuchet MS', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  width: 100%;
  max-width: 1920px;
  text-align: left;
  padding: 0px 50px;
}


.content_header{
  font-family: 'Avenir LT Pro 35 Light', sans-serif;
  font-weight:300;
  font-size:21px;
  color:#FFFFFF;
  line-height:27px;
  text-align: left;
  padding-top: 10px;
  padding-right: 200px;
}

/*CONTENT ATAS*/
.scrollDown {
  color: #fff;
}

.scrollDown img{
  color: #fff;
  width: 55px;
  height: 125px;
  margin-top: -40px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.arrowLeft{
  margin-left: -14%;
  height: 80px;
  width: 60px;
  color: #333;
  display: block;
  transform: rotate(180deg); /* Equal to rotateZ(45deg) */
  -webkit-transform: rotate(180deg);
}

.arrowRight{
  margin-right: -14%;
  height: 80px;
  width: 60px;
  color: #333;
  display: block;
}

.tittle_content{
  font-family: 'Trebuchet MS', sans-serif;
  font-weight:700;
  font-style:normal;
  font-size:35px;
  color:#7F7F7F;
  padding-top: 75px;
}

.tittle_contentHeader{
  font-family: 'Trebuchet MS', sans-serif;
  font-weight:700;
  font-style:normal;
  font-size:35px;
  color:#7F7F7F;
  padding-top: 25px;
  padding-bottom: 12px;
  padding-left: 20px;
}

.box_content_atas{
  text-align: justify;
  background:inherit;
  border-radius:40px;
  width: 800px;
  padding: 0px 20px;
}

.img_content_atas {
  width: 331px;
  height: 209px;
  /*padding: 0px 30px;*/
}

.tittle_isi_content{
  font-family: 'Trebuchet MS', sans-serif;
  font-size:20px;
  font-weight:700;
  font-weight: bold;
  text-align:center;
  padding: 0px 15px;
  height: 50px;
  text-align: center;
  color: #333333;
}

.tittle_isi_content:hover{
  color: rgb(75, 115, 210);
}

/* Konten Modular */
.isi_content_atas{
  height:230px;
  font-family:'Avenir LT Pro 35 Light', sans-serif;
  font-style:normal;
  font-weight:100;
  font-size:18px;
  text-align:justify;
  text-justify:inter-word;
  line-height:27px;
  padding: 0px 20px;
  margin-top: -20px;
}

.shadow {
  -webkit-box-shadow: 3px 3px 5px 6px #333;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #333;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #333;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}


/*CONTENT BAWAH*/

.content_bawah_tittle_box{
  width: 1000px;
  height:80px;
  background-color:rgba(242, 242, 242, 1);
  margin-top: 20px;
  margin-bottom: 25px;
  margin-right: 100px;
}

.tittle_content_bawah{
  font-family:'Trebuchet MS', sans-serif;
  font-weight:700;
  font-size:24px;
  color:#555555;
  padding-left: 42%;
}

.content_bawah{
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:300;
  text-align:justify;
  text-justify:inter-word;
  line-height:24px;
  font-size: 17px;
}

.content_bawah a:hover{
  color: #4B73D2;
  text-decoration: underline;
}

.img_content_bawah{
  width:500px;
  height:280px;
  max-height: 280px;
  right: 0%;
  position: absolute;
}

.link:hover{
  color: #4B73D2;
  text-decoration: none;
}
/*OPEN*/  /*CONTAINERIZED TECH*/

/*DESCRIBE*/

#describe {
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:300;
  font-style:normal;
  font-size:13px;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 50px;
}

.img_containerized_tech{
  width:600px;
  height:350px;
}

.title_containerized_tech{
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:700;
  font-style:normal;
  color:black;
  font-size: 45px;
}

.content_containerized_tech{
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:300;
  font-style:normal;
  font-size:25px;
  color:#565656;
  text-align: justify;
  padding-bottom: 50px;
}

/*CLOSE*/  /*CONTAINERIZED TECH*/

/*OPEN*/  /*INSIGHT*/

.img_insight{
  position: relative;   
  color: black;
}

.header_effect_insight{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /* background-color: rgba(0,0,0, 0.4); */
  background-color: rgba(51, 51, 51, 0.454901960784314);
  position: absolute;
  z-index: 2;
  height: 300px;
  width: 100%;
}

#header_img_insight {
  width: 100%;
  height: 525px;
  max-width: 1920px;
}

.tittle_header_insight{
  top: 50%;
  left: 40%;
  transform: translate(-70%, -50%);
  -webkit-transform: translate(-70%, -50%);
  position: absolute;
  font-family:'Trebuchet MS Bold', 'Trebuchet MS Regular', 'Trebuchet MS', sans-serif;
  font-weight:700;
  font-size:80px;
  color:#FFFFFF;
  text-align: left;
  width: 900px;
}

.content_header_insight{
  font-family:'Avenir LT Pro 35 Light', sans-serif;
  font-weight:5;
  font-size:27px;
  color:#FFFFFF;
  line-height:24px;
  text-align: left;
  border-top: 3px solid #f1f1f1;
  padding-top: 10px;
}

/*CONTENT*/

.content_img_insight{
  padding-left: 200px;
  width:100%;
  height:100%;
}

.content_sub_tittle{
  padding-right: 100px;
  font-family:'Trebuchet MS Bold', 'Trebuchet MS Regular', 'Trebuchet MS', sans-serif;
  font-weight:700;
  font-size:19px;
}

.tittle_content_insight{
  padding-right: 100px;
  font-family:'Trebuchet MS Bold', 'Trebuchet MS Regular', 'Trebuchet MS', sans-serif;
  font-weight:700;
  font-size: 24px;
}

.content_insight{
  padding-right: 100px;
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:300;
  font-style:normal;
  font-size:17px;
  line-height:25px;
}

/*PAGINATION*/

.pagination { 
  display: inline-block; 
} 
  
.pagination a {
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:300;
  font-size:13px;
  color:#555555;
  color: black;  
  padding: 8px 10px;
  text-decoration: none; 
} 

.pagination a.active { 
  border-radius:50%;     
}

.pgn:hover:not(.active) {
  color: #fff;  
  background-color: #4B73D2; 
  border-radius:50%; 
} 

/*CLOSE*/  /*INSIGHT*/

/*OPEN*/  /*ABOUT US*/

.header_effect_contact{
  filter: contrast(80%) brightness(85%);
}

.describe_about_us_text{
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:300;
  font-size:22px;
  color:#000000;
  line-height:35px;
}

.describe_about_us_tittle{
  font-size: 30px; 
  border-bottom: 5px solid #ccc; 
  margin: -30px 0px 10px 0px;
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:300;
  color:#000000;
  line-height:35px;
}


.box_content_about_us {
  font-family:'Trebuchet MS', sans-serif;
  font-weight:700;
  font-style:normal;
  font-size:30px;
  color:#D7D7D7;
  padding-bottom: 20px; 
}

.tittle_content_about_us{
  border-bottom: 5px solid #ccc; 
  padding: 15px 20px;
}

.img_about_us{
  width: 80px;
  height: 80px;
  margin:auto;
}

.img_about_us_w{
  width: 125px; 
  height: 80px;
  margin:auto;
}

.sub_content_about_us{
  font-family:'Trebuchet MS', sans-serif;
  font-weight:700;
  font-size:20px;
  color:#FFFFFF;
  text-align:center;
  height: 65px;
  width: 250px;
}

.content_about_us{
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:300;
  font-size:18px;
  color:#FFFFFF;
  text-align:justify;
  text-justify:inter-word;
  line-height:23px;
}

.tittle_business{
  font-family:'Trebuchet MS', sans-serif;
  font-weight:700;
  font-size:30px;
  padding:50px;
}

.content_business{
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:300;
  font-size:18px;
  line-height:25px;
}

.img_business{
  margin-left: 150px;
  width: 350px;
  height: 100px;  
}

.map{
  position: absolute; 
  width: 100%; 
  height: 580px;
  margin-left: 14px;
  z-index: 1;
}

.map2{
  position: absolute; 
  width: 100%; 
  height: 580px;
  margin-left: 14px;
  display: none;
  z-index: 1;
}

.map3{
  position: absolute; 
  width: 100%; 
  height: 580px;
  margin-left: 14px;
  display: none;
  z-index: 1;
}

.map > *{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.map2 > *{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.map3 > *{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.content_map{
  background-color:rgba(242, 242, 242, 1);
  font-family:'Trebuchet MS', sans-serif;
  font-style:normal;
  font-weight: 700;
  line-height:30px;
  padding: 25px 15px;
  font-size: 15px;
  height: 180px;
}

.content_map2{
  background-color:rgba(242, 242, 242, 1);
  font-family:'Trebuchet MS', sans-serif;
  font-style:normal;
  font-weight: 700;
  line-height:30px;
  padding: 25px 15px;
  font-size: 15px;
  height: 180px;
}

.content_map3{
  background-color:rgba(242, 242, 242, 1);
  font-family:'Trebuchet MS', sans-serif;
  font-style:normal;
  font-weight: 700;
  line-height:30px;
  padding: 25px 15px;
  font-size: 15px;
  height: 180px;
}

.content_map:hover>span{
  color: #4B73D2; 
}

.content_map2:hover>span{
  color: #4B73D2; 
}

.content_map3:hover>span{
  color: #4B73D2; 
}

.map3_desc{
  font-family:'Avenir LT Pro 35 Light', sans-serif;
  font-size: 18px;
  font-weight: 300;
}
/*CLOSE*/  /*ABOUT US*/

/*SLIDER*/

/* Image Dream */
#header_img_contact{
  width: 100%;
  height: 100%;
  max-width: 1920px;
}

.tittle_header_contact{
  top: 60%;
  left: 70%;
  transform: translate(-70%, -50%);
  -webkit-transform: translate(-70%, -50%);
  position: absolute;
  font-size: 60px;
  font-family:'Trebuchet MS Bold', 'Trebuchet MS Regular', 'Trebuchet MS', sans-serif;
  font-weight:700;
  color:#FFFFFF;
  width: 100%;
  max-width: 1920px;
  text-align: center;
  padding: 0px 50px;
  font-style: italic;
}

/*MODULAR*/


.carousel_box{
  position: relative;
  text-align: center;
  max-width: 1920px;
  margin: auto;
}

.tittle_header_modular{
  top: 52%;
  left: 57%;
  transform: translate(-70%, -50%);
  -webkit-transform: translate(-70%, -50%);
  position: absolute;
  font-family:'Trebuchet MS', sans-serif;
  font-weight:700;
  font-size:80px;
  color:#FFFFFF;
  text-align: left;
  width: 1000px;
}

#header_img_modular {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  max-height: 530px;
}

.header_img_modular_img {
  width: 100%;
  height: 530px;
}

.content_header_modular{
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:400;
  font-size:21px;
  color:#FFFFFF;
  line-height:30px;
  text-align: left;
  padding-top: 28px;
  padding-right: 230px;
}

.tittle_isi_contentModular{
  font-family: 'Trebuchet MS', sans-serif;
  font-size:20px;
  font-weight:700;
  font-weight: bold;
  text-align:center;
  padding: 0px 15px;
  height: auto;
  text-align: center;
  color: #333333;
}

.tittle_isi_contentModular:hover{
  color: #4B73D2;
}


#wabtn{
  position:fixed;
  width:60px;
  height:60px;
  bottom:25px;
  right:25px;
}

#wabtn img{
  width:100%;
  height:100%;
}


@media (max-width: 768px){
  .dropdown-menu{
    border:none !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 0 !important;
  }

  .dropdown-menu a{
    width: 350px;
  }

  .carousel-control-prev {
    margin-left: 0px !important;
    margin-bottom: 0px !important;  
  }

  .carousel-control-next {
      margin-right: 0px !important;
      margin-bottom: 0px !important;
  }
}