/*Header menu*/

.top-menu a,
.top-menu > div{
  float: left;
  text-align: center;
  text-decoration: none;
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}

@media ( min-width : 1024px) {
	.top-menu a,
	.top-menu > div{
	  line-height: 58px;
	}
}

/*Header menu left right*/

.header-menu-margin-left{
  margin-left: 24px;
}
@media ( min-width : 1024px) {

	.top-menu a:hover {
		color: #FFFFFF;
	}
}

/*Region Logo======================= */

.top-menu{
  overflow: visible;
}
.top-menu::after {
  content: '';
  display: table;
  clear: both;
}

/*group menu header*/

.group-menu-header{
  margin-left: 85px;
  float: left;
  margin-top: 5px;
}
@media ( min-width : 1024px) {

	.group-menu-header {
		height:54px;
	}
}

.group-menu-header a:hover {
	color: #ffffff; /* Chuyển sang trắng tinh khi hover */
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
}

/* Desktop Resource Dropdown */
.desktop-submenu {
  position: relative;
  display: inline-block;
  float: left;
}

.desktop-submenu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.desktop-submenu.is-open .desktop-submenu-overlay {
  display: block;
}

.desktop-submenu-toggle {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.desktop-submenu-arrow {
  width: 15px;
  height: 9px;
  transition: transform 0.2s;
}

.desktop-submenu.is-open .desktop-submenu-arrow {
  transform: rotate(180deg);
}

.desktop-submenu-panel {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  background-color: black;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  padding: 8px 0;
}

.desktop-submenu.is-open .desktop-submenu-panel {
  display: block;
}

.desktop-submenu-panel a {
	display: block;
	padding: 12px 0px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-shadow: none !important;
	white-space: nowrap;
	transition: background-color 0.2s;
	width: calc(100% - 20px);
	text-align: left;
	padding-left: 20px;
}

.desktop-submenu-panel a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-shadow: none !important;
}



/*top-menu padding-top*/

.top-menu-padding-top{
  padding-top: 12px;
}

.top-menu-padding-bot{
  padding-bottom: 12px;
}

/*Group logo*/

.group-logo {
	float: left;
	margin-left: 0;
	display: flex;
	align-items: flex-end;
	flex-flow: row;
}

/*Group logo padding left*/
.group-logo-margin-left{
  margin-left: 50px;
}

/*Logo*/

.top-menu .top-menu-logo{
  height: 54px;
  display: block;
  width: auto;
  margin: 0 auto;
}

/*Logo Name*/

.logo-name{
  width: auto;
	font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  text-align: center;
}

/*Logo name font size*/

.logo-name-font-size {
	font-size: 22px;
	height: 40px;
	line-height: 40px;
}
