body {
    background: #eee url('/css/bg/bgnoise.png');
    font-size: 13px;
    margin: auto;
    padding: 0px;
    color: #222;
}
a:link, a:visited {
    color: #34617e;
    text-decoration: none;
}

a:hover {
  	background: url('/css/img/trai-tim.gif');
    color: #C83C39;
    text-decoration: none;
	border-radius: 4px;
}
/*=====tag=====*/
small {
  font-size: 10px;
}
big {
  font-size: 18px;
}
h1, h2, h3, h4, h5 {
  font: 80% Arial bold;
  margin:0;
  display: inline;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 15px;
}
h3, h4, h5 {
font-size: 12px;
}
hr {
  border: 1px solid #d5d5d5;
}
#menu-right {
	float:right;
	width:75px;
	height: 100px;
	display:block;
	color:#fff;
	right: -10px;
	padding:0;
	position:fixed;
	bottom:20%;
	z-index:9999;
}
#header {
display: block;
width: 100%;
background: rgba(255, 255, 255, 0);
color:#FFFFFF;
}
#main{
width:80%;
margin: auto;
border: 1px solid rgba(255, 255, 255, 0);

}
#left{
border: 1px solid rgba(255, 255, 255, 0);
float:left;
width:20%;
color:#000;
}
#info{
margin: auto;
float: right;
width:70%;
padding-left: 5px;
padding-right: 5px;
box-shadow : 0 7px 50px rgba(0, 0, 0, 0);
}
#right{
border: 1px solid rgba(255, 255, 255, 0);
float:right;
width:25%;
color:#000;
}
/*====Footer====*/
.footer {
background: #444;
color: #bbb;
margin-top: 10px;
border-spacing: 10px;
}
.footer table {
white-space: normal;
line-height: normal;
font-weight: normal;
font-size: medium;
font-variant: normal;
font-style: normal;
color: -webkit-text;
text-align: start;
  padding-bottom: 10px;
}
.footer table td {
vertical-align: top;
padding-bottom: 10px;
}
.footer_title {
padding-bottom: 4px;
text-transform: uppercase;
border-bottom: 1px solid #E74946;
font-size: 14px;
margin-bottom: 6px;
color: #eee;
}
.footer a {
  color: #fff
}
.footer a:hover {
  text-decoration: underline;
  color: #fff;
  background: none;
}
#footer{
clear:left;
color:#000;
background: rgba(255, 255, 255, 0);
}

/*====Navition BarMenu====*/
.navbar {
  width: 100%;
position: fixed;
  z-index: 1000;
  text-align: center;
    background: #FAFAFA url('/css/img/navbar_bg.png') repeat-x bottom;
    border-bottom: 1px solid #cacaca;
    box-shadow: 0px 2px 3px #c9c9c9;
    font-family: 'segoe ui', Helvetica, Tahoma, Arial, Helvetica, sans-serif;
}

.navbar ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.navbar li {
    display: inline-block;
    transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    margin-right: -4px;
}

.navbar li a {
    display: inline-block;
    border-left: 1px solid #e0e0e0;
    padding: 10px 10px 8px 10px;
    color: #555;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: -1px 1px 1px #FFF;
}

.navbar li:hover {
    background: #fff;
}

.navbar_shadow {
    height: 8px;
}

.navbar .home_icon {
    background: url('/css/img/home.png') no-repeat center center;
    width: 24px;
}
.zen_width {
  text-align: center;
  display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0px 6px;
}
/*====Img====*/
#img {
  border-radius: 3px;
    padding: 1px;
    margin: 4px 4px 0 0;
    border: 1px solid #d5d5d5;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 65px;
    height: 65px;
}
#img:hover  {
  border-radius: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    position: relative;
    box-shadow: 0px 0px 8px #666;
    -moz-box-shadow: 0px 0px 8px #666;
    -webkit-box-shadow: 0px 0px 8px #666;
}
.img{
  border: 2px solid #ccc;
  margin: 8px;
  max-width:90%;
  height:auto;
  transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    position: relative;
}

.img:hover{
 /* -webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.5);
  box-shadow:0 0 10px rgba(0,0,0,0.5);
  max-width:80%;
  height:auto;
  background-color:#fcf*/
	box-shadow: 0 0 55px #999;
    -moz-box-shadow: 0 0 55px #999;
    -webkit-box-shadow: 0 0 55px #999;
    transform: scale(1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1);
    -o-transform: scale(1.1);
    z-index: 1;
    opacity: 1;
}
/*==Sotry==*/
.story {
	text-align: left;
  	color: #000;
	font-size: 14px;
	font-family: verdana;
    border-bottom: 1px dashed #ddd;
	padding: 4px;
	background-color: #fff;
  	background-image: url(/css/bg/giay.png);
}
.view {
  background:url(/images/icon/view.png) no-repeat center left;
  color:#666;
  padding: 2px 3px 2px 18px;
  font-size:12px
}
.date{
  background:url(/images/icon/clock2.png) no-repeat center left;
  color:#666;
  padding: 2px 3px 2px 18px;
  font-size:12px}
/*====phdr====*/
.phdr {font-family: 'comic sans ms';
font-weight: bold;}
.phdr:nth-child(even) {
	margin-top: 5px;
    background: #444;
    padding: 6px;
    color: #eee;
    text-transform: uppercase;
    font-size: 14px;
	border-left: 4px solid #3598DC;
}
.phdr:nth-child(2n+1) {
	margin-top: 5px;
    background: #444;
    padding: 6px;
    color: #eee;
    text-transform: uppercase;
    font-size: 14px;
	border-left: 4px solid #F39C11;
}
.phdr:nth-child(3n+1) {
	margin-top: 5px;
    background: #444;
    padding: 6px;
    color: #eee;
    text-transform: uppercase;
    font-size: 14px;
	border-left: 4px solid #006600;
}
.phdr:nth-child(4n+1) {
	margin-top: 5px;
    background: #444;
    padding: 6px;
    color: #eee;
    text-transform: uppercase;
    font-size: 14px;
	border-left: 4px solid #CC33CC;
}
.phdr a:hover, .phdr a {
    color: #fff;
}
 /*=====Input=====*/
input[type="submit"] {
   background: #fff url('/css/img/bg-pattern-cyan.png') repeat-x bottom;
    background: #8B9C38;
    padding: 5px 10px;
    color: #fff;
    border: 0px;
    cursor: pointer;
    margin: 2px 0px;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: url("http://forlam.wap.sh/css/chuot/bt.png"),auto; 
}
input[type="submit"]:hover {
    background: #808F33;
}

input[type="text"], input[type="password"] {
    background: #FDFDFD;
    color: #555;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 3px 0px;
    font-size: 14px;
    box-shadow: inset 1px 1px 3px #eee;
    cursor: url("http://forlam.wap.sh/css/chuot/bt.png"),auto; 
}
input[type="checkbox"] {
    vertical-align: middle;
    cursor: url("http://forlam.wap.sh/css/chuot/bt.png"),auto;
}
select {
    background: #FDFDFD;
    color: #555;
    border: 1px solid #d1d1d1;
    padding: 4px;
    margin: 3px 0px;
    box-shadow: inset 1px 1px 3px #eee;
    border-radius: 4px;
    cursor: url("http://forlam.wap.sh/css/chuot/bt.png"),auto;
}

/*====Class====*/

.list1:nth-child(odd), .mainsub:nth-child(odd), .qc {
padding: 8px 8px;
background: #f9f9f9;
border: 1px solid #ddd;
border-top:none;
}
.list1:nth-child(even), .mainsub:nth-child(even) {
padding: 8px 8px;
background: #fff;
border: 1px solid #ddd;
border-top:none;
}
.list1:hover, .mainsub:hover {
background: #F0F0F0;
border-bottom: 1px dashed #ddd;
}
.xamt, .xamd, .xamg, .xam, .rmenu {
  padding: 8px 8px;
background: #eee;
border: 1px solid #ddd;
border-top:none;
}
.blogitem {
	background-color: none;
    border-bottom: 1px dashed #DDD;
    padding: 8px 5px 8px 5px;
    margin: 0px 0px 0px 0px;
}
/*====Paging====*/
.currentpage, .trang, .page span, .filelist_paging span {
background: #E74946;
color: #FFF;
margin: 2px 2px;
display: inline-block;
border-radius: 4px;
padding: 4px 8px 4px 8px;
}
.filelist_paging, .page, .xt_blog_paging {
padding: 8px 8px;
background: #f9f9f9;
border: 1px solid #ddd;
border-bottom: 1px dashed #eee;
 }

.filelist_paging a, .page a, .xt_blog_paging a, .currentpage a {
background: #444;
color: #FFF;
margin: 2px 2px;
display: inline-block;
border-radius: 4px;
padding: 4px 8px 4px 8px;
}
.filelist_paging a:hover, .page a:hover, .currentpage a:hover {
 	background: #E74946;
}

.slide_likebox {
	float:right;
	width:247px;
	height:385px;
	background:url(http://forlam.wap.sh/css/img/bg_fb.png) no-repeat!important;
	display:block;
	color:#fff;
	right:-205px;
	padding:0;
	position:fixed;
	top:15%;
	z-index:1002;
	}
.loading
                {
                        background: #000;
                        background: rgba(0, 0, 0, 0.65);
                        filter: alpha(opacity = 65);
                        -moz-border-radius: 4px;
                        -webkit-border-radius: 4px;
                        border-radius: 4px;
                        -moz-background-clip: padding;
                        -webkit-background-clip: padding-box;
                        background-clip: padding-box;
                        font-family: Tahoma;
                        font-size: 12px;
                        width:200px;
                        left:50%;
                        top:50%;
                        margin-left:-100px;
                        margin-top:-33px;
                        color:#FFF;
                        text-align:center;
                        padding:10px;
                        position: fixed;
                        z-index:30
                }     

.topmenu {
	position:fixed;
	top: 40px;
	right: 0px;
	padding-right: 4px;
	padding-left: 0;
	clear: both;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0);
}
.topmenu ul {
	background: none;
	text-align: right;
	list-type: none;
}
.topmenu li {
  list-type: none;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.75);
	display: inline;
	padding: 4px;
	border-radius: 4px;
	font-weight: bold;
	margin-right: 5px;
}
/*=====Breadcrumb====*/
.breadcrumb {
  	padding: 6px;
	font-size:12px;
	font-weight: bold;
	background:#f0f7fc url(/css/ims/top-highlight.png) repeat-x top;
	border:1px solid #a5cae4;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	max-width:100%;
  margin-bottom: 0px;
	
}
.breadcrumb span a span {
padding-right: 16px;
display: inline-block;
background: url('http://zencms.vn/templates/kh/theme/images/breadcrumb_sp.png') no-repeat center right;
}
