

			.back-link a {
				color: #4ca340;
				text-decoration: none; 
				border-bottom: 1px #4ca340 solid;
			}
			.back-link a:hover,
			.back-link a:focus {
				color: #408536; 
				text-decoration: none;
				border-bottom: 1px #408536 solid;
			}
			h1 {
				height: 100%;
				/* The html and body elements cannot have any padding or margin. */
				margin: 0;
				font-size: 14px;
				font-family: 'Open Sans', sans-serif;
				color: #1c1d1e;
				font-size: 32px;
				margin-bottom: 3px;
			}
			h2 {
				color: #1c1d1e;
				font-family: 'Open Sans', sans-serif;
				font-weight: normal;
			}
			.entry-header .inner {
				text-align: left;
				margin: 0 auto 20px auto;
				width: 800px;
			}
			.entry-header { padding-top: 20px; background-color: #fff; width:100%; position: fixed; top: 0; left: 0; z-index: 999999}
		
		
		
.videoContainer
{
    position:absolute;
    height:100%;
    width:100%;
    overflow: hidden;
}

.video-wrap video
{
     min-width: 100%; min-height: 100%;
    width: 100%; height: auto; z-index: 1000;
	
}



.ht_left{width:59%; float:left}
.ht_left_content{width:50%; float:left; margin-bottom:20px;}

.ht_right{width:39%; float:right}



.ptda{width:1200px; margin:0 auto; color:#fff; text-align:center;}
.ptda img{margin:0px 30px 40px 30px;}




.form_lh{margin-top:20px;}
.txt_lh {
	width:96%;
	color:#5d5d5d;
	
	border:none;
	border-radius:3px;
	padding:2%;
	border:1px solid #e0dfdf;
	margin-top:7px;
}

.noidung {
	margin-top:5px;
	
	color:#5d5d5d;
	height:100px;
	border:none;
	border-radius:3px;
	padding:3%;
	border:1px solid #e0dfdf;
}


.btn_send {
    background-color: #0c4f78;
    border: medium none;
    color: #fff;
    cursor: pointer;
    margin-top:10px;
    padding: 7px 15px;
	border-radius:3px;
	text-align:center;
}



.css3gallery img {
	-webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform:scale(1); /*Mozilla scale version*/
	-o-transform:scale(1); /*Opera scale version*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	opacity: 1; /*initial opacity of images*/
	
}
.css3gallery img:hover {
	-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform:scale(1.1); /*Mozilla scale version*/
	-o-transform:scale(1.1); /*Opera scale version*/
	opacity: 0.8;
}


