/* ===============================
   KITO TOP SEARCH TAG BOX
================================ */

.kito-popular-search-box {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 28px;
    margin: 0px 0;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-sizing: border-box;
}

.kito-popular-search-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 1.25;
    color: #1f2937;
    font-weight: border;
}

.kito-popular-search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    line-height: 1;
    flex: 0 0 auto;
}

.kito-popular-search-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    line-height: 1.5;
}

.kito-popular-search-tags a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    background: #f1f3f6;
    color: #1f2937 !important;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none !important;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.kito-popular-search-tags a:hover {
    background: #0b7f13;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Tablet */
@media (max-width: 991px) {
    .blog_product_latest_right
    {
        height: 118px !important;
    }
      .no_mt_cate{
        display: none !important;
    }
    .product-thumb .price-old{
       
        left: 0px !important;
    }
    .kito-popular-search-box {
        padding: 22px 20px;
        border-radius: 14px;
    }

    .kito-popular-search-title {
        font-size: 24px;
    }

    .kito-popular-search-tags a {
        font-size: 15px;
        padding: 7px 13px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .kito-popular-search-box {
        padding: 18px 14px;
        margin: 18px 0;
        border-radius: 12px;
    }

    .kito-popular-search-title {
        font-size: 20px;
        gap: 8px;
        margin-bottom: 14px;
    }

    .kito-popular-search-icon {
        font-size: 26px;
    }

    .kito-popular-search-tags {
        gap: 8px;
    }

    .kito-popular-search-tags a {
        font-size: 14px;
        padding: 6px 11px;
        white-space: normal;
        text-align: center;
    }
}

/* Mobile nhỏ */
@media (max-width: 420px) {
    .kito-popular-search-title {
        font-size: 18px;
    }

    .kito-popular-search-tags a {
        font-size: 13px;
        padding: 6px 10px;
    }
}
/* ===== KITO BENEFIT BAR ===== */
.kito-benefit-bar {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e5eaf0;
    border-radius: 10px;
    padding: 14px 18px;
    margin: 15px 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}

.kito-benefit-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 16px;
    border-right: 1px solid #e5e5e5;
    min-width: 0;
}

.kito-benefit-item:first-child {
    padding-left: 0;
}

.kito-benefit-item:last-child {
    border-right: none;
    padding-right: 0;
}

.kito-benefit-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #f1faed;
    color: #2f8f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 1px solid rgba(47, 143, 31, 0.22);
}

.kito-benefit-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.kito-benefit-content strong {
    color: #2f8f1f;
    font-size: 14px;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 3px;
    white-space: nowrap;
}

.kito-benefit-content span {
    color: #555;
    font-size: 12px;
    line-height: 1.35;
    white-space: nowrap;
}

/* Hover nhẹ */
.kito-benefit-item:hover .kito-benefit-icon {
    background: #2f8f1f;
    color: #ffffff;
}

/* Tablet */
@media (max-width: 1199px) {
    .kito-benefit-bar {
        padding: 12px;
    }

    .kito-benefit-item {
        padding: 0 10px;
        gap: 8px;
    }

    .kito-benefit-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 18px;
    }

    .kito-benefit-content strong {
        font-size: 12px;
    }

    .kito-benefit-content span {
        font-size: 11px;
    }
}

/* Tablet nhỏ: cho xuống 2 hàng */
@media (max-width: 991px) {
    .kito-benefit-bar {
        flex-wrap: wrap;
        gap: 10px;
    }

    .kito-benefit-item {
        flex: 0 0 calc(50% - 5px);
        border-right: none;
        padding: 10px;
        background: #fbfffa;
        border-radius: 8px;
        border: 1px solid #eef3ee;
    }

    .kito-benefit-item:first-child,
    .kito-benefit-item:last-child {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Mobile: dạng 1 cột hoặc cuộn ngang */
@media (max-width: 767px) {
    .kito-benefit-bar {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px;
        margin: 12px 0 18px 0;
        border-radius: 8px;
    }

    .kito-benefit-item {
        flex: none;
        width: 100%;
        padding: 10px;
        border: 1px solid #edf1ed;
        border-radius: 8px;
        background: #ffffff;
    }

    .kito-benefit-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 18px;
    }

    .kito-benefit-content strong {
        font-size: 13px;
        white-space: normal;
    }

    .kito-benefit-content span {
        font-size: 12px;
        white-space: normal;
    }
}
/* ================================
   FIX HOME LAYOUT AODIEUHOA.VN
   Left 25% - Right 75% - Content full below
   ================================ */

.kito-home-layout {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.kito-home-layout *,
.kito-home-layout *:before,
.kito-home-layout *:after {
    box-sizing: border-box;
}

/* Ép column-left và column-right hiển thị dạng block */
.kito-home-layout #column-left,
.kito-home-layout #column-right,
.kito-home-layout column#column-left,
.kito-home-layout column#column-right {
    display: block;
    box-sizing: border-box;
}

/* LEFT = 25% */
.kito-home-layout #column-left,
.kito-home-layout column#column-left {
    float: left;
    width: 25% !important;
    max-width: 25%;
    padding-left: 0;
    padding-right: 15px;
    margin: 0 !important;
}

/* RIGHT = 75% */
.kito-home-layout #column-right,
.kito-home-layout column#column-right {
    float: left;
    
    max-width: 75%;
    padding-left: 15px;
    padding-right: 0;
    margin: 0 !important;
}

/* Clear sau left/right để content_bottom xuống dưới full */
.kito-home-layout .clear {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

/* CONTENT_BOTTOM full 100% bên dưới */
.kito-home-content-bottom {
    clear: both;
    width: 100%;
    max-width: 100%;
    display: block;
    padding-top: 15px;
    box-sizing: border-box;
}

/* News/tabs cũng full 100% */
.kito-home-news,
.kito-home-layout .news_list {
    clear: both;
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}

/* Fix các box/module bên phải không bị thụt */
.kito-home-layout #column-right > *,
.kito-home-layout column#column-right > * {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}

/* Fix các box/module bên trái */
.kito-home-layout #column-left > *,
.kito-home-layout column#column-left > * {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}

/* Fix ảnh/banner/slider không vượt khung */
.kito-home-layout img,
.kito-home-layout iframe,
.kito-home-layout video {
    max-width: 100%;
}

/* Riêng ảnh sản phẩm/banner giữ tỷ lệ */
.kito-home-layout img {
    height: auto;
}

/* Fix Owl Carousel / banner bên phải bị hụt chiều ngang */

.kito-home-layout #column-right .owl-wrapper-outer,
.kito-home-layout #column-right .item,
.kito-home-layout #column-right .item a {
    width: 100%;
    max-width: 100%;
    display: block;
}

/* Fix row con trong content_bottom để sản phẩm không lệch */
.kito-home-content-bottom .row,
.kito-home-news .row {
    margin-left: -15px;
    margin-right: -15px;
}

/* Fix sản phẩm trong content_bottom */
.kito-home-content-bottom .product-layout,
.kito-home-news .product-layout {
    box-sizing: border-box;
}
/* FIX column_left + column_right không bị tụt khi <=1200px */
@media (min-width: 768px) and (max-width: 1200px) {

    .kito-home-layout {
        width: 100%;
        max-width: 100%;
        display: block;
        box-sizing: border-box;
        overflow: hidden;
    }

    .kito-home-layout #column-left,
    .kito-home-layout column#column-left {
        float: left !important;
        width: 25% !important;
        max-width: 25% !important;
        min-width: 0 !important;
        padding-left: 0 !important;
        padding-right: 10px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        clear: none !important;
    }

    .kito-home-layout #column-right,
    .kito-home-layout column#column-right {
        float: left !important;
        width: 75% !important;
        max-width: 75% !important;
        min-width: 0 !important;
        padding-left: 10px !important;
        padding-right: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        clear: none !important;
    }

    .kito-home-layout #column-left > *,
    .kito-home-layout #column-right > *,
    .kito-home-layout column#column-left > *,
    .kito-home-layout column#column-right > * {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .kito-home-layout #column-right img,
    .kito-home-layout #column-left img {
        max-width: 100%;
        height: auto;
    }

    .kito-home-layout #column-right .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .kito-home-layout #column-right [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
 
     .kito-home-layout #column-right,
    .kito-home-layout column#column-right {
        
        width: 100% !important;
        max-width: 100% !important;
       
    }
      
      
    }
      .float-icon-hotline ul li .fa-zalo {
       
        background-size: contain;
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 50%;
        overflow: visible;
    }

    .float-icon-hotline ul li {
        width: 44px;
        height: 44px;
        overflow: visible;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .float-icon-hotline ul {
        overflow: visible;
    }
@media (max-width: 767px) {
    .kito-home-layout #column-left,
    .kito-home-layout #column-right,
    .kito-home-layout column#column-left,
    .kito-home-layout column#column-right {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 0 12px 0 !important;
        clear: both !important;
    }
}

/*
