*{
    margin: 0;
    padding: 0;
    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;
}

/*login*/
.login{
    text-align: center;
    margin: 100px auto;
    max-width: 500px;
    border:1px solid #ff9300;
    border-radius: 10px;
    max-height: 500px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
}

.login-top{
    font-size:50px;
    margin:10px auto;
    
}

.login-first,
.login-second{
    width: 90%;
    height: 40px;
    margin: 10px 0;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding-left: 10px;
    outline-color: #142336;
}

.login button{
    padding:10px 20px;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 15px;
    border:none;    
}

.login a{
    text-decoration: none;
}

/*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;
	
}