.title_brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.title_brand p {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Charmonman', cursive;
	color: #c6a349;
}
.title_brand span {
	font-size: 25px;
	color: #000;
	text-transform: capitalize;
    font-family: 'Charmonman', cursive;
    font-weight: bold;
}
#dsk_header{
	background-color: #fff;
	/*border-bottom: 5px solid #d82a1a;*/
	padding: 0px 0;
	padding-bottom: 0;
}
#dsk_header > .container > .row {
	justify-content: center;
    padding: 7px 0;
    padding-bottom: 10px;
}
#dsk_header .logo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
#dsk_header ul.social_icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 12px;
    padding-left: 0;
}
#dsk_header ul.social_icons svg, #dsk_header .social_icons img {
    height: 30px;
    width: auto;
    background-color: #fff;
}
#dsk_header ul.social_icons .st0 {
    fill: none !important;
}
#dsk_header ul.social_icons li {
	display: block;
	margin-right: 5px;
}
#dsk_header ul.social_icons li:last-child {
	margin-right: 0;
}
#dsk_header ul.social_icons li.zalo a {
	height: 30px;
	width: 30px;
}
#dsk_header ul.social_icons li.fanpage_social {
    background: #3b5998;
}
#dsk_header ul.social_icons li.youtube {
    background-color: red;
}
#dsk_header ul.social_icons li.twitter {
	background-color: #1D9BF0
}
#dsk_header ul.social_icons li {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
#dsk_header ul.social_icons li i {
    color: #fff;
    width: 16px;
    height: 16px;
}
#dsk_header ul.social_icons li.fanpage_social i {
    color: #fff;
}
#dsk_header .col_right_social {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* phone header */
.col_right_social .phone_header {
	display: flex;
	justify-content: flex-end;
}
.col_right_social .phone_header p { 
	margin-bottom: 0; 
	font-size: 15px; 
	font-weight: 700;
	color: var(--title);
}
.col_right_social .phone_header p i {
	margin-right: 7px;
}

/* end phone header */

/* search header */
#dsk_header .search_form_header {
	display: flex;
	justify-content: center;
}  
.search_form_header form{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.search_form_header i:before {
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 600 !important;
}
.search_form_header input {
	height: 35px;
	width: 100%;
	padding: 10px;
	border: none;
	background-color: #f2e8dc;
	font-size: 14px;
	font-style: italic;
} 
.search_form_header input:focus {
	outline: none;
}
.search_form_header button {
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
	padding: 5px 18px;
	background-color: #24499a;
	cursor: pointer;
	border: none;
	outline: none;
	color: #fff;
	font-size: 16px;
}
.search_form_header button:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    left: 0;
    top: 50%;
    background-color: #24499a;
    transform: translatex(-50%) translatey(-49%) skewx(336deg);
}
/* end search header */

#site_header .main-menu {
	background: var(--color_linear);
}
#site_header { position: relative; z-index: 9; }
#site_header .main-menu.fix_header{
	position: fixed;z-index: 999;top:0;left: 0;width: 100vw; 
	box-shadow: -1px -1px 8px 2px rgb(0 0 0 / 49%);
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    background-color: #fff;
    padding: 0px;
}
@media (max-width: 1024px){
	#mobile_header{
		background-color: #fff;
		border-bottom: 5px solid var(--title);
		padding: 5px 0;
	}
	#mobile_header .row{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	#mobile_header .col-6 .logo a{
		display: block;
		height: 80px;
	}
	#mobile_header .col-6 .logo img{
		height: 100%;
		width: auto;
		object-fit: scale-down;
	}
	#mobile_header .col-6{
		flex:50%;
		max-width: 50%;
		padding: 0 15px;
		
	}
	#mobile_header .col-6:last-child{
		text-align: right;
	}
	#mobile_header .col-6 a#open_menu{
		color: #fff;
		background: var(--color_linear);
		padding: 8px 13px;
	}
	.menu-item.menu-item-object-page.menu-item-has-children {
		position: relative !important;
	}
}
