/***Default Setting**/

* {
  margin:0;
  padding:0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

body{
  margin:0;
  padding:0;
  background-color:white;
    
}

.clearfix{
  clear:both;
}

img.fit{
  display:block;
  width:100%;
  height:auto;

}

/**Header**/
.header{
  width:100%;

}

.megas{
  width:25%;
  margin-left:4%;
}

p.title {
  width:150%;
  color:#999999;
  font-size:2em;
  font-style:italic;
  margin-bottom:4%;
 

}


/**SECTION 1**/
#menufull{
  width:100%;
  background-color:#555555;
 

}


#menu {
  width:82%;
  margin:0 auto;
  font-family: 'Trirong', serif;
    
}
.navbar {
  overflow: hidden;
  background-color: #555555; 
 
}

.navbar a {
  float: left;
  font-size: 1.2em;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float: left;
  overflow: hidden;

}

.subnav .subnavbtn {
  font-size: 1.2em;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: #76bc32;

}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #ccc;
  width: 100%;
  z-index: 1;



}

.subnav-content a {
  float:left;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 1px;
  background-color: #ccc;
  

}

.column a {
  float: none;
  color: black;
  padding: 0.7px;
  margin-left:4%;
  text-decoration: none;
  display: block;
  font-size: 1.2em;
 

}

h8{
  margin-left:3%;
  font-size: 1.2em;
  font-weight: bold;
  margin-top:1%;
  

}

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.desc {
  padding: 15px;
  text-align: center;
}

/**SECTION 2**/
.gambarpjg{
  width:99%;
  margin-top:1%;
  margin-left:1%;

  
  
}
  
/**SECTION 3**/


#content{
  width: 100%;
  font-family:calibri;
  font-size:2em;
  margin-top:3%;


}

.pic1{
  width:45%;
  margin-left: 5%;
  float:left;
}

.solution1{
  width:45%;
  margin-left:1%;
  float:left;

}


p.head{
  font-family: 'Trirong', serif; 
  color:#923C11;
  text-align:center;

}

ul.text1{
 font-family: 'Trirong', serif;
  font-size:1em;
  color:black;
  margin-top:1.0%;
  margin-left: 35%;

}


/**SECTION 4**/

.box{
  width:100%;
  margin:3% auto;
  background-color:white;
  font-family: 'Trirong', serif;

}

.col{
  width:25%;
  margin-left:7%;
  background-color:#white;
  float:left;
  overflow:hidden;

}

.col4{
  margin-right:0;

}

.cover{
  width:100%;
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  transition:0.5s;

}

.cover:hover{
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  transform:scale(1.1); 
}


p.text2{
 
  font-size: 1.1em;
  color:#060200;
  margin-top:1.0%;
  text-align:justify;
  
}



/**SECTION 5**/
.divfull{
  width:100%;
  background-color:#CFC9C9;
   
}
  
.div{
  width:1200px;
  margin:0 auto;
  
 
}

.petak{
  width:32%;
  margin-left:1%;
  float:left;
  overflow:hidden;

}

.petak2{
  width:30%;
  margin-left:1%;
  padding-left:5%;
  float:left;


}

.petak3{
  width:35%;
  float:left;
  padding-left:9%;
  margin-bottom:2%;
}


h1{
  font-family: 'Trirong', serif;
  font-size:1.5em;
  color:#923C11;
  margin-top:3%;
}


p.text3{

  font-family: 'Trirong', serif;
  font-size:1em;
  color:#060200;
  text-align:justify;
  
}


ul.list3{
  list-style-image:url('images/phone.png');
  font-family: 'Trirong', serif;
  font-size:1em;
  color:#060200;
  text-align:justify;
  list-style-position:inside;
}



ul.list4{
  list-style-image:url('images/fax.png');
  
}

ul.list5{
  list-style-image:url('images/email.png');
  text-decoration:none;
  color:black;
  display:inline-block;
}


a.mail{
  text-decoration:none;
  color:green;
}


ul.list6{
  list-style-image:url('images/fb.png');
  display:inline-block;

}

a.facebook{
  text-decoration:none;
  color:black;
}


ul.list7{
  list-style-image:url('images/linkedIn.png');
  display:inline-block;

}

a.link{
  text-decoration:none;
  color:black;
}



/**SECTION 6**/

#footerfull{
  width:100%;
  height: 100%;
 
}

#footer{
  width:100%;
  margin:0 auto;
  padding:1% 0;
  text-align:center;
  font-size: 1em;
 

}







