
.wrap_search {
    position: fixed;
    top: -50px;
    left: 0;
    height: 0;
    background-image: url(../Images/Website/04412020_024118banner-hoanggia-4.jpg);
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    animation: fadeOutUp .3s ease-in-out 0s;
    justify-content: center;
    z-index: 1000000;
    background-repeat: no-repeat;
    background-size: cover
}

.wrap_search.show {
    animation: fadeInDown .3s ease-in-out 0s;
    height: 100vh;
    top: 0
}

.wrap_search .close-search {
    top: 10px;
    right: 20px;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 100;
    cursor: pointer
}

.wrap_search .close-search::after,
.wrap_search .close-search::before {
    background-color: #fff;
    border-radius: 1.5px;
    cursor: pointer;
    content: "";
    display: inline-block;
    height: 2px;
    line-height: 0;
    position: absolute;
    transition: transform .5s ease 0s, background-color .2s ease 0s;
    width: 40px;
    left: -4px
}

.wrap_search .close-search::before {
    transform: translateY(16px) rotate(135deg)
}

.wrap_search .close-search::after {
    transform: translateY(16px) rotate(-135deg)
}

#search {
    display: flex;
    width: 80%;
    max-width: 800px;
    position: relative
}

#search .input-text {
    padding: 10px 15px;
    background: #403f3f7d;
    color: #fff;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 36px;
    font-weight: 400;
    padding-right: 45px;
    font-size: 1.25rem
}

#search .input-text::placeholder {
    color: #f5f5f5
}

#search .input-text:focus {
    outline: none
}

    #search .search-button {
        position: absolute;
        height: 100%;
        right: 0;
        width: 36px;
        border: none;
        z-index: 100;
        cursor: pointer;
        background: url('../Images/Website/04412020_024118banner-hoanggia-4.jpg');
        background-position: -248px 6px;
        background-repeat: no-repeat
    }

    @media screen and (max-width:1400px) and (min-width:1200px) {
        .header-search a.header_i__local i {
            background-position: -156px -5px
        }
        .header-search a {
            background-position: -124px -2px
        }
    }
    .header-search {
        margin-right: 2.5rem
    }
    .header-search a.header_i__local {
        font-size: 0;
        padding-left: 0
    }

    .icon-search {
        display: flex;
        align-items: center;
        font-size: 24px;
        color: #333;
        padding: 10px;
        text-decoration: none;
        width: auto; /* Để chứa cả biểu tượng và chữ */
        white-space: nowrap; /* Ngăn ngắt dòng trong phần tử */
    }
    
    .search-text {
        display: none; /* Ẩn chữ "Tìm kiếm" mặc định */
    }
    
    /* CSS cho khi màn hình nhỏ hơn 768px */
    @media (max-width: 768px) {
        .icon-search {
            width: auto; /* Đảm bảo phần tử tìm kiếm hiển thị đúng */
        }
    
      
    }
    
    /* CSS cho khi màn hình rất nhỏ, ví dụ, trên di động */
    @media (max-width: 576px) {
        
    
        .search-text {
            font-size: 15px; /* Điều chỉnh kích thước chữ */
        }
    }