@charset "utf-8";
/* CSS Document */
/*Author: Tran Duy Phong */
/*Email: phongt94@gmail.com */
/*Coffe nha go */

/*RESET CSS*/
html, body, div, span, h1, h2, h3, h4, h5, h6, strong, ol, ul, li {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 vertical-align: baseline;
 background: transparent;
}

body {
	font-size: 62.5%;
	font-family: 'Myriad',Arial,Helvetica,sans-serif;
	line-height: 1.5;
    
	background-color: #F5F5F5;
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 0px;
    /*color: #000;
    */
    color: #333333;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
    color: blue;
}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;	
}

a img {
	border: none;
}
.bang{
    background-color: gray !important; 
}
.bang td{
    background-color: white;
    padding: 3px 5px;
}
.bang td p{
    margin: 0px;
    padding: 0px;
}
.tb-table {
    background-color: silver;
}
.tb-td {
    background-color: white;
}
.j-title{
    
}
/*END RESET CSS*/

/*FORMAT*/
#curent_mod{
    color: green;
    border-bottom: 1px solid silver;
    margin-bottom: 10px;
}
.reference{
    color: #333333 !important;
}
.listfinal{
    border-right: none !important;
}
.item-time{
    color: #8A0000;
    font: 10px arial;
}
.item-date{
    color: #848484;
    font: 10px arial;
}
.item-date-today{
    color: red !important;
}
.err{
    color: red !important;
    font-style: italic;
}
.keyword{
    font-style: italic;
}
.bold{
    font-weight: bold;
}
.re_number{
    margin-left: 20px;
}
.result_image{
    float: left;
    margin: 5px 5px 0px 0px;
    border: 1px solid silver;
    max-height: 80px;
    padding: 1px;
}
.image-full{
    text-align: center;
}
.image-full img{
    max-width: 570px;
    max-height: 300px;
}
.bodynews h5{
    border-bottom: 1px solid silver;
    color: green;
    font-size: 1.1em;
}
.focus h4{
    border-bottom: 1px solid silver;
    color: green;
}

#title-current {
    border-bottom: 1px solid silver;
    color: green;
    font-size: 1.2em;
}
.home-view div{
    width: 265px;
    height: 112px;
    float: left;
    text-align: center;
    margin: 10px;
    border: 1px solid #EBEBEB;
    padding: 5px;
}
.home-view div span{
    display: block;
    font-style: italic;
}
.home-view div a{
    display: block;
}
.home-view div a{
    display: block;
}
.home-view div img{
    margin: 2px;
    max-width: 120px;
    max-height: 68px;
}
.button-green{
    background-color: maroon;
    border: 1px solid silver;
    color: white;
    padding: 3px 10px;
}
.button-green:hover{
    background-color: green; 
}
blockquote {
    background: #D6D6D6;
    border: 1px dashed gray;
    padding: 5px;
    margin: 0px;
}
blockquote p{
    margin: 0px;
}
#share{
    margin-bottom: 5px;
    float: left;
    width: 99%;
}
#share div{
    float: left;
    margin: 0px 20px 5px 0px;
}
.li-m10{
    margin: 10px 0;
}
.ul-cicle{
    list-style: circle outside;
    margin-left: 10px;
}
#popup-notify{
    display: none;
    height: 500px;
    overflow-y: auto;
    font-size: 0.9em;
    margin-top: 8px;
    box-shadow: 1px 1px 4px gray;
}
#popup-notify a{
    display: block;
    color: black !important;
    border-bottom: 1px solid #FFF;
}
#popup-notify a.checked_1{
    background-color: silver;
}
.title-border{
    border-bottom: 1px solid silver;
}
/* HEADER */
#wraper {
    position: relative;
    z-index: 1000;
    min-height: 600px;
    margin: 0px auto;
    font-size: 1.3em;
}
.size{
    width: 1024px;
    margin: auto;
}
#wraper {
    position: relative;
    z-index: 1000;
    min-height: 600px;
    margin: 0px auto;
    font-size: 1.3em;
    background: #FFF;
}
#header {
    
    margin: auto;
}
#nav{
    height: 35px;
}
#nav-l{
    float: left;
    height: 35px;
    overflow: hidden;
}
#nav-r{
    float: right;
}
#nav-search{
    height: 38px;
    padding: 1px 0px 1px;
    background-color: #325da7; /* #0295cb; /* #9e9f9f */
    background: -moz-linear-gradient(center top , #4E78C2, #325DA7) repeat scroll 0 0 #325DA7;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4E78C2),color-stop(1,#325DA7));
    /*
    background-color: #DD0000;
    background: -moz-linear-gradient(center top , #C10000, #FF2B2B) repeat scroll 0 0 #325DA7;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#C10000),color-stop(1,rgb(236, 103, 15)));
    */
}
#nav-search-l{
    float: left;
    width: 640px;
}
#nav-search-r{
    float: right;
}
#nav-search-r ul{
    margin-top: 9px;
}
#nav-search-r ul li{
    display: inline;
    margin: 0px 4px;
    padding: 3px;
}
#nav-search-r ul li a{
    padding: 3px;
    color: white;
}
#nav-search-r ul li:hover{
    background: #E6E6E6;
}
#nav-search-r ul li:hover a{
    color: #202020;
    text-decoration: none;
}
#nav ul{
    margin-top: 7px;
}
#nav ul li{
    display: inline;
    margin: 0px 4px;
    padding: 3px;
}
#nav ul li:hover{
    background: #E6E6E6;
}
#nav ul li a{
    padding: 3px;
    color: gray;
    font-weight: bold;
}
#nav ul li a:hover{
    text-decoration: none;
    color: #000;    
}
#nav-search img{
    float: left;
    margin-right: 5px;    
}
#logo-text {
    margin-top: 5px;
}
#frm-search input{
    margin: 6px 0px 0px 3px;
    padding: 4px;
    border: none;
}
#frm-search #kw{
    border: 1px solid white;
    margin-left: 10px;
    width: 370px;
}
#frm-search #submit{
    background-color: #E4E4E4;
}
#frm-search #submit:hover{
    background-color: #00afef;
}
/*form dang nhap*/
#login li{
    margin-bottom: 0px;
    padding: 0px 5px;
}
#login ul{
    display: none;
    position: absolute;
    width: 150px;
    border: 1px solid gray;
    background: #9e9f9f;
    margin: 0px 0px 0px 3px;
    padding: 0px;
}
#login ul li{
    display: block;
    float: left;
    margin: 0px;
}
#login li:hover{
    background: #008040;
}
#login li:hover ul li{
    border: none;
}
#login li:hover ul{
    display: block;
}

#login div{
    position: absolute;
    width: 200px;
    background: #EFEFEF;
    border: 1px solid silver;
    padding: 20px;
    font-family: arial;
    color: #4D4D4D;
}
#login div span{
    font-size: 0.9em;
    margin-left: 5px;
}
#login div span a{
    font-size: 0.8em;
    color: blue;
}
#login div span a#close-fl{
    float: right;
    color: #4D4D4D;
}
#login div input#f-username,input#f-password{
    width: 190px;
    border: 1px solid silver;
    padding: 5px;
    margin: 5px 0px 10px 0px;
}
#login div input#f-submit{
    width: 200px;
    padding: 5px;
    margin: 5px 0px 10px 0px;
    font-weight: bold;
    color: #4D4D4D;
}
#form-login{
    display: none;
}
#form-login img{
    margin-left: 60px;
}
#form-login p{
    text-align: center;
}
#error-login{
    color: red;
}
a#f-register{
    display: block;
    padding: 5px 20px;
    text-align: center;
    margin-left: 0px;
    font-size: 1.6em;
    color: blue;
    font-weight: bold;
}
a#f-register:hover{
    color: white;
    background: #00afef;
}
.title{
    font-size: 1.3em;
}
/* CONTENT */

#content {
    width: 1024px;
    min-height: 450px;
    margin: 0px auto;
}
#sidebar{
    float: left;
    border-right: 1px solid silver;
    width: 150px;
    background: white;
}
#sidebar h4{
    color: blue;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid silver;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    height: 20px;
    text-transform: uppercase;
}
#title-sidebar{
    color: blue;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid silver;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    height: 20px;
    text-transform: uppercase;
}
#sidebar h5{
    color: blue;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid silver;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    height: 10px;
}
.ulsidebar {
    font-size: 1.1em;
    padding-left: 0px;
    margin-left: 0px;
}
.ulsidebar li {
    padding-left: 5px;
    border-bottom: 1px dotted #DBDBDB;
}
.ulsidebar li:hover {
    background-color: #EFEFEF;
}
.ulsidebar-2 {
    font-size: 0.9em;
}
.ulsidebar-2 div{
    display: block;
    float: left;
    margin: 5px 0px 5px 0px;
    line-height: 1.4;
}
.ulsidebar-2 div.content-small-img{
    float: left;
    width: 42px;
    height: 31px;
    margin: 1px 4px 0px 0px;
    overflow: hidden;
}
.small-t-n{
    float: left;
    max-width: 40px;
}
.small-t{
    float: left;
    max-width: 40px;
    max-height: 40px;
    margin: 2px 3px 0px 0px;
}
.ulsidebar-3{
    font-size: 1em;
}
.ulsidebar-3 div{
    display: block;
    margin: 5px 0px 5px 0px;
    line-height: 1.1em;
    width: 150px;
    min-height: 45px;
}
.ulsidebar-3 div .small-t{
    float: none;
    margin: 0px;
    padding: 0px;
}
.ulsidebar-3 div .side-div-img{
    text-align: center;
    float: left;
    width: 40px;
    padding: 0px;
    margin: 0px 5px 0px 0px;
}
.ulsidebar-3 div .side-div-text{
    vertical-align: middle;
}
.ulsidebar-3 div .side-div-text span{
    display: block;
}
.ulsidebar-4 li a{
    background: none;
    display: block;
    margin: 5px;
    text-align: center;
    color: blue;
    font-family: arial;
    border: 1px solid silver;
}
.ulsidebar-4 li a:hover{
    text-decoration: none;
    background-color: blue;
    color: white;
    font-weight: bold;
}
/*midle*/
#midle{
    padding: 40px 20px;
    margin-left: 0px;
    width: 600px;
    float: left;
    background-color: #FFF;
    min-height: 500px;
}
#midle fieldset{
    border: 1px solid silver;
    margin-bottom: 5px;
}
#midle div#topnews img{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid silver;
    max-width: 240px;
    max-height: 180px;
}
#midle div#topnews p{
    overflow: hidden;
    max-height: 138px;
}
#midle p{
    padding-bottom: 10px;
}
.hleft{
    width: 350px;
    float: left;
    margin-right: 10px;
}
.hleft h5{
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}
.hleft p{
    margin: 0px;
    padding: 0px;
}
.hright{
    margin-left: 370px;
}
.hright ul{
    list-style-type: circle;
}
.homecat{
    overflow: hidden;
    max-height: 146px;
    margin-bottom: 10px;
}
.homecat h4{
    border-bottom: 2px solid silver;
    margin-bottom: 10px;
}
.homecat h4 a{
    font-weight: bold;
    text-transform: uppercase;
}
#midle div.homecat div.hleft img{
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    border: 1px solid silver;
}
/**** FULL NEWS ****/
#fullnews{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.03em;
    line-height: 1.5;
    color: #171717;
    letter-spacing: 0.01em;
    word-spacing: 0.08em;
}
.time{
    font-size: 0.8em;
}
.author{
    text-align: right;
}
.source{
    font-style: italic;
    display: block;
}
.authorname{
    font-weight: bold;
}
div#fullnews img.imgtopnews {
    border: 1px solid silver;
    max-width: 600px;
    max-height: 450px;
}
div#fullnews ul{
    margin-left: 40px;
    list-style: square;
}
div#fullnews ol{
    margin-left: 30px;
    list-style: decimal;
}
div#fullnews .bodynews img{
    max-width: 600px;
}
div#fullnews .bodynews table td p{
    margin: 0px !important;
    padding: 0px !important;
}
/*** NEWSCAT ***/
#midle div.newscat{
    overflow: hidden;
    height: 100px;
    margin-bottom: 20px;
}
#midle div.newscat p{
    padding: 0px;
    margin: 0px;
}
#midle div.newscat img{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid silver;
}
#midle div.newscat div.newsshow h5{
    font-size: 1.1em;
}
#paging{
    text-align: center;
    margin-top: 10px;
}
#paging a{
    margin: 5px;   
}
/*** DESEASE ***/
#midle form input{
    margin-left: 40px;
}
#midle form input.no-margin{
    margin: 0px;
}
#midle form fieldset label{
    display: block;
}
#midle .focus ul{
    list-style: circle;
    margin-left: 20px;
}
/***SPECIESES**/
#midle div.list-p-img{
    min-height: 80px;
    float: left;
    width: 290px;
    margin-top: 10px;
}
#midle div.list-p-img div.list-img{
    width: 102px;
    height: 77px;
    float: left;
    margin: 0px 5px 5px 0px;
}
#midle div.list-p-img img{
    float: left;
    border: 1px solid silver;
    max-height: 75px;
    
}
/*****TECHNICAL*****/
.hometech ul{
    margin-left: 40px;
    list-style: circle;
}
/*****RESULT******/
#result p.re-item a{
    font-style: italic;
    display: block;
    text-decoration: underline;
}
#result p.re-item span.green{
    color: green;
}
.result p.re-item a{
    font-style: italic;
    display: block;
    text-decoration: underline;
}
.result p.re-item span.green{
    color: green;
}
/* ADVERTIMENT */
h5.title-block{
    padding: 3px 0;
    width: 230px;
}
#advertiment{
    margin-bottom: 5px;
}
#advertiment, #advertiment2{
    float: left;
    width: 233px;
    text-align: center;
}
#advertiment a{
    line-height: 0;
}
#advertiment .adv-block{
    width: 233px;
    margin-top: 10px;
    float: left;
}
#advertiment .adv-full{
    width: 233px;
}
#advertiment .adv-half{
    width: 116px;
    float: left;
    overflow: hidden;
}
#advertiment .adv-half115{
    width: 115px;
    height: 58px;
    float: left;
    overflow: hidden;
    margin-top: 1px;
}
.adv-s-r{
    margin-left: 1px;
}
#advertiment .adv-half115 img{
    max-width: 116px;
    max-height: 60px;
}
#advertiment .logo-focus{
    background: silver;
    width: 231px;
    padding: 1px;
}
#advertiment .logo-focus h4{
    padding-top: 3px;
    color: gray;
}
/* FOOTER */
#footer {
    border-top: 1px solid #e8e8e8;
    background-color: #F5f5f5;
}
#f-size{
  width: 1028px;
  margin: 0px auto;  
}
#ftop{
    height: 105px;
}
#f-size div{
    width: 100px;
    margin: 5px 10px 0px 0px;
}
.fleft{
    float: left; 
}
.fleft li{
   font-size: 0.8em;
}
h5.ftitle a{
    font-size: 1.1em;
    color: gray;
    text-transform: uppercase;
    font-weight: bold;
}
#fmid{
    text-align: center;
    font-size: 1.1em;
    margin-top: 5px;
}
#fmid li {
    display: inline;
    border-right: 1px solid silver;
    padding-right: 5px;
    margin-left: 3px;
    text-transform: uppercase;
}
#fmid p{
    font-size: 0.8em;
    color: #333333;
    margin: 0px;
    padding: 0px;
}
#fright {
    float: right;
    color: gray;
    width: 200px !important;
}
#fright span{
    font-style: italic;
    font-size: 12px;
    color: #2D2D2D;
}
#fright p{
    font-size: 0.8em;
    margin: 0px;
    padding: 0px;
}
/******FOOTER ALERT********/
#footeralert{
    background-color: #F4F4F4;
    border-top: 1px solid silver;
    height: 20px;
    padding: 3px 30px;
    margin: 0 !important;
    position: relative;
}
#footeralert .lmarquee{
    float: left;
    width: 80%;
    overflow: hidden;
}
#footeralert #r{
    float: left;
    margin-left: 20px;
}