@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; }

body {
	font-family: 'Arial', Venada, sans-serif;
	font-size: 13px;
	color: #4e4e4e;
	line-height:20px;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

a{
	color:#172677;
	text-decoration:none;	
}
a:hover{
	color:#172677;
	text-decoration:underline;	
}
.link1 a{
	color:#c8c8c8;
	text-decoration:none;
}
.link1 a:hover{
	color:#ffffff;
	text-decoration:none;
}

p{
	margin:10px 0	
}
h2{line-height:28px; margin:25px 0 10px 0; font-size:20px; color:#172677}

/* Style for Body Page */
#wrapper{
	width:960px;
	margin: 0 auto;
	background:#ffffff;
	margin-top:15px;
	margin-bottom:15px;
}
.title{
	width:920px;
	border-bottom:1px solid #d1d4e4;
	padding-bottom:3px;
	font-size:17px;
	color:#172677;
	clear:both;
	float:left;
	margin-top:10px
}
#wrapper .top-banner{
	width:920px;
	height:129px;
    border-bottom: #90acd8 solid 2px;	
}
	#wrapper .top-logo{
		width:160px;
		float:left;
		margin-top:23px	
	}
	#wrapper .top-title{
		width:700px;
		float:right;
		text-align:right;
		color:#172677;
		font-size:13px;
		margin-top:60px
	}
#wrapper .top-menu{
	width:920px;
	height:27px;
	clear:both;
	padding:10px 20px 0 20px;
	color:#ffffff;
}
#wrapper .top-menu ul{
	margin:0;
	padding:0;	
}
#wrapper .top-menu li{
	list-style:none;
	display:inline;
	float:right;
	font-size:14px;
	text-transform:uppercase;
	margin-right:20px;
}
#wrapper .top-menu li.active a{
	color:#ffffff;	
}

#content{
	width:720px;
	clear:both;
	float:left;
	padding:0 100px;
	min-height:350px
}

.home_item {
    padding-bottom: 20px;
    clear: both;
}

.view-project{
	width:920px;
	clear:both;
	float:left;
	margin-top:20px;
}
.view-project-left{
	width:365px;
	float:left;
	border:1px solid #dbdbdb;
	padding:10px;
	background:#ffffff;
}
.view-project-right{
	width:520px;
	float:left;
	margin-left:10px
}

/* Style for Button ... */
.button-gray a{
	background:#575757;
	text-transform:uppercase;
	color:#ffffff;
	padding:5px 10px;
	font-size:11px;
	font-weight:bold;
}
.button-gray a:hover{
	background:#000000;
	text-transform:uppercase;
	color:#ffffff;
	padding:5px 10px;
	font-size:11px;
	font-weight:bold;
}

#wrapper .error-page h2{
	color:#F00
}
#wrapper .success-page h2{
	color:#0C3
}

/********** STYLE FOR FORM ***********************/
.contact-form{
	float:left;
	clear:both;	
	margin-bottom: 10px;
}
.contact-form li{
	display:block;
	width:100%;
	float:left;
	margin:5px 0; 	
}
.contact-form li span{
	float:left;
	margin-top:5px;
	width:350px
}

.contact-form label{
	width:150px;
	float:left;
	padding-top:5px;
	font-weight:bold
}
.contact-form span.error{
	float:left; color:#F00;
	width:205px;
	margin-left:5px;
	padding-top:6px;
	line-height:normal;
	font-size:12px;
}
.contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="file"],
.contact-form select{
	border:1px solid #ffffff;
	height:25px;
	width:230px;
	float:left;
	border:1px solid #cdcdcd;
	padding-left:5px;
	color:#494949
}

.contact-form textarea{	
	background:#e8ebec;
	border:1px solid #ffffff;
	width:350px;
	height:120px;
	float:left; 
	border-radius:5px;
	padding:5px 0 0 5px;
	color:#494949
}
.contact-form select{
	padding:3px 0;
	width:232px;	
}
.button{
	background:url(../images/bg-button.jpg);
	text-transform:uppercase;
	color:#ffffff;
	padding:5px 10px;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	border:1px solid #003d93;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input.icon-calendar{
	background:url(../images/ico-cal.jpg) #fff no-repeat 98% 50%;
	border:1px solid #CCC;
}



/********** PAGINATION ***********************/
.pagination{
	float: left;
	color:#172677;
	margin: 20px 0 20px 0;
	width:100%;
	clear:both;
}

.pagination ul{
	margin: 0;
	padding: 0;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	float:left;
}

.pagination a, .pagination a:visited{
	padding: 3px 8px;
	text-decoration: none; 
	background-color: inherit;
	color: #172677;
	font-weight: bold;
	float:left
}

.pagination a:hover, .pagination a:active{
	color: #ffffff;
	background:#172677;
	background-position: top center;
	background-repeat: no-repeat;
	text-decoration: none; 
	float:left
}

.pagination .activePrevNext{
	font-weight: bold;
	padding: 3px 9px;
	background-color: inherit;
	color: #ffffff;
	background:#172677;
	background-position: top center;
	background-repeat: no-repeat;
	float:left
}

.pagination li.disablepage{
	padding: 0 5px;
	color: #172677;
	float:left
}

.pagination li.nextpage{
	font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	padding-right: 9px;
	padding-left: 9px;
}
/************************* PAGINATION **************************************/
	
/*========= START Class for Table - Used for all table ============*/ 
.DataTable {
	width:100%;
	float:left;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	margin-bottom:10px;
}
.DataTable .head {
	background-color:#eeeeee;
}
.DataTable .head td{
	border:none;
	padding:6px 3px 6px 5px;
	font-weight:bold;
	border-left:1px #e0e0e0 solid;
}
.DataTable .head td.white{
	text-align:center; 
	background:#fff; 
	border-bottom:1px #e0e0e0 solid;
}

.DataTable td {
	border-bottom:1px #e0e0e0 solid;
	border-left:1px #e0e0e0 solid;
	padding:6px 3px 6px 5px;
}
.DataTable .odd{
	background:#f8f8f8;
}
.DataTable .even{
	background:#fff;
}
.DataTable .rowHover {
	background-color:#dbf2ef;
}
.DataTable .rowSelection {
	background-color:#a0d8cf;
}

.img_phone, .img_vcard {
    width: 40px;
}

#button {
    height: 26px;
    width: auto;
}
#button span {
    background-color: #5185C0;
    float: left;
    height: 30px;
    width: 2px;
}
#button a {
    background-color: #5185C0;
    color: #fff;
    float: left;
    height: 25px;
    padding: 5px 22px 0 20px;
    width: auto;
}
#button a:hover {
    color: #083880;
    text-decoration: none;
}


/*========= START Slice content ============*/ 
#container {position:relative; background:#000; height:300px; padding-left:7px}
.sliderbutton {float:left; width:25px; height:235px; cursor:pointer}
#slideleft {text-align:left}
#slideleft:hover {}
#slideright {text-align:right}
#slideright:hover {}
#slider {float:left; position:relative; overflow:auto; width:710px; height:300px}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:710px; height:300px}
.pagination-pp {position:absolute; top:5px; right:3px; list-style:none; height:25px}
.pagination-pp li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0; border:1px solid #fff}
.pagination-pp li:hover, li.current {background:#fff}
/*========= END Slice content ============*/

.mCustomScrollBox ul{
    padding-left:20px;
    overflow-y: auto;
    overflow-x:  auto;
}
.mCustomScrollBox li{
    float: left;
    list-style-type: disc;
    overflow-wrap: normal;
}
.row:hover{
    background-color: #E0EBEE;
}