@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@1,500&family=Poppins:wght@500&display=swap');  
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: 'Lora', serif;
    cursor: pointer;
}

#wrapper {
    
    width: 100%;
    height: 100hv;
}
#header {
    width: 100%;
    padding-left:70px;
    padding-right: 100px;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;    
}

#menu {
    list-style:none;
    display: flex;
    font-size: 20px;

    
}
#menu .item {
    margin:0px 50px;
    
}

#menu .item a {
    color:#626A67;
    text-decoration: none;

}

#actions {
    display: flex;
}

#actions .item {
    margin-left:22px;
}

#banner {
    width: 100%;
    background-image :url("assets/banner.png");
    height: 463px;
    margin-top: 5px;
    display: flex;
    padding:0px 133px;
    position:relative;
    
}
#banner .box-left ,#banner .box-right {
    width: 50%;
}

#banner  .box-left h2 {
    font-size:48px;
    margin-top:85px;
    color:#fff;
}
#banner2  .boxleft{
    font-size: 33px;
    color:#fff;
}

#banner .box-left p {
    color:#D0D0D0;
}

#banner .box-left button {
    width: 191px;
    height: 40px;
    margin-top:41px;
    background:#1d1a1a;
    border:none;
    outline:none;
    color:#fff;
    font-weight: bold;
    border-radius: 20px;
    transition:0.4s;
}

#banner .box-left button:hover {
    background:orange;
}

#banner .box-right {
    padding-left:200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#banner2 .box-right2 {
    padding-left:100px;
    justify-content: center;   
    color: #fff;
    font-size:20px;
    padding-top: 90px;
}


#banner .box-right img {
    margin:0px 10px;
    animation :animation 3s infinite linear; 
}


#banner .box-right img:nth-child(1)
{
    animation-delay: 0.5s;
}
#banner .box-right img:nth-child(2)
{
    
    animation-delay: 1s;
}

@keyframes animation {
    0%{
        transform:translateY(0px);
    }
    50%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(0px);
    }
    
}

.to-bottom {
    position:absolute;
    bottom:-40px;
    left:50%;
    transform:translateX(-50%);
}



#wp-products {
    padding-top:116px;
    padding-bottom: 78px;
    padding-left:134px;
    padding-right:134px;
}

#wp-products h2 {
    text-align: center;
    margin-bottom: 76px;
    font-size:32px;
    color:#626a67;
}


#list-products {
    display: flex;
    list-style: none;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#list-products .item {
    width: 290px;
    height: 374px;
    background:#3D3B3A;
    border-radius: 10px;
    margin-bottom: 50px;
}

#list-products .item img {
    display: block;
    margin:0px auto;
    margin-top:13px;
    transition: transform ease-in-out 1s ;
}
div.item img:hover {
    transform: scaleY(1.1);
}

#list-products .item .stars {

    display: flex;
    margin:0px auto;
    width: 50%;
}

#list-products .item .name {
    text-align: center;
    color:#fff;
    font-weight: bold;
    margin-top:1px;
}

#list-products .item .desc {
    text-align: center;
    color:#626a67;
}

#list-products .item .price {
    text-align: center;
    color:#f42424;
    font-weight: bold;
    margin-top:20px;
}


.list-page {
    width: 50%;
    margin:0px auto;
}

.list-page {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.list-page .item {
    margin:0px 15px;
    width: 37px;
    height: 37px;
    background:#362f2f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-page .item a {
    color:#fff;
    text-decoration: none;
}


#saleoff {
    width: 100%;
    display: flex;
    height: 322px;
}
#saleoff .box-left ,#saleoff .box-right {
    width: 50%;
}
#saleoff .box-left {
    background:#030303;
    text-align: center;
    min-height: 322px;
}

#saleoff .box-left h1 {
    padding-top:38px;
}
#saleoff .box-left span:nth-child(1)
{
    color:#fff;
    font-size:50px;
}

#saleoff .box-left span:nth-child(2)
{
    color:orange;
    font-size:128px;
}

#saleoff .box-right {
    background-image:url("assets/off.jpg");
}


#comment {
    width: 1012px;
    height: 478px;
    margin:0px auto;
    margin-top:184px;
    margin-bottom: 50px;
}

#comment h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size:32px;
    color:#626a67;
}


#comment-body{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    height: 400px;
    list-style: none;
    overflow: hidden;
}

#list-comment {
    width: 100%;
    height: 100%;
    list-style: none;
    transition:0.5s;
}

#list-comment .item {
    width: 100%;
    height: 100%;
    background:#362f2f;
    border-radius: 20px;
    padding-top:50px;
}

#list-comment .item .avatar {
    text-align: center;
    margin-top:13px;
}

#list-comment .item .stars {
    display: flex;
    margin:0px auto;
    width: 50%;
    margin-top:32px;
    justify-content: center;
    align-items: center;
}

#list-comment .item .name {
    text-align: center;
    font-weight: bold;
    color:#fff;
}

#list-comment .item .text {
    padding:20px 50px;
    color:#fff;
    padding-left: 260px;
   
}

#footer {
    width: 100%;
    background:rgb(0,0,0,0.79);
    height: 250px;
    margin-top:338px;
    padding:0px 200px;
    padding-top:57px;
    display: flex;
    justify-content: space-around;
}

#footer .box {
    width: 250px;
    color:#fff;
}

#footer .box .quick-menu {
    margin-top: 18px;

}


#footer .box .quick-menu .item{
    margin-bottom:12px;   

}
#footer .box .quick-menu ,.item a{
    color:#fff;
    text-decoration: none;   
}

#footer .box form input {
    width: 294px;
    height: 42px;
    background:transparent;
    padding-left:20px;
    color:#fff;
    margin-top:30px;
}

#footer .box form button {
    background:#362f2f;
    box-shadow: 5px 5px 4px rgba(0,0,0.25);
    width: 163px;
    height: 38px;
    margin-top:29px;
    color:#fff;
}

body{
    background-color: #fff;
}
.product0{
    height: 200px;
    width: 280px;
}
.row{
    background:rgb(0,0,0,0.79);
    color: #fff;
    height: 70px;
    text-align: center;
    
}
.lab00{
    padding-left: 200px;
    padding-top: 50px;
}
.lab0{
    padding-left: 200px;
    justify-content: center;
    align-items: center;
    color: rgb(184, 114, 255)
}
.icon{
    padding-top: 10px;
}
#banner2 {
    width: 100%;
    background-image :url("assets/gioithieu.PNG");
    height: 463px;
    margin-top: 5px;
    display: flex;
    padding:0px 133px;
    position:relative;
    
}
.box-left1{
    color: #fff;
    font-size: 20px;
    margin-top: 100px;
    
}
.mucdich{
    color: #fef7f4;
}
#banner3{
    width: 100%;
    height: 463px;
    background-image :url("assets/banner3.png");
}
.labb{
    color: rgb(184, 114, 255)
}
.thuchanhlab{
    font-size: 30px;
    color: rgb(163, 164, 209);
}
