.section-detail {
  padding: 0 130px; }

.news-detail-title {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px; }
  .news-detail-title h1 {
    text-transform: uppercase;
    padding-left: 25px;
    font-weight: bold;
    font-size: 24px;
    color: #eaa500; }
  .news-detail-title:before {
    content: '';
    width: 21px;
    height: 21px;
    background-color: #eaa500;
    display: block;
    position: absolute;
    bottom: 2px; }

.most-popular {
  margin-top: 60px;
  margin-bottom: 20px; }

h3.title {
  text-transform: uppercase;
  color: #eaa500;
  font-weight: bold;
  font-size: 16px;
  text-align: center; }

.related-container {
  padding: 15px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc; }
  .related-container:last-child {
    border-bottom: none; }
  .related-container h4.title {
    margin: 10px 0;
    text-transform: uppercase;
    color: #eaa500;
    /*font-weight: bold;*/
    /*font-size: 22px;*/ }

.detail-area {
  margin-bottom: 50px; }
  .detail-area h2.subtitle-detail {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px; }
  .detail-area .date-post-detail {
    text-transform: uppercase;
    margin-bottom: 20px; }
  .detail-area .img-detail {
    margin-bottom: 30px; }
  .detail-area p {
    line-height: 1.5em;
    margin-bottom: .5rem; }

.section-detail hr {
  border-top: 3px solid #ea5700;
  width: 90%;
  margin-bottom: 50px; }

.comment-area .title-comment {
  text-align: center; }

.title-comment h2 {
  width: 50%;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666; }
  .title-comment h2:after {
    content: '';
    display: block;
    border: 3px solid #eaa500;
    position: relative;
    top: 10px;
    width: 10%;
    margin: auto; }

.comment-area {
  padding: 20px;
  height: auto;
  overflow: hidden; }

.comment-input img.img-responsive {
  border-radius: 50%; }

.comment-area textarea {
  height: 100%; }
.comment-area .comment-input {
  padding: 40px 0; }
  .comment-area .comment-input .comment-submit {
    height: auto;
    overflow: hidden;
    padding: 30px 50px;
    line-height: 1.5em;
    font-size: 12px; }
    .comment-area .comment-input .comment-submit .comment-post {
      height: auto;
      overflow: hidden;
      border-bottom: 1px solid #999;
      padding: 20px 0; }
      .comment-area .comment-input .comment-submit .comment-post:last-child {
        border-bottom: 0; }

@media only screen and (max-width: 768px) {
  .section-detail {
    padding: 0 40px; }

  .comment-area {
    padding: 40px 0; } }
@media only screen and (max-width: 480px) {
  .detail-area h2.subtitle-detail {
    font-size: 24px; }

  .comment-area {
    padding: 0px 0; }
    .comment-area .comment-input .comment-submit {
      padding: 20px; } }

/*# sourceMappingURL=detail-news.css.map */
