/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

img.footer-logo {
    max-height: 70px;
    width: auto;
}
.right-side {
    display: none !important;
    opacity: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
#footer ul.menu {
    width: 100% !important;
}
#footer ul.menu li a {
    padding: 0 0 14px 14px;
}
.listeo-cart-container, .user-menu, .header-widget .button {
    display: none !important;
    opacity: 0;
    padding: 0;
    margin: 0;
}
span.desc-news {
    font-size: 15px;
    margin: 0 0 10px;
    display: inline-block;
}
.textwidget {
    line-height: 150%;
    float: left;
    width: 100%;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.widget_text.widget.widget_custom_html input.form-control[type="text"] {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 30px;
    -webkit-appearance: none;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    padding: 11px 15px 12px 15px;
    color: #232628;
    font-weight: 500;
    outline: none;
    border: 1px solid #ced4da;
    background: transparent;
    border-radius: 4px;
    height: auto;
}
.widget_text.widget.widget_custom_html .input-group-append {
    margin-left: -1px;
    display: -ms-flexbox;
    display: flex;
}
.input-group>.input-group-append>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    height: 45px;
    border: 0;
    font-size: 12px;
    color: #FFF;
    padding: 0 15px;
}
.btn-dark, .btn-dark.disabled, .btn-dark:disabled {
    background-color: #24262b;
    border-color: #24262b;
}

.listeo-floating-chat-widget .listeo-floating-chat-popup div#listeo-ai-chat-powered-by-floating {
    display: none !important;
    opacity: 0 !important;
    color: transparent !important;
}
.listeo-post-grid-wrapper .blog-compact-item .blog-compact-item-content h3{
  /* Các thuộc tính chính để rút gọn 2 dòng và thêm dấu "..." */
  display: -webkit-box;           /* Sử dụng mô hình Flexbox cũ để hỗ trợ line-clamp */
  -webkit-line-clamp: 2;         /* Số dòng tối đa muốn hiển thị (ở đây là 2) */
  -webkit-box-orient: vertical;   /* Đặt hướng của Box là dọc */
  overflow: hidden;               /* Ẩn phần văn bản bị tràn ra ngoài */
  text-overflow: ellipsis;        /* (Dòng này thường không bắt buộc với line-clamp nhưng có thể giúp một số trình duyệt xử lý tốt hơn) */

  /* Các thuộc tính khác (tùy chỉnh) */
  width: 100%;                 /* Chiều rộng tối đa của thẻ chứa */
  line-height: 1.4;             /* Khoảng cách giữa các dòng (quan trọng để tính toán chiều cao chính xác) */
  padding: 5px;                  /* Thêm padding cho đẹp (không bắt buộc) */
}
@media only screen and (max-width: 1200px) {
    #navigation.style-1 ul li a {
        font-size: 12.6px !important;
        text-transform: uppercase;
    }
    #navigation.style-1 {
        margin: 0 !important;
        width: 85% !important;
    }
    .transparent-header #navigation.style-1:before {
        background: none;
        display: none;
    }
}