/*Add font ================================*/
/* --------------------------------------*/
.full.about {
  background-color: #F8F7F5;
  padding: 40px 0 0;
  font-size: 16px;
}
@media (min-width: 992px) {
  .full.about {
    padding: 70px 0 0;
  }
}
.full.about .nav {
  padding: 0;
}
.full.about .group_aboutus {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px 30px;
}
@media (min-width: 992px) {
  .full.about .group_aboutus {
    margin: 0 -15px 48px;
  }
}
.full.about .group_aboutus .col-left {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .full.about .group_aboutus .col-left {
    flex: 0 0 22%;
    max-width: 22%;
  }
}
.full.about .group_aboutus .col-left .title {
  font-weight: 600;
  color: #171717;
  font-size: 20px;
}
@media (min-width: 992px) {
  .full.about .group_aboutus .col-left .title {
    max-width: 130px;
  }
}
.full.about .group_aboutus .col-right {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .full.about .group_aboutus .col-right {
    flex: 0 0 78%;
    max-width: 78%;
  }
}
.full.about .group_aboutus .col-right .title {
  font-family: "PlayfairDisplay";
  font-weight: 700;
  font-size: 33px;
  color: #AB202D;
  padding: 0 0 15px;
}
@media (min-width: 992px) {
  .full.about .group_aboutus .col-right .title {
    padding: 0 0 40px;
  }
}
.full.about .group_aboutus .col-right .content {
  font-size: 16px;
  color: #444444;
}
.full.about .group_aboutus .col-right .content p {
  line-height: 27px;
  padding: 0;
}
.full.about .picture_us img {
  width: 100%;
}
.full.about .slogan {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
  padding: 70px 0;
}
.full.about .slogan .col-left {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .full.about .slogan .col-left {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.full.about .slogan .col-left .title {
  font-family: "PlayfairDisplay";
  font-weight: 600;
  font-style: italic;
  font-size: 25px;
  color: #171717;
  text-align: center;
  max-width: 455px;
  margin: auto;
  position: relative;
  padding: 1rem;
}
@media (min-width: 992px) {
  .full.about .slogan .col-left .title {
    padding: 0;
  }
}
.full.about .slogan .col-left .title:before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 0;
  background: url("../../../../../resources/images/use/icon_about.png") no-repeat center;
  width: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .full.about .slogan .col-left .title:before {
    top: -20px;
    left: -55px;
  }
}
.full.about .slogan .col-left .title:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: 0;
  background: url("../../../../../resources/images/use/icon_about2.png") no-repeat center;
  width: 48px;
  height: 48px;
}
@meida (min-width: 992px) {
  .full.about .slogan .col-left .title:after {
    bottom: -23px;
    right: 15px;
  }
}
.full.about .slogan .col-left .title p {
  padding: 0;
}
.full.about .slogan .col-right {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 15px 0;
}
@media (min-width: 992px) {
  .full.about .slogan .col-right {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}
.full.about .slogan .col-right img {
  width: 100%;
}
.full.about .group_one {
  display: flex;
  flex-wrap: wrap;
}
.full.about .group_one .col-left {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .full.about .group_one .col-left {
    flex: 0 0 57%;
    max-width: 57%;
  }
}
.full.about .group_one .col-left img {
  width: 100%;
}
.full.about .group_one .col-right {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .full.about .group_one .col-right {
    flex: 0 0 43%;
    max-width: 43%;
    padding: 0 0 0 95px;
  }
}
.full.about .group_one .col-right .content {
  font-size: 16px;
  color: #444444;
}
.full.about .group_one .col-right .content h3 {
  font-family: "PlayfairDisplay";
  font-weight: 700;
  font-size: 33px;
  color: #AB202D;
}
.full.about .group_one .col-right .content p {
  line-height: 27px;
  padding: 0;
}

.sec_product {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #fff;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .sec_product {
    padding: 70px 0;
  }
}

@media (min-width: 992px) {
  .product_hot .box_title {
    max-width: 580px;
    margin: auto;
  }
}
.product_hot .box_title .title {
  font-family: "PlayfairDisplay";
  font-weight: 700;
  color: #AB202D;
  font-size: 24px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .product_hot .box_title .title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .product_hot .box_title .title {
    font-size: 33px;
    line-height: 45px;
  }
}
.product_hot .seemore {
  text-align: center;
  margin: 40px 0 0;
}
.product_hot .seemore a {
  background-color: #AB202D;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  padding: 8px 18px;
}
@media (min-width: 501px) {
  .product_hot .seemore a {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.product_hot .seemore a i {
  font-size: 18px;
  margin-left: 28px;
  margin-top: 1px;
}
.product_hot .seemore a:hover {
  box-shadow: 0 0.5em 0.5em -0.4em rgba(0, 0, 0, 0.6);
  transform: translateY(-0.25em);
}
.product_hot .list_item_product {
  margin: 28px 0 0;
}
.product_hot .list_item_product .row_item {
  margin: 0 -5px;
}
@media (min-width: 992px) {
  .product_hot .list_item_product .row_item {
    margin: 0 -17.5px;
  }
}
.product_hot .list_item_product .row_item .col_item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 5px;
}
@media (min-width: 992px) {
  .product_hot .list_item_product .row_item .col_item {
    padding: 0 17.5px;
  }
}
.product_hot .list_item_product .row_item .col_item .item .img a {
  padding-top: 93%;
}
.product_hot .list_item_product .row_item .col_item .item .img a img {
  width: 100%;
}
.product_hot .list_item_product .row_item .col_item .item .info {
  padding: 20px 0 0;
}
.product_hot .list_item_product .row_item .col_item .item .info .title {
  font-size: 16px;
  color: #444444;
  line-height: 27px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product_hot .list_item_product .row_item .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #AB202D;
  top: 40%;
  bottom: unset;
  z-index: 1;
}
.product_hot .list_item_product .row_item .slick-arrow:before {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  opacity: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #AB202D;
}
.product_hot .list_item_product .row_item .slick-arrow.slick-prev {
  left: 0.5rem;
}
@media (min-width: 601px) {
  .product_hot .list_item_product .row_item .slick-arrow.slick-prev {
    left: -2.5rem;
  }
}
.product_hot .list_item_product .row_item .slick-arrow.slick-prev:before {
  content: "\f177";
}
.product_hot .list_item_product .row_item .slick-arrow.slick-next {
  right: 0.5rem;
  background-color: #AB202D;
}
@media (min-width: 601px) {
  .product_hot .list_item_product .row_item .slick-arrow.slick-next {
    right: -2.5rem;
  }
}
.product_hot .list_item_product .row_item .slick-arrow.slick-next:before {
  content: "\f178";
  color: #fff;
}/*# sourceMappingURL=about.css.map */