/* Mobile & Table */
@media (max-width: 1023px) {}

/* Table */
@media (min-width: 740px) and (max-width: 1023px) {}

/* Table Lanscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

/* Mobile */

@media (max-width: 739px) {
 .header-right
 {
   width: 45%;
    color: #FFF;
	justify-content: center;
 }
 .header-hotline
 {
    color: #FFF;
 }
 .topheader-mb
 {
    padding: 3px;
    color: var(--title-color);
    background-color: var(--menutop-color);
 }
 .header-right i, .cart i{
    font-size: 18px;
 }
 .cartnumber {
         position: absolute;
        top: -18px;
        right: -9px;
        background: var(--maincolor);
    color: #fff;
 }
 .menu-mobile
 {
	 float:left;
 }
 .homecat-title {
    font-size: 20px;
 }
 .product-item
 {
    
        padding: 10px;
        margin-top: 20px;

 }
 .cart {
    display: block;
    text-align: right;
    float: right;
    color: var(--maincolor);
}


 .flex-product img
 {
    margin-bottom: 10px;
    width: 100%!important;
 }
 .dangkydaily img
 {
    object-fit: cover;
    min-height: 200px;
 }
 /* .dangkydaily-box {
    position: absolute;
    left: 0px;
    top: 50%;
    color: #FFF;
    line-height: 1.2;
    height: 100%;
    padding: 10px;
    transform: translate(0px, -50%);
} */
.dangkydaily-box{
	padding:20px;
}
.formdangkydaily-home input {
    padding: 9px;
    font-size: 14px;
}
.frmSubmit
{
    padding: 10px;
}
.btn-muahang
{
    margin-bottom: 20px;
}
.product-name-detail {
    font-size: 20px;
}
.formdangkydaily
{
    position: static;
    transform: 0px 0px;
}
.formdangkydaily {
    position: static;
    transform: translate(0px, 0px);
   
    margin-bottom: 30px;
    margin-top: 20px;
}
.daily-search input, .daily-search select
{
    margin-bottom: 20px;
}
.slide-btn-next {
    right: -8px;
  
    width: 35px;
    height: 35px;
  
    line-height: 35px;

}
.slide-btn-prev
{
	 left: -8px;
  
    width: 35px;
    height: 35px;
  
    line-height: 35px;
}
.whyus-item{
	padding:0px;
}
.homeqa {
    margin-right: 0px;
}
}

/* Ipad pro */


@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {}


/* PC LARGE */

@media (min-width: 1919px) {
    .grid {
        width: 100%;
        max-width: 1350px;
        margin: 0 auto;
    }
}
@media (max-width: 1200px) {
    .galleries {
    -moz-column-count:    4;
    -webkit-column-count: 4;
    column-count:         4;
    }
  }
  @media (max-width: 1000px) {
    .galleries {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
    }
  }
  @media (max-width: 800px) {
    .galleries {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
    }
  }
  @media (max-width: 400px) {
    .galleries {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
    }
  }
  