*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-family: "Maven Pro", sans-serif;

  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: center;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
button {
  background-color: #c77891;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 100px;
  padding: 3px 0 4px;
}
:root {
  --smooth: all 0.3s ease-in;
}
.container {
  margin: 0 auto;
  width: 90%;
  padding: 50px 10px;
  max-width: 1060px;
  position: relative;
}
p {
  letter-spacing: 0.5px;
}
color-pink {
  color: #c77891;
}

/*  pink-light: ddbac4(background)
    pink-dark: c77891

    

    next, prev: d299aa

    d299aa

*/

header {
  position: relative;
  width: 100%;
}
header .logo,
header .tell {
  display: none;
}
.navbar {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 6;
}

.navbar_icons {
  margin-top: 20px;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  cursor: pointer;
  z-index: 7;
}
.navbar_icon,
.navbar_icon::before,
.navbar_icon::after {
  width: 30px;
  height: 3px;
  background-color: #4d4d4d;
  border-radius: 6px;
  transition: var(--smooth);
  z-index: 7;
}
.navbar_icon {
  position: relative;
}
.navbar_icon::before,
.navbar_icon::after {
  content: "";
  position: absolute;
}
.navbar_icon:before {
  transform: translateY(-10px);
}
.navbar_icon:after {
  transform: translateY(10px);
}

.open.navbar_icons {
  right: 0;
}
.open .navbar_icon {
  background: transparent;
}
.open .navbar_icon:before {
  transform: rotate(45deg);
  background-color: #393939;
  transition: var(--smooth);
}
.open .navbar_icon:after {
  transform: rotate(-45deg);
  background-color: #393939;
  transition: var(--smooth);
}
.navbar_links {
  display: flex;
  background-color: #ddbac4;
  width: 100%;
  justify-content: center;
}

.navbar_link {
  padding: 20px 14px 21px;
}
.navbar_link a {
  color: #fff;
  transition: var(--smooth);
  font-size: 21px;
  letter-spacing: 0.8px;
}
.navbar_link.active a,
.navbar_link:hover a {
  color: #c77891;
  transition: var(--smooth);
}
.navbar_social {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 20px;
  z-index: 5;
  top: 185px;
}
.navbar_social img {
  width: 58px;
  transition: var(--smooth);
  padding: 10px;
}
.navbar_social img:hover {
  padding: 0;
  width: 58px;
}
.navbar_zalo {
  position: fixed;
  width: 100px;
  bottom: 0;
  z-index: 7;
  right: 0;
}
/* homepage */

#homepage {
  padding-top: 40px;
  top: 0;
  display: flex;
  position: relative;
  align-items: center;
}
#homepage:before {
  position: absolute;
  content: "";
  bottom: 0;
  z-index: -1;
  border-bottom: 30vh solid #ddbac4;
  border-left: 100vw solid transparent;
}
.homepage_image {
  position: absolute;
  bottom: 20px;
  right: 60px;
  z-index: -1;
  width: 680px;
}
.homepage_heading {
  padding: 0 10px 80px;
  max-width: 460px;
  margin: 0;
}
.homepage_heading img {
  margin-bottom: 10px;
}
.homepage_heading p {
  line-height: 20px;
  font-size: 15px;
  position: relative;
}
.homepage_heading-status p::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c77891;
}
.homepage_heading-status {
  margin-left: 15px;
  margin-top: 2px;
}
.homepage_heading-button {
  margin-top: 30px;
}

.homepage_button {
  margin-top: 15px;
  display: block;
  font-size: 25px;
  width: 168px;
}

/* introduce */
#introduce {
  position: relative;
  background-color: #ddbac4;
  display: flex;
}
.introduce_logo {
  margin-top: 10px;
  margin-bottom: 45px;
  text-align: center;
}
.introduce_logo img {
  width: 213px;
}
.introduce_content {
  padding-left: 30px;
  margin-bottom: 40px;
}
.introduce_content p {
  margin-left: 18px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 8px;
  line-height: 34px;
  max-width: 960px;
}
.introduce_content img {
  width: 30px;
}
.introduce_content-quotes2 {
  position: absolute;
  height: auto;
  right: 0;
}

/* product */
#product:before,
#product:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 70%;
  top: 0;
  background-color: #ddbac4;
}

#product {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  margin: 0 auto;
}

.product_button {
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.product_button-2 {
  position: relative;
  margin-right: auto;
  margin-left: 0;
}

/* usage */
#usage {
  position: relative;
}
.usage_headline {
  position: relative;
  padding: 43px 0;
  display: flex;
}
.usage_headline-line {
  width: 100%;
  height: 2px;
  background: #c77891;
  z-index: -1;
}
.usage_headline-head {
  top: 0;
  position: absolute;
  padding: 20px 5px 20px 25px;
  margin-left: 65px;
  background: #fff;
  z-index: 2;
  font-size: 38px;
  color: #c77891;
}

.usage_content {
  display: flex;
  margin: 40px 0;
  position: relative;
}
.usage_content-rectangle {
  position: absolute;
  left: -30px;
  background-color: #c77891;
  width: 30px;
  height: 20px;
  top: 6px;
}
.usage_content-text {
  margin-left: 15px;
  font-size: 25px;
}
.usage_image {
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: -90px;
  width: 80%;
  max-width: 800px;
}

/* ingredient */
#ingredient {
  position: relative;
  margin-top: 65px;
}
#ingredient:after {
  position: absolute;
  content: "";
  top: 0;
  z-index: -2;
  background: linear-gradient(#fff, #fff, #e0c1ca);
  width: 100%;
  /* height: 660px; */
  height: 100%;
}
.ingredient_headline {
  position: relative;
  padding: 43px 0;
  display: flex;
  justify-content: center;
}
.ingredient_headline-line {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #c77891;
  z-index: -1;
  max-width: 1040px;
}
.ingredient_headline-head {
  top: 0;
  position: absolute;
  padding: 20px;
  margin-right: 35px;
  background: #fff;
  z-index: 2;
  font-size: 42px;
  color: #c77891;
  letter-spacing: 1.3px;
}
.ingredient_item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 90%;
  max-width: 1060px;
  margin: 35px auto 0;

  padding-bottom: 150px;
}
.ingredient_item img {
  width: 37%;
  padding: 20px;
}
/* manual */
#manual {
  position: relative;
}
#manual:before {
  position: absolute;
  content: "";
  top: 0;
  background-color: #e5e5f7;
  opacity: 0.2;
  background-size: 33px 33px;
  background-image: repeating-linear-gradient(
    0deg,
    #c77891,
    #c77891 1px,
    #fff 1px,
    #fff
  );
  height: 100%;
  z-index: -3;
  width: 100%;
}
#manual:after {
  position: absolute;
  content: "";
  top: 0;
  z-index: -2;
  background: linear-gradient(transparent, transparent, #fff, #e0c1ca);
  width: 100%;
  height: 100%;
}
.manual {
  position: relative;
  padding-top: 55px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 65px;
}
.manual_headline {
  text-align: center;
  z-index: 2;
  font-size: 43px;
  color: #c77891;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}
.manual_product {
  display: flex;
}
.manual_product div {
  padding: 40px 45px 30px 30px;
}
.manual_product-water {
  max-width: 370px;
}
.manual_text {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}
.manual_text p {
  font-size: 25px;
  margin-bottom: 7px;
  letter-spacing: 1.3px;
}
/* contact */
#contact {
  position: relative;

  padding: 90px 0;
}
#contact:before {
  background: linear-gradient(#e0c1ca, #fff);
  position: absolute;
  content: "";
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.contact {
  position: relative;
}
.contact > .container {
  padding: 30px 30px;
  background: linear-gradient(#fff, #ddbac4);

  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  border-radius: 15px;
}

.contact-left {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.contact_button button {
  padding: 5px 50px;
  font-size: 30px;
  letter-spacing: 0.8px;
}
.contact_content {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact_content-icon {
  width: 35px;
}
.contact_content-text {
  margin-left: 8px;
  font-size: 22px;
  letter-spacing: 0.1px;
  max-width: 500px;
}
.contact_social {
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.contact_social img {
  width: 38px;
  margin-right: 13px;
}
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}
.owl-theme .owl-nav button i {
  font-size: 40px;
  color: #d39dad;
}
.owl-theme .owl-nav button:hover {
  background: none !important;
  opacity: 0.7;
}
.owl-theme .owl-dots {
  text-align: left;
  position: absolute;
  bottom: 0;
}
.owl-theme .owl-nav {
  margin: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #c77891;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #c77891;
}
.owl-carousel .owl-item .btn {
  display: block;
  position: absolute;
  bottom: 50px;
  left: auto;
  border: 1px solid #b75c7d;
  padding: 8px 20px;
  font-size: 20px;
  border-radius: 50px;
  color: #000;
  transition: 0.3s all;
}

.owl-carousel .owl-item .btn:hover {
  background: #b75c7d;
  color: #fff;
}
.contact-right {
  width: 100%;
  margin-left: 20px;
}
@media (max-width: 62em) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 6;
  }
  .show.overlay {
    display: block;
  }
  #homepage:before {
    border: 0;
  }
  .navbar {
    width: 80%;
    z-index: 6;
  }
  .navbar_icons {
    display: flex;
  }
  .navbar_links {
    background-color: #c77891;
    display: block;
    position: fixed;
    padding-top: 70px;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 100%;
    transition: var(--smooth);
    transform: translateX(-100%);
    opacity: 0;
  }
  .navbar_links.navbar_open {
    transform: translateX(0);
    opacity: 1;
    transition: var(--smooth);
  }
  .navbar_link {
    border-bottom: 1px solid #fff;
  }
  .navbar_link:first-child {
    border-top: 1px solid #fff;
  }
  .navbar_link a {
    display: block;
    font-size: 20px;
  }

  .navbar_link.active,
  .navbar_link:hover {
    background-color: #fff;
    transition: var(--smooth);
  }
  .navbar_link:hover a {
    color: #393939;
  }
  .navbar_social {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
    right: 0;
    top: 20px;
  }
  .navbar_social img {
    display: inline-block;
    width: 40px;
    padding: 0;
    filter: invert(0.9) hue-rotate(554deg) brightness(2.2);
  }
  .navbar_social img:hover {
    width: 40px;
    padding: 5px;
  }
  /* homepage */

  .homepage_image {
    display: none;
  }
  .homepage_heading {
    margin: 0 auto;
    text-align: left;
  }

  .homepage_heading-button {
    margin-top: 8px;
  }
  .homepage_button {
    display: inline-block;
    font-size: 18px;
  }

  /* introduce */

  .introduce_logo img {
    width: 133px;
  }
  .introduce_content {
    padding: 0;
  }
  .introduce_content p {
    font-size: 16px;
    margin: 0;
  }
  .introduce_content img {
    width: 16px;
  }

  /* usage */
  .usage_headline {
    justify-content: center;
  }
  .usage_headline-head {
    position: absolute;
    padding: 10px;
    margin: 20px 0;
    background: #fff;
    z-index: 2;
    font-size: 20px;
    color: #c77891;
  }
  .usage_content {
    margin: 3px 0 15px;
    height: auto !important;
  }
  .usage_content-rectangle {
    position: absolute;
    left: -18px;
    background-color: #c77891;
    width: 15px;
    height: 10px;
    top: 5px;
  }

  .usage_content-text {
    font-size: 16px;
    margin-left: 5px;
  }
  .usage_image {
    position: absolute;
    bottom: -55px;
    z-index: -1;
    right: 0;
    width: 80%;
    opacity: 0.4;
  }
  /* ingredient */
  .ingredient_headline-head {
    top: 0;
    position: absolute;
    padding: 30px 10px;
    margin-right: 15px;
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  .ingredient_item {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }

  .ingredient_item img {
    width: 35%;
    padding: 5px;
  }
  /* manual */
  .manual {
    padding-bottom: 40px;
  }
  .manual_headline {
    font-size: 22px;
  }
  .manual_product {
    justify-content: center;
  }
  .manual_product div {
    width: 40%;
    padding: 15px;
    max-width: 250px;
  }
  .manual_text p {
    font-size: 16px;
  }
  /* contact */
  .contact_button button {
    font-size: 20px;
  }
  .contact_content {
    margin-top: 15px;
  }
  .contact_content-text {
    font-size: 16px;
  }
  .contact-right {
    margin-top: 20px;
  }

  .owl-carousel .owl-item .btn {
    position: relative;
    display: block;
    bottom: auto;
    margin: 20px auto 0;
    width: 200px;
    font-size: 14px;
    text-align: center;
  }

  .owl-theme .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 10px;
  }

  #product:before,
  #product:before {
    height: calc(100% - 138px);
  }

  header .logo,
  header .tell {
    display: block;
  }

  header {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #c77891;
    position: fixed;
    z-index: 9;
  }

  header .logo img {
    width: 75px;
  }

  .navbar {
    position: relative;
    width: auto;
  }

  .navbar_icons {
    position: relative;
    margin: 0;
    padding: inherit;
    width: auto;
    padding: 10px 13px;
    height: 55px;
  }

  header .tell {
    font-size: 25px;
    padding: 13px;
  }

  header .tell i {
    color: #c77891;
  }
  .ingredient_headline-line {
    width: calc(90% - 20px);
    left: 50%;
    transform: translateX(-50%);
  }
  .contact > .container {
    display: block;
    padding: 15px;
  }
  .contact-right {
    width: 100%;
    margin: 20px 0 0;
    height: 130px;
  }
  .contact_fanpage {
    width: 100%;
    height: 100%;
  }
}
