.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.x4{ clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;}
/* menu */

/*------------------------------------------*/
/*       01 - General & Basic Styles
/*------------------------------------------*/

body {
    font-size: 13px;
        line-height: 21px;
    font-weight: 300;
    color: #666;
    background: url(../images/bgmain.jpg);
}
strong, b {
    font-weight: 600;
}
#button-cart{
	font-size:14px;
}
img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a, a:hover {
    text-decoration: none;
}

i {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #000;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

p {
    color: #333;
    font-size: 13px;
    font-family:  Arial, sans-serif;
    line-height: 22px;
    margin: 0;
}

p strong {
    font-weight: 600;
}

#header{
    float: left;
    width: 100%;
    margin:0px;
    padding: 0px;
}
.header-top{
    float: left;
    width: 100%;
    padding-top:10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    background: white;
}
.header-top-left{
    text-align: left;
}
.header-top-left .ultop{
    float:left;
}
.header-top-left .ultop li{
    display: inline-block;
} 

.header-top-left .ultop li a{
    color: #334141;
    border-left: 1px solid #949898;
    padding-right: 8px;
}
.header-top-left .ultop li:first-child a{
    border-left: 0px solid #334141;
}
.header-top-left .ultop li:last-child a{
    padding-left: 8px;
}
.header-top-right{
    text-align: right;
}
.header-top-right .ulsocial{

}
.header-top-right .ulsocial li{
    display: inline-block;
}
.header-top-right .ulsocial li a{
    color: #334141;
    display: block;
    margin-left: 8px;
    font-size: 14px;
}
.header-top-right .ulsocial li a:hover{
    color: #00569B;
}
.header-main{
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
	  /*background:#fff;*/
  background: url(../images/bg1.jpg) repeat-x
}
.searchbox{
    float: right;
    margin-top:10px;
    min-width: 352px;
}
.input-group{
  
    border:1px solid #d8d8d8;
    display: block;
    position: relative;
    width: 100%;
    float: left;
}
.insoluong{
	width:auto !important;
} 
.xuly_input{
    float: left;
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: white;
    outline: none;
    border:none;
}   
.chon_danhmuc{
    float: left;
    width: 25%;
    border:none;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-transform: uppercase;
        border-left: 1px solid #ddd;
}
.chon_danhmuc option{
	    padding-top: 5px;
    padding-bottom: 5px;
}
.bnt_search{
    float: left;
    width: 10%;
    outline: none;
    border:none;
    background: #62AE00;
    text-align: center;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
     border:1px solid #d8d8d8;
}
.bnt_search i{
    font-size: 13px;
    color: #fff;

}
.bnt_search i:hover{
    color: white;
}
.logo img{
	max-height: 100px;
}
#nav{
    float: left;
    width: 100%;
    background: #62ae00;
}
.menu_pc{
    float: left;
    width: 100%;
}
.menu_pc li{
    display: inline-block;
    float: left;
	position:relative;
}
.menu_pc li a{
    float: left;
    padding:15px 32px;
    color: #fff;
 
    font-family: 'Roboto';

    font-size: 16px;
    border-right: 1px solid #78cc0c;
    font-weight: 500;
    display: block;
}
.menu_pc li:last-child a{
    border-right: 0px solid #e7c400;
}
.menu_pc li a:hover{
    background: rgba(0, 0, 0, 0.1);

}
.khanbong{
	float: left;
	width: 100%;
	position: relative;
}
.khanbong .name{
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    padding: 5px 20px;
    font-size: 20px;
    color: #f00;
}
.khanbong img{
	width:100%;
	max-height:198px
}
.content-left .newfix{
	margin-bottom:15px;
}
.menu_pc li ul{
	position:absolute;
	top:50px;
	left:0px;
	z-index:100;
	display:none;

	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding:5px;
	border-top:5px solid #FED700;
	background:white;
}
.menu_pc li ul li{
	float:left;
	width:100%;
}
.h3title i{
	color: #fed700
}
.menu_pc li ul li a{
	    border-right: 0px solid #e7c400;
		float:left;
			border-bottom: 1px solid #ddd;
	width:100%;
	display:block;
	color: #333;
	white-space:nowrap;
	padding:10px 10px;
	font-weight:500
}
.menu_pc>li:hover>ul{
	display:block;
}
.menu_pc li ul li ul{
	top:0px;
	left:100%;
	display:none;
	min-width:200px;
}
.menu_pc>li>ul>li:hover>ul{
		display:block;
}
#slider{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top:10px;
}
.slider-left{
	padding-left: 0px
}
.slider-left img{
    margin-top: 0px;
}
.slider-right{
    margin-top: 0px;
}
/* slider */
.carousel-control{
    top: 45%;
}
.carousel-control.right{
    background: none;
}
.carousel-control.left {
    background: none;
}
.maydet{
	float: left;
	width: 100%;
	padding: 0px;
	border: 1px solid #d8d8d8;
	position: relative;
	margin-bottom: 5px;
}
.maydet h2{
	position: absolute;
	left: 0px;
	right: 0px;
	display: block;
	bottom: 0px;
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	line-height: 16px;
	font-size: 14px;
	font-family: 'Roboto';
	background: rgba(98, 174, 0, 0.8);
	color: #fff
}
.maydet img{
	max-height:198px;
	width:100%;
}
#main{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.h3title{
      color: #579a00;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 600;
      border-bottom: 2px solid #579a00;
      padding-bottom: 5px;
      margin-bottom: 20px;
      margin-top:10px;
}
.h3title a{
    text-transform: none;
    font-size: 14px;

}
.content{
    float: left;
    width: 100%;
}

.product{
   
    padding:0px 15px;
    margin-bottom: 20px;
	overflow:hidden
}

.product:hover{

}
.product-name{
	float: left;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 5px

}

.product-des{
	white-space:nowrap;
	overflow:hidden
}
.product-des p{
    font-size: 12px;
    text-transform: uppercase;
}
.product-name{
	    text-align: center;
}
.product-name h3{
    line-height: 1em;
}
.product-name h3 a{
    color: #333;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto';
    text-transform: capitalize;
}
.product-img img{
    max-width: 100%;
    width: 100%;
			float:left;
		width:100%;
		margin-top:0px;
	
		border: 1px solid #d8d8d8
}
.product-cart{
	text-align:center;
	float:left;
	width:100%;
}
.product-cart button{
    padding: 5px 10px;
}
.product-price{
    padding-bottom: 10px;
	    text-align: center;
}
.product-price .price1{
    text-align: left;
    color: #e00;
    font-size: 16px;
    margin-right: 15px;
}
.product-price .price1 .dong{
    text-decoration: underline;
}
.product-price .price2{
    text-decoration: line-through;
}
.product-price .per{margin-left: 15px;background: #e00;font-weight: bold;color: #fff;padding: 4px;font-size: 11px;border-radius: 4px;}
.product-price .price2 .dong{
    text-decoration: underline;
}
#news{
    float: left;
    width: 100%;
    background: #F5F5F5;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
}
.new-img img{
    width: 100%;
    border-bottom: 3px solid #529002;
    margin-bottom: 10px;
}
.new-name {
    margin-bottom: 5px;
}
.new-name h3{
    line-height: 1em
}
.new-name h3 a{
    color: #529002;
    font-size: 16px;
}
.new-time{
 border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 2px;
  padding-bottom: 2px;
    margin-bottom: 5px;
}
.new-time .time-calendar{
    margin-right: 15px;
}
.new-des{
        text-align: justify;
}

.owl-prev{
    position: absolute;
    right: 35px;
    top: -60px;
}
.owl-next{
    position: absolute;
    right: 10px;
    top: -60px;
}
#footer{
    float: left;
    width: 100%;
    background: white url(../images/bgfooter.jpg);
    padding-top: 40px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}

.call-us-text {
    font-size: 16px;
    display: block;
    line-height: 1.429em;
    padding-top: 15px;
}

.call-us-icon .fa {
    font-size: 80px;
    color: #FED700;
    margin-right: 15px;
}
.call-us-number{
    font-size: 18px;
    font-weight: 500;
    color: red;
}
.logofooter img{
    max-height: 80px;
}
.footer-title{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.footer-title h2{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #579a00;
    font-family: 'Roboto';
    float: left;
}
.footer-title h3{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #FED700;
    float: left;
}
.colfix2 p{
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
    font-family: 'Roboto'
    ;
    font-weight: 500;
}
.colfix3 p{
    margin-bottom: 10px;
     color: #666
}
.colfix3 p a{
    color: #666
}
.colfix3 p a:hover{
    color: #FED700
}
.copyright{
    margin-top: 20px;
    clear: both;
      border-top: 1px solid #ddd;
      padding-top: 10px;
     
}
.copyright-right{
	text-align:right
}
.searchmain{
	float: right;
	width: 100%;
	text-align:right;
	margin-top:20px;
}

.searchmain a{
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 500;
	color: red;
}
.searchmain i{
	color: #a9a9a9
}
.content-left{
    margin-top: 30px;
}
.content-right{
    margin-top: 30px;
}
.cate-pro{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.title-menu{
    float: left;
    width: 100%;
    border-bottom:2px solid #FED700;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color:#666
}
.cateUl{
    float: left;
    width: 100%;
}
.cateUl li{
    float: left;
    width: 100%;
}
.cateUl li a{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    font-family: 'Roboto';
    color: #333e48;
    font-weight: 600;
    float: left;
    width: 100%;
   border-bottom: 1px solid #ddd;
}
.cateUl li a:hover{
color:#62AE00
}
.cateUl li a i{
    margin-right: 6px;
}
.cateUl li ul{
   padding-left:15px;
}
.cateUl li ul li a{
   color:#666;
   font-weight:500;
}
.small{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
     border-bottom: 1px solid #ddd;
}
.small-img{
    width: 32%;
    margin-right: 3%;
    float: left;
}
.small-img img{
    width: 100%;
}
.small-name h3{
    line-height: 1em;
}
.small-name h3 a{
    font-size: 16px;
    font-family: 'Roboto';
    color: #589C00

}
.small-price .price1{
    text-decoration:line-through;
    margin-right: 10px;
}
.small-price .price2{
    font-size: 14px;
    color: red;
}
.title{
    margin-bottom: 15px;
}
#breadcrumb{
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #F5F5F5;
}
.breadcrumb{
    margin-bottom: 0px;
    padding-left: 0px
}
.breadcrumb li a{
    color: #333;
}
.breadcrumb li.active{
    color: #0062bd;
}
#form-lienhe input{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}
#form-lienhe textarea{
     float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    height: 50px  
}
#btn-gui{
    padding: 2px 25px;
}
.map{
    margin-top: 30px
}
#map_canvas{
    width: 100%;
    height: 450px;
}
.item_thumbfix{
    text-align: center;
}
.item_thumbfix img{
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.pagination ul li{
	display:inline-block;
}
.pagination ul li a{
	display:block;
	border: 1px solid #ddd;
	padding: 5px 13px;
	margin-right:10px;
	color:#333;
}
.pagination ul li a:hover{
	background:#dcdcdc
}
.pagination ul li a.active{
	font-weight:bold;
}
.menurespon{
	visibility:hidden;
	display:none;
}

.book-now-wrapper{
    position: fixed;
    right: 0;
    bottom: 30%;
    text-align: center;
    z-index: 9999;
}
.book-now-wrapper .book-now{
    display:none;

}

.book-now-wrapper  .togglex{
    font-size       : 14px;
    color           : #ffffff;
    font-weight: 500;
    letter-spacing: 2px;
    width: 60px;
    opacity: 1;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;

    padding: 10px;
    text-transform: uppercase;
    background: white;
    box-shadow: 0 -2px 3px rgba(0,0,0,0.3);
    text-align: center;
    border-radius: 50% ;
    position: absolute;
    left: -60px;
    top: 50%;
    cursor: pointer;
}
.book-now-wrapper  .togglex img{
	width:40px;
}
.detail-right .product-price{
	text-align:left
}
.detailItem{color: #1e1e1e;}
.detailItem .text{color: #757575;width: 110px;text-transform: capitalize;flex-shrink: 0;font-weight: bold;margin-bottom: 10px;}
.productOption{}
.productOption .item{display: inline-block;border: solid 1px #ddd;padding: 3px 15px;margin-bottom: 10px;cursor: pointer;line-height: 25px;}
.productOption .item:hover, .productOption .item.active{border-color: #f57224;}
.productOption .item p{font-weight:bold;margin: 0px;color: #153c93;}
@media (min-width: 993px) and (max-width: 1200px){
	.menu_pc li a{
		padding:15px 36px
	}
	.cateUl li a{
		white-space:nowrap;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.content-right{
		overflow:hidden
	}
	.cateUl li a i{
		margin-right:0px;
	}
	.cateUl li a{
		white-space:nowrap;
		font-size:13px;
		font-weight:500;
	}
	.logo{
		width:30%;
		float:left;
		padding-left:0px;
	}

	.colrighttop{
		width:70%;
		margin-top:5px;
	}
	.menu_pc li a{
		    padding: 15px 18px;
	}
	.searchbox{
		min-width:345px;
	}
	.slider-left{
		float:left;
		width:24%;
		padding-right:0px
	}
	.slider-right{
		float:left;
		width:76%;
		padding-left:0px
	}
	.product{
		width:25%;
		float:left;
	}
	.new-time .time-calendar{
		margin-right:5px;
		font-size:11px;
	}
	.new-time .time-view{
		margin-right:5px;
		font-size:11px;
	}
	.colfix2{
		float:left;
		width:55%;
	}
	.colfix3{
		float:right;
		width:45%;
	}
	.content-left{
		float:left;
		width:70%;
	}
		.content-right{
		float:left;
		width:30%;
	}
	.product3{
			float:left;
		width:33.33333333333333%;
	}
	.item_thumb{
			float:left;
		width:25%;
	}
	.detail-right,.contact-right{
		margin-top:15px;
	}
	.detail-right hr{
		margin-top:5px;
		margin-bottom:5px;
	}
	.detail-right .product-price{
		margin-bottom:0px
	}
		.content-left .newfix{
		float:left;
		width:50%;	
	}
	.block{
		clear:both;
	}
	#main .container{
		padding-left:0px;
		padding-right:0px;
	}
}

@media (max-width: 767px){
		.product-img{
		float:left;
		width:100%;
		margin-top:10px;
		padding-bottom:10px;
	}
	.product-img img{
	    padding: 10px;
    border: 1px solid #e6e6e6;
	}
	
		.block{
		clear:both;
	}
	.menu_pc{
		visibility:hidden;
		display:none;
	}
	.menurespon{
	visibility:visible;
	display:block;
width: 100%;
		background:#62ae00;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		color:#fff;
		font-weight:600;
		text-transform:uppercase
}
	.logo{
		text-align:center;
	}

	.x3{
		display:none;
	}
	.x2:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.product{
	overflow:hidden
}
.header-main .container{
	padding-left:0px;
	padding-right:0px
}
#nav{
	padding-top:5px;
	padding-bottom:5px;
}
#slider .container{
	padding-left:0px;
	padding-right:0px
}
#main .container{
	padding-left:0px;
	padding-right:0px
}
}
@media (min-width: 640px) and (max-width: 767px){
.searchbox{
	min-width:345px;
}
	.header-main{
		padding-top:10px;
		padding-bottom:10px;
	}
	.logo{
		float:left;
		width:30%;
	}
	.logo img{
			max-height:60px;
	}
	.colrighttop{
		float:right;
		width:70%;
	}
	.slider-left{
		float:left;
		width:25%;
	}
	.slider-right{
		float:left;
		width:75%;
	}
	.product{
		width:50%;
		float:left;
	}
	
	.colfix2{
		float:left;
		width:60%;
	}
	.colfix3{
		float:left;
		width:40%;
	}
	.media-body{
		display:block;
		overflow:none;
		width: auto
	}
	.call-us-text{
		font-size:13px;
	}
	.call-us-number{
		font-size:16px;
	}
	.small-img{
		width:12%;
	}
		.item_thumb{
			float:left;
		width:25%;
	}
	.detail-right,.contact-right{
		margin-top:15px;
	}
	.detail-right hr{
		margin-top:5px;
		margin-bottom:5px;
	}
	.detail-right .product-price{
		margin-bottom:0px
	}
	.content-left .newfix{
		float:left;
		width:50%;	
	}
}

@media (min-width: 480px) and (max-width: 639px){
	
	.product-name{
	
}
	.xuly_input{
		width:85%;
	}
.bnt_search{
	width:15%;
}
	.header-main{
		padding-top:10px;
		padding-bottom:10px;
	}
	.logo{
		float:left;
		width:35%;
		padding-right:0px
	}
	.logo img{
			max-height:60px;
	}
	.colrighttop{
		float:right;
		width:65%;
	}
	.logo img{
			max-height:60px;
	}
.searchmain a{
	font-size:15px;
}
.searchbox{
	min-width:100px
}
	.slider-left{
		float:left;
		width:100%;
		padding-left:15px;
	}
	.slider-right{
		float:left;
		width:100%;
		margin-bottom:10px
	}
	.product{
		width:50%;
		float:left;
	}
	
	.colfix1,.colfix2,.colfix3{
		float:left;
		width:100%;
		margin-bottom:10px
	}
.maydet{
	float:left;
	width:50%;
}
	
	.khanbong{
	float:left;
	width:50%;
}
	.small-img{
		width:12%;
	}
		.item_thumb{
			float:left;
		width:25%;
	}
	.detail-right,.contact-right{
		margin-top:15px;
	}
	.detail-right hr{
		margin-top:5px;
		margin-bottom:5px;
	}
	.detail-right .product-price{
		margin-bottom:0px
	}
	.header-top-left{
		padding-left:0px;
		padding-right:0px;
		float:left;
		width:80%;
	}
	.header-top-right{
			padding-left:0px;
		padding-right:0px;
			float:left;
		width:20%;
	}
	.header-top-right .ulsocial li a{
		margin-left:4px;
	}
	.content-left, .content-right{
		
	}
	.content-left .newfix{
		float:left;
		width:50%;	
	}
}

@media (min-width: 360px) and (max-width: 479px){
		.product-name{

	min-height:40px;
	overflow:hidden
}
	.xuly_input{
		width:90%;
	}
	.chon_danhmuc{
		width:35%;
	}
	.bnt_search{
		width:10%;
	}
	.colrighttop {
		padding-left:15px;
		    float: left !important;
    width: 100%;
	margin-top:5px;
	}
	.searchmain a{
		font-size:16px;
	}
	.searchmain{
		text-align:center;
	}
	.header-main{
		padding-top:10px;
		padding-bottom:10px;
	}
	.logo img{
			max-height:50px;
	}
	.searchbox{
		margin-top:5px;
		width:100%;
		padding-left:15px;    min-width: 100px;

		float:left;
	}
	.slider-left{
			display:none;
	}
	.slider-right{
		float:left;
		width:100%;
	}
	.new-time{
		display:none;
	}
	.product{
		width:50%;
		float:
		left;
	}
	.owl-item .product{width: 100%;}
	.colfix1,.colfix2,.colfix3{
		float:left;
		width:100%;
		margin-bottom:10px
	}

	
	
	.small-img{
		width:12%;
	}
		.item_thumb{
			float:left;
		width:25%;
	}
	.detail-right,.contact-right{
		margin-top:15px;
	}
	.detail-right hr{
		margin-top:5px;
		margin-bottom:5px;
	}
	.detail-right .product-price{
		margin-bottom:0px
	}
	.header-top-left{
		padding-left:0px;
		padding-right:0px;
		float:left;
		width:100%;
	}
	.header-top-right{
	
	display:none;
	}
.header-top-left .ultop li a{
	padding-right:4px;
	font-size:12px;
}
.header-top-left .ultop li:last-child a{
	padding-left:4px;
}
	.content-left, .content-right{
	
	}
	.content-left .newfix{
		float:left;
		width:50%;	
	}
}
@media (max-width: 359px){
	.product-name{

	min-height:40px;
	overflow:hidden
}
	.xuly_input{
		width:90%;
	}
	.chon_danhmuc{
		width:35%;
	}
	.bnt_search{
		width:10%;
	}
	.colrighttop {
		padding-left:15px;
		    float: left !important;
    width: 100%;
	margin-top:5px;
	}
	.searchmain a{
		font-size:16px;
	}
	.searchmain{
		text-align:center;
	}
	.header-main{
		padding-top:10px;
		padding-bottom:10px;
	}
	.logo img{
			max-height:50px;
	}
	.searchbox{
		margin-top:5px;
		width:100%;
		padding-left:15px;    min-width: 100px;

		float:left;
	}
	.slider-left{
			display:none;
	}
	.slider-right{
		float:left;
		width:100%;
	}
	.new-time{
		display:none;
	}
	.product{
		width:50%;
		float:left;
	}
	
	.colfix1,.colfix2,.colfix3{
		float:left;
		width:100%;
		margin-bottom:10px
	}

	
	
	.small-img{
		width:12%;
	}
		.item_thumb{
			float:left;
		width:25%;
	}
	.detail-right,.contact-right{
		margin-top:15px;
	}
	.detail-right hr{
		margin-top:5px;
		margin-bottom:5px;
	}
	.detail-right .product-price{
		margin-bottom:0px
	}
	.header-top-left{
		padding-left:0px;
		padding-right:0px;
		float:left;
		width:100%;
	}
	.header-top-right{
	
	display:none;
	}
.header-top-left .ultop li a{
	padding-right:4px;
	font-size:12px;
}
.header-top-left .ultop li:last-child a{
	padding-left:4px;
}
	.content-left, .content-right{
	
	}
	.content-left .newfix{
		float:left;
		width:50%;	
	}
}
