@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3 {
  font-family: "BT Beau Sans", sans-serif;
  font-weight: 600;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p,
.icon-box-img img,
.icon-box-img svg {
  margin: 0;
  padding: 0;
}

.dark,
.dark p,
.dark td {
  color: #fff;
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li > a {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #000;
}

#masthead .nav-column li.active > a,
#masthead .nav-column li > a:hover,
#masthead .nav-dropdown li.active > a,
#masthead .nav-dropdown > li > a:hover,
#masthead .nav-vertical-fly-out > li.active > a,
#masthead .nav-vertical-fly-out > li > a:hover,
#masthead .nav > li.active > a,
#masthead .nav > li.current > a,
#masthead .nav > li > a.active,
#masthead .nav > li > a.current,
#masthead .nav > li > a:hover {
  color: var(--fs-color-primary);
}

.box-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.box-image:hover::before {
  animation: shine 1s;
}

@keyframes shine {
  from {
    left: -75%;
  }

  to {
    left: 125%;
  }
}

.breadcrumbs .col {
  padding-bottom: 0;
}

#breadcrumbs {
  background-color: var(--fs-color-primary);
  color: #fff;
  padding: 5px;
  font-weight: 500;
  margin-top: 15px;
}

#breadcrumbs a {
  color: #fff;
  font-weight: 500;
}

.m-section {
  padding-top: 5rem;
  padding-bottom: calc(5rem - 30px);
}

.m-section h4 {
  font-size: 13px;
  margin-bottom: 5px;
  color: var(--fs-color-secondary);
}

.m-section h2 {
  font-size: 2rem;
  color: var(--fs-color-primary);
}

.home4 .title {
  max-width: 1000px;
}

.home4 .box {
  border-radius: 0.75rem;
  border: 1px solid #ccc;
  transition: all 0.3s;
  width: 100%;
  overflow: hidden;
}

.home4 .box .box-text {
  padding: 1.5rem;
}

.home4 .box h3 {
  color: var(--fs-color-primary);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.home4 .box h3 a {
  color: var(--fs-color-primary);
}

.home4 .box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}

.home5 {
  background-color: #f5f7fa;
}

.no-prices .amount {
  display: block !important;
}

.product-small.box {
  border-radius: 0.75rem;
  border: 1px solid #ccc;
  transition: all 0.3s;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.product-small .box-text {
  padding: 1rem;
  text-align: center;
}

.product-small .category {
  font-size: 14px;
  margin-bottom: 10px;
}

.product-small .name {
  color: var(--fs-color-primary);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 1rem;
  min-height: 48px;
}

.product-small .name a {
  color: var(--fs-color-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-small .price-wrapper {
  display: none;
}

.product-small .box-text a:not(.button).xem-chi-tiet {
  font-size: 16px;
  background-color: var(--fs-color-secondary);
  color: #fff;
  padding: 6px 24px;
  border-radius: 99px;
  transition: all 0.3s;
}

.product-small .box-text a:not(.button).xem-chi-tiet:hover {
  background-color: var(--fs-color-primary);
}

/* post-item */
.post-item .box {
  border-radius: 0.75rem;
  border: 1px solid #ccc;
  transition: all 0.3s;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.post-item .box .box-text {
  padding: 1rem;
}

.post-item .post-title {
  color: var(--fs-color-primary);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 1rem;
  min-height: 48px;
}

.post-item .post-title a {
  color: var(--fs-color-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-actions a {
  background-color: var(--fs-color-primary);
  display: block;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  width: calc(50% - 4px);
}

.contact-actions a p {
  margin: 0;
}

.contact-actions a:last-child {
  background-color: var(--fs-color-secondary);
}

.product-short-description {
  margin-bottom: 15px;
}

span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.widget ul {
  padding: 0 8px;
  border: 1px solid var(--fs-color-primary);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.widget ul .mr-half {
  margin-right: 10px;
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

.archive-page-header {
  display: none;
}

.contact-1 .col {
  padding-bottom: 0;
}

.contact-1 .row-main > .col:first-child > .col-inner {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.contact-1 .col input[type="email"],
.contact-1 .col input[type="number"],
.contact-1 .col input[type="tel"],
.contact-1 .col input[type="text"],
.contact-1 .col textarea {
  box-shadow: unset !important;
  border-radius: 8px !important;
  height: 45px !important;
  margin-bottom: 30px;
}

.contact-1 input[type="submit"] {
  margin: 0;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-radius: 8px;
}

#footer {
  border-top: 2px solid var(--fs-color-primary);
}

@media only screen and (max-width: 48em) {
}
