@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	outline:none;	
}
body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#933a19;	
}
a:hover{
	color:#e26f1c;	
}
img{
	border:none;
	vertical-align:middle;
}	
ul, li{
	list-style:none;	
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	padding:5px 0;	
}
p{
	padding:5px 0;
	line-height:18px;	
}

/*--header--*/
#header{
	height:81px;
	background:url(../images/bg-header.png) repeat-x;
	position:relative;
	z-index:1000;	
}
#content-header{
	width:940px;
	height:81px;
	margin:0 auto;
	position:relative;	
}
#logo{
	position:absolute;
	padding:0 !important;
	top:0;
	left:0;	
}

#menu{
	position:absolute;
	top:0;
	right:0;	
}
#menu li{
	float:left;
	
}

#menu li a{
	color:#333;
	background:url(../images/li-menu.jpg) top right no-repeat;
	line-height:81px;
	padding:0 10px;
	font-size:13px;
	float:left;
	text-shadow:0 1px 2px #fff;		
	font-weight:bold;
}
#menu li.end a{
	background:none;	
}
#menu li.active a,#menu li a:hover{
	color:#6c3e30;
	background:#fff url(../images/li-menu.jpg) top right no-repeat;
}
#menu li.end a:hover{
	background:#fff;	
}
	
/*--End: header--*/

/*--slide--*/
#slide{
	height:283px;
	position:relative;
	z-index:100;
	overflow:hidden;
}
#slide div
{
	height:283px;
	display:none;
}

#menu-slide{
	padding-left:14px;
	margin:0 auto;
	position:absolute;
	z-index:1000;
	display:table;
	bottom:5px;
	opacity:0.8;
}
#menu-slide li{
	float:left;
	background:url(../images/bg-menu-slide.png) repeat-x;
	line-height:37px;
}
#menu-slide li.first{
	float:left;
	background:url(../images/bg-menu-slide-first.png) no-repeat;
	padding-left:20px;
}
#menu-slide li.end{
	float:left;
	background:url(../images/bg-menu-slide-end.png) no-repeat right top;
	
}
#menu-slide li a{
	height:37px;
	float:left;
	margin:0 5px;
	background:url(../images/bg-li-slide.jpg) top right no-repeat;
	line-height:34px;
	padding:0 6px;
	padding-right:25px;	
	font-size:13px;
	color:#666;
	font-weight:bold;
}
#menu-slide li.end a
{
	background-image:none;	
}
#menu-slide li a:hover,#menu-slide li.active a{
	color:#6e311a;	
}

#content-slide{
	width:940px;
	height:235px;
	margin:0 auto;
	position:relative;
	z-index:100;
}
#content-slide li{
	display:none;	
}
#content-slide li.active{
	display:block;	
}
/*--End: slide--*/

/*--slide-page--*/
#slide-page-01{
	height:186px;
}
/*--End: slide-page--*/


/*--main--*/
#main{
	width:940px;
	margin:0 auto;
	padding-bottom:5px;
	background-color:#fcfcfc;
	padding:10px;
}
#line{
	height:38px;
	line-height:38px;
	color:#6e311a;
	background:url(../images/bg.jpg) repeat-x;
}
#main .title{
	border-bottom:1px solid #ccc;
	font-size:14px;
	text-transform:uppercase;
	color:#333333;
	margin-bottom:10px;	
	font-weight:bold;
}
.title-page{
	font-size:18px;
	color:#fff;
	background:#eb6e28;
	float:left;
	padding:10px 15px;
	text-transform:uppercase;	
	padding-right:150px;
}


#box-project-home{
	width:340px;
	float:left;
	position:relative;	
}
.nav{
	position:absolute;
	top:120px;
	left:0;
	width:340px;
	z-index:1000;	
}
.nav #next{
	position:absolute;
	top:0;
	right:0;	
}
#slide-project{
	z-index:100;
	position:relative;	
}
#slide-project .name a{
	font-size:14px;
	color:#933a19;
	font-weight:bold;	
}
#slide-project .name a:hover{
	color:#333;	
}
.detail a{
	color:#666;	
}
.detail a:hover{
	color:#e26f1c;	
}

/*--box-news-home--*/
#box-news-home{
	width:340px;
	float:left;
	margin-left:20px;
	display:inline;	
}
#menu-tab-container{
	width:340px;
	float:left;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
	margin-top:1px;	
}
#menu-tab-container li{
	float:left;
}
#menu-tab-container li a{
	float:left;
	height:25px;
	line-height:25px;
	padding:0 10px;
	color:#666;
	font-size:14px;
	font-weight:bold;
}
#menu-tab-container li a.tab-active{
	border:1px solid #ccc;
	border-bottom:1px solid #fff;
	margin:-1px;
	color:#9e3b16;
}

.content-tab{
	width:340px;
	float:left;
	display:none;	
}
#box-news-home .img{
	float:left;
	margin-right:5px;
	display:inline;	
}
#box-news-home .name a{
	font-size:12px;
	font-weight:bold;
	color:#333;	
}
#box-news-home .name a:hover{
	color:#933a19;	
}

.list-box-news-home{
	background:url(../images/bg-list-home.jpg) top center no-repeat;
	padding:10px;	
}
.list-box-news-home li{
	background:url(../images/tick-03.jpg) 0 7px no-repeat;
	padding:6px 0;
	padding-left:20px;	
}
.list-box-news-home li a{
	color:#333;	
}
.list-box-news-home li a:hover{
	color:#933a19	
}
/*--End: box-news-home--*/

/*--sgd-home--*/
#sgd-home{
	width:220px;
	float:right;	
}

.list-sgd-home{
	width:220px;
	float:left;
	margin-bottom:7px;	
}
.list-sgd-home li{
	width:190px;
	float:left;
	padding:3px 0;
	border:1px solid #f2f2f2;
	padding:4px;
	margin-bottom:4px;	
}
.list-sgd-home li p{
	padding:0 !important;	
}	
.list-sgd-home li .img{
	margin-right:5px;
	display:inline;	
	
}
.list-sgd-home li .img img
{
	width:190px;
	height:140px;
}
.list-sgd-home li a{
	color:#333;	
	font-weight:bold;
}
.list-sgd-home li a:hover{
	color:#933a19;	
}
/*--End: sgd-home--*/

/*--list_client--*/
#list_client{
	width:940px;
	float:left;
	height:88px;
	background:url(../images/bg-logo-doitac.png) no-repeat;	
	position:relative;
}
.list_client_title
{
	position:absolute;	
	z-index:1000;
	border:1px solid #f1f1f1;
	border-bottom:none;
	padding:0px 10px;
	line-height:20px;
	top:-20px;
	left:10px;
	background-color:#fff;
	font-weight:bold;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	cursor:pointer;
}
#motioncontainer {
	width:905px;
	width/*\**/:885px\9;
	height:80px;
	float:left;
	margin-top:5px;
	margin-left:5px;
	display:inline;
	padding:5px 10px;
}
#motioncontainer img {
	padding-right:5px;
	padding-left:5px;
}
#statusdiv {
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}
#motioncontainer a:hover {
}
/*--list_client--*/

/*--box-sgd--*/
.box-sgd{
	width:165px;
	height:156px;
	float:left;
	border:1px solid #e4e4e4;	
	position:relative;
	margin-right:20px;
	margin-bottom:20px;
	overflow:hidden
}
.box-sgd .end{
	margin-right:0;	
}
.box-sgd:hover{
	width:163px;
	border:2px solid #eb6e28;
	height:154px;
}	
.box-sgd p{
	padding:0 !important;	
	line-height:normal !important
}
.box-sgd .img{
	position:absolute;
	top:3px;
	left:3px;	
}
.box-sgd:hover .img{
	top:2px;
	left:2px;	
}
.box-sgd .name{
	position:absolute;
	top:109px;
	left:5px;
	text-align:center;
	width:148px;	
}
.box-sgd:hover .name{
	top:108px;
	left:4px;	
}
.box-sgd .name a{
	color:#666;	
}
.box-sgd .name a span{
	color:#eb6e28;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;	
}
/*--End: box-sgd--*/



/*--End: main--*/


/*--footer--*/
#footer{
	background:#75402b;	
	color:#ebdad3;
	padding:20px 0;	
}
#footer a{
	color:#fff;	
}
#content-footer{
	width:940px;
	margin:0 auto;
	position:relative;	
}
#thong-tin{
	position:absolute;
	top:0px;
	left:400px;	
	padding:0 !important;
	line-height:normal !important
}
#gotop{
	position:absolute;
	top:0px;
	right:0;
	padding:0 !important;	
}
#gotop a{
	color:#ebdad3	
}
/*--End: footer--*/

/*--Phan-trang--*/
div.pagination {
	text-align:left;
	font-family:Tahoma,Helvetica,sans-serif;
	font-size:11px;
	margin-bottom:10px;
	margin-top:10px;
}

div.pagination a {
	margin-right:3px;
	padding:2px 8px;
	background-position:bottom;
	text-decoration: none;
	color: #ebffe2;
	background:#eb6e28;		
}
div.pagination a:hover, div.pagination a:active {
	background-image:none;
	background-color:#666;
	color: #fff;
}
div.pagination span.current {
	margin-right:3px;
	padding:2px 6px;
	
	font-weight: bold;
	color: #000;
}
div.pagination span.disabled {
	display:none;
}
div.pagination a.next{
	border:2px solid #ccdbe4;
	margin:0 0 0 10px;
}
div.pagination a.next:hover{
	border:2px solid #2b55af;
}
div.pagination a.prev{
	border:2px solid #ccdbe4;
	margin:0 10px 0 0;
}
div.pagination a.prev:hover{
	border:2px solid #2b55af;
}
/*--End: phan-trang--*/



/*--sidebar--*/
#sidebar{
	width:220px;
	float:left;	
}


.list-sidebar{
	margin-bottom:20px;	
}
.list-sidebar li{
	width:220px;
	position:relative;
	float:left;
	margin-bottom:1px;	
}
.list-sidebar li a{
	position:relative;
	float:left;
	background:#999999;
	padding:7px 10px;
	padding-bottom:6px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	width:200px	
}
.list-sidebar li a:hover
{
	background-color:#adacac;
}
.list-sidebar li.active a{
	color:#666;
	background:#e3e3e3;	
}


.list-sidebar li.active img{
	position:absolute;
	top:0;
	right:-10px;
}
.list-sidebar ul{
	margin-bottom:0 !important;	
}
.list-sidebar li li a{
	background:url(../images/bg-sidebar.jpg) repeat-y !important;
	color:#666 !important;
	margin-bottom:1px !important;	
}
.list-sidebar li.active li.active a,.list-sidebar li li a:hover{
	color:#f58220 !important;	
}

.tin-nong ul li
{
	margin-bottom:10px;
	padding-bottom:0px;	
	font-weight:bold;
}
.tin-nong ul li .img a img
{
	width:220px;	
}
.tin-nong p
{
	margin-top:0px;
	padding-top:0px;	
}

/*--sidebar--*/



/*--list-news--*/
#list-news{
	width:700px;
	float:right;
}

.box-news{
	width:200px;
	float:left;	
	margin-right:40px;
	display:inline;
	margin-bottom:30px;
}
.box-news-end{
	margin-right:0;	
}
.box-news p{
	padding:0;
	line-height:normal;
	text-align:justify	
}
.box-news .img{
	margin-bottom:10px;	
}
.box-news .name{
	margin-bottom:10px;	
	font-weight:bold;
}
/*--End: list-news--*/


/*list-plan*/
.box-plan
{
	float:left;
	margin-bottom:25px;
}
.box-plan-end
{
	float:right;	
}
.box-plan .img img
{
	width:340px;
	height:200px;	
}
.box-plan .name
{
	text-align:center;
	font-size:18px;
	font-weight:bold;	
}


/*--page-view--*/
#page-view{
	width:700px;
	float:right;
}
#page-view p
{
	text-align:justify;	
}
.name-page{
	padding-bottom:10px;
	font-weight:bold;
	font-size:18px;
	color:#eb6e28;	
}
#page-view .desc{
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
	padding-bottom:10px;	
}

.img-center{
	text-align:center;
	font-size:11px;
	font-style:italic;	
}
.img-center img{
	border:1px solid #ccc;
	padding:3px;	
}

.img-left{
	float:left;
	margin-right:10px;
	display:inline;	
}
.img-left img{
	border:1px solid #ccc;
	padding:3px;	
}

.img-right{
	float:left;
	margin-right:10px;
	display:inline;	
}
.img-right img{
	border:1px solid #ccc;
	padding:3px;	
}

.title-line{
	border-top:1px dotted #ccc;
	padding-top:10px;
	margin-top:30px;
	font-weight:bold;
	margin-bottom:10px;	
}

.list-order li{
	background:url(../images/tick-02.jpg) 0 7px no-repeat;
	padding:5px 0;
	padding-left:20px;	
}
/*--End: page-view--*/

.detail-label
{
	color:#666;
	font-style:italic;
}

