.blog {
  margin: 50px 0;
}

.blog-left h4 {
  color: #18212D;
  font-weight: bold;
  margin: 0 0 21px 0;
}

  .blog-left h4 a {
    color: #18212D;
  }

.blog-intro {
  display: flex;
  color: #8894A7;
  margin-bottom: 20px;
}

.blog-date i {
  margin-right: 10px;
}

.blog-date i {
  margin-right: 10px;
}

.blog-date {
  margin-right: 48px;
}

.blog-image img {
  width: 100%;
}

.blog-detail {
  margin: 30px 0 10px 0;
}

  .blog-detail p {
    color: #585858;
  }

.blog-detail-button a {
  color: #EE4D14;
  font-weight: bold;
}

  .blog-detail-button a i {
    margin-left: 4px;
  }

.blog-left {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 35px;
  margin-bottom: 40px;
}

.page-count {
  text-align: center;
}

button.btn-one.active {
  background: #8894A7;
  color: #fff;
}

button.btn-count {
  height: 30px;
  border: 1px solid #8894A7;
  color: #8894A7;
  background: #fff;
  width: 30px;
  border-radius: 5px;
  margin-right: 5px;
}

  button.btn-count:hover {
    background: #8894A7;
    color: #fff;
  }

  button.btn-count:nth-child(4):hover {
    background: transparent;
    color: #8894A7;
  }

.page-count button:nth-child(4) {
  width: 52px;
  border: none;
}

button.btn-count.btn-4 i {
  margin-right: 5px;
}

button.btn-count.btn-4 i {
  color: #585858;
}

.blog-search input[type=text] {
  width: 323px;
  padding: 6px 12px;
  font-size: 16px;
  float: left;
  border: 1px solid #D4D4D4;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 45px;
}

.blog-search button {
  padding: 6px 10px;
  background: #fff;
  font-size: 16px;
  border: 1px solid #D4D4D4;
  color: #5A5A5A;
  cursor: pointer;
  border-left: none;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  height: 45px;
}

.submit i {
  color: #585858;
  opacity: 0.4;
}

.blog-category {
  margin-top: 30px;
  background: #F1F1F1;
  border-radius: 10px;
}

  .blog-category h4 {
    background: #E2E2E2;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #18212D;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 0;
  }

  .blog-category ul {
    padding: 12px 25px 18px 25px;
  }

    .blog-category ul li a {
      color: #585858;
    }

    .blog-category ul li {
      padding-bottom: 10px;
    }

      .blog-category ul li.active a {
        color: #EE4D14;
      }
/**/
.blog-left.blog-all-left {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.social-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-link ul li:nth-child(2) a:hover {
  color: #3B5897;
}

.left-link ul li:nth-child(3) a:hover {
  color: #00ACEE;
}

.left-link ul li:nth-child(4) a:hover {
  color: #0077B5;
}

.left-link ul li {
  display: inline-block;
}

.right-link ul li {
  display: inline-block;
}

.share-link {
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  height: 49px;
  padding: 15px 18px 15px 21px;
  margin: 30px 0;
}

.left-link ul li:nth-child(1) {
  color: #8894A7;
  margin-right: 20px;
  padding-right: 0;
}

.left-link ul li {
  padding-right: 10px;
}

  .left-link ul li a {
    color: #8894A7;
  }

.right-link ul li button {
  color: #8894A7;
  background: transparent;
  border: none;
}

  .right-link ul li button:hover, .right-link ul li button:focus {
    color: #18212D;
  }

.comment-section {
  background: #F1F1F1;
  border-radius: 10px;
}

  .comment-section h4 {
    background: #E2E2E2;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #18212D;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 0;
  }

.comment-box {
  margin: 36px 42px 30px 42px;
}

button.btn-addcomment {
  margin-top: 30px;
  width: 205px;
  background: #8894A7;
  color: #fff;
  padding: 14px 25px;
  margin-bottom: 35px;
  border-radius: 5px;
  text-transform: uppercase;
  height: 45px;
}

.commenter-img img {
  width: 100%;
}

.commenter-img {
  background: #C7C7C7;
  border-radius: 10px;
}

.commenter-name {
  color: #585858;
}

.commenter-date i {
  margin-right: 10px;
}

.commenter-date {
  color: #8894A7;
  margin: 15px 0;
}

.commenter-text {
  color: #585858;
}

.row.top-comment {
  border-top: 1px solid #707070;
  border-top-color: rgb(112, 112, 112, 0.2);
  padding-top: 30px;
  margin-top: 30px;
}

.blog-posts {
  padding: 15px 11px 25px 25px;
}

.blog-related i {
  margin-right: 10px;
}

.blog-related {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #fff;
  border-bottom-color: rgb(112, 112, 112, 0.1);
}

.blog-posts .blog-related:nth-child(1) {
  border-top: none;
}

.blog-posts .blog-related:nth-child(3) {
  border-bottom: none;
}

.blog-related h5 {
  color: #18212D;
}

.blog-related p {
  color: #8894A7;
  font-size: 13px;
}
/**/
@media screen and (min-width :1401px) and (max-width:2200px) {
  .blog-left h4 {
    font-size: 24px;
  }

  .blog-detail p {
    font-size: 16px;
  }

  .blog-detail-button a {
    font-size: 16px;
  }

  button.btn-count {
    font-size: 16px;
  }

  .page-count button:nth-child(4) {
    width: 60px;
  }

  .blog-search input[type=text], .blog-search button {
    height: 52px;
  }

  .blog-category h4 {
    font-size: 18px;
  }

  .blog-category ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }

  button.btn-addcomment {
    font-size: 16px;
    height: 50px;
    width: 230px;
  }

  .blog-main {
    margin-bottom: 100px;
  }

  .blog-related h5 {
    font-size: 16px;
  }

  .left-link ul li, .right-link ul li a i {
    font-size: 16px;
  }

  .blog-posts .blog-related:nth-child(1) {
    padding-bottom: 10px;
  }

  .blog-posts .blog-related:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .blog-posts .blog-related:nth-child(3) {
    padding-top: 10px;
  }
}

@media screen and (max-width :1024px) {
  .blog-search input[type=text] {
    width: 255px;
  }
}

@media screen and (max-width :768px) {
  .blog-right {
    margin-top: 30px;
  }
}
