@media screen and (max-width: 1600px) {
  .single-post-container,
  .blog-container {
    max-width: 100%;
  }
  .single-post-container {
    margin: 0 30px;
  }
  .single-post #main h1 {
    width: 90%;
  }
  .single-post #main {
    overflow: hidden;
  }
  .single-post .swiper4 {
    width: calc(100% - 60px);
  }
  .single-post #main {
    padding-bottom: 70px;
  }
  .single-post-content {
    width: 70%;
    max-width: unset;
  }
}
@media screen and (max-width: 1440px) {
  .single-post #main h1 {
    font-size: 60px;
  }
  .single-post .post-navigation a,
  .single-post .post-navigation span {
    font-size: 25px;
  }
  .latest-news h2 {
    font-size: 50px;
  }
  .latest-news .title a {
    font-size: 25px;
  }
  .latest-news .title i {
    font-size: 20px;
  }
  .blog-container .list-blog {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
  .single-post #primary {
    padding-top: 50px;
  }
  .single-post-content {
    padding: 50px 0;
    width: 80%;
  }
  #home-news article h3 > a,
  .blog-container .item-post h3 > a,
  .latest-news .item h3 > a {
    font-size: 25px;
  }
  #home-news article .elementor-post__text,
  .latest-news .item .content,
  .blog-container .infor-post {
    min-height: 250px;
  }
  #home-news .elementor-post__meta-data span,
  .blog-container .item-post span.date-post,
  .latest-news .item span.date {
    font-size: 15px;
  }
  .latest-news {
    padding: 50px 0 150px;
  }
  .latest-news .title {
    margin-bottom: 30px;
  }
  .blog-container h1 {
    padding-top: 20px;
    font-size: 60px;
  }
  .blog-container .item-post h3 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .site-footer .col-full > div:first-child,
  .site-footer .col-full > div:nth-child(2) {
    max-width: 100%;
  }
  .site-footer .col-full > div:nth-child(2) {
    margin-left: 0;
  }
  .site-footer .col-full > div:nth-child(2) ul:nth-child(2) {
    position: unset;
    margin-top: 20px;
  }
  .copyright > .col-full {
    padding-bottom: 280px;
  }
  .site-footer .col-full > div:nth-child(3),
  .site-footer .col-full > div:nth-child(4) {
    margin-top: 20px;
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .single-post .feature-image {
    height: 400px;
  }
  #home-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .list-post .item-post .news-thumb--inner div {
    font-size: 14px;
  }
  .swiper-navigation-btns > div {
    padding: 14px 18px;
    font-size: 10px;
  }
  nav#mainMenu ul li a {
    font-size: 32px;
  }
  .single-post #main h1,
  #content .blog-container h1 {
    font-size: 40px;
  }
  .single-post-content {
    padding: 50px 15px;
    width: 100%;
  }
  .latest-news h2 {
    font-size: 35px;
  }
  .latest-news .title a {
    font-size: 22px;
  }
  .latest-news .title i {
    font-size: 18px;
  }
  .copyright > .col-full {
    padding-bottom: 200px;
  }
  .blog-container .list-blog {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 736px) {
}
@media screen and (max-width: 601px) {
  .home .swiper-button-next,
  .home .swiper-button-prev,
  .single-post .swiper-button-next,
  .single-post .swiper-button-prev {
    padding: 22px;
  }
  .single-post #main {
    padding-bottom: 50px;
  }
  .latest-news {
    padding-bottom: 100px;
  }
  .single-post-container {
    margin: 0 15px;
  }
  .single-post .swiper4 {
    width: calc(100% - 30px);
  }

  .blog-container .list-blog,
  .blog-container .post-navigation {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .single-post #main h1 {
    font-size: 35px;
    width: 100%;
  }
  .more-infor-post {
    flex-direction: column;
    text-align: center;
    row-gap: 10px;
  }
  .copyright > .col-full {
    padding-bottom: 120px;
  }
  .blog-container .list-blog {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}
