#main #enews_i_content ul,
#main #enews_i_content ol {
  padding-left: 1rem;
}
#main #enews_i_content ul li,
#main #enews_i_content ol li {
  list-style: unset;
}
#main #enews_i_content table {
  max-width: 100%;
}
#main #enews_i_content table td {
  padding: 0.5rem;
  min-width: 80px;
}
#main #enews_i_content img,
#main #enews_i_content iframe {
  max-width: 100%;
}
#main #enews_i_content a {
  text-decoration: underline;
}
#main #enews_i_content a:hover {
  color: #009491;
}
#main #enews_i_content .youtube-embed-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: 0;
}
#main #enews_i_content .youtube-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

#main #enews_i_content iframe {
  width: 640px;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
#main .slider .slick-arrow {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #eee;
}
#main .slider .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  color: #212529;
}
#main .slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #212529;
}

@media (min-width: 1200px) {
  #main #side_block .navbar-collapse {
    display: block !important;
  }
}