.search-field {
  background: none !important;
}

#wide-nav ul li a {
  font-size: 12px !important;
}

.youtube {
  background-color: #c33223 !important;
  border-color: transparent !important;
}

.youtube i {
  color: #fff !important;
}

.facebook {
  background-color: #3a589d !important;
  border-color: transparent !important;
}

.facebook i {
  color: #fff !important;
}

.email {
  background-color: #111 !important;
  border-color: transparent !important;
}

.email i {
  color: #fff !important;
}

.link_partner img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.link_partner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget-title2 {
  font-size: 1em;
  font-weight: 600;
}

#mega-menu-wrap-primary_mobile {
  width: 100% !important;
}

.mobile-sidebar .facebook,
.mobile-sidebar .email {
  padding: 6px;
}

.menu_miticc06 #dm_sanpham {
  background: #ed1c24 !important;
  font-family: "Roboto-Bold", sans-serif;
}

.header-bottom {
  background: #ed1c24 !important;
}

.menu-menu-plugin-miticc06-container ul li a:hover {
  color: #ed1c24 !important;
}
.product-title a,
.block_widget p,
.textwidget a{
    color:#060606;
    font-weight:500;
    &:hover{
         color: #ed1c24;
    }
}
.copyright-footer {
  color: #fff;
}

.menu-menu-plugin-miticc06-container .sub-menu {
  border-left: 5px solid #ed1c24 !important;
}

.category-blog .page-title,
.category-blog .entry-meta {
  display: none;
}
#banner-grid-1591635571 .grid-col .image-cover img{
  object-fit: contain !important;
}

@media only screen and (max-width: 550px) {
  #menu_miticc06 .menu-menu-plugin-miticc06-container ul li {
    height: unset !important;
    line-height: unset !important;
    padding: 10px;
  }
  #top-bar .html_topbar_left {
    text-align: center;
    font-size: 12px;
    padding: 8px;
  }
}

/*.absolute-footer .container {*/
/*  max-width: 500px;*/
/*}*/

.single .entry-image {
  display: none;
}

@media (max-width: 375px) {
  #top-bar .html_topbar_left {
    font-size: 11px;
  }
}

.p-title {
  font-size: 24px;
  margin: 20px 0px;
  text-transform: uppercase;
  color: #c0293b;
  font-weight: 500;
  border-bottom: 1px solid #eeee;
}

h2.cat-title {
  color: #c0293b;
  font-size: 15px;
  margin-top: 10px;
}

.cat-img img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.image-icon img {
    max-width: 32px;
    min-width: 100%;
    font-size: 24px;
    width: 20px;
    height: 20px;
}
.ft-bottom2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7a7a7a;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
    font-weight: 500;
}
.pull-left {
    float: left;
    width: 100%;
}
  .service-grid {
            display: grid;
            grid-template-columns: repeat(3,1fr);
            gap: 15px;
            align-items: center;
        }

.service-item a{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px;
    border-radius: 12px;
    /* background: rgba(255, 255, 255, 0.1); */
    backdrop-filter: blur(10px);
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    transition: all 0.3s ease;
    cursor: pointer;
    color: #fff;
    
    h3{
        color: #fff;
        font-weight:500;
        font-size:14px;
    }
    &:hover{
        color:#fff;        
        p,svg{
            color:#fff;        
        }
    }
}
.service-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    justify-content: center;
}
@media (max-width:991px){
   .header-main .nav > li > a {
        line-height: 16px;
        color: #fff;
    }
    .kah-product{
        flex-wrap: nowrap !important;
        overflow-x:scroll;
    }
     .kah-product .product-small{
            min-width: 41%;
    }
    .ft-bottom2{
       flex-direction: column;
    }
}