/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/* */
@charset "utf-8";
/* CSS Document*/
@font-face {
 font-family: font_1;
 src: url("NymphsHandwritingNEW.eot") /* EOT file for IE */
}
@font-face {
 font-family: font_1;
 src: url("NymphsHandwritingNEW.ttf") /* TTF file for CSS3 browsers */
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background: url(/images/line_bg.png) repeat-x left 452px,url(/images/bg_header.png) repeat-x,url(/images/bg.jpg);
	text-align:center;
	color:#fff;
} 
a{
	text-decoration:none;
}
a img {
	border:0;
}
p.the_p{
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:14px;
}
.head{
	width:950px;
	height:493px;
	margin:0 auto;
	position:relative;
}
.main{
	width:950px;
	height:auto;
	margin:0 auto;
	text-align:left;
	display:table;
}
.slide{
	width:950px;
	height:300px;
	top:136px;
	position:absolute;
}
.footer{
	height:216px;
	background:url(/images/bg_footer.png) repeat-x;
}
.copyright{
	width:950px;
	height:216px;
	margin:0 auto;
	color:#D8D8D8;
	text-align:left;
}
.noidung_right{
	line-height:18px;
	min-height: 300px; 
   	height:auto; 
   	height: 300px;
	display:table;
	float:left;
	width:100%;
	margin-bottom:20px;
}
.title_right{
	float:left;
	color:#472222;
	font-size:22px;
	font-family:font_1;
	margin:10px 0;
	width:100%;
}
/*----------------------------------------------------*/
.logo{
	position:absolute;
	width:391px;
	height:215px;
	background:url(/images/logo.png) no-repeat;
	left:277px;
	z-index:999;
}
.slogan{
	position:absolute;
	width:950px;
	height:56px;
	background:url(/images/slogan.png) no-repeat center;
	top:436px;
}
#slideshow {
	width:950px;
	height:300px; 
	overflow:hidden; 
	float:left;
}
.gt_home{
	float:left;
	width:100%;
	margin-top:35px;
	position:relative;
	height:320px;
}
.title_gt_home{
	position:absolute;
	left:23px;
	width:278px;
	height:83px;
	background:url(/images/welcome.jpg) no-repeat;
}
.noidung_gt_home{
	position:absolute;
	left:34px;
	top:98px;
	width:580px;
	font-size:14px;
	font-family:font_1;
}
.img_gt_home{
	position:absolute;
	right:40px;
	top:0;
}
.title_footer{
	float:left;
	font-size:22px;
	color:#8adacf;
	width:100%;
	margin-bottom:10px;
	margin-top:25px;
	font-family:font_1;
}
.noidung_footer{
	float:left;
	width:100%;
	margin-bottom:10px;
	line-height:20px;
}
.line_footer{
	float:left;
	width:100%;
	height:35px;
	background:url(/images/line_footer.jpg) repeat-x 0 20px;
}
.follow{
	float:right;
	width:100px;
	height:115px;
	margin-top:25px;
	background:url(/images/bg_follow.jpg) no-repeat left bottom;
	text-align:right;
}
.khung_sp{
	float:left;
	width:226px;
	height:280px;
	margin:0 3px 0px 0;
	position:relative;
}
.hinh_sp{
	position:absolute;
	left:3px;
	top:0;
	width:100%;
	height:210px;
	background:url(/images/bg_sp.jpg) no-repeat left bottom;
}
.ten_sp{
	position:absolute;
	left:0;
	top:210px;
	width:100%;
	height:70px;
	line-height:65px;
	background:url(/images/bg_sp.png) no-repeat;
	text-align:center;
	color:#381c06;
	font-size:14px;
	font-weight:bold;
}
#shadowText {
	text-shadow: 1px 1px 1px #72644b;
}
@charset "utf-8";
/* CSS Document */
.menu
{
	width:950px;
	position:absolute;
	z-index:9999;
	top:75px;
}
.menu ul
{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float:left;
}
/*Top level list items*/
.menu ul li
{
	position: relative;
	display: inline;
	list-style:none;
	float:left;
	padding:0 23px;
}
/*Top level menu link items style*/
.menu ul li a
{
	display: block;
	font-size:21px;
	padding:0;
	font-family: font_1;
	line-height:30px;
}
* html .menu ul li a
{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.menu ul li a:link, .menu ul li a:visited
{
	color:#e99ca3;
}
.menu ul li a:hover,.menu ul li a.active
{
	color:#B85B0E;
}
/*1st sub level menu*/
.menu ul li ul
{
	position: absolute;
	left: 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width:300px;
	height:auto;
	background:#e99ca3;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li
{
	display: list-item;
	float: none;
	padding:0;
	text-align:left;
	border-bottom:solid 1px #d9858c;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul
{
	top: 0;
}
/* Sub level menu links style */
.menu ul li ul li a
{
	display:table;
	margin: 0;
	padding:5px 10px;
	width:280px;
	border:0;
	text-align:left;
	line-height:20px;
}
.menu ul li ul li a:link, .menu ul li ul li a:visited,.menu ul li ul li a.selected
{
	color:#1a0000
}
.menu ul li ul li a:hover
{
	background:#d9858c;
}
/* Holly Hack for IE \*/
* html .menu{height: 1%;} /*Holly Hack for IE7 and below*/.navigation {
	font-size:11px;
	clear: both;
	padding: 15px 0px 20px;
	text-align: center;
	cursor:default;
	color:#000;
}
.navigation .current_page_item, .navigation .page_item a {
	outline:none;
	margin:2px;
	padding:2px 6px;
	text-decoration:none;
	border:1px solid #472222;
}
.navigation .page_item a {
	color:#472222;
}
.navigation .current_page_item, .navigation .page_item a:hover 
{
	color:#FFF;
	font-weight:bold;
	border:1px solid #472222;
	background:#472222;
}        #popup
        {  
            width:500px;
            height:300px;
            border:1px solid white;
            background-color:white;
            top:20%;
            position:relative;
            margin: 0 auto;
            background: rgb(247, 247, 247);
            border: 1px solid rgba(147, 184, 189,0.8);
            -webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
		    -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
			box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
            -webkit-box-shadow: 10px;
            -moz-border-radius: 10px;
			 border-radius: 10px;
			 opacity:1;
			 z-index: 99999;
        }
        #overlay_signup
        {
            position:absolute;
            top:0px;
            visibility:hidden;
            opacity:1;
            left:0px;
            height:100%;
            width:100%;
            text-align:center;
            
        }
        #overlay_signup:target
        {
            visibility:visible;
            -webkit-animation: fade 400ms ease;
        }
        #overlay_signup:target > #popup
        {
            
             -webkit-animation: moveFromBottom 400ms ease;
        }
        @-webkit-keyframes fade
        {
            from {
               
               
                
                opacity: 0;
            }
            to {
                
                
                opacity: 1;        
            }
        }
        @-webkit-keyframes moveFromBottom
        {
            from {
               
               
                -webkit-transform: scale(.5);
                opacity: 0;
            }
            to {
                
                -webkit-transform: scale(1);
                opacity: 1;        
            }
        }
        @-moz-keyframes fade
        {
            from {
               
               
                
                opacity: 0;
            }
            to {
                
                
                opacity: 1;        
            }
        }
        
        
        @-moz-keyframes moveFromBottom
        {
            from {
               
               
                -webkit-transform: scale(.5);
                opacity: 0;
            }
            to {
                
                -webkit-transform: scale(1);
                opacity: 1;        
            }
        }
        
        
        @-ms-keyframes fade
        {
            from {
               
               
                
                opacity: 0;
            }
            to {
                
                
                opacity: 1;        
            }
        }
        
        
        @-ms-keyframes moveFromBottom
        {
            from {
               
               
                -webkit-transform: scale(.5);
                opacity: 0;
            }
            to {
                
                -webkit-transform: scale(1);
                opacity: 1;        
            }
        }
        
        
        @-o-keyframes fade
        {
            from {
               
               
                
                opacity: 0;
            }
            to {
                
                
                opacity: 1;        
            }
        }
        
        
        @-o-keyframes moveFromBottom
        {
            from {
               
               
                -webkit-transform: scale(.5);
                opacity: 0;
            }
            to {
                
                -webkit-transform: scale(1);
                opacity: 1;        
            }
        }
        
         @keyframes fade
        {
            from {
               
               
                
                opacity: 0;
            }
            to {
                
                
                opacity: 1;        
            }
        }
        
        
        @keyframes moveFromBottom
        {
            from {
               
               
                -webkit-transform: scale(.5);
                opacity: 0;
            }
            to {
                
                -webkit-transform: scale(1);
                opacity: 1;        
            }
        }
        .login 
        {
            padding:30px;
        }
        .login label
        {
            font-size:20px;
            font-family:sans-serif;
        }
        .login .input
        {
            display: inline;
            font-family: "Helvetica Neue", Arial, sans-serif;
            border-style: solid;
            border-width: 1px;
            border-color: #dedede;
            font-size: 1.55em;
            padding: 5px;
            width: 300px;
            color: #777;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
        }
        #submitbtn
        {
            height: 2em;
            padding: 0 1em;
            border: 1px solid;
            outline: 0;
            font-weight: bold;
            font-size: 1.3em;
            color: #fff;
            text-shadow: 0px 1px 0px #222;
            white-space: nowrap;
            word-wrap: normal;
            vertical-align: middle;
            cursor: pointer;
            
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            
            border-color: #030a03 #071807 #000;
            
            -moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
            -ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
            -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
            box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
            
            background-color: #1c2107;
            background-image: -moz-linear-gradient(top, rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38))); 
            background-image: -webkit-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
            background-image: -o-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
            background-image: -ms-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
            background-image: linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); 
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
          }
            
            
            .close_button
            {
                position:absolute;
                right:1px;
                cursor:pointer;
                border:none;
                margin-top:-30px;
            }
            	/* CSS Document */
.cms
{
	float:left;
	height:115px;
	width: 455px;
	margin:0 20px 10px 0;
	position:relative;
}
.hinhnen_cms
{
	width:125px; 
	height:90px; 
	border:solid 2px #4D4D4D;
	position:absolute;
	left:0;
	top:0;
}
.ten_cms
{
	color:#472222;
	position:absolute;
	left:135px;
	top:0;
	font-weight:bold;
	width:325px;
	overflow:hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.ten_cms a
{
	color:#472222
}
.ten_cms a:hover
{
	color: #ad0000;
}
.chuthich_cms
{
	position:absolute;
	left:135px;
	top:20px;
	padding-top:10px;
	text-align:justify;
	height:88px;
	width:325px;
	overflow:hidden;
}
.xemtiep_cms
{
	position:absolute;
	bottom:0;
	right:0
}
.xemtiep_cms a
{
	color:#595959;
	font-weight:bold
}
.xemtiep_cms a:hover
{
	color: #8b4e4e;
}
.tk{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:20px;
}
.b
{
	width:100%;
	line-height:20px;
}
.b a{
	color:#171717;
}
.b a:hover{
	font-weight:bold;
}
.tk a.dang_ngay
{
	color:#171717;
	font-size:8pt;
}
.tk a.dang_ngay:hover
{
	color:#171717;
	font-weight:normal;
}
