@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");
.m-logo {
  width: 100%;
  max-width: 9rem;
}

.top-x, .top-3, .top-2, .top-1 {
  background: #c90012;
  padding-top: 0.7em;
  padding-bottom: 0.5em;
  color: white;
  font-size: 0.8rem;
}

.top-1 {
  padding-left: 1rem;
}

.top-3 a {
  float: right;
  padding-right: 0.5em;
  color: white;
  margin-right: 0.5rem;
}

.s-1 {
  border-color: #c90012;
}

.btn-pri {
  background-color: #c90012;
  color: white;
}

.btn-pri:hover {
  background-color: #D6261B;
}

.m-branch {
  background-color: #c90012;
  color: white;
}

.m-cate {
  color: #c90012;
}

.m-cate::after {
  display: none;
}

.m-drop-menu {
  right: 0;
  left: unset !important;
}

.overlay-menu {
  padding-top: 24%;
  padding-bottom: 4%;
  background-image: url(../imgs/img09.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: white;
  margin-top: -20%;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 #669bbc;
}

.navbar-toggler {
  border-color: white;
  color: #c90012;
}

.me-cart {
  color: black;
}

@media (max-width: 767px) {
  .bre-title {
    font-size: 1rem;
  }
}
.footer-instagram {
  position: relative;
  z-index: 3;
  margin: 0 0 -95px;
}

.footer-insta-item a {
  display: block;
  position: relative;
}

.footer-insta-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c90012;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

img, .img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.footer-insta-item a::after {
  content: "\f16d";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 70px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.footer-top-wrap {
  background: #0A0A0A;
  position: relative;
  padding: 195px 0 30px;
  overflow-x: hidden;
  z-index: 1;
}

.footer-contact-wrap p {
  color: white;
  opacity: 0.7;
}

.footer-insta-item a:hover::before {
  opacity: 0.8;
}

.footer-insta-item a:hover::after {
  opacity: 1;
}

.footer-top-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: -22px;
  width: 100%;
  height: 53px;
  background-image: url(../imgs/footer_bg_shape.png);
  background-repeat: repeat;
  background-position: center;
  z-index: -1;
}

.footer-widget {
  margin: 0 0 50px;
}

.footer-logo {
  margin: 0 0 30px;
}

.footer-logo {
  max-width: 65%;
}

.logo img {
  max-width: 160px;
}

.footer-widget .footer-text {
  width: 75%;
}

.footer-widget .footer-text p {
  margin: 0 0;
  color: white;
  opacity: 0.7;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1B1B1B;
  border-radius: 50%;
  color: white;
}

.footer-widget .fw-title {
  font-size: 20px;
  color: white;
  letter-spacing: 0.02em;
  margin: 0 0 30px;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}

.list-wrap li {
  list-style: none;
}

.footer-widget ul li a {
  color: white;
  opacity: 0.7;
}

.footer-widget ul li {
  margin: 0 0 12px;
}

.footer-shape.one {
  left: 0;
  bottom: 100px;
}

.footer-shape {
  position: absolute;
  z-index: -1;
}

.footer-shape.two {
  right: 0;
  bottom: 170px;
}

.footer-contact-wrap .list-wrap {
  margin: 30px 0 0;
}

.footer-contact-wrap .list-wrap li {
  color: white;
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}

.footer-widget ul li:last-child {
  margin: 0 0;
}

.footer-contact-wrap .list-wrap li i {
  color: #c90012;
  font-size: 18px;
  margin-right: 10px;
}

.footer-social a:hover {
  background: #c90012;
}

.copyright-wrap {
  background: #0A0A0A;
  border-top: 1px solid #262626;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0 0;
  color: white;
}

.er404 {
  text-align: center;
  margin-top: 3%;
}

.erlogo {
  height: 3rem;
}

a {
  text-decoration: none;
  color: #c90012;
}

.floating {
  position: fixed;
  right: 3rem;
  cursor: pointer;
  z-index: 99;
  bottom: 2rem;
  width: 2rem;
}

.hotline img {
  max-width: 100%;
}

#goToTopBtn {
  display: none;
  bottom: 4rem;
  width: 100%;
  height: auto;
  background-color: #c90012;
  color: #fff;
  border: none;
  font-size: 19px;
  transition: background-color 0.5s ease-in-out;
  border-radius: 7px;
  padding: 0.3rem;
}

#goToTopBtn:hover {
  background-color: #D6261B;
  transition: background-color 0.5s ease-in-out;
}

.form-check-label {
  cursor: pointer;
}

.facebook {
  color: #1b74e4;
}

.facebook:hover {
  color: #1b74e4;
}

.twitter:hover {
  color: #1DA1F2;
}

.linkedin:hover {
  color: #0077B5;
}

.youtube:hover {
  color: #FF0000;
}

.messenger {
  color: #006AFF;
}

.pl-0 {
  padding-left: 0px;
}

.alert {
  border: none;
}

.wraptxt {
  word-wrap: break-word;
}

.mt-8 {
  margin-top: 8%;
}

.form-control {
  border-radius: 0px;
}

.btn {
  border-radius: 0px;
}

.gray {
  color: #787575;
}

.pagination {
  --fc-pagination-padding-x: 0.925rem;
  --fc-pagination-padding-y: 0.5rem;
  --fc-pagination-font-size: 0.875rem;
  --fc-pagination-color: var(--fc-gray-500);
  --fc-pagination-bg: var(--fc-card-bg);
  --fc-pagination-border-width: 1px;
  --fc-pagination-border-color: var(--fc-border-color);
  --fc-pagination-border-radius: 0.5rem;
  --fc-pagination-hover-color: white;
  --fc-pagination-hover-bg: #0e216e;
  --fc-pagination-hover-border-color: #0e216e;
  --fc-pagination-focus-color: var(--fc-white);
  --fc-pagination-focus-bg: #0e216e;
  --fc-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(10,173,10,.25);
  --fc-pagination-active-color: #fff;
  --fc-pagination-active-bg: #0e216e;
  --fc-pagination-active-border-color: #0e216e;
  --fc-pagination-disabled-color: var(--fc-gray-600);
  --fc-pagination-disabled-bg: var(--fc-gray-200);
  --fc-pagination-disabled-border-color: var(--fc-gray-200);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--fc-pagination-padding-y) var(--fc-pagination-padding-x);
  font-size: var(--fc-pagination-font-size);
  color: var(--fc-pagination-color);
  text-decoration: none;
  background-color: var(--fc-pagination-bg);
  border: var(--fc-pagination-border-width) solid var(--fc-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--fc-pagination-hover-color);
  background-color: var(--fc-pagination-hover-bg);
  border-color: var(--fc-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--fc-pagination-focus-color);
  background-color: var(--fc-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--fc-pagination-focus-box-shadow);
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--fc-pagination-active-color);
  background-color: var(--fc-pagination-active-bg);
  border-color: var(--fc-pagination-active-border-color);
}

.disabled > .page-link, .page-link.disabled {
  color: var(--fc-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--fc-pagination-disabled-bg);
  border-color: var(--fc-pagination-disabled-border-color);
}

.pagination-lg {
  --fc-pagination-padding-x: 1.5rem;
  --fc-pagination-padding-y: 0.75rem;
  --fc-pagination-font-size: 1.09375rem;
  --fc-pagination-border-radius: 0.75rem ;
}

.pagination-sm {
  --fc-pagination-padding-x: 0.5rem;
  --fc-pagination-padding-y: 0.25rem;
  --fc-pagination-font-size: 0.765625rem;
  --fc-pagination-border-radius: 0.25rem ;
}

.decor-1 .container-xl {
  overflow: hidden; /* Đảm bảo hình ảnh không tràn ra ngoài khi di chuyển */
}

.decor-1 .img-fluid {
  transition: transform 0.3s ease; /* Tạo hiệu ứng chuyển động mượt mà */
}

.bre-title {
  text-transform: uppercase;
}

.br-subtxt {
  text-transform: uppercase;
  transition: transform 0.3s ease;
}

.br-subtxt {
  font-weight: 300;
  color: #c90012;
}

/* Khi hover vào toàn bộ block, áp dụng hiệu ứng dịch chuyển cho thẻ h7 */
.b-break:hover .br-subtxt {
  transform: translateX(1rem);
}

.contact-top .card {
  border: none;
  text-align: center;
}

.contact-top .card-text {
  font-weight: 300;
}

.btn-outline-primary {
  color: #1f2126;
  border-color: #c90012;
  font-weight: 500;
  font-size: 0.9rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.q-5 {
  font-weight: 800;
}

.txt-brand {
  color: #c90012;
}

.contact-quote {
  background-color: #c90012;
}

.b-23 {
  overflow: hidden;
  position: relative;
}

.b-24 {
  width: auto;
  position: absolute;
  right: 0;
  max-height: 130%;
}

.b-22 {
  margin-top: 10%;
  margin-bottom: 9%;
}

.b-21 {
  font-size: 2.9rem;
  font-weight: 900;
}

.q-22 {
  letter-spacing: 0.45rem;
  font-weight: 500;
  margin-top: 1rem;
  position: relative;
}

.form-my {
  background-color: white;
  border-radius: 0px;
  padding: 1rem;
}

.btn-my-dark {
  background-color: #1a1a1a;
  color: white;
  text-transform: uppercase;
  border-radius: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.9rem;
}

.block6 {
  background-color: #1d1f25;
  padding-top: 8%;
  padding-bottom: 6%;
  background-image: url(../imgs/img09.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.b-3 {
  color: white;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.b-12 {
  color: #c90012;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 0px;
  line-height: 2rem;
}

.b-17, .b-18 {
  background-color: white;
  border: none;
  border-radius: 0px;
  line-height: 2.3rem;
}

.b-18 {
  color: #303849;
}

.cont-top {
  padding-top: 24%;
  padding-bottom: 4%;
  background-image: url(../imgs/contact-bg.jpg);
  background-size: 100% auto;
  background-position: left top;
  background-attachment: scroll;
  margin-top: -20%;
}

.c-quote {
  padding: 3rem;
}

@media (max-width: 767px) {
  .c-quote {
    padding: 1.5rem;
  }
  .b-21 {
    font-size: 2.2rem;
  }
  .b-22 {
    margin-top: 0px;
  }
  .b-12 {
    font-size: 2.2rem;
  }
  .b-3 {
    font-size: 1.5rem;
  }
}
.contact-area {
  padding: 120px 0 90px;
}

@media (max-width: 1500px) {
  .contact-box-wrapper {
    padding: 0 0;
  }
}
.contact-box-wrapper {
  padding: 0 55px;
}

.contact-box {
  box-shadow: 0 8px 16px rgba(102, 102, 102, 0.07);
  padding: 60px;
  background: white;
  position: relative;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 30px;
  text-align: center;
}

.contact-box::before, .contact-box::after {
  position: absolute;
  content: "";
  border-left: 4px solid #c90012;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 160px;
  width: 5px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.contact-box::after {
  left: auto;
  right: 0;
}

.contact-box::before, .contact-box::after {
  position: absolute;
  content: "";
  border-left: 4px solid #c90012;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 160px;
  width: 5px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.contact-icon {
  font-size: 100px;
  color: #c90012;
  line-height: 1;
  position: relative;
  display: inline-flex;
  margin: 0 0 25px;
}

.contact-icon .overlay-icon {
  position: absolute;
  top: -5px;
  width: 26px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  background: var(--tg-white);
  border-radius: 100%;
  box-shadow: 0 8px 16px rgba(102, 102, 102, 0.1);
  color: #c90012;
  right: -10px;
}

#contact-map {
  display: block;
  width: 100%;
  height: 100%;
}

#contact-map iframe {
  width: 100%;
  height: 100%;
}

.contact-form-area {
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
}

.contact-form .form-grp {
  margin: 0 0 25px;
  position: relative;
}

.contact-form label {
  display: block;
  color: #222;
  font-weight: 500;
  margin: 0 0 10px;
}

label {
  color: gray;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

.contact-form input, .contact-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #f1f1f1;
  padding: 16px 25px;
  border-radius: 0.25rem;
}

#contact-form .help-block {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 13px;
  line-height: 20px;
  color: white;
  padding: 0 12px;
  border-radius: 0;
  background: #dc3545;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}

.contact-form select.form-select {
  border: 1px solid #f1f1f1;
  box-shadow: none;
  outline: none;
  min-height: 60px;
  padding: 15px 25px;
  margin: 0 0 25px;
  color: gray;
}

.my-btn {
  user-select: none;
  -moz-user-select: none;
  background: #c90012 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  color: var(--tg-white);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 19px 50px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.article .headline {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  border-left: 5px solid #fdf0d5;
  padding-left: 0.5rem;
}

.art-top, .bloglist {
  padding-top: 24%;
  padding-bottom: 4%;
  background-image: url(../imgs/bl-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: white;
  margin-top: -20%;
}

.bloglist {
  background-image: url(../imgs/bl-list-bg.jpg);
}

.q-7 {
  font-weight: 100;
}

.art-content {
  max-width: 100%;
  word-break: break-word;
}

.blog-title {
  color: #1f2126;
}

.fa-star-half-stroke, .fa-star {
  color: #ffc107;
}

.thumbnail-img {
  cursor: pointer;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.pr-thum {
  border: 1px solid #787575;
}

.pr-thum:hover {
  border-color: #669bbc;
}

.thumbnail-img:hover {
  transform: rotate(30deg) scale(1.5);
  filter: grayscale(100%);
}

.thumbnail-img:last-child {
  margin-right: 0;
}

.p-brand {
  color: gray;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.headline {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

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

.pr-price, .p-or-price {
  color: #707070;
  font-size: 0.7rem;
  text-decoration: line-through;
}

.pr-finaprice {
  font-weight: 700;
  color: #c90012;
}

.pr-detail-finprice {
  font-size: 1.6rem;
  color: #c90012;
  font-weight: 700;
}

.p-or-price {
  font-size: 0.9rem;
}

.fa-star {
  color: #ffc107;
}

.pr-title {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  color: #1f2126;
}

.pr-title:hover {
  color: #D6261B;
}

.pr-rating, .rating-num {
  color: #B1B1B1;
}

.pr-card {
  border: none;
  border-radius: 0px;
}

.card-overlay {
  position: relative;
  transition: transform 0.5s;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #6D6D6D;
}

.pd-card-overlay {
  overflow: hidden;
  height: 5.2rem;
}

.pr-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pd-main-img {
  height: 30rem;
  overflow: hidden;
  background-color: #fff6f4;
}

.pr-var {
  font-size: small;
  color: gray;
}

.label {
  font-size: 0.8rem;
  color: #D6261B;
  text-transform: uppercase;
  font-weight: 300;
}

.rating {
  font-size: 0.85rem;
}

.btn-zalo {
  background-color: #2196f3;
  color: white;
}

.btn-zalo:hover {
  background-color: #5ac8fa;
  color: white;
}

.btn-outline-mysec {
  color: #0068FF;
  border-color: #0068FF;
}

.btn-outline-mysec:hover {
  color: #fff;
  background-color: #0068FF;
  border-color: #0068FF;
}

.mybtn-pri {
  color: #fff;
  background-color: #c90012;
  border-color: #c90012;
}

.mybtn-pri:hover {
  color: #D6261B;
  background-color: #fff6f4;
  border-color: #c90012;
}

.pr-detail {
  font-size: 1.1rem;
  color: #D6261B;
  border-bottom: 1px dashed;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  margin-top: 1rem;
  font-weight: 500;
}

.priece {
  margin-top: 1rem;
}

.prolist {
  padding-top: 24%;
  padding-bottom: 4%;
  background-image: url(../imgs/prolist-bg.jpg);
  background-size: cover;
  background-position: left top;
  background-attachment: scroll;
  color: white;
  margin-top: -20%;
}

.content img {
  max-width: 100%;
  height: auto !important;
}

.loc-icon {
  margin-left: -3px;
}

.btn-var {
  border-radius: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.var-name {
  font-size: 0.8rem;
}

.pr-outst {
  margin-bottom: 0px;
  padding: 0.6rem 1rem;
}

.cart-animation {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #fdf0d5;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: opacity 0.1s;
}

.cart-animation.show {
  animation: jump 1s ease forwards;
}

.quantity-input {
  border-color: #669bbc;
}

@keyframes jump {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -500px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
}
.p-lf-cate {
  padding-left: 5%;
}

.p-cate {
  text-transform: uppercase;
  line-height: 2.5;
  font-size: 0.85rem;
  transition: all 0.3s;
  color: #1f2126;
}

.p-cate:hover {
  padding-left: 0.3rem;
  transition: all 0.3s;
  color: #c90012;
}

.p-cate-ti {
  font-size: 1.2rem;
  font-weight: 600;
}

.p-tag {
  text-transform: uppercase;
  font-size: 0.8rem;
}

.p-tag:after {
  content: "";
  position: relative;
  display: inline-block;
  margin: 0 14px;
  width: 15px;
  height: 1px;
  top: -1px;
  vertical-align: middle;
  background-color: currentColor;
  color: #000;
}

.m-select {
  padding: 0.55rem 3rem 0.55rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  border-color: white;
}

.c-thumbnail {
  width: 5rem;
}

.ve-al-mid {
  vertical-align: middle;
  font-weight: 300;
}

.my-table thead {
  text-transform: uppercase;
}

.my-table th {
  font-weight: 600;
}

.c-quantity {
  width: 5rem;
  border: 1px solid #ececec;
  height: 3rem;
  text-align: center;
}

.c-quantity:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.c-del {
  width: 3rem;
}

.c-del a {
  color: #787575;
}

.c-variant {
  color: #787575;
  margin-top: 0.4rem;
  font-size: 0.85rem;
}

.c-price {
  text-align: center;
}

.c-quan {
  text-align: center;
  width: 11rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.v-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.7rem;
  background: #f4511e;
}

.v-cont {
  background: white;
  padding: 0.7rem;
}

.v-body {
  padding: 0.6rem;
}

.v-title {
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
}

.v-text {
  font-size: 0.6rem;
}

.v-card {
  border-radius: 0px;
}

body {
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #023047;
  font-family: "Exo 2", sans-serif;
}

.feather {
  width: 21px;
  height: 21px;
  stroke-width: 2;
  padding-bottom: 0.2rem;
}

.cate {
  text-align: center;
  margin-top: 1rem;
}

.bre-title {
  font-weight: 800;
  text-align: right;
  border-right: 1px solid #ececec;
  padding-right: 1.2rem;
}

.b-date {
  color: #c90012;
  margin-bottom: 0.5rem;
}

.b-dec {
  color: gray;
  margin-top: 1rem;
}

.b-card {
  border: none;
}

.b-read {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  margin-right: 1rem;
  letter-spacing: 0.1rem;
}

.b-title {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
}

.b-img {
  width: 100%;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease-in-out;
}

.cate-card-overlay {
  position: relative;
  transition: transform 0.5s;
  overflow: hidden;
}

.card-overlay:hover .item-img, .cate-card-overlay:hover .item-img, .card-overlay:hover .pr-image, .card-overlay:hover .b-img {
  transition: transform 0.5s;
  transform: scale(1.2);
}

.item-img, .pr-image, .b-img {
  transition: transform 0.5s;
}

.card-overlay:hover .overlay, .cate-card-overlay:hover .overlay {
  background-color: rgba(3, 169, 244, 0.3490196078);
}

.der-2 {
  margin-right: 1rem;
  margin-left: 1rem;
}

@media (max-width: 1500px) {
  .features-products {
    padding-top: 120px;
  }
}
.features-products {
  padding-top: 150px;
  position: relative;
}

.features-products-wrap {
  margin-bottom: 13%;
}

@media (max-width: 1500px) {
  .features-products-thumb {
    margin: 0px 120px 0px 130px;
  }
}
.features-products-thumb {
  position: relative;
  text-align: center;
}

.features-products-thumb::before {
  content: "";
  position: absolute;
  left: 38%;
  top: 50%;
  background-image: url(../imgs/features_product_dots.png);
  width: 706px;
  height: 706px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.features-products-thumb .main-img {
  display: inline-block;
  position: relative;
}

.features-products-thumb .main-img::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
  width: 230px;
  height: 46px;
  background: #464646;
  filter: blur(30px);
  border-radius: 99px;
  z-index: -1;
}

.features-products-thumb .shape-img {
  position: absolute;
  bottom: 13px;
  left: -135px;
  z-index: -1;
  transition: 0.35s linear;
}

.features-product-content {
  width: 81%;
}

.features-product-content .title {
  font-size: 3rem;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.features-product-content .title::after {
  content: "";
  display: block;
  width: 79px;
  height: 14px;
  background-repeat: no-repeat;
  margin: 18px 0 33px;
}

.features-product-quantity {
  font-size: 1.1rem;
  text-transform: inherit;
  font-weight: 600;
  margin: 0 0 24px;
}

@media (max-width: 1500px) {
  .features-product-bottom {
    margin: 40px 0 0;
  }
}
.features-product-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 55px 0 0;
}

.m-btn {
  user-select: none;
  -moz-user-select: none;
  background: #c90012 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 19px 50px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.m-btn:hover:before {
  top: -40%;
}

.m-btn:hover {
  color: black;
}

.m-btn::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #fdf0d5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.features-product-bottom .price {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1f2126;
  display: block;
  margin-left: 30px;
}

.features-product-bottom .old-price {
  font-size: 20px;
  color: #c90012;
  margin-left: 15px;
  text-decoration: line-through;
}

@media (max-width: 1500px) {
  .fp-circle.one {
    width: 600px;
    height: 600px;
  }
}
.fp-circle.one {
  width: 40px;
  height: 400px;
  left: -155px;
  top: 0px;
}

.fp-circle {
  position: absolute;
  background: #F9F9F9;
  z-index: -2;
  border-radius: 50%;
}

@media (max-width: 1500px) {
  .fp-circle.two {
    width: 550px;
    height: 550px;
  }
}
.fp-circle.two {
  width: 586px;
  height: 586px;
  right: 0px;
  bottom: 21%;
}

@media (max-width: 1500px) {
  .fp-circle.three {
    width: 150px;
    height: 150px;
  }
}
.fp-circle.three {
  width: 126px;
  height: 126px;
  left: 0px;
  bottom: 0%;
}

.fp-circle.four {
  width: 100px;
  height: 100px;
  background: #E6F5EE;
  left: 50%;
  transform: translateX(-50%);
  top: 33%;
}

.fp-circle.five {
  width: 100px;
  height: 100px;
  background: #E6F5EE;
  left: 50%;
  transform: translateX(-50%);
  bottom: 33%;
}

.fp-shapes-wrap .fp-shape-one {
  right: 0;
  top: 230px;
}

.fp-shapes-wrap > * {
  position: absolute;
  z-index: -1;
}

.fp-shapes-wrap .fp-shape-two {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.features-bg {
  background-image: url(../imgs/features_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 97px 0;
  position: relative;
  margin: 37px 0 44px;
}

.features-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -41px;
  width: 100%;
  height: 41px;
  background-image: url(../imgs/features_shape01.png);
  background-repeat: repeat-x;
  background-position: center;
}

.features-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  background-image: url(../imgs/features_shape02.png);
  background-repeat: repeat-x;
  background-position: center;
}

@media (max-width: 1199.98px) {
  .features-bg {
    padding: 120px 0;
  }
}
.features-img {
  text-align: right;
}

@media (max-width: 991.98px) {
  .features-img {
    text-align: center;
    margin: 0 0 50px;
  }
}
.features-items-wrap .row > *:nth-child(4n+1) .features-item, .features-items-wrap .row > *:nth-child(4n+3) .features-item {
  margin-right: 50px;
}

.features-item {
  margin: 0 0 50px;
}

@media (max-width: 767.98px) {
  .features-item {
    margin: 0 0 50px !important;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .features-icon {
    display: inline-flex;
  }
}
.features-icon {
  font-size: 50px;
  color: #FEE431;
  position: relative;
  z-index: 1;
  margin: 0 0 27px;
}

.features-icon::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 5px;
  width: 40px;
  height: 40px;
  background: #ef5350;
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s linear;
}

.features-item:hover .features-icon::after {
  left: 5px;
}

.features-content .title {
  font-size: 20px;
  color: white;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.features-content p {
  margin: 0 0;
  color: white;
}

.features-area {
  margin-top: 8%;
}

@media (max-width: 1500px) {
  .fact-area {
    padding: 120px 0 0;
  }
}
.fact-area {
  padding: 150px 0 0;
}

.fact-items-wrapper {
  position: relative;
}

.fact-item {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #F4F4F4;
  padding: 25px 30px;
  margin: 0 0 30px -1px;
}

.fact-item .chart {
  position: relative;
  width: 70px;
  flex: 0 0 70px;
  height: 70px;
  margin-right: 30px;
}

.fact-item .percentage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: black;
  font-size: 16px;
  font-weight: 600;
}

.fact-content {
  flex-grow: 1;
}

.fact-content .title {
  font-size: 1rem;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-transform: uppercase;
}

.fact-content span {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.015em;
  color: gray;
}

.ingredients-area {
  padding-top: 3%;
  padding-bottom: 5%;
}

.ingredients-img {
  margin-right: 80px;
  position: relative;
}

.ingredients-img .shape {
  position: absolute;
  left: -103px;
  bottom: 20px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .ingredients-img .shape {
    left: -55px;
    bottom: 20px;
    max-width: 180px;
  }
}
.ingredients-img::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  width: 350px;
  height: 27px;
  background: black;
  filter: blur(30px);
  border-radius: 99px;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .ingredients-img::after {
    bottom: 10px;
    width: 255px;
    height: 20px;
  }
}
@media (max-width: 767.98px) {
  .ingredients-img {
    max-width: 75%;
    margin: 0 30px 50px auto;
  }
}
@media (max-width: 1199.98px) {
  .ingredients-img {
    position: relative;
    margin: 0 auto 60px;
    max-width: 80%;
  }
}
.ingredients-items-wrap {
  margin: 0 0 0 15px;
}

.section-title {
  margin-bottom: 8%;
}

.section-title .sub-title {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: #c90012;
  margin: 0 0 15px;
}

.section-title .title {
  font-size: 50px;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1500px) {
  .ingredients-thumb {
    margin: 0 0 25px;
  }
}
.ingredients-thumb {
  margin: 0 0 30px;
  transform: translateY(0);
  transition: 0.3s linear;
}

.ingredients-thumb img {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  display: block;
}

@media (max-width: 1199.98px) {
  .ingredients-thumb img {
    margin: 0 auto;
  }
}
@media (max-width: 1500px) {
  .ingredients-item {
    margin: 0 0 40px;
  }
}
.ingredients-item {
  margin: 0 0 55px;
}

.ingredients-content .title {
  font-size: 20px;
  padding-left: 11px;
  margin: 0 0 15px;
  position: relative;
}

.ingredients-content .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 3px;
  height: 16px;
  background: #c90012;
}

@media (max-width: 1199.98px) {
  .ingredients-content .title {
    display: inline-block;
  }
}
.ingredients-content p {
  margin: 0 0;
}

.ingredients-item:hover .ingredients-thumb {
  transform: translateY(10px);
}

@media (max-width: 767.98px) {
  .features-products-thumb::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .ingredients-item {
    margin: 0 0 40px !important;
  }
}

/*# sourceMappingURL=home.css.map */
