* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
/*---------------banner------------------*/
.banner-danhmucsp {
    width: 100%;
    height: auto;
    margin-top: 3%;
}
.banner-danhmucsp-img {
    position: absolute;
}
.banner-danhmucsp-text {
    position: relative;
    font-family: "Montserrat", Sans-serif;
    color: white;
    padding:22% 0 100px 8% ;
    line-height: 3em;
}
.banner-danhmucsp-text a {
    padding-right: 60px;
    text-decoration: none;
    color: white;
}

/*------------------------------sanphammoi------------------------*/
#sanphammoinhat {
    background-color:#DFDFDF3B;
}
.spmoinhat-contents {
    height: 470px;
    margin-left: 6%;
    display: flex;
}
.spmoinhat-content-items {
    display: flex;
    margin: 95px 0 0 30px;
}
.spmoinhat-content-img {
    overflow: hidden;
    border-radius: 20px;
    height: 340px;
    background-color:white;
    margin: 10px;
}
.spmoinhat-content-text {
    list-style-type: none;
    text-align: center;
    padding: 15px ;
}
.spmoinhat-content-text li {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.spmoinhat-content-text a {
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 500;
    color: darkcyan;
}
.spmoinhat-content-text span {
    font-weight: normal;
    padding-left: 10px;
}
.menu2 {
    margin-bottom: 25%;
}