﻿body {
    color:#000000;
    font-family: Tahoma,Arial,Sans-Serif;
    font-size:12px;
    line-height:1.5;
    /*background-image: -moz-linear-gradient(center top ,#F2F2F2 0%, #EFFADF 50%, #F2F2F2 100%);*/
    background-image:url('images/bg-content-green.png');
    background-repeat:repeat;
}
img{
    border:none;    
}
a{
    text-transform:none; color:#3898e1; cursor:pointer; text-decoration:none;
}
table
{
    border-collapse:collapse;    
}
table td
{vertical-align:middle;}

.fix
{clear:both;}
#backtotop
{
    position:fixed;
    background-image:url('images/up-arrow.png');
    background-repeat:no-repeat;
    cursor:pointer; 
    right:10px;
    bottom:10px;   
    width:48px;
    height:50px;
    z-index:12;
    display:none;
}

#wrapper{
    display: block;
    height: auto;
    margin: 0px auto;
    position: relative;
    width: 997px;
}

/*--- Header --*/
#header{
    height:auto;
    padding:0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}

#logo{
    padding:3px;
    float:left;
    border:solid 1px #216a0b;
    border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius:10px;
    -moz-border-radius:10px;
}

#name_company
{
    float:left;
}
#name_company img
{
    border:solid 1px #408f28;
    border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius:10px;
    -moz-border-radius:10px; 
}

#search
{
    position:absolute;
    float:right;
    border:1px solid #C5C5C5;
    margin:3px 0 0 765px;
    padding:5px 10px 5px 10px;
    background-color:#ffffff;
    border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius:10px;
    -moz-border-radius:10px;
    width:205px;
}
.text_search
{    
    border:none;
    color: #C5C5C5;    
    width: 180px;    
    outline:none;
    float:left;
}
.button_search
{
    float:right;
}

#language
{
    float: right;
    right: 10px;
    top:8px;
    position: relative;    
}

/*------ navigation ---*/
#navigation
{
    height:35px;
    border:1px solid #8acd2f;
    border-radius:7px 7px 0px 0px;
    -webkit-border-radius:7px 7px 0px 0px;
    -o-border-radius:7px 7px 0px 0px;
    -moz-border-radius:7px 7px 0px 0px;
    background-image:url('images/bg-navigate.png');
    background-repeat:repeat-x;    
    background-position:0px 1px;
}

/*------ slide image -----*/
#slide_image
{
    width:995px;
    height:300px;    
    border-width:0px 1px 1px 1px;
    border-style:solid;
    border-color:#8acd2f;
    border-radius:0px 0px 7px 7px;
    -webkit-border-radius:0px 0px 7px 7px;
    -o-border-radius:0px 0px 7px 7px;
    -moz-border-radius:0px 0px 7px 7px;    
    overflow:hidden;
    box-shadow:0px 5px 5px #cecece;
    -webkit-box-shadow:0px 5px 5px #cecece;
    -o-box-shadow:0px 5px 5px #cecece;
    -moz-box-shadow:0px 5px 5px #cecece;
}
#slide_content {
    width: 6000px;
    overflow: hidden;
    z-index: 999; 
}

#slide_content img
{
    width:997px;
    height:300px;
    float:left;    
}


#list_slide_number {
    float: right;
    margin-left: 12px;
    margin-right: 10px;
    margin-top: -36px;
    position: relative;
}
#list_slide_number ul {
  margin: 0; padding: 0;
}

#list_slide_number ul li {
  float: left;
  margin-left: 8px;
  width:18px;
  cursor:pointer;  
  background-color:#ffffff;  
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -moz-border-radius: 20px;  
  background-image: -moz-linear-gradient(center top ,#9e9e9e 0%, #d0d0d0 10%, #ffffff 100%);  
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#9e9e9e),color-stop(0.1,#d0d0d0),color-stop(1,#ffffff));
  background-image: -webkit-linear-gradient(center top ,#9e9e9e 0%, #d0d0d0 10%, #ffffff 100%);
  background-image: -o-linear-gradient(center top ,#9e9e9e 0%, #d0d0d0 10%, #ffffff 100%);
  background-image: -ms-linear-gradient(center top ,#9e9e9e 0%, #d0d0d0 10%, #ffffff 100%);
  background-image: linear-gradient(center top ,#9e9e9e 0%, #d0d0d0 10%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
    
}
#list_slide_number ul li.current_slide 
{        
    background-image: -moz-linear-gradient(-45deg, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 95%, #002400 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#b4ddb4), color-stop(17%,#83c783), color-stop(33%,#52b152), color-stop(67%,#008a00), color-stop(95%,#005700), color-stop(100%,#002400)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-45deg, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 95%,#002400 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-45deg, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 95%,#002400 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-45deg, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 95%,#002400 100%); /* IE10+ */
    background-image: linear-gradient(135deg, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 95%,#002400 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#005700',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
}

/*----- tổng quan, giới thiệu, video ----*/

#gen_left
{
    float:left;       
    width:740px;
    overflow:hidden;
}
#introduce_frm
{
    padding:10px;    
    border-radius:7px;
    -webkit-border-radius:7px;
    -o-border-radius:7px;
    -moz-border-radius:7px;    
}
#introduce_frm .header
{
    font-size:15px;
    font-weight:bold;
    color:#32931F;            
}
#introduce_frm .content
{
    padding-top:5px;
    text-align:justify;
    color:#5C5C5C;
    font-family:Arial;   
    height:210px;
    overflow:hidden;
    line-height:19px;
}
.link_detail
{
    color: #EA8A00;
    display: block;
    float: right;
    font-size: 11px;    
    margin-top: 5px;    
}

#gen_right
{
    float:right;       
    width:240px;
    overflow:hidden;
}
#video_frm
{
    padding-top:10px;        
}
#video_frm .header
{
    font-size:15px;
    font-weight:bold;
    color:#32931F;    
}
#video_frm .content
{padding-top:5px;}
#video_view
{   
    /*border-style:solid;
    border-width:1px 1px 0px 1px;
    border-color:#c0c0c0*/
}
.select_video
{
    margin-top:14px;  
    color:#32931F;
    font-weight:bold;
}
.select_video select
{
    width:145px;
    padding:1px;
    color:#5c5d5c;
    border:1px solid #c0c0c0;
    
}

/*------- container ---*/
#container
{
    margin-top:5px;
    padding-bottom:10px;
    border:0px solid #c4e693;
    
    background-color:#EFFADF;
    border-radius:7px;
    box-shadow:0px 5px 5px #CECECE;
    /*background: linear-gradient(center top ,#f0f9ed 0%, #EFFADF 20%, #F2F2F2 100%);
    background: -moz-linear-gradient(center top ,#f0f9ed 0%, #EFFADF 20%, #F2F2F2 100%);
    background: -webkit-linear-gradient(center top ,#f0f9ed 0%, #EFFADF 20%, #F2F2F2 100%);
    background: -ms-linear-gradient(center top ,#f0f9ed 0%, #EFFADF 5%, #F2F2F2 100%);
    background: -o-linear-gradient(center top ,#f0f9ed 0%, #EFFADF 5%, #F2F2F2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f0f9ed),color-stop(0.2,#EFFADF),color-stop(1,#F2F2F2));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ed', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
    
    background: linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 5%, #F4F4F4 30%);
    background: -moz-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 5%, #F4F4F4 30%);
    background: -webkit-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 5%, #F4F4F4 30%);
    background: -ms-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 5%, #F4F4F4 30%);
    background: -o-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 5%, #F4F4F4 30%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#E4E4E4),color-stop(0.05,#F3F3F3),color-stop(0.3,#F4F4F4));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#F4F4F4',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
}
/*----- Khung bên trái-----*/
#left_container
{
    float:left;
    width:740px;   
    overflow:hidden;    
}
/*----- Khung ở giữa------*/
#container_content
{   
    float:left;
    width:510px;   
    margin-left:10px;  
    overflow:hidden;   
}
/*---- Khung chứa bên phải ----*/
#right_container
{   
    float:right;
    width:235px;     
    overflow:hidden;   
}


/*---- Khung thị trường xuất khẩu ---*/
#frm_market
{
    background-color:#5e9e07;
    border:0px solid #c4e693;
    border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;    
    margin-top:5px;
    padding:10px;
    
    box-shadow:0px 5px 5px #cecece;
    /*background: linear-gradient(center top ,#f0f9ed 0%, #EFFADF 40%, #F2F2F2 100%);
    background: -moz-linear-gradient(center top ,#f0f9ed 0%, #EFFADF 40%, #F2F2F2 100%);
    background: -webkit-linear-gradient(center top ,#f0f9ed 0%, #EFFADF 40%, #F2F2F2 100%);
    background: -ms-linear-gradient(center top ,#f0f9ed 0%, #EFFADF 40%, #F2F2F2 100%);
    background: -o-linear-gradient(center top ,#f0f9ed 0%, #EFFADF 40%, #F2F2F2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f0f9ed),color-stop(0.4,#EFFADF),color-stop(1,#F2F2F2));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ed', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
    background: linear-gradient(center top ,#f0f9ed 0%, #EFFADF 40%, #F2F2F2 100%);
    background: -moz-linear-gradient(center top ,#5e9e07 20%, #F2F2F2 100%);
    background: -webkit-linear-gradient(center top ,#5e9e07 20%, #F2F2F2 100%);
    background: -ms-linear-gradient(center top ,#5e9e07 20%, #F2F2F2 100%);
    background: -o-linear-gradient(center top ,#5e9e07 20%, #F2F2F2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.2,#5e9e07),color-stop(1,#F2F2F2));    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e9e07', endColorstr='#F2F2F2',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
}
#frm_market .header
{
    font-size:14px;
    font-weight:bold;
    color:#ffffff;    
}
#frm_market .content
{padding:10px;}
.caption_market
{
   font-weight:bold;     
}
.bullet_market
{
    background-image:url('images/circle_green1.png');
    background-repeat:no-repeat;
    background-position:0px 5px;
    height:15px;
    width:20px;    
    float:left;
}
.data_market
{
    float:left;
    font-size:13px;
    font-family:Tahoma;
    color:#ffffff;
    padding-right:40px;
}

/*----- footer -----*/
#footer
{
    margin-top:10px;    
    margin-bottom:10px;
}
.footer_menu
{float:left;color:#6f6f6f;}
.copyright
{float:right;color:#76c521;}

/*----- module ----*/
.module
{   
    padding:10px;    
    border-radius:7px;
    -webkit-border-radius:7px;
    -o-border-radius:7px;
    -moz-border-radius:7px;    
    background: -moz-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 10%, #F4F4F4 30%); 
    background: -webkit-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 10%, #F4F4F4 30%);
    background: -ms-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 10%, #F4F4F4 30%);
    background: -o-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 10%, #F4F4F4 30%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E4E4E4), color-stop(0.1,#F3F3F3),color-stop(0.3,#F4F4F4));    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#F4F4F4',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */ 
}

.module_header
{
    background-image:url('images/forward_next.png');
    background-repeat:no-repeat;
    background-position:0px 2px;
    color:#32931f;    
    padding-left:20px;
    padding-bottom:5px;
    font-weight:bold;  
    font-size:13px;  
    border-bottom:1px solid #06a011;
}

.module_content
{
    /*padding-left:20px; */
    padding-top:5px;       
}

/*----- Thăm dò ý kiên ---*/
#poll
{    
}
#poll .header
{    
}
#poll .content
{
    color:#5c5c5c;
}
/*----- tin tức mới ---*/
#news_home
{
   margin-top:20px;
   float:left;
   width:350px;
   overflow:hidden;
}
#news_home .header
{}
#news_home .content
{padding:5px 0px;}
.news_item
{padding:5px 0px;}
.img_home_news
{float:left; margin-right:5px;}
.img_home_news img
{width:59px; height: 58px}
.caption_home_news
{
    color:#32931F;
    margin-top:-4px;
    display:block;
    font-size:11px;
    font-weight:bold;
}
.caption_home_news:hover
{
    color:#ff9600;   
}
.content_home_news
{
    font-family: Tahoma;
    font-size: 11px;
    padding-right: 5px;
    text-align: justify;    
}
.news_ect
{
    color: #ea8a00;
    font-weight: bold;    
}
.link_see_more
{
    background-image: url("images/ico-see-more-red.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #1751AF;
    float: right;
    font-size: 11px;
    font-weight: 100;
    margin-top: 0px;
    padding: 3px 5px 3px 20px;    
}
.link_see_more:hover
{
    color:#c07717;
}
/*-------------- Cẩm nang ------------*/
#guide_home
{
    float:right;
    width:350px;
    margin-top:20px;  
    overflow:hidden;  
}
#guide_home .content
{padding:5px 0px;}
.guide_item
{padding:5px 0px;}
.img_home_guide
{float:left;margin-right:5px;}
.img_home_guide img
{}
.caption_home_guide
{   
    color:#32931F;
    margin-top:-4px;
    display:block;
    font-size:11px;
    font-weight:bold;
}
.caption_home_guide:hover
{color:#ff9600;}
.content_home_guide
{
    font-family: Tahoma;
    font-size: 11px;
    padding-right: 5px;
    text-align: justify;    
}

/*----- Bảng giá gạo ----*/
#price_rice
{
   /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ed', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */ 
}
#price_rice .header
{}
#price_rice .content
{margin-left:-20px;}

/*---- Hỗ trợ trực tuyến --*/
#support_online
{margin-top:10px;}
#support_online .header
{}
#support_online .content
{}

/*---------- Hot Line -------- */
#hotline
{   
    padding:10px;    
    border-radius:7px;
    -webkit-border-radius:7px;
    -o-border-radius:7px;
    -moz-border-radius:7px; 
    margin-top:10px;
    margin-right:10px;
    background-color:#f3b430;
    border:none;
    color:#f00;    
    text-shadow:1px 1px 1px #777777;
}
.text_hotline
{
    
    font-size:15px;  
    font-weight:bold;
    font-family:.VnArial;  
    float:left;
}
.icon_hotline
{
    width:30px;
    height:30px;
    margin-left:5px;
    margin-top:-3px;    
}
.number_hotline
{    
    font-size:20px;  
    font-weight:bold;
    font-family:.VnArial;
    text-align:center;
    margin-top:5px;
}


/*---- thống kê truy cập ---*/
#count_visit
{margin-top:10px;}
#count_visit .header
{}
#count_visit .content
{color:#5C5C5C;}

/*--- sản phẩm nổi bật ---*/
#feature_product
{
    padding:10px;    
}
#feature_product .header
{
    
}
.left_text
{
    float:left;
    color:#32931F;
    text-transform:uppercase;   
    font-size:14px;
    font-weight:bold;     
}
.right_link
{float:right;
 white-space:nowrap;
 }
.right_link a
{
    display:block;
    background-image: url("images/ico-see-more.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #32931F;        
    margin-top: 0px;
    padding: 4px 0 5px 20px;
    font-size:11px;
    font-weight:100;
}
.right_link a:hover
{color:#FF9E00;}
#feature_product .content
{}


/*----- product item ----*/
.list_feature_product
{text-align:left;padding:5px 10px;}
.product_item
{
    padding:10px 15px;
    width:200px;
    float:left;
    /*border:solid 1px #889;
    margin:0 0 2px 2px;*/
}
.layout_img_product
{
    background-image: url("images/bg-img-product.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 129px;
    padding: 0 5px 5px 0;
    width: 201px;    
}
.layout_img_product img
{
    height: 125px;
    width: 195px;  
}
.caption_product
{padding:3px 0px;
 width:220px; margin-left:-5px;
 }
.caption_product a
{color:#FF9E00; font-weight:bold;}
.price_product
{
    color: #5BA801;
    float: left;
    font-weight: bold;
    margin-top: 3px;
    font-size:11px;    
}
.bt_detail
{
    float:right; 
    padding:3px 0px;   
}
.bt_detail a
{
    background-color: #6CAE0C;
    border: 1px solid #c9ddb4;
    border-radius: 15px;
    -webkit-border-radius:15px;
    -o-border-radius:15px;
    -moz-border-radius:15px;
    box-shadow: 1px 1px 1px #5C5C5C;
    -webkit-box-shadow: 1px 1px 1px #5C5C5C;
    -o-box-shadow: 1px 1px 1px #5C5C5C;
    -moz-box-shadow: 1px 1px 1px #5C5C5C;
    padding:4px 25px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;        
}

/*------------ Introduce Module ----------*/
.introduce_module, .detail_product
{padding:10px;}
.introduce_module .header
{
    /*font-size:15px;
    font-weight:bold;
    color:#32931F;
    padding-bottom:2px;
    border-bottom:1px solid #06A011;*/    
}
.introduce_module .content
{
    padding-top:5px;
    text-align:justify;
    color:#5C5C5C;
    font-family:Arial;           
    line-height:20px;    
}

/*------------ Product Module ----------*/
.product_module
{    
    padding:10px;
    background: -moz-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 10%, #F4F4F4 30%); 
    background: -webkit-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 10%, #F4F4F4 30%);
    background: -ms-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 10%, #F4F4F4 30%);
    background: -o-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 10%, #F4F4F4 30%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E4E4E4), color-stop(0.1,#F3F3F3),color-stop(0.3,#F4F4F4));    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#F4F4F4',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
}
.product_module .header
{ 
    text-transform:uppercase;       
}
.product_module .content
{
     
}
/*---------------- News Module ------------------*/
.news_module
{
    padding:10px;
    background: -moz-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 10%, #F4F4F4 30%); 
    background: -webkit-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 10%, #F4F4F4 30%);
    background: -ms-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 10%, #F4F4F4 30%);
    background: -o-linear-gradient(center top ,#E4E4E4 0%, #F3F3F3 10%, #F4F4F4 30%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E4E4E4), color-stop(0.1,#F3F3F3),color-stop(0.3,#F4F4F4));    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#F4F4F4',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */    
}
.news_module .header
{text-transform:uppercase;}
.news_module .content
{padding-top:10px;}
.view_one_news
{
}
.photo_view_one_news
{
    float:left;
    margin-right:10px;
}
.photo_view_one_news img
{
    width:100px;
    height:90px;
    margin-top:3px;
}
.caption_view_one_news
{
    color: #32931F;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-top: -4px;
    text-transform:uppercase;
}
.caption_view_one_news:hover
{color:#FF9600;}
.description_caption_view_one_news
{
    line-height:20px;
    text-align:justify;
}
.list_link_news
{
    color:#359103;
    padding:15px;
    list-style-type:disc;    
}
.list_link_news li a
{    
    color:#006f3f;
    padding-top:5px; 
    font-size:13px;   
}
.list_link_news li a:hover
{color:#FF9600;}
.date_post
{
    color:#808080;
    margin-left:10px;    
}

/*----------- Detail Product ------*/
.detail_product
{}
.detail_product .header
{}

.detail_product .content
{
    padding-top:10px;    
}
.detail_product .name_product
{
    color: #F3B430;
    font-size: 15px;
    font-weight: bold;    
}
.images_product
{
    padding:10px;
    background-color:#ffffff;
    border:1px solid #cccccc;
    float:left;  
    margin-top:10px;  
}
.images_product img
{width:280px;height:210px;}

.detail_product .infor_product
{margin-top:10px;}

.detail_product .infor_product img
{
    max-width:750px;
    
}

 #show_detail1 {
   height: 210px;
   width: 400px;
   border: 1px solid #daebf4;
   background: #FFFFFF;
   margin:10px 0 0 320px;
   padding:10px;
 }

 .productprice {
   font-size: 12px;
   font-weight: bold;
   padding: 10px 0 0 20px;
 }

  .productprice span.price {
    color: #CC0000;
  }
  .productprice span.vat {
    color: #C6C6C6;
    padding: 0 10px;
  }

table .even_row
{
    background-color:#EFFADF;    
}
table .odd_row
{
    background-color:#f2f2f2;    
}
.title_col
{
    font-weight:bold;
    padding:5px 5px;
 }
 
 /*----- Danh mục sản phẩm -------*/
 #category_product
 {
    
    margin-top:5px; 
    margin-bottom:10px;
    border-radius: 5px 5px 5px 5px;
    overflow:hidden;
 }
 #category_product .header
 {
    background-color: green;    
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 13px;
    padding: 5px 10px;
    font-weight:bold;
    background: -moz-linear-gradient(center top ,#0e7c2a 0%, #00c818 100%); 
    background: -webkit-linear-gradient(center top ,#0e7c2a 0%, #00c818 100%);
    background: -ms-linear-gradient(center top ,#0e7c2a 0%, #00c818 100%);
    background: -o-linear-gradient(center top ,#0e7c2a 0%, #00c818 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0e7c2a), color-stop(1,#00c818));    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e7c2a', endColorstr='#00c818',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
 } 
 #category_product .content
 {}
 .category_list
 {
     display:none;
     background-color:#53bd5f;     
 }
 .category_list a
 {
    display:block; 
    color:#ffffff;
    padding:5px 10px; 
    font-weight:bold;  
 }
 .category_list li:hover
 {
    background-image: linear-gradient(center top ,#1c8100 10%, #97d99f 100%);
    background-image: -moz-linear-gradient(center top ,#1c8100 10%, #97d99f 100%);
    background-image: -webkit-linear-gradient(center top ,#1c8100 10%, #97d99f 100%);
    background-image: -ms-linear-gradient(center top ,#1c8100 10%, #97d99f 100%);
    background-image: -o-linear-gradient(center top ,#1c8100 10%, #97d99f 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.1,#1c8100),color-stop(1,#97d99f));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8100', endColorstr='#24a600',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */    
 }
 
 /*----- List News -------*/
 .list_news
 {}

/*Liên hệ*/
#frm_lien_he {
  padding: 10px;
}
.ten_lh
{
    font-size:14pt;
    color:#fa7171;
    padding:5px 0;
}
.lh_pic
{
    float:right;
    margin-top:-60px;
    border: 1px solid #06a011;
    border-radius: 7px;
    -webkit-border-radius:7px;
    -o-border-radius:7px;
    -moz-border-radius:7px;
    padding:3px;
}
#frm_lien_he td {
  padding: 5px;
}

#frm_lien_he td.title_detail_lienhe {
  padding:10px 3px 0 0;
  text-align: right;
  font-size: 12px;
  vertical-align: top;
  width:90px;
}

#frm_lien_he td input.info_lienhe {
  width: 300px;
  border: 1px solid #06a011;
  padding: 2px;
}

#frm_lien_he td textarea.info_lienhe {
  width: 604px;
  border: 1px solid #06a011;
  padding: 2px;
  height: 100px;
}
.phao
{
    margin-top:-10px;
    position:absolute;
}







