html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html, body{
	height: 100%;
	width: 100%;
}

body {
  	display: block;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

html {
	min-width: 1024px;
}

a{
	text-decoration: none;
}

@font-face {
    font-family: 'bebasregular';
    src: url('../font/bebas_-webfont.eot');
    src: url('../font/bebas_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/bebas_-webfont.woff') format('woff'),
         url('../font/bebas_-webfont.ttf') format('truetype'),
         url('../font/bebas_-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cabinregular';
    src: url('../font/cabin-regular-webfont.eot');
    src: url('../font/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/cabin-regular-webfont.woff') format('woff'),
         url('../font/cabin-regular-webfont.ttf') format('truetype'),
         url('../font/cabin-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'khmer_uiregular';
    src: url('../font/khmerui-webfont.eot');
    src: url('../font/khmerui-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/khmerui-webfont.woff') format('woff'),
         url('../font/khmerui-webfont.ttf') format('truetype'),
         url('../font/khmerui-webfont.svg#khmer_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#content{
	width: 100%;
	height: 100%;
	/*min-width: 1100px;*/
	/*min-height: 1000px;*/
	position: relative;
	overflow-y: hidden;
}

#main{
	display: block;
    position: relative;
    width: 80%;	
    height: 100%;
   	min-height: 1000px;
   	min-width:930px;
    margin: 0 auto;
    overflow-x: hidden;
}
	/*CAROUSEL*/

		#wrapper {
			width: 100%;
			height: 92.3%;
			margin-left: -1px;
			overflow: hidden;
			position: absolute;
			top: 50px;
			z-index: 10;
			background-color: black;
		}
		
		#pager {
			margin-left: -40%;
			position: absolute;
			left: 50%;
			bottom: 50px;
		}
		#carousel img{
			vertical-align: text-top;
			width: 1175px;
			margin: 0;
			padding: 0;
		}
		#pager a {
			border: 2px solid #fff;
			border-radius: 10px;
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 5px 0 0;
		}
		#pager a:hover {
			background-color: rgba(255, 255, 255, 0.5);
		}
		#pager a span {
			display: none;
		}
		#pager a.selected {
			background-color: #fff;
		}

	/*END OF CAROUSEL*/

/*HEADER */
#header{
	height: 50px; /*50px 7.50%*/
	min-height: 50px;
	width: 100%;
	min-width: 1100px;
	background-image: url('../images/header_background.jpg');
	font-family: bebasregular;
	color: white;
	position: fixed;
	display: block;
	z-index: 100;
}

#header_cont{
	display: block;
    position: relative;
    width: 84%;
    height: 100%;
    margin: 0 auto;
}

#header #logo{
	display: block;
	width: 285px;
	height: auto;
	/*margin-left: 6.93%;*/
	float: left;
	/*225position: absolute;*/
}

#navigation{
	z-index: 1;
    /*width: 73%;*/
    height: 50px;
    display: block;
    float: left;
    position: relative;
}

#navigation > .nav_item{
	position: relative;
	width: 100%;
	list-style: none;
	height: 50px;
}

#header a{
	color: white;
}

#logo>img{
	position: absolute;
}

.overline{
	position: absolute;
	height: 3px;
	width: 114px;
	left: 0;
	background-color: red;
	background-repeat: repeat-y;
	display: block;
	z-index: 1;
}

#mainnav > img{
	position: relative;
	display: block;
	float: left;
	width: 2px;
	height: 50px;
	z-index: -1;
}
#mainnav li ul>img{
	position: relative;
	display: inline;
	vertical-align: top;
	margin-left: -8px;
}

.nav_item{
	position: relative;
	display: block;
	z-index: -1;
}

.downloadcaption{
	
	color: #7a7a7a !important;
	padding-bottom: 20px;
}

.nav_item li{
	/*font-size: 11px;
	padding: 1.25em 0.6em;*/

	font-size: 0.9vw;
    padding: 1.25em 1em;
	float: left;
	display: inline-block;
	cursor: pointer;
	clear: none;
	position: relative;
	border-top: 1px solid #000;
}
.downloadlinks {
    color: #7a7a7a !important;
    display: inline-block;
    width: 50%;
    padding-bottom: 12px;
	height: 20px;
	cursor: pointer;
}

.downloadlinks a,.downloadlinks a:hover,.downloadlinks a:active{
	color: #7a7a7a !important;
	text-decoration: none;
}
.underlinered{
	width: 160px;
  height: 2px;
  background: #ff0000;
  display: none;
  margin-left: 14px;
  margin-top: 5px;
}

.downloadlinks:hover .underlinered{
	display: block;
}


.nav_item li a{
	display: inline-block;
	position: relative;

}
.nav_item li:hover ul{
	font-family: cabinregular;
	font-size: .9em;
	display: block;
	position: absolute;
	clear: both;
	margin-top: 14px;
	margin-left: -18px;
	padding-left: 1em;
	/*padding-right: em;*/
}

.nav_item li ul{
	background-image: url('../images/subnav_background.png');
}

.nav_item li ul{
	position: relative;
	display: none;
}

.nav_item li ul li{
	padding: 0;
	margin-top: -1px;
}
.nav_item li ul a:hover li{
	color: gray;
}


.nav_item li ul a{
	display: block;
	position: relative;
	padding-top: .3em;
	padding-bottom: 1.9em; 
}

.nav_item li ul li{
	padding: 0;
	margin: 0;
}
.nav_item li ul a:first-child{
	padding-top: 20px;
}

/*BODY*/

#main #statement{
	/* 484 x 208 margin-right: 44px; margin-top: 244px;*/
	display: block;
	position: relative;
	float: right;
	margin-right: 4.235%;
	margin-top: 15%;
	margin-bottom: 60px;
	width: 484px; /* 484 */
	height: 370px; /* 208px */
	background: url('../images/square.png');
	font-family: cabinregular;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 2em; /*2.375em;*/
	/*z-index: 20;*/
}
#statement span, p{
	font-size: .9em;
	color: white;
	text-align: justify;
}
#statement a{
	color: red;
	text-decoration: underline;
}

/*FOOTER*/
#footer{
	font-family: cabinregular;
	font-size: .625em;
	z-index: 11;
	width: 100%;
	height: 45px;
	position: absolute;
	bottom: 0;
	background-image: url('../images/footer_background.png');
	color: #3c3c3c;
	/*display: none;*/
}
#footer_right>a{
	color: #3c3c3c;
	padding: 0 .312em;
}
#footer_left, #footer_right{
	padding: 1em 0;
	display: inline;
}
#footer_left{
	display: inline-block;
	float: left;
	margin-left: 7.03%;
}
#footer_right{
	float: right;
	margin-right: 7.03%;
}
/*SERVICES*/

/*box sa gitna height: 673px widht: 960px;*/
/*margin-top: 327px; margin-left: 159px; margin-right: 161px; 160 nalang pareho*/
#services_box{
	display: block;
    position: absolute;
    min-width: 930px;
    width: 80%;
    height: 600px;
    bottom: 45px;
    background-color: #0a0a0a;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

#services_header{
	/*height: 40px;*/
	font-family: bebasregular;
	font-size: 1.125em;
	display: block;
	width: 98%;
	height: 40px;
	margin: 0 auto;
	margin-top: 7px;
	background-image: url('../images/services_header_background.png');
	color: white;
	position: relative;
	line-height: 40px;
}

.preloader img
{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 30px;
	margin-right: 10px;
	margin-top: 5px;
	float: right;
}
#services_header h1 {
	font-weight: normal;
	margin-left: 21px;
	font-size: 16px;
}
#services_header>p {
	display: inline-block;
	position: absolute;
	padding: .6em 1.3em .5em 1.3em;
}

#service_navigation{
	display: block;	
	width: 98%;
	margin: 0 auto;
	cursor: pointer;
}

#service_navigation li{
	font-family: cabinregular;
	font-size: .875em;
	color: white;
	display: inline-block;
	padding-top: 1.5em;
	padding-left: 1.7em;
	padding-right: 1.2em;
	padding-bottom: .7em;
}

#service_navigation li a{
	color: white;
}

#service_highlight{
	display: block;
	position: relative;
	height: 3px;
	background-color: red;
}
.downloadcontainer {
	padding: 20px 30px;
    font-family: khmer_uiregular;
    font-size: 12px;
}
#textcontent{
	width: 880px;
	max-height: 475px;
	max-width: 880px;
	min-width: 880px;
	margin: 0 auto;
	font-family: khmer_uiregular;
	font-size: .875em;
	margin: 1em 4em 1em 2em;
	text-align: justify;
	overflow: hidden;
	overflow-y: hidden;
	padding-right: 35px !important;
	position: relative;
	color: #7a7a7a;
}

#textcontent p{
	margin-right: 1.2em;
	color: #7a7a7a;
}

#textcontent img
{
	max-height: 150px;
}
#textcontent img.expand
{
	max-width: 870px;
	max-height: none;
}
/*#about_first, #about_second, #about_third, #about_fourth,#service_first, #service_second, #service_third, #service_fourth, #industry_first, #industry_second, #industry_third{
	color: #7a7a7a;
	margin-left: 1.2em;
	margin-right: 1em;
	position: absolute;
}
*/
#textcontent li{
	margin-left: 1.2em;
}

#textcontent table
{
	max-width: 850px;
}
.white{
	color: white !important;
}

.hr{
	display: block;
	position: relative;
	width: 100%;
	height: 1.1px;
	background-color: #111111;
}

#featured_project{
	display: block;
}

#featured_project img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 1.5em auto 0 auto;
}

#featured_description{
	width: 94%;
	height: 110px;
	margin: 2em auto 0 auto;
	font-family: khmer_uiregular;
	font-size: .875em;
	overflow: auto;
	padding: 20px;
}

#featured_description p{
	color: #7a7a7a;
}

#featured_description2{
	width: 94%;
	/* height: 110px; */
	margin: 2em auto 0 auto;
	font-family: khmer_uiregular;
	font-size: .875em;
	overflow: auto;
	padding: 20px;
}

#featured_description2 p{
	color: #7a7a7a;
}

/*CONTACT US*/

#contact_box{
	display: block;
  width: 100%;
  height: auto;
  margin-top: 200px;
  margin-left: 0px;
  background-color: #0a0a0a;
  z-index: 0;
}

#contact_content{
	display: block;
  /* position: absolute; */
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding-bottom: 70px;
}

.contact_left, .contact_right{
	display: inline-block;
  position: relative;
  vertical-align: top;
  width: 49.1%;
  /* height: 435px; */
  margin-left: 5px;
  margin-top: 5px;
  background-image: url(../images/header_background.png);
}



#contact_header{
	/*height: 40px;*/
	display: block;
	font-family: bebasregular;
	font-size: 1.125em;
	width: 100%;
	height: 40px;
	background-image: url('../images/services_header_background.png');
	color: white;
	line-height: 40px;
}

#contact_header>p{
	display: inline-block;
	position: absolute;
	padding: .6em 1.3em .5em 1.3em;
}
#contact_header h1 {
	display: inline-block;
	position: absolute;
	font-weight: normal;
	margin-left: 21px;
	font-size: 16px;
}
.contact_wrapper{
	color: white;
	position: relative;
}

.contacts{
	font-family: cabinregular;
	margin-top: 20px;
	margin-left: 20px;
}

.inquiry td{
	padding: 2px;
}

.inquiry td label
{
	vertical-align: bottom;
	float: right;
}

.inquiry td input[type="text"], input[type="email"]{
	border-radius: 2px;
	width: 300px;
	border: 1px solid #000;
	padding: 2px;
}

.inquiry td input[type="text"]:focus, input[type="email"]:focus, textarea:focus{
	outline: 0;
	border-color: #ff3333;
	box-shadow: 0 0 5px #ff3333;
}

.inquiry td input[type="button"], input[type="submit"]
{
	font-family: cabinregular;
	color: white;
	background-color: red;
	outline: 0;
	border: 0;
	border-radius: 2px;
	margin-left: 15px;
	width: 100px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
}

.inquiry td input[type="button"]:hover,  input[type="submit"]:hover
{
	background-color: #ff3333;
}

.contacts a{
	color: white;
}

.message{
	width: 300px;
	height: 100px;
}

#email_sent{
	position: absolute;
	/*background: rgba(255,255,255 , 0.65);*/
	background-image: url('../images/services_header_background.png');
	width: 578px;
	height: 30px;
	line-height: 30px;
	top: 5px;
	left: 0;
	padding: 5px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	display: none;
}

#email_sent .email_msg{
	visibility: inherit;
	font-family: cabinregular;
	font-size: 18px;
	text-align: center;
}

.track4 {
	top: 20px;
    width: 5px;
    background-clip: padding-box;
    background: transparent;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
}

.track4.dragging,
.track4:hover {
    /*background: #f2f2f2;*/ /* No RGBA support */
    /*background: rgba(0, 0, 0, 0.05);*/
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

.track4:active {
    /*background: #f2f2f2; *//* No RGBA support */
    /*background: rgba(0, 0, 0, 0.05);*/
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                        inset -1px -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.handle4 {
    width: 5px;
    background-clip: padding-box;
    background: #333333; /* No RGBA support */
    /*background: rgba(0, 0, 0, 0.2);*/
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                        inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.handle4:hover {
    background: #999999; /* No RGBA support */
    /*background: rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.dragging .handle4,
.handle4:active {
    background: #999999; /* No RGBA support */
    /*background: rgba(0, 0, 0, 0.5);*/
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

#livesmatter-thumbnails {
	margin: 0;
	padding: 0;
}
#livesmatter-thumbnails img {
	/*width: 117px;*/
	height: 80px;
}

.tfe {
	display: inline-block;
	margin-right: 15px;
}
.preloader-container {
	display: none;
	margin-left: 5px;
}
.preloader-container img {
	height: 20px;
	vertical-align: middle;
}
.clear {
	clear: both;
}