.posts-list { margin-top:30px; margin-bottom:30px; }
.posts-list h2 a { color:#e74c3c; }
.posts-list ul { display:flex; flex-flow:row wrap; justify-content:center; margin:10px -10px 0; list-style:none; padding:0; }
.posts-list .post { flex:1 1 0; padding:0 10px; margin-bottom:10px; cursor:pointer; box-sizing:border-box; min-height:249px; }
.posts-list .post:nth-child(3n+1) { margin-left:0; }
.posts-list .post:nth-child(3n+3) { margin-right:0; }
.posts-list .post .thumbnail { width:100%; height:249px; overflow:hidden; }
.posts-list .post .thumbnail.no-image { background-color:#e8e8ee; }
.posts-list .post .thumbnail img { width:100%; height:100%; object-fit:cover; transition:transform .3s cubic-bezier(.55,0,.1,1); }
.posts-list .post .thumbnail:hover img { transform:scale(1.05) translateY(-2px); }
.posts-list > p { margin:2px 0; }
.posts-list .post .details { position:relative; width:90%; padding:15px 12px; margin:-25px auto 0; background-color:#fff; box-sizing:border-box; }
.posts-list .post .details .category { position:absolute; font-size:16px; bottom:100%; left:0; background-color:#12709b; color:#fff; padding:5px 20px; display:inline-block; }
.posts-list .post .details .category h3 { font-size:16px; font-weight:normal; margin:0; }
.posts-list .post .details .category a { color:#fff; }
.posts-list .post .details .excerpt p { margin:0; }
.posts-list .post .details .title h3 { font-size:19px; }

.home-content .more-content { display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden; }
.home-posts.posts-list .post { flex-basis:25%; max-width:25%; padding:0 10px; }
.home-posts .others-container { text-align:center; margin:0px 0 10px; }
.home-posts .others-container .title { font-size:20px; margin-bottom:20px; color:#e74c3c; text-transform:uppercase; font-weight:bold; }
.home-posts .others { display:flex; gap:15px 30px; flex-wrap:wrap; justify-content:center; }
.home-posts .others .others-item { background-color:#12709b;  font-size:16px; padding:5px 20px; }
.home-posts .others .others-item a { color:#fff; }
.home-posts .others .others-item a:hover { color:#fff; }

.home-faq { margin-top:50px; }
.home-faq .block-faqs #faqsForm fieldset { text-align:center; margin:10px 0 0; }
.home-faq .block-faqs #faqsForm fieldset input { width:220px; }
.home-faq .block-faqs #faqsForm fieldset button { float:none; display:inline-block; }
.home-faq .block-faqs div.menu { padding-left:0; float:none; }
.home-faq .block-faqs div.menu ul { margin-left:0; padding:0; }
.home-faq .block-faqs div.menu > ul > li { border:1px solid #ddd; border-radius:4px; margin:10px 0; list-style:none; padding:0; }
.home-faq .block-faqs div.menu > ul > li .topic-title { cursor:pointer; font-weight:600; font-size:1.1666em; padding:0 25px; height:50px; line-height:50px; list-style:none; color:#0F5660; }
.home-faq .block-faqs div.menu > ul > li:hover .topic-title { background-color:#eaedf2; }
.home-faq .block-faqs ul li .topic-faqs { height:0; overflow:hidden; margin:0; }
.home-faq .theme3 ul li .accordion-content { padding:10px 20px; }
.home-faq .theme3 ul li .answer p { margin-bottom:0; }

.home-product-viewed, .home-wishlist { margin-top:50px; }
ul.home-products-grid { list-style:none; display:flex; gap:20px; flex-wrap:wrap; justify-content:center; margin:10px 0 0; padding:0; }
.home-products-grid .item { display:flex; align-items:center; border:1px solid #ddd; padding:5px 10px; border-radius:4px; flex:0 0 calc(33.33% - 13.33px); box-sizing:border-box; }
.home-products-grid .item img { width:auto; }
.home-products-grid .item .product-name { margin-left:10px; }

.home-posts .child-cat-img { width:100%; aspect-ratio:1.3 / 1; overflow:hidden; }
.home-posts .child-cat-img img { width:100%; height:100%; object-fit:cover; transition:transform .3s cubic-bezier(.55, 0, .1, 1); }
.blog-fancy .home-fancy-content-img-container { max-width:335px; height:250px; overflow:hidden; }
.blog-fancy .home-fancy-content-img-container img { width:100%; height:100%; object-fit:cover; }

@media only screen and (max-width: 1080px) {
    .home-products-grid .item { flex:0 0 calc(50% - 10px); }
}

@media only screen and (max-width: 880px) {
    .posts-list li.post, .home-posts.posts-list .post { flex-basis:50%; max-width:50%; }
}

@media only screen and (max-width: 768px) {
    .home-products-grid .item { flex:0 0 100%; }

    .posts-list { margin-top:15px; margin-bottom:15px; }
}

@media only screen and (max-width: 620px) {
    div.posts-list ul { margin:20px 0 0; }
    .posts-list li.post, .home-posts.posts-list .post { flex-basis:100%; max-width:100%; padding:0; }
}