.tools {
	margin:10px 0px;
	border-top:1px dotted #b2b2b2;
	border-bottom:1px dotted #b2b2b2;
	padding:5px; 
} 
.tools .plugin { 
	white-space: nowrap;
}
.tools img { vertical-align:middle;}
 
.tools ul {list-style:none; float:right;}
.tools li { 
	float:left;
	padding-left:20px;
}
.toots a {	 
	text-decoration:none;
	color:#ca0d00;
	display:block;
	line-height:18px;
	font-size:11px;
}
.tools li.feedback a { padding-left:20px; background:url(../images/icon_feedback.png) left no-repeat;}
.tools li.tellfriend a  { padding-left:20px; background:url(../images/icon_email.png) left no-repeat;}
.tools li.print a { padding-left:20px; background:url(../images/icon_print.png) left no-repeat;}
.tools li.bookmark a { padding-left:20px; background:url(../images/icon_bookmark.png) left no-repeat;}
.tools li.back a { padding-left:20px; background:url(../images/icon_back.png) left no-repeat;}


/*------*/
.toolSearch {
	background:url(../images/toolSearch_bg.gif) repeat-x;
}
.toolSearch_l {
	background:url(../images/toolSearch_l.gif) left no-repeat;
	padding-left:10px;
}
.toolSearch_r {
	background:url(../images/toolSearch_r.gif) right no-repeat;
	padding-right:10px;
}
.toolSearch .btn_search {
	cursor:pointer;
	border:none;
	background:url(../images/btn_search.gif) center no-repeat;
	width:50px;
	padding:3px 2px;
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
	font-weight:bold;	
}


.tblComemnt {
	
}

.fComment {
	background-color: #ccc;
	padding: 2px 0px;
}

.font_username {
	color: #c53915;
}

.contentComment {
	padding: 10px 0px;
}
/*COMMENT*/
.fComment {
	background:url(../images/hr.gif) bottom center repeat-x;
	padding:5px 5px;
	color:#e45601;
	font-weight:bold;
	border-bottom:5px;
	margin-bottom:5px;
}
.boxComment label { padding-bottom:2px;}
.boxComment input.error {
	border:1px dotted #ff0000;
} 
 
.boxComment label.error { margin-left: 5px; padding: 5px; background: #B70002; color: #FFF; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

.list_comment {
	padding:5px 0px;	
	padding-bottom:10px;
	background:url(../images/hr.gif) bottom center repeat-x;
}
.list_comment .hr {
	background:url(../images/hr.gif) bottom center repeat-x;
	padding-bottom:5px;
}
.list_comment .fname {
	color:#0058a6;	
}
.list_comment .femail { color:#e45601;}
.list_comment .fdate	{color:#a4a4a4;}

/*SEARCH*/
.formSearch {
	background:#FAFAFA;
	padding:5px;
	border:1px solid #ccc;
}
p.mess_result {
	font-size:12px;
	margin-bottom:10px;
	text-align:center;
}
p.mess_result span {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}

.tbl_poll {
	margin:5px;
}

.tbl_poll  {
	background:#FFFFFF;
	border:1px solid #ccc;
}
.tbl_poll .fPoll {
	padding:5px ;
	font-weight:bold;
	color:#8A0000;
	border-bottom:1px solid #ccc;
}
.tbl_poll .btn {
	border-top:1px solid #ccc;
	background:#FFFFFF;
	text-align:center;
} 

.tbl_poll .poll_content {
	padding:5px;
	background:#EEEEDD;
}


.group_news {
    height: auto;
    margin: auto;
}

.group_news h2 {
    font-size: 20px;
    color: #4a4a4a;
    font-family: arial;
    font-weight: bold;
    line-height: normal;
}

.list_news {
    width:100%;
    height: auto;
    border-top: 1px dotted #dedede;
    margin-top: 10px;
}

.news {
    width: 33%;
    height: auto ;
    padding: 0px  25px;
    float: left;
    border-bottom: 1px solid #dedede;
}


.news:nth-child(3n+1) {
    padding-left: 0px;
    border-left: none;
    padding-right: 25px;
}

.news:nth-child(3n+3) {
    padding-left: 25px;
    padding-right: 0px;
}

.news:nth-child(3n+2) {
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}

.name_news h4{
    padding-top: 25px;
    margin-bottom: 10px;
}

.name_news a{
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    font-family: arial;
    line-height: 28px;
}

.name_news a:hover{
    color: #2e99da;
}

.name_news span {
    color: #999999;
    font-size: 11px;
    font-family:  arial;
}

.pic_news {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-top: 10px;
}

.pic_details_news {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.pic_details_news:before {
    content: '';
    display: block;
    padding-top: 63%;
}

.pic_details_news img{
    transition: all 0.5s ease 0s;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.pic_details_news img:hover{
    opacity: 0.6;
}

.text_news {
    width: 100%;
    height: auto;
    margin-top: 10px;
	max-height: 80px;
	overflow: hidden;
}
.text_news  * {
	padding: 0;
}
.text_news p {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    font-family: arial;
}


/*----- group_details_product  -----*/
.group_details_product {
    height: auto;
    margin: auto;
}

.group_details_product h2 {
    font-size: 20px;
    color: #4a4a4a;
    font-family: arial;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: normal;
}

.group_details_product span{
    font-size: 11px;
    color: #999999;
    font-family: arial;
}

.group_details_product p{
    font-size: 14px;
    color: #666666;
    font-family: arial;
}

.group_details_product img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}


.share_product {
    margin: auto;
    border-top: 1px dashed #dedede;
    border-bottom: 1px dashed #dedede;
    margin-top: 10px;
    overflow: hidden;
    padding: 15px 0;
}

.mxh_product {
    float: left;
}

.coment_product {
    width: 320px;
    float: right;
}


.coment_product ul li {
    float: right;
}

.coment_product ul li a{
    font-family: arial;
    font-size: 12px;
    color: #666666;
    margin-right: 15px;
}

.coment_product ul li a:hover{
    color: #2e99da;
}

.coment_product ul li a i {
    color: #666666;
    font-size: 12px;
    margin-right: 10px;
}


.new_interest {
    margin-bottom: 20px;
    padding-top: 10px;
}

.new_interest h2{
    color: #333333;
    font-family: arial;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 15px;
}

.new_interest ul li {
    line-height: 25px;
    margin-left: 20px;
    position: relative;
}

.new_interest ul li:before {
    background-image: url(../images/icon_list.png);
    width: 12px;
    height: 12px;
    top: 6px;
    left: -20px;
    content: '';
    position: absolute;
}

.new_interest ul li a {
    font-family: arial;
    font-size: 14px;
    color: #333333;
}

.new_interest ul li span {
    font-family: arial;
    font-size: 14px;
    margin-left: 5px;
    color: #666666;
}

.new_interest ul li:hover > span {
    color: #2e99da;
}

.new_interest ul li:hover > a {
    color: #2e99da;
}

.number_page_news {
    height: 40px;
    background: #f8f8f8;
}


.list_news .View1 {
    overflow: hidden;

    display: -webkit-flex;
    display: flex;
}

.mxh_product ul li {
    float: left;
}

@media only screen and (max-device-width: 480px) {
    .list_news .View1 {
        overflow: hidden;
        display: block;
    }
    .news {
        width: 100%;
        padding: 0 !important;
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        border-bottom: 1px solid #DEDEDE !important;
    }
}