.home-page{
    background: #f3f5f7;
}
.deal-title{
    background: #fff;
    border-bottom: 2px solid #f2f2f2;
    /* padding: 4px 20px; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.title{
    border-bottom: 3px solid #dc0021;
}
.title p{
    color: #333;
    font-style: normal;
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 20px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    float: left;
    font-size: 20px;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    line-height: 1.4;
    font-weight: 500;
}
.clearfix{
    padding: 20px 0px;
}
.flas-deal{
      display: flex;
      flex-wrap: wrap;
      text-align: inherit;
      padding: 20px 10px;
}
.deal{
    background: #fff;
      border-bottom: 1px solid #dc0021;
      margin: 20px 0px;
    
}
.xem-them{
    text-align: center;
}
.xem-them button{
    background: none;
    border: 1px solid #dc0021;
    margin: 20px 0px; 
     color: #dc0021;
      padding: 10px;
}
.flas-deal button{
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
  
    border-radius: 2px;
    color: #dc0021;
    height: 35px;
    background-color: #fff;
    line-height: 35px;
    text-align: center;
    padding-left: 13px;
    padding-right: 13px;
    
    margin: 29px 0px;
}
.deal-image{
    position: relative;
    padding: 5px;
}
.deal-image >.add-cart{

    display: flex;
}
.deal-image >.add-cart >.shopping-now{
    color: #ffffff;
    position: absolute;
    top: 58%;
    left: 21%;
    visibility: hidden;
    padding: 5px;
    font-size: 19px;
    font-size: 12px;
    width: 65px;
    height: 30px;
    background-color: #666;
}
.deal-image >.add-cart >a >i{
    color: #ffffff;
    position: absolute;
    top: 58%;
    left: 5%;
    visibility: hidden;
    padding: 5px;
    font-size: 19px;
    width: 30px;
    height: 30px;
}
.deal-image:hover >.add-cart >a >i{
    visibility: visible;
    left: 10%;
    background-color: #666;
    transition: 0.5s;
}
.add-cart >a >i:hover >.shopping-now{
    visibility: visible;
}
.deal-image img{
   
   width: 100%;
   height: auto;
}
.deal-image >.onsale{
    background: #dc0021;
    color: #fff;
    position: absolute;
    right: 13px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    padding: 12px 6px;
    top: 20px;
}
.deal-time {
    display: flex;
    padding: 10px;
    padding-top: 20px;
}
.deal-time span{
    font-size: 14px;
    color: #333;
}
.deal-item{
    display: flex;
    padding: 23px 43px;
   
    grid-gap: 13px;
}
.deal-item-image img{
    width: 100%;
    height: auto;
    padding: 40px 14px;
}
.deal-image img:hover{
    border: 2px solid #dc0021;
}
.deal-item-content {
    min-width: auto;
    padding: 10px 0px;
}
.money{
    color: #dc0021;
    font-size: 16px;
    font-weight: 600;
}
.price-old{
    font-size: 12px;
    color: #898989;
    line-height: 100%;
    font-weight: 500;
}
/* .deal-content-title{
    min-width: max-content;

} */
.deal-content-title a{
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 16px;
}
.deal-description{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px;
    margin: 20px 0 10px;
}
#number-time-end{
    display: flex;
    padding-left: 15px;
}
#number-days{
    font-size: 16px;
    color: #fff;
    background-color: #dc0021;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
}
#number-hours{
    font-size: 16px;
    color: #fff;
    background-color: #dc0021;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
}
#number-minutes{
    font-size: 16px;
    color: #fff;
    background-color: #dc0021;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
}
#number-seconds{
    font-size: 16px;
    color: #fff;
    background-color: #dc0021;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
}
.wrap{
    padding: 0px 6px;
}
.price-sale{
    display: flex;
    grid-gap: 20px;
}
.price-sale >span{
    font-size: 16px;
    color: #dc0021;
    font-weight: 600;
}
.price-sale >p{
    font-size: 14px;
    color: #898989;
    font-weight: 500;
}
.price-new ins{
    color: #dc0021;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.price-new >.amount >bdi{
    font-size: 16px;
    color: #dc0021;
    /* text-decoration: line-through; */
    display: inline-block;
    line-height: 100%;
    font-weight: 500;
}
.pblock-head-title{
    font-size: 17px;
    color: #333;
    min-width: max-content;
    border-top: 3px solid #ffc300;
    padding: 17px 0px;
}
.deal-description p{
    font-size: 14px;
    color: #333;
}
.section-banner {
    padding-bottom: 20px;
}
.home-banner img{
    width: 100%;
    padding: 10px 0px;
}
.section_product{
    padding: 20px;
}
.awe-section-4{
    background: #fff;
    padding: 0px 10px;
}
.pblock-head{
    display: flex;
    padding: 15px 11px;
}
.menu-button-edit >ul >li{
    min-width: max-content;
}
.menu-button-edit ul{
    list-style: none;
    display: flex;
    grid-gap: 30px;
}
.menu-button-edit{
    padding: 12px;
}
.product-thumbnail{
     text-align: center;
    padding-bottom: 20px;
    position: relative;
}
.product-thumbnail >.add-cart{
position: absolute;
    top: 70%;
    left: 0%;
    visibility: hidden;

}
.product-thumbnail >.add-cart >a >i{
    font-size: 12px;
    color: #fff;
    background-color: #666;
    width: 25px;
    height: 25px;
    padding-top: 8px;

}
.product-thumbnail:hover >.add-cart{
    visibility: visible;
    transition: 0.5s;
    left: 10%;
}
.product-thumbnail >a >img{
    width: 100%;
    height: auto;
   
}
.product-thumbnail >a >img:hover{
    -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08); 
  transform: scale(1.08); 
  transition: 0.7s;
}
.product-image img{
    width: 100%;
    height: auto;
    padding: 10px;
}
.item{
    padding-left: 10px;
    padding-right: 10px;
}
.product-name a{
    color: #333;
    font-size: 13px;
    line-height: 1.1;

}
.price-box{
    display: grid;
}
.price-box >del >span >bdi{
    color: #bbb;
    font-size: 13px;
}
.price-box >ins{
    text-decoration: none;
    color: #dc0021;
    font-weight: 600;
    font-size: 15px;
}
.price-box >span >bdi{
    text-decoration: none;
    color: #dc0021;
    font-weight: 600;
    font-size: 18px;
}
.price{
    display: flex;
}
.slick-dots{
    display: none !important;
}
.sale-product span{
    display: inline-block;
    background-color: #dc0021;
    color: #fff;
    font-size: 13px;
    margin-left: -5px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 3px;
}
.section-7{
    padding-bottom: 20px;
}
.kinh-nghiem-hay{
    background: #fff;

}
.heading h2{
    border-top: 3px solid #dc0021;
    margin: 0;
    padding: 10px 5px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
}
.heading h2 a{
    color: #000;
}
.blog-item{
    display: flex;
    grid-gap: 10px;
    padding: 10px;
}
.blog-item-name h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    
}
.blog-item-name h3 a{
    color: #333;
}
.blog-item-content p{
    color: #4d4d4d;
    font-size: 13px;
}
.all-new-post{
    padding: 10px;
    list-style: none;
    font-size: 16px;
}
.all-new-post li {
    
    margin-bottom: 10px;
}
.all-new-post li a{
    color: #4d4d4d;
}
.so-sanh-san-pham{
    background: #fff;
    position: fixed;
    top: 29px;
    right: 0px;
    height: 100%;
    z-index: 20;
    width: 600px;
    overflow: scroll;
    padding-bottom: 100px;
    display: none;
}
.list-so-sanh >.archive-product-colums >.archive-product-item{
    display: flex;
    border-bottom: 1px solid #ddd;
}
.list-so-sanh >.archive-product-colums >.archive-product-item >.image-archive-product{
    width: 150px;
}
.list-so-sanh >.archive-product-colums >.archive-product-item >.content-archive-product >a{
    color: #222;
    font-size: 14px;
}
.list-so-sanh >.archive-product-colums >.archive-product-item >.content-archive-product >.price-new >.amount >bdi{
    font-size: 13px;
    color: #dc0021;
    display: inline-block;
    line-height: 100%;
    font-weight: 500;
}

.so-sanh-button{
    text-align: center;
}
.so-sanh-button >a >button{
    background-color: #dc0021;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: navajowhite;

}