.slogan-home {
  padding: 120px 0px;
}
.slogan-home .content .title {
  font-size: 56px;
  line-height: 60px;
  font-style: italic;
  color: #32782C;
  margin-bottom: 24px;
  position: relative;
  font-weight: 600;
}
.slogan-home .content .title::before {
  content: "";
  width: 100px;
  height: 80px;
  float: left;
  background: url(../images/icons/icon-slogan.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 28px;
  left: -112px;
}
.slogan-home .content .description {
  font-weight: 300;
  text-align: center;
  width: 884px;
  max-width: 100%;
}

.title-same {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 56px;
  text-transform: uppercase;
  color: #303030;
}

.box-about-home {
  align-items: baseline;
  overflow: hidden;
  position: relative;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.box-about-home .content-background {
  width: 1920px;
  display: flex;
  align-items: stretch;
}
.box-about-home .content-background .content-bg-item {
  width: 50%;
  background: rgba(255, 152, 0, 0.07);
}
.box-about-home .st-content {
  width: 1224px;
  max-width: 100%;
  display: flex;
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  margin: 0px auto;
  transform: translateY(-50%);
}
.box-about-home .content {
  width: 567px;
  max-width: 100%;
  padding: 72px 0px;
  margin-right: 57px;
  float: right;
}
.box-about-home .content .title {
  width: 350px;
  max-width: 100%;
}
.box-about-home .content .description {
  margin-bottom: 40px;
  width: 520px;
  max-width: 100%;
}
.box-about-home .content .description p {
  width: 100%;
  float: left;
  margin: 0px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 300;
}
.box-about-home .content .description p:last-child {
  margin-bottom: 0px;
}

.view-more-all {
  width: 135px;
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: #79B559;
  border-radius: 32px;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}
.view-more-all svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  margin-left: 6px;
}
.view-more-all:hover {
  background: #32782C;
}

.box-material-arena {
  padding: 80px 0px;
}
.box-material-arena .content-top {
  margin-bottom: 24px;
}
.box-material-arena .content-top .img {
  width: 558px;
  border-radius: 16px;
  overflow: hidden;
}
.box-material-arena .content-top .img img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.box-material-arena .content-top .info {
  width: 600px;
}
.box-material-arena .content-top .info .description {
  margin-bottom: 40px;
}
.box-material-arena .content-top .info .description p {
  width: 100%;
  float: left;
  margin: 0px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 300;
}
.box-material-arena .content-top .info .description p:last-child {
  margin-bottom: 0px;
}
.box-material-arena .content-bot .item-img {
  width: calc(33.333% - 16px);
  border-radius: 16px;
  overflow: hidden;
}
.box-material-arena .content-bot .item-img img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

.box-material-arena .content-bot .item-img:hover img {
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

.box-community-home {
  padding: 60px 0px;
  background: rgba(217, 237, 191, 0.2);
}
.box-community-home .title {
  margin-bottom: 72px;
}
.box-community-home .item .text {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  width: 220px;
  max-width: 100%;
}

.scientific-research {
  padding: 80px 0px;
}
.scientific-research .title {
  margin-bottom: 72px;
}
.scientific-research .content .item-content {
  width: 50%;
}
.scientific-research .content .item-content img {
  width: 100%;
}
.scientific-research .content .info {
  display: flex;
  flex-direction: column;
  padding: 112px 64px;
  background: rgba(238, 238, 238, 0.3);
  justify-content: center;
}
.scientific-research .content .info .title-item {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 56px;
  width: 400px;
  max-width: 100%;
  text-transform: uppercase;
}
.scientific-research .content .info .description {
  margin: 0px;
  margin-bottom: 40px;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}
.scientific-research .content .item:nth-child(2n) .img {
  order: 2;
}
.scientific-research .content .item:nth-child(2n) .info {
  order: 1;
}

.button-slides {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #79B559;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
.button-slides.swiper-button-lock {
  display: none;
}
.button-slides svg {
  width: 12px;
  height: 11px;
  fill: #ffffff;
}
.button-slides:hover {
  background: #32782C;
}
.button-slides.button-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: -64px;
  transform: translateY(-20px);
}
.button-slides.button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: -64px;
  transform: translateY(-20px);
}

.featured-products {
  padding-bottom: 80px;
}
.featured-products .title {
  margin-bottom: 72px;
}
.featured-products .product-list {
  float: left;
  position: relative;
}
.featured-products .product-list .item-product {
  width: 100%;
}

.featured-products .product-list .item-product .product-info .product-name {
  font-size: 19px;
  line-height: 36px;
  margin-bottom: 8px;
}

.box-certification {
  padding: 60px 0px;
  background: rgba(217, 237, 191, 0.2);
}
.box-certification .content-title {
  margin-bottom: 72px;
}
.box-certification .content-title .title {
  margin-bottom: 24px;
}
.box-certification .content-title .des {
  width: 808px;
  max-width: 100%;
  font-weight: 300;
}
.box-certification .content {
  float: left;
  position: relative;
}
.box-certification .content .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #303030;
}
.box-certification .content .item img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.box-certification .content .item .name {
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.box-article-featured {
  padding-bottom: 80px;
}
.box-article-featured .content .item-article {
  width: calc(100% - 16px);
  margin-right: 24px;
}
.box-article-featured .content .item-article:nth-child(3n) {
  margin-right: 0px;
}
.box-article-featured .content .item-article .img {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 16px;
}
.box-article-featured .content .item-article .img img {
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0px auto;
  border-radius: 8px;
  overflow: hidden;
}
.box-article-featured .content .item-article .info .name {
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 8px;
}
.box-article-featured .content .item-article .info .time-post {
  display: none;
  align-items: center;
  justify-content: flex-start;
}
.box-article-featured .content .item-article .info .time-post span {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
  width: auto;
}
.box-article-featured .content .item-article .info .time-post span.chia {
  margin: 0px 6px;
}
.box-article-featured .content .item-article:hover .info .name {
  color: #828282;
}
.box-article-featured .content .item-article:hover .info .time-post span {
  color: #828282;
}

.box-partner {
  padding-top: 80px;
  padding-bottom: 70px;
}
.box-partner .title {
  margin-bottom: 102px;
}
.box-partner .content {
  flex-wrap: wrap;
}
.box-partner .content .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 18px);
  margin-bottom: 24px;
  background: rgba(255, 152, 0, 0.07);
  min-height: 224px;
  overflow: hidden;
}
.box-partner .content .item img {
  max-width: 200px;
  max-height: 200px;
  padding: 12px 44px;
  transition: 0.3s ease-in-out;
}

.box-partner .content .item:hover img {
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

.custommer-reply {
  padding-bottom: 80px;
}
.custommer-reply .title {
  margin-bottom: 72px;
}
.custommer-reply .content {
  position: relative;
}
.custommer-reply .content .swiper-slide {
  height: auto;
}
.custommer-reply .content .item {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(238, 238, 238, 0.3);
  padding: 40px 55px;
  height: 100%;
}
.custommer-reply .content .item .icons {
  width: 55px;
  height: 45px;
  background: url(../images/icons/icon-cus-reply.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 56px;
}
.custommer-reply .content .item .cus-rep {
  width: 100%;
  margin: 0px;
  font-weight: 300;
  margin-bottom: 24px;
}
.custommer-reply .content .item .img-cus {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 8px;
}
.custommer-reply .content .item .rating {
  width: 113px;
  height: 17px;
  background: url(../images/icons/icon-star.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 8px;
}
.custommer-reply .content .item .name-cus {
  font-size: 14px;
  color: #303030;
}

@media (max-width: 1300px) {
  .box-about-home .st-content {
    width: 960px;
  }
  .box-about-home .content {
    max-width: calc(50% - 20px);
  }
  .box-material-arena .content-top .img {
    width: calc(50% - 12px);
  }
  .box-material-arena .content-top .info {
    width: calc(50% - 12px);
  }
  .scientific-research .content .info {
    padding: 24px;
  }
  .scientific-research .content .info .title-item {
    margin-bottom: 20px;
  }
  .scientific-research .content .info .description p {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .slogan-home .content .title {
    font-size: 46px;
    line-height: 50px;
  }
  .title-same {
    font-size: 36px !important;
    line-height: 40px !important;
    margin-bottom: 36px !important;
  }
  .box-about-home .st-content {
    width: 720px;
  }
  .box-about-home .content .description p {
    font-size: 16px;
  }
  .box-material-arena .content-top .info .description p {
    font-size: 16px;
  }
  .box-community-home .content {
    flex-wrap: wrap;
  }
  .box-community-home .content .item {
    width: calc(50% - 12px);
    margin-bottom: 30px;
  }
  .box-community-home .content .item:nth-child(n+3) {
    margin-bottom: 0px;
  }
  .scientific-research .content .info .description {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .button-slides.button-prev {
    left: 5px;
  }
  .button-slides.button-next {
    right: 5px;
  }
  .box-article-featured .content .item-article .info .name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .box-article-featured .content .item-article .info .time-post span {
    font-size: 14px;
  }
  .box-partner .content .item {
    width: calc(33.333% - 18px);
  }
  .custommer-reply .content .item .cus-rep {
    font-size: 16px;
  }
  .custommer-reply .content .item .icons {
    margin-bottom: 36px;
  }
}
@media (max-width: 720px) {
  .slogan-home .content .title::before {
    width: 90px;
    height: 66px;
    left: -90px;
  }
  .slogan-home {
    padding: 60px 0px;
  }
  .title-same {
    font-size: 28px !important;
    line-height: 34px !important;
    margin-bottom: 32px !important;
  }
  .scientific-research .content .info .title-item {
    font-size: 24px;
    line-height: 28px;
  }
  .box-article-featured .content .item-article .info .time-post {
    flex-direction: column;
    align-items: flex-start;
  }
  .box-article-featured .content .item-article .info .time-post .chia {
    display: none;
  }
  .box-partner .content .item {
    min-height: 180px;
  }
  .box-material-arena, .box-community-home, .scientific-research, .box-certification, .box-partner {
    padding: 50px 0px;
  }
  .featured-products, .custommer-reply, .box-article-featured {
    padding-bottom: 60px;
  }
  .box-about-home .content .title {
    width: 100%;
  }
  .box-about-home .content-background {
    width: 100%;
    flex-direction: column;
  }
  .box-about-home .content-background .content-bg-item.content-bg-left {
    display: none;
  }
  .box-about-home .content-background .content-bg-item.content-bg-right {
    width: 100%;
  }
  .box-about-home .st-content {
    width: 100%;
    padding: 1px 0px;
    position: initial;
    top: initial;
    transform: translateY(0px);
  }
  .box-about-home .content {
    width: 567px;
    max-width: 100%;
    padding: 43px 0px;
    margin-right: 57px;
    float: right;
}
  .box-about-home .content {
    width: 100%;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
  .slogan-home .content .title::before {
    display: none;
  }
  .box-about-home {
    background: rgba(255, 152, 0, 0.07);
  }
  .box-about-home .content {
    max-width: 100%;
  }
  .box-material-arena .content-top {
    flex-direction: column;
  }
  .box-material-arena .content-top .img {
    width: 100%;
    margin-bottom: 24px;
  }
  .box-material-arena .content-top .info {
    width: 100%;
  }
  .box-material-arena .content-bot {
    
    flex-direction: column;
  }
  .box-material-arena .content-bot .item-img {
    width: 100%;
    margin-bottom: 24px;
  }
  .scientific-research .item {
    flex-direction: column;
  }
  .scientific-research .item:nth-child(1) {
    margin-bottom: 30px;
  }
  .scientific-research .content .item-content {
    width: 100%;
  }
  .scientific-research .content .item:nth-child(2n) .img {
    order: 1;
  }
  .scientific-research .content .item:nth-child(2n) .info {
    order: 2;
  }
  .scientific-research .content .info .description {
    -webkit-line-clamp: initial;
  }
  .box-article-featured .content {
    flex-wrap: wrap;
  }
  .box-article-featured .content .item-article {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .box-article-featured .content .item-article:last-child {
    margin-bottom: 0px;
  }
  .box-article-featured .content .item-article .info .time-post {
    flex-direction: row;
  }
  .box-article-featured .content .item-article .info .time-post .chia {
    display: block;
  }
  .box-partner .content .item {
    width: calc(50% - 12px);
  }
  .custommer-reply .title {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .custommer-reply .title span {
    width: 400px;
    max-width: 100%;
  }
  .box-partner .content .item img {
    max-width: 100%;
  }
  .box-certification .content-title {
    margin-bottom: 40px;
}
}
@media (max-width: 480px) {
  .slogan-home .content .title {
    font-size: 32px;
    line-height: 38px;
  }
  .title-same {
    font-size: 24px !important;
    line-height: 28px !important;
    margin-bottom: 32px !important;
  }
  .box-community-home .content .item {
    width: 100%;
  }
  .box-community-home .content .item:nth-child(3) {
    margin-bottom: 30px;
  }
  .box-partner .content .item {
    min-height: 150px;
  }
}/*# sourceMappingURL=style-home.css.map */