/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.thanh-vien-search form{
    display:flex;
    align-items: center;
    max-width: 1200px;
    gap: 10px;
}
#wrapper .thanh-vien-search input[type="text"]{
    height:40px;
    border-radius:5px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
}
#wrapper .thanh-vien-search input[type="text"]::placeholder{
    color: #333;
    opacity:1;
}
.thanh-vien-search select{
 height:40px;
 border-radius:5px;
 font-size: 14px;
}


.thanh-vien-search input[type="submit"]{
    height:40px;
 border-radius:5px; 
}