.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}
.dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0.5em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  background:#1b2a59;
  left:-500px;
  top:80%;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}
.dropdown-menu li .dropdown-item {
  color: #FFF;
  font-size: 1em;
  padding: 0.5em 1em;
}
.dropdown-menu li .dropdown-item:hover {
  background-color: transparent;
  color:#ffbd59;
}
.dropdown-menu li:first-child a {
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #ffbd59;
  pointer-events:none;
}
.dropdown-menu li:first-child a:hover {
  /*background-color: #ffbd59;
  color:#000;*/
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin-bottom:35px;
}
.dropdown-menu ul li{padding-right:15px;margin-right:0;width:100%;}
.dropdown-menu li a {
  color: #FFF;
  padding: 0.5em 1em;
}
@media screen and (min-width: 993px) {
  .dropdown:hover .dropdown-menu {
    display: grid;
  }
  .dropdown-menu.show {
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .dropdown-menu.show {
    max-height: 60vh;
    overflow-y: scroll;
  }
}
/*.header__menu ul li.dropdown-menu-li:not(:first-child) a.dropdown-item:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0%;
	background: #ffbd59;
	content: "";
	opacity: 0;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}
.header__menu ul li.dropdown-menu-li:not(:first-child):hover a.dropdown-item:after {
	width: 100%;
	opacity: 1;
}*/
.blog__item__img img{width:100%; height:200px;}
.blogTitle{width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: inline-block;margin-bottom:0 !important;margin-top:15px;}
.header__menu ul li a:hover{color:#ffbd59;}
.header__menu ul li .dropdown{background:#1b2a59;}
.headerLogo{width:55% !important;}
.header__nav{padding: 20px 0;}
