#dsk-header{
	background: #04999f;

}
#mobile-header {
	display: none;
}
.dsk-menu ul.sub-menu li ul.sub-menu li > a {
    color: #fff;
}
.dsk-menu ul.sub-menu li ul.sub-menu li:hover > a {
	color: #04999f;
}
#dsk-header .logo a{
	display: block;
	height: 100px; /*padding:10px 0;*/
}
#dsk-header .logo img{
	height: 100%;
	-o-object-fit: scale-down;
	   object-fit: scale-down;
	   object-position: left;
}
#dsk-header .col-3{
	flex:0 0 20%;
	max-width: 20%
}
#dsk-header .col-9{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 0;
	flex: 0 0 80%;
	max-width: 80%;
	margin-left: auto;
}
#dsk-header .header_top{
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-top: 5px;
}
#dsk-header .social_box{
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
#dsk-header .social_box li{
	margin-right: 10px;
}
#dsk-header .social_box a{
	color: #fff;
	text-decoration: none;
}
#dsk-header .search{
	position: absolute;
	height: 100%;
	width: 0%;
	right: 0;
	z-index: 3;

}
#dsk-header .search_icon{
	color: #fff;
	width: 60px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-decoration: none;
	font-size: 20px;
	position: relative;
	z-index: 4;
}
#dsk-header .search_icon.active{
	color: #000
}
#dsk-header .search.show{
	width:100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}
#dsk-header .search form{
	position: relative;
	height: 100%;
	width: 100%;
}
#dsk-header .search.show input{
	opacity: 1;
	visibility: visible;
	width: 100%;
}
#dsk-header .search input{
	width: 100%;
	height: 100%;
	padding: 0 15px;
	background: #fff;
	border-color: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: none;
	opacity: 0;
	visibility: hidden;
}
#dsk-header .search button{
	display: none;
}

#dsk-header .header_bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#dsk-header .dsk-menu{
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1
}
#dsk-header .seach_icon{
	color: #fff
}
#dsk-header .search_form.show{
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
#dsk-header .social_box a:hover {
	color: rgb(203 131 0 / 89%);
}
#dsk-header .header_top.an { display: none; }
#dsk-header.hien { position: fixed; width: 100%; z-index: 9; background-color: rgb(4 153 159); background-image: unset;}
#dsk-header.hien a.custom-logo-link { height: 80px; }
#dsk-header.hien .col-9 { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
@media(max-width: 1024px){
	#site-header .widget_shopping_cart {
		display: none;
	}
	#mobile-header {
		display: block;
	}
	#dsk-header {
		display: none;
	}
	#mobile-header .row{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#mobile-header .row .col-3{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
		padding: 0 15px;
	}
	#mobile-header .row .col-6{
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
		padding: 0 15px
	}
	#mobile-header {
		background: #04999f;
		position: relative;
	}
	#mobile-header #open_menu,#mobile-header .search_icon{
		color: #fff;
		font-size: 16px;
	}
	#mobile-header .row .col-3:last-child{
		text-align: right; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;
	}
	#mobile-header .logo a{
		display: block;
		height: 80px;
	}
	#mobile-header .logo img{
		height: 100%;
		-o-object-fit: scale-down;
		   object-fit: scale-down;
	}
	#mobile-header .search{
		height: 35px;
		width: 300px;
		right: calc(100% + 10px);
		z-index: 3; top:0; opacity: 0;
		visibility: hidden;
	}
	
	#mobile-header .search.show{
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s; visibility: visible; opacity: 1
	}
	#mobile-header .search form{
		position: relative;
		height: 100%;
		width: 100%;
	}
	#mobile-header .search.show input{
		opacity: 1;
		visibility: visible;
		width: 100%;
	}
	#mobile-header .search input{
		width: 100%;
		height: 100%;
		padding: 0 15px;
		background: #fff;
		border-color: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		outline: none;
	}
	#mobile-header .search button{
		position: absolute;right: 0;
		top: 0;
		border:none;
		outline: none;
		width: 30px;
		height: 100%;
		padding: 0;
		background: transparent;
	}
	#mobile-header .mobile_menu{
		background: rgba(0, 0, 0, 0.85);
		position: fixed;
		z-index: 9999999;
		left: 0;
		width: 100%;
		height: 0;
		-webkit-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		transition-duration: 0.4s;
		visibility: hidden;
		overflow-y: scroll;
		z-index: 10
	}
	#mobile-header .mobile_menu ul.menu{
		padding: 0;
		margin: 0;
	}
	#mobile-header .mobile_menu ul.menu>li{
		border-bottom: 1px solid rgb(102, 102, 102);
		padding: 10px 15px;
		position: relative;
	}
	#mobile-header .mobile_menu a{
		color: #fff;
		text-decoration: none;
	}
	#mobile-header .mobile_menu ul.menu>li ul.sub-menu {
		display: none;
		padding-left: 10px;
		list-style: none;
	}
	#mobile-header .mobile_menu ul.menu>li ul.sub-menu a{
		font-size: .95em
	}
	#mobile-header .mobile_menu ul.menu>li ul.sub-menu>li{
		padding: 10px 0;
	}
	#mobile-header .mobile_menu ul.menu>li i{
		position: absolute;
		left: 80%;
		color: #f1f1f1;
		font-size: 20px;
	}
	
	
}