*{
  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;
}

.blur_flo{
  position: relative;   
  color: black;
}

.header_effect{
  filter: contrast(58%) brightness(85%);
}

#header_img {
  max-width: 1366px;
  max-height:490px;
  width: 100%;
  height: 100%;
  outline: 5px solid white;
  outline-offset: -20px;
}

.tittle_header{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  font-family:'Trebuchet MS', sans-serif;
  font-weight:700;
  font-size:43px;
  color:#FFFFFF;
  text-align:center;
  width: 1000px;
}

/*DESCRIBE*/

.describe{
  margin-top: 10px;
  padding-bottom: 20px;
}

.content_describe{
  font-family:"Avenir LT Pro 35 Light", "Avenir LT Pro", sans-serif;
  font-weight:300;
  font-style:normal;
  font-size: 19px;
  line-height:28px;
  text-decoration: none;
  text-align: left;
}

.describe_img{
  width: 475px;
  height: 269px;
}

.pdf_scale{
  width: 55px;
  height: 55px;
  margin-left: 25px;
}

.pdf_link{
  font-family:"Avenir LT Pro 35 Light", "Avenir LT Pro", sans-serif;
  color: #4B73D2;
}

.pdf_link:hover{
  color: #4B73D2;
  text-decoration: underline;
}

/*OUR PRODUCT*/

.tittle_product{
  font-family:'Trebuchet MS', sans-serif;
  font-weight:700;
  font-size:30px;
  text-align:center;
  border-bottom: 5px solid #ccc;
  padding: 5px;
}

.tittle_content {
  width: 529px;
  height: 110px;
  background-color: rgba(85, 85, 85, 1);
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  line-height: 25px;
  font-size:22px;
  padding: 20px 20px 20px 30px;
  text-align: left;
  border: 0px;
  margin-left: -25px;
}

.tittle_content2{
  width: 529px;
  height: 110px;
  background-color: rgba(242, 242, 242, 0.988235294117647);
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 700;
  font-style: normal;
  color:rgba(85, 85, 85, 1);
  line-height: 25px;
  font-size:22px;
  padding: 20px 20px 20px 30px;
  text-align: left;
  border: 0px;
  margin-left: -25px;
}

.tittle_content3{
  width: 529px;
  height: 110px;
  background-color:rgba(242, 242, 242, 0.988235294117647);
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgba(85, 85, 85, 1);
  line-height: 25px;
  font-size:22px;
  padding: 20px 20px 20px 30px;
  text-align: left;
  border: 0px;
  margin-left: -25px;
}

.tittle_content4{
  width: 529px;
  height: 110px;
  background-color:rgba(242, 242, 242, 0.988235294117647);
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 700;
  font-style: normal;
  color:rgba(85, 85, 85, 1);
  line-height: 25px;
  font-size:22px;
  padding: 20px 20px 20px 30px;
  text-align: left;
  border: 0px;
  margin-left: -25px;
}

.tittle_content5{
  width: 529px;
  height: 110px;
  background-color: rgba(242, 242, 242, 0.988235294117647);
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 700;
  font-style: normal;
  color:rgba(85, 85, 85, 1);
  line-height: 25px;
  font-size:22px;
  padding: 20px 20px 20px 30px;
  text-align: left;
  border: 0px;
  margin-left: -25px;
}

.content_product {
  height: 550px;
  font-family: 'Avenir LT Pro 35 Light', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  text-align: justify;
  text-justify: inter-word;
  line-height: 32px;
  padding: 30px 40px 20px 40px;
  position: absolute;
  background-color: rgba(85, 85, 85, 1);
  width: 555px;
  margin-left: -26px;
}

.content_product2{
  height: 550px;
  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: 32px;
 padding: 30px 40px 20px 40px;
  position: absolute;
  background-color: rgba(85, 85, 85, 1);
  width: 555px;
  margin-left: -26px;
  display: none;
}

.content_product3{
  height: 550px;
  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: 32px;
  padding: 30px 40px 20px 40px;
  position: absolute;
  background-color: rgba(85, 85, 85, 1);
  width: 555px;
  margin-left: -26px;
  display: none;
}

.content_product4{
  height: 550px;
  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: 32px;
  padding: 30px 40px 20px 40px;
  position: absolute;
  background-color: rgba(85, 85, 85, 1);
  width: 555px;
  margin-left: -26px;
  display: none;
}

.content_product5{
  height: 550px;
  font-family: 'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #FFFFFF;
  text-align: justify;
  text-justify: inter-word;
  line-height: 30px;
  padding: 30px 40px 20px 40px;
  position: absolute;
  background-color: rgba(85, 85, 85, 1);
  width: 555px;
  margin-left: -26px;
  display: none;
}

/*SCALE DEPOSIT ANALYSIS*/

.tittle_scale{
  font-family:'Trebuchet MS', sans-serif;
  font-weight: 700;
  font-style:normal;
  font-size:35px;
  line-height: 26px;
  color:#7F7F7F;
  background-color: white;
  line-height: 26px; 
}

.content_scale{
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:300;
  text-align:justify;
  text-justify:inter-word;
  line-height:25px;
  font-size: 17px;
  padding: 50px 0px 50px 10px;
}

.img_scale{
  width: 439px;
  height: 221px;
}

/*POWER*/

.tittle_power{
  font-family:'Trebuchet MS', sans-serif;
  font-weight:700;
  font-size:35px;
  color:#4B73D2;
}

.content_power{
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:400;
  font-size:21px;
  line-height:36px;
  padding-top: 50px;
  height: 400px;
  margin-bottom: 70px;
}

.img_powerAtlas{
  width: 1080px;
  height: 628px;
}

.img_powerHydro{
  width: 1032px;
  height: 638px;
}

.img_powerLevius{
  width: 1078px;
  height: 628px;
}

.img_powerSahagin{
  width: 1067px;
  height: 620px;
}

.img_powerShiva{
  width: 940px;
  height: 653px;
}

/*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.2); 
  position: absolute;
  z-index: 2;
  height: 200px;
  width: 100%;
}

#header_img_insight {
  max-width:1280px;
  max-height:459px;
  width: 100%;
  height: 100%;
  margin-top: 55px;
}

.tittle_insight{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  font-family:'Trebuchet MS Bold', 'Trebuchet MS Regular', 'Trebuchet MS', sans-serif;
  font-weight:700;
  font-style:normal;
  font-size:40px;
  color:#FFFFFF;
}

.author{
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-weight:300;
  font-size:15px;
}

.img_author{
  width: 150px;
  height: 150px;
}

.content_img_insight{
  width: 100%;
  height: 100%;
  padding: 30px;
}

.release_date{
  font-family:'Arial Unicode MS Bold', 'Arial Unicode MS', sans-serif;
  font-weight:700;
  font-size: 20px;
}

.content_insight{
  font-family:'Avenir LT Pro 35 Light', 'Avenir LT Pro', sans-serif;
  font-size:15px;
  line-height:20px;
}

.box_content_atas{
  text-align: justify;
  background:inherit;
  border-radius:5px;
  width: 800px;
  height: 950px;
}

#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;
  }
  
  .content_describe{ 
    font-size: 15px; 
    line-height: revert;
  }

  .content_scale{
    font-size: 16px;
    line-height: 20px;
  }
}