#hoaphat-top1 { }
/* */
#hoaphat-top1 .top1-menu { }
#hoaphat-top1 .top1-menu ul { }
#hoaphat-top1 .top1-menu li {
	display: inline-block;
	margin-left: 20px;
}
#hoaphat-top1 .top1-menu a {
	display: block;
	color: #1e428a;
}
#hoaphat-top1 .top1-menu a:hover { text-decoration: underline; }
#hoaphat-top1 .top1-menu .sub-menu { display: none !important; }
/* for icon lang in top menu */
#hoaphat-top1 .top-lang a {
	position: relative;
	padding-left: 20px;
}
#hoaphat-top1 .top-lang img {
	position: absolute;
	left: 0;
	height: 12px;
	top: 50%;
	transform: translate(0, -50%);
}
/* */
#hoaphat-top1 .top2-menu { }
#hoaphat-top1 .top2-menu ul {
	position: relative;
	display: inline-block;
}
#hoaphat-top1 .top2-menu ul:before {
	border: 25px #1e428a solid;
	content: "";
	position: absolute;
	left: -50px;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
#hoaphat-top1 .top2-menu li {
	display: inline-block;
	background: #1e428a;
}
#hoaphat-top1 .top2-menu a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 0 14px;
	line-height: 50px;
}
#hoaphat-top1 .top2-menu a:hover { background: rgba(255, 255, 255, .2); }
#hoaphat-top1 .top2-menu .sub-menu {
	display: none;
	position: absolute;
	min-width: 220px;
	z-index: 9;
	background: rgba(255, 255, 255, .8);
	text-align: left;
	line-height: 20px;
	padding-bottom: 15px;
	box-shadow: 0 1px 2px #CCC;
}
#hoaphat-top1 .top2-menu li:hover .sub-menu { display: block; }
/* mobile in footer */
#hoaphat-top1 .top2-menu .sub-menu li {
	display: block;
	background: none;
}
#hoaphat-top1 .top2-menu .sub-menu a {
	font-weight: normal;
	font-size: 14px;
	padding: 8px 14px;
	line-height: 20px;
	color: #1e428a;
}
#hoaphat-top1 .top2-menu .sub-menu a:hover {
	color: #fff;
	background: #1e428a;
}
#hoaphat-top1 .top2-menu ul ul:before,
#hoaphat-top1 .top2-menu .sub-menu .sub-menu { display: none !important; }
/* */
#hoaphat-top1 .top-search-module {
	position: relative;
	background: #1e428a;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}
#hoaphat-top1 .top-search-hide { }
#hoaphat-top1 .top-search-hide i {
	display: inline-block;
	cursor: pointer;
}
#hoaphat-top1 .div-search-margin {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	z-index: 9;
	top: 100%;
	line-height: 30px;
	border: 5px #fff solid;
	border-radius: 3px;
}
#hoaphat-top1 .top-search-module.active .div-search-margin { display: block; }
#hoaphat-top1 .div-search {
	width: 300px;
	text-align: left;
	border-radius: 5px;
	box-shadow: 0 0 20px #999;
}
#hoaphat-top1 input[type="search"] {
	padding-left: 5%;
	width: 85%;
	height: 30px;
	border-radius: 5px;
}
#hoaphat-top1 button {
	width: 15%;
	border-radius: 0 5px 5px 0;
}
#hoaphat-top1 button i { }
#hoaphat-top1 button span { }
