@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("pembinaan-htc.css");  
@import url("malbase.css"); 
@import url("home.css");
@import url("banner.css");
@import url("contactus.css");  
*{
	box-sizing:border-box;
	}
body {
	width: auto;
	margin: auto;
	line-height:auto;
	background-image: url(bg.jpg);
	background-size:cover;
	background-attachment: fixed;
}


.img-style{
	width:100%;
	border:solid 6px #fff;
	box-shadow: 0px 0px 4px #666;
	
}
.border_right{		
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right:40px;
}


@media only screen and (max-width: 768px) {
.border_right{		
	border-right-width: 0px;
	padding-right:0px;
}	
}




