@media screen and (max-width: 1440px) {
  .page-template-blog .e-con.e-flex > .e-con-inner,
  .blog-container {
    width: 80%;
  }
  .blog-container .blog-search-input {
    width: 40%;
  }
  .blog-container .left-box,
  .blog-container .right-box {
    width: 47%;
  }
}

@media screen and (max-width: 1366px) {
  
}

@media screen and (max-width: 1280px) {
  .blog-content-top .left-box .thumb {
    height: 335px;
  }
  .blog-content-top .left-box,
  .blog-content-top .right-box {
    height: auto;
  }
  .blog-content-top .right-box .blog-item {
    height: 280px;
  }
  .blog-content-top .left-box .desc h3 a {
    font-size: 34px;
    line-height: 40px;
  }
  .blog-content-top .left-box .desc h3 {
    height: 90px;
  }
  .blog-content-top .left-box .desc p {
    font-size: 20px;
    line-height: 25px !important;
    min-height: 70px;
    margin-bottom: 20px;
  } 
  .blog-content-top .left-box .desc {
    height: auto;
  }
  .blog-content-bottom .blog-item {
    height: max-content;
  }
  .blog-content-bottom .blog-item img {
    height: 230px;
  }
  .blog-content-top .right-box .blog-item h3 a {
    font-size: 24px;
    line-height: 30px !important;
  }
  .blog-content-bottom .desc h3 a {
    font-size: 22px;
    line-height: 28px !important;
  }
  .blog-content-bottom .desc p {
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 60px;
  }
  .blog-search {
    flex-direction: column;
  }
  .blog-container .blog-search-input {
    margin-bottom: 20px;
    width: 50%;
  }
  .blog-search .blog-search-select {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1140px) {
  .page-template-blog .e-con.e-flex>.e-con-inner, 
  .blog-container {
    width: 90%;
  }
  .search-results .blog-item img, 
  .blog-content-bottom .blog-item img {
    height: 235px;
  }
}

@media screen and (max-width: 1024px) {
  .blog-container .blog-search-input input {
    width: 100%;
  }
  .right-box .blog-item i, .blog-content-top .thumb i {
    font-size: 40px;
  }
  .search-results .blog-item img, 
  .blog-content-bottom .blog-item img {
    width: 100%;
  }
  .search-results .blog-item {
    width: 48%;
  }
  .blog-content-bottom .blog-item img {
    height: 215px;
  }
  .blog-content-top .left-box .desc h3 a {
    font-size: 32px;
    line-height: 38px;
  }
  .blog-content-top .left-box .desc a {
    font-size: 22px;
  }
  .blog-content-bottom .desc h3 {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 991px) {
  .blog-content-top .left-box .desc h3 a {
    font-size: 30px;
    line-height: 36px;
  } 
  .blog-content-top .left-box .desc h3 {
    height: 80px;
  }
  .blog-content-top .left-box .desc p {
    font-size: 18px;
    line-height: 24px !important;
  }
  .blog-content-top .left-box .desc a {
    font-size: 20px;
    line-height: 26px;
  }
  .right-box .blog-item h3 a {
    font-size: 22px;
    line-height: 20px !important;
  }
  .right-box .blog-item h3 {
    bottom: 4px;
  }
  .blog-content-top .left-box .thumb {
    height: 300px;
  }
  .blog-content-top .right-box .blog-item {
    height: 260px;
  }
}

@media screen and (max-width: 900px) {
  .blog-content-bottom {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-content-top .left-box .desc h3 a {
    font-size: 26px;
    line-height: 32px;
  }
  .blog-content-top .left-box .desc h3 {
    height: 70px;
  }
  .blog-content-top .left-box .desc p {
    font-size: 16px;
  }
  .blog-content-top .left-box .desc a {
    font-size: 18px;
    line-height: 24px;
  }
  .blog-content-top .right-box .blog-item h3 a {
    font-size: 20px;
    line-height: 26px !important;
  }
}

@media screen and (max-width: 768px) {
  .blog-container {
    padding: 60px 0;
  }
  .blog-content-top .left-box .thumb {
    height: 235px;
  }
  .blog-content-top .left-box .desc {
    border-bottom-left-radius: 0;
  }
  .blog-container .blog-content-top {
    height: auto;
    flex-direction: column;  
  }
  .blog-content-top .left-box {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-content-top .right-box {
    width: 100%;
    flex-direction: unset;
    height: 300px;
  }
  .blog-content-top .right-box .blog-item {
    height: 100%;
    width: 48%;
  }
  .blog-content-top .thumb {
    width: 100%;
  }
  .blog-content-top .desc {
    height: auto;
    border-bottom-left-radius: unset;
  }
  .blog-content-top .desc p {
    line-height: 30px !important;
  }
  .right-box .blog-item h3 {
    bottom: 0px;
  }
  .right-box .blog-item h3 a {
    font-size: 20px;
  }
  .blog-search .blog-search-select div {
    margin: 6px;
  }
  .blog-container .blog-search {
    padding-bottom: 30px;
  }
  .right-box .blog-item i, 
  .blog-content-top .left-box .thumb i {
    font-size: 40px;
  }
  .blog-content-bottom {
    gap: 28px;
  }
}

@media screen and (max-width: 736px) {
  .blog-container .blog-search-input {
    width: 100%;
  }
  .blog-content-top .desc p {
    line-height: 24px !important;
  }
}

@media screen and (max-width: 601px) {
  .blog-container {
    padding: 40px 0;
  }
  .blog-content-top .desc {
    width: 100%;
  }
  .right-box .blog-item h3 a {
    font-size: 16px;
  }
  .blog-content-bottom .desc h3 a {
    font-size: 20px;
    line-height: 24px !important;
    height: 50px;
  }
  .blog-content-top .desc,
  .blog-content-bottom .desc {
    padding: 14px;
  }
  .blog-content-bottom .desc p {
    font-size: 14px;
    line-height: 20px !important;
  }
  .blog-content-bottom .blog-item img {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .blog-container {
    padding: 30px 0;
  }
  .blog-content-bottom .blog-item {
    width: 100%;
  }
  .blog-content-top .desc h3 {
    height: 50px;
  }
  .blog-content-top .desc p {
    margin-bottom: 10px;
    line-height: 24px !important;
  }
  .blog-content-top .desc h3 a {
    font-size: 20px;
    line-height: 26px;
  }
  .blog-content-top .right-box {
    height: 260px;
  }
  .blog-content-bottom {
    padding: 60px 0 0 0;
  }
  .search-results .blog-item {
    width: 100%;
  }
  .blog-content-bottom {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-content-top .right-box .blog-item h3 a {
    font-size: 18px;
    line-height: 22px !important;
  }
}

@media screen and (max-width: 414px) {
  .blog-content-top .left-box .desc h3 a {
    font-size: 22px;
    line-height: 28px;
  }
  .blog-content-top .left-box .desc h3 {
    height: 50px;
  }
  .blog-content-top .left-box .desc {
    padding: 10px;
  }
  .blog-content-top .left-box .desc a {
    font-size: 16px;
  }
  .blog-content-top .left-box .thumb {
    height: 200px;
  }
  .blog-content-top .right-box .blog-item h3 a {
    font-size: 14px;
    line-height: 16px !important;
  }
}

@media screen and (max-width: 375px) {
  .blog-search .blog-search-select {
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}