.blocks-banner {
  position: relative;
}

.blocks-banner .block-breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #444976;
  padding: 32px 0;
  padding-left: calc((100vw - 1200px) / 2);
  padding-right: 20px;
  max-width: calc(100vw - (100vw - 1220px) / 2) !important;
  border-radius: 0 4px 0 0;
}

.blocks-banner .block-breadcrumbs .title {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.blocks-banner .block-breadcrumbs .breadcrumb {
  margin-bottom: 0;
  background: none;
  padding: 0;
}

.blocks-banner .block-breadcrumbs .breadcrumb .breadcrumbs ol {
  margin-top: 0;
}

#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 .menu-left .list {
  position: relative;
  padding: 20px 0;
  background-color: #4b5082;
  max-width: calc(100vw - (100vw - 1200px) / 2) !important;
  margin-bottom: 0;
}

#detail_page .club_detail .menu-left .list::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  background: #4b5082;
  height: 100%;
  width: calc((100vw - 1200px) / 2);
}

#detail_page .club_detail .menu-left .list li {
  position: relative;
  list-style: none;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}

#detail_page .club_detail .menu-left .list li:hover a {
  color: #f58220;
}

#detail_page .club_detail .menu-left .list li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

#detail_page .club_detail .menu-left .list .active::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f5821e;
  width: 24px;
  height: 2px;
}

#detail_page .club_detail .menu-left .list .active a {
  color: #f58220;
}

#detail_page .club_detail .menu-left .sub-menu {
  margin-top: 48px;
}

#detail_page .club_detail .menu-left .sub-menu .sub {
  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;
  gap: 10px;
  width: 100%;
  padding: 15px 20px;
  color: #f5821e;
  border: solid 1.5px #f5821e;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#detail_page .club_detail .menu-left .sub-menu .sub span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
}

#detail_page .club_detail .menu-left .sub-menu .sub path {
  -webkit-transition: inherit;
  transition: inherit;
}

#detail_page .club_detail .menu-left .sub-menu .sub:hover {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5821e;
  color: #fff;
}

#detail_page .club_detail .menu-left .sub-menu .sub:first-child {
  margin-bottom: 12px;
}

#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: 12px;
  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 .produce_right {
  padding-top: 48px;
}

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

#detail_page .club_detail .produce_right .content_ h1::after {
  content: "";
  display: block;
  width: 35%;
  height: 2px;
  background-color: #f3f3fb;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#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_ .summary {
  padding: 24px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
  font-size: 16px;
  color: #3f3f3f;
}

#detail_page .club_detail .detail_right .content_ .summary h3 {
  font-size: 16px;
  color: #3f3f3f;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

#detail_page .club_detail .detail_right .content_ .summary ul {
  padding-left: 24px;
  margin-bottom: 0;
}

#detail_page .club_detail .detail_right .content_ .summary ul li {
  font-size: 16px;
  color: #3f3f3f;
  margin-bottom: 12px;
}

#detail_page .club_detail .detail_right .content_ .summary ul li:last-child {
  margin: 0;
}

#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_ .btgrid {
  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;
}

#detail_page .is_produce {
  padding-top: 0 !important;
}

.detail_page_produce {
  background: #fff !important;
}

.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);
  }
  .news_related .list_news h3 {
    font-size: 22px;
  }
}
/*# sourceMappingURL=detail_news.css.map */