/*
Theme Name: NoiThat2
Description: This is a child theme for Flatsome Theme
Theme URI: https://muatheme.com
Author: MuaTheme
Author URI: https://muatheme.com
Template: flatsome
Version: 3.6.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#mega-menu-title {
	background:#e86729 !important;
}
.row-header p{
	color:white !important;
}
 .header-block-block-2 .row-header img{
	    padding-top: 11px !important;
}
.searchform-wrapper {
	border: 1px solid #e86729;
	border-radius: 3px;
}
.searchform-wrapper .search_categories {
    font-size: 13.5px;
    height: 40px;
    border: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 1px solid #eaeaea;
}
.searchform-wrapper .searchform .button.icon {
    height: 40px;
    width: 65px;
    border: 3px solid #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #e86729;
}
.searchform-wrapper input[type=search] {
    height: 40px;
    border: 0;
}
.row-header h3{
	margin-bottom:0px;
	font-size:90%;
}

/* .home #mega_menu {
	display: block;
} */

#mega-menu-wrap {
  position: relative;
  z-index: 9999;
}



#mega-menu-wrap:hover #mega_menu {
  display: block;
}

.div-no-padding{
	padding-bottom:0px !important;
}
@media(min-width:1023px){
#wide-nav>.flex-row>.flex-left {
   
}
}