.hashtag-menu-wrap {
  margin-top: 8px;
  margin-bottom: 8px;
}

.hashtag-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  background-color: #6c81a0;
  padding: 0 1.25rem;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 400;
}

.hashtag-menu .hashtag-menu-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 206px;
  display: inline-block;
  margin: 0 0;
  top: 3px;
  position: relative;
}

.hashtag-menu > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: .75em 0;
  list-style: none;
  cursor: pointer;
}

.hashtag-menu > li > span {
  font-weight: 600;
  font-size: 1.25em;
}

.hashtag-menu > li > a {
  color: #fff;
}

.hashtag-menu > li:not(.hashtag-container) a {
  color: #fff;
}

.hashtag-menu > li.hashtag-container::after {
  position: relative;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.6em 1.3em 0.6em;
  border-color: transparent transparent #fff transparent;
  z-index: 401;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  display: block;
  bottom: -21px;
  left: calc(50% - 7px);
  opacity: 0;
  float: left;
  -webkit-transition: .4s;
  transition: .4s;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 38px;
  padding-top: 7px;
  width: 100%;
  color: #1e4473;
  cursor: auto;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.5);
  z-index: 424;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box.hashtag-small-more {
  width: 50%;
  right: 0;
  left: auto;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-headline-container {
  width: 100%;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-headline-container .hashtag-headline-line {
  width: 100%;
  display: block;
  position: relative;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-headline-container .hashtag-headline-line:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #1e4473;
  position: absolute;
  left: 0;
  top: 1.5em;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-headline-container h2 {
  font-size: 2.7em;
  background-color: #fff;
  margin-left: 5%;
  display: inline-block;
  position: relative;
  z-index: 403;
  padding: 0 .25em;
  font-weight: 600;
  max-width: 90%;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-desc {
  font-size: 1.25em;
  width: 100%;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-video-container {
  padding-right: 0;
  padding-left: 0;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-video-container .hashtag-title-more {
  border-bottom: 1px solid #8080804d;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-video-container .hashtag-video-link:hover .hashtag-video-thumb {
  -webkit-transform: scale(1.15) rotate(-2deg);
          transform: scale(1.15) rotate(-2deg);
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-video-container .hashtag-video-img-wrapper {
  position: relative;
  overflow: hidden;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-video-container .hashtag-video-img-wrapper img {
  max-width: 100%;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-video-container .hashtag-video-img-wrapper .hashtag-video-thumb {
  -webkit-transition: .6s;
  transition: .6s;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-video-container .hashtag-video-img-wrapper .hashtag-play-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: .7;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-video-container .hashtag-video-img-wrapper .video-duration {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000;
  padding: 1px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-video-container .video-desc strong, .hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-video-container .video-desc span {
  width: 100%;
  display: block;
  color: #464e61;
  overflow: hidden;
}

.hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-mehr-zu-btn, .hashtag-menu > li.hashtag-container > div.hashtag-box > div .hashtag-mehr-zu-btn a {
  width: 100%;
  display: block;
  float: none;
  line-height: 1;
  font-size: 1.2em;
}

.hashtag-menu > li.hashtag-container.hashtag-mehr span a {
  color: #fff;
}

.hashtag-menu > li.hashtag-container.hashtag-mehr .hashtag-video-link:hover {
  text-decoration: underline;
}

.hashtag-menu > li.hashtag-container.hashtag-mehr .hashtag-video-link h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hashtag-menu > li.hashtag-container:hover > div.hashtag-box {
  visibility: visible;
  opacity: 1;
  z-index: 425;
}

.hashtag-menu > li.hashtag-container:hover::after {
  opacity: 1;
}
/*# sourceMappingURL=hashtag.css.map */