#detail_page {
  background: #f8f8fb;
}
#detail_page .station_detail {
  padding: 48px 0;
  display: grid;
  grid-template-columns: 3.4fr 1fr;
  gap: 40px;
}
#detail_page .station_detail .menu-sticky {
  position: sticky;
  top: 175px;
}
#detail_page .station_detail .detail_left .item_left {
  border-bottom: solid 1px #e0e2eb;
  margin-bottom: 20px;
}
#detail_page .station_detail .detail_left .item_left img {
  border-radius: 8px;
}
#detail_page .station_detail .detail_left .item_left .title {
  padding: 20px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #4b5082;
  text-transform: uppercase;
}
#detail_page .station_detail .detail_left .item_left .time {
  padding: 0 0 20px;
  margin: 0;
  font-size: 14px;
  color: #828282;
  text-transform: uppercase;
}
#detail_page .station_detail .detail_left .item_left .title_2 {
  font-size: 14px;
  font-weight: 600;
  color: #5c5c5c;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#detail_page .station_detail .detail_left .item_left .sub {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#detail_page .station_detail .detail_left .item_left .sub p {
  margin-bottom: 0;
}
#detail_page .station_detail .detail_left .item_left:last-child {
  border-bottom: none;
}
#detail_page .station_detail .detail_left .item_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
#detail_page .station_detail .detail_left .item_share .title_2 {
  margin-bottom: 0;
}
#detail_page .station_detail .detail_left .item_share .social {
  display: flex;
  align-items: center;
  gap: 20px;
}
#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: 20px;
}
#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 {
  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;
  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: flex;
  align-items: center;
  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: flex;
  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;
  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%;
  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%;
  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: 1400px) {
  #detail_page .station_detail {
    padding: 30px 10px;
    gap: 30px;
  }
  .news_related {
    padding: 30px 10px;
  }
  .news_related .list_news .slide-related .owl-nav .owl-prev {
    left: 0;
    width: 45px;
    height: 45px;
    border-radius: 100%;
  }
  .news_related .list_news .slide-related .owl-nav .owl-next {
    right: 0;
    width: 45px;
    height: 45px;
    border-radius: 100%;
  }
}
@media (max-width: 768px) {
  #detail_page .station_detail .detail_right .content_ h1 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  #detail_page .station_detail .detail_right .content_ .summary {
    margin-bottom: 20px;
  }
  #detail_page .station_detail .detail_right .content_ .summary p {
    font-size: 14.5px;
  }
  #detail_page .station_detail .detail_right .content_ .detail_content p {
    font-size: 14.5px;
    margin-bottom: 16px;
  }
  #detail_page .station_detail .detail_right .content_ .detail_content p .alternative {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  #detail_page .station_detail {
    grid-template-columns: 1fr;
    padding: 30px 0;
  }
  #detail_page .station_detail .detail_left {
    display: none;
  }
  .news_related {
    padding: 30px 0;
  }
}/*# sourceMappingURL=detail.css.map */