.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;
}
strong, b {
    font-weight: 600;
}

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: #666;
    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;
    padding: 0px;
}
.header-top-right .ulsocial{display: inline-block;vertical-align: middle;}
.header-top-right .ulsocial li{
    display: inline-block;
    margin-left: 5px;
}
.header-top-right .ulsocial li a{
    color: #334141;
    display: block;
    font-size: 14px;
}
.header-top-right .ulsocial li a:hover{
    color: #00569B;
}
.header-top-right .ulsocial li.text-primary a{color:#1266f1!important;}
.header-top-right .ulsocial li.text-dangger a{color:#f00;}
.header-top-right .ulsocial i, .header-top-right .ulsocial svg{border: solid 1px;padding: 8px;width: 30px;height: 30px;text-align: center;border-radius: 50%;font-size: 14px;margin-right: 5px;vertical-align: middle;}
.hotline.report{display: inline-block;color: #000000;font-size: 13px;background: url(../images/ic_gopy.png) no-repeat left center;padding-left: 40px;text-align: left;margin-left: 15px;vertical-align: middle;}
.hotline.report a{color: #e10000;display: block;font-weight: bold;}
.header-main{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.searchbox{
    float: right;
    margin-top:30px;
}
.input-group{
    background:#fed700;
    border:2px solid #fed700;
    display: block;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    width: 100%;
    float: left;
}
.xuly_input{
    float: left;
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: white;

    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    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%;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    outline: none;
    border:none;
    background: #fed700;
    text-align: center;
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
}
.bnt_search i{
    font-size: 20px;

}
.bnt_search i:hover{
    color: white;
}
#nav{
    float: left;
    width: 100%;
    background: #fed700;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu_pc{
    float: left;
    width: 100%;
}
.menu_pc li{
    display: inline-block;
    float: left;
	position:relative;
}
.menu_pc li a{
    float: left;
    padding:15px 25px;
    color: #333e48;
    text-transform: uppercase;
    font-size: 16px;
    border-right: 1px solid #e7c400;
    font-weight: 600;
    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);

}
.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;
	width: 300px;
}
.menu_pc li ul li{
	float:left;
	width:100%;
}
.menu_pc li ul ul{
    width: 100%;
    left: 100%;
    top: 0px;
}
.menu_pc li ul li a{
	    border-right: 0px solid #e7c400;
	    float:left;
	    border-bottom: 1px solid #ddd;
	    width:100%;
	    display:block;
	    white-space:nowrap;
	    padding:10px 10px;
	    font-weight:500;
}
.menu_pc li:hover > ul{
	display:block;
}
#slider{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top:30px;
}
.slider-left img{
    margin-top: 10px;
}
.slider-right{
    margin-top: 10px;
}
/* slider */
.carousel-control{
    top: 45%;
}
.carousel-control.right{
    background: none;
}
.carousel-control.left {
    background: none;
}
#main{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

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

}
.content{
    float: left;
    width: 100%;
}
.item_nc{padding-bottom: 20px;}
.item_nc img{transform-style: inherit !important;width: auto !important;margin: auto;}
.item_nc h3{font-size: 15px;color: #000000;text-align: center;font-weight: normal;margin-top: 13px;}
.sectionPrice{background: #f2f2f2;padding: 10px 20px;border-radius: 5px;margin-bottom: 40px;}
.sectionPrice span{display: inline-block;font-weight: bold;margin-right: 20px;color: #000;font-size: 16px;}
.sectionPrice a{display: inline-block;background: #fff;border: solid 1px #ddd;padding: 5px 10px;border-radius: 5px;color: #000;font-size: 13px;font-weight: 600;}
.sectionPrice a:hover, .sectionPrice a.active{color: #e60000;border-color: #e60000;font-weight: bold;}
.product{
    border: 1px solid #ddd;
    /* padding:5px 15px; */
    margin-bottom: 20px;
    overflow:hidden;
    background: #fff;
}
.product:nth-child(4n+0){
    border-right: 0px solid #ddd;
}

.product3:nth-child(4n+0){
     border-right: 1px solid #ddd !important;
}
.product:hover{
    box-shadow: 0 0 6px 0 rgba(1,1,1,.3);
}
.product-des{
	white-space:nowrap;
	overflow:hidden;
}
.product-des p{
    font-size: 12px;
}
.product-des table{
    border-color: #ececec;
    border-spacing: 0;
    margin-bottom: 1em;
    width: 100%!important;border-collapse: collapse;border:none;
}.product-des table td {
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;font-size:1.1em;color:#666;
    border:none;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    padding: 0.5em;
    text-align: left;
}
 .product-des table td p{
     margin-bottom:0;
 }
 .product-des table tr:last-child td{
     border:none;
 }
.product-des table td:last-child,.product-des table th:last-child {
    padding-right: 0;width:80%;
}
.product-des th:first-child,.product-des td:first-child {
    padding-right: 7px;font-weight:bold;width:20%;
}
.product-name{
	padding: 0px 10px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
.product-name h3{
    line-height: 1em;
}
.product-name h3 a{
    color: #0062bd;
    font-weight: 600;
    font-size: 15px;
}
.product-img img{
    max-width: 100%;
    width: 100%;
    padding-bottom:10px;
}
.product-price{
    padding: 10px;
}
.product-price .price1{
    text-align: left;
    color: #e00;
    font-size: 18px;
    margin-right: 15px;
}
.product-price .price1 .dong{
    text-decoration: underline;
}
.product-price .price2{
    text-decoration: line-through;
}
.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 #0062bd;
    margin-bottom: 10px;
}
.new-name {
    margin-bottom: 5px;
}
.new-name h3{
    line-height: 1em
}
.new-name h3 a{
    color: #0062bd;
    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: 25px;
    top: -60px;
}
.owl-next{
    position: absolute;
    right: 0px;
    top: -60px;
}
#footer{
    float: left;
    width: 100%;
    background: white;
    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: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #FED700;
    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;
}
.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;
      
}
.copyright p{
	 line-height:40px;
}
.content-left{
    margin-top: 30px;
}
.detail-name h2{font-size: 20px;padding-bottom: 10px;border-bottom: solid 1px #ddd;margin-bottom: 15px;}
.checkHang{background: url(../images/icon_check.png) no-repeat left center; padding-left: 20px; color: green;}
.item_detail{
    border: solid 1px #a2a2a2;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.item_detail.active{
	background: #ffc;
    border-color: #fdb813;
}
.item_detail p{
    font-weight: bold;
    color: #f00;
    font-size: 16px;
    margin-top: 5px;
}
#main .gift {
    margin-top: 5px;
	margin-bottom: 20px;
}
#main .gift .title-gift {
    text-transform: uppercase;
    font-size: 13.5px;
    background: url(../images/icon-gift.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 30px;
    padding-top: 8px;
    margin-bottom: 5px;
}
#main .gift .info-gift {
    display: block;
    padding: 10px;
    background: #f6f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    position: relative;
}
.combo {
    background: #fff;
    padding-top: 20px;
}
.combo .title-cb {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
.combo .item {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #f1f0f1;
}
#main .combo .item .input {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
}
#main .combo .item .img-combo {
    width: 65px;
    display: inline-block;
}
#main .combo .item .content-combo {
    width: calc(100% - 110px);
    padding-left: 10px;
    font-size: 13.5px;
    display: inline-block;
}
#main .combo .item .content-combo a {
    display: block;
}
#main .combo .item .content-combo .price-cb {
    color: #d42333;
    font-weight: Bold;
    display: inline-block;
    margin-right: 15px;
}
#main .price-total {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #d42333;
    border: 1px solid #fdb813;
    background: #ffc;
    border-radius: 5px;
    padding: 13px;
    margin-top: 15px;
    font-weight: Bold;
    margin-bottom: 20px;
}
.navi-button{margin-top: 10px;}
#main .navi-button button {
    display: inline-block;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 10px 6px;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 10px;
}
#main .navi-button button img{width: 15px;}
#main .navi-button .add-cart {
    background: #f90;
}
#main .navi-button .gop {
    background: #06f;
}
#main .navi-button .phone {
    background: #0c3;
}
.box_dh{
    /* border: solid 1px #ccc; */
    margin-bottom: 10px;
}
.box_dh .title-dh{
    height: 40px;
    margin-top: 15px;
    line-height: 40px;
    border: solid 1px #ccc;
    border-left: solid 5px #f37021;
    padding-left: 10px;
    margin-bottom: 10px;
    background: #F4F4F4;
    text-transform: uppercase;
}
.table-order{ padding:5px;}
.card_mb{
    background: #f9f9f9;
    padding: 20px;
    font-size: 13px;
}
.xcard_mb {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    border-top: solid 1px #d5d5d5;
    margin-bottom: 5px;
    margin-top: 15px;
}
.xcard_mb:first-child{border: none;}
.xcard_mb .le {
    width: 70px;
    margin-right: 20px;
    position: relative;
}
.xcard_mb .le .qtys{
    position: absolute;
    top: -5px;
    right: -5px;
    background: #000;
    color: #fff;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.xcard_mb .ri {
    width: calc(100% - 90px);
}

.xcard_mb .ri .name.gh {
    padding: 0;
    color: #777777;
    position: relative;
    padding-right: 15px;
}
.xcard_mb .ri .name.gh > span{font-weight: 600;color: #000;}
.xcard_mb .qty_total {color: #f00;}

.xcard_mb .ri .giakm {
    color: #ff0000;
    font-size: 15px;
    font-family: robotobold;
    padding: 5px 0;
}
.card_mb .promotion{
    margin-top: 20px;
}
.card_mb .promotion span{
    color: #777777;
    font-family: kohobold;
    margin-bottom: 10px;
    display: block;
}
.card_mb .promotion input{
    border: 1px solid #f0f0f0;
    height: 40px;
}
.all_total{
    background: #fec909;
    padding: 20px;
    text-align: center;
    color: #000;
    font-size: 16px;
}
.all_total .total{
    text-transform: uppercase;
}
.title-form {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}
.continue {
    background: #e05c0b;
    max-width: 300px;
    width: 100%;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 10px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    display: block;
}
.continue a{color:#fff}
.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;
}
.cateUl{
    float: left;
    width: 100%;
}
.cateUl li{
    float: left;
    width: 100%;
}
.cateUl li a{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    text-transform: uppercase;
    color: #333e48;
    font-weight: 600;
    float: left;
    width: 100%;
   border-bottom: 1px solid #ddd;
}
.cateUl li a i{
    margin-right: 15px;
}
.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: 13px;

}
.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
}
.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%;
}

.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;
}
.mapFixed{position:fixed;bottom: 65px;border-radius: 8px;text-align: center;left: 10px;background: #fff;border: solid 1px #ddd;padding: 5px;z-index: 9999999;}
.mapFixed img{margin: auto;}
.mapFixed a{color: #212020;margin: 10px 0px;display: block;font-size: 11px;font-weight: 500;}
@media (min-width: 768px) and (max-width: 992px){
	.logo{
		width:30%;
		float:left;
		padding-left:0px;
	}
	.searchbox{
		width:70%;
		margin-top:5px;
	}
	.menu_pc li a{
		    padding: 15px 10px;
	}
	.slider-left{
		float:left;
		width:26%;
	}
	.slider-right{
		float:left;
		width:74%;
	}
	.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;
	}
	.colfix1,.colfix2,.colfix3{
		float:left;
		width:33.33333333333333%;
	}
	.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;
	}
}

@media (max-width: 767px){
	.sectionPrice span{display: block;margin: 10px 0px;}
		.product-img{
		float:left;
		width:100%;
		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:#FED700;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		color:#333;
		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
}
.col-md-12.noidung{padding: 0px;}
}
@media (min-width: 640px) and (max-width: 767px){
	.header-main{
		padding-top:10px;
		padding-bottom:10px;
	}
	.logo img{
			max-height:60px;
	}
	.searchbox{
		margin-top:10px;
		width:100%;
	}
	.slider-left{
		float:left;
		width:26%;
	}
	.slider-right{
		float:left;
		width:74%;
	}
	.product{
		width:50%;
		float:left;
	}
	
	.colfix1,.colfix2,.colfix3{
		float:left;
		width:33.33333333333333%;
	}
	.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 (max-width: 600px){
	.mapFixed{bottom: 0px;width: 100%;left: 0px;}
	.mapFixed a{display:inline-block;width: calc(33.33% - 3px);}
	.mapFixed img{/* display:inline-block; */max-width: 45px;}
	table{width: 100% !important;}
}
@media (min-width: 480px) and (max-width: 639px){
	.product-name{
	min-height:75px;
}
	.xuly_input{
		width:55%;
	}
	.chon_danhmuc{
		width:35%;
	}
	.header-main{
		padding-top:10px;
		padding-bottom:10px;
	}
	.logo img{
			max-height:60px;
	}
	.searchbox{
		margin-top:10px;
		width:100%;
	}
	.slider-left{
		float:left;
		width:26%;
	}
	.slider-right{
		float:left;
		width:74%;
	}
	.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: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{
		padding-left:0px;
		padding-right:0px;
	}
	.content-left .newfix{
		float:left;
		width:50%;	
	}
}

@media (min-width: 360px) and (max-width: 479px){
		.product-name{
	/* height:60px; */
	/* min-height:60px; */
	overflow:hidden
}
	.xuly_input{
		width:55%;
	}
	.chon_danhmuc{
		width:35%;
	}
	.header-main{
		padding-top:10px;
		padding-bottom:10px;
	}
	.logo img{
			max-height:60px;
	}
	.searchbox{
		margin-top:10px;
		width:100%;
	}
	.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{
		padding-left:0px;
		padding-right:0px;
	}
	.content-left .newfix{
		float:left;
		width:50%;	
	}
}
@media (max-width: 359px){
	.xuly_input{
		width:55%;
	}
	.chon_danhmuc{
		width:35%;
	}
	.header-main{
		padding-top:10px;
		padding-bottom:10px;
	}
	.logo img{
			max-height:60px;
	}
	.searchbox{
		margin-top:10px;
		width:100%;
	}
	.slider-left{
			display:none;
	}
	.slider-right{
		float:left;
		width:100%;
	}

	.product{
		width:100%;
		float:left;
	}
	
	.colfix1,.colfix2,.colfix3{
		float:left;
		width:100%;
		margin-bottom:10px
	}

	
	
	.small-img{
		width:22%;
	}
		.item_thumb{
			float:left;
		width:33.333333333333333%;
	}
	.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{
		width:100%;
		text-align:center;
	}
.header-top-left .ultop li a{
	padding-right:4px;
	font-size:12px;
	border-left: 0px solid #949898
}
.header-top-left .ultop li:last-child a{
	padding-left:4px;
}
	.content-left, .content-right{
		padding-left:0px;
		padding-right:0px;
	}
	.content-left .newfix{
		float:left;
		width:100%;	
	}
}
.popub{
    position: fixed;
    z-index: 10001;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.popub .content{
    max-width: 400px;
    padding: 20px;
    position: relative;
    z-index: 10;
    background: #fff;
    margin: auto;
    text-align: center;
    float: none;
    margin-top: 40px;
    color: #f00;
}
.popub .content .close{
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background: #f00;
    position: absolute;
    z-index: 101;
    right: 0px;
    top:0px;
    padding: 5px 10px;
}
.popub .allload{
    background: rgba(0, 0, 0, 0.38);
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
}
#main iframe{width: 100%;}
.map_canvas iframe{width: 100%; height: 250px !important;}
.map_canvas .name{font-weight: bold; font-size: 16px;margin-bottom: 8px;}