.fl{
	float: left;
}
.fr{
	float: right;
}
#menuMobile{
	display: none;
}
.navigation-responsive-panel {
	display: none;
	background: url(header-bg.png)/*tpa=http://quangcaoxuanminh.com/wp-content/themes/maxbco/assets/images/header-bg.png*/;
	transition: all .5s ease;
}
.navigation-responsive-logo {
	padding: 5px 0px;
	margin-left: 10px;
}
.navigation-responsive-logo img{
	max-height: 42px;
}
.navigation-responsive-button > ul{
	margin: 0;
}
.navigation-responsive-button > ul > li {
	display: inline-block;
    padding: 10px;
    /*border-left: 1px solid #fff;*/
    margin-left: -3px;
}
.navigation-responsive-button > ul > li.active {
    background-color: #fff;
}
.navigation-responsive-button > ul > li.no-active {
    background-color: transparent !important;
}
.navigation-responsive-button > ul > li > a {
	width: 32px;
	height: 32px;
	border-right: 1px solid #fff;
	display: block;
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
}
.navigation-responsive-button > ul > li > a:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}
.navigation-responsive-button > ul > li > a:last-child {
	border-right: none;
}
.navigation-responsive-button > ul > li > a.icon-contact {
	background: url('responsive-icon-contact.png')/*tpa=http://quangcaoxuanminh.com/wp-content/themes/maxbco/assets/images/responsive-icon-contact.png*/ no-repeat scroll 0 0;
}
.navigation-responsive-button > ul > li > a.icon-search {
	background: url('responsive-icon-search.png')/*tpa=http://quangcaoxuanminh.com/wp-content/themes/maxbco/assets/images/responsive-icon-search.png*/ no-repeat scroll 0 0;
}
.navigation-responsive-button > ul > li > a.icon-language {
	background: url('responsive-icon-language.png')/*tpa=http://quangcaoxuanminh.com/wp-content/themes/maxbco/assets/images/responsive-icon-language.png*/ no-repeat scroll 0 0;
}
.navigation-responsive-button > ul > li > a.icon-menu {
	background: url('responsive-icon-menu.png')/*tpa=http://quangcaoxuanminh.com/wp-content/themes/maxbco/assets/images/responsive-icon-menu.png*/ no-repeat scroll 0 0;
	cursor: pointer;
}
.navigation-responsive-button > ul > li.active > a.icon-contact {
	background: url('responsive-icon-contact.png')/*tpa=http://quangcaoxuanminh.com/wp-content/themes/maxbco/assets/images/responsive-icon-contact.png*/ no-repeat scroll 0 -32px;
}
.navigation-responsive-button > ul > li.active > a.icon-search {
	background: url('responsive-icon-search.png')/*tpa=http://quangcaoxuanminh.com/wp-content/themes/maxbco/assets/images/responsive-icon-search.png*/ no-repeat scroll 0 -32px;
}
.navigation-responsive-button > ul > li.active > a.icon-language {
	background: url('responsive-icon-language.png')/*tpa=http://quangcaoxuanminh.com/wp-content/themes/maxbco/assets/images/responsive-icon-language.png*/ no-repeat scroll 0 -32px;
}
.navigation-responsive-button > ul > li > a img {
	width: auto;
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    font: 16px/1 Arial sans-serif;        /* <-- reset the font property */
}
.responsive-menu-content {
	display: none;
	/*background-color: #478AD0;*/
    background-color: #fff;
	padding: 10px;
}

#responsive-menu-1 .col-2 {
	width: 50%;
	float: left;
}
#responsive-menu-1 .header-support-item {
	background-color: #daebfc;
	font-family: 'Titillium Light';
	line-height: 27px;
    padding-left: 5px;
    max-width: 270px;
    margin: 0 auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#responsive-menu-1 .header-support-item > * {
	float: left;
}
#responsive-menu-1 .header-support-item > .main > .title {
	margin-right: 5px;
}
/*#responsive-menu-1 .header-support-item > .main > .content {
	padding-left: 15px;
	background: url('../images/skype.png') no-repeat scroll left center;
}*/
#responsive-menu-1 .header-support-item > .icon {
	width: 28px;
	height: 28px;
	float: right;
	background: url('header-contact.png')/*tpa=http://quangcaoxuanminh.com/wp-content/themes/maxbco/assets/images/header-contact.png*/ no-repeat scroll #ffcc00;
}
#responsive-menu-1 .header-support-item > .icon-mobile {
    background-position: 0 0;
}
#responsive-menu-1 .header-support-item > .icon-phone {
    background-position: 0 -28px;
}

#responsive-menu-2 > .search-box input {
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#responsive-menu-2 > .search-box .keywordsearch {
	width: 100%;
	height: 40px;
	padding: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    border: 1px solid #ccc;
}
#responsive-menu-2 > .search-box .submitsearch {
	display: none;
}

#responsive-menu-3 > ul > li {
	width: 50%;
	float: left;
	padding: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#responsive-menu-3 > ul > li img {
	width: auto;
	margin-right: 10px;
	vertical-align: middle;
}
#responsive-menu-3 > ul > li a > * {
	display: inline-block;
}
/****** RESPONSIVE ***********/
@media only screen and (max-width: 980px) {
	.navigation-responsive-panel {
		background: url(bgmenu.png)/*tpa=http://quangcaoxuanminh.com/wp-content/themes/maxbco/assets/images/bgmenu.png*/ no-repeat center top,url(bgmenu.png)/*tpa=http://quangcaoxuanminh.com/wp-content/themes/maxbco/assets/images/bgmenu.png*/ repeat-x center top;
		display: block;
		position: fixed;
		z-index: 99;
		width: 100%;
		top: 0;
		transition: all .5s ease;
	}
	.admin-bar .navigation-responsive-panel {
		top: 32px;
	}
}
@media only screen and (max-width: 360px) {
	#responsive-menu-1 .col-2 {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}

/****** end RESPONSIVE ***********/