.page-title {
  text-align: center;
  font-size: 17px;
  font-family: 'LINESeedSansTH_Bold';
  padding: 21px 0 16px;
  border-bottom: 1px solid #ccc;
}

.page-sort {
  text-align: right;
  padding: 15px 0px
}

.page-sort select {
  padding: 3px 15px;
  border-radius: 5px;
  margin-left: 5px;
}

.promotion-card {
  box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 20px;
}

.promotion-detail {
  color: #000;
  padding: 15px 10px 10px;
  background-color: #fff;
}

.promotion-detail .title {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
  font-family: 'LINESeedSansTH_Bold';
}

.promotion-detail .date,
.promotion-detail .view {
  font-size: 10px;
  color: #818080;
}

.promotion-detail .view {
  position: absolute;
  right: 25px;
  bottom: 30px;
}

/* Blog */

.blog-content {
padding: 20px;
background-color: #fff;
margin-bottom: 20px;
}

.blog-title {
font-size: 17px;
font-family: 'LINESeedSansTH_Bold';
padding: 20px 0px;
}

.blog-blog {
font-size: 11px;
color: #7a7777;
}

.blog-blog i {
margin-right: 5px;
}

.blog-blog .date {
margin-right: 20px;
}
.blog-blog .shere {
float: right;
}
.detail-content {
margin-top: 35px;
line-height: 1.8;
font-size: 14px;  
}
.detail-content p {
margin-bottom: 20px;
}

.detail-content img {
margin-bottom: 25px;
}