body.home .single_post {
  margin-top: 0px;
}

.section-home-1 .box {
  display: flex;
  align-items: start;
  gap: 48px;
}

.section-home-1 .box .number {
  font-family: "Inter", sans-serif;
  color: #a29b96;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.25;
}

.section-home-1 .box .content {
  border-top: 1px solid rgba(137, 115, 101, 0.1);
  padding-top: 16px;
}

.section-home-1 .box .content h4 {
  color: var(--Title, #1b1c19);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
  font-family: "Roboto Condensed", Sans-serif;
}

.section-home-1 .box .content .desc {
  color: #635e5a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.section-home-2 .wrap-product .list-tab {
  display: grid;
  /*grid-template-rows: repeat(1, minmax(0, auto));*/
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) rgba(0, 0, 0, 0.05);
  margin-top: 60px;
  justify-content: center;
}

/*.section-home-2 .wrap-product .list-tab.multiline {
  grid-template-rows: repeat(2, minmax(0, auto));
}*/

.section-home-2 .wrap-product .list-tab::-webkit-scrollbar {
  height: 4px;
}

.section-home-2 .wrap-product .list-tab::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.section-home-2 .wrap-product .list-tab::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 4px;
}

.section-home-2 .wrap-product .item-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  white-space: nowrap;
  transition: all 0.3s ease;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  background: #fff;
  font-size: var(--fz-18);
  font-weight: 500;
  color: var(--text-body);
  cursor: pointer;
  width: fit-content;
}
.section-home-2 .wrap-product .item-tab:hover,
.section-home-2 .wrap-product .item-tab.active {
  background: var(--primary-color);
  color: var(--text-white);
}

.section-home-2 .wrap-product .box-main {
  display: none;
  margin-top: 60px;
}

.section-home-2 .wrap-product .box-main.active {
  display: block;
}

.section-home-2 .wrap-product .box-main .wrap {
  display: grid;
  grid-template-columns: calc(660 / 1240 * 100%) 1fr;
  background: #fff;
  align-items: center;
}
.section-home-2 .wrap-product .box-main .col-left {
  display: flex;
  justify-content: center;
  height: 100%;
}

.section-home-2 .wrap-product .box-main .col-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-home-2 .wrap-product .box-main .col-left .image {
  height: 465px;
  width: 100%;
}
.section-home-2 .wrap-product .box-main .col-right {
  padding-left: 60px;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-right: 10px;
}
.section-home-2 .wrap-product .box-main .sub {
  color: var(--primary-color);
  font-size: var(--fz-14);
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
.section-home-2 .wrap-product .box-main .title-main {
  font-size: clamp(30px, 4.4vw, 48px);
  font-weight: 700;
  line-height: 1.5;
}
.section-home-2 .wrap-product .box-main .title-main a {
  color: #1b1c19;
  transition: 0.3s ease-in-out;
  font-family: "Roboto Condensed", Sans-serif;
}
.section-home-2 .wrap-product .box-main .title-main a:hover {
  color: var(--primary-color);
}

.section-home-2 .wrap-product .box-main .desc {
  color: #635e5a;
  font-size: var(--fz-18);
  font-weight: 400;
  line-height: 1.5;
}
.section-home-2 .wrap-product .box-main .list-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 40px;
}
.section-home-2 .wrap-product .box-main .btn {
  margin-top: 40px;
}

.section-home-2 .wrap-product .box-main .list-content .item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-home-2 .wrap-product .box-main .list-content .item .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.section-home-2 .wrap-product .box-main .list-content .item .text {
  color: var(--text-body);
  font-size: var(--fz-18);
  font-weight: 400;
  line-height: 1.5;
}

.section-home-3 .col-right .elementor-icon-box-icon {
  margin-left: 0px;
}

.section-home-3 .col-left .wrap-box {
  background: #fff9f4;
  padding: 32px;
}
.section-home-3 .col-left .wrap-box .icon {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: #22c55e;
}
.section-home-3 .col-left .wrap-box .wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
.section-home-3 .col-left .hotline {
  font-family: "Roboto Condensed", Sans-serif;
  font-size: var(--fz-24);
  font-weight: 700;
  line-height: 1.5;
}
.section-home-3 .col-left .hotline a {
  color: var(--text-title);
  font-family: "Roboto Condensed", Sans-serif;
}
.section-home-3 .col-left .hotline a:hover {
  color: var(--primary-color);
}

.section-home-3 .col-right .elementor-icon-box-wrapper {
  gap: 24px;
}

.section-home-3 .col-right .elementor-icon-box-title {
  color: var(--text-title);
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
.section-home-3 .col-right .elementor-icon-box-title span {
  font-family: "Roboto Condensed", Sans-serif;
}

.section-home-3 .col-right .elementor-icon-box-description {
  color: var(--text-body);
}

.section-home-4 .list-box .elementor-column-gap-default {
  gap: 40px;
}

.section-home-4 .list-box .item .elementor-widget-wrap {
  padding: 0px;
}
.section-home-4 .list-box .item .number {
  color: #fff;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.section-home-4 .list-box .item .wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-home-4 .list-box .item .wrap .line {
  width: 108px;
  height: 1px;
  background: #fff;
}

.section-home-4 .list-box .item h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 15px 0px;
}

.section-home-4 .list-box .item p {
  color: #e3e3e3;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}

.section-home-4 .list-box .elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}
.section-home-5 .col-left .wrap-box .elementor-column-gap-default {
  gap: 50px;
}
.section-home-5 .col-left .wrap-box .elementor-counter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.section-home-5 .col-left .wrap-box .elementor-icon-box-title {
  margin-bottom: 8px;
}
.section-home-5 .col-left .wrap-box .elementor-icon-box-title,
.section-home-5 .col-left .wrap-box .elementor-counter span {
  color: var(--text-title);
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(40px, 4.4vw, 48px);
  font-weight: 700;
  line-height: 1.5;
}

.section-home-5 .col-left .wrap-box .elementor-icon-box-description,
.section-home-5
  .col-left
  .wrap-box
  .elementor-counter
  .elementor-counter-title {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.section-home-5 .col-right .elementor-widget-container {
  border-radius: 12px;
  border: 4px solid var(--Primary, #f47a20);
  overflow: hidden;
}
.section-home-5 .col-right .swiper-slide-image {
  border-radius: 8px;
  border: 6px solid #fff;
  width: 100%;
  height: 100%;
}

.section-home-5 .swiper-container-horizontal > .swiper-pagination-bullets {
  display: block;
  bottom: -45px;
}
.section-home-5 .swiper-pagination-bullet {
  background-color: #a29b96 !important;
  opacity: 1;
}
.section-home-5 .swiper-pagination-bullet-active {
  background-color: #f47a20 !important;
}

.section-home-6 .wrap-blog {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  margin-top: 60px;
}

.section-home-6 .wrap-blog .blog-item .img {
  display: block;
}

.section-home-6 .wrap-blog .blog-big .img {
  height: 471px;
  width: 100%;
}

.section-home-6 .wrap-blog .blog-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-home-6 .wrap-blog .blog-item h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 16px 0px;
}

.section-home-6 .wrap-blog .blog-item .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--text-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}

.section-home-6 .wrap-blog .blog-item a {
  color: var(--text-title);
}
.section-home-6 .wrap-blog .blog-item:hover a {
  color: var(--primary-color);
}

.section-home-6 .wrap-blog .blog-small .img {
  height: 230px;
  width: 100%;
}

.section-home-6 .wrap-blog .col-left {
  grid-column: span 8;
}

.section-home-6 .wrap-blog .col-right {
  grid-column: span 4;
  display: grid;
  gap: 20px;
}

.section-home-7 form {
  padding: 32px;
  background: #fff9f4;
}

.section-home-7 .wrap-form h3 {
  color: #1b1c19;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}

.section-home-7 .wrap-form .label p {
  color: #635e5a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}

.section-home-7 .wrap-form .wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
.section-home-7 .wrap-form .item {
  width: 100%;
}
/* .section-home-7 .wrap-form .item-big p {
  line-height: 0px;
} */
.section-home-7 .wrap-form .item textarea,
.section-home-7 .wrap-form .item input,
.section-home-7 .wrap-form .item select {
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  background: #fff;
  width: 100%;
  padding: 12px 16px;
  height: 54px;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1c19;
}

.section-home-7 .wrap-form .item textarea::placeholder,
.section-home-7 .wrap-form .item input::placeholder {
  color: #a29b96;
}

.section-home-7 .wrap-form .item select {
  color: #1b1c19;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: right 0.85em top 50%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  border-radius: 0;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  display: block;
  padding-right: 1.4em;
  height: 50px;
}
.section-home-7 .wrap-form .item textarea {
  height: 122px;
}

.section-home-7 .elementor-icon-box-wrapper {
  gap: 20px;
}

.section-home-7 .elementor-icon-box-icon {
  margin-right: 0px !important;
}

@media (max-width: 1024px) {
  .section-home-2 .wrap-product .box-main .col-right {
    padding: 30px;
  }
  .section-home-4 .list-box .elementor-column-gap-default {
    gap: 24px;
  }
  .section-home-4 .list-box .elementor-column.elementor-col-20 {
    width: 30%;
  }
  .section-home-1 .box .number {
    font-size: 60px;
  }
  .section-home-2 .wrap-product .box-main {
    margin-top: 30px;
  }
  .section-home-2 .wrap-product .list-tab {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-home-2 .wrap-product .wrap-tab {
    width: 100vw !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    position: relative;
  }
  .section-home-7 .wrap-form .item-big p {
    line-height: 1.5;
  }
}

@media (max-width: 992px) {
  .section-home-2 .wrap-product .list-tab {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .section-home-2 .wrap-product .box-main .wrap {
    grid-template-columns: 1fr;
  }
  .section-home-2 .wrap-product .box-main .col-left .image {
    height: 485px;
  }
  .section-home-6 .wrap-blog {
    grid-template-columns: 1fr;
  }
  .section-home-6 .wrap-blog .col-left {
    grid-column: span 12;
  }
  .section-home-6 .wrap-blog .col-right {
    grid-column: span 12;
  }
  .section-home-6 .wrap-blog .blog-small .img {
    height: 471px;
  }
  .section-home-6 .wrap-blog .blog-item h2 {
    font-size: 28px;
  }
  .section-home-3 .col-right .elementor-icon-box-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .section-home-3 .col-left .hotline,
  .section-home-1 .box .content h4 {
    font-size: 20px !important;
  }
  .section-home-2 .wrap-product .item-tab,
  .section-home-4 .list-box .item p,
  .section-home-6 .wrap-blog .blog-item .desc,
  footer .wrap-footer .col-left .desc,
  .section-home-1 .box .content .desc {
    font-size: 16px;
  }
}

@media (max-width: 567px) {
  .section-home-1 .box {
    flex-direction: column;
    gap: 24px;
  }
  .section-home-4 .list-box .elementor-column.elementor-col-20 {
    width: 100%;
  }
  .section-home-5 .col-left .wrap-box .elementor-column-gap-default {
    gap: 0px;
    row-gap: 24px;
    margin-bottom: 24px;
  }
  .section-home-7 .wrap-form .wrap {
    flex-direction: column;
    gap: 0px;
  }
  .section-home-4 .list-box .item .number {
    font-size: 30px;
  }
}
