/* 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) {
  
 
    .homeinfo-item-img
    {
        width: 100%;
        border-bottom: 1px solid #FFF;
     
    }
    .infonumber-item:nth-last-child(2n+1) {
        border: none;
    }
    .infonumber-item
    {
        margin-bottom: 20px;
    }

    .pagecat-title
    {
        font-size: 24px;
        line-height: 1.1;
    }
.menutab-product
{
    display: none;
}
.slide-btn-next.homeproduct-button-next
{
    right:10px;
}
.slide-btn-prev.homeproduct-button-prev
{
    left: 10px;
}
.homenews-item img{
    min-height: 150px;
    object-fit: cover;
}
.footer-end .footer-block
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #bdbcbc;
}
.tracutuvieclam-wrapper {
    color: #FFF;
    background-size: auto;
}
.tbbct
{
    justify-content: flex-start;

}
.tbbct img{
    margin-right: 20px;
}
.footer-social {
    margin: 10px 0px;
}
.title-news_ct, .pagecat-title, .product-name-detail
{
    font-size: 20px;
}
.homecat-title {
    font-size: 30px
}
.infotamnhin-item
{
    margin-bottom: 30px;
}
.infoleader-img img {
    width: 190px;
    height: 190px;
}
.infotamnhin-name, .infoleader-name {
    font-size: 20px;
}
.homeproduct-item
{margin: 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: 1400px;
        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;
    }
  }
  