#detail_page {
  background: #f8f8fb;
}

#detail_page .club_detail {
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

#detail_page .club_detail .menu-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 144px;
}

#detail_page .club_detail .detail_left {
  width: 23%;
}

#detail_page .club_detail .detail_left .item_left {
  border-bottom: solid 1px #e0e2eb;
  margin-bottom: 20px;
}

#detail_page .club_detail .detail_left .item_left img {
  border-radius: 8px;
}

#detail_page .club_detail .detail_left .item_left .title {
  padding: 20px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #4b5082;
  text-transform: uppercase;
}

#detail_page .club_detail .detail_left .item_left .time {
  padding: 0 0 20px;
  margin: 0;
  font-size: 14px;
  color: #828282;
  text-transform: uppercase;
}

#detail_page .club_detail .detail_left .item_left .title_2 {
  font-size: 14px;
  font-weight: 600;
  color: #5c5c5c;
  text-transform: uppercase;
  margin-bottom: 12px;
}

#detail_page .club_detail .detail_left .item_left .sub {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

#detail_page .club_detail .detail_left .item_left .sub p {
  margin-bottom: 0;
}

#detail_page .club_detail .detail_left .item_left:last-child {
  border-bottom: none;
}

#detail_page .club_detail .detail_left .item_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

#detail_page .club_detail .detail_left .item_share .title_2 {
  margin-bottom: 0;
}

#detail_page .club_detail .detail_left .item_share .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

#detail_page .club_detail .detail_right {
  width: 77%;
}

#detail_page .club_detail .detail_right .content_ h1 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #3f3f3f;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#detail_page .club_detail .detail_right .content_ p,
#detail_page .club_detail .detail_right .content_ span {
  font-size: 16px;
  color: #3f3f3f;
  margin-bottom: 20px;
}

#detail_page .club_detail .detail_right .content_ p img,
#detail_page .club_detail .detail_right .content_ span img {
  width: 100% !important;
  height: auto !important;
  border-radius: 4px;
}

#detail_page .club_detail .detail_right .content_ p:last-child,
#detail_page .club_detail .detail_right .content_ span:last-child {
  margin-bottom: 0;
}

#detail_page .club_detail .detail_right .content_ .summary {
  font-size: 16px;
  color: #3f3f3f;
  font-style: italic;
  margin-bottom: 40px;
}

#detail_page .club_detail .detail_right .content_ .alternative {
  font-size: 14px;
  font-style: italic;
  display: block;
  text-align: left;
  background: #fff;
  padding: 10px;
  font-weight: 500;
}

.news_related {
  padding: 48px 0;
}

.news_related .list_news h3 {
  color: #3f3f3f;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.news_related .list_news .slide-related .item {
  display: block;
  padding: 16px;
  border: solid 1px #edeef3;
  border-radius: 4px;
  position: relative;
  height: 380px;
}

.news_related .list_news .slide-related .item .image img {
  width: 100%;
  height: 218px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_related .list_news .slide-related .item .content {
  margin-top: 16px;
}

.news_related .list_news .slide-related .item .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 8px 12px;
}

.news_related .list_news .slide-related .item .content .info .cat {
  color: #4b5082;
  padding: 6px 8px;
  background: #f3f3fb;
  border-radius: 4px;
}

.news_related .list_news .slide-related .item .content .info .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.news_related .list_news .slide-related .item .content .info .time span {
  color: #828282;
  font-size: 14px;
}

.news_related .list_news .slide-related .item .content .info p {
  margin-bottom: 0;
}

.news_related .list_news .slide-related .item .content .name {
  font-size: 16px;
  font-weight: 700;
  color: #3f3f3f;
  margin-bottom: 0px;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news_related .list_news .slide-related .item .content .bottom {
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-top: 8px;
}

.news_related .list_news .slide-related .item .content .bottom .summary {
  color: #5c5c5c;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 46px;
}

.news_related .list_news .slide-related .item .content .bottom span {
  color: #f5821e;
  font-size: 14px;
  font-weight: 600;
}

.news_related .list_news .slide-related .item:hover .image img {
  height: 150px;
}

.news_related .list_news .slide-related .item:hover .content .bottom {
  height: 80px;
}

.news_related .list_news .slide-related .owl-nav {
  display: block;
}

.news_related .list_news .slide-related .owl-nav .owl-prev {
  background: url(../../../../templates/default/images/prev.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -28px;
  position: absolute;
  border: none;
}

.news_related .list_news .slide-related .owl-nav .owl-prev span {
  display: none;
}

.news_related .list_news .slide-related .owl-nav .owl-prev:hover {
  background: url(../../../../templates/default/images/prev_hover.svg) center center no-repeat;
}

.news_related .list_news .slide-related .owl-nav .owl-prev:focus {
  outline: none;
  border: none;
}

.news_related .list_news .slide-related .owl-nav .owl-next {
  background: url(../../../../templates/default/images/next.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -28px;
  position: absolute;
  border: none;
}

.news_related .list_news .slide-related .owl-nav .owl-next span {
  display: none;
}

.news_related .list_news .slide-related .owl-nav .owl-next:hover {
  background: url(../../../../templates/default/images/next_hover.svg) center center no-repeat;
}

.news_related .list_news .slide-related .owl-nav .owl-next:focus {
  outline: none;
  border: none;
}

@media (max-width: 768px) {
  #detail_page .club_detail {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    gap: 20px;
  }
  #detail_page .club_detail .detail_left .menu-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px !important;
  }
  #detail_page .club_detail .detail_right .content_ {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #detail_page .club_detail .detail_right .content_ h1 {
    font-size: 26px;
  }
  .news_related .list_news {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news_related .list_news .slide-related .owl-nav .owl-prev {
    left: 0;
  }
  .news_related .list_news .slide-related .owl-nav .owl-next {
    right: 0;
  }
}

@media (max-width: 500px) {
  #detail_page .club_detail {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #detail_page .club_detail .detail_left {
    width: 100%;
  }
  #detail_page .club_detail .detail_left .menu-sticky .item_left {
    margin-bottom: 10px;
  }
  #detail_page .club_detail .detail_left .menu-sticky .item_left .title {
    text-align: center;
    font-size: 18px;
  }
  #detail_page .club_detail .detail_left .menu-sticky .item_share {
    padding-bottom: 10px;
  }
  #detail_page .club_detail .detail_left .menu-sticky .item_share .sub {
    margin: auto;
  }
  #detail_page .club_detail .detail_left .menu-sticky .banner {
    display: none;
  }
  #detail_page .club_detail .detail_right {
    width: 100%;
  }
  #detail_page .club_detail .detail_right .content_ {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #detail_page .club_detail .detail_right .content_ h1 {
    font-size: 22px;
  }
  #detail_page .club_detail .detail_right .content_ .summary {
    margin-bottom: 30px;
  }
  #detail_page .club_detail .detail_right .content_ .council {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
/*# sourceMappingURL=club_detail_news.css.map */