*{
    padding:0px;
    margin: 0px;
    box-sizing: border-box;
}

.header {
    height: 130px;
    width: 100%;
    display:block;
    margin-top:0px
}

.header-top{
    padding:5px 0;
    height: 15px;
    margin:0 100px;
}

.header-top-left{
    float:left;
    margin-left: 23px;
    
}

.header-top-left a{
    text-decoration: none;
    color:#333;
    margin-left: 10px;
    font-size: 15px;

}

.fa-solid{
    color:#ff9300;
}


.header-menu{
    height: 107px;
    width: 100%;
    background-color:black; 
    display:flex;
}

.hearder-menu-logo{
    margin-left: 100px;
    padding-top: 10px;
    float: left;
}

.header-menu-search{
    height: 40px;
    width:30%;
    float: left;
    margin:29.5px 0 29.5px 100px;
    position: relative;
}

.hearder-menu-search-text{
    border:0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 20px;
    padding-left: 10px;
}

.hearder-menu-search-icon{
    position: absolute;
    right:0px;
    top:0px;    
    border:0;
    width: 60px;
    height: 100%;
    border-radius: 0 20px 20px 0 ;
    font-size: 20px;
    color:black;
    cursor: pointer;
    background-color: #ff9300;
}

.fa-magnifying-glass{
    color:black;
}

.header-menu-cart{
    float: left;
    font-size: 30px;
    margin: 31.5px 0px 31.5px 100px;
    position: relative;
}

#soluonggiohang{
    position: absolute;
    width: 10px;
    height: 10px;
    color: white;
    top: -20px;
    right: -6px;
}

.header-menu-last{
    width:10%;
    margin: 15px 100px 15px 100px;
}

.header-menu .header-menu-last
.item:first-child {
    margin-bottom: 6px;
}

.header-menu-last .item {
    background: #ff9300;
    border-radius: 15px;
    height: 28px;
    display: block;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
}
.header-menu-last a {
    text-decoration: none;
    color: #000;
}

.header-menu-last a:hover{
    color:white;
}
/*container*/
.container{
    width:100%;
}

#container-menu{
    margin-left: 123px;
}

#container-menu, .sanpham{
   list-style-type: none;
}

#container-menu > li{
    display: inline-block;
}

#container-menu li{
    position: relative;
}

#container-menu > li > a{
    color:#000;
    text-transform: uppercase;
}

#container-menu li a{
    text-decoration: none;
    line-height: 46px;
    padding: 0 10px ;
    display: block;
}

#container-menu li:hover .sanpham{
    display: block  ;
}

#container-menu > li:hover > a,
#container-menu .sanpham li:hover a{
    color: #fff;;
    background-color: #ff9300;
}


#container-menu .sanpham{
    display:none;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

#container-menu .sanpham a{
    color:#000;
    line-height: 48px;
    text-align: center;
    width:213px;
    
}

#bannershow{
    text-align: center;
    height: 10px;
    height: auto;
}

.container-main{
    margin: 50px 0;
    margin-left: 223px;
}

.top-product{
    font-size:15px;
    border:1px;
    background-color: #ff9300;
    border-radius: 20px;
    width:100px;
    height: 30px;
    text-align: center;
    color:white;
}

.main-product{
    margin-top: 10px;
    display: flex;
}

.item-product{
    padding: 10px;
    width: 205px;
    margin-right: 12px;
    margin-bottom: 12px;
    background: #fff;
    
}

.product-img{
    display: block;
    height: 205px;
}

.product-title{
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    height: 37px;
    font-weight: 500;
    margin-top: 20px;
}

.product-title a{
    text-decoration: none;
    color: #000;
}

.product-title a:hover{
    color: #ff9300;
}

.product-promotion{
    font-size: 13px;
    line-height: 25px;
    color: #666;
    text-align: left;
    font-weight: 400;
    margin: 9px 0;
}

table{
    max-width: 100%;
}

.item-product .product-price
.item-price{
    color: #fff;
    font-weight: 700;
    background: #ff9300;
    width: 160px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    display: block;
    text-align: center;
    border-radius: 16px;
    margin: 10px auto 0;
}
/*footer*/
.footer{
    width: 100%;
    height: 300px;
    background-color: #000;
    color:white;
    font-size: 16px;
}

.footer-main{
    width: 80%;
    margin: 30px auto;
    height: 100%;
}

#contact{
    margin-top: 20px;
}

#quick-contact {
  position: fixed;
  bottom: 20%;
  right: 5px;
}
#quick-contact img {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* Thiết kế cho Mobile*/
@media only screen and (max-width:768px){
	.col-s-1{width: 8.33%;}
	.col-s-2{width: 16.66%;}
	.col-s-3{width: 25.0%;}
	.col-s-4{width: 33.33%;}
	.col-s-5{width: 41.66%;}
	.col-s-6{width: 50.0%;}
	.col-s-7{width: 58.33%;}
	.col-s-8{width: 66.66%;}
	.col-s-9{width: 75%;}
	.col-s-10{width: 83.33%;}
	.col-s-11{width: 91.66%;}
	.col-s-12{width: 100%;}
}

/* Thiết kế cho Tablet*/
@media only screen and (min-width:768px){
	.col-m-1{width: 8.33%;}
	.col-m-2{width: 16.66%;}
	.col-m-3{width: 25.0%;}
	.col-m-4{width: 33.33%;}
	.col-m-5{width: 41.66%;}
	.col-m-6{width: 50.0%;}
	.col-m-7{width: 58.33%;}
	.col-m-8{width: 66.66%;}
	.col-m-9{width: 75%;}
	.col-m-10{width: 83.33%;}
	.col-m-11{width: 91.66%;}
	.col-m-12{width: 100%;}
}

/* Thiết kế cho Laptop/Destop/TV*/
@media only screen and (min-width: 1024px){
	.col-1{width: 8.33%;}
	.col-2{width: 16.66%;}
	.col-3{width: 25.0%;}
	.col-4{width: 33.33%;}
	.col-5{width: 41.66%;}
	.col-6{width: 50.0%;}
	.col-7{width: 58.33%;}
	.col-8{width: 66.66%;}
	.col-9{width: 75%;}
	.col-10{width: 83.33%;}
	.col-11{width: 91.66%;}
	.col-12{width: 100%;}
}
[class*="col-"]{
	float:left;
	
}