* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: white !important;
}

#header {
    width: 100%;
    height: 240px;
    background-color: green;
}

#content {
    width: 100%;
    height: auto;
    background-color: white !important;
}

#footer {
    width: 100%;
    height: 300px;
    background-color: green;
}

#top {
    height: 48px;
    width: 100%;
    background-color: green;
}

.top-content {
    width: 80%;
    height: 100%;
    margin: 0px auto;
    color: #FFF;
}

.top-left {
    float: left;
    width: 60%;
    height: 100%;
    line-height: 48px;
}

.top-right {
    float: right;
    width: 40%;
    height: 100%;
    line-height: 48px;
    text-align: right;
}

.top-right a {
    color: #FFF;
    text-decoration: none;
}

#banner {
    height: 144px;
    width: 100%;
    background-color: #FFF;
}

#menu {
    height: 48px;
    width: 100%;
    background-color: green;
}

#container {
    width: 80%;
    height: 100%;
    min-height: 600px;
    margin: 30px auto;

}

#list-cate {
    width: 22%;
    height: 412px;
    background-color: #FFF;
    float: left;
    border: 1px solid #CCC;
    border-radius: 20px;
}

#slideshow {
    width: 78%;
    height: 430px;
    float: right;
    padding-left: 30px;
}

#slideshow img {
    width: 100%;
    height: 100%;
}

#list-cate h1 {
    background-color: green;
    color: white;
    font-size: 16px;
    line-height: 46px;
    margin: 0px;
    text-align: center;
    border-radius: 20px;
}

#list-cate ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#list-cate li {
    line-height: 36px;
    border-bottom: 1px solid #CCC;

}

#list-cate li:last-child {
    border-bottom: none;
}

#list-cate ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding-left: 20px;
    line-height: 36px;

}

#list-cate a:hover {
    background-color: orange;
    color: #FFF;
}

#ad1 {
    height: 186px;
    width: 100%;
    display: flex;
}

.ad-small {
    flex: 1;
    padding-left: 30px;
    margin-top: 30px;
}

.ad-small img {
    width: 100%;
    height: 100%;
}

#ad1 .ad-small:nth-child(1) {
    padding-left: 0px;
}

.cate {
    width: 100%;
    height: 450px;
    margin: 20px auto;
    float: left;
}

.cate-title {
    width: 300px;
    background-color: green;
    color: white;
    font-size: 16px;
    line-height: 46px;
    margin: 0px;
    text-align: center;
    border-radius: 20px;
}

.list-product {
    width: 100%;
    height: 304px;
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.cate-item {
    height: 100%;
    border: 1px solid #CCC;
    border-radius: 20px;
    flex: 1;
    text-align: center;
}

.cate-item img {
    width: 200px;
    height: 200px;
}

.cate-item h1 {
    color: green;
    font-size: 20px;
}

.cate-item span {
    color: orange;
    font-weight: bold;
    font-size: 18px;
}

#footer {
    clear: both;
    width: 100%;
    height: 300px;
    background-color: green;
    color: white;
}

.footer-content {
    width: 80%;
    height: 100%;
    margin: 0px auto;
    display: flex;
    line-height: 30px;
}

.footer-main {
    height: 100%;
    flex: 1;
}

.footer-main h1 {
    font-size: 16px;
}

.banner-content {
    width: 80%;
    height: 100%;
    background-color: white;
    margin: 0px auto;
}

.banner-content a {
    text-decoration: none;
    color: #333;
}

.banner-1 {
    width: 20%;
    height: 100%;
    float: left;
}

.banner-1 img {
    margin-top: 47px;
    width: 190px;
}

.banner-2 {
    width: 100%;
    height: 60px;
    margin-top: 41px;
}

.banner-2 img {
    float: left;
    margin-top: 14px;
    margin-right: 10px;
    height: 30px;
    width: 30px;
}

.banner-3 {
    text-align: left;
    line-height: 29px;
}

.gio-hang {
    color: FFF;
    font-weight: bold;
    text-decoration: none;
    line-height: 58px;
    margin-top: 41px;
    display: block;
    text-align: right;
    color: black;
}

.menu-content {
    width: 80%;
    height: 100%;
    margin: 0px auto;
}

.menu-content ul {
    list-style: none;
    margin: 0;
    color: #FFF;
    padding: 0px;
}

.menu-content li {
    float: left;
    padding: 0px 20px;
    line-height: 48px;
}

.menu-content a {
    text-decoration: none;
    color: #FFF;
}

#main {
    width: 100%;
    height: 700px;
    background-color: white;
}

.boxx {
    text-align: center;
    margin: 50px 100px 0 0;
}

.box-content-1 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.box-content-2 {
    width: 250px;
    height: 20px;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
}