﻿/*-------------- RESET ---------------*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
}

h1 {
	font: bold 20px Tahoma;
}

h2 {
	font: bold 14px Tahoma;
}

header,section,footer,aside,nav,article,hgruop {
	display: block;
}

.clearfix {
	clear: both;
}

a {
	color: #a8a8a6;
	text-decoration: none;
}

ul {
	list-style: none;
}
/*-------------------------------------*/
/*-------------- HEADER ---------------*/
body {
	width: 100%;
	color: #fff;
	display: -moz-box; /* Firefox */
	-moz-box-pack: center; /* Firefox */
	display: -webkit-box; /* Safari, Opera và Chrome */
	-webkit-box-pack: center; /* Safari, Opera và Chrome */
	font: normal 12px Century Gothic;
	color: #a8a8a6;
	margin: 0px auto 0px;
	text-align: center;
	overflow-y: scroll;
}

#contain {
	max-width: 980px;
	margin: 0px auto;
	text-align: center;
	display: -moz-box; /* Firefox */
	-moz-box-orient: vertical;
	-moz-box-flex: 1;
	display: -webkit-box; /* Safari, Opera và Chrome */
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
}

#top_header {
	display: -moz-box; /* Firefox */
	-moz-box-orient: vertical;
	-moz-box-align: center;
	display: -webkit-box; /* Safari, Opera và Chrome */
	-webkit-box-orient: vertical;
	-webkit-box-align: center;
}

.language {
	border: 1px solid pink;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.logo {
	margin: 36px auto 0px;
	
}

.logo a {
	display: block;
	width: 153px;
	height: 47px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat top center;
}

.top_menu {
	padding-top: 15px;
	margin: 0px auto;
	color: #c1c1c0;
	font-size: 14px;
}

.top_menu ul li {
	display: inline-block;
}

.top_menu ul li a {
	text-transform: uppercase;
	padding: 3px 10px;
	margin: 0px 3px;
}

.top_menu ul li a:hover,.top_menu ul li.active a,.top_menu ul li.current a
	{
	color: #fff;
}

/*--------------------------------------*/
/*-------------- CONTENT ---------------*/
.breadcrumbs {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

#main {
	margin: 30px 0px 0px;
	display: -moz-box; /* Firefox */
	-moz-box-orient: vertical;
	display: -webkit-box; /* Safari, Opera và Chrome */
	-webkit-box-orient: vertical;
}

.content-top {
	margin: 0px auto 10px;
	border: 1px solid #999;
}

#main_section {
	-moz-box-flex: 1; /* Firefox  */
	-webkit-box-flex: 1; /*Safari, Opera và Chrome */
	margin: 25px auto 10px;
	padding: 0px 0px 0px;
	position: relative;
}

p.link {
	text-align: right;
	margin: 5px auto 0px;
	width:720px;
}

p.link span {
	padding: 3px 10px;
}

h2.title {
	font: normal 32px Century Gothic;
	color: #a8a8a6;
	text-align: left;
}

body.rendering h2.title {
	margin-left:10px;
}
body.rendering p.link {
	width:800px;
}

#main_section .main-tvc {
	padding: 0px;
	text-align: left;
	overflow: hidden;
	padding-left: 8px;
}

#main_section .tvc-slide {
	overflow: hidden;
}

#main_section img.img-header {
	width: 965px;
	opacity: .7;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70 );
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.content-bottom {
	border: 1px solid #999;
	margin: 0px auto 10px;
}

/*-----------------------------------------------*/
/*-------------- CAPTION IMAGE HOVER-------------*/
.boxgrid {
	width: 310px;
	height: 200px;
	margin:14px 14px 0 0px;
	display: inline-block;
	background: #161613;
	overflow: hidden;
	position: relative;
}

.boxgrid img {
	position: absolute;
	top: -10px;
	left: 0;
}

.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 36px;
	width: 100%;
	opacity: .6;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60 );
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.boxcaption h3 {
	font: normal 13pt Century Gothic;
	color: #fff;
	padding: 0px 3px 3px 0px;
}

.boxcaption h3 a {
	display: block;
	width: 100%;
	height: 48px;
	padding: 5px 10px;
}

.captionfull .boxcaption {
	top: 200px;
	left: 0;
}

/*-------------------------------------------*/
/*-------------- CONTACT PAGE ---------------*/
div.contact {
	font: normal 16pt Century Gothic;
	color: #d4d4d1;
	text-align: center;
	padding: 260px 10px 10px;
}

div.contact h2.contact {
	font: normal 35.16pt Century Gothic;
	color: #d4d4d1;
	text-align: center;
}

s
/*-------------------------------------------*/
/*-------------- INDEX PAGE (PROJECT)---------------*/
.projects {
	*display: inline-block;
	*border: 1px solid;
	margin: 0 auto;
}

.projects:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	
}

.projects .project {
	float: left;
	height: 187px;
	margin: 7px;
	width: 310px;
}

.projects .project img {
	width: 310px;
	height: 187px;
}

.projects .title {
	font-size: 18px;
	width: 303px;
}

.project {
	position: relative;
	background: transparent url(../../images/image_loading.gif) center
		center no-repeat;
	overflow: hidden;
	border: 1px solid transparent;
}

.project .specialty_overlay a {
	height: auto;
	width: auto;
	text-indent: 0;
}

.project a {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	z-index: 100;
	display: block;
	left: 0px;
	top: 0px;
	background: url(../../images/transparent.gif) 0px 0px;
}

.project .title {
	display: none;
	position: absolute;
	line-height: 1.5em;
	font-family: helvetica, arial, sans-serif;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	background: rgba(0, 0, 0, 0.6);
	padding-left: 0.5em;
}

.project img {
	width: 100%;
	height: 100%;
	z-index: 0;
	left: 0px;
	top: 0px;
	display: block;
	position: absolute;
}

div.pagination {
	text-align: right;
}

div.pagination p.counter {
	display: none;
}

div.pagination ul {
	float: right;
}

div.pagination ul li {
	margin: 2px;
	border: 1px solid white;
	float: left;
}

div.pagination ul li a,div.pagination ul li span {
	padding: 2px 9px;
	height: 20px;
	margin: 1px;
	line-height: 20px;
	display: block;
	background: white;
}

div.pagination ul li a.pagenav {
	color: #444;
	font-weight: bold;
}

/*-------------------------------------------*/
/*-------------- FORMAT SHOW ALL ---------------*/
.all .projects .project {
  	margin:4px 5px;
}


/*-------------------------------------------*/
/*-------------- FORMAT SHOW ALL ---------------*/

.xem-phim {
	margin:0px auto; width:720px;
	position:relative;
	background: #000 url(../../images/image_loading.gif) center center no-repeat;
}
.xemphim{
	margin-top:0px;
}

/*============== UPDATE 19/02/2013 ===========*/
	
@-moz-document url-prefix() { 
	body{overflow-y:inherit;}      
	.logo a {
		margin: 30px 0px 22px;
	}
	p.link {
	    margin: 5px auto 0;
	    width: 720px;
	}
	body.rendering.slideshow #main{display: block; }
	body.rendering.slideshow #main_section{width:1000px; }
	
}


/*============== UPDATE 27/02/2013 ===========*/
.item{
	background: #E0E0E0;
	padding:10px;
}
.item h3{
	color: #000;
	text-align: left;
	font-size: 30px;
	margin-bottom:20px;
}
.item .item-info{
	background: #FFF;
	padding:20px 0px 10px;
	overflow: hidden;
	text-align: left;
	color:#CECECE;
}
.item .item-info img{
	margin-bottom:15px;
	max-width: 932px;
}
.item .item-info p{
	margin:10px 0px;
	padding:0px 10px;
}


/*============== UPDATE 05/03/2013 ===========*/
.info-video{ width:720px; margin:0px auto; }
.introtext{ 
	width: 500px;
	margin: 0px auto;
	text-align:left;
	font-size:13px; 
}


/*============== UPDATE 25/05/2013 ===========*/
#footer{
	padding: 10px 0px;
	
	filter:alpha(opacity=50);
	width:98%;
	margin-left: 20px;
	margin-top:15px;
}

#footer p,
#footer a{
	opacity:1;
	filter:alpha(opacity=100);
	color: #000;
	font-size: 13px;
}

#footer a{
	color: rgb(128, 128, 128);
}


/*======================================*/
/**----- 09/06/2013 10:45:00 AM ------**/
body.rendering p.link { /* dong 158 */
	width:1000px;
}

.introtext{ /* dong 431 */
	width: 700px;
}

/*================ IMAGE VIWER =============*/

#lightbox{
	background-color:#fff;
	padding: 10px;
	border: 2px solid #eaeaea;
	z-index: 5000;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	font-size:18px;
}	
#lightboxCaption{ float: left; color: #b04b49; }
#keyboardMsg{ float: right; color: #000; display:none; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	background: transparent url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}








