@charset "utf-8";

/*	--------------------------------------------------
	Generic CSS Setup
	-------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	font-family: 'Roboto', arial, serif;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
}
p, form, fieldset{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	border: none;
}
td, form, td, tr, th, h1, h2, h3, h4, h5, div, header, section, footer, p{
	font-family: 'Roboto', arial, serif;
	font-size: 15px;
	font-weight: 400;
	color: #69706f;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}
a img{
	border: none;
}
.clearBoth {
	clear: both;
}
.lines-helper {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:6010;
	pointer-events:none;
	mix-blend-mode:luminosity
}
.lines-helper .wrapper {
	width: 90%;
	margin: 0 auto 0 auto;
	position:relative
}
.lines-helper .line {
	width:1px;
	height:150vh;
	position:absolute;
	top:0;
	bottom:0;
	background:rgba(168,167,167,0.1)
}
.lines-helper .line:first-child {
	left:0
}
.lines-helper .line:nth-child(2),.lines-helper .line:nth-of-type(2){
	left:25%;
	margin-left:-0.5px
}
.lines-helper .line:nth-child(3),.lines-helper .line:nth-of-type(3){
	left:50%;
	margin-left:-0.5px
}
.lines-helper .line:nth-child(4),.lines-helper .line:nth-of-type(4){
	right:25%;
	margin-right:-0.5px
}
.lines-helper .line:last-child{
	right:0
}


/*	--------------------------------------------------
	Header and logo
	-------------------------------------------------- */
header {
	position: absolute;
	z-index: 100;
	width: 100%;
    height: 90px;
    font-size: 15px;
	font-weight: 300;
	padding: 0 0 0 0px;
}
header .widthWrapper {
    width: 1100px;
	margin: 0 auto 0 auto;
}
header .logoWrapper {
    width: 114px;
	height: 34px;
	padding: 28px 0 0 0px;
	float: left;
	display: block;
}
.fixed-header {
	position: fixed;
	background: #f59144;
}


/*	--------------------------------------------------
	top navigation
	-------------------------------------------------- */
div#topNavi {
	padding: 35px 0 0 0px;
	float: right;
}
div#topNavi ul{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
}
div#topNavi li{
	margin: 0 0 0 0px;
	padding: 0 0 0 55px;
	float: left;
	display: block;
}
div#topNavi li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
}
div#topNavi li a:hover {
	color: #f8b480;
}
div#topNavi li a.selected {
	color: #f8b480;
}

main,
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
main {
  position: fixed;
  z-index: 300;
  background-color: #f59144;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: white;
}
.nav-hide { 
	display: none; 
}
main ul {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0 !important;
}
main ul li { 
	list-style: none; 
}
main ul li a {
  font-size: 20pt;
  line-height: 30pt;
  color: inherit;
  font-weight: 300;
  text-decoration: none;
}
.navbar-toggle {
  width: 25px;
  height: 15px;
  margin: 26px 5px 0 0px;
  float: right;
  cursor: pointer;
  display: none;
}
.bar1,
.bar2,
.bar3 {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 { 
  background-color: #ffffff; 
}
.navbar-on .bar1 {
  transform-origin: 10% 40%;
  transform: rotate(45deg);
}
.navbar-on .bar3 {
  transform-origin: 10% 40%;
  transform: rotate(-45deg);
}
.navbar-on .bar2 { 
	background-color: transparent; 
}



/*	--------------------------------------------------
	Footer
	-------------------------------------------------- */
footer {
	width: 100%;
	clear: both;
}
footer a{
	color: #3d3c42;
}
footer .widthWrapper {
    width: 1100px;
	margin: 0 auto 0 auto;
	padding: 60px 0 45px 0px;
	border-top: 1px solid rgba(168,167,167,0.3);
	text-align: center;
	font-size: 11px;
	color: #3d3c42;
}
footer .logoHolder {
    width: 116px;
	float: left;
	margin-top: -10px;
}
footer .sirimHolder {
    width: 51px;
	float: right;
	margin-top: -25px;
}


/*	--------------------------------------------------
	Top Banner
	-------------------------------------------------- */
	
.topBanner {
	width: 100%;
	height: 470px;
}
.topBanner .contentHolder{
	width: 645px;
	margin: 0 auto 0 auto;
	padding: 180px 0 0 0px;
	text-align: center;
}
.topBanner h1{
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}
.topBanner p{
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
}
#slider {
	height: 96vh;
}

/*	--------------------------------------------------
	index page
	-------------------------------------------------- */
	
div#pageIndex {
	width: 100%;
	min-height: 100%;
}
div#pageIndex .section01{
	width: 100%;
	min-height: 100%;
}
div#pageIndex .section02 {
	padding: 120px 0 120px 0px;
}
div#pageIndex .section02 .widthWrapper {
	width: 1100px;
	margin: 0 auto 0 auto;
}
div#pageIndex .section02 h2{
	font-size: 30px;
	font-weight: 700;
	color: #3d3c42;
	padding-bottom: 40px;
}
div#pageIndex .section02 .secAboutBrief {
	width: 425px;
	float: left;
	margin-right: 40px;
}
div#pageIndex .section02 .secAboutBrief p{
	font-size: 15px;
	line-height: 25px;
	color: #3d3c42;
	padding-bottom: 30px;
}
div#pageIndex .section02 .secAboutBrief a{
	font-size: 15px;
	color: #dc833c;
	display: block;
}
div#pageIndex .section02 .secAboutBrief a:hover{
	color: #f7aa6d;
}
div#pageIndex .section02 .secOurProducts {
	width: 635px;
	float: left;
}
div#pageIndex .section02 .secProductListing{
	width: 200px;
	float: left;
}
div#pageIndex .section02 .secProductListing ul{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
}
div#pageIndex .section02 .secProductListing li{
	margin: 0 0 25px 0px;
	padding: 0 0 0 0px;
	font-size: 20px;
	word-spacing: 3px;
}
div#pageIndex .section02 .secProductListing li a{
	color: #3d3c42;
	text-decoration: none;
	display: block;
}
div#pageIndex .section02 .secProductListing li a:hover{
	text-decoration: underline;
}
div#pageIndex .section02 .secImgListing {
	width: 435px;
	float: left;
	background: #b4b0ad;
}
div#pageIndex .section02 .mySlides {
	display:none;
}
.w3-animate-fading {
	-webkit-animation:fading 10s infinite;
	animation:fading 10s infinite
}
@-webkit-keyframes fading{
	0%{opacity:0}50%{opacity:1}100%{opacity:0}
}
div#pageIndex .section02 .btnViewMore {
}
div#pageIndex .section02 .btnViewMore a{
	color: rgba(245,145,68,1);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 15px;
	text-decoration: underline;
	text-transform: uppercase;
}
div#pageIndex .section03 {
	background: #413f42;
	padding: 100px 0 100px 0px;
}
div#pageIndex .section03 .widthWrapper {
	width: 960px;
	margin: 0 auto 0 auto;
}
div#pageIndex .section03 h2{
	width: 750px;
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	padding-bottom: 30px;
	margin: 0 auto 0 auto;
	text-align: center;
}
div#pageIndex .section03 p{
	width: 750px;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	padding-bottom: 35px;
	margin: 0 auto 0 auto;
	text-align: center;
}
div#pageIndex .section03 ul{
	width: 800px;
	height: 345px;
	margin: 0 auto 40px auto;
	padding: 0 0 0 0px;
	overflow: hidden;
	text-align: center;
}
div#pageIndex .section03 li{
	width: 617px;
	height: 100%;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
	overflow: hidden;
	display: inline-block;
}
div#pageIndex .section03 li .imgHolder {
	width: 100%;
}
div#pageIndex .section03 li .imgHolder img{
	width: 100%;
	height: auto;
	margin: 0 0 0 0px;
}
div#pageIndex .section03 li .txtHolder {
	position: absolute;
	width: 617px;
	height: 345px;
	background: rgba(54,51,55,0.75);
	display: none;
}
div#pageIndex .section03 li .txtHolder p{
	padding: 280px 35px 35px 35px;
	color: #a5a3b0;
	font-size: 25px;
	font-weight: 700;
	text-align: left;
}
div#pageIndex .section03 li a:hover > .txtHolder {
	display: block;
	-webkit-animation: ind-show 0.1s linear;
			animation: ind-show 0.1s linear;
}
@-webkit-keyframes ind-show {
	0% {
	  opacity: 0; }
	50% {
	   opacity: 0.5; }
	100% {
	  opacity: 1; } 
}
div#pageIndex .section03 .btnViewMore {
	text-align: center;
}
div#pageIndex .section03 .btnViewMore a{
	border: 0px;
	border-radius: 22px;
	background: rgba(245,145,68,0.75);
	display: inline-block;
	padding: 15px 25px 15px 25px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 15px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
div#pageIndex .section03 .btnViewMore a:hover{
	background: rgba(245,145,68,1);
}
div#pageIndex .section04 {
	padding: 110px 0 110px 0px;
}
div#pageIndex .section04 .widthWrapper {
	width: 1100px;
	margin: 0 auto 0 auto;
}
div#pageIndex .section04 h2{
	width: 452px;
	height: 152px;
	padding-bottom: 30px;
	margin: 0 auto 0 auto;
	text-align: center;
}
div#pageIndex .section04 ul{
	margin: 0 0 50px 0px;
	padding: 0 0 0 0px;
	text-align: center;
	list-style: none;
}
div#pageIndex .section04 li{
	width: 131px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	display: inline-block;
}
div#pageIndex .section04 .btnViewMore {
	text-align: center;
}
div#pageIndex .section04 .btnViewMore a{
	border: 0px;
	border-radius: 22px;
	background: rgba(245,145,68,0.75);
	display: inline-block;
	padding: 15px 25px 15px 25px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 15px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
div#pageIndex .section04 .btnViewMore a:hover{
	background: rgba(245,145,68,1);
}


/*	--------------------------------------------------
	About Page
	-------------------------------------------------- */
	
div#pageAbout {
	width: 100%;
	min-height: 100%;
}
div#pageAbout .section01 {
	padding: 100px 0 80px 0px;
}
div#pageAbout .section01 .widthWrapper {
	width: 1100px;
	margin: 0 auto 0 auto;
	text-align: center;
}
div#pageAbout .section01 h2{
	font-size: 30px;
	font-weight: 700;
	color: #3d3c42;
	padding-bottom: 30px;
}
div#pageAbout .section01 p{
	font-size: 18px;
	line-height: 28px;
	color: #3d3c42;
	padding-bottom: 20px;
}
div#pageAbout .section01 ul{
	margin: 0 0 50px 0px;
	padding: 0 0 0 0px;
	list-style: none;
	text-align: center;
}
div#pageAbout .section01 li{
	width: 340px;
	margin: 0 10px 0 10px;
	padding: 0 0 0 0px;
	text-align: center;
	display: inline-block;
}
div#pageAbout .section01 li .icoHolder {
	margin: 0 0 10px 0px;
}
div#pageAbout .section01 li h3{
	font-size: 18px;
	font-weight: 500;
	color: #3d3c42;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
div#pageAbout .section01 li p{
	font-size: 13px;
	line-height: 21px;
	color: #3d3c42;
}
div#pageAbout .topBanner {
	background: url(../images/banner_about.jpg) no-repeat center top;
	background-size: cover;
}
div#pageAbout table, div#pageAbout th, div#pageAbout td {
    border: 1px solid #868381;
}
div#pageAbout table{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
div#pageAbout td{
	padding: 10px;
	vertical-align: top;
	font-size: 13px;
}
div#pageAbout th {
	background: #a09e9d;
	color: #ffffff;
	padding: 10px;
	vertical-align: top;
	font-size: 13px;
}


/*	--------------------------------------------------
	Product Page
	-------------------------------------------------- */
	
div#pageProduct {
	width: 100%;
	min-height: 100%;
}
div#pageProduct .topBanner {
	background: url(../images/banner_productDetails.jpg) no-repeat center top;
	background-size: cover;
}
div#pageProduct .sectionListing {
	padding: 80px 0 60px 0px;
}
div#pageProduct .sectionListing .widthWrapper {
	width: 1100px;
	margin: 0 auto 0 auto;
	text-align: center;
}
div#pageProduct .sectionListing h2{
	font-size: 25px;
	font-weight: 700;
	color: #3d3c42;
	padding-bottom: 35px;
}
div#pageProduct .sectionListing ul{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
	text-align: center;
}
div#pageProduct .sectionListing li{
	width: 250px;
	height: 250px;
	margin: 0 10px 20px 10px;
	padding: 0 0 0 0px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}
div#pageProduct .sectionListing li a{
	border: 0px;
	text-decoration: none;
}
div#pageProduct .sectionListing li .imgHolder {
	width: 100%;
	height: 100%;
}
div#pageProduct .sectionListing li .imgHolder img{
	width: 100%;
	height: auto;
	margin: 0 0 0 0px;
}
div#pageProduct .sectionListing li .txtHolder {
	position: absolute;
	width: 250px;
	height: 250px;
	background: rgba(54,51,55,1);
	display: none;
}
div#pageProduct .sectionListing li .txtHolder p{
	padding: 30px;
	color: #a5a3b0;
	font-size: 25px;
	font-weight: 700;
	text-align: left;
}
div#pageProduct .sectionListing li a:hover > .txtHolder {
	display: block;
	-webkit-animation: product-show 0.1s linear;
			animation: product-show 0.1s linear;
}
@-webkit-keyframes product-show {
	0% {
	  opacity: 0; }
	50% {
	   opacity: 0.5; }
	100% {
	  opacity: 1; } 
}
div#pageProduct .sectionDetails {
	padding: 85px 0 80px 0px;
}
div#pageProduct .sectionDetails .widthWrapper {
	width: 1100px;
	margin: 0 auto 30px auto;
}
div#pageProduct .sectionDetails .secLeft {
	width: 550px;
	height: 450px;
	margin: 0 0 0 0px;
	float: left;
}
div#pageProduct .sectionDetails .secLeft img{
	width: 100%;
	height: auto;
}
div#pageProduct .sectionDetails .secLeft02 {
	width: 520px;
	float: left;
}

div#pageProduct .sectionDetails .secRight {
	width: 520px;
	float: right;
}
div#pageProduct .sectionDetails .secRight02 {
	width: 550px;
	height: 450px;
	margin: 0 0 0 0px;
	float: right;
}
div#pageProduct .sectionDetails .secRight02 img{
	width: 100%;
	height: auto;
}

div#pageProduct .sectionDetails h2{
	font-size: 35px;
	font-weight: 700;
	color: #e18540;
	padding: 25px 0 5px 0px;
}
div#pageProduct .sectionDetails h3{
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	color: #3d3c42;
	padding-bottom: 35px;
}
div#pageProduct .sectionDetails p{
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	color: #3d3c42;
	padding-bottom: 25px;
}
div#pageProduct .sectionDetails .img2Holder {
	width: 440px;
	margin: 40px 0 0 -170px;
	clear: both;
}
div#pageProduct .sectionFeatures {
	padding: 80px 0 0 0px;
	background: #f3f1ef;
}
div#pageProduct .sectionFeatures .widthWrapper {
	width: 960px;
	height: 680px;
	margin: 0 auto 0 auto;
}
div#pageProduct .sectionFeatures .widthWrapper div {
	position: absolute;
}
div#pageProduct .sectionFeatures .widthWrapper .secAllIn {
	width: 80%;
	display: none;
}
div#pageProduct .sectionFeatures .widthWrapper .secAllIn img{
	width: 100%;
	height: auto;
}
div#pageProduct .sectionFeelInterested {
	padding: 0 0 85px 0px;
}
div#pageProduct .sectionFeelInterested .widthWrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: center;
}
div#pageProduct .sectionFeelInterested h2{
	font-size: 30px;
	font-weight: 700;
	color: #3d3c42;
	padding-bottom: 10px;
}
div#pageProduct .sectionFeelInterested p{
	font-size: 18px;
	font-weight: 500;
	color: #3d3c42;
	padding-bottom: 35px;
}
div#pageProduct .sectionFeelInterested .btnContact {
	text-align: center;
}
div#pageProduct .sectionFeelInterested .btnContact a{
	border: 0px;
	border-radius: 22px;
	background: rgba(245,145,68,0.75);
	display: inline-block;
	padding: 15px 25px 15px 25px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 15px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
div#pageProduct .sectionFeelInterested .btnContact a:hover{
	background: rgba(245,145,68,1);
}


/*	--------------------------------------------------
	Project Page
	-------------------------------------------------- */
	
div#pageProject {
	width: 100%;
	min-height: 100%;
}
div#pageProject .topBanner {
	background: url(../images/banner_project.jpg) no-repeat center top;
	background-size: cover;
}
div#pageProject .sectionListing {
	padding: 80px 0 80px 0px;
}
div#pageProject .sectionListing .widthWrapper {
	width: 1100px;
	margin: 0 auto 0 auto;
	text-align: center;
}
div#pageProject .sectionListing ul{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
	text-align: center;
}
div#pageProject .sectionListing li{
	width: 250px;
	height: 250px;
	margin: 10px;
	padding: 0 0 0 0px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}
div#pageProject .sectionListing li a{
	border: 0px;
	text-decoration: none;
}
div#pageProject .sectionListing li .imgHolder img{
	width: 100%;
	height: auto;
	margin: 0 0 0 0px;
}
div#pageProject .sectionListing li .txtHolder {
	position: absolute;
	width: 250px;
	height: 250px;
	background: rgba(54,51,55,1);
	display: none;
}
div#pageProject .sectionListing li .txtHolder p{
	padding: 35px;
	color: #a5a3b0;
	font-size: 25px;
	font-weight: 700;
	text-align: left;
}
div#pageProject .sectionListing li a:hover > .txtHolder {
	display: block;
	-webkit-animation: pageProject-show 0.1s linear;
			animation: pageProject-show 0.1s linear;
}
@-webkit-keyframes pageProject-show {
	0% {
	  opacity: 0; }
	50% {
	   opacity: 0.5; }
	100% {
	  opacity: 1; } 
}
div#pageProject .sectionDetails {
	padding: 70px 0 80px 0px;
}
div#pageProject .sectionDetails .widthWrapper {
	width: 1100px;
	margin: 0 auto 0 auto;
}
div#pageProject .sectionDetails h2{
	font-size: 32px;
	font-weight: 700;
	color: #3d3c42;
	padding-bottom: 8px;
}
div#pageProject .sectionDetails .secProjectInfo {
	font-size: 13px;
	font-weight: 400;
	color: #818085;
	padding-bottom: 20px;
}
div#pageProject .sectionDetails .imgHolder{
	margin-bottom: 30px;
}
div#pageProject .sectionDetails .imgHolder img{
	width: 100%;
	height: auto;
}
div#pageProject .sectionDetails .secLeft {
	width: 700px;
	margin: 0 0 60px 0px;
	font-size: 15px;
	line-height: 25px;
	color: #3d3c42;
	float: left;
}
div#pageProject .sectionDetails .secSideNavi {
	width: 345px;
	margin: 35px 0 0 0px;
	float: right;
}
div#pageProject .sectionDetails .secSideNavi h3{
	font-size: 18px;
	font-weight: 500;
	color: #3d3c42;
	text-transform: uppercase;
	padding-bottom: 20px;
}
div#pageProject .sectionDetails .secSideNavi ul{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
}
div#pageProject .sectionDetails .secSideNavi li{
	margin: 0 0 30px 0px;
	padding: 0 0 0 0px;
	display: block;
}
div#pageProject .sectionDetails .secSideNavi li .thumbHolder{
	width: 115px;
	height: 75px;
	margin: 0 12px 0 0px;
	float: left;
	overflow: hidden;
}
div#pageProject .sectionDetails .secSideNavi li .thumbHolder img{
	width: 100%;
	height: auto;
}
div#pageProject .sectionDetails .secSideNavi li .txtHolder{
	width: 218px;
	margin: 15px 0 0 0px;
	float: left;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #3d3c42;
}
div#pageProject .sectionDetails .secSideNavi li .txtHolder span{
	font-size: 13px;
	color: #818085;
	display: block;
}
div#pageProject .sectionDetails .secSideNavi li .txtHolder a{
	color: #3d3c42;
	text-decoration: none;
}
div#pageProject .sectionDetails .secSideNavi li .txtHolder a:hover{
	text-decoration: underline;
}


/*	--------------------------------------------------
	News Page
	-------------------------------------------------- */
	
div#pageNews {
	width: 100%;
	min-height: 100%;
}
div#pageNews .topBanner {
	background: url(../images/banner_news.jpg) no-repeat center top;
	background-size: cover;
}
div#pageNews .sectionListing {
	padding: 80px 0 80px 0px;
}
div#pageNews .sectionListing .widthWrapper {
	width: 1100px;
	margin: 0 auto 0 auto;
	text-align: center;
}
div#pageNews .sectionListing ul{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
	text-align: center;
}
div#pageNews .sectionListing li{
	width: 350px;
	margin: 7px 7px 7px 7px;
	padding: 0 0 0 0px;
	text-align: center;
	display: inline-block;
}
div#pageNews .sectionListing li a{
	border: 0px;
	text-decoration: none;
	display: block;
}
div#pageNews .sectionListing li .imgHolder {
	width: 100%;
	height: 220px;
	background: #353236;
	margin: 0 0 20px 0px;
	overflow: hidden;
}
div#pageNews .sectionListing li .imgHolder img{
	width: 100%;
	height: auto;
}
div#pageNews .sectionListing li h3{
	font-size: 20px;
	font-weight: 700;
	color: #3d3c42;
}
div#pageNews .sectionListing li .dateHolder {
	font-size: 13px;
	font-weight: 400;
	color: #818085;
	margin-bottom: 20px;
}
div#pageNews .sectionListing li p{
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	color: #3d3c42;
}
div#pageNews .sectionListing li a:hover > .imgHolder {
	opacity: 0.35;
	-webkit-animation: pageNews-show 0.2s linear;
			animation: pageNews-show 0.2s linear;
}
@-webkit-keyframes pageNews-show {
	0% {
	  opacity: 1; }
	50% {
	   opacity: 0.75; }
	100% {
	  opacity: 0.5; } 
}
div#pageNews .sectionDetails {
	padding: 70px 0 80px 0px;
}
div#pageNews .sectionDetails .widthWrapper {
	width: 1100px;
	margin: 0 auto 0 auto;
}
div#pageNews .sectionDetails h2{
	font-size: 35px;
	font-weight: 700;
	color: #3d3c42;
	padding-bottom: 10px;
}
div#pageNews .sectionDetails .secProjectInfo {
	font-size: 13px;
	font-weight: 500;
	color: #818085;
	padding-bottom: 20px;
}
div#pageNews .sectionDetails .imgHolder{
	margin-bottom: 30px;
}
div#pageNews .sectionDetails .imgHolder img{
	width: 100%;
	height: auto;
}
div#pageNews .sectionDetails .secLeft {
	width: 700px;
	margin: 0 0 60px 0px;
	font-size: 15px;
	line-height: 25px;
	color: #3d3c42;
	float: left;
}
div#pageNews .sectionDetails .secLeft a{
	color: rgba(245,145,68,1);
}
div#pageNews .sectionDetails .secSideNavi {
	width: 345px;
	margin: 35px 0 0 0px;
	float: right;
}
div#pageNews .sectionDetails .secSideNavi h3{
	font-size: 18px;
	font-weight: 500;
	color: #3d3c42;
	text-transform: uppercase;
	padding-bottom: 20px;
}
div#pageNews .sectionDetails .secSideNavi ul{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
}
div#pageNews .sectionDetails .secSideNavi li{
	margin: 0 0 30px 0px;
	padding: 0 0 0 0px;
	display: block;
}
div#pageNews .sectionDetails .secSideNavi li .thumbHolder{
	width: 115px;
	height: 75px;
	margin: 0 12px 0 0px;
	float: left;
	overflow: hidden;
}
div#pageNews .sectionDetails .secSideNavi li .thumbHolder img{
	width: 100%;
	height: auto;
}
div#pageNews .sectionDetails .secSideNavi li .txtHolder{
	margin: 15px 0 0 0px;
	float: left;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #3d3c42;
}
div#pageNews .sectionDetails .secSideNavi li .txtHolder span{
	font-size: 13px;
	color: #818085;
	display: block;
}
div#pageNews .sectionDetails .secSideNavi li .txtHolder a{
	color: #3d3c42;
	text-decoration: none;
}
div#pageNews .sectionDetails .secSideNavi li .txtHolder a:hover{
	text-decoration: underline;
}


/*	--------------------------------------------------
	Contact Us Page
	-------------------------------------------------- */
	
div#pageContact {
	width: 100%;
	min-height: 100%;
}
div#pageContact .topBanner {
	background: url(../images/banner_contact.jpg) no-repeat center top;
	background-size: cover;
}
div#pageContact .section01 {
	padding: 90px 0 50px 0px;
}
div#pageContact .section01 .widthWrapper {
	width: 1100px;
	margin: 0 auto 0 auto;
}
div#pageContact .section01 h2{
	font-size: 30px;
	font-weight: 700;
	color: #3d3c42;
	padding-bottom: 30px;
}
div#pageContact .section01 .secLeft {
	width: 400px;
	float: left;
}
div#pageContact .section01 .secLeft p{
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #3d3c42;
	padding-bottom: 20px;
}
div#pageContact .section01 .secRight {
	width: 600px;
	float: right ;
}
div#pageContact .section01 .secRight {
	width: 600px;
	float: right ;
}
div#pageContact .section01 .secRight {
	width: 600px;
	float: right ;
}
div#pageContact .section01 .secRight .formRegister {
	
}
div#pageContact .section01 .formRegister label{
	padding: 0 0 8px 0px;
	font-size: 15px;
	color: #3d3c42;
	display: block;
	font-weight: 500;
	letter-spacing: 2px;
}
div#pageContact .section01 .formRegister input{
	width: 92%;
	height: 30px;
	padding: 0 3% 3px 3%;
	margin: 0 0 20px 0px;
	background: url(../images/bg_blank.png);
	border: 1px solid #cdccc9;
	border-radius: 3px;
}
div#pageContact .section01 .formRegister textarea{
	width: 92%;
	height: 200px;
	padding: 0 3% 3px 3%;
	margin: 0 0 20px 0px;
	background: url(../images/bg_blank.png);
	border: 1px solid #cdccc9;
	border-radius: 3px;
}
div#pageContact .section01 .formRegister input[type="submit"]{
	width: 150px;
	height: 40px;
	padding: 0 1% 0 1%;
	background: url(../images/bg_blank.png);
	background-color: #f59144;
	border: none;
	border-radius: 20px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*	--------------------------------------------------
	For Tablet Landscape
	-------------------------------------------------- */
@media screen and (min-width: 960px) and (max-width: 1099px) {
.lines-helper {
	display: none;
}
header .widthWrapper {
	width: 80%;
	margin: 0 auto 0 auto;
}

.topBanner .contentHolder{
	width: 80%;
}
#slider {
	height: 80vh;
}
footer .widthWrapper {
    width: 80%;
	padding: 40px 0 45px 0px;
}
footer .logoHolder {
    display: none;
}
footer .sirimHolder {
    display: none;
}

div#pageIndex .section02 {
	padding: 100px 0 100px 0px;
}
div#pageIndex .section02 .widthWrapper {
	width: 80%;
	text-align: center;
}
div#pageIndex .section02 .secAboutBrief {
	width: 70%;
	margin-right: 5%;
	text-align: left;
}
div#pageIndex .section02 .secOurProducts {
	width: 25%;
	text-align: left;
}
div#pageIndex .section02 .secProductListing{
	width: 100%;
	float: none;
}
div#pageIndex .section02 .secProductListing li{
	margin: 0 0 15px 0px;
	font-size: 15px;
}
div#pageIndex .section02 .secImgListing {
	width: 0%;
	float: none;
	display: none;
}
div#pageIndex .section03 .widthWrapper {
	width: 80%;
}

div#pageIndex .section04 {
	padding: 100px 0 100px 0px;
}
div#pageIndex .section04 .widthWrapper {
	width: 80%;
	margin: 0 auto 0 auto;
}
div#pageIndex .section04 li{
	width: 10%;
}
div#pageIndex .section04 li img{
	width: 100%;
}
div#pageAbout .section01 .widthWrapper {
	width: 80%;
}
div#pageAbout .section01 li{
	width: 28%;
}
div#pageAbout .section01 p{
	font-size: 13px;
	line-height: 19px;
}
div#pageAbout td{
	padding: 5px;
	font-size: 11px;
}
div#pageAbout th {
	padding: 5px;
	font-size: 11px;
}

div#pageProduct .sectionListing .widthWrapper {
	width: 80%;
}
div#pageProduct .sectionListing li{
	margin: 0 10px 20px 10px;
}
div#pageProduct .sectionListing li .txtHolder {
	background: rgba(54,51,55,0.5);
	display: block;
}
div#pageProduct .sectionListing li .txtHolder p{
	color: #ffffff;
}
div#pageProduct .sectionDetails {
	padding: 85px 0 50px 0px;
}
div#pageProduct .sectionDetails .widthWrapper {
	width: 80%;
	margin: 0 auto 0 auto;
}
div#pageProduct .sectionDetails .secLeft {
	width: 45%;
	height: auto;
	
}
div#pageProduct .sectionDetails .secLeft02 {
	width: 45%;
	height: auto;
	padding-bottom: 50px;
}
div#pageProduct .sectionDetails .secRight {
	width: 52%;
	height: auto;
    padding-bottom: 50px;
}
div#pageProduct .sectionDetails .secRight02 {
	width: 52%;
	height: auto;
}
div#pageProduct .sectionDetails h2{
	padding: 0 0 5px 0px;
}
div#pageProduct .sectionDetails h3{
	padding-bottom: 20px;
}
div#pageProduct .sectionDetails p{
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 18px;
}
div#pageProduct .sectionDetails .img2Holder {
	display: none;
}
div#pageProduct .sectionFeatures .widthWrapper {
	width: 80%;
	height: 600px;
}
div#pageProduct .sectionFeatures .widthWrapper div {
	display: none;
}
div#pageProduct .sectionFeatures .widthWrapper .secAllIn {
	display: block;
}
div#pageProduct .sectionFeelInterested {
	padding: 0 0 85px 0px;
}
div#pageProduct .sectionFeelInterested .widthWrapper {
	width: 80%;
}

div#pageProject .sectionListing .widthWrapper {
	width: 80%;
}
div#pageProject .sectionListing li{
	margin: 0 10px 20px 10px;
}
div#pageProject .sectionListing li .txtHolder {
	background: rgba(54,51,55,0.5);
	display: block;
}
div#pageProject .sectionListing li .txtHolder p{
	color: #ffffff;
}
div#pageProject .sectionDetails {
	padding: 70px 0 80px 0px;
}
div#pageProject .sectionDetails .widthWrapper {
	width: 80%;
	margin: 0 auto 0 auto;
}
div#pageProject .sectionDetails .secLeft {
	width: 62%;
}
div#pageProject .sectionDetails .secSideNavi {
	width: 35%;
	margin: 35px 0 0 0px;
}
div#pageProject .sectionDetails .secSideNavi li .thumbHolder{
	width: 20%;
	height: 40px;
	margin: 0 3% 0 0px;
}
div#pageProject .sectionDetails .secSideNavi li .txtHolder {
	width: 77%;
	margin: 0 0 0 0px;
}

div#pageNews .sectionListing .widthWrapper {
	width: 80%;
}
div#pageNews .sectionListing li{
	margin: 0 10px 20px 10px;
}
div#pageNews .sectionDetails {
	padding: 70px 0 80px 0px;
}
div#pageNews .sectionDetails .widthWrapper {
	width: 80%;
	margin: 0 auto 0 auto;
}
div#pageNews .sectionDetails .secLeft {
	width: 62%;
}
div#pageNews .sectionDetails .secSideNavi {
	width: 35%;
	margin: 35px 0 0 0px;
}
div#pageNews .sectionDetails .secSideNavi li .thumbHolder{
	width: 20%;
	height: 40px;
	margin: 0 3% 0 0px;
}
div#pageNews .sectionDetails .secSideNavi li .txtHolder {
	width: 77%;
	margin: 0 0 0 0px;
}

div#pageContact .section01 .widthWrapper {
	width: 80%;
}
div#pageContact .section01 .secLeft {
	width: 40%;

}
div#pageContact .section01 .secLeft p{
	font-size: 15px;
}
div#pageContact .section01 .secRight {
	width: 55%;
}
}


/*	--------------------------------------------------
	For Mobile Portrait
	-------------------------------------------------- */
@media screen and (min-width: 200px) and (max-width: 780px) {
.lines-helper {
	display: none;
}
header {
	width: 100%;
	height: 70px;
}
header .widthWrapper {
	width: 80%;
	margin: 0 auto 0 auto;
}
header .logoWrapper {
	padding: 18px 0 0 0px;
}
#topNavi {
	display: none;
}
.navbar-toggle {
  display: block;
}

.topBanner {
	height: 400px;
}
.topBanner .contentHolder{
	width: 80%;
	padding: 100px 0 0 0px;
}
.topBanner h1{
	font-size: 40px;
}
.topBanner p{
	font-size: 21px;
}
#slider {
	height: 75vh;
}
footer .widthWrapper {
    width: 80%;
	padding: 40px 0 45px 0px;
}
footer .logoHolder {
    display: none;
}
footer .sirimHolder {
    display: none;
}

div#pageIndex .section02 {
	padding: 100px 0 100px 0px;
}
div#pageIndex .section02 .widthWrapper {
	width: 80%;
	text-align: center;
}
div#pageIndex .section02 .secAboutBrief {
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-bottom: 50px;
}
div#pageIndex .section02 .secOurProducts {
	width: 100%;
	float: none;
}
div#pageIndex .section02 .secProductListing{
	width: 100%;
	float: none;
}
div#pageIndex .section02 .secImgListing {
	width: 100%;
	float: none;
	display: none;
}
div#pageIndex .section03 .widthWrapper {
	width: 80%;
}
div#pageIndex .section03 h2{
	width: 100%;
}
div#pageIndex .section03 p{
	width: 100%;
}
div#pageIndex .section03 ul{
	width: 100%;
	height: 150px;
}
div#pageIndex .section03 li{
	width: 100%;
	height: auto;
}
div#pageIndex .section03 li .txtHolder {
	display: none;
}
div#pageIndex .section04 {
	padding: 100px 0 100px 0px;
}
div#pageIndex .section04 .widthWrapper {
	width: 80%;
	margin: 0 auto 0 auto;
}
div#pageIndex .section04 h2{
	width: 100%;
	height: 100px;
}
div#pageIndex .section04 h2 img{
	width: 100%;
	height: auto;
}
div#pageIndex .section04 li{
	width: 100%;
	margin: 0 0 50px 0px;
}

div#pageAbout .section01 .widthWrapper {
	width: 80%;
}
div#pageAbout .section01 li{
	width: 100%;
	margin: 0 0 30px 0px;
}
div#pageAbout .section01 p{
	font-size: 13px;
	line-height: 19px;
}
div#pageAbout table, div#pageAbout th, div#pageAbout td {
    border: 1px solid #868381;
}
div#pageAbout td{
	padding: 5px;
	font-size: 11px;
}
div#pageAbout th {
	padding: 5px;
	font-size: 11px;
}
div#pageAbout th:nth-child(3),
div#pageAbout td:nth-child(3){
	display: none;
}

div#pageProduct .sectionListing {
	padding: 80px 0 60px 0px;
}
div#pageProduct .sectionListing .widthWrapper {
	width: 80%;
}
div#pageProduct .sectionListing li{
	margin: 0 0 20px 0px;
}
div#pageProduct .sectionListing li .txtHolder {
	background: rgba(54,51,55,0.5);
	display: block;
}
div#pageProduct .sectionListing li .txtHolder p{
	color: #ffffff;
}
div#pageProduct .sectionDetails {
	padding: 85px 0 100px 0px;
}
div#pageProduct .sectionDetails .widthWrapper {
	width: 80%;
	margin: 0 auto 80px auto;
}
div#pageProduct .sectionDetails .secLeft {
	width: 100%;
	height: auto;
	float: none;
}
div#pageProduct .sectionDetails .secLeft02 {
	width: 100%;
	float: none;
}
div#pageProduct .sectionDetails .secRight {
	width: 100%;
	float: none;
}
div#pageProduct .sectionDetails .secRight02 {
	width: 100%;
	height: auto;
	float: none;
}
div#pageProduct .sectionDetails .img2Holder {
	display: none;
}
div#pageProduct .sectionFeatures .widthWrapper {
	width: 80%;
	height: 220px;
}
div#pageProduct .sectionFeatures .widthWrapper div {
	display: none;
}
div#pageProduct .sectionFeatures .widthWrapper .secAllIn {
	display: block;
}
div#pageProduct .sectionFeelInterested {
	padding: 0 0 85px 0px;
}
div#pageProduct .sectionFeelInterested .widthWrapper {
	width: 80%;
}

div#pageProject .sectionListing .widthWrapper {
	width: 80%;
}
div#pageProject .sectionListing li{
	margin: 0 0 20px 0px;
}
div#pageProject .sectionListing li .txtHolder {
	background: rgba(54,51,55,0.5);
	display: block;
}
div#pageProject .sectionListing li .txtHolder p{
	color: #ffffff;
}
div#pageProject .sectionDetails {
	padding: 70px 0 80px 0px;
}
div#pageProject .sectionDetails .widthWrapper {
	width: 80%;
	margin: 0 auto 0 auto;
}
div#pageProject .sectionDetails h2{
	line-height: 1.1em;
}
div#pageProject .sectionDetails .secLeft {
	width: 100%;
	float: none;
}
div#pageProject .sectionDetails .secSideNavi {
	width: 100%;
	margin: 35px 0 0 0px;
	padding-top: 50px;
	float: none;
	border-top: 1px solid rgba(168,167,167,0.3);
}
div#pageProject .sectionDetails .secSideNavi li .thumbHolder{
	width: 20%;
	height: 50px;
	margin: 0 3% 0 0px;
}
div#pageProject .sectionDetails .secSideNavi li .txtHolder {
	width: 77%;
	margin: 5px 0 0 0px;
	float: left;
}

div#pageNews .sectionListing .widthWrapper {
	width: 80%;
}
div#pageNews .sectionListing li{
	width: 100%;
	margin: 0 0 50px 0px;
}
div#pageNews .sectionListing li .imgHolder {
	height: 150px;
}
div#pageNews .sectionDetails {
	padding: 70px 0 80px 0px;
}
div#pageNews .sectionDetails .widthWrapper {
	width: 80%;
	margin: 0 auto 0 auto;
}
div#pageNews .sectionDetails h2{
	line-height: 1.1em;
}
div#pageNews .sectionDetails .secLeft {
	width: 100%;
	float: none;
}
div#pageNews .sectionDetails .secSideNavi {
	width: 100%;
	margin: 35px 0 0 0px;
	padding-top: 50px;
	float: none;
	border-top: 1px solid rgba(168,167,167,0.3);
}
div#pageNews .sectionDetails .secSideNavi li .thumbHolder{
	width: 20%;
	height: 50px;
	margin: 0 3% 0 0px;
}
div#pageNews .sectionDetails .secSideNavi li .txtHolder {
	width: 77%;
	margin: 5px 0 0 0px;
	float: left;
}

div#pageContact .section01 .widthWrapper {
	width: 80%;
}
div#pageContact .section01 .secLeft {
	width: 100%;
	float: none;
	margin-bottom: 50px;
}
div#pageContact .section01 .secLeft p{
	font-size: 15px;
}
div#pageContact .section01 .secRight {
	width: 100%;
	float: none ;
}
}