/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  font-family: "Baloo 2", sans-serif;
  background: #ffffff;
  color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Baloo 2", sans-serif;
  padding: 0;
  margin: 0;
  color: #2a2a2a;
}

h1 {
  font-size: 65px;
  line-height: 72px;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
}

h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 20px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

h6 {
  font-size: 18px;
  color: #ff6a6a;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #ff6a6a;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

img {
  width: 100%;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #fff;
  color: #253f92;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px;
  background: #253f92;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 22px;
  border: 0;
  transition: 0.2s;
  font-weight: 600;
}

.button:hover {
  background: #ff8f68;
  color: #ffffff;
  border-color: transparent;
}

.button2 {
  padding: 12px 30px;
  background: #d8bc41;
  color: #fff;
}

.button2:hover {
  background: #ff8f68;
  color: #ffffff;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  top: 0;
  background: #fff;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.navbar .navbar-brand {
  text-align: left;
  width: 20%;
}
.navbar .navbar-brand img {
  height: 40px;
  width: auto;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler i {
  font-size: 32px;
  color: #2a2a2a;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: relative;
  width: 60%;
  text-align: center;
  left: -10px;
}
.navbar .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}
.navbar .navbar-nav li a {
  color: #2a2a2a;
  font-weight: 500;
}
.navbar .navbar-nav li a:hover {
  color: #ff6a6a;
}
.navbar .button-navbar {
  width: 20%;
  float: right;
  text-align: right;
}
.navbar .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  margin-top: 92px;
}
.intro .content-image {
  background-size: auto;
  background-size: 100%;
  text-align: center;
}
.intro .button {
  margin-top: 20px;
}

/* ------------------------------
  product
---------------------------------*/

/* Canh giữa các nút lựa chọn */
.product-filter {
  display: flex;                 /* Sử dụng Flexbox */
  justify-content: center;       /* Căn giữa theo chiều ngang */
  align-items: center;           /* Căn giữa theo chiều dọc (nếu cần thiết) */
  margin-bottom: 20px;           /* Tạo khoảng cách phía dưới */
}

.filter-button {
  margin: 0 10px;                /* Tạo khoảng cách giữa các nút */
  padding: 10px 20px;            /* Thêm padding cho nút */
  background-color: #d8bc41;     /* Màu nền cho nút */
  color: #fff;                   /* Màu chữ */
  border: none;                  /* Loại bỏ viền */
  border-radius: 22px;           /* Bo tròn góc của nút */
  cursor: pointer;               /* Thêm hiệu ứng khi hover */
  font-weight: 600;               /* Đậm chữ */
  transition: 0.3s;               /* Thêm hiệu ứng chuyển đổi */
}

.filter-button:hover {
  background-color: #ff8f68;     /* Màu nền thay đổi khi hover */
}



.product {
  padding-top: 50px;
}

/* Giảm khoảng cách giữa các sản phẩm trong cùng một hàng */
.entry {
  margin-bottom: 50px;  /* Thêm margin dưới cho các sản phẩm */
}

.product .entry {
  background: #fff;
  border-radius: 0 0 22px 22px;
  padding-bottom: 20px;
  box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.product .entry .content-img img {
  top: -100px;
  position: relative;
  margin-bottom: -80px;
}
.product .entry h3 {
  font-size: 32px;
  margin-top: 10px;
  color: #ff6a6a;
}
.product .entry h3 span {
  font-size: 14px;
  position: relative;
  top: -14px;
  color: #2a2a2a;
}
.product .entry-second {
  margin-top: 100px;
  position: relative;
}

/* ------------------------------
  why-us
---------------------------------*/
.why-us {
  padding-top: 100px;
}
.why-us ul li {
  padding: 5px 0;
  font-weight: 500;
  color: #2a2a2a;
}
.why-us ul li i {
  color: #ff6a6a;
  margin-right: 10px;
}
.why-us img {
  border-radius: 50px;
}
.why-us .img2 {
  border-radius: 22px;
}
.why-us .row .row {
  text-align: justify;
  text-justify: inter-word;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial {
  padding-top: 160px;
}
.testimonial h5 {
  margin-bottom: 3px;
}
.testimonial span {
  font-weight: 500;
}
.testimonial .content-image {
  display: inline-block;
  width: 35%;
  background: #d8bc41;
  border-radius: 22px;
}
.testimonial .content-image img {
  position: relative;
  bottom: 60px;
  right: 60px;
  border-radius: 22px;
}
.testimonial .content {
  padding-right: 20%;
  color: #2a2a2a;
}
.testimonial .content i {
  font-size: 65px;
  color: #ff6a6a;
}
.testimonial .content h5 {
  margin-top: 40px;
}
.testimonial .swiper {
  float: left;
  width: 65%;
  margin-top: 40px;
  cursor: pointer;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  padding-top: 120px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  clear: both;
}
.contact h5 {
  margin-bottom: 15px;
}
.contact .content-image {
  background: url(../img/bg-intro.png) center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  text-align: center;
}
.contact .content {
  position: relative;
  margin: 30px 0;
}
.contact .content .icon {
  float: left;
}
.contact .content .icon i {
  background: #ff8f68;
  font-size: 25px;
  color: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin-right: 22px;
  border-radius: 10px;
}
.contact .content .text {
  overflow: hidden;
}
.contact .content .text span {
  position: relative;
  top: -10px;
}

/* ------------------------------
  footer
---------------------------------*/
footer {
  text-align: right;
}
footer .row {
  border-top: 1px solid #eef3f7;
  padding: 30px 0;
}

footer ul {
  text-align: left;
}

footer ul li {
  display: inline-block;
}

footer ul li i {
  font-size: 20px;
  margin-right: 10px;
}

footer ul li i:hover {
  color: #ff6a6a;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar .button-navbar {
    display: none;
  }

  .intro {
    margin-top: 128px;
  }
  .intro h1 {
    font-size: 45px;
    line-height: 48px;
  }

  .product .content {
    padding: 0 30px;
  }

  .product .entry-second {
    margin-top: 140px;
  }

  .testimonial .swiper {
    margin-top: -85px;
  }

  .contact .col-md-3 {
    width: 50%;
  }
  .contact .col-md-4 {
    width: 50%;
  }
  .contact .col-md-5 {
    display: none;
  }
}
@media (max-width: 767px) {
  .product .entry-second-sm {
    margin-bottom: 80px;
  }

  .product .entry-sm {
    margin-top: 204px;
  }

  .product .why-us h6 {
    margin-top: 35px;
  }

  .intro .content-image {
    margin: 50px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 25px;
  }

  h1 {
    font-size: 48px;
    line-height: 53px;
  }

  .product .entry-first {
    margin-bottom: 195px;
  }

  .product .entry-five {
    margin-bottom: 80px;
  }

  .testimonial .swiper {
    width: 100%;
  }

  .testimonial .content {
    padding-right: 0px;
  }

  .testimonial .content-image {
    width: 100%;
    margin-top: 30px;
  }

  .testimonial .content-image img {
    bottom: 0;
    right: 0;
  }

  .contact .col-md-3 {
    width: 100%;
  }
  .contact .col-md-4 {
    display: none;
  }
  .contact .col-md-5 {
    display: none;
  }

  h2 {
    font-size: 36px;
    line-height: 45px;
  }

  footer {
    text-align: center;
  }
  footer ul {
    text-align: center;
    margin-bottom: 12px;
  }
}


.filter-button.active{
  background:#ff8f68;
  color:#fff;
}
