.container-fluid {
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 991px) {
  .container-fluid {
    max-width: 100%;
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }
}

.container {
  max-width: 82.5%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }
}
.container .row {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.container [class^=col-],
.container [class*=" col-"] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (max-width: 991px) {
  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .visible-mobi {
    display: none !important;
  }
}

img,
img.img-responsive {
  max-width: none;
  width: 100%;
  height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

dl,
ol,
ul {
  margin-bottom: 0;
}

*:focus {
  outline: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: none;
}

.clearfix::before, .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .desktop-item {
    display: none !important;
  }
}

.mobile-item {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-item {
    display: block !important;
  }
}

html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Lato", sans-serif;
  color: #303030;
  font-weight: 400;
  line-height: 2.6rem;
  font-size: 1.7rem;
  line-height: 1.2;
}

.max-width-370 {
  max-width: 21.7647058824rem;
}

.max-width-415 {
  max-width: 24.4117647059rem;
}

.max-width-500 {
  max-width: 29.4117647059rem;
}

.max-width-750 {
  max-width: 44.1176470588rem;
}

.max-width-950 {
  max-width: 55.8823529412rem;
}

.w-170 {
  min-width: 10rem;
}

.w-180 {
  min-width: 10.5882352941rem;
}

.w-200 {
  min-width: 11.7647058824rem;
}

.w-225 {
  min-width: 13.2352941176rem;
}

.w-250 {
  min-width: 14.7058823529rem;
}

.w-260 {
  min-width: 15.2941176471rem;
}

.w-280 {
  min-width: 16.4705882353rem;
}

.w-340 {
  min-width: 20rem;
}

.w-450 {
  min-width: 26.4705882353rem;
}

.w-100-percent {
  width: 100%;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mt-20 {
  margin-top: 1.1764705882rem;
}

.mt-45 {
  margin-top: 4.5rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-56 {
  margin-top: 5.6rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mt-61 {
  margin-top: 6.1rem;
}

.display-table > * {
  display: table-cell;
  vertical-align: middle;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

.group-btn .btn {
  font-size: 0.8823529412rem;
  line-height: 1;
  border-radius: 1.4117647059rem;
  color: #ffffff;
  padding: 0.5882352941rem;
  font-weight: 700;
}
.group-btn .btn:hover {
  box-shadow: 0 0.1764705882rem 0.3529411765rem rgba(0, 0, 0, 0.6);
}
.group-btn .btn-orange {
  background-color: #f36350;
}
.group-btn .btn-orange:hover {
  background-color: #ffffff;
  color: #f36350;
}

.name-item {
  font-size: 2rem;
  line-height: 0.8;
  font-weight: bold;
}

.orange {
  color: #f36350;
}

.light-green {
  color: #93c019;
}

.green {
  color: #086433;
}

.white {
  color: #ffffff;
}

.btn {
  align-items: center;
  white-space: nowrap;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  height: 6.2rem;
  display: inline-flex;
  line-height: 6.2rem;
  border: none;
}
@media (min-width: 1200px) {
  .btn {
    padding: 0 4rem;
  }
}
@media (max-width: 1199px) {
  .btn {
    padding: 0 7rem;
  }
}
.btn:active {
  transform: translateY(3px);
  border: unset;
}
.btn:focus {
  border: unset;
  box-shadow: unset;
}
.btn.btn-black {
  border-radius: 1rem;
  display: inline-flex;
  background-color: #FFF;
  color: #303030;
  border: 1px solid #303030;
}
.btn.btn-black:hover {
  background: #6D712E;
  color: #fff;
  border: 1px solid #6D712E;
}
.btn.btn-black-bg-gray {
  border-radius: 1rem;
  display: inline-flex;
  background-color: #EFEFEF;
  color: #303030;
}
.btn.btn-black-bg-gray:hover {
  background: #303030;
  color: #fff;
}
.btn.btn-green {
  color: #6D712E;
  display: inline-flex;
  background-color: #D8E865;
  border-radius: 1rem;
  border: 1px solid #D8E865;
}
.btn.btn-green:hover {
  background: #6D712E;
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-green-2e {
  color: #fff;
  display: inline-flex;
  background-color: #6D712E;
  border-radius: 1rem;
}
.btn.btn-green-2e:hover {
  background: #D8E865;
  color: #fff;
  border: none;
}
.btn.btn-green-2e:focus {
  border: none;
}
.btn.btn-green-65 {
  display: inline-flex;
  color: #6D712E;
  background-color: #D8E865;
  border-radius: 1rem;
}
.btn.btn-green-65:hover {
  background: #6D712E;
  color: #fff;
  border: none;
}
.btn.btn-green-65:focus {
  border: none;
}
.btn.btn-green-bg-white {
  display: inline-flex;
  color: #6D712E;
  background-color: none;
  border-radius: 1rem;
  border: 1px solid #6D712E;
}
.btn.btn-green-bg-white:hover {
  background: #6D712E;
  color: #fff;
}
.btn.btn-green-bg-white:focus {
  border: none;
}

.text-color-black30 {
  color: #303030;
}

.text-color-brown {
  color: #512F11;
}

.text-color-green-2e {
  color: #6D712E;
}

.text-color-b9 {
  color: #B9B9B9;
}

.ls-06 {
  letter-spacing: 0.6px;
}

.ls-09 {
  letter-spacing: 0.9px;
}

.ls-23 {
  letter-spacing: 0.23px;
}

.ls-26 {
  letter-spacing: 0.26px;
}

.ls-36 {
  letter-spacing: 0.36px;
}

.ls-45 {
  letter-spacing: 0.45px;
}

.mxy-0 {
  margin: 0 auto;
}

.mw-943 {
  max-width: 94.3rem;
  margin: 0 auto;
}

.mw-80 {
  max-width: 80rem;
}

.mw-132 {
  max-width: 13.2rem;
}

.mw-150 {
  max-width: 15rem;
}

.mw-160 {
  max-width: 16rem;
}

.mw-175 {
  max-width: 17.5rem;
}

.mw-190 {
  max-width: 19rem;
}

.mw-220 {
  max-width: 22.5rem;
}

.mw-230 {
  max-width: 23rem;
}

.mw-234 {
  max-width: 23.4rem;
}

.mw-245 {
  max-width: 24.5rem;
}

.mw-260 {
  max-width: 26rem;
}

.mw-300 {
  max-width: 30rem;
}

.mw-336 {
  max-width: 33.6rem;
}

.mw-366 {
  max-width: 36.6rem;
}

.mw-387 {
  max-width: 38.7rem;
}

.mw-480 {
  max-width: 48rem;
}

.mw-498 {
  max-width: 49.8rem;
}

.mw-500 {
  max-width: 50rem;
}

.mw-630 {
  max-width: 63rem;
}

.mw-665 {
  max-width: 66.5rem;
}

.mw-760 {
  max-width: 76rem;
}

.mw-762 {
  max-width: 76.2rem;
}

.mw-767 {
  max-width: 76.7rem;
}

.mw-800 {
  max-width: 80rem;
}

.mw-804 {
  max-width: 80.4rem;
}

.mw-805 {
  max-width: 80.5rem;
}

.mw-876 {
  max-width: 87.6rem;
}

.mw-932 {
  max-width: 93.2rem;
}

.mw-960 {
  max-width: 96rem;
}

.mw-980 {
  max-width: 98rem;
}

.mw-1082 {
  max-width: 108.2rem;
}

.mw-1026 {
  max-width: 102.6rem;
}

.mw-1290 {
  max-width: 129rem;
}

.w-90 {
  width: 9rem;
}

.w-80 {
  width: 8rem;
}

.w-77 {
  width: 7.7rem;
}

.w-175 {
  width: 17.5rem;
}

.minw-140 {
  min-width: 14rem;
}

.minw-100 {
  min-width: 10rem;
}

.minw-175 {
  min-width: 17.5rem;
}

.minw-300 {
  min-width: 30rem;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-21 {
  margin-top: 2.1rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mt-29 {
  margin-top: 2.9rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-45 {
  margin-top: 4.5rem;
}

.mt-46 {
  margin-top: 4.6rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-51 {
  margin-top: 5.1rem;
}

.mt-61 {
  margin-top: 6.1rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mt-100 {
  margin-top: 10rem;
}

.mt-120 {
  margin-top: 12rem;
}

.mt-130 {
  margin-top: 13rem;
}

.mb-12 {
  margin-bottom: 1.2rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-130 {
  margin-bottom: 13rem;
}

.mb-160 {
  margin-bottom: 16rem;
}

.ml-15 {
  margin-left: 1.5rem;
}

.ml-20 {
  margin-left: 2rem;
}

.ml-25 {
  margin-left: 2.5rem;
}

.ml-32 {
  margin-left: 3.2rem;
}

.ml-83 {
  margin-left: 8.3rem;
}

.ml-100 {
  margin-left: 10rem;
}

.pd-0 {
  padding: 0 !important;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.pb-25 {
  padding-bottom: 2.5rem;
}

.pb-130 {
  padding-bottom: 13rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pt-16 {
  padding-top: 1.6rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-25 {
  padding-top: 2.5rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.pt-90 {
  padding-top: 9rem;
}

.pt-93 {
  padding-top: 9.3rem;
}

.pb-130 {
  padding-bottom: 13rem;
}

.pt-24 {
  padding-top: 2.4rem;
}

.pt-36 {
  padding-top: 3.6rem;
}

.pt-160 {
  padding-top: 16rem;
}

.pt-260 {
  padding-top: 26rem;
}

.pt-290 {
  padding-top: 29rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

.pb-130 {
  padding-bottom: 13rem;
}

.pb-160 {
  padding-bottom: 16rem;
}

.pb-230 {
  padding-bottom: 23rem;
}

.pb-290 {
  padding-bottom: 29rem;
}

.pb-138 {
  padding-bottom: 13.8rem;
}

.pt-11 {
  padding-top: 1.1rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pt-100 {
  padding-top: 10rem;
}

.pt-120 {
  padding-top: 12rem;
}

.pt-130 {
  padding-top: 13rem;
}

.pt-230 {
  padding-top: 23rem;
}

.pt-260 {
  padding-top: 26rem;
}

.pt-280 {
  padding-top: 28rem;
}

.px-132 {
  padding: 0 13.2rem;
}

.pxy-20-30 {
  padding: 2rem 3rem;
}

.py-16 {
  padding: 1.6rem 0;
}

.py-27 {
  padding: 2.7rem 0;
}

.py-30 {
  padding: 3rem 0;
}

.py-50 {
  padding: 5rem 0;
}

.py-60 {
  padding: 6rem 0;
}

.py-70 {
  padding: 7rem 0;
}

.py-80 {
  padding: 8rem 0;
}

.py-85 {
  padding: 8.5rem 0;
}

.py-100 {
  padding: 10rem 0;
}

.py-110 {
  padding: 11rem 0;
}

.py-120 {
  padding: 12rem 0;
}

.py-130 {
  padding: 13rem 0;
}

.py-130 {
  padding: 13rem 0;
}

.py-165 {
  padding: 16.5rem 0;
}

.py-168 {
  padding: 16.8rem 0;
}

.py-180 {
  padding: 18rem 0;
}

.py-205 {
  padding: 20.5rem 0;
}

.py-290 {
  padding: 29rem 0;
}

.pr-50 {
  padding-right: 5rem;
}

.pl-15 {
  padding-left: 1.5rem;
}

.pl-25 {
  padding-left: 2.5rem;
}

.pl-40 {
  padding-left: 4rem;
}

.pl-70 {
  padding-left: 7rem;
}

.pl-80 {
  padding-left: 8rem;
}

.pl-130 {
  padding-left: 13rem;
}

.bb-1 {
  border-bottom: 1px solid #E6E6E6;
}

.bt-1 {
  border-top: 1px solid rgba(41, 37, 37, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gray-color {
  color: rgba(41, 37, 37, 0.5);
}

.br-1 {
  border-right: 1px solid #202020;
}

.bl-1 {
  border-left: 1px solid #202020;
}

.flex {
  display: flex;
}

.ff-1 {
  font-family: "Friz Quadrata Std";
}

.ff-2 {
  font-family: "Lato", sans-serif;
}

.ff-3 {
  font-family: "Poppins", sans-serif;
}

.fw-light-italic {
  font-family: "Nunito", sans-serif;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-light {
  font-weight: 300;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-black {
  font-weight: 900;
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

.fw-regular {
  font-weight: 400;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-17 {
  font-size: 1.7rem;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-20 {
  font-size: 2rem;
}

.fs-22 {
  font-size: 2.2rem;
}

.fs-25 {
  font-size: 2.5rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-35 {
  font-size: 3.5rem;
}

.fs-40 {
  font-size: 4rem;
}

.fs-45 {
  font-size: 4.5rem;
}

.fs-84 {
  font-size: 8.4rem;
}

.lh-22 {
  line-height: 2.2rem;
}

.lh-25 {
  line-height: 2.5rem;
}

.lh-26 {
  line-height: 2.6rem;
}

.lh-27 {
  line-height: 2.7rem;
}

.lh-30 {
  line-height: 3rem;
}

.lh-34 {
  line-height: 3.4rem;
}

.lh-35 {
  line-height: 3.5rem;
}

.lh-45 {
  line-height: 4.5rem;
}

.lh-55 {
  line-height: 5.5rem;
}

.lh-60 {
  line-height: 6rem;
}

.bsd-1px {
  box-shadow: inset 0 -1px 0 0 currentColor;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 8.7rem;
}

.heading {
  font-family: "Friz Quadrata Std";
  font-weight: 500;
  color: #6D712E;
}
@media (min-width: 768px) {
  .heading {
    font-size: 7rem;
    line-height: 8.5rem;
  }
}
@media (max-width: 768px) {
  .heading {
    font-size: 4.5rem;
    line-height: 5.4rem;
  }
}

.title {
  font-size: 2rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0.6px;
}

.heading-section {
  font-family: "Friz Quadrata Std";
  letter-spacing: 0.68px;
  line-height: 5.4rem;
  color: #6D712E;
}
@media (min-width: 1200px) {
  .heading-section {
    font-size: 4.5rem;
  }
}
@media (max-width: 1199px) {
  .heading-section {
    font-size: 3rem;
  }
}

.title-section {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  letter-spacing: 6px;
}
@media (min-width: 1200px) {
  .title-section {
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  .title-section {
    font-size: 1.6rem;
  }
}

.text {
  font-size: 1.9rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 2.6rem;
  letter-spacing: 0.47px;
}

.text-section {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 3rem;
  letter-spacing: 0.26px;
}
@media (min-width: 1200px) {
  .text-section {
    font-size: 1.7rem;
  }
}
@media (max-width: 1199px) {
  .text-section {
    font-size: 1.6rem;
  }
}

.menu-link {
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
}

.sub-title {
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 2.7rem;
  color: #6D712E;
}

.sub-heading {
  font-size: 3.5rem;
  font-family: "Friz Quadrata Std";
  font-weight: 500;
  line-height: 4.2rem;
  color: #6D712E;
  letter-spacing: 0.53px;
}

.sub-text {
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  line-height: 2.6rem;
  font-weight: 400;
  color: #B9B9B9;
}

/*  mobile width< 740 */
@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat/montserrat.eot");
  src: url("../fonts/montserrat/montserrat.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat.ttf") format("truetype"), url("../fonts/montserrat/montserrat.svg#roboto") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat-semi/montserrat-semi.eot");
  src: url("../fonts/montserrat-semi/montserrat-semi.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-semi/montserrat-semi.ttf") format("truetype"), url("../fonts/montserrat-semi/montserrat-semi.svg#roboto") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat-bold/montserrat-bold.eot");
  src: url("../fonts/montserrat-bold/montserrat-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold/montserrat-bold.ttf") format("truetype"), url("../fonts/montserrat-bold/montserrat-bold.svg#roboto") format("svg");
  font-weight: bold;
  font-style: normal;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Friz Quadrata Std";
  src: url("../font/FrizQuadrataStd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 0.9411764706rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.header {
  background: #FFFFFF;
  text-align: center;
  align-items: center;
  padding: 2rem 0;
}
.header .logo {
  width: 18.5rem;
  height: 7.5rem;
}
.header.fixed-hide {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
  top: 0rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.0588235294);
}
.header .logo {
  display: inline-block;
  align-items: center;
}
.header .logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .wrapper ul {
  padding: 0;
}
@media (min-width: 1300px) {
  .header .wrapper .menu-list {
    gap: 6.7rem;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .header .wrapper .menu-list {
    gap: 5rem;
  }
}
@media (min-width: 1200px) {
  .header .wrapper {
    padding-top: 2rem;
  }
  .header .wrapper .menu {
    display: inline-block;
  }
  .header .wrapper .menu .menu-list {
    white-space: nowrap;
    list-style: none;
    align-items: center;
    text-align: center;
    display: flex;
  }
  .header .wrapper .menu .menu-list .group-icon {
    display: flex;
    gap: 3rem;
  }
  .header .wrapper .menu .menu-list .group-icon .icon-head {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
  }
  .header .wrapper .menu .menu-list .group-icon .icon-head img {
    width: 100%;
  }
  .header .wrapper .menu .menu-list .menu-item:hover .nav-sub, .header .wrapper .menu .menu-list .menu-item:active .nav-sub, .header .wrapper .menu .menu-list .menu-item:focus .nav-sub {
    display: block;
  }
  .header .wrapper .menu .menu-list .menu-item:hover .menu-link, .header .wrapper .menu .menu-list .menu-item:active .menu-link, .header .wrapper .menu .menu-list .menu-item:focus .menu-link {
    color: #6D712E;
  }
  .header .wrapper .menu .menu-list .menu-item:hover .icon-dropdown::before, .header .wrapper .menu .menu-list .menu-item:active .icon-dropdown::before, .header .wrapper .menu .menu-list .menu-item:focus .icon-dropdown::before {
    opacity: 0;
  }
  .header .wrapper .menu .menu-list .menu-item:hover .icon-dropdown::after, .header .wrapper .menu .menu-list .menu-item:active .icon-dropdown::after, .header .wrapper .menu .menu-list .menu-item:focus .icon-dropdown::after {
    opacity: 1;
  }
  .header .wrapper .menu .menu-list .menu-item .menu-link {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .header .wrapper .menu {
    display: none;
  }
}
.header .icon-menu-mobile {
  width: 2rem;
  height: 1.6rem;
  float: right;
  margin-top: 2rem;
  cursor: pointer;
}
.header .icon-menu-mobile img {
  width: 100%;
}
@media (min-width: 1200px) {
  .header .icon-menu-mobile {
    display: none;
  }
}
.header .nav-mobile .menu {
  line-height: 6.1rem;
  margin-bottom: 2rem;
}
.header .nav-mobile .menu .menu-list {
  padding: 0;
}
.header .nav-mobile .menu-item {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #E5E5E5;
}
.header .nav-mobile .button-blue-ff {
  margin-bottom: 2rem;
}
.header .has-dropdown {
  position: relative;
}
.header .has-dropdown .nav-sub {
  position: absolute;
  z-index: 10;
  display: none;
  padding-left: 6rem;
  width: 29.3rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.0588235294);
  left: -80%;
  background: #FFFFFF;
  padding-bottom: 3.5rem;
}
.header .has-dropdown .nav-sub .item {
  text-align: left;
  padding-top: 3.5rem;
  list-style: none;
}
.header .has-dropdown .nav-sub .item:hover {
  color: #6D712E;
}
.header .icon-dropdown {
  position: relative;
}
.header .icon-dropdown::before {
  content: "";
  position: absolute;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
  top: -0.5rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 0.42rem;
  transform: rotate(45deg);
  opacity: 1;
}
.header .icon-dropdown::after {
  content: "";
  position: absolute;
  opacity: 0;
  border-right: 1px solid #6D712E;
  border-bottom: 1px solid #6D712E;
  top: -0.5rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 0.42rem;
  transform: rotate(45deg);
}
.header .nav-overlay {
  position: fixed;
  top: 11.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
}
.header .nav-overlay.show {
  display: block;
}
.header .nav-mobile {
  text-align: right;
  box-shadow: inset 0px 3px 12px rgba(109, 113, 46, 0.1019607843);
  padding: 3rem 3.8rem;
  background: #fff;
  width: 75%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  transition: all 0.4s;
  opacity: 0;
  transform: translateX(100%);
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
}
.header .nav-mobile.show {
  transition: all 0.4s;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.header .nav-mobile ul {
  list-style: none;
  padding-left: 0;
  align-items: right;
}
.header .nav-mobile .head {
  border-bottom: 1px solid #6D712E;
  padding-bottom: 2rem;
}
.header .nav-mobile .head ul li {
  margin-top: 3rem;
  line-height: 2.6rem;
  letter-spacing: 0.26px;
}
.header .nav-mobile .head .group {
  display: flex;
  justify-content: space-between;
}
.header .nav-mobile .head .icon-close {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  padding: 1.2rem 1.2rem 1.2rem 1.4rem;
  box-shadow: 0 5px 30px rgba(109, 113, 46, 0.1019607843);
}
.header .nav-mobile .head .icon-close img {
  width: 100%;
  height: 100%;
}
.header .nav-mobile .head .user {
  background: #FBFDEE;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  padding: 1.2rem 1.2rem 1.2rem 1.4rem;
}
.header .nav-mobile .head .user img {
  width: 100%;
  height: 100%;
}
.header .nav-mobile .content ul li {
  margin-top: 4rem;
}
.header .nav-mobile .content ul li:first-child {
  display: flex;
  justify-content: flex-end;
}
.header .nav-mobile .content ul li:first-child a {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.header .nav-mobile .content ul li:first-child a img {
  width: 100%;
}
.header .nav-mobile .content ul li:not(:first-child) {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.header .nav-mobile .content ul li:active,
.header .nav-mobile .content ul li :hover {
  color: #6D712E;
}

.hero-banner {
  position: relative;
}
@media (min-width: 1200px) {
  .hero-banner {
    padding: 16.5rem 0;
  }
  .hero-banner .image {
    width: 70%;
  }
  .hero-banner .image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(48, 48, 48, 0.15);
    z-index: -1;
  }
  .hero-banner::after {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    width: 30%;
    height: 100%;
    background: #FBFDEE;
    z-index: -1;
  }
  .hero-banner .swiper-pagination {
    display: none;
  }
  .hero-banner .inner {
    max-width: 94.5rem;
  }
}
@media (max-width: 1199px) {
  .hero-banner {
    text-align: center;
    padding: 15.8rem 0 6.2rem 0;
  }
  .hero-banner .image {
    width: 100%;
  }
  .hero-banner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #FBFDEE, #FBFDEE, rgba(251, 253, 238, 0.7294117647), rgba(251, 253, 238, 0));
  }
  .hero-banner .swiper-pagination {
    position: relative;
    margin-top: 12.6rem;
    display: flex;
    gap: 2rem;
    justify-content: center;
  }
  .hero-banner .swiper-pagination-bullet {
    width: 4rem;
    height: 0.4rem;
    border-radius: 2px;
    background: #fff;
  }
  .hero-banner .swiper-pagination-bullet-active {
    width: 4rem;
    height: 0.4rem;
    background: #fff;
  }
}
.hero-banner .image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background: url("../img/home/cream-color-product-display-podium-room-with-product-presentation3d-rendering.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner .inner {
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .hero-banner .inner {
    padding: 12.9rem 13.2rem 12.9rem 18.3rem;
  }
  .hero-banner .inner::after {
    border-radius: 0 1.5rem 1.5rem 0;
  }
}
@media (max-width: 1199px) {
  .hero-banner .inner {
    padding: 6rem 3rem;
  }
  .hero-banner .inner::after {
    border-radius: 1.5rem;
  }
}
@media (max-width: 767px) {
  .hero-banner .inner .caption .text {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .hero-banner .inner .caption .text span {
    display: none;
  }
}
.hero-banner .inner::after {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

@media (max-width: 1199px) {
  .solution {
    padding: 6rem 0;
    text-align: center;
  }
  .solution .row {
    flex-direction: column-reverse;
  }
  .solution .right .caption {
    display: none;
  }
}
@media (min-width: 1200px) {
  .solution .left .caption {
    display: none;
  }
  .solution .right {
    padding: 8rem 0;
  }
}
.solution .row {
  align-items: center;
}
.solution .left .box-image {
  position: relative;
  padding-left: 6.1rem;
  padding-right: 6.1rem;
}
@media (min-width: 1200px) {
  .solution .left .box-image {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 1199px) {
  .solution .left .box-image {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}
.solution .left .box-image .back-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.solution .left .image {
  max-width: 49.8rem;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}
.solution .left .image img {
  width: 100%;
  height: 100%;
}

.feartured {
  background: rgba(239, 239, 239, 0.25);
}
@media (max-width: 1199px) {
  .feartured {
    padding: 6rem 0;
  }
}
@media (min-width: 1200px) {
  .feartured .bot .intro .item .text-section {
    margin-top: 2.9rem;
  }
  .feartured .bot .intro .item .image {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 1199px) {
  .feartured .bot .intro .item .text-section {
    margin-top: 2rem;
  }
  .feartured .bot .intro .item .image {
    width: 5rem;
    height: 5rem;
  }
  .feartured .bot .intro .swiper-scrollbar {
    margin-top: 3rem;
    height: 2px;
  }
  .feartured .bot .intro .swiper-scrollbar-drag {
    background: #6D712E;
    border-radius: 0.2rem;
  }
}
.feartured .bot .intro .item {
  text-align: center;
}
.feartured .bot .intro .item .image {
  width: 7rem;
  height: 7rem;
  flex-shrink: 0;
  margin: 0 auto;
}
.feartured .bot .intro .item .image img {
  width: 100%;
}

@media (max-width: 1199px) {
  .our-products {
    padding: 6rem 0;
  }
  .our-products .top {
    position: relative;
    padding: 0 3.8rem;
  }
  .our-products .top .top-bg,
.our-products .top .bot-bg {
    z-index: -1;
    position: absolute;
    width: 20.8rem;
    height: 21.4em;
  }
  .our-products .top .top-bg img,
.our-products .top .bot-bg img {
    width: 100%;
  }
  .our-products .top .top-bg {
    top: 0;
    right: 0;
  }
  .our-products .top .bot-bg {
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .our-products {
    position: relative;
  }
  .our-products .top-bg,
.our-products .bot-bg {
    z-index: -1;
    position: absolute;
  }
  .our-products .top-bg img,
.our-products .bot-bg img {
    width: 100%;
  }
  .our-products .top-bg {
    top: 0;
    right: 0;
  }
  .our-products .bot-bg {
    bottom: 0;
    left: 0;
  }
}
.our-products .bot {
  position: relative;
  z-index: 1;
}
.our-products .bot .list-product {
  padding-left: 0;
  list-style: none;
  text-align: left;
  display: grid;
}
@media (min-width: 1500px) {
  .our-products .bot .list-product {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .our-products .bot .list-product {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .our-products .bot .list-product {
    grid-row-gap: 30px;
  }
}

.product-card {
  padding: 3rem;
  border: 1px solid #EFEFEF;
  border-radius: 0.5rem;
  background: #FFFFFF;
}
.product-card:hover {
  box-shadow: 0 30px 45px rgba(109, 113, 46, 0.0705882353);
}
@media (max-width: 767px) {
  .product-card {
    width: 100%;
  }
}
.product-card .image img {
  width: 100%;
}
.product-card .group-add-cart {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}

@media (max-width: 1199px) {
  .group-add-cart {
    text-align: center;
    margin-top: 3.3rem;
  }
}
.group-add-cart .price ins,
.group-add-cart .price del {
  font-family: "Friz Quadrata Std";
  font-weight: 500;
  display: block;
}
@media (max-width: 1199px) {
  .group-add-cart .price ins {
    font-size: 2.2rem;
  }
  .group-add-cart .price del {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .group-add-cart .price ins {
    font-size: 2.5rem;
  }
  .group-add-cart .price del {
    font-size: 1.7rem;
    color: #B9B9B9;
  }
}
.group-add-cart .price ins {
  text-decoration: none;
}
.group-add-cart .price del {
  color: #B9B9B9;
}

.button-add {
  padding: 1rem 2rem;
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  border: 1px solid #6D712E;
  border-radius: 0.5rem;
}
.button-add:hover {
  background: #6D712E;
  color: white;
}
.button-add:hover .icon .cart-white {
  display: block;
}
.button-add:hover .icon .cart-green {
  display: none;
}
.button-add:active {
  transform: translateY(3px);
}
.button-add .icon {
  width: 2rem;
  height: 2rem;
}
.button-add .icon img {
  width: 100%;
}
.button-add .icon .cart-white {
  display: none;
}

@media (max-width: 1199px) {
  .new-products {
    padding: 6rem 0;
  }
}
.new-products .left .image {
  width: 100%;
}
@media (max-width: 1199px) {
  .new-products .left .image {
    margin-top: 2rem;
    border: 1px solid #EFEFEF;
    border-radius: 0.5rem;
    overflow: hidden;
  }
}
.new-products .left .image img {
  width: 100%;
}
.new-products .right .products-name {
  gap: 1.5rem;
}
.new-products .right .products-name .icon {
  width: 2.4rem;
}
.new-products .right .products-name .icon img {
  width: 100%;
}
.new-products .right .slider {
  position: relative;
}
.new-products .right .slider .inner .image {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .new-products .left .title-section,
.new-products .left .heading-section {
    display: none;
  }
  .new-products .swiper-next {
    right: -8rem;
  }
  .new-products .swiper-prev {
    left: -8rem;
  }
  .new-products .swiper-scrollbar {
    display: none;
  }
}
@media (max-width: 1199px) {
  .new-products .left {
    text-align: center;
  }
  .new-products .right .title-section,
.new-products .right .heading-section {
    display: none;
  }
  .new-products .swiper-next,
.new-products .swiper-prev {
    display: none;
  }
  .new-products .swiper-scrollbar {
    margin-top: 4rem;
    height: 2px;
  }
}
.new-products .swiper-scrollbar-drag {
  width: 12rem !important;
  background: #6D712E;
}

.swiper-next,
.swiper-prev {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border: 1px solid #EFEFEF;
  border-radius: 50%;
  padding: 1.2rem 1.2rem 1.2rem 1.4rem;
  top: 30%;
  transform: translateY(-30%);
  z-index: 1;
}
.swiper-next:hover,
.swiper-prev:hover {
  background-color: #D8E865;
  border: 1px solid #D8E865;
}
.swiper-next img,
.swiper-prev img {
  width: 2rem;
  margin: 0 auto;
  height: 2rem;
}

.treatment {
  position: relative;
}
@media (max-width: 1199px) {
  .treatment {
    padding: 6rem 0;
  }
  .treatment .top {
    padding: 0 3.8rem;
    position: relative;
  }
  .treatment .top .top-bg {
    z-index: -1;
    position: absolute;
    width: 20.8rem;
    height: 21.4em;
  }
  .treatment .top .top-bg img {
    width: 100%;
  }
  .treatment .top .top-bg {
    top: 0;
    right: 0;
  }
  .treatment .top .bot-bg {
    display: none;
  }
  .treatment .bot {
    padding: 0 3.8rem;
    position: relative;
  }
  .treatment .bot .mid-bg {
    z-index: -1;
    position: absolute;
    width: 20.8rem;
    height: 21.4em;
  }
  .treatment .bot .mid-bg img {
    width: 100%;
  }
  .treatment .bot .mid-bg {
    bottom: 32%;
    left: 0;
  }
  .treatment .bot .bot-bg {
    z-index: -1;
    position: absolute;
    width: 20.8rem;
    height: 21.4em;
  }
  .treatment .bot .bot-bg img {
    width: 100%;
  }
  .treatment .bot .bot-bg {
    bottom: -32rem;
    right: 0;
  }
  .treatment .bot .right {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .treatment {
    position: relative;
  }
  .treatment .row {
    gap: 3rem;
  }
  .treatment .top .top-bg {
    top: 0;
    right: 0;
  }
  .treatment .top .bot-bg {
    bottom: 0;
    left: 0;
  }
  .treatment .bot .bot-bg {
    display: none;
  }
  .treatment .mid-bg {
    display: none;
  }
}
.treatment .bot .caption {
  background: #fff;
  padding: 3rem;
}
.treatment .bot .left,
.treatment .bot .right {
  overflow: hidden;
}
.treatment .bot .left:hover,
.treatment .bot .right:hover {
  box-shadow: 0 30px 45px rgba(109, 113, 46, 0.0705882353);
}
.treatment .bot .left .image,
.treatment .bot .right .image {
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.treatment .bot .left .caption,
.treatment .bot .right .caption {
  overflow: hidden;
  border-radius: 0 0 1rem 1rem;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}

.top-bg,
.bot-bg {
  z-index: -1;
  position: absolute;
}
.top-bg img,
.bot-bg img {
  width: 100%;
}

.promotion {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .promotion::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .promotion .box-promo {
    padding: 6rem 3rem;
  }
  .promotion .box-promo .btn-green {
    padding: 0 4rem;
  }
}
@media (min-width: 1200px) {
  .promotion .box-promo {
    padding: 6rem 0;
  }
}
.promotion .box-promo {
  border-radius: 1rem;
}
.promotion .box-promo .title-section {
  font-size: 2rem !important;
}
.promotion .box-promo .heading-section {
  font-size: 4.5rem !important;
}

.professional {
  position: relative;
}
.professional::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(239, 239, 239, 0.25);
  z-index: -1;
}
@media (max-width: 1199px) {
  .professional {
    position: relative;
    padding: 6rem 0;
  }
  .professional .top-bg,
.professional .bot-bg {
    max-width: 20.8rem;
  }
  .professional .bot-bg {
    top: 0;
    left: 0;
  }
  .professional .top-bg {
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .professional {
    background: url("../img/home/professional.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .professional .top-bg,
.professional .bot-bg {
    display: none;
  }
}

@media (min-width: 1200px) {
  .contacts .content {
    display: flex;
  }
  .contacts .content .right {
    padding: 12.2rem 2rem;
  }
  .contacts .content .right .inner {
    max-width: 49.7rem;
    margin: 0 auto;
  }
  .contacts .content .right .inner .group-infor {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contacts .content .right .inner .group-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
  }
  .contacts .content .left {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .contacts .content .left .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contacts .content .left .head {
    display: none;
  }
}
@media (max-width: 1199px) {
  .contacts {
    padding: 6rem 0 0 0;
  }
  .contacts .right {
    padding: 6rem 3.8rem;
    text-align: center;
  }
  .contacts .right .head {
    display: none;
  }
  .contacts .right .desc .text-section {
    padding-top: 0;
  }
  .contacts .right .item {
    justify-content: center;
  }
  .contacts .right .group-infor .item:not(:first-child) {
    padding-top: 1.5rem;
  }
  .contacts .right .group-button {
    padding-top: 3rem;
    flex-wrap: wrap;
    gap: 3.3rem;
  }
  .contacts .right .group-button .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts .right .group-button .btn-green {
    padding: 0 8.2rem;
  }
  .contacts .right .group-button .btn-green-bg-white {
    padding: 0 4rem;
  }
  .contacts .left .head {
    text-align: center;
  }
  .contacts .left .image {
    margin-top: 2rem;
  }
}
.contacts .content .right {
  background-color: #FBFDEE;
}
.contacts .content .right .item {
  align-items: center;
  gap: 1.5rem;
}
.contacts .content .right .icon {
  width: 2rem;
}
.contacts .content .right .icon img {
  width: 100%;
}

.newsletter {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.newsletter::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  .newsletter .inner {
    gap: 3rem;
    display: flex;
    align-items: center;
  }
  .newsletter .form {
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    background: #fff;
  }
  .newsletter .form input {
    padding-left: 2.5rem;
    background: none;
    border: none;
    width: 100%;
  }
  .newsletter .form button {
    float: right;
  }
}
.newsletter .content .form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 2.6rem;
}
.newsletter .content .form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 2.6rem;
}
.newsletter .content .form input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 2.6rem;
}
@media (max-width: 1199px) {
  .newsletter .content {
    text-align: center;
  }
  .newsletter input {
    align-items: center;
    border-radius: 1rem;
    width: 100%;
    padding: 0 11.3rem;
    height: 6.2rem;
    border: none;
  }
  .newsletter .btn-green {
    margin-top: 3rem;
  }
}
.newsletter .content {
  position: relative;
  z-index: 1;
}

.footer .social {
  padding-left: 0;
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.footer .social li {
  flex-shrink: 0;
  list-style: none;
}
.footer .social li a {
  width: 3.5rem;
  display: inline-block;
  height: 3.5rem;
}
.footer .social li a img {
  width: 100%;
  height: 100%;
}
.footer .menu {
  list-style: none;
  padding-left: 0;
  line-height: 3.5rem;
}
.footer .copyright .left p {
  line-height: 3.5rem;
}
.footer .copyright .right ul {
  padding-left: 0;
  list-style: none;
  line-height: 3.5rem;
}
@media (min-width: 1200px) {
  .footer .social {
    margin-top: 5rem;
  }
  .footer .copyright ul {
    gap: 4.3rem;
    display: flex;
  }
  .footer .infor {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media (max-width: 1199px) {
  .footer .social {
    margin-top: 2rem;
  }
  .footer .infor {
    margin-top: 3rem;
  }
  .footer .infor .menu {
    margin-top: 3rem;
  }
  .footer .infor .menu .menu-list {
    margin-top: 0;
  }
  .footer .copyright {
    margin-top: 3rem;
  }
}
.footer .infor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .copyright {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}

#main {
  overflow: hidden;
}

.hero-banner-about {
  background: url("../img/about/hero-banner-about.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13.5rem 0;
}
.hero-banner-about .content {
  max-width: 102.6rem;
  margin: 0 auto;
  background-color: rgba(251, 253, 238, 0.8);
  border-radius: 1rem;
  overflow: hidden;
  padding: 10rem 1rem;
}
.hero-banner-about .content .caption {
  max-width: 63rem;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .solution-about .row {
    flex-direction: row-reverse;
  }
}

@media (max-width: 1199px) {
  .hight-quality {
    text-align: center;
  }
}

.intro-about {
  z-index: 1;
}
@media (min-width: 1200px) {
  .intro-about {
    position: relative;
  }
  .intro-about .row:first-child .box-img {
    border-radius: 0 1rem 0 0;
  }
  .intro-about .row:first-child .box-cap {
    border-radius: 1rem 0 0 0;
  }
  .intro-about .row:last-child .box-cap {
    border-radius: 0 0 1rem 0;
  }
  .intro-about .row:last-child .box-img {
    border-radius: 0 0 0 1rem;
  }
  .intro-about .top-bg {
    top: 0;
    right: 0;
  }
  .intro-about .mid-bg {
    top: 50%;
    left: 0;
  }
  .intro-about .bot-bg {
    bottom: 0;
    right: 0;
  }
  .intro-about .content .box-cap {
    padding: 12rem 2rem;
  }
  .intro-about .content .box-img {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .intro-about .content .box-img .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .intro-about {
    position: relative;
    padding: 6rem 0;
  }
  .intro-about .row .box-cap {
    border-radius: 1rem 1rem 0 0;
  }
  .intro-about .row .box-img {
    border-radius: 0 0 1rem 1rem;
  }
  .intro-about .row:not(:first-child) {
    margin-top: 2rem;
  }
  .intro-about .row:nth-child(2) {
    flex-direction: column-reverse;
  }
  .intro-about .row:nth-child(4) {
    flex-direction: column-reverse;
  }
  .intro-about .top-bg {
    top: 0;
    right: 0;
  }
  .intro-about .mid-bg {
    top: 0;
    left: 0;
  }
  .intro-about .bot-bg {
    display: none;
  }
  .intro-about .box-cap {
    text-align: center;
    padding: 2rem;
  }
}
.intro-about .row:nth-child(odd) .box-cap {
  background-color: #FBFDEE;
}
.intro-about .row:nth-child(even) .box-cap {
  background-color: rgba(239, 239, 239, 0.25);
}
.intro-about .row .box-cap,
.intro-about .row .box-img {
  overflow: hidden;
}

.top-bg,
.mid-bg,
.bot-bg {
  position: absolute;
  z-index: -1;
}
@media (min-width: 1200px) {
  .top-bg,
.mid-bg,
.bot-bg {
    width: 55rem;
  }
}
@media (max-width: 1199px) {
  .top-bg,
.mid-bg,
.bot-bg {
    width: 20.8rem;
    height: 21.4rem;
  }
}
.top-bg img,
.mid-bg img,
.bot-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro-about-2 {
  background-color: rgba(239, 239, 239, 0.25);
}
@media (min-width: 1200px) {
  .intro-about-2 .content {
    display: flex;
    gap: 9.6rem;
  }
}
@media (max-width: 1199px) {
  .intro-about-2 {
    padding: 6rem 0;
  }
  .intro-about-2 .items:first-child {
    margin-top: 0;
  }
  .intro-about-2 .items:not(:first-child) {
    margin-top: 3rem;
  }
}

.intro-video {
  position: relative;
}
@media (max-width: 1199px) {
  .intro-video {
    padding: 6rem 0;
  }
}
.intro-video .mid-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.intro-video .box-video {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.intro-video .videos {
  width: 100%;
  z-index: -1;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.intro-video .videos img {
  width: 100%;
  height: 100%;
}
.intro-video .icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 7rem;
  height: 7rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.intro-video .icon img {
  width: 100%;
  height: 100%;
}

.hero-banner-products {
  background: url("../img/products/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13.5rem 0;
}
.hero-banner-products .content {
  max-width: 102.6rem;
  margin: 0 auto;
  background-color: rgba(251, 253, 238, 0.8);
  border-radius: 1rem;
  overflow: hidden;
  padding: 10rem 1rem;
}
.hero-banner-products .content .caption {
  max-width: 63rem;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.accordion-button {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.45px;
  line-height: 2.7rem;
  font-family: "Lato", sans-serif;
  color: #6D712E;
  border: none;
}
.accordion-button:focus {
  border: unset;
  border-color: unset;
  box-shadow: unset;
}

.accordion-button::after {
  background-image: url("../img/products/arrow-down.png");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/products/arrow-down.png");
}

.accordion-button:not(.collapsed) {
  color: #6D712E;
  background-color: #fff;
  box-shadow: none;
}

.accordion-item {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  border-left: unset;
  border-right: unset;
}

.accordion-button {
  padding: 1rem 0;
}

.category .accordion-body {
  padding: 2rem 1.5rem;
  border: unset;
}
.category .accordion-body .items {
  margin-top: 0;
}
.category .accordion-body .items .item {
  background: none;
  border: none;
}
.category .accordion-body ul {
  padding-left: 0;
  list-style: none;
  font-family: "Lato", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.category .accordion-body ul li:not(:first-child) {
  padding-top: 1.5rem;
}
.category .accordion-body ul li:hover {
  color: #6D712E;
}
.category .sort-by {
  justify-content: flex-end;
  gap: 4rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  align-items: center;
}
@media (max-width: 767px) {
  .category .sort-by {
    gap: 2rem;
  }
}
.category .sort-by .select-box {
  background: #fff;
  overflow: hidden;
  position: relative;
  line-height: 3.5rem;
  color: black;
}
.category .sort-by .select-box select {
  padding: 0 1.5rem;
  text-transform: capitalize;
  font-size: 1.7rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #6D712E;
  border: 1px solid #E6E6E6;
  height: 3.5rem;
  width: 20.6rem;
  border-radius: 0.5rem;
  outline: none;
}
.category .sort-by .select-box select::-ms-expand {
  display: none;
}
.category .sort-by .select-box select:invalid {
  opacity: 0;
}
.category .list-card {
  display: grid;
  padding-left: 0;
}
.category .list-card li {
  list-style: none;
}
@media (max-width: 1199px) {
  .category {
    padding: 6rem 0;
  }
  .category .content {
    padding: 3rem 0;
  }
}
@media (min-width: 1200px) {
  .category .content {
    max-width: 30rem;
  }
  .category .list-card {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .category .list-card {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .category .list-card {
    grid-row-gap: 30px;
  }
}

.menu-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  text-align: center;
  margin-top: 4rem;
}
.menu-pagination .item-pagi {
  cursor: pointer;
  font-size: 1.7rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #6D712E;
  border: 1px solid #EFEFEF;
  border-radius: 0.5rem;
  background-color: #EFEFEF;
  width: 4rem;
  height: 4rem;
  padding: 0.8rem 0.9rem;
  flex-shrink: 0;
}
.menu-pagination .item-pagi .item {
  display: inline-block;
}
.menu-pagination .item-pagi:hover {
  background: #6D712E;
  color: #F6F6F4;
}
.menu-pagination .item-pagi:hover .item {
  filter: brightness(0) invert(1);
}
.menu-pagination .item-prev {
  background-color: #F6F6F4;
}
.menu-pagination .item {
  display: inline-block;
  width: 2rem;
  height: 1.07rem;
}
.menu-pagination .item img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .cart {
    padding: 6rem 0;
  }
}
.cart .table > :not(:first-child) {
  border: none;
}
.cart .cart-total {
  padding: 5rem 3.5rem 5rem 3.5rem;
  background: #FBFDEE;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .cart .cart-total {
    max-width: 36.6rem;
    margin-left: 7rem;
  }
}
@media (max-width: 1199px) {
  .cart .cart-total {
    margin-top: 5rem;
    width: 100%;
  }
}
.cart .cart-total .btn-green-bg-white,
.cart .cart-total .btn-green {
  width: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
.cart .cart-total table {
  width: 100%;
}
.cart .cart-total table tbody {
  display: block;
}
.cart .cart-total table tbody tr {
  display: table;
  table-layout: fixed;
  padding-top: 2rem;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #FBFDEE;
  border-style: none;
  font-weight: 400;
  line-height: 3rem;
}
.cart .cart-total table tbody tr .table > :not(caption) > * > * {
  padding: 0;
}
.cart .cart-total table tbody tr td {
  padding-top: 2rem;
}
.cart .cart-total table tbody tr:first-child {
  border-bottom: 1px solid rgba(109, 113, 46, 0.2);
  border-top: 1px solid rgba(109, 113, 46, 0.2);
}
.cart .cart-total table tbody tr:nth-child(3) td {
  text-align: right;
  color: #6D712E;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.cart .cart-total table tbody tr:nth-child(4) {
  border-bottom: 1px solid rgba(109, 113, 46, 0.2);
}
.cart .cart-total table tbody tr:last-child td:not(:first-child) {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
}
.cart .cart-total table tbody tr td:not(:first-child) {
  text-align: right;
}

.left table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid rgba(0, 18, 43, 0.2);
}
@media (max-width: 1199px) {
  .left table thead {
    display: none;
  }
  .left table tbody {
    border-top: 2px solid #fff;
    border: none;
    display: block;
  }
  .left table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .left table tbody tr:not(:first-child) {
    margin-top: 3rem;
  }
  .left table tbody tr td {
    text-align: center;
    padding: 1rem;
    display: flex;
    flex: 0 0 100%;
  }
  .left table tbody tr td:not(:first-child):before {
    content: attr(data-title);
    display: inline-block;
    flex: 0 0 30%;
    min-width: 10rem;
    text-align: left;
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .left table tbody tr {
    border-bottom: 2px solid #EFEFEF;
  }
}
.left table thead tr {
  border-style: none;
  color: #6D712E;
}
.left table thead th {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  padding-bottom: 2rem;
}
.left table thead th:first-child {
  width: 50%;
}
.left table th:nth-child(2),
.left table td:nth-child(2) {
  text-align: center;
}
.left table th:nth-child(3),
.left table td:nth-child(3) {
  text-align: right;
}
.left table tbody tr:first-child td {
  padding: 2rem 0;
}
.left table tbody tr:not(:first-child) td {
  padding: 2rem 0;
}
.left table tbody tr .delete a {
  display: block;
  width: 2rem;
  height: 2rem;
  float: right;
}
.left table tbody tr .delete a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.left table tbody tr td {
  border: none;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.left table tbody tr td .product {
  gap: 3rem;
}
.left table tbody tr td .product .box-image {
  width: 7rem;
  height: 7rem;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
}
.left table tbody tr td .product .box-image img {
  width: 100%;
  height: 100%;
}
.left table tbody tr td .product .caption {
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.left table tbody tr td .price ins {
  text-decoration: none;
  display: block;
  font-size: 2.5rem;
  font-family: "Friz Quadrata Std";
  color: #303030;
  font-weight: 500;
}
.left table tbody tr td .price del {
  display: block;
  font-size: 1.7rem;
  font-family: "Friz Quadrata Std";
  color: #B9B9B9;
  font-weight: 400;
}
.left .group-coupon {
  align-items: center;
}
@media (min-width: 1200px) {
  .left .group-coupon {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .left .group-coupon .group-coupon {
    border: 1px solid #EFEFEF;
    border-radius: 1rem;
  }
  .left .group-coupon input {
    background: none;
    border: none;
    min-width: 29rem;
  }
}
@media (max-width: 1199px) {
  .left .group-coupon {
    display: block;
  }
  .left .group-coupon .group-coupon .btn-green-bg-white {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: 2rem;
  }
  .left .group-coupon .btn-black-bg-gray {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: 2rem;
  }
  .left .group-coupon input {
    border: 1px solid #EFEFEF;
    border-radius: 1rem;
    height: 6.2rem;
    width: 100%;
  }
}
.left .group-coupon .group-coupon input {
  padding: 2rem 2.5rem;
}
.left .group-coupon .group-coupon input::-moz-placeholder {
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
.left .group-coupon .group-coupon input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
.left .group-coupon .group-coupon input::placeholder {
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 1200px) {
  .check-out .left {
    max-width: 76.2rem;
  }
}
@media (max-width: 1199px) {
  .check-out .left {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .check-out .form-wrap .form-row {
    grid-gap: 0 1.1111111111rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
.check-out .form-wrap .form-group input {
  margin-top: 1.6rem;
  padding: 0rem 1.6rem;
  line-height: 3rem;
  border: 1px solid #DFDFDF;
  height: 4.7rem;
  line-height: 4.7rem;
  width: 100%;
  border-radius: 0.3rem;
}
.check-out .form-wrap .form-group input::-moz-placeholder {
  color: rgba(48, 48, 48, 0.5);
}
.check-out .form-wrap .form-group input:-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.5);
}
.check-out .form-wrap .form-group input::placeholder {
  color: rgba(48, 48, 48, 0.5);
}
.check-out .form-wrap .form-group label {
  color: #6D712E;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 2.7rem;
}
.check-out .shipping input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.check-out .shipping label {
  position: relative;
  line-height: 3rem;
  padding-left: 4rem;
  cursor: pointer;
}
.check-out .shipping label::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 0%;
  left: 0rem;
  border: 1px solid #EFEFEF;
}
.check-out .shipping label::after {
  opacity: 0;
  content: "";
  display: inline-block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.5rem;
  left: 1.1rem;
  width: 1rem;
  height: 1.5rem;
  border-bottom: 0.3rem solid #303030;
  border-right: 0.3rem solid #303030;
}
.check-out .form-group textarea {
  padding: 1.8rem 2.7rem;
  width: 100%;
  line-height: 2.6rem;
  min-height: 14.3rem;
  color: rgba(48, 48, 48, 0.5);
  border: 1px solid #EFEFEF;
  resize: none;
  border-radius: 0.3rem;
}
.check-out .order-summary {
  padding: 5rem 3.5rem 5rem 3.5rem;
  background: #FBFDEE;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .check-out .order-summary {
    max-width: 36.6rem;
  }
}
@media (max-width: 1199px) {
  .check-out .order-summary {
    margin-top: 5rem;
    width: 100%;
  }
}
.check-out .order-summary .table {
  margin-bottom: 0;
  width: 100%;
}
.check-out .order-summary .table tbody {
  border-style: none;
  display: block;
}
.check-out .order-summary .table tbody tr {
  letter-spacing: 0.24px;
  align-items: center;
  display: table;
  table-layout: fixed;
  padding-top: 2rem;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #FBFDEE;
  border-style: none;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
}
.check-out .order-summary .table tbody tr td {
  padding: 1.5rem 0;
}
.check-out .order-summary .table tbody tr:first-child {
  border-bottom: 1px solid rgba(109, 113, 46, 0.2);
}
.check-out .order-summary .table tbody tr:nth-child(4) {
  padding-top: 1rem;
  line-height: 3rem;
  border-top: 1px solid rgba(109, 113, 46, 0.2);
}
.check-out .order-summary .table tbody tr:nth-child(4) td:not(:first-child) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 2.3rem;
}
.check-out .order-summary .table tbody tr td:not(:first-child) {
  vertical-align: middle;
  text-align: right;
}
.check-out .order-summary .table-product {
  width: 100%;
  border-top: 1px solid rgba(109, 113, 46, 0.2);
  border-bottom: 1px solid rgba(109, 113, 46, 0.2);
}
.check-out .order-summary .table-product .caption span {
  font-size: 1.5rem;
  line-height: 2.3rem;
}
.check-out .order-summary .table-product .caption span:not(:first-child) {
  margin-left: 2rem;
}
.check-out .order-summary .product-item {
  padding: 1.5rem 0;
  gap: 1rem;
}
.check-out .order-summary .product-item .img {
  width: 6.7rem;
  height: 6.7rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.check-out .order-summary .product-item .img img {
  width: 100%;
  height: 100%;
}
.check-out .payment-method .content-payment input[type=radio]:checked + label::before {
  border: #6D712E;
  box-shadow: inset 0 0 0 0.6rem #6D712E;
  background-color: #FFF;
}
.check-out .payment-method .content-payment label {
  padding-left: 4rem;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: "Nunito", sans-serif;
  position: relative;
}
.check-out .payment-method .content-payment label::before {
  content: "";
  height: 1.7rem;
  width: 1.7rem;
  border: 1px solid #D3D3D3;
  border-radius: 50%;
  left: 0;
  top: 0.5rem;
  position: absolute;
}
.check-out .text-form {
  padding: 1.5rem 0;
  border-bottom: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
}
.check-out .form-agree input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.check-out .form-agree label {
  padding-left: 3rem;
  position: relative;
}
.check-out .form-agree label::before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  top: 6%;
  left: 0;
  position: absolute;
  border: 1px solid rgba(48, 48, 48, 0.5);
  background: #F8F8F8;
  border-radius: 0.3rem;
}
.check-out .form-agree label::after {
  opacity: 0;
  content: "";
  display: inline-block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.4rem;
  left: 0.5rem;
  width: 0.7rem;
  height: 1rem;
  border-bottom: 0.2rem solid #303030;
  border-right: 0.2rem solid #303030;
}
.check-out .btn-green {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.select-box {
  margin-top: 1rem;
  background: #fff;
  overflow: hidden;
  position: relative;
  line-height: 4rem;
  color: black;
}
.select-box::before {
  content: "";
}
.select-box select {
  padding: 0.9rem 1.5rem;
  text-transform: capitalize;
  font-size: 1.8rem;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  color: rgba(48, 48, 48, 0.5);
  border: 1px solid #DFDFDF;
  height: 4.7rem;
  width: 100%;
  border-radius: 0.5rem;
  outline: none;
}

.hero-banner-treatment {
  background: url("../img/treatment/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13.5rem 0;
}
.hero-banner-treatment .content {
  max-width: 102.6rem;
  margin: 0 auto;
  background-color: rgba(251, 253, 238, 0.8);
  border-radius: 1rem;
  overflow: hidden;
  padding: 10rem 1rem;
}
.hero-banner-treatment .content .caption {
  max-width: 63rem;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.synergy {
  position: relative;
}
@media (min-width: 1200px) {
  .synergy .content {
    background: #EFEFEF;
  }
  .synergy .content .left {
    padding-top: 4rem;
    padding-bottom: 11rem;
  }
  .synergy .right {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .synergy .right img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.synergy img {
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .synergy .row {
    padding: 6rem 0;
  }
  .synergy .content {
    margin-top: 0;
  }
  .synergy .content .left {
    text-align: center;
    padding: 3rem 1rem;
  }
}

.treatments {
  position: relative;
}
@media (min-width: 1200px) {
  .treatments .top-bg {
    top: 2rem;
    right: 0;
  }
  .treatments .bot-bg {
    bottom: 0;
    left: 0;
  }
  .treatments .content .left,
.treatments .content .right {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .treatments .content .left .image img,
.treatments .content .right .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .treatments .content:first-child .right {
    padding-top: 5.95rem;
    padding-bottom: 9.3rem;
  }
  .treatments .content:not(:first-child) .left {
    padding-top: 5.95rem;
    padding-bottom: 9.3rem;
  }
}
.treatments img {
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .treatments {
    padding: 6rem 0;
  }
  .treatments .content:first-child .row {
    flex-direction: column-reverse;
  }
  .treatments .content:not(:first-child) {
    margin-top: 5rem;
  }
  .treatments .caption {
    text-align: center;
    padding: 3rem 1rem;
  }
  .treatments .top-bg {
    top: 0%;
    right: 0;
  }
  .treatments .bot-bg {
    top: 0;
    left: 0;
  }
}

.hero-banner-promo {
  background: url("../img/promotion/banner-promo.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13.5rem 0;
}
.hero-banner-promo .content {
  max-width: 102.6rem;
  margin: 0 auto;
  background-color: rgba(251, 253, 238, 0.8);
  border-radius: 1rem;
  overflow: hidden;
  padding: 10rem 1rem;
}
.hero-banner-promo .content .caption {
  max-width: 63rem;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .promotions {
    padding: 6rem 0;
  }
}
.promotions .content-product {
  display: grid;
}
.promotions .content-product .item {
  border-radius: 1rem;
  overflow: hidden;
}
.promotions .content-product .item:hover {
  box-shadow: 0 30px 45px rgba(109, 113, 46, 0.0705882353);
}
.promotions .group-button {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  .promotions .group-button .btn {
    display: flex;
    justify-content: center;
    min-width: 28rem;
  }
  .promotions .content-product {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 51px;
    grid-row-gap: 51px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .promotions .content-product {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 51px;
    grid-row-gap: 51px;
  }
}
@media (max-width: 767px) {
  .promotions .content-product {
    grid-row-gap: 30px;
  }
}

.hero-banner-pro-fessional {
  background: url("../img/professional/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13.5rem 0;
}
.hero-banner-pro-fessional .content {
  max-width: 102.6rem;
  margin: 0 auto;
  background-color: rgba(251, 253, 238, 0.8);
  border-radius: 1rem;
  overflow: hidden;
  padding: 10rem 1rem;
}
.hero-banner-pro-fessional .content .caption {
  max-width: 63rem;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.intro-professional {
  position: relative;
}
@media (max-width: 1199px) {
  .intro-professional {
    padding: 6rem 0;
  }
}
.intro-professional .top-bg {
  top: 0;
  right: 0;
}
.intro-professional .bot-bg {
  left: 0;
  bottom: 0;
}
.intro-professional .image {
  width: 100%;
}
.intro-professional .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro-professional-2 {
  background-color: rgba(239, 239, 239, 0.25);
}
@media (min-width: 1200px) {
  .intro-professional-2 .left {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .intro-professional-2 .left img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .intro-professional-2 .right {
    padding-top: 4.8rem;
    padding-bottom: 7.3rem;
  }
}
@media (max-width: 1199px) {
  .intro-professional-2 {
    padding: 6rem 0;
  }
  .intro-professional-2 .right {
    text-align: center;
    padding: 3rem 1rem;
  }
}
.intro-professional-2 img {
  border-radius: 1rem;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .bussiness .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .bussiness .items .item .caption {
    max-width: 36.6rem;
  }
}
@media (max-width: 1199px) {
  .bussiness .item {
    margin-top: 3rem;
    width: 100%;
  }
}

.items {
  margin-top: 4rem;
}
@media (max-width: 575px) {
  .items .item .inner {
    flex-wrap: wrap;
  }
}
.items .item {
  border-radius: 1rem;
  background-color: #FBFDEE;
  border: 1px solid #FBFDEE;
}
.items .item .inner {
  padding: 5rem 4.2rem;
  display: flex;
  gap: 3rem;
}
.items .item .inner .image {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
}
.items .item .inner .image img {
  width: 100%;
  height: 100%;
}

.fancybox-content {
  padding: 0;
  border-radius: 1rem;
  overflow: hidden;
}

.fancybox-slide--html .fancybox-close-small {
  margin-top: 3rem;
  margin-right: 3rem;
}
@media (max-width: 575px) {
  .fancybox-slide--html .fancybox-close-small {
    margin-top: 1rem;
    margin-right: 1rem;
  }
}

.fancybox-slide--html .fancybox-close-small {
  border: 1px solid #E6E6E6;
  border-radius: 50%;
}

.register-now {
  max-width: 102.6rem;
  padding: 8.159rem 13.2rem;
}
@media (max-width: 575px) {
  .register-now {
    padding: 4rem 3rem;
  }
}
@media (min-width: 1200px) {
  .register-now .form-row {
    grid-gap: 0 1.1111111111rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
.register-now textarea {
  margin-top: 2rem;
  min-height: 20rem;
  resize: none;
  border: 1px solid #E6E6E6;
  width: 100%;
  border-radius: 0.5rem;
  padding: 1.9rem 2.3rem;
}
.register-now textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.register-now textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.register-now textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.register-now .form-group {
  margin-top: 3rem;
}

.thanks-popup {
  max-width: 76.2rem;
  padding: 8rem 13.2rem;
}
@media (max-width: 575px) {
  .thanks-popup {
    padding: 4rem 3rem;
  }
}
.thanks-popup .content .icon {
  display: flex;
  justify-content: center;
}
.thanks-popup .content .icon .image {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
}
.thanks-popup .content .icon img {
  width: 100%;
  height: 100%;
}

.hero-banner-our-beauty {
  background: url("../img/beaty-center/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13.5rem 0;
}
.hero-banner-our-beauty .content {
  max-width: 102.6rem;
  margin: 0 auto;
  background-color: rgba(251, 253, 238, 0.8);
  border-radius: 1rem;
  overflow: hidden;
  padding: 10rem 1rem;
}
.hero-banner-our-beauty .content .caption {
  max-width: 63rem;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.find-beauty .left .btn-green {
  display: flex;
  justify-content: center;
}
.find-beauty .right {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .find-beauty .right {
    margin-left: 2rem;
  }
  .find-beauty .right .location {
    bottom: 51rem;
    padding: 2rem 7.1rem 3rem 3rem;
    left: 5.7rem;
  }
  .find-beauty .right .location .box-content::after {
    border-top: 4rem solid #FBFDEE;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    bottom: -7rem;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
  }
}
@media (max-width: 1199px) {
  .find-beauty .right {
    margin-top: 3rem;
    width: 100%;
    min-height: 80rem;
  }
  .find-beauty .right .location {
    bottom: 20%;
    left: 5%;
  }
  .find-beauty .right .location .box-content::after {
    border-top: 4rem solid #FBFDEE;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    bottom: -3rem;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
  }
}
.find-beauty .right::after {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.find-beauty .right .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.find-beauty .right .location {
  position: absolute;
  max-width: 90%;
  border-radius: 1rem;
  background: #FBFDEE;
  z-index: 9;
}
.find-beauty .right .location .box-content {
  position: relative;
}
.find-beauty .information {
  max-height: 58rem;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.find-beauty .information .box-information {
  border: 1px solid #EFEFEF;
  border-radius: 1rem;
  margin-right: 2.5rem;
}
.find-beauty .information::-webkit-scrollbar {
  width: 0.6rem;
}
.find-beauty .information::-webkit-scrollbar-track {
  background: #EFEFEF;
}
.find-beauty .information::-webkit-scrollbar-thumb {
  background: #6D712E;
}
.find-beauty .information::-webkit-scrollbar-thumb:hover {
  background: #D8E865;
}

.form-group input {
  margin-top: 1.9rem;
  width: 100%;
  line-height: 6.2rem;
  height: 6.2rem;
  padding: 0 2.5rem;
  border: 1px solid #EFEFEF;
  border-radius: 0.5rem;
  letter-spacing: 0.26px;
}
.form-group input::-moz-placeholder {
  color: rgba(48, 48, 48, 0.5);
}
.form-group input:-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.5);
}
.form-group input::placeholder {
  color: rgba(48, 48, 48, 0.5);
}
.form-group label {
  color: #6D712E;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
}

.box-content {
  padding: 3rem;
}
@media (max-width: 1199px) {
  .box-content {
    padding: 2rem 1rem;
  }
}
.box-content:nth-child(even) {
  margin-left: -3px;
}
.box-content ul {
  margin-top: 1rem;
  display: flex;
  padding-left: 0;
  gap: 2rem;
}
.box-content ul li:first-child {
  flex-shrink: 0;
}
.box-content ul li:first-child a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
.box-content ul li:first-child a img {
  width: 100%;
  height: 100%;
}
.box-content ul li {
  line-height: 2.6rem;
  letter-spacing: 0.26px;
  list-style: none;
}

.group-button {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding-left: 4rem;
}
@media (max-width: 1199px) {
  .group-button {
    padding-left: 4rem;
  }
}
.group-button .button-green {
  border-radius: 0.5rem;
  color: #6D712E;
  background: #D8E865;
  padding: 0.3rem 2rem;
  line-height: 3rem;
  border: none;
}
.group-button .button-green:hover {
  color: #fff;
  background-color: #6D712E;
}
@media (max-width: 1199px) {
  .group-button .button-green {
    margin-top: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.group-contacts {
  display: flex;
  gap: 3rem;
  padding-left: 4rem;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .group-contacts {
    display: block;
  }
  .group-contacts span {
    padding-bottom: 1rem;
    display: inline-block;
    transform: rotate(90deg);
  }
}

.contact ul {
  padding-left: 0;
}
.contact .get-in-touch .form-infor {
  margin-top: 4rem;
}
.contact .get-in-touch .form-infor ul:not(:first-child) {
  margin-top: 4rem;
}
.contact .get-in-touch .form-infor ul li {
  list-style: none;
}
.contact .get-in-touch .form-infor ul li:first-child {
  flex-shrink: 0;
}
.contact .get-in-touch .form-infor ul li:first-child a {
  display: block;
  width: 6rem;
  height: 6rem;
}
.contact .get-in-touch .form-infor ul li:first-child a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.contact .get-in-touch .form-infor ul li:last-child a:last-child {
  line-height: 2.6rem;
  letter-spacing: 0.26px;
  margin-top: 1.5rem;
}
.contact .get-in-touch .form-infor ul li a {
  display: block;
}
.contact .get-in-touch .form-infor ul li a:not(:last-child) {
  color: #6D712E;
}
.contact .message {
  max-width: 49.8rem;
  margin: 0 auto;
}
.contact .message .form-group input {
  margin-top: 1.5rem;
  line-height: 5.2rem;
  height: 5.2rem;
}
.contact .message .form-group textarea {
  margin-top: 1.5rem;
  resize: none;
  border: 1px solid #EFEFEF;
  width: 100%;
  min-height: 25rem;
  line-height: 2.6rem;
  padding: 1.9rem 2.5rem;
}
.contact .message .form-group textarea::-moz-placeholder {
  color: rgba(48, 48, 48, 0.5);
}
.contact .message .form-group textarea:-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.5);
}
.contact .message .form-group textarea::placeholder {
  color: rgba(48, 48, 48, 0.5);
}
@media (min-width: 576px) {
  .contact .get-in-touch .form-infor ul {
    display: flex;
    gap: 2.5rem;
  }
}
@media (max-width: 575px) {
  .contact .get-in-touch .form-infor ul li {
    text-align: center;
  }
  .contact .get-in-touch .form-infor ul li:first-child {
    max-width: 6rem;
    margin: 0 auto;
  }
  .contact .get-in-touch .form-infor ul li:last-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .contact .col-xl-6 {
    padding: 12rem 1.5rem;
  }
  .contact .get-in-touch {
    max-width: 36.6rem;
    margin-left: 13.2rem;
  }
  .contact .top-bg {
    top: 0;
    right: 0;
  }
  .contact .bot-bg {
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .contact .message {
    padding: 6rem 1rem;
  }
  .contact .get-in-touch {
    width: 100%;
    padding: 6rem 0;
  }
  .contact .get-in-touch .head {
    text-align: center;
  }
  .contact .top-bg {
    top: 15rem;
    right: 0;
  }
  .contact .bot-bg {
    top: 15rem;
    left: 0;
  }
}

.looking-our {
  background: url("../img/contact/banner-contact.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.looking-our::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  background-color: rgba(48, 48, 48, 0.2);
}
.looking-our .btn-green {
  padding: 2rem 4rem;
}

.create-account .form-group,
.sign-in .form-group {
  margin-top: 2.5rem;
}
.create-account .form-group input,
.sign-in .form-group input {
  margin-top: 1.5rem;
  padding: 0 2rem;
  height: 5.2rem;
  line-height: 5.2rem;
}
.create-account .form-agree input[type=checkbox]:checked + label::after,
.sign-in .form-agree input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.create-account .form-agree label,
.sign-in .form-agree label {
  line-height: 2.6rem;
  padding-left: 3rem;
  position: relative;
}
.create-account .form-agree label::before,
.sign-in .form-agree label::before {
  content: "";
  width: 2rem;
  height: 2rem;
  top: 6%;
  left: 0;
  position: absolute;
  border: 1px solid rgba(48, 48, 48, 0.2);
  border-radius: 0.3rem;
}
.create-account .form-agree label::after,
.sign-in .form-agree label::after {
  opacity: 0;
  content: "";
  display: inline-block;
  position: absolute;
  transform: rotate(45deg);
  top: 0.7rem;
  left: 0.6rem;
  width: 0.7rem;
  height: 1rem;
  border-bottom: 0.2rem solid #303030;
  border-right: 0.2rem solid #303030;
}
.create-account .form-password,
.sign-in .form-password {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #EFEFEF;
  height: 5.2rem;
  padding: 0 2rem;
  border-radius: 0.5rem;
}
.create-account .form-password input,
.sign-in .form-password input {
  background: none;
  width: 100%;
  border: none;
  height: 5.2rem;
}
.create-account .form-password input::-moz-placeholder, .sign-in .form-password input::-moz-placeholder {
  color: rgba(48, 48, 48, 0.5);
}
.create-account .form-password input:-ms-input-placeholder, .sign-in .form-password input:-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.5);
}
.create-account .form-password input::placeholder,
.sign-in .form-password input::placeholder {
  color: rgba(48, 48, 48, 0.5);
}
.create-account .form-password .image,
.sign-in .form-password .image {
  width: 1.8rem;
  display: block;
  flex-shrink: 0;
}
.create-account .form-password .image img,
.sign-in .form-password .image img {
  width: 100%;
  height: 100%;
}
.create-account .btn-green,
.sign-in .btn-green {
  width: 100%;
  display: flex;
  justify-content: center;
}
.create-account .box-image,
.sign-in .box-image {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.create-account .box-image .image,
.sign-in .box-image .image {
  width: 100%;
  height: 100%;
}
.create-account .box-image .image img,
.sign-in .box-image .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .create-account,
.sign-in {
    padding: 12rem 0;
  }
  .create-account .top-bg,
.sign-in .top-bg {
    top: 16rem;
    right: 0;
  }
  .create-account .bot-bg,
.sign-in .bot-bg {
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .create-account,
.sign-in {
    padding: 6rem 0;
  }
  .create-account .top-bg,
.sign-in .top-bg {
    top: 12.5rem;
    right: 0;
  }
  .create-account .bot-bg,
.sign-in .bot-bg {
    top: 12.5rem;
    left: 0;
  }
  .create-account .box-image,
.sign-in .box-image {
    margin-top: 3rem;
  }
}

.terms-of-use {
  position: relative;
}
.terms-of-use .content .caption .inner {
  padding-right: 3.7rem;
  max-height: 59.2rem;
  overflow: hidden;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.terms-of-use .content .caption .inner::-webkit-scrollbar {
  width: 0.9rem;
}
.terms-of-use .content .caption .inner::-webkit-scrollbar-track {
  background: #EFEFEF;
}
.terms-of-use .content .caption .inner::-webkit-scrollbar-thumb {
  background: #6D712E;
}
.terms-of-use .content .caption .inner::-webkit-scrollbar-thumb:hover {
  background: #D8E865;
}
.terms-of-use .top-bg {
  top: 0%;
  right: 0%;
}
.terms-of-use .bot-bg {
  left: 0;
  bottom: 0;
}

.faq-box {
  max-width: 98.1rem;
  margin: 0 auto;
}
.faq-box .nav {
  justify-content: space-between;
  border: none;
  gap: 2rem;
  padding: 1.8rem 0;
}
.faq-box .tabs-nav .nav-link {
  padding: 0;
}
.faq-box .tabs-nav .nav-link,
.faq-box .tabs-nav .nav-tabs {
  border: none;
  border-radius: unset;
  text-decoration: none;
  color: #303030;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.faq-box .tabs-nav .nav-link .active,
.faq-box .tabs-nav .nav-tabs .active {
  color: #6D712E;
  font-weight: 700;
}
.faq-box .accordion-button {
  padding: 2rem 0;
  color: #303030;
}
.faq-box .accordion-body {
  padding: 2rem 0;
}

.faq {
  position: relative;
}
@media (min-width: 1200px) {
  .faq .top-bg {
    top: 0;
    right: 0;
  }
  .faq .bot-bg {
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .faq {
    padding: 6rem 0;
  }
  .faq .top-bg {
    top: 0;
    right: 0;
  }
  .faq .bot-bg {
    bottom: 0;
    left: 0;
  }
}

.thank-you {
  position: relative;
}
.thank-you .content {
  border: 1px solid rgba(48, 48, 48, 0.2);
  padding: 4rem 5.1rem;
  border-radius: 1rem;
}
.thank-you .content p {
  line-height: 2.6rem;
}
.thank-you .content .thanks {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 12rem;
  height: 12rem;
}
.thank-you .content .thanks img {
  width: 100%;
  height: 100%;
}
.thank-you .top-bg {
  top: 0;
  right: 0;
}
.thank-you .bot-bg {
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .thank-you .content {
    padding: 2rem 1rem;
  }
  .thank-you .btn-green {
    padding: 2rem;
  }
}

.table-summary {
  position: relative;
}
.table-summary .table > :not(:first-child) {
  border: none;
}
.table-summary .left .total {
  justify-content: space-between;
  align-items: center;
}
.table-summary .left ins {
  text-decoration: none;
}
.table-summary .caption p:first-child {
  color: #6D712E;
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.45px;
  font-weight: 700;
}
.table-summary .caption p:not(:first-child) {
  margin-top: 1rem;
  line-height: 2.6rem;
  letter-spacing: 0.26px;
}

.hero-banner-face-treatment {
  background: url("../img/treatment/face-treatment.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13.5rem 0;
}
.hero-banner-face-treatment .content {
  max-width: 102.6rem;
  margin: 0 auto;
  background-color: rgba(251, 253, 238, 0.8);
  border-radius: 1rem;
  overflow: hidden;
  padding: 10rem 1rem;
}
.hero-banner-face-treatment .content .caption {
  max-width: 63rem;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.face-treatment .tabs-nav {
  border: none;
}
.face-treatment .tabs-nav .nav {
  flex-direction: column;
}
.face-treatment .tabs-nav .nav-tabs,
.face-treatment .tabs-nav .nav-link {
  font-size: 2rem;
  letter-spacing: 0.5px;
  line-height: 2.7rem;
}
.face-treatment .tabs-nav .nav-link {
  padding: 2rem 0;
  color: #303030;
  text-align: left;
  border-bottom: 1px solid rgba(48, 48, 48, 0.2);
  border-top: 1px solid rgba(48, 48, 48, 0.2);
  border-left: unset;
  border-right: unset;
}
.face-treatment .tabs-nav .nav-link.active {
  padding: 2rem 3.6rem;
  color: #6D712E;
  border-left: unset;
  border-right: unset;
  border-bottom: 1px solid rgba(48, 48, 48, 0.2);
  border-top: 1px solid rgba(48, 48, 48, 0.2);
}
.face-treatment .right .tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (min-width: 1800px) {
  .face-treatment .right .tabs .box-image {
    max-width: 55rem;
    max-height: 55rem;
  }
  .face-treatment .right .tabs .box-tabs {
    max-width: 49.8rem;
  }
}
@media (max-width: 1799px) {
  .face-treatment .right .tabs {
    margin-top: 5rem;
  }
  .face-treatment .right .tabs .box-image {
    margin: 0 auto;
  }
  .face-treatment .right .tabs .box-tabs {
    margin-top: 3rem;
    width: 100%;
  }
}
.face-treatment .right .tabs .box-image {
  border: 1px solid rgba(48, 48, 48, 0.2);
  border-radius: 0.5rem;
  overflow: hidden;
}
.face-treatment .right .tabs .box-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.face-treatment .right .accordion-body p {
  line-height: 2.6rem;
  letter-spacing: 0.26px;
}
.face-treatment .right .accordion-body p:first-child {
  font-weight: 700;
}
.face-treatment .right .accordion-body p:not(:first-child) {
  margin-top: 3rem;
}

.accordion {
  margin-top: 3rem;
}
.accordion .accordion-item .accordion-button .items {
  display: flex;
  gap: 1.5rem;
  margin-top: 0;
}
.accordion .accordion-item .accordion-button .items .icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}
.accordion .accordion-item .accordion-button .items .icon img {
  width: 100%;
  height: 100%;
}

.clarifying .slider-image {
  border-radius: 0.5rem;
  overflow: hidden;
}
.clarifying .slide-thumbs {
  max-width: 43rem;
  margin: 0 auto;
}
.clarifying .thumbs-wrap .slider-image {
  width: 7rem;
  height: 7rem;
}
.clarifying .thumbs-wrap .slider-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .clarifying {
    padding: 6rem 0;
  }
}
@media (min-width: 768px) {
  .clarifying .thumbs-wrap {
    position: relative;
  }
  .clarifying .swiper-next,
.clarifying .swiper-prev {
    top: 3rem;
  }
  .clarifying .swiper-next {
    right: -9rem;
  }
  .clarifying .swiper-prev {
    left: -9rem;
  }
}
@media (max-width: 767px) {
  .clarifying .gallery-wrap {
    position: relative;
  }
  .clarifying .swiper-next,
.clarifying .swiper-prev {
    top: 30%;
    transform: translateY(-40%);
  }
  .clarifying .swiper-next {
    right: 4rem;
  }
  .clarifying .swiper-prev {
    left: 4rem;
  }
}
.clarifying .swiper-next,
.clarifying .swiper-prev {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #E6E6E6;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  position: absolute;
}
.clarifying .swiper-next:hover,
.clarifying .swiper-prev:hover {
  background: #D8E865;
}
.clarifying .swiper-next img,
.clarifying .swiper-prev img {
  width: 100%;
}
@media (max-width: 991px) {
  .clarifying .box-infor {
    margin-top: 5rem;
  }
}
.clarifying .box-infor p {
  line-height: 2.6rem;
  letter-spacing: 0.26px;
}
.clarifying .box-infor .group {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
.clarifying .box-infor .volume .select-box select {
  height: 5rem;
}
.clarifying .box-infor .quantity .input-wrap {
  text-align: center;
  display: flex;
  height: 5rem;
  width: 15rem;
  border: 1px solid #DFDFDF;
  border-radius: 0.5rem;
  align-items: center;
}
.clarifying .box-infor .quantity .input-wrap .minus {
  position: relative;
  width: 5rem;
  text-align: center;
  height: 5rem;
  display: block;
}
.clarifying .box-infor .quantity .input-wrap .minus::before {
  content: "-";
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 30%;
  right: 0rem;
}
.clarifying .box-infor .quantity .input-wrap input {
  display: inline-block;
  width: 5rem;
  height: 4.72rem;
  border: none;
  background: none;
  text-align: center;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
}
.clarifying .box-infor .quantity .input-wrap .plus {
  display: block;
  width: 5rem;
  height: 5rem;
  position: relative;
}
.clarifying .box-infor .quantity .input-wrap .plus::before {
  content: "+";
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 30%;
  left: 0rem;
}
.clarifying .box-infor .price ins {
  font-size: 2.5rem;
  font-family: "Friz Quadrata Std";
  font-weight: 800;
  line-height: 3rem;
  text-decoration: none;
}
.clarifying .accordion-body {
  padding: 1rem 0;
}
.clarifying .accordion-body .item {
  display: flex;
  gap: 3.7rem;
  flex-wrap: wrap;
  justify-content: center;
}
.clarifying .accordion-body .item .item-child {
  max-width: 14rem;
}
.clarifying .accordion-body .item .item-child .img {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 14rem;
  height: 14rem;
  flex-shrink: 0;
}
.clarifying .accordion-body .item .item-child .img img {
  width: 100%;
  height: 100%;
}
.clarifying .accordion-body .item .item-child p {
  margin-top: 0;
  line-height: 2.6rem;
}

.hero-banner-corporate {
  background: url("../img/about/cherry-branch.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13.5rem 0;
}
.hero-banner-corporate .content {
  max-width: 102.6rem;
  margin: 0 auto;
  background-color: rgba(251, 253, 238, 0.8);
  border-radius: 1rem;
  overflow: hidden;
  padding: 10rem 1rem;
}
.hero-banner-corporate .content .caption {
  max-width: 63rem;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.intro-corporate,
.intro-laboratory {
  position: relative;
}
@media (min-width: 1200px) {
  .intro-corporate,
.intro-laboratory {
    padding: 12rem 0;
  }
  .intro-corporate .top-bg,
.intro-laboratory .top-bg {
    top: 26%;
    right: 0;
  }
  .intro-corporate .bot-bg,
.intro-laboratory .bot-bg {
    bottom: 26%;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .intro-corporate,
.intro-laboratory {
    padding: 6rem 0;
  }
  .intro-corporate .top-bg,
.intro-laboratory .top-bg {
    top: 0;
    right: 0;
  }
  .intro-corporate .bot-bg,
.intro-laboratory .bot-bg {
    top: 25%;
    left: 0;
  }
}
.intro-corporate .row,
.intro-laboratory .row {
  align-items: center;
}
@media (max-width: 1199px) {
  .intro-corporate .row:nth-child(even),
.intro-laboratory .row:nth-child(even) {
    flex-direction: column-reverse;
  }
  .intro-corporate .row .desc,
.intro-laboratory .row .desc {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.intro-corporate .image,
.intro-laboratory .image {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
.intro-corporate .image img,
.intro-laboratory .image img {
  width: 100%;
}

.hero-banner-laboratory {
  background: url("../img/about/laboratory.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13.5rem 0;
}
.hero-banner-laboratory .content {
  max-width: 102.6rem;
  margin: 0 auto;
  background-color: rgba(251, 253, 238, 0.8);
  border-radius: 1rem;
  overflow: hidden;
  padding: 10rem 1rem;
}
.hero-banner-laboratory .content .caption {
  max-width: 63rem;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.quorum .left .tabs-nav {
  border: none;
}
.quorum .left .tabs-nav .nav {
  flex-direction: column;
}
.quorum .left .tabs-nav .nav-tabs,
.quorum .left .tabs-nav .nav-link {
  font-size: 2rem;
  letter-spacing: 0.5px;
  line-height: 2.7rem;
}
.quorum .left .tabs-nav .nav-link {
  color: #6D712E;
  border: 1px solid #6D712E;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0 1.5rem;
  height: 7.5rem;
}
.quorum .left .tabs-nav .nav-link:not(:first-child) {
  margin-top: 4rem;
}
.quorum .left .tabs-nav .nav-link.active {
  color: #FFf;
  background: #6D712E;
  border: 1px solid #6D712E;
  border-radius: 0.5rem;
  padding: 0 1.5rem;
  height: 7.5rem;
  text-align: center;
  overflow: hidden;
  border-left: unset;
  border-right: unset;
  border-bottom: 1px solid rgba(48, 48, 48, 0.2);
  border-top: 1px solid rgba(48, 48, 48, 0.2);
}
@media (min-width: 1200px) {
  .quorum .right .inners .caption {
    max-width: 49.8rem;
  }
  .quorum .right .inners .image {
    max-width: 49.8rem;
    max-height: 35.5rem;
  }
}
@media (max-width: 1199px) {
  .quorum .right {
    padding-top: 5rem;
  }
  .quorum .right .inners {
    flex-wrap: wrap;
  }
  .quorum .right .inners .caption {
    max-width: unset;
    width: 100%;
    margin-bottom: 3rem;
  }
  .quorum .right .inners .image {
    width: 100%;
    margin: 0 auto;
  }
}
.quorum .right .group-button-swiper {
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
}
.quorum .right .swiper-scrollbar {
  height: 4px;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 1200px) {
  .quorum .right .swiper-scrollbar {
    margin-left: 7.6rem;
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .quorum .right .swiper-scrollbar {
    width: 100%;
  }
}
.quorum .right .swiper-scrollbar-drag {
  background: #6D712E;
  height: 4px;
  border-radius: 0.5rem;
}
.quorum .right .navigation {
  align-items: center;
  position: relative;
  display: flex;
  gap: 1rem;
  width: 12rem;
  height: 5rem;
  margin-left: 2.2rem;
}
.quorum .right .navigation .swiper-next {
  right: 0;
}
.quorum .right .navigation .swiper-prev {
  left: 0;
}
.quorum .right .tabs .inners {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.quorum .right .tabs .inners .caption p {
  line-height: 2.6rem;
  letter-spacing: 0.26px;
}
.quorum .right .tabs .inners .caption p:not(:first-child) {
  margin-top: 2rem;
}
.quorum .right .tabs .inners .image {
  border-radius: 1rem;
  border: 1px solid #EFEFEF;
  flex-shrink: 0;
}
.quorum .right .tabs .inners .image img {
  height: 100%;
  width: 100%;
}
.quorum .right .tabs .inners .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16.2rem;
  grid-row-gap: 50px;
}
.quorum .right .tabs .inners .items .item {
  border: none;
  background: none;
}
.quorum .right .tabs .inners .items .item .inner {
  margin-top: 0;
  padding: 0;
  flex-wrap: unset;
}
.quorum .right .tabs .inners .items .item .inner .image {
  border: none;
}
.quorum .right .tabs .inners .items .item .inner .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.quorum .right .swiper-pagination-custom {
  color: #6D712E;
  font-size: 2rem;
  font-weight: 700;
  max-width: 5.6rem;
}

.hero-banner-milestones {
  background: url("../img/about/Milestones.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13.5rem 0;
}
.hero-banner-milestones .content {
  max-width: 102.6rem;
  margin: 0 auto;
  background-color: rgba(251, 253, 238, 0.8);
  border-radius: 1rem;
  overflow: hidden;
  padding: 10rem 1rem;
}
.hero-banner-milestones .content .caption {
  max-width: 63rem;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.milestones {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .milestones .slider .slide-thumbs {
    border-left: 1px solid rgba(48, 48, 48, 0.2);
    border-right: 1px solid rgba(48, 48, 48, 0.2);
    margin-top: 8rem;
    max-width: 10rem;
  }
  .milestones .slider .slide-thumbs .swiper-container .swiper-slide {
    max-height: 3rem;
  }
  .milestones .slider .slide-thumbs .swiper-container .swiper-slide:not(:last-child) {
    margin-bottom: 4rem !important;
  }
  .milestones .slider .slide-thumbs .swiper-container .swiper-slide:last-child {
    margin-bottom: 0 !important;
  }
  .milestones .slider .slide-thumbs .swiper-container .swiper-slide p:active,
.milestones .slider .slide-thumbs .swiper-container .swiper-slide p :focus {
    color: red;
  }
  .milestones .slider .slide-thumbs .thumbs-milestones {
    max-width: 6rem;
    max-height: 56rem;
    margin: 0 auto;
  }
  .milestones .slider .slide-thumbs .swiper-prev,
.milestones .slider .slide-thumbs .swiper-next {
    transform: unset;
    left: 26%;
  }
  .milestones .slider .slide-thumbs .swiper-next {
    transform: rotate(90deg) !important;
    bottom: -25%;
    top: unset;
  }
  .milestones .slider .slide-thumbs .swiper-prev {
    transform: rotate(90deg) !important;
    top: -25%;
  }
}
@media (max-width: 1199px) {
  .milestones {
    padding: 6rem 0;
  }
  .milestones .slider .slide-thumbs {
    margin-bottom: 3rem;
  }
  .milestones .slider .slide-thumbs .swiper-container .swiper-wrapper {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
    align-items: center;
    padding: 2rem 0;
    gap: 3rem;
    margin-bottom: 3rem;
  }
  .milestones .slider .slide-thumbs .swiper-container .swiper-wrapper .swiper-slide {
    max-height: 5rem;
    max-width: 5rem;
    text-align: center;
  }
  .milestones .slider .slide-thumbs .button-swiper {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .milestones .slider .slide-thumbs .swiper-next,
.milestones .slider .slide-thumbs .swiper-prev {
    top: 0;
    transform: unset;
    position: unset;
  }
  .milestones .slider .slide-thumbs .swiper-next {
    transform: rotate(-90deg) !important;
  }
  .milestones .slider .slide-thumbs .swiper-prev {
    transform: rotate(-90deg) !important;
  }
}
.milestones .slider .slide-thumbs {
  width: 100%;
}
.milestones .slider .slide-thumbs .thumbs-wrap {
  position: relative;
}
.milestones .slider .slide-thumbs .swiper-container .swiper-slide p {
  font-size: 2.5rem;
  line-height: 3rem;
}
.milestones .slider .slide-thumbs .swiper-container .swiper-slide p:active,
.milestones .slider .slide-thumbs .swiper-container .swiper-slide p :focus {
  color: #6D712E;
}
.milestones .slider .slide-thumbs .swiper-container .swiper-slide-thumb-active {
  color: #6D712E;
  font-weight: 700;
}
.milestones .slider .gallery-wrap {
  padding-right: 6rem;
  position: relative;
  overflow: hidden;
}
.milestones .slider .gallery-wrap .swiper-container {
  max-height: 85rem;
}
.milestones .slider .gallery-wrap .content {
  padding: 5rem 0;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.milestones .slider .gallery-wrap .content .desc {
  max-width: 49.8rem;
}
.milestones .slider .gallery-wrap .content .desc p:first-child {
  font-family: "Friz Quadrata Std";
  font-size: 4.5rem;
  line-height: 5.4rem;
  letter-spacing: 0.68px;
  font-weight: 500;
}
.milestones .slider .gallery-wrap .content .desc p:not(:first-child) {
  margin-top: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0.26px;
}
.milestones .slider .gallery-wrap .content .image {
  max-width: 32rem;
  flex-shrink: 0;
}
.milestones .slider .gallery-wrap .content .image img {
  width: 100%;
  height: 100%;
}
.milestones .slider .gallery-wrap .swiper-scrollbar-vertical {
  position: absolute;
  z-index: 999;
  right: 1rem;
  height: 100%;
  background: rgba(48, 48, 48, 0.2);
  width: 0.6rem;
  top: 0;
  height: 100%;
}
.milestones .slider .gallery-wrap .swiper-scrollbar-drag {
  background: #6D712E;
  border-radius: unset;
}/*# sourceMappingURL=styles.css.map */