.com_content.view-category .tx-articel-shadow {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.com_content.view-category .tx-articel-shadow:hover {
  box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.1);
}
.com_content.view-category .tx-articel-shadow .intro-image {
  position: relative;
}
.com_content.view-category .tx-articel-shadow .intro-image a:before {
  transition: all 0.3s ease;
  opacity: 0;
  background-color: rgba(204, 0, 0, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  content: "\f08e";
  font-family: FontAwesome;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.com_content.view-category .tx-articel-shadow:hover .intro-image a:before {
  opacity: 1;
}

.panel.panel-default {
  background: inherit;
  margin-top: 30px;
}
.panel.panel-default .panel-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -.2px;
  font-weight: 700;
}
.panel.panel-default .panel-heading h3 {
  margin: 0;
  padding: 0;
}
.panel.panel-default .panel-body {
  font-size: 15px;
  
}
.panel.panel-default .panel-body .table {
  margin-bottom: 0px;
}
.panel.panel-default .panel-body tr td {
  padding: 10px;
}
.panel.panel-default .panel-body tr:first-child td {
  border-top: none;
}

.com_content.view-article .course-content {
  color: #333333;
  font-size: 17px;
  line-height: 28px;
}

.course-right {
  background: #f7f7f7;
  padding-right: 30px;
  padding-left: 30px;
}
.course-right ul.mostread {
  margin-bottom: 25px;
}
.course-right ul.mostread li {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
.course-right ul.mostread li:last-child {
  border-bottom: none;
}

.qx-element-carousel .qx-carousel-title {
  margin-top: 15px;
  margin-bottom: 0;
}