*{
    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{
    margin: 10px 0 0 123px;
}

.container-title {
    font-size: 20px;
}

.container-title a{
    text-decoration: none;
    color:#000;
}

.container-title a:hover{
    color:#ff9300;
}

.container-main{
    display: flex;
    justify-content: center;
}

.container-img{
    width: 390px;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    margin-right: 10px;
}

img{
    width:100%;
}

.container-text table{
    margin-left: 100px;

}

table td{
    padding: 10px;
}

.container-text input{
    width: 32px;
    margin-left: 121px;
}

.add-to-cart-btn {
    background-color: #ff9300;
    margin-left: 10px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    padding: 10px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
}

.add-to-cart-btn:hover {
    background-color: #ff9500e2;
}

.container-bottom{
    max-width: 800px   ;
    justify-items: center ;
    margin: 10px auto;
}

.container-bottom table{
    border:1px solid #e0e0e0;
    border-collapse: collapse;
    width: 100%;
}

.container-bottom td {
    padding: 12px 16px;
}

.container-bottom tr {
    border-bottom: 1px solid #e0e0e0;
}

.container-bottom td:first-child {
    font-weight: 500;
    background-color: #f9f9f9;
    width: 220px;
    border-right: 1px solid #e0e0e0;
}

/*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;
	
}