.section-header .section-title {
  text-align: center;
}

.btn-filter,
.btn-filter:focus,
.btn-filter:active:focus,
.btn:focus,
.btn:active:focus {
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

.btn-filter:focus-visible {
  outline: 2px solid #007bff !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

.activity-section {
  background-color: #ffffff;
}
.activity-section .activity-filter-wrapper {
  margin-bottom: 40px;
  display: block;
  clear: both;
  float: none;
}
.activity-section .activity-filter-wrapper .activity-filter {
  display: flex;
  justify-content: flex-end;
  float: none;
  border-bottom: none;
}
.activity-section .activity-filter-wrapper .activity-filter li {
  float: none;
  display: inline-block;
  margin: 5px;
}
.activity-section .activity-filter-wrapper .activity-filter li a {
  color: #ffffff;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.2s ease;
  background-color: #303030;
}
.activity-section .activity-filter-wrapper .activity-filter li.active a {
  background-color: #C60400;
  color: #ffffff;
}
.activity-section .activity-list {
  max-height: 692px;
  overflow-y: auto;
  padding-right: 10px;
  margin-right: -10px;
}
.activity-section .activity-list::-webkit-scrollbar {
  width: 6px;
}
.activity-section .activity-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.activity-section .activity-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.activity-section .activity-list::-webkit-scrollbar-thumb:hover {
  background: #d49e1c;
}
.activity-section .activity-list .activity-item {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.activity-section .activity-list .activity-item:last-child {
  margin-bottom: 5px;
}
.activity-section .activity-list .activity-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.activity-section .activity-list .activity-item:hover .activity-title {
  color: #d49e1c;
}
.activity-section .activity-list .activity-item .row:before, .activity-section .activity-list .activity-item .row:after {
  display: table;
  content: " ";
}
.activity-section .activity-list .activity-item .row:after {
  clear: both;
}
.activity-section .activity-list .activity-link-wrapper {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.activity-section .activity-list .activity-link-wrapper:hover, .activity-section .activity-list .activity-link-wrapper:focus, .activity-section .activity-list .activity-link-wrapper:active {
  text-decoration: none;
  color: inherit;
}
.activity-section .activity-img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
}
.activity-section .activity-img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.activity-section .activity-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.activity-section .activity-content .activity-title {
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #333333;
  word-break: normal;
  overflow-wrap: break-word;
  transition: color 0.2s ease;
}
.activity-section .activity-meta-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px dashed #e5e5e5;
  padding-top: 15px;
}
.activity-section .activity-meta-row .meta-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-grow: 1;
}
.activity-section .activity-meta-row .meta-left .meta-item {
  display: flex;
  align-items: flex-start;
  color: #666666;
  line-height: 1.4;
  word-break: normal;
  overflow-wrap: break-word;
}
.activity-section .activity-meta-row .meta-left .meta-item i {
  margin-right: 8px;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
  color: #999;
  margin-top: 2px;
}
.activity-section .activity-meta-row .meta-right {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
  align-self: flex-start;
}
.activity-section .label-cate {
  padding: 5px 10px;
  letter-spacing: 0.5px;
  border-radius: 2px;
  display: inline-block;
  color: #ffffff;
  text-shadow: none;
}
.activity-section .label-tech {
  background-color: #0275d8;
}
.activity-section .label-forum {
  background-color: #5cb85c;
}
.activity-section .label-biz {
  background-color: #f0ad4e;
}
.activity-section .label-workshop {
  background-color: #6f42c1;
}

@media (min-width: 768px) {
  .activity-section .activity-list .activity-item {
    min-height: 260px;
  }
  .activity-section .activity-list .activity-item .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .activity-section .activity-list .activity-item .row > [class*=col-] {
    float: none;
    display: flex;
    flex-direction: column;
  }
  .activity-section .activity-img-box {
    margin-bottom: 0;
    width: 100%;
  }
  .activity-section .activity-img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .activity-section .activity-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 auto;
  }
  .activity-section .activity-meta-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 15px;
  }
  .activity-section .activity-meta-row .meta-right {
    justify-content: flex-end;
    align-self: flex-end;
    margin-left: 15px;
    flex-shrink: 0;
  }
}
.cal-page-section {
  padding: 0 0 60px 0;
}
.cal-page-section .cal-top-bar {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.cal-page-section .cal-top-bar .cal-cate-filter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cal-page-section .cal-top-bar .cal-cate-filter .btn-filter {
  background: #303030;
  border: 1px solid #e5e5e5;
  padding: 5px 15px;
  color: #ffffff;
  transition: all 0.2s;
}
.cal-page-section .cal-top-bar .cal-cate-filter .btn-filter i {
  margin-right: 4px;
  font-size: 10px;
}
.cal-page-section .cal-top-bar .cal-cate-filter .btn-filter.active, .cal-page-section .cal-top-bar .cal-cate-filter .btn-filter:hover {
  background: #C60400;
  color: #fff !important;
  border-color: #C60400;
}
.cal-page-section .cal-top-bar .cal-cate-filter .text-tech i {
  color: #0275d8;
}
.cal-page-section .cal-top-bar .cal-cate-filter .text-forum i {
  color: #5cb85c;
}
.cal-page-section .cal-top-bar .cal-cate-filter .text-biz i {
  color: #f0ad4e;
}
.cal-page-section .cal-container {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.cal-page-section .cal-container .cal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.cal-page-section .cal-container .cal-header h4 {
  margin: 0;
  font-weight: 700;
  color: #d49e1c;
}
.cal-page-section .cal-container .cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: 600;
  color: #999;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}
.cal-page-section .cal-container .cal-days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 8px;
  margin-top: 10px;
}
.cal-page-section .cal-container .cal-day-cell {
  position: relative;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  transition: background 0.2s;
}
.cal-page-section .cal-container .cal-day-cell:hover {
  background: #f0f4f8;
}
.cal-page-section .cal-container .cal-day-cell.other-month {
  color: #ccc;
  cursor: not-allowed;
}
.cal-page-section .cal-container .cal-day-cell.other-month:hover {
  background: none;
}
.cal-page-section .cal-container .cal-day-cell.selected-day {
  background-color: #d49e1c !important;
  color: #fff !important;
  font-weight: 700;
}
.cal-page-section .cal-container .cal-day-cell.selected-day .cal-dots-container .dot {
  border-color: #fff;
}
.cal-page-section .cal-container .cal-day-cell.today {
  background: #eef5fc;
  color: #0275d8;
  font-weight: 700;
}
.cal-page-section .cal-container .cal-day-cell .cal-dots-container {
  display: flex;
  justify-content: center;
  gap: 3px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 6px;
}
.cal-page-section .cal-container .cal-day-cell .cal-dots-container .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
}
.cal-page-section .cal-container .cal-day-cell .cal-dots-container .dot.dot-tech {
  background-color: #0275d8;
}
.cal-page-section .cal-container .cal-day-cell .cal-dots-container .dot.dot-forum {
  background-color: #5cb85c;
}
.cal-page-section .cal-container .cal-day-cell .cal-dots-container .dot.dot-biz {
  background-color: #f0ad4e;
}
.cal-page-section .cal-activity-list {
  overflow-y: auto;
  padding-right: 5px;
  scroll-behavior: smooth;
}
.cal-page-section .cal-activity-list .cal-act-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 15px;
  transition: all 0.2s ease;
}
.cal-page-section .cal-activity-list .cal-act-item[data-cate=tech] {
  border-left-color: #0275d8;
}
.cal-page-section .cal-activity-list .cal-act-item[data-cate=forum] {
  border-left-color: #5cb85c;
}
.cal-page-section .cal-activity-list .cal-act-item[data-cate=biz] {
  border-left-color: #f0ad4e;
}
.cal-page-section .cal-activity-list .cal-act-item .cal-act-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.cal-page-section .cal-activity-list .cal-act-item .cal-act-link:hover .act-title {
  color: #d49e1c;
}
.cal-page-section .cal-activity-list .cal-act-item .act-title {
  margin: 0 0 12px 0;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.2s;
  word-break: normal;
  overflow-wrap: break-word;
}
.cal-page-section .cal-activity-list .cal-act-item .act-meta {
  color: #666;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 12px;
}
.cal-page-section .cal-activity-list .cal-act-item .act-meta .meta-row {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: break-word;
}
.cal-page-section .cal-activity-list .cal-act-item .act-meta .meta-row i {
  margin-right: 8px;
  margin-top: 3px;
  color: #999;
  width: 14px;
  text-align: center;
  flex-shrink: 0;
}
.cal-page-section .cal-activity-list .cal-act-item .act-meta .meta-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.cal-page-section .cal-activity-list .cal-act-item .label-cate {
  padding: 8px;
  border-radius: 2px;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  float: none !important;
  font-weight: normal;
}
@media (max-width: 767px) {
  .cal-page-section .cal-activity-list .cal-act-item .act-meta .meta-part {
    max-width: 100%;
    white-space: normal;
  }
  .cal-page-section .cal-activity-list .cal-act-item .act-meta .meta-tags-group {
    margin-left: 0;
    width: 100%;
    margin-top: 2px;
  }
}
.cal-page-section .label-cate {
  padding: 4px 8px;
  border-radius: 2px;
  color: #fff;
}
.cal-page-section .label-tech {
  background-color: #0275d8;
}
.cal-page-section .label-forum {
  background-color: #5cb85c;
}
.cal-page-section .label-biz {
  background-color: #f0ad4e;
}

@media (min-width: 768px) {
  .cal-page-section .cal-main-row {
    display: flex;
    align-items: stretch;
  }
  .cal-page-section .cal-activity-list {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .cal-page-section .cal-container {
    margin-bottom: 30px;
  }
  .cal-page-section .cal-activity-list {
    max-height: 500px;
  }
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
}

.skip-link:focus {
  left: 10px;
  top: 10px;
  background: #fff;
  color: #000;
  padding: 10px 15px;
}

.news-list-section {
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.news-list-section .news-list-title {
  overflow: hidden;
  font-weight: bold;
  color: #cc8809;
  text-align: center;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .news-list-section .news-wrapper {
    padding: 5px 15px;
  }
}
.news-list-section .news-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
  text-decoration: none;
  transition: all 0.3s ease;
}
.news-list-section .news-item:last-child {
  border-bottom: none;
}
.news-list-section .news-item:hover, .news-list-section .news-item:focus {
  text-decoration: none;
}
.news-list-section .news-item:hover .news-date, .news-list-section .news-item:focus .news-date {
  background-color: #8eb126;
  border-color: #8eb126;
  color: #ffffff;
}
.news-list-section .news-item:hover .news-title, .news-list-section .news-item:focus .news-title {
  color: #8eb126;
}
.news-list-section .news-item:hover .news-arrow, .news-list-section .news-item:focus .news-arrow {
  color: #8eb126;
  transform: translateX(6px);
}
.news-list-section .news-date {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border: 2px solid #d49e1c;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #d49e1c;
  background-color: transparent;
  transition: all 0.3s ease;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .news-list-section .news-date {
    width: 65px;
    height: 65px;
    margin-right: 15px;
  }
}
.news-list-section .news-date .day {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .news-list-section .news-date .day {
    font-size: 24px;
  }
}
.news-list-section .news-date .year-month {
  font-size: 12px;
  font-weight: 500;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .news-list-section .news-date .year-month {
    font-size: 11px;
  }
}
.news-list-section .news-date.news-date-compact {
  flex-direction: row;
}
.news-list-section .news-date .month-day {
  font-weight: 700;
  line-height: 1;
}
.news-list-section .news-content {
  flex-grow: 1;
  padding-right: 15px;
  overflow: hidden;
}
.news-list-section .news-content .news-title {
  color: #333333;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .news-list-section .news-content .news-title {
    font-size: 16px;
  }
}
.news-list-section .news-arrow {
  flex-shrink: 0;
  font-size: 24px;
  color: #cccccc;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .news-list-section .news-arrow {
    font-size: 20px;
  }
}/*# sourceMappingURL=css.css.map */