.home_section3 {
  margin-top:3.25rem;
  padding: 2.5rem 0;
  overflow: hidden;
}
/* title heading */
.home_section3_content{
	overflow:hidden; 
}
.home_section3_content .home_section3_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home_section3_content .home_section3_heading .title_heading {
  text-transform: uppercase;
  font-weight: bold;
  font-size: var(--font-h1);
  line-height: 3.938rem;
  color: var(--color-dark-1);
}
.home_section3_content .home_section3_heading .title_heading strong {
	  color: var(--color-secondary-1);
}
.home_section3_content .home_section3_heading .icon_foliage {
  width: 13.2rem;
  height: 1.563rem;
  margin-top:0.5rem;
}
/* list content weight */
.home_section3_content .home_section3_list-weight {
  display: flex;
  justify-content: space-between;
   overflow:hidden;
  margin-top: 2rem;
  padding: 0.2rem;
}
/* weight item */
.home_section3_content .home_section3_list-weight .content_weight-item {
  width: 24.2%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0;
  text-align: center;
}
/* icon weight */
.home_section3_content
  .home_section3_list-weight
  .content_weight-item
  .icon_weight {
  height: 4.688rem;
	  width:4.688rem;
	  object-fit:contain;
}
/* weight item title */
.home_section3_content
  .home_section3_list-weight
  .content_weight-item
  .content
  .title {
  margin-top: 1rem;
  font-size: var(--font-h4);
  font-weight: bold;
  color:#222;
}
.home_section3_content
  .home_section3_list-weight
  .content_weight-item
  .content
  .sub_title {
  padding: 0 1rem;
  margin-top: 0.25rem;
}

/* footer content section3 home page */
.home_section3_footer {
  margin-top: 4rem;
  padding: 4rem 0 4rem;
  position: relative;
  overflow:hidden;
}
.home_section3_footer .home_section3_footer-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 87.5rem;
  margin: 0 auto;
  padding-left: 8rem;
  /* background: #fff; */
  /* margin-top: -4rem; */
}
.home_section3_footer .gradient_img_bg {
  width: 100%;
  position: absolute;
  height: 22rem;
  top: 4rem;
  /* bottom: 0; */
}
.home_section3_footer .gradient_img_bg .add_bg_gradient-pc{
	width:100%;
	height:100%;
}
.home_section3_footer .gradient_img_bg .add_bg_gradient_mobile {
  display: none;
}
/* container content footer */
.home_section3_footer
  .home_section3_footer-container
  .home_section3_footer-content {
  width: 36.75rem;
  color: var(--color-white);
}
.home_section3_footer
  .home_section3_footer-container
  .home_section3_footer-img {
  width: 46.125rem;
  height: 25.613rem;
  margin-top: -3.8rem;
  flex-shrink: 0;
  margin-right: -1rem;
}
.home_section3_footer
  .home_section3_footer-container
  .home_section3_footer-content
  .title_heading {
  font-size: var(--font-h2);
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  margin-top: 1rem;
}
/* .home_section3_footer
  .home_section3_footer-container
  .home_section3_footer-content
.sub_title {
    -webkit-line-clamp: 2;
} */
.home_section3_footer
  .home_section3_footer-container
  .home_section3_footer-content
  .buy_now-btn {
  border: 0;
  background-color: var(--button-primary);
  border-radius: 2.38rem;
  font-size: var(--font-h6);
  font-weight: bold;
  color: var(--color-white);
  margin-top: 1.75rem;
  cursor: pointer;
  display: inline-flex;
  align-items:center;
  justify-content:center;
  width:10.88793rem;
  height:3.375rem;
}
.home_section3_footer
  .home_section3_footer-container
  .home_section3_footer-content
  .buy_now-btn:hover {
  background-color: var(--button-hover);
}
/* list number */
.home_section3 .home_section3_footer-listNumber {
  width: calc(55.75rem - 8rem);
  border-radius: 4.438rem;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  min-height: 7.063rem;
  background: var(--color-white);
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 5rem;
  margin-top: -7.063rem;
  justify-content: space-between;
}
.home_section3
  .home_section3_footer-listNumber
  .homeSs3_footer-listNumber-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home_section3
  .home_section3_footer-listNumber
  .homeSs3_footer-listNumber-item
  .num_heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: var(--font-h2);
  font-weight: bold;
  color: var(--color-secondary-1);
}
.home_section3
  .home_section3_footer-listNumber
  .homeSs3_footer-listNumber-item
  .sub_title {
  font-size: var(--font-sub1-5);
  font-weight: 600;
  color: var(--color-dark-2);
}
@media (max-width: 769px) {
	.home_section3_list-weight .reverse {
		flex-direction:row-reverse !important;
	}
.home_section3 {
  margin-top:0;
  padding: 3.75rem 0 2.5rem
}
  .home_section3_content {
    padding: 0 1rem;
  }
  /* title heading */
  .home_section3_content .home_section3_heading .title_heading {
    font-size: var(--font-h4);
    line-height: 1.8rem;
    text-align: center;
  }
	.home_section3_content .home_section3_heading .title_heading.thailand_title{
		font-size: 1.4rem;
	}
	.home_section3_content .home_section3_heading .title_heading.thailand_title strong{
		  font-size:1.6rem;
	}
  .home_section3_content .home_section3_heading .icon_foliage {
    width: auto;
    height: 1rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
  }
  /* list weight */
  .home_section3_content .home_section3_list-weight {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1rem;
	padding: 0 0.2rem 0.2rem;
  }
  /* weight item */
  .home_section3_content .home_section3_list-weight .content_weight-item {
    width: calc(100% - 2rem);
    border-radius: 0.5rem;
    flex-direction: row;
    align-items: start;
    padding: 1rem;
    text-align: left;
    margin-top: 0.9rem;
  }
  /* content , icon in weight thay đổi vị trí */
  .home_section3_content
    .home_section3_list-weight
    .content_weight-item:nth-child(even)
    .content {
    text-align: right;
    order: 1;
  }
  .home_section3_content
    .home_section3_list-weight
    .content_weight-item
    .icon_weight {
    flex-shrink: 0;
	height:2.5rem;
	width: 2.68925rem;
  }
  .home_section3_content
    .home_section3_list-weight
    .content_weight-item:nth-child(odd)
    .icon_weight {
    margin-right: 1.3rem;
  }
  .home_section3_content
    .home_section3_list-weight
    .content_weight-item:nth-child(even)
    .icon_weight {
    margin-left: 1.3rem;
  }
  /* weight icon name */
  .home_section3_content
    .home_section3_list-weight
    .content_weight-item
    .icon_good-healthy {
    width: 2.5rem;
  }
  .home_section3_content
    .home_section3_list-weight
    .content_weight-item
    .icon_convenient {
    order: 2;
    width: 2.688rem;
  }
  .home_section3_content
    .home_section3_list-weight
    .content_weight-item
    .icon_scientific {
    width: 2.094rem;
  }
  .home_section3_content
    .home_section3_list-weight
    .content_weight-item
    .icon_effective {
    order: 2;
    width: 2.5rem;
  }
  /* title weight */
  .home_section3_content
    .home_section3_list-weight
    .content_weight-item
    .content
    .title {
    margin-top: 0;
    font-size: var(--font-h6);
    font-weight: bold;
	white-space:nowrap;
    /* line-height: 0.9rem; */
  }
  .home_section3_content
    .home_section3_list-weight
    .content_weight-item
    .content
    .sub_title {
    padding: 0;
    font-size: var(--font-body4);
  }
  /* section3 footer */
  .home_section3_footer {
    margin-top: 3rem;
    padding: 3rem 0 0;
    position: relative;
  }
  .home_section3_footer .home_section3_footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    margin: 0;
    padding-left: 0;
    width: 100%;
  }
  .home_section3_footer .gradient_img_bg {
    bottom: 5.7rem;
    top: auto;
    height: 6.5rem;
  }
  .home_section3_footer .gradient_img_bg .add_bg_gradient-pc {
    height: 100%;
  }
  .home_section3_footer .gradient_img_bg .add_bg_gradient_mobile {
    width: 100%;
    position: relative;
    height: 7rem;
    top: -1rem;
    display: block;
  }
  .home_section3_footer
    .home_section3_footer-container
    .home_section3_footer-content {
    width: calc(100% - 2rem);
    order: 2;
    font-size: var(--font-body4);
    margin-top: 2.5rem;
  }
  .home_section3_footer
    .home_section3_footer-container
    .home_section3_footer-content
    .title_heading {
    font-size: var(--font-h5);
    font-weight: bold;
    line-height: 1.5rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    margin-top: 1rem;
  }
  .home_section3_footer
    .home_section3_footer-container
    .home_section3_footer-content
    .title_heading
    span {
    display: none;
  }
  .home_section3_footer
    .home_section3_footer-container
    .home_section3_footer-content
    .buy_now-btn {
    font-size: var(--font-sub1-6);
    margin-top: 0.5rem;
    width: 7.125rem;
	height: 2.0625rem;
  }
  .home_section3_footer
    .home_section3_footer-container
    .home_section3_footer-img {
    width: calc(100% + 4rem);
    height: auto;
    margin-top: -3.5rem;
    flex-shrink: 0;
    margin-right: -1rem;
  }
  .home_section3 .home_section3_footer-listNumber {
    width: 100%;
    border-radius: 0;
    height: 12.063rem;
    padding: 2rem 0;
    background: var(--color-white);
    position: relative;
    margin: 0.2rem auto 0;
    display: grid;
    padding: 0;
    grid-template-columns: 1fr 1fr;
  }
  .home_section3
    .home_section3_footer-listNumber
    .homeSs3_footer-listNumber-item
    .num_heading {
    font-size: var(--font-h4);
  }
  .home_section3
    .home_section3_footer-listNumber
    .homeSs3_footer-listNumber-item
    .sub_title {
    font-size: var(--font-sub1-6);
  }
}
@media (min-width: 1600px) {
}
