
#normalGroup {
  padding: 0;
  margin: 0;
  color: #636eb2;
  margin-bottom: 30px;
}
#normalGroup li {
  padding: 5px 0;
  list-style: none;
}
#normalGroup li i {
  padding-right: 15px;
}
#normalGroup a {
  color: #186a2e;
}
#normalGroup li:hover, #normalGroup a:hover {
  color: #0f6eb7;
}
.list-item {
  margin-bottom: 15px;
  background: rgba(248, 206, 206, 0.1);
  padding: 10px;
  border-radius: 5px;
}
h2.title1 {
  font-size: 17px;
  line-height: 20px;
  margin: 0 0 10px 0;
	text-transform: none;
	letter-spacing: normal;
  text-align: left;
}
h2.title1 a {
	font-weight: 500;
  color: #636eb2;
}
h2.title1 a:hover {
  color: #b76eb0;
}
.list-item img {
  border: 2px solid #fff;
  border-radius: 4px;
}
.list-date {
  color: #666;
  font-size: 0.8rem;
}
.list-item img {
  max-height: 120px;
  margin-right: 10px;
}
.list h3 {
  font-size: 20px;
  margin: 10px 0;
}
.listContent {
  margin-top: 10px;
}
.attach {
  margin-top: 10px;
}
.attach a {
  font-size: 0.9rem;
}


.screenshot {
  float: left;
  position: relative;
  overflow: hidden;
}
.screenshot > * {
  display: block;
}
.screenshot-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.screenshot:hover .screenshot-caption {
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.screenshot-caption_top {
  top: -100%;
  left: 0;
}
.screenshot i {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  font-size: 30px;
  margin-left: -15px; 
}
.screenshot a i {
  color: #f2f2f2;
}

#paging {
  background: #f6f6f6;
  font-size: 12px;
  padding: 5px;
}
.paging {
  font-size: 0.8rem;
}

.section-right {
  position: sticky;
  top: 90px;
  padding-left: 20px;
}
.content {
  position: sticky;
  top: 90px;
  padding-right: 20px;
  text-align: justify;
}
.content table {
    text-align: left;
}
.right-title {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #186a2e;
}

.contact-us i {
  font-size: 3em;
  border-radius: 50%;
  border: 1px solid #1a7139;
  padding: 30px;
  color: #1a7139;
  margin-bottom: 20px;
}

.gallery img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

@media(max-width: 767px) {
  .content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .section-right {
    padding-left: 0;
  }
}