@media (min-width: 1025px) {
	#dsk-header ul {
		list-style: none;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#dsk-header a {
		color: inherit;
		text-decoration: none;
		padding: 5px;
		display: block;
		font-size: 15px;
	}
	#dsk-header nav,
	#dsk-header ul.menu {
		display: flex;
	}
	#dsk-header ul.menu {
		margin: 0 auto;
		flex: 100%;
	}

	#dsk-header ul.menu > li {
		position: relative;
		flex-grow: 1;
		margin: 0;
		display: flex;
		align-items: center;
	}
	#dsk-header ul.menu > li:last-child {
		border: none;
	}
	#dsk-header ul.menu li:hover {
		background-color: var(--Primary-red-bold-color);
		transition: 0.5s;
	}
	#dsk-header ul.menu li:hover > a {
		color: white;
		transition: 0.5s;
	}
	#dsk-header ul.menu > li > a {
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
	}
	#dsk-header li.menu-item-has-children > a {
		padding-right: 10px;
	}

	#dsk-header ul.menu > li:last-child {
		margin-right: 0;
	}
	#dsk-header ul.sub-menu {
		position: absolute;
		background-color: var(--Primary-red-color);
		transform: perspective(600px) rotateX(-90deg);
		visibility: hidden;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
		transition: 0.3s;
	}
	#dsk-header ul.sub-menu li {
		position: relative;
		margin-bottom: 0;
		width: 270px;
	}
	#dsk-header ul.sub-menu li a {
		padding: 10px;
		border-top: solid 1px white;
		white-space: pre-wrap;
		color: #fff;
	}
	li.menu-item-has-children > i {
		position: absolute;
		top: 50%;
		right: 20%;
		transform: translateY(-50%);
		display: table;
		line-height: 1;
		color: white;
	}
	#dsk-header li.menu-item-has-children:hover > ul.sub-menu {
		transform: perspective(600px) rotateX(0deg);
		visibility: visible;
		transition: 0.3s;
	}
	/* #dsk-header li.menu-item-object-page.menu-item-has-children > ul.sub-menu {
		max-height: 450px;
		overflow-y: scroll;
		flex-direction: row;
	}
	#dsk-header li.menu-item-has-children > ul.sub-menu::-webkit-scrollbar {
		width: 7px; background-color: transparent; border:solid 1px #ffffff4f;
	  }
	#dsk-header li.menu-item-has-children > ul.sub-menu::-webkit-scrollbar-thumb {
		width: 6px; background-color: #ddd; border-radius: 6px
	} */
	#dsk-header ul.menu > li > ul.sub-menu {
		top: 100%;
		left: 0;
		min-width: 100%;
		z-index: 1;
	}
	#dsk-header ul.menu > li > ul.sub-menu > li > a {
		text-transform: uppercase;
		font-weight: bold;
	}
	#dsk-header ul.sub-menu ul.sub-menu {
		top: 0;
		left: 100%;
		padding-top: 0;
		z-index: 2;
	}
}
@media (max-width: 1024px) {
	.mobile_menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 500;
	}
	.mobile_menu .col_wrapper {
		flex: 0 0 100%;
		align-self: stretch;
		align-items: stretch;
	}
	.mobile_menu .col_wrapper .menu_bgr {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: black;
		opacity: 0.5;
	}
	.mobile_menu .col_wrapper .menu_container {
		position: relative;
		background-color: white;
		width: 290px;
		max-height: 100vh;
		overflow-y: scroll;
		padding: 0 15px;
		padding-top: 10px;
	}
	.mobile_menu .col_wrapper a {
		color: inherit;
		text-decoration: none;
	}
	.mobile_menu .col_wrapper .menu_container .custom-logo-link {
		display: flex;
		justify-content: center;
		margin-bottom: 1rem;
	}
	.mobile_menu .col_wrapper .menu_container .custom-logo-link img {
		max-height: 50px;
		object-fit: scale-down;
	}
	.mobile_menu ul.menu a:not(.drop-up) {
		padding: 0.7rem 0;
		white-space: initial;
	}
	.mobile_menu ul.menu li {
		align-items: center;
	}
	.menu-mobile-container {
		padding: 20px 0;
	}
	.mobile_menu #menu-main-menu-1 li {
		border-top: 1px solid #0000001a;
		margin: 0;
		display: flex;
		position: relative;
		flex-wrap: wrap;
	}
	.mobile_menu #menu-main-menu-1 > li:nth-child(1) {
		border: none;
	}
	.mobile_menu #menu-main-menu-1 li.menu-item-has-children .drop-up {
		margin-left: auto;
		border-left: 1px solid #0000001a;
		border-right: 1px solid #0000001a;
		align-self: stretch;
		display: flex;
		align-items: center;
		width: 40px;
		justify-content: center;
	}
	.mobile_menu #menu-main-menu-1 .menu-item-has-children i {
		display: table;
	}
	.mobile_menu #menu-main-menu-1 {
		list-style: none;
		padding: 0;
	}
	.mobile_menu #menu-main-menu-1 .sub-menu {
		background: #ffffff;
		display: none;
		transition: 0.5s;
		white-space: nowrap;
		position: inherit;
		order: 1;
		opacity: 1;
		visibility: inherit;
		width: 100%;
	}
	.mobile_menu ul#menu-main-menu-1 > li > ul.sub-menu > li > a {
		padding: 8px 0;
		white-space: pre-wrap;
	}
	.mobile_menu #menu-main-menu-1 .menu-item-has-children .sub-menu {
		padding-left: 10px;
		border-top: 1px solid #0000001a;
	}
	.mobile_menu li.menu-item-has-children > a:not(.drop-up) {
		max-width: calc(100% - 40px);
	}
	.mobile_menu
	#menu-main-menu-1
	.menu-item-has-children.sub-open
	ul
	> li:nth-child(1) {
		border-top: none;
	}
	.mobile_menu #menu-main-menu-1 .xoay {
		transform: rotate(540deg) scale(1.2);
		transition: 0.2s;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-ms-transition: 0.2s;
		-o-transition: 0.2s;
	}
	#menu-btn {
		align-self: stretch;
		display: flex;
		justify-content: center;
		padding: 10px 5px;
		width: 58px;
		position: relative;
	}
	#menu-btn i,
	#menu-btn:before,
	#menu-btn:after {
		height: 2px;
		background-color: white;
		box-shadow: 1px 2px rgb(128 128 128 / 66%);
		display: block;
		border-radius: 2px;
	}
	#menu-btn:before,
	#menu-btn:after {
		content: "";
		width: 60%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	#menu-btn i {
		width: 100%;
	}
	#menu-btn:before {
		top: 0;
	}
	#menu-btn:after {
		bottom: 0;
	}
	.mobile_menu.hide {
		opacity: 0;
		visibility: hidden;
	}
	.mobile_menu.hide .menu_container {
		transform: translateX(-100%);
	}
	.mobile_menu #menu-main-menu-1 .menu-item-has-children i.rotate {
		transform: rotateZ(90deg);
	}
}