body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  background-color: #f2f2f2;
}
a:link {
  color: #5b82b2;
  text-decoration: underline;
}
a {
  color: #6b8ba0;
  text-decoration: none;
}
.content {
  width: 1200px;
  margin: 30px auto;
}
.newblog .topnewblog {
  margin: -20px;
}
.newblog .topnewblog .col-lg-6 {
  padding: 0;
}
.newblog .topnewblog .col-lg-6 img {
  object-fit: cover;
}
.newblog .conttopblog {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.newblog .conttopblog .theme {
  display: block;
  width: 100%;
  margin-top: 3rem;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.newblog .conttopblog h1 {
  font-family: "PT Serif", serif;
  font-size: 35px;
  text-align: center;
  margin: 20px 0;
}
.newblog .conttopblog .author {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "PT Serif", serif;
  margin: 10px 0;
  font-size: 14px;
  color: #454545;
}
.newblog .conttopblog .data {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #999;
}
.newblog .conttopblog .tagsblog {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.newblog .conttopblog .tagsblog a {
  text-decoration: none;
  padding: 0 10px;
  border-left: 1px solid #5b82b2;
  line-height: 20px;
  margin-bottom: 5px;
}
.newblog .conttopblog .tagsblog a:last-child {
  border-right: 1px solid #5b82b2;
}
.newblog .conttopblog .tagsblog a:hover {
  text-decoration: underline;
}
.newblog .conttopblog .share {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.newblog .conttopblog .share > span {
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.newblog .conttopblog .share .bShare li > a > span {
  background: transparent;
  border-radius: 25px;
  border: 2px solid #999;
}
.newblog .conttopblog .share .bShare li > a > span span {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  filter: brightness(0.5);
}
.newblog .contentnewblog {
  padding: 20px;
}
.blogstype1 > div {
  padding: 0;
}
.blogstype1 > div:first-child {
  padding-right: 20px;
}
.blogstype2 h2,
.blogstype3 h2,
.blogstypelist h2 {
  display: block;
  text-align: center;
  margin: 20px 0;
}
.blogcard {
  display: block;
  text-decoration: none !important;
  border: 1px solid #EDEDED;
}
.blogcard.min {
  margin-bottom: 20px;
}
.blogcard.min img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.blogcard.min .text {
  height: 120px;
  padding: 10px;
}
.blogcard.min .text .tagblog {
  display: block;
  font-weight: bold;
  color: #7CA0D1;
  text-decoration: none;
}
.blogcard.min .text .nameblog {
  border-bottom: none;
  padding: 0;
  margin: 10px 0;
  font-size: 15px;
  color: #000;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.blogcard.min .text .data {
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #999;
}
.blogcard.big img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.blogcard.big .text {
  height: 162px;
  padding: 10px;
}
.blogcard.big .text .tagblog {
  display: block;
  font-weight: bold;
  color: #7CA0D1;
  text-decoration: none;
}
.blogcard.big .text .nameblog {
  border-bottom: none;
  padding: 0;
  margin: 10px 0;
  font-size: 25px;
  color: #000;
  line-height: 30px;
}
.blogcard.big .text .author {
  font-family: "PT Serif", serif;
  margin: 10px 0;
  font-size: 14px;
  color: #454545;
}
.blogcard.big .text .data {
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #999;
}
.blogcard.mediumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blogcard.mediumb .text {
  height: 150px;
  padding: 10px;
}
.blogcard.mediumb .text .tagblog {
  display: block;
  font-weight: bold;
  color: #7CA0D1;
  text-decoration: none;
}
.blogcard.mediumb .text .nameblog {
  border-bottom: none;
  padding: 0;
  margin: 10px 0;
  font-size: 18px;
  color: #000;
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
}
.blogcard.mediumb .text .author {
  font-family: "PT Serif", serif;
  margin: 10px 0;
  font-size: 14px;
  color: #454545;
}
.blogcard.mediumb .text .data {
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #999;
}
.blogcard.list {
  display: flex;
  margin-bottom: 20px;
}
.blogcard.list img {
  width: 30%;
  object-fit: cover;
}
.blogcard.list .text {
  width: 70%;
  padding: 10px;
}
.blogcard.list .text .tagblog {
  display: block;
  font-weight: bold;
  color: #7CA0D1;
  text-decoration: none;
}
.blogcard.list .text .nameblog {
  border-bottom: none;
  padding: 0;
  margin: 10px 0;
  font-size: 18px;
  color: #000;
  line-height: 25px;
}
.blogcard.list .text .textb {
  color: #9F9F9f;
}
.blogcard.list .text .author {
  font-family: "PT Serif", serif;
  margin: 10px 0;
  font-size: 14px;
  color: #454545;
}
.blogcard.list .text .data {
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #999;
}
.nblog {
  padding: 0;
  padding-bottom: 50px;
}
