.menu_row{
	display: inline;
}
.logopic_inline{
	display: inline;
}

.logofont_inline{
	display: inline;
	margin-top: 30px;
}

.logofont_upper {
	display:inline; 
	font-size: 22px;
	font-weight: 700;
	line-height: 0.5;
}
.menu_font{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.menu_dropdown_font{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -4px;
}
.top_menu{
	margin-bottom: 10px !important;
    margin-top: -10px !important;
}
.top_menu_icon_size{
	font-size: 20px;
	line-height: -10px;
}
.top_menu_button{
	background: linear-gradient(126deg, rgba(229,224,164,1) 0%, rgba(209,183,109,1) 50%, rgba(102,79,24,1) 100%);
	height: 40px;
	border: 0px solid #fff;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
}
/*search*/
.searchbox{
    position: relative;
	margin-left: 10px;
}

.searchinput {
    padding: 10px;
    width: 40px;
    height: 40px;
    background: none;
    border: 0px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
	/*background: linear-gradient(126deg, rgba(229,224,164,1) 0%, rgba(209,183,109,1) 50%, rgba(102,79,24,1) 100%);*/
    background: linear-gradient(90deg, rgba(228,222,154,1) 0%, rgba(217,184,102,1) 48%, rgba(178,146,83,1) 100%);
    outline: none;
    transition: .5s;
}
.searchbox:hover input{
    width: 200px;
	border: 2px solid #d0b66d;
    background: #FFFFFF;
    border-radius: 10px;
}
.searchbox i{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-50%,-50%);
    font-size: 20px;
    transition: .2s;
}
.searchbox:hover i{
    opacity: 0;
    z-index: -1;
}
/*search end*/



/*2nd ver menu*/

.header{
	position: relative;
	width: 100%;
	z-index: 10;
}

/*********************************

3.1 Top Bar

*********************************/

.top_bar{
	width: 100%;
	height: 56px;
	/*
	background: #fafafa;
	border-bottom: solid 1px rgba(0,0,0,0.05);*/
	z-index: 2;
}

.header.scrolled .top_bar{
	display: none;
}

.top_bar_contact{
	display: inline-block;
}
.topmenu_space{
	margin-top: 20px;
	margin-right: -10px;
}
@media only screen and (max-width: 991px){
	.topmenu_space{
		visibility: hidden;
	}
}

/*
@media only screen and (max-width: 767px){
	.topmenu_space{
	  visibility: hidden;
}
}*/

.secondndtopmenu_space{
	margin-top: -17px;
}
@media only screen and (max-width: 991px){
	.secondtopmenu_space{
		visibility: hidden;
	}
	
	/* @J:27/01 */
	.topL2Right{
		visibility: hidden;
	} 
	
}


.top_bar_contact_item{
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	margin-right: 40px;
}

.top_bar_contact_item:not(:first-child){
	margin-right: 0px;
}

.top_bar_contact_item a{
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.top_bar_contact_item a:hover{
	color: #8a8a8a;
}

.top_bar_contact_item:last-child{
	margin-right: 0px;
}

.top_bar_icon{
	display: inline-block;
	margin-right: 14px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.top_bar_menu{
	display: inline-block;
}

.top_bar_dropdown li{
	padding-left: 13px;
	padding-right: 13px;
}

.standard_dropdown li{
	display: inline-block;
	position: relative;
	height: 56px;
}

.standard_dropdown li li{
	display: block;
	width: 100%;
}

.standard_dropdown li li a{
	display: block;
    width: 100%;
    font-size: 16px;
    margin-left: -30px;
    padding-bottom: 25px;
    top: 15px;
	text-align: left;
}

/**
.standard_dropdown li ul li a{
	border-bottom: solid 1px #757575;
}
*/

/**
.standard_dropdown li ul li:last-child > a{
	border-bottom: none;
}
*/

span i.fas.fa-chevron-down{
	margin-top: 5px;
	margin-left: 1px;
}

.vertical_center_menu{
	height:100%;
/*
	top: 50%;
    transform: translateY(-50%);
    */
}


.vertical_center_span{
	height: 100%;
    max-width: 216px;
    min-width: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: normal;
}

@media only screen and (max-width: 1315px) {
  	.vertical_center_span{
		height: 100%;
	    max-width: 185px;
	    min-width: 73px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    white-space: normal;
	}
}

@media only screen and (max-width: 1200px) {
  	.vertical_center_span{
		height: 100%;
	    max-width: 138px;
	    min-width: 73px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    white-space: normal;
	}
}

ul.standard_dropdown.main_nav_dropdown{
	padding-left: 20px;
}

.standard_dropdown li.hassubs > a i{
	display: inline-block;
	margin-left: 1px;
}

.standard_dropdown li a{
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	line-height: 56px;
	white-space: nowrap;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

/* Menu Text Highlight Color */
.standard_dropdown li a:hover{
	/*color: #0e8ce4;*/
	
	/* @J */
	/* color: #4A4A4A; */
	
	/* 27/02/2023 */
	/* color: green; */
	/* color: darkgreen;*/
	/* color: #01726F;*/
	color: #005900;
	text-decoration: none;
	/*
	font-size:1.05em;
	text-decoration: none;
	*/
}

.standard_dropdown li a i{
	display: none;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
	font-size: 12px;
}

.standard_dropdown li ul{
	display: block;
	position: absolute;
	top: 120%;
	left: 0;
	width: auto;
	visibility: hidden;
	opacity: 0;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}

/* The Menu Pop-up Box */
.standard_dropdown li:hover > ul{
	top: 100%;
	visibility: visible;
	opacity: 1;
	
	/* @J */
	background-color: lemonchiffon;
}

.standard_dropdown ul ul{
	left: 100%;
	top: 0 !important;
}

.top_bar_lang{
	display: flex;
	margin-left: 35px;
}

.user_icon{
	display: inline-block;
	margin-right: 7px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	width: 15px;
}

.user_icon img{
	width: 100%;
}

.top_bar_lang div{
	display: inline-block;
	font-size: 15px;
}

.top_bar_lang div:nth-child(2){
	font-size: 15px;
	margin-right: 21px;
}

.top_bar_lang div:nth-child(2)::after{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -13px;
	width: 1px;
	height: 17px;
	/* background: rgba(0,0,0,0.1); */
	content: '';
}
/*
.top_bar_lang a{
	font-size: 16px;
	font-weight: 600;
	line-height: 56px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}*/

.top_bar_lang a:hover{
	color: #757575;
	text-decoration : none;
}

/*********************************

3.2 Header Main

*********************************/
.header_main{
	z-index: 1;
}

.header.scrolled .header_main{
	display: none;
}

.header_main_item{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.logo_container{
	height: 80px;
}

.logo{	
	
	background-size: contain;
 	height: 103px;
	/*width: 704.66px;*/
	
	padding-top: 15px;
	/*top: 50%;*/
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.logo a{
	font-size: 36px;
	font-weight: 500;
	color: #0e8ce4;
}

.homeIcon {
	font-size: 1.3rem; 
	color: darkgreen; 
	position:relative; 
	top:-3px;
}

.homeIcon:hover {
	color: #af3a3a;
}

/*
.bi-house-door:hover {
	color: #af3a3a;	
}
*/

.logo_replacement {
	background: url(/img/HPE/full_logo.jpg) no-repeat;
	background-size: contain;
 	height: 103px;
	width: 704.66px;
	/* @J:27/01 margin-top: -10px; */
}

@media only screen and (max-width: 2560px){
	html.lang_US {
		--img_file: url(/img/HPE/full_logo.jpg) no-repeat;
	}
	html.lang_HK {
		--img_file: url(/img/HPE/full_logo_chin.jpg) no-repeat;
	}	
	html.lang_CN {
		--img_file: url(/img/HPE/full_logo_schin.jpg) no-repeat;
	}		
	.logo_replacement {
		background: var(--img_file);
		background-size: contain;
	 	height: 103px;
		width: 704.66px;
		/* @J:27/01  margin-top: -10px; */
	}
	
	/* @J:22/02/2023*/
	.headerTitle_L1 {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.headerTitle_L2 {
		font-size: 2rem;
		font-weight: 600;
		line-height: 2rem;
	}
	
	.groupBarTitle  {
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 3.6rem;
	}

}

/*@J:27/01/2023   @media only screen and (max-width: 1299px){ */
/*@J:15/03/2023   @media only screen and (max-width: 1310px){ */
/* @media only screen and (max-width: 1400px){	[because of My Certificate and QR Code]*/
@media only screen and (max-width: 1230px){  	
	html.lang_US {
		--img_file: url(/img/HPE/full_logo_min.jpg) no-repeat;
	}
	html.lang_HK {
		--img_file: url(/img/HPE/full_logo_min_chin.jpg) no-repeat;
	}	
	html.lang_CN {
		--img_file: url(/img/HPE/full_logo_min_schin.jpg) no-repeat;
	}	
	
	.logo_replacement{
		background: var(--img_file);
		background-size: contain;
	 	height: 103px;
	 	
	 	/* @J:27/01 */
	 	width: 350px;
	 	
		/* @J:27/01  margin-top: -10px; */
	}
	
	/* @J:22/02/2023*/
	.headerTitle_L1 {
		font-size: 1rem;
		line-height: 1.6rem;
	}
	.headerTitle_L2 {
		font-size: 2rem;
		font-weight: 600;
		line-height: 2rem;
	}
	.groupBarTitle {
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 3.6rem;
	}
			
}


@media only screen and (max-width: 991px){
	html.lang_US {
		--img_file: url(/img/HPE/full_logo_min.jpg) no-repeat;
	}
	html.lang_HK {
		--img_file: url(/img/HPE/full_logo_min_chin.jpg) no-repeat;
	}	
	html.lang_CN {
		--img_file: url(/img/HPE/full_logo_min_schin.jpg) no-repeat;
	}		
	.logo_replacement{
		background: var(--img_file);
		background-size: contain;
	 	height: 103px;
		/* @J:27/1   margin-top: 10px; */
	}

	/* @J:22/02/2023*/
	.headerTitle_L1 {
		font-size: 1rem;
		line-height: 1.4rem;
	}
	.headerTitle_L2 {
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.8rem;
	}
	.groupBarTitle {
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 3.2rem;
	}			
	
	.vrfyQRLeftContent {
		text-align: left;
	}
	
}

@media only screen and (max-width: 575px){
	html.lang_US {
		--img_file: url(/img/HPE/full_logo_min.jpg) no-repeat;
	}
	html.lang_HK {
		--img_file: url(/img/HPE/full_logo_min_chin.jpg) no-repeat;
	}	
	html.lang_CN {
		--img_file: url(/img/HPE/full_logo_min_schin.jpg) no-repeat;
	}	
		
	.logo_replacement{
		background: var(--img_file);
	    background-size: contain;
	    height: 82px;
		width: 267px;	
		/*@J:27/01	 margin-top: 40px; */
	}

	/* @J:22/02/2023*/
	.headerTitle_L1 {
		font-size: 1rem;
		line-height: 1.4rem;
	}
	.headerTitle_L2 {
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.6rem;
	}
	.groupBarTitle {
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 2.8rem;
	}		
	
	.vrfyQRLeftContent {
		text-align: center;
	}
	
					
}

.header_search{
	height: 90px;
}

.header_search_content{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_search_form_container{
	width: 100%;
	height: 50px;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
}

.header_search_form{
	width: 100%;
	height: 100%;
}

.header_search_input{
	display: block;
	position: relative;
	width: calc((100% - 50px) * 0.601);
	height: 100%;
	line-height: 50px;
	border: none !important;
	outline: none !important;
	padding-left: 26px;
	color: #7f7f7f;
	float: left;
}

.header_search_input::-webkit-input-placeholder{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

.header_search_input:-moz-placeholder /* older Firefox*/{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

.header_search_input::-moz-placeholder /* Firefox 19+ */ {
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
} 

.header_search_input:-ms-input-placeholder{ 
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

.header_search_input::input-placeholder{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

.custom_dropdown{
	width: calc((100% - 50px) * 0.399);
	height: 50px;
	float: left;
	padding-left: 26px;
}

.custom_dropdown::before{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 28px;
	background: #e5e5e5;
	content: '';
}

.custom_dropdown_list i{
	display: inline-block;
	color: #a3a3a3;
	font-size: 10px;
	margin-left: 3px;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}

.custom_dropdown_placeholder{
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #a3a3a3;
	line-height: 48px;
	cursor: pointer;
}

.custom_dropdown_placeholder i{

}

.custom_list{
	text-align: left;
	position: absolute;
	padding: 0;
	top: 75px;
	left: -15px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: all 0.2s ease;
}

.custom_list.active{
	visibility: visible;
	opacity: 1;
	top: 50px;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.custom_list li{
	height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFFFFF;
}

.custom_list li a{
	display: block;
	color: #a3a3a3;
	line-height: 35px;
	border-bottom: solid 1px #ededed;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.custom_list li a:hover{
	/*color: #0e8ce4;*/
	color: #4A4A4A;
}

/* @J : change back the purple to black */
select{
	display: inline;
	border: 0;
	width: auto;
	margin-left: 10px;
	outline: none;
	/* -webkit-appearance: none; */
	-moz-appearance: none;
	border-bottom: 2px solid #555;
	/* color: #7b00ff; */
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

select:hover{
	cursor: pointer;
}

select option{
	border: 0;
	border-bottom: 1px solid #555;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.header_search_button{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: #0e8ce4;
	border: none;
	outline: none;
	cursor: pointer;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.mid_menu{
	height: 90px;
	margin-top: -25px;
	margin-right: -10px
}

/* @media only screen and (max-width: 991px){ */
@media only screen and (max-width: 991px){
	
	/*@J:27/01 Temp .mid_menu{
		visibility: hidden;
	}*/
}
.wishlist{
	margin-right: 50px;
}

.wishlist_icon img{
	width: 100%;
}

.wishlist_content{
	margin-left: 14px;
}

.wishlist_text a{
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.wishlist_text a:hover{
	/*color: #0e8ce4;*/
	color: #4A4A4A;
}

.wishlist_count{
	margin-top: -2px;
	color: #a3a3a3;
	font-size: 14px;
}

.cart_count{
	position: absolute;
	bottom: -1px;
	right: -14px;
	width: 23px;
	height: 23px;
	background: #0e8ce4;
	border-radius: 50%;
	text-align: center;
}

.cart_count span{
	display: block;
	line-height: 23px;
	font-size: 12px;
	color: #FFFFFF;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}

.cart_icon img{
	width: 100%;
}

.cart_content{
	margin-left: 28px;
}

.cart_text a{
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.cart_text a:hover{
	/*color: #0e8ce4;*/
	color: #4A4A4A;
}

.cart_price{
	font-size: 14px;
	color: #a3a3a3;
	margin-top: -2px;
}

/*********************************

3.3 Main Navigation

*********************************/

.main_nav{
	width: 100%;
	/*border-top: solid 1px #f2f2f2;*/
	/*box-shadow: 0px 5px 20px rgba(0,0,0,0.1);*/
	background: #D9B866;
	
	/*@J:26/01/2023   margin-top: -15px;  */
	
	margin-bottom: -15px;
	/*width: 100vw;*/
}

.header.scrolled .main_nav{
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main_nav_content{
	width: 100%;
	height: 60px;
}

.cat_menu_container{
	width: 293px;
	height: 100%;
	background: #0e8ce4;
	padding-left: 35px;
	cursor: pointer;
	z-index: 1;
}

.cat_menu_title{
	height: 100%;
}

/* @J: 23/02/2023 : Use icon instead of <span> bar */
/*
.cat_burger{
	width: 18px;
	height: 14px;
}

.cat_burger span{
	display: block;
	position: absolute;
	right: -12px;
    width: 3%;
	height: 2px;
	background: black;
	margin-top: 0px;
}

.cat_burger span:nth-child(2){
	top: 28.5px;
}

.cat_burger span:nth-child(3){
	top: 35px;
}
*/



/* @media only screen and (max-width: 767px){ */

/* @J: 23/02/2023 : Use icon instead of <span> bar */
/*
@media only screen and (max-width: 767px){
	.cat_burger span{
		display: block;
		position: absolute;
		right: -7px;
		width: 4%;
		height: 2px;
		background: black;
		margin-top: 0px;
	}
	
	.cat_burger span:nth-child(2){
		top: 28.5px;
	}
	
	.cat_burger span:nth-child(3){
		top: 35px;
	}
}
*/


.cat_menu_text{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 20px;
}

.cat_menu_container ul{
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	/*visibility: hidden;
	opacity: 0;*/
	min-width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	-webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.cat_menu_container > ul{
	padding-top: 13px;
}

.cat_menu_container:hover .cat_menu{
	visibility: visible;
	opacity: 1;
}

.cat_menu li{
	display: block;
	position: relative;
	width: auto;
	height: 46px;
	border-bottom: solid 1px #f2f2f2;
	padding-left: 35px;
	padding-right: 30px;
	white-space: nowrap;
}

.cat_menu li.hassubs > a i{
	display: block;
}

.cat_menu li a{
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	line-height: 46px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.cat_menu li a:hover{
	/*color: #0e8ce4;*/
	color: #4A4A4A;
}

.cat_menu li a i{
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	font-size: 12px;
}

.cat_menu li ul{
	display: block;
	position: absolute;
	top: 35px;
	left: 100%;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
}

.cat_menu li:hover > ul{
	top: 0;
	visibility: visible;
	opacity: 1;
}

.main_nav_dropdown li{
	margin-right: 10px;
    margin-left: 10px;
	/*margin-top: 12px;*/
	float: left;
}

.main_nav_dropdown li:last-child{
	margin-right: 0px;
}

.main_nav_dropdown li a{
	font-size: 16px;
	font-weight: 600;
	color: black;
	line-height: 17px;
	text-align: center;
}

.main_nav_dropdown li li{
	/*padding-left: 15px;
	padding-right: 15px;
	margin-right: 0px;*/
	
	/* @J */
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 20px;	
}

.menu_trigger_container{
	display: none;
	width: auto;
	height: 100%;
	
	/* @J:Fix iPhone SE layout */
	/* padding-right: 25px; */
	/* padding-left: 25px; */
	/*cursor: pointer;*/
}

.cat_burger.menu_burger_inner{
	cursor: pointer;	
}

.menu_burger > a{
	color: black;
	text-decoration: none;
}

.menu_burger > a:hover{
	text-decoration: underline;
}

.langLink > a{
	color: black;
	text-decoration: none;
}

.langLink > a:hover{
	text-decoration: underline;
}

.menu_trigger{
	height: 100%;
}


/* @J:23/02/2023 : Use icon instead of <span> bar */
/*
.menu_burger_inner{
	display: inline-block;
}

*/

.menu_trigger_text{
	display: inline-block;
    font-size: 18px;
    font-weight: 600;
    /* color: black; */
    text-transform: uppercase;
    margin-right: -42px;
}

/*********************************

3.4 Page Menu

*********************************/

.page_menu{
	margin-top: 15px;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.page_menu_content{
	height: 0px;
	background: #D9B866;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
@media only screen and (max-width: 576px){
	.page_menu_content{
	padding-left: 0px;
	padding-right: 0px;
}
}
.page_menu_search{
	display: none;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page_menu_search_input{
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border: none;
	outline: none;
	padding-left: 25px;
}

.page_menu_item{
	display: block;
	position: relative;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	vertical-align: middle;
}

.page_menu_item > a{
	display: block;
	color: black;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin-left: -15px;
	/*text-transform: uppercase;*/
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.page_menu_item > a:hover{
	/*color: #b5aec4;*/
	color: #4A4A4A;
	text-decoration: none; 
}

.page_menu_item a i{
	display: none;
	margin-left: 8px;
}

.page_menu_item.has-children > a > i{
	display: inline-block;
}

.page_menu_selection{
	margin: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	z-index: 1;
}

.page_menu_selection li{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}

.page_menu_selection li a, .page_menu_selection li .hasSub{ 
	display: block;
	color: black;
	border-bottom: solid 1px rgba(0,0,0,0);
	font-size: 14px;
	margin-left: -50px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}

.page_menu_selection li a:hover{
	/*color: #b5aec4;*/
	color: #4A4A4A;
	text-decoration: none;
}

.page_menu_selection li:last-child a{
	border-bottom: none;
}

.menu_contact_item{
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 56px;
	margin-right: 40px;
	color: black;
}

.menu_contact_item:not(:first-child){
	margin-right: 0px;
}

.menu_contact_item a{
	font-size: 12px;
	font-weight: 300;
	line-height: 56px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.menu_contact_item a:hover{
	/*color: #8a8a8a;*/
	color: #4A4A4A;
}

.menu_contact_item:last-child{
	margin-right: 0px;
}

.menu_contact_icon{
	display: inline-block;
	margin-right: 14px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

/*********************************

3.4 Responsive

*********************************/

@media (min-width: 1200px){
.container {
    max-width: 1300px !important;
}
}
@media only screen and (max-width: 1289px){
	.main_nav_dropdown li a{
		font-size: 15px;
	}
}
@media only screen and (max-width: 1235px){
	.main_nav_dropdown li a{
		font-size: 14px;
	}
}
@media only screen and (max-width: 1199px){
	.main_nav_dropdown li{
		margin-right: 19px;
	}

	.main_nav_dropdown li a{
		font-size: 12.5px;
		margin: 0px -9.5px;
		letter-spacing: -0.5px;
	}
}

@media only screen and (max-width: 991px){
	
	/* @J:27/01
	.header_search
	{
		height: 50px;
	}
	*/
	
	.custom_dropdown
	{
		text-align: left;
	}
	
	/* @J:27/01
	.main_nav
	{
		margin-top: -37px;
	}
	*/
	
	.main_nav_menu{
		display: none;
	}
	
	
	/* @J:27/01
	.logo_container, .mid_menu{
		height: 125px;
	}
	*/
	
	
	.main_nav_content
	{
		/*background: #0e8ce4;*/
	}
	.menu_trigger_container
	{
		display: block;
	}
	
	/* @J:27/01
	.top_bar
	{
		height: 40px;
	}
	*/
	
	.top_bar_contact_item
	{
		font-size: 12px;
		margin-right: 20px;
		line-height: 40px;
	}
	.top_bar_contact_item a
	{
		font-size: 12px;
		line-height: 40px;
	}
	.top_bar_icon
	{
		margin-right: 4px;
	}
	.top_bar_icon img{
		width: 70%;
	}

	.top_bar_menu{
		display: none;
	}
	
	.top_bar_lang a{
		font-size: 15px;
		font-weight: 400;
		line-height: 40px;
	}
	.user_icon{
		-webkit-transform: translateY(-1px);
	    -moz-transform: translateY(-1px);
	    -ms-transform: translateY(-1px);
	    -o-transform: translateY(-1px);
	    transform: translateY(-1px);
	    width: 12px;
	}
}

@media only screen and (max-width: 767px){
	.header_search{
		display: none;
	}

	.page_menu_search{
		display: block;
	}
	.main_nav{
		/* @J:27/01 */
		/* margin-top: -40px; */
	}
}

@media only screen and (max-width: 575px){
	/*
	h2{font-size: 24px;}
	p{font-size: 13px;}
	*/
	
	.top_bar{
		display: none;
	}
	.logo_container, .mid_menu{
		height: 72px;
	}
	.logo a{
		font-size: 24px;
	}
	
	
	/* @J: 23/02/2023 : Use icon instead of <span> bar
	.cat_burger{
	    width: 16px;
	    height: 12px;
	}
	.cat_burger span{
	right: 10px;
	top: 12px;
	width: 3.5%;	
	}
	.cat_burger span:nth-child(2){
		top: 17.5px;
	}
	.cat_burger span:nth-child(3){
		top: 23px;
	}
	*/
	
	
	.menu_trigger_text{
		font-size: 13px;
		margin-right: -14px;
	}
	.wishlist{
		margin-right: 23px;
	}
	.wishlist_content{
		margin-left: 6px;
	}
	.wishlist_text{
		display: none;
	}
	.cart_text{
		display: none;
	}
	.wishlist_text a,
	.cart_text a{
		font-size: 14px;
	}
	.wishlist_count,
	.cart_price{
		font-size: 12px;
	}
	.wishlist_icon{
		width: 20px;
	}
	.cart_content{
		margin-left: 18px;
	}
	.cart_icon{
		width: 17px;
	}

	.cart_count{
		width: 21px;
		height: 21px;
	}
	.cart_count span
	{
		line-height: 21px;
	}
	.top_bar_lang{
		margin-left: 0px;
	}
	.header_search{
		display: none;
	}
	.main_nav{
		/*width: calc(100% + 30px);*/
		width: calc(100% + 15px);
		margin-left: -15px;
		margin-right: -15px;
		
		/*@J:27/01*/
		/* margin-top: 15px; */
	}

	.main_nav_content{
		height: 35px;
	}
	.menu_trigger_container{
		padding-right: 15px;
	}
	.page_menu_item > a{
		font-size: 12px;
	}
	.page_menu_selection li a{
		font-size: 12px;
	}
	.button{
		height: 32px;
	}
	.button a{
		font-size: 12px;
		line-height: 32px;
		padding-left: 25px;
		padding-right: 25px;
	}
}
.collapse_menu_icon{
	display: flex; 
	margin-left:25px; 
	margin-bottom: 25px
}
@media only screen and (max-width: 991px){
.collapse_menu_icon{
	display: -webkit-box; 
}	
}

@media (min-width:991px) and (max-width:9999999999px) {
.unshow{
	display:none;
}
}
/*2nd ver menu*/


.main_nav_dropdown li ul {
    margin: 0;
    padding: 0px 25px;
}

.main_nav_dropdown li ul li {
    margin: 0;
    padding: 0;
    height: fit-content;
    border-bottom: solid 1px #757575;
}

.main_nav_dropdown li ul li:last-child{
	border-bottom: none;
}

.main_nav_dropdown li ul li a {
    width: max-content;
    white-space: pre-wrap;
    margin: 0;
    padding: 20px 0;
    top: 0px;
}

.dropdown_divider {
    width: 78%;
    margin: auto;
    border-bottom: solid 1px #757575;
}

/** Non-Hong Kong precious metals and stones dealer */
.main_nav_dropdown > li:nth-child(4) ul li li a {
    width: 380px;
}

@media only screen and (max-width: 1095px){
	.main_nav_dropdown > li:nth-child(4) ul li li a {
    	width: 320px;
	}
}

/** Guidelines */
.main_nav_dropdown > li:nth-child(5) ul a {
	width: 450px;
}

@media only screen and (max-width: 1075px){
	.main_nav_dropdown > li:nth-child(5) ul a {
		width: 420px;
	}
}

/** Legislation */
@media only screen and (max-width: 1290px){
	.main_nav_dropdown > li:nth-child(6) ul a {
		width: 540px;
	}
}

/** Circulars and Publications */
.main_nav_dropdown > li:nth-child(7) ul li:nth-child(2) ul {
   	left: auto;
   	right: 0;
   	margin-right: 130%;
}

@media only screen and (max-width: 1056px){
	.main_nav_dropdown > li:nth-child(7) ul {
	   	left: auto;
	   	right: 0;
	}
	
	.main_nav_dropdown > li:nth-child(7) ul li:nth-child(1) ul {
	   	left: auto;
	   	right: 0;
	   	margin-right: 130%;
	}
	
	.main_nav_dropdown > li:nth-child(7) ul li:nth-child(2) ul a {
	   	width: 500px;
	}
}

/** Enforcement */
@media only screen and (max-width: 1433px){
	.main_nav_dropdown > li:nth-child(8) ul {
    	left: auto;
    	right: 0;
    	
	}
}

/** Publicity & Presentation */
@media only screen and (max-width: 1493px){
	.main_nav_dropdown > li:nth-child(9) ul li:nth-child(3) ul {
    	left: auto;
    	right: 0;
    	margin-right: 120%;
	}
}


/**
2nd level and 3rd level menu
*/
.main_nav_dropdown li ul li ul {
    margin-left: 22px;
}

/**
.dropdown_left {
	left: auto;
	right: 0;
}
*/

/**
Vertical Menu
*/
@media only screen and (max-width: 400px){
	.page_menu .container{
		padding: 0px;
	}
	
	.page_menu .container .col.unshow{
		padding: 0px;
	}
}

