.hoiet_blog {
  padding: 120px 0;
}

.hoiet_blog_slider .slick-track {
  display: flex !important;
}
.hoiet_blog_slider .slick-slide {
  flex: 1;
  height: inherit !important;
  padding-top: 0;
}

.hoiet_blog_title h2 {
  font-size: 16px;
  display: inline-block;
  margin: auto;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  color: var(--color-primary);
}

.hoiet_blog_title h3 {
  font-size: 46px;
  line-height: 1;
}

.hoiet_blog_slide {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.hoiet_blog_slide .hoiet_blog_inner {
  height: 100%;
  transition: 0.5s;
  box-shadow: 0 5px 10px 0 rgba(50, 65, 141, 0.07);
  position: relative;
  overflow: hidden;
  background: #fff;
}
.hoiet_blog_slide .hoiet_blog_inner:hover {
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.05);
}

.hoiet_blog_slide .hoiet_blog_content {
  padding-bottom: 80px;
}

.hoiet_blog_img {
  overflow: hidden;
  position: relative;
}
.hoiet_blog_img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0);
  transition: 0.5s;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.hoiet_blog_img img {
  width: 100%;
  transition: 0.5s;
}

.hoiet_blog_inner {
  transition: 0.5s;
  box-shadow: 0 5px 10px 0 rgba(50, 65, 141, 0.07);
  position: relative;
  overflow: hidden;
}
.hoiet_blog_inner:hover {
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.05);
}

.hoiet_blog_inner:hover .hoiet_blog_img img,
.hoiet_blog_inner:hover .hoiet_blog_img:before {
  transform: scale(1.2);
}

.hoiet_blog_text {
  padding: 20px 15px 5px 25px;
  margin-bottom: 0;
}

.hoiet_blog_text span,
.hoiet_blog_text span a {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
  margin-right: 5px;
  font-weight: 600;
  color: #888;
}

.hoiet_blog_text span i {
  padding-right: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hoiet_blog_text h3 {
  margin: 10px 0;
  line-height: 1.2;
}
.hoiet_blog_text h3 a {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hoiet_blog_text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hoiet_blog_btns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px 22px 20px;
}

.hoiet_blog .learn_btn {
  background: #bead8e14;
  color: var(--color-primary);
  padding: 10px 30px;
  display: inline-block;
  border-radius: var(--button-radius);
}
.hoiet_blog .learn_btn:hover {
  background: var(--color-primary);
  color: #ffffff;
}

.hoiet_blog_slider .slick-next {
  right: -65px;
}
.hoiet_blog_slider .slick-prev {
  left: -65px;
}

@media (max-width: 1440px) {
  .hoiet_blog_slider .slick-next {
    right: calc((100% - 100vw) / 4);
  }
  .hoiet_blog_slider .slick-prev {
    left: calc((100% - 100vw) / 4);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hoiet_blog_title h3 {
    font-size: 38px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hoiet_blog_title h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .hoiet_blog_title h2 {
    margin-bottom: 4px;
    font-size: 15px;
  }
  .hoiet_blog_title h3 {
    font-size: 23px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hoiet_blog_title h3 {
    font-size: 25px;
  }
}