* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

body {
    width: 100%;
    height: 100%;
}


/* header */

li {
    list-style: none;
}

nav {
    width: 100%;
    height: 70px;
    display: flex;
    background: #00d8d8;
}

nav .content-nav {
    display: flex;
    line-height: 2rem;
    flex-direction: row;
    justify-content: flex-end;
    width: 70%;
}

nav .content-nav ul {
    display: flex;
}

nav .content-nav ul li a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px;
}

nav .content-nav ul li a:hover {
    color: rgb(255, 86, 86);
}

.content-nav form {
    position: relative;
}

.content-nav form input {
    height: 35px;
    border: none;
    background: #fff;
    padding: 7px;
    outline: none;
    margin-left: 2rem;
    margin-top: 15px;
    outline: none;
    border-radius: 12px;
}

.content-nav form button {
    padding: 5px;
    border-radius: 12px;
    position: absolute;
    right: 5px;
    top: 20px;
    border: none;
    outline: none;
    background: #fff;
}

#cart {
    font-size: 15px;
    color: #fff;
    background: #a5a5a5;
    border: 1px solid transparent;
    border-radius: 10px;
    outline: none;
    margin-left: 2rem;
    margin-top: 15px;
    padding: 0px 10px 0px 10px;
    height: 40px;
    cursor: pointer;
}

#cart:hover {
    background: #fff;
    color: #a5a5a5;
}

.Danhmuc {
    float: left;
    margin-top: 20px;
}

.Danhmuc li a {
    text-decoration: none;
    color: #000;
}

.Danhmuc li a:hover {
    color: rgb(0, 197, 231);
}


/* Dang Xuat */

.DangXuat {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.DangXuat a {
    border: 1px solid rgb(66, 66, 66);
    border-radius: 15px;
    padding: 2px 10px 5px 10px;
    background-color: rgb(221, 221, 221);
    color: rgb(128, 128, 128);
    text-decoration: none;
}


/* main */

.Main-One {
    display: flex;
}

.lin {
    display: flex;
    font-size: 13px;
    padding-left: 100px;
    padding-top: 10px;
    height: 25px;
}

.lin p {
    padding: 2px;
}

.lin a {
    text-decoration: none;
    color: rgb(104, 104, 104);
}


/* Slider */

.Img-Oppo img {
    width: 600px;
}

.Back-Next {
    position: relative;
    margin: auto;
}

.Img-Back-Next {
    display: none;
}

.Back-Next {
    display: block;
}

.Lui-Back,
.Toi-Next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -15px;
    padding: 16px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 20px;
    user-select: none;
}

.Toi-Next {
    right: 10px;
    border-radius: 20px;
}

.Mo {
    -webkit-animation-name: Mo;
    -webkit-animation-duration: 1.5s;
    animation-name: Mo;
    animation-duration: 1.5s;
}

@-webkit-keyframes Mo {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes Mo {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}


/* Mani-Center */

.ChonMau {
    display: flex;
    color: white;
}

.KhuyenMai {
    background-color: #00d8d8;
    border-radius: 0 20px 0 20px;
    padding: 10px;
    width: 420px;
    height: 65px;
}

.MuaNgay {
    background-color: #dcff5d;
    border-radius: 10px;
    padding: 10px;
    width: 420px;
    height: 65px;
}

.TraGop {
    background-color: #00d8d8;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    width: 208px;
    height: 65px;
    color: white;
}