#detail_page {
  background: #f8f8fb;
}

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

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

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

#detail_page .station_detail .detail_left .left {
  background: #fff;
  padding: 20px;
  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);
}

#detail_page .station_detail .detail_left .left .top {
  padding-bottom: 16px;
  border-bottom: solid 1px #e0e2eb;
  margin-bottom: 16px;
}

#detail_page .station_detail .detail_left .left .top .title {
  font-size: 16px;
  text-transform: uppercase;
  color: #3f3f3f;
  margin-bottom: 12px;
  font-weight: 600;
}

#detail_page .station_detail .detail_left .left .top .item_left {
  margin-bottom: 12px;
}

#detail_page .station_detail .detail_left .left .top .item_left span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
}

#detail_page .station_detail .detail_left .left .top .item_left h4 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  margin: 4px 0 8px;
}

#detail_page .station_detail .detail_left .left .top .item_left:last-child {
  margin-bottom: 0;
}

#detail_page .station_detail .detail_left .left .top .item_left:last-child h4 {
  margin-bottom: 0;
}

#detail_page .station_detail .detail_left .left .bottom .title {
  font-size: 16px;
  text-transform: uppercase;
  color: #3f3f3f;
  margin-bottom: 12px;
  font-weight: 600;
}

#detail_page .station_detail .detail_left .left .bottom .item_left {
  margin-bottom: 12px;
}

#detail_page .station_detail .detail_left .left .bottom .item_left .item_title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
}

#detail_page .station_detail .detail_left .left .bottom .item_left .item_title span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}

#detail_page .station_detail .detail_left .left .bottom .item_left:last-child {
  margin-bottom: 0;
}

#detail_page .station_detail .detail_left .left .bottom .item_left:last-child h4 {
  margin-bottom: 0;
}

#detail_page .station_detail .detail_left .sub {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

#detail_page .station_detail .detail_left .sub h3 {
  color: #5c5c5c;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

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

#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_ .detail_content {
  border-bottom: solid 1px #e0e2eb;
  margin-bottom: 40px;
}

#detail_page .station_detail .detail_right .content_ .detail_content h3 {
  font-size: 18px;
  color: #3f3f3f;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#detail_page .station_detail .detail_right .content_ .detail_content h4 {
  font-size: 16px;
  color: #3f3f3f;
  font-weight: 700;
  margin-bottom: 16px;
}

#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 .btgrid {
  margin-bottom: 40px;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest {
  width: 100%;
  margin: auto;
  padding-bottom: 40px;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .clearfix {
  width: 100%;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .clearfix .form-control {
  height: 40px;
  font-size: 14px;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .clearfix .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #a9a9a9;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .clearfix .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #a9a9a9;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .clearfix .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #a9a9a9;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .clearfix .form-control::placeholder {
  font-size: 14px;
  color: #a9a9a9;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .clearfix #request_content {
  width: 100%;
  height: 125px;
  margin-top: 16px;
  padding: 12px;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .clearfix33 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file {
  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;
  margin-top: 16px;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file .left h4 {
  margin-bottom: 0;
  font-size: 14px;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file .import_title {
  margin-bottom: 0;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file .inputfile-box {
  position: relative;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file .inputfile-box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file .inputfile-box label .file-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #4b5082;
  border-radius: 4px;
  padding: 6px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 0 !important;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file .inputfile-box label .file-button .chose_file {
  font-weight: 400;
  font-size: 14px;
  color: #4b5082;
  margin-bottom: 0 !important;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file .inputfile-box label .file-box {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 0 !important;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file .inputfile-box .title_bottom {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file .inputfile {
  display: none;
}

#detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file .function_submit a {
  display: block;
  background: #4b5082;
  width: 170px;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
}

.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;
}

.label_error {
  margin-top: 10px;
}

@media (max-width: 769px) {
  #detail_page .station_detail {
    padding-top: 20px !important;
    gap: 20px;
  }
  #detail_page .station_detail .detail_left {
    padding-bottom: 40px;
  }
  #detail_page .station_detail .detail_left .menu-sticky {
    top: 124px;
  }
  #detail_page .station_detail .detail_right .content_ h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #detail_page .station_detail .detail_right .content_ .detail_content {
    margin-bottom: 20px;
  }
  #detail_page .station_detail .detail_right .content_ .detail_content p {
    margin-bottom: 20px;
  }
  #detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file {
    display: unset;
  }
  #detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file .left {
    margin: 15px 0;
  }
}

@media (max-width: 500px) {
  #detail_page .station_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #detail_page .station_detail .detail_left {
    width: 100%;
    padding-bottom: 20px;
  }
  #detail_page .station_detail .detail_right {
    width: 100%;
  }
  #detail_page .station_detail .detail_right .content_ h1 {
    font-size: 24px;
  }
  #detail_page .station_detail .detail_right .content_ .detail_content #formRequest {
    padding-bottom: 20px;
  }
  #detail_page .station_detail .detail_right .content_ .detail_content #formRequest .clearfix33 {
    gap: 8px;
  }
  #detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #detail_page .station_detail .detail_right .content_ .detail_content #formRequest .import_file .function_submit a {
    margin: auto;
  }
}
/*# sourceMappingURL=detail.css.map */