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

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

/* Ô nhập liệu */
.header-search .search-form input[type="search"],
.flex-col .searchform input.search-field {
    background: #ffffff !important;
    border: 1px solid #20438f !important;
    border-radius: 50px 0px 0px 50px!important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
    height: 40px !important;
    padding-left: 20px !important;
    font-size: 16px !important;
}

/* Nút tìm kiếm (kính lúp) */
.header-search button i,
.search-form button {
    background: #20438f !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}

/* Placeholder */
.header-search ::placeholder,
.searchform input::placeholder {
    color: #999 !important;
    font-style: italic;
}


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


}