body {
  position: relative;
}

body .loader-item {
  position: fixed;
  top: 0;
  left: 0;
}

.content-author {
  width: 767px;
  margin: 0 auto;
  margin-top: 86px;
}
.left > img {
  width: 250px;
  margin-bottom: 10px;
}

.show-more {
  margin-top: 30px;
  text-align: left;
}

.show-more a {
  padding: 8px 18px;
  border-radius: 10px;
  background: #053267;
  width: fit-content;
  color: #fff;
  margin: 8px 0;
}

section.banner {
  width: 100%;
}
.breacrumb {
  display: flex;
  justify-content: center;
  gap: 6px;
  color: #000;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.title-author {
  display: flex;
  /* justify-content: space-between; */
  margin-top: 32px;
  /* flex-wrap: wrap; */
  width: 100%;
}

.right {
  display: flex;
  flex-direction: column;
  background-image: url(/sites/amis-blog/images/post_author/bg.png);
  border-radius: 20px;
  background-size: cover;
  justify-content: center;
  flex: 2;
}

.text-author {
  padding-left: 88px;
}
.social img {
  width: 16px;
  margin: 3px;
}
.social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.name {
  color: #053267;
  text-align: justify;

  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.pos {
  color: #053267;
  text-align: justify;
  font-size: 16px;
  line-height: normal;
  padding-right: 23px;
}
.left img {
  border-radius: 100%;
}
.left {
  display: flex;
  align-items: center;
  border-radius: 100%;
  height: auto;
  flex-direction: column;
  flex: 1;
}

.title-infor {
  color: #053267;

  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 33px;
  border-bottom: 1px solid #2680eb;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.title-view {
  font-size: 28px;
  color: #053267;
  font-weight: 700;
  margin-bottom: 50px;
}
.content-infor {
  color: #000;
  text-align: justify;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 979px) {
  .show-more {
    margin-top: 13px;
    text-align: center;
  }
  .title-author {
    flex-direction: column;
    margin-top: 50px;
  }
  .content-author {
    width: auto;
    padding: 0 20px;
  }
  .name {
    font-size: 24px;
  }
  .text-author {
    padding-left: unset;
    padding-top: unset;
  }
  .right {
    padding: 20px;
  }

  .social {
    margin-left: unset;
    padding-left: unset;
    margin-bottom: 20px;
  }

  .pos {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
/* post top */
.post-recommen {
  display: flex;
  gap: 11px;
}

.right-post .item-post {
  display: flex;
  gap: 8px;
}
.right-post .item-post img {
  width: 135px;
  height: 88px;
  object-fit: cover;
  border-radius: 10px;
}
.right-post .item-post .img-post {
  width: 135px;
  height: 88px;
  flex-shrink: 0;
}
.left-post .img-post img {
  width: 326px;
  height: 193px;
  border-radius: 10px;
}
.right-post .item-post .content-post {
  width: 100%;
}

.right-post {
  gap: 11px;
  display: flex;
  flex-direction: column;
}

.title-post {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.des-post {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.time-post {
  color: #000;
}

.left-post {
  width: 326px;
  height: 193px;
  flex-shrink: 0;
}

.left-post .time-post {
  padding: 9px 0;
}

.left-post .title-post {
  margin-top: 19px;
}

.right-post .title-post {
  margin-bottom: 4px;
}
/* end post */
/* email */
.register {
  background: rgba(255, 136, 0, 0.8);
  display: flex;
  margin: 20px 0;
}

.title-reg {
  color: red;
  text-align: justify;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.left-reg {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 25px;
  flex: 1;
}

.right-reg {
  padding: 25px;
  flex: 1;
}
@media (max-width:979px){
  .register {
    flex-direction: column;
}
}
/* end email */
/* post list */

.list-post .item-post {
  display: flex;
  margin-top: 20px;
}

.list-post .img-post {
  width: 260px;
  height: 160px;
  flex-shrink: 0;
  margin-right: 22px;
}

.list-post .time-post {
  margin: 10px 0;
  color: #000;
}

.list-post .img-post img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media (max-width: 979px) {
  .left-post {
    width: 100%;
  }

  .left-post img {
    margin: 0 auto;
  }

  .left-post .img-post img {
    justify-content: center;
    display: flex;
  }

  .post-recommen {
    flex-direction: column;
  }

  .right-post {
    padding-top: 164px;
  }
}

@media (max-width: 767px) {
  .list-post .content {
    margin-top: 20px;
  }

  .list-post .item-post {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }

  .list-post .img-post {
    width: 100%;
    aspect-ratio: 16/10;
    height: auto;
    margin-right: 0;
  }
}
/* end post list */
/* navigation */
.hidden {
  display: none;
}

.pagination-container {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  justify-content: center;
  margin-top: 30px;
}

.pagination-number,
.pagination-button {
  font-size: 15px;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #2689eb;
  padding: 16px;
  height: 40px;
  line-height: 0;
  background-color: #fff;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #dbdbdb;
}

.pagination-number.active {
  color: #fff;
  background: #2689eb;
}
.pagination-button.disabled {
  display: none;
}

.pagination-item.page-number,
.pagination-nav.active {
  cursor: pointer;
}

.pagination-item.active {
  background-color: #0065FF;
  color: #fff;
}
/* end navication */
