/*Add font ================================*/
/*---------------list_group-----------------*/
.full {
  background: #fff;
}

.group_nav {
  background: #fff;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 30px;
}
.group_nav .item {
  border-bottom: 4px solid transparent;
  padding: 15px 15px 11px;
}
.group_nav .item a {
  font: 400 1rem/150% "Arial", sans-serif;
  color: #141414;
}
.group_nav .item.cur, .group_nav .item:hover, .group_nav .item:focus {
  border-bottom-color: #2a9337;
}
.group_nav .item.cur span, .group_nav .item.cur a, .group_nav .item:hover span, .group_nav .item:hover a, .group_nav .item:focus span, .group_nav .item:focus a {
  color: #2a9337;
}

.top {
  font: 600 1.0666666667rem/150% "Arial", sans-serif;
  color: #1a1a1a;
  padding: 1rem 0 1.4rem;
}

#item_detail .title_video {
  font: 600 1.2rem/150% "Arial", sans-serif;
  color: #095821;
  padding: 5px 0;
}
#item_detail .date {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #8f8f8f;
}
#item_detail .date span {
  color: #000;
}
#item_detail .short {
  background: #fff;
  padding: 0 15px;
}

.tool-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
  clear: both;
}
.tool-share > .title {
  font: 600 0.9333333333rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #7a7a7a;
  padding-right: 20px;
}
.tool-share ul {
  flex: 0 0 90px;
  max-width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
}
.tool-share ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0 10px;
  cursor: pointer;
}
.tool-share ul li a {
  display: block;
}
.tool-share ul li a i {
  color: #a0a0a0;
  border-radius: 6px;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool-share ul li a i:before {
  font-size: 1.6rem;
}
.tool-share ul li.zalo {
  flex: 0 0 48px;
}
.tool-share ul li.zalo .zalo-share-button {
  background: url(../../images/zalo_icon.png) center center no-repeat;
  background-size: 48px 20px;
  width: 48px !important;
  height: 20px !important;
}
.tool-share ul li.zalo .zalo-share-button iframe {
  display: none;
}/*# sourceMappingURL=video.css.map */