#detail_page {
  background: #fff;
}

#detail_page .station_detail {
  padding: 50px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
      grid-template-columns: 3fr 1fr;
  gap: 50px;
}

#detail_page .station_detail .menu-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 232px;
}

#detail_page .station_detail .detail_left .box {
  color: #3a3a3a;
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
}

#detail_page .station_detail .detail_left .box h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#detail_page .station_detail .detail_left .box .text {
  color: #777777;
  font-size: 14px;
}

#detail_page .station_detail .detail_left .box .list_cat .item_cat {
  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;
  color: #777777;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#detail_page .station_detail .detail_left .box .list_cat .item_cat:last-child {
  margin-bottom: 0;
}

#detail_page .station_detail .detail_left .box .list_cat .item_cat:hover {
  color: #f99e1c;
}

#detail_page .station_detail .detail_left .box .list_cat .active {
  color: #f99e1c;
}

#detail_page .station_detail .detail_right .content_ .title_page {
  font-size: 16px;
  text-transform: uppercase;
  color: #3a3a3a;
  padding-bottom: 10px;
  border-bottom: solid 1px #999999;
  margin-bottom: 40px;
}

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

#detail_page .station_detail .detail_right .content_ .summary {
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: 700;
}

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

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

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

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

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

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

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

#detail_page .station_detail .detail_right .content_ .detail_content .btgrid {
  margin-bottom: 40px;
}

#detail_page .station_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_news .article-item {
  display: block;
}

.news_related .list_news .slide-related .item_news .article-item .article-title {
  font-size: 18px;
  font-weight: 700;
  color: #3a3a3a;
  margin: 20px 0 15px;
  height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_related .list_news .slide-related .item_news .article-item img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_related .list_news .slide-related .item_news .sub {
  gap: 20px;
  margin-bottom: 15px;
}

.news_related .list_news .slide-related .item_news .sub .time {
  gap: 5px;
}

.news_related .list_news .slide-related .item_news .sub .time span {
  font-size: 14px;
  color: #757575;
  line-height: normal;
}

.news_related .list_news .slide-related .item_news .sub .cat {
  gap: 5px;
}

.news_related .list_news .slide-related .item_news .sub .cat span {
  font-size: 14px;
  color: #757575;
  line-height: normal;
}

.news_related .list_news .slide-related .item_news .summary {
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.news_related .list_news .slide-related .item_news .summary p {
  font-size: 14px;
  color: #3a3a3a;
  margin-bottom: 0;
}

.news_related .list_news .slide-related .item_news .see-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.news_related .list_news .slide-related .item_news .see-more a .more {
  font-size: 14px;
  font-weight: 700;
  color: #3a3a3a;
}

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

.news_related .list_news .slide-related .owl-nav .owl-prev {
  background: url(../../../../images/prev.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -80px;
  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(../../../../images/prev.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(../../../../images/next.svg) center center no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -80px;
  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(../../../../images/next.svg) center center no-repeat;
}

.news_related .list_news .slide-related .owl-nav .owl-next:focus {
  outline: none;
  border: none;
}
/*# sourceMappingURL=detail.css.map */