.category-home-page {
  position: relative;
}

.main-slider {
  width: calc(100% - 270px);
  margin-left: 6px;
}

.about-home-page .container {
  box-shadow: 5px 2px 8px #e2e2e2;
  padding: 0.5rem 0;
}

.about-home-page .container .title-design {
  margin: 22px 0;
}

.about-home-page .container .content-section {
  color: #545454;
  font-size: 20px;
  margin: 0 25px;
}

.about-advantages {
  background: white;
  box-shadow: 0 7px 10px #DDDFE3;
  border-radius: 8px;
  padding: 1.5rem;
}

.about-advantages .advantages p {
  color: #202447;
  padding: 0 15px;
  margin: 0;
  width: 220px;
  text-align: left;
}

.about-advantages .advantages p .green-text {
  color: #1F844C;
}

.about-advantages .advantages:nth-child(odd) {
  padding: 0 25px;
}

.home-company-section {
  position: relative;
  box-shadow: 5px 2px 8px #e2e2e2;
}

.home-company-section a:hover {
  text-decoration: unset;
}

.home-company-section .company-swiper {
  padding: 1rem 2.75rem;
}

.home-company-section .prev-next-buttons {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  transform: translateY(-50%);
}

.home-company-section .company-swiper-button-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  padding: 0.2rem 0.2rem;
  justify-content: center;
  position: absolute;
  height: 100%;
  background: white;
  align-items: center;
}

.home-company-section .company-swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}

.home-company-section .company-swiper-button-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  padding: 0.2rem 0.2rem;
  justify-content: center;
  position: absolute;
  height: 100%;
  background: white;
  align-items: center;
}

.home-company-section .company-swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}

.card-blog-section .card-blog {
  display: flex;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 3px 6px #c0c0c0;
  overflow: hidden;
  cursor: pointer;
}

.card-blog-section .card-blog .z-index-40 {
  z-index: 40;
}

.card-blog-section .card-blog .all-section {
  position: absolute;
  z-index: 33;
  top: 50%;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 500ms;
}

.card-blog-section .card-blog .all-section p {
  font-family: "AdelleSans-Semibold";
  color: white;
}

.card-blog-section .card-blog:hover .layer .path-opacity {
  opacity: 0.35;
  transition: opacity 50ms;
}

.card-blog-section .card-blog:hover .all-section {
  opacity: 1;
}

.card-blog-section .card-blog:hover .right-card-section .background-layer {
  background-color: #0F6E39;
  background-image: unset !important;
}

.card-blog-section .card-blog .layer {
  position: absolute;
  width: 100%;
  z-index: 9;
  left: -12px;
}

.card-blog-section .card-blog .left-card-section {
  width: 45%;
  position: relative;
  display: flex;
  height: 166px;
  z-index: 15;
  background: #1f9e58;
  border-radius: 7px;
}

.card-blog-section .card-blog .left-card-section .text-section {
  justify-content: space-between;
  padding: 10px 0 10px 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.card-blog-section .card-blog .left-card-section .text-section img {
  width: 40px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.card-blog-section .card-blog .left-card-section .text-section p {
  margin: 0;
  font-family: "AdelleSans-Semibold";
  color: white;
  font-size: 15px;
}

.card-blog-section .card-blog .right-card-section {
  position: relative;
  width: 70%;
  height: 166px;
}

.card-blog-section .card-blog .right-card-section .background-layer {
  background-color: transparent;
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center right;
  transition: background-color 500ms linear;
}

