body {margin:auto; background-color:#ffffff; width:100%; height:100%;}
h1 {padding:0px; margin:2px;}
h2 {padding:0px; margin:2px;}
h3 {padding:0px; margin:2px;}
h4 {padding:0px; margin:2px;}
ul {margin-left: 0; padding-left: 2em;}
li {margin: 0; padding: 0;}
ol {margin-left: 0; padding-left: 2em;}

@import url(//fonts.googleapis.com/css?family=Droid+Sans);
@import url(//fonts.googleapis.com/css?family=PT+Sans);
@import url(//fonts.googleapis.com/css?family=Tinos);

/* ======== Start home ======== */
.home-title{	
	margin-top: 30px;
	color: #95D056;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}
.home-brief{
	color: #606060;
	font-size: 16px;
	font-family: 'Tinos', serif;
	line-height: 30px
}

/* start thumb */
.box-press{
	margin: auto;
	width: 24%; 
	padding: 6px 2px 2px 2px;
}
.thumb-press-type-1{  
	border: 1px dotted #CCCCCC;  
}
.thumb-press-card{
	margin: auto;
	width: 90%;  
	padding: 5px 0 5px 0;  
}
.thumb-press-type-1:hover{
	border: 1px dotted #666666;
}
.title-thumb-press{
	color: #606060;
	font-size: 15px;
	font-family: 'Tinos', serif;
	line-height: 30px;  
	text-decoration: none;
}
.image-thumb-press{
  width: 100%
}
/* end thumb product */

/* contact */
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="number"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}
#contact {
  max-width: 100%;
  margin-left: auto;
}
#contact h3 {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
}
#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
}
fieldset {
  border: medium none !important; 
  padding: 0 0 10px 0 !important;
  max-width: 90%;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="number"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  height: 20px;
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;  
  padding: 10px;
}
#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}
#contact textarea {
  height: 150px;
  max-width: 100%;
  resize: none;
}
#contact button[type="submit"] {
  cursor: pointer;
  width: 20%;  
  border:1px solid #cccccc;
  background: #ffffff;
  color:#6666666;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}
#contact button[type="submit"]:hover {
  /*background: #43A047;*/
  background: #cccccc;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;  
}
#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}/* =========== Start container ======== */
::-webkit-input-placeholder{color: #888;}
:-moz-placeholder{color: #888;}
::-moz-placeholder{color: #888;}
:-ms-input-placeholder{color: #888;}

.box-contact {
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 20px;
  border-radius: 5px;
  border: 0px solid #FF9B71;
  padding: 10px;  
}
/* =========== End home ========== */

/* =========== Start container ======== */
.box{
  margin: auto;
  width: 90%;
}
.box-left{
  background-color:#ffffff;
  margin-left: 0px;
  width: 250px;
  position:fixed;
  border:1px solid #ffffff
}
.box-right{
  background-color:rgba(252, 252, 252, 0.904);
  margin-left: 250px;
  border:1px solid #fcfcfc;
}
/* =========== End container ======== */

/* =========== Start left menu ======== */
.box-avatar{ 
  margin: auto;
  width: 200px;
}
.image-avatar{
  width: 200px;
  height: 200px;
  margin-top: 10px;
  border-radius: 50%;  
}
.image-avatar:hover{
	opacity:0.9;	
}
.title-avatar{  
  margin-top: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #666666;
  font-size: 20px;
  font-weight: bold;
}
ul.left-menu{	
	width: 100%;
	padding: 0px;
	margin-left: 65px;;
	list-style: none;
}
ul.left-menu li{	
	list-style: none;	
	height: 40px;	
}
ul.left-menu li.odd a{
	font-family: 'Open Sans', sans-serif;
	display: block;
	line-height: 70px;
	color: #95D056;
	text-decoration: none;	
  font-size: 15px;	
  font-weight: bold;
}
ul.left-menu li.odd a:hover{  
  color: #79B933;
}
/* == End left menu */

/* == Start page detail */
.box-sub-left{
  left: 0;
  float: left;
  width:55%;
}
.box-sub-right{
  float: right;
  width: 44%;
}
.box-sub-right-fixed{
  position: fixed;
  width: 30%;
}
.box-sub-right-fixed-content{
  margin-bottom: 20px;
}
.box-sub-right-fixed-gallery{
  margin-right: 5px;
  float: left;
  width: 32%;
}
/* == End page detail */

/* ====== Start collection ======== */
/* social icon */
.social-icon-unstyled {
	padding-left: 0;
	list-style: none;
}
.social-icon-inline li {
	display: inline-block;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 10px;
}
.social-icons .fa {
	font-size: 1.2em;
}
.social-icons .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
} 
.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-flickr{background-color:#FF0084;}
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-instagram{background-color:#A1755C;}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 
.social-icons .fa-pinterest,.social-icons .fa-pinterest-square{background-color:#CC2127;} 
.social-icons .fa-tumblr,.social-icons .fa-tumblr-square{background-color:#314E6C;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}

.title{	
	margin-top: 10px;
	color: #666666;
	font-size: 40px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}
.paging_container{  
	margin: auto;	
	width: 100%;
	overflow-wrap: break-word;
	font-family:'PT Sans';
	font-size: 14px;
}
.paging_text{
  margin-top: 20px;
  margin-bottom: 10px;
	text-decoration: none;
	border: 1px solid #CDCACA;    
	padding: 7px 14px;
	display: inline-block;
	background: #fff;
	font-size: 12px;
	color: #000000;	
}
.paging_text_visit{
	margin-bottom: 10px;
	text-decoration:none;
	border:1px solid #CDCACA;    
	padding: 7px 14px;
	display: inline-block;
	background: #DDDDDD;
	font-size: 12px;
	color: #000000;	
}
.paging_text:hover{    
	background: #DDDDDD;    
}
.floatleft{float: left;}
.floatright{float: right;}
.loop-4:nth-child(4n+1){	
	clear: left;	  
}
.clear{clear:both;}
/* ====== End collection ======== */