.home_section1 {
  position: relative;
}
.content_item>.content>.title{
	color: var(--color-dark-1);
}
.home_section1_content {
  display: flex;
  justify-content: space-between;
  overflow:hidden;
  padding: 2.5rem 0;
  align-items: center;
  position: relative;
}
/*home section content left  */
.home_section1_content-left {
  width: 37rem;
  height: 37.875rem;
}
.home_section1_content-left .wrapper_img_contentLeft {
  position: relative;
  width: 37rem;
  height: 37.875rem;
}
.home_section1_content-left .wrapper_img_contentLeft .imgSubLeft3 {
  position: absolute;
  top: 7.5rem;
  left: 6rem;
  width: 14.28rem;
  height: 9.52rem;
}
.home_section1_content-left .wrapper_img_contentLeft .imgSubLeft2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24.684rem;
  height: 19.516rem;
}
.home_section1_content-left .wrapper_img_contentLeft .imgSubLeft2Mobile {
  display: none;
}
.home_section1_content-left .wrapper_img_contentLeft .ModelImg {
  position: absolute;
  right: 0;
  width: 28.563rem;
  height: 37.875rem;
}
/*home section content right  */
.home_section1_content-right {
  width: 45.938rem;
  height: 31.5rem;
  /* background: rgba(0, 0, 0, 0.1); */
}
/* title heading */
.home_section1_content-right .title_heading {
  font-size: var(--font-h2);
  line-height: 2.4rem;
  padding-right: 1rem;
  font-weight: bold;
  color: var(--color-dark-1);
}
.home_section1_content-right .title_heading strong {
  color: var(--color-secondary-1);
  display: block;
  text-transform:uppercase;
}
/* icon tán lá */
.home_section1_content-right .icon_foliage {
  margin-top: 0.25rem;
  width: 12.3875rem;
  height: 1.563rem;
}
.home_section1_content-right .icon_foliage img:last-child {
  display: none;
}
/* list content right */
.home_section1_content-right .list_content {
  padding-right: 5.6rem;
  margin-top: 2rem;
}
/* content item */
.home_section1_content-right .list_content .content_item {
  display: flex;
  align-items: start;
  margin-top: 1rem;
}
.home_section1_content-right .list_content .content_item .icon_checked {
  width: 2rem;
  height:2rem;
  margin-right: 1.5rem;
  margin-top: 0.3rem;
  flex-shrink: 0;
}
.home_section1_content-right .list_content .content_item .content .sub_title {
  color: var(--color-dark-2);
  font-size: var(--font-body3);
  margin-top:0.125rem;
}
/* btn link href about us */
.home_section1_content-right #btn_explor_home-ss1 {
  width:11rem;
  height: 3.375rem;
  background: var(--button-primary);
  color: var(--color-white);
  border-radius: 2.38rem;
  margin-top: 1.6rem;
  display: flex;
  justify-content:center;
  align-items:center;
  font-weight:700;
  line-height:0
/*   line-height: 2.5875rem; */
}
.home_section1_content-right #btn_explor_home-ss1.Explore {
  width:7.5rem;
  height: 2.6875rem;
}
.home_section1_content-right #btn_explor_home-ss1:hover {
  background: var(--button-hover);
  transition: all 0.3s;
}
/* img background */
.home_section1 .img_background_home_ss1 {
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.home_section1 .img_background_home_ss1 .img_bg {
  width: 129.9375rem;
  height: 20.5625rem;
  flex-shrink: 0;
}
/* img la2 */
.home_section1 .img_la2_home_ss1 {
  position: absolute;
  left: 0;
  top: 20%;
  width: 9.313rem;
  height: 6.75rem;
}
@media (max-width: 769px) {
  .home_section1  {
    overflow:hidden;
	margin-top: 1.5rem;
  }
  .home_section1_content {
    display: inline-block;
	padding: 0 1rem;
  }
  .home_section1_content-left,
  .home_section1_content-right {
    width: 100%;
  }
  /* content left mobile */
  .home_section1_content-left {
    height: auto;
    position: relative;
  }
    .home_section1_content-left .wrapper_img_contentLeft {
    position: relative;
    width: 100%;
    height: 21rem;
  }

  .home_section1_content-left .wrapper_img_contentLeft .imgSubLeft3 {
    position: absolute;
    top: 4.3rem;
    left: 3.5rem;
    width: 9.104rem;
    height: 5.563rem;
    border-radius: 1.063rem;
  }
  .home_section1_content-left .wrapper_img_contentLeft .imgSubLeft2 {
    display: none;
  }
  .home_section1_content-left .wrapper_img_contentLeft .imgSubLeft2Mobile {
    display: inline-block;
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    width: 14.315rem;
    height: 9.25rem;
    border-radius: 1.5rem;
  }
  .home_section1_content-left .wrapper_img_contentLeft .ModelImg {
    position: absolute;
    right: 0;
    width: 15.257rem;
    height: 21rem;
  }
  .home_section1_content-left > img {
    position: relative;
  }
  /* content right mobile */
  .home_section1_content-right {
    margin-top: 2.5rem;
	height:max-content;
  }
  /* title heading */
  .home_section1_content-right .title_heading h2 {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
  }
	.home_section1_content-right .title_heading {
		padding-right:0.5rem;
		line-height:0.9;
	}
	.home_section1_content-right #btn_explor_home-ss1 {
		width:7.5rem;
		height:2.6875rem;
	}
	.home_section1_content-right #btn_explor_home-ss1.Explore {
		width:6.5rem;
		height:2.1875rem;
	}
	.home_section1_content-right .title_heading p{
		font-size:1.25rem;
		font-weight:600;
	}
	.home_section1_content-right .title_heading p strong{
		font-size:1.5rem;
	}
	.home_section1_content-right .title_heading p,.home_section1_content-right .title_heading p strong {
		display:inline;
	}
	.home_section1_content-right .title_heading p:last-child{
		font-size:var(--font-sub1-4);
	}
  .home_section1_content-right .title_heading span {
    font-size: var(--font-h4);
    line-height: 1.8rem;
    display: inline;
  }
  /* icon tán lá */
  .home_section1_content-right .icon_foliage {
    height: 1rem;
    margin-top: 0.5rem;
  }
  .home_section1_content-right .icon_foliage {
    flex-shrink: 0;
	width:8.2rem;
	height:1rem;
	margin: 0.5rem auto 0;
  }
  /* list txt content */
  .home_section1_content-right .list_content {
    padding-right: 0;
	margin-top:2.25rem;
  }
  .home_section1_content-right .list_content .content_item .content .sub_title {
    font-size: var(--font-body4);
    margin-top: 0.25rem;
  }
  .home_section1_content-right .list_content .content_item .icon_checked {
    width: 2rem;
    flex-shrink: 0;
    margin-right: 1rem;
    margin-top: 0.3rem;
  }
   /* img background section1 */
  .home_section1 .img_background_home_ss1 {
    bottom: auto;
    left: 0;
    top: 31.25%;
  }
  .home_section1 .img_background_home_ss1 .img_bg {
    width: 32.25rem;
    height: 5.125rem;
    flex-shrink: 0;
  }
  /* img lá backgound ss1*/
  .home_section1 .img_la2_home_ss1 {
    top: 0.5rem;
    width: 5.188rem;
    height: 6rem;
    left: -0.75rem;
  }
}
@media (min-width: 1600px) {
}
