#module-blog-bloglist .hero_container {
  background: #ededed;
  position: relative;
  min-height: 90px;
  margin: 0;
}
#module-blog-blogdetail .blog_content {
  max-width: 900px;
  margin: 0 auto;
}
#module-blog-blogdetail .blog_content,
#module-blog-blogdetail .blog_content p {
  font-size: 14px !important;
}
#module-blog-blogdetail .blog_content ul {
  padding-left: 3rem;
}
#module-blog-blogdetail .blog_content ul li {
  list-style: disc;
  margin-bottom: 4px;
}
#module-blog-bloglist .ccs_blog_logo {
  width: 200px;
  height: auto;
  position: absolute;
  top: -21px;
  left: 15px;
}
#module-blog-bloglist .hero_text {
  padding: 15px 0;
  margin: 0;
}
#module-blog-bloglist .blog_image_bg {
  display: inline-block;
  width: 100%;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#module-blog-bloglist .blog_img_parent {
  overflow: hidden;
}
#module-blog-bloglist .blog_img_parent:hover .blog_image_bg {
  scale: 1.2;
}
.hero_title {
  font-size: 40px !important;
  display: flex;
  align-items: center;
  height: 100%;
}
.hero_text {
  font-size: 20px !important;
}
.count {
  font-size: 18px !important;
  font-weight: 600;
}
.blog_img {
  width: 100%;
  height: 425px;
  margin-bottom: 1rem;
}
.blog_list_title {
  display: flex;
  justify-content: flex-start;
  font-size: 20px !important;
  font-weight: 600;
}
.blog_list_date {
  display: flex;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 16px !important;
}
.blog_detail_img {
  height: 420px;
  width: auto;
}
.bolg_detail_title {
  font-size: 40px !important;
  font-weight: 600;
  text-align: left;
}
.blog_detail_subtitle {
  font-size: 18px !important;
  font-weight: 300;
  text-align: left;
  margin-top: 0;
  margin-bottom: 35px;
}
.blog_detail_title_wrapper {
  display: flex;
  align-items: center;
}
#module-blog-bloglist p,
#module-blog-bloglist ul,
#module-blog-bloglist li {
  font-size: 14px !important;
}
#module-blog-bloglist p {
  height: 35px;
}

#module-blog-blogdetail .blog_products,
#module-blog-blogdetail .blog_categories {
  margin: 50px 0;
  padding-top: 50px;
}
#module-blog-blogdetail .left_arrow,
#module-blog-blogdetail .right_arrow {
  position: absolute;
  top: calc(50% - -13px);
  left: 0;
  cursor: pointer;
  color: var(--primary);
  z-index: 50;
}
#module-blog-blogdetail .right_arrow {
  right: 0;
  left: auto;
}
/* #module-blog-blogdetail .blog_product {
  padding: 5px;
} */
#module-blog-blogdetail .blog_product a,
#module-blog-blogdetail .blog_category a {
  display: block;
}
#module-blog-blogdetail .home_slider,
#module-blog-bloglist .home_slider {
  display: none;
}
#module-blog-blogdetail .breadcrumb .spacer:after {
  display: inline-block;
  content: "/";
  padding: 0 8px;
}

/* new design */

.hero_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 400px;
  margin-bottom: 30px;
}

.hero-text {
  text-align: center;
  position: absolute;
  bottom: 50px;
  margin: 0 10px;
  color: white;
}
.hero-content {
  position: absolute;
  bottom: 15px;
  left: 10px;
  display: flex;
  align-items: center;
  color: aliceblue;
}
.person,
.calendar {
  font-size: 22px !important;
  margin-right: 8px;
}

#module-blog-blogdetail .blog_product,
#module-blog-blogdetail .blog_category {
  transition: border 0.3s ease;
  margin: 10px;
  border-radius: 10px;
}
/* #module-blog-blogdetail .blog_product:hover {
  border: 1px solid rgba(0, 237, 255, 0.5);
} */
#module-blog-blogdetail .blog_products .blog_product .card-body,
#module-blog-blogdetail .blog_categories .blog_category .card-body {
  background-color: #003b55;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0px 5px;
}
#module-blog-blogdetail .blog_products .blog_product .card-body a,
#module-blog-blogdetail .blog_categories .blog_category .card-body a {
  padding: 5px;
  color: #fff !important;
}
#module-blog-blogdetail .blog_products_wrapper,
#module-blog-blogdetail .blog_categories_wrapper {
  background-color: #efecec;
}
#module-blog-blogdetail .slick-slide img {
  margin: auto;
  width: 100%;
  max-width: 250px;
  /* height: 125px; */
}
/* @media screen and (min-width: 577px) and (max-width: 820px) {
  #module-blog-blogdetail .slick-slide img {
    width: 100%;
    height: auto;
  }
} */
#module-blog-bloglist .monkey_blog_logo {
  width: 200px;
  height: auto;
  margin: 10px 0px;
}
.blog_tag.active {
  background-color: rgba(0, 237, 255, 0.5) !important;
  color: #000 !important;
}

/* @media only screen and (max-width: 576px) {
  #module-blog-blogdetail .slick-slide img {
    width: auto;
    height: auto;
  }
} */

@media screen and (max-width: 767px) {
  #module-blog-bloglist .blog_image_bg {
    min-height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .card {
    background-color: #fff !important;
  }
  .ccs_hero_text {
    position: relative;
    top: -25px;
  }
  #module-blog-bloglist .ccs_blog_logo {
    position: relative;
    left: 0;
    top: -13px;
  }
  #module-blog-bloglist p.hero_text {
    height: auto;
  }
}
