@font-face {
  font-family: "Open Sans Regular";
  src: url(/fonts/OpenSans-Regular.ttf?9a6cfa5890d7f3eef58510612e5fc36e);
}
@font-face {
  font-family: "Open Sans Bold";
  src: url(/fonts/OpenSans-Bold.ttf?45847e90261782dc01a6f6e700bde40b);
}
@font-face {
  font-family: "Inter 18 Black";
  src: url(/fonts/Inter_18pt-Black.ttf?2615b19ab6fb503e6bb74afde40536fc);
}
@font-face {
  font-family: "Inter 18 Regular";
  src: url(/fonts/Inter_18pt-Regular.ttf?86c330c66f7333ff6202209becd04687);
}
@font-face {
  font-family: "Inter 18 Bold";
  src: url(/fonts/Inter_18pt-Bold.ttf?934ca051dc94cbb687794d463871639f);
}
@font-face {
  font-family: "BricolageGrotesque Regular";
  src: url(/fonts/BricolageGrotesque_24pt-Regular.ttf?2d240354d94f689b1b94507449b3d409);
}
@font-face {
  font-family: "BricolageGrotesque Bold";
  src: url(/fonts/BricolageGrotesque_24pt-Bold.ttf?680053145383dde5546f54a27ac08a7d);
}
/**
 * --------------------------------------------------------------------------
 * Generate
 * --------------------------------------------------------------------------
 *
 */
img {
  max-width: 100%;
}

#wrapper {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "Inter 18 Regular";
}
#wrapper .main-content {
  width: 90%;
  margin: 0 5%;
}

p,
.intro {
  line-height: 22px;
}

/**
 * --------------------------------------------------------------------------
 * Header
 * --------------------------------------------------------------------------
 *
 */
header {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 90;
  transition: 0.3s;
}
header.scroll {
  top: 0;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
header.scroll .logo-menu #mainmenu ul li a {
  color: #000000;
}
header .logo-menu {
  height: 64px;
  padding: 0 8.5vw 0 8.5vw;
}
header .logo-menu #logo {
  line-height: 64px;
}
header .logo-menu #logo a {
  display: inline-block;
  line-height: 64px;
}
header .logo-menu #logo a img {
  max-height: 50px;
  padding-top: 10px;
}
header .logo-menu #mainmenu {
  text-align: right;
  display: inline-block;
  width: 100%;
}
header .logo-menu #mainmenu > ul {
  display: inline-block;
  margin-top: 15px;
}
header .logo-menu #mainmenu > ul > li {
  float: left;
  margin-right: 5px;
}
header .logo-menu #mainmenu > ul > li > a {
  display: inline-block;
  color: #ffffff;
  line-height: 32px;
  padding: 0 20px;
  position: relative;
  transition: 0.3s;
}
header .logo-menu #mainmenu > ul > li:last-child {
  margin-right: 0px;
}
header .logo-menu #mainmenu > ul > li.active a::before {
  position: absolute;
  content: "";
  left: 22px;
  bottom: -5px;
  width: calc(100% - 40px);
}

/**
 * --------------------------------------------------------------------------
 * Banner
 * --------------------------------------------------------------------------
 *
 */
#banner {
  position: relative;
  min-height: 100vh;
}
#banner .image img:first-child {
  width: 100%;
}
#banner .image img:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#banner .info {
  position: absolute;
  width: calc(90% - 8.5vw);
  left: 8.5vw;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
#banner .info .slogan {
  margin-top: 20px;
  font-size: 56px;
  line-height: 64px;
  font-family: "BricolageGrotesque Bold";
}
#banner .info .description {
  font-size: 24px;
  line-height: 40px;
  max-width: 50%;
}
#banner .info .form-link {
  margin-top: 40px;
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 30px;
  transition: 0.3s;
}
#banner .info .form-link span {
  color: #ffffff;
  cursor: pointer;
}
#banner .info .form-link span i {
  transform: rotate(45deg);
  transition: 0.3s;
  margin-left: 5px;
}
#banner .info .form-link span:hover i {
  transform: rotate(90deg);
  margin-left: 15px;
}

/**
 * --------------------------------------------------------------------------
 * Content
 * --------------------------------------------------------------------------
 *
 */
.section-title {
  font-family: "Inter 18 Bold";
  font-size: 32px;
  text-transform: uppercase;
}

#product .section-item,
#product-list-page .section-item {
  margin-top: 64px;
  display: inline-block;
  width: 100%;
}
#product .section-item .item,
#product-list-page .section-item .item {
  width: 23%;
  float: left;
  margin-right: 2%;
  margin-bottom: 64px;
}
#product .section-item .item:nth-child(4n),
#product-list-page .section-item .item:nth-child(4n) {
  margin-right: 0;
}
#product .section-item .item .image,
#product-list-page .section-item .item .image {
  height: 300px;
  margin-bottom: 24px;
}
#product .section-item .item .image img,
#product-list-page .section-item .item .image img {
  height: 300px;
}
#product .section-item .item .info .title a,
#product-list-page .section-item .item .info .title a {
  font-family: "Inter 18 Bold";
  color: #000000;
  transition: 0.3s;
}
#product .section-item .item .info .price,
#product-list-page .section-item .item .info .price {
  font-family: "Inter 18 Bold";
  font-size: 14px;
}
#product .link-product a,
#product-list-page .link-product a {
  display: inline-block;
  padding: 15px 30px;
  color: #ffffff;
  border-radius: 30px;
  transition: 0.3s;
}
#product .link-product a:hover,
#product-list-page .link-product a:hover {
  background: #ffffff;
}

.related-main-content .title a, #post-list-page .title a {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  min-height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
}
.related-main-content .intro, #post-list-page .intro {
  color: #4d4d4d;
  font-weight: 400;
  line-height: 20px;
}

#news .section-item {
  margin-top: 48px;
  display: inline-block;
  width: 100%;
}
#news .section-item .item .info .title a {
  font-size: 20px;
  font-family: "Inter 18 Bold";
  color: #000000;
  transition: 0.3s;
}
#news .section-item .item .info .intro {
  line-height: 20px;
}
#news .section-item .item .info .intro,
#news .section-item .item .info .date {
  font-size: 14px;
}
#news .link-news a {
  display: inline-block;
  padding: 15px 30px;
  color: #ffffff;
  border-radius: 30px;
  transition: 0.3s;
}
#news .link-news a:hover {
  background: #ffffff;
}

/**
 * --------------------------------------------------------------------------
 * Contact
 * --------------------------------------------------------------------------
 *
 */
#contact {
  margin: 40px 5% 0;
}
#contact .info-contact {
  width: 90%;
}
#contact .info-contact .section-intro {
  line-height: 22px;
}
#contact .info-contact .email,
#contact .info-contact .phone,
#contact .info-contact .social {
  margin-top: 54px;
}
#contact .info-contact .email .title,
#contact .info-contact .phone .title,
#contact .info-contact .social .title {
  font-size: 20px;
  font-family: "Inter 18 Bold";
  margin-bottom: 20px;
}
#contact .info-contact .social p {
  margin-bottom: 15px;
}
#contact .info-contact .social a {
  color: #000000;
  text-decoration: underline;
  transition: 0.3s;
}
#contact .form-contact {
  padding-left: 10%;
}
#contact .form-contact .form-control {
  border: none;
}
#contact .form-contact .form-control label {
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
}
#contact .form-contact .form-control input,
#contact .form-contact .form-control textarea {
  width: 100%;
  background-color: #f5f5f5;
  border: none;
  border-radius: 8px;
  line-height: 50px;
  padding: 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}
#contact .form-contact .form-control #btn-sb-form {
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  border-radius: 28px;
  line-height: 36px;
  transition: 0.3s;
  background: #000000;
  border: 1px solid #000000;
}
#contact .form-contact .form-control #btn-sb-form:hover {
  color: #000000;
  background-color: #ffffff;
}

/**
 * --------------------------------------------------------------------------
 * Footer
 * --------------------------------------------------------------------------
 *
 */
footer {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 60px 8.5vw;
  margin-top: 60px;
  line-height: 25px;
  font-family: "Inter 18 Regular";
  position: relative;
  color: #000000;
}
footer img {
  max-width: 300px;
}
footer .company-name {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 30px;
  color: #737373;
}
footer .phone,
footer .email,
footer .all-right {
  color: #818181;
  font-size: 14px;
}
footer .phone a,
footer .email a,
footer .all-right a {
  color: #818181;
}
footer a {
  color: #000000;
}
footer .menufooter {
  position: relative;
}
footer .menufooter ul {
  position: absolute;
  right: 0;
  top: 0;
}
footer .copyright {
  position: absolute;
  width: 90%;
  bottom: 5px;
  color: #818181;
  font-weight: 100;
}
