.blog-template-tpl2 .blog-section {
  padding: 0px 0;
}

.blog-template-tpl2 .blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.blog-template-tpl2 .blog-card:hover {
  transform: translateY(-5px);
}

.blog-template-tpl2 .blog-img img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}

.blog-template-tpl2 .blog-content {
  padding: 15px;
}

.blog-template-tpl2 .meta {
  display: flex;
  gap: 15px;
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.blog-template-tpl2 .blog-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  min-height: 50px;
}

.blog-template-tpl2 .blog-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-template-tpl2 .blog-content a {
  color: var(--bv-primary);
  text-decoration: none;
  font-weight: bold;
}



























/* blog 3  */
.blog-template-tpl3 body {
  background: #f5f5f5;
  font-family: "Poppins", sans-serif;
}

.blog-template-tpl3 .blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.blog-template-tpl3 .blog-card:hover {
  transform: translateY(-8px);
}

.blog-template-tpl3 .img-wrap {
  position: relative;
}

.blog-template-tpl3 .img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-template-tpl3 .badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #1f2a44;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-template-tpl3 .content {
  padding: 20px;
}

.blog-template-tpl3 .meta {
  display: flex;
  gap: 15px;
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.blog-template-tpl3 .meta i {
  color: #ff3b3b;
  margin-right: 5px;
}

.blog-template-tpl3 .content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  min-height: 50px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-template-tpl3 .content p {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-template-tpl3 .btn-read {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.blog-template-tpl3 .btn-read:hover {
  background: #ff3b3b;
  color: #fff;
  border-color: #ff3b3b;
}

.blog-template-tpl3 .slick-slide {
  /* padding: 10px;
	 */
}

.blog-template-tpl3 .slick-prev,
.blog-template-tpl3 .slick-next {
  width: 45px;
  height: 45px;
  background: #ff3b3b;
  border-radius: 50%;
  z-index: 10;
}

.blog-template-tpl3 .slick-prev {
  left: -20px;
}

.blog-template-tpl3 .slick-next {
  right: -20px;
}

.blog-template-tpl3 .slick-prev:before,
.blog-template-tpl3 .slick-next:before {
  color: #fff;
  font-size: 20px;
}

.blog-template-tpl3 .content .desc {
  text-align: left;
  margin-left: 0px;
  padding-left: 0px;
}

.blog-template-tpl3 .content .content-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

















/* blog v4  */


.blog-template-tpl4 .featured-news {}

.blog-template-tpl4 .featured-news .slick-slide {
  margin: 0 15px 3px;
}

.blog-template-tpl4 .featured-news .slick-list {
  margin: 0 -15px;
}

.blog-template-tpl4 .blog-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 25px;
}

.blog-template-tpl4 .blog-card .card-img {
  padding-bottom: 66%;
  border-radius: 12px;
}

.blog-template-tpl4 .blog-card .card-body {
  position: relative;
}

.blog-template-tpl4 .blog-card .date-badge {
  position: absolute;
  top: -10px;
  transform: translateY(-50%);
  left: 0px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #01796f;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.blog-template-tpl4 .blog-card .date-badge .day {
  font-size: 17px;
  font-weight: 700;
}

.blog-template-tpl4 .blog-card .date-badge .month {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  text-transform: uppercase;
}

.blog-template-tpl4 .blog-card .card-body {
  padding: 35px 0px 0px 0px;
}

.blog-template-tpl4 .blog-card .card-body h3 {
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 600;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 56px;
}

.blog-template-tpl4 .blog-card .card-body .desc {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
  padding-left: 0px;
  text-align: left;
}

.blog-template-tpl4 .blog-card .card-img img {
  height: 300px;
  width: 100%;
  border-radius: 10px;
}

.blog-template-tpl4 .blog-card .card-body .btn-learn {
  display: inline-flex;
  background: var(--bv-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 100px;
  transition: background 0.22s;
}

.blog-template-tpl4 .blog-card .card-body .btn-learn:hover {
  background: var(--bv-secondary);
}

@media (max-width: 992px) {
  .blog-template-tpl4 .featured-news .section-header {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 25px;
  }

  .blog-template-tpl4 .featured-news .slick-slide {
    margin: 0 10px 3px;
  }

  .blog-template-tpl4 .featured-news .slick-list {
    margin: 0 -10px;
  }
}

@media (max-width: 575px) {
  .blog-template-tpl4 .featured-news .section-header .header-right {
    display: block;
    text-align: center;
  }

  .blog-template-tpl4 .featured-news .title-page-des {
    margin-bottom: 10px;
    text-align: left;
  }

  .blog-template-tpl4 .featured-news {
    padding: 30px 0 0px;
  }

  .blog-template-tpl4 .blog-card .card-body {
    padding: 35px 10px 0px 10px;
  }

  .blog-template-tpl4 .btn-view-all {
    font-size: 15px;
    padding: 8px 20px;
  }
}


































































/* .blogs-tpl5-newsblog */


.blogs-tpl5-newsblog section.blogs {
	 background: #ebebea;
	 padding: 1rem 0 15px;
	 position: relative;
}
 .blogs-tpl5-newsblog .news-container-title {
	 max-width: 800px;
	 text-align: center;
	 animation: fadeInUp 1s ease-out;
	 margin: 0 auto;
	 padding: 20px 0px;
}
 .blogs-tpl5-newsblog .news-container-title {
	 max-width: 800px;
	 text-align: center;
	 animation: fadeInUp 1s ease-out;
	 margin: 0 auto;
	 padding: 20px 0px;
}
 .blogs-tpl5-newsblog .splide__track {
	 position: relative;
	 display: block;
}
 .blogs-tpl5-newsblog .splide__slide {
	 position: relative;
}
 .blogs-tpl5-newsblog .news-img {
	 position: relative;
	/* overflow: hidden;
	 */
}
 .blogs-tpl5-newsblog .splide__track .slick-list {
	 margin: 0 -10px;
}
 .blogs-tpl5-newsblog .news.hover-effect {
	 padding-left: 40px;
	 padding-right: 10px;
	 transition: 0.5s ease;
	 padding-bottom: 20px;
}
 .blogs-tpl5-newsblog .splide__track button svg {
	 width: 20px;
	 height: 20px;
	 fill: #fff !important;
}
 .blogs-tpl5-newsblog button.slick-prev-blogs.slick-arrow {
	 -ms-flex-align: center;
	 position: absolute;
	 align-items: center;
	 background: #144121;
	 color: #fff;
	 border: 0;
	 cursor: pointer;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-pack: center;
	 justify-content: center;
	 opacity: 1;
	 padding: 0;
	 top: 50%;
	 width: 40px;
	 height: 40px;
	 font-size: 0.85rem;
	 z-index: 1;
	 border-radius: 50%;
	 transform: translateY(-50%);
	 transition: 0.25s ease-in-out;
	 right: 0;
	 opacity: 0;
}
 .blogs-tpl5-newsblog button.slick-prev-blogs.slick-arrow svg path {
	 fill: #fff;
	 stroke: #fff;
}
 .blogs-tpl5-newsblog .splide__track button svg path {
	 stroke: var(--color-main2);
	 fill: var(--color-main2);
}
 .blogs-tpl5-newsblog button.slick-next-blogs.slick-arrow {
	 -ms-flex-align: center;
	 position: absolute;
	 align-items: center;
	 background: #144121;
	 color: #fff;
	 border: 0;
	 cursor: pointer;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-pack: center;
	 justify-content: center;
	 opacity: 1;
	 padding: 0;
	 top: 50%;
	 width: 40px;
	 height: 40px;
	 font-size: 0.85rem;
	 z-index: 1;
	 border-radius: 50%;
	 transform: translateY(-50%);
	 transition: 0.25s ease-in-out;
	 left: 35px;
	 opacity: 0;
}
 .blogs-tpl5-newsblog button.slick-next-blogs.slick-arrow svg {
	 transform: rotate(180deg);
}
 .blogs-tpl5-newsblog .splide__track:hover button.slick-next-blogs.slick-arrow, .blogs-tpl5-newsblog .splide__track:hover button.slick-prev-blogs.slick-arrow {
	 opacity: 1;
}
 .blogs-tpl5-newsblog a.news-cat.shadow-sm {
	 margin-left: -3rem;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 position: absolute;
	 height: 100%;
	 font-size: 13px;
	 letter-spacing: 0.135rem;
	 background-color: #fff;
	 color: #333;
	 width: 3rem;
	 z-index: 1;
	 box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}
 .blogs-tpl5-newsblog a.news-cat.shadow-sm strong {
	 transform: rotate(180deg);
	 writing-mode: vertical-lr;
	 text-transform: uppercase;
	 font-weight: 700;
}
 .blogs-tpl5-newsblog figure.image-hover.image-hover-overlay img {
	 transform: scale(1);
	 transition: 1s ease;
}
 .blogs-tpl5-newsblog figure.image-hover.image-hover-overlay img:hover {
	 transform: scale(1.2);
	 transition: 1s ease;
}
 .blogs-tpl5-newsblog figure.image-hover.image-hover-overlay {
	 overflow: hidden;
}
 .blogs-tpl5-newsblog a.velora-hedding:hover {
	 color: #207cb9;
}
 @keyframes spolicy {
	 0%, 100% {
		 transform: translateX(0);
	}
	 10%, 30%, 50%, 70%, 90% {
		 transform: translateX(-10px);
	}
	 20%, 40%, 60%, 80% {
		 transform: translateX(10px);
	}
}
 .blogs-tpl5-newsblog .introduce-product__img {
	 border-radius: 100%;
	 position: relative;
	 overflow: hidden;
	 line-height: 1;
	 box-shadow: #000 0px 5px 15px;
}
 .blogs-tpl5-newsblog .introduce-product__img:before {
	 position: absolute;
	 top: 0;
	 left: -75%;
	 z-index: 2;
	 display: block;
	 content: '';
	 width: 50%;
	 height: 100%;
	 background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	 background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	 -webkit-transform: skewX(-25deg);
	 transform: skewX(-25deg);
	 animation: shine 2s infinite 2s;
	 display: block;
}
 @keyframes shine {
	 100% {
		 left: 125%;
	}
}
 .blogs-tpl5-newsblog figure.image-hover.image-hover-overlay img {
	 display: block;
	 width: 100%;
	 height: 229px;
	 object-fit: cover;
}
 .blogs-tpl5-newsblog .news-content.shadow-sm {
	 padding: 1.5rem;
	 background-color: #fff;
	 box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}
 .blogs-tpl5-newsblog h3.news-title a {
	 font-size: 19px;
}
 .blogs-tpl5-newsblog h3.news-title {
	 line-height: unset;
}
 .blogs-tpl5-newsblog a.velora-hedding {
	 font-size: 19px;
	 font-weight: 600;
	 line-height: 1.3;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 color: #333;
	 height: 49px;
}
 .blogs-tpl5-newsblog .comment-view {
	 padding-top: 10px;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 margin-bottom: 10px;
	 font-size: 14px;
}
 .blogs-tpl5-newsblog .news-box {
	 border-radius: 24px;
	 border: 2px solid var(--color-main);
	 background: white;
	 overflow: hidden;
}
 .blogs-tpl5-newsblog .news.hover-effect {
	 transition: 0.5s ease;
}
 .blogs-tpl5-newsblog .splide__track .slick-list {
	 margin: 0 -10px;
}
 .blogs-tpl5-newsblog .splide__track button svg {
	 width: 20px;
	 height: 20px;
	 fill: #fff !important;
}
 .blogs-tpl5-newsblog a.news-link {
	 display: inline-flex;
	 align-items: center;
}
 .blogs-tpl5-newsblog a.news-link svg {
	 width: 25px;
	 height: 25px;
	 margin-left: 10px;
}
 .blogs-tpl5-newsblog a.news-link svg path {
	 fill: currentColor;
}
 .blogs-tpl5-newsblog a.news-link {
	 display: inline-flex;
	 align-items: center;
}
 