/* tuấn css 11/07/2025 */
.title-dvhh .elementor-widget-container {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  background-color: rgb(53 74 85);
}

.title-dvhh .elementor-widget-container img {
  margin-top: 18px;
}

.title-dvhh {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gp_ct .elementor-widget-container {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  left: 32px;
  position: relative;
  background: #fff;
}

.logo-footer .elementor-widget-container img {
  width: 100%;
}


/* CTA button */
.cta-container {
  position: fixed;
  bottom: 50px;
  left: 10px;
  z-index: 9999;
}

.btn-lien-he {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: none;
}

.btn-close {
  display: none;
}

.cta-container img {
  width: 70px;
  height: 70px !important;
  max-width: inherit !important;
  margin: 0px 0px;
  z-index: 9999999999;
  position: relative;
}

/* .cta-container .cta-button img {
  margin: -2px 0px;
} */

.cta-button ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.cta-button ul li {
  list-style-type: none;
  margin: -2px 0;
  cursor: pointer;
}

.cta-button button {
  border: none;
  background: none !important;
  padding: 0 !important;
  cursor: pointer;
}

.zalo-container {
  position: relative;
  width: 70px;
  height: 70px;
}

.cmoz-alo-circle {
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(17, 130, 252, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}

.cmoz-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: 5px;
  right: 6px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(17, 130, 252, 0.45);
  opacity: 0.75;
}

.animated_zalo.infinite {
  animation-iteration-count: infinite;
}

.zoomIn_zalo {
  animation-name: zoomIn_zalo;
}

.animated_zalo {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes zoomIn_zalo {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.phone-text {
  display: block;
  color: #268f45;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 14px;
  left: 36px;
  width: 165px;
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 0 0 5px #888;
  padding: 9px 0px 9px 30px;
  z-index: -1;
}

/* .cta-zalo:hover .phone-text,
.cta-call:hover .phone-text {
  display: block;
} */

.cta-fb img {
  height: 50px !important;
  margin-top: 10px;
}

.woocommerce ul.products li.product .button {
  color: #000;
}

.post-swiper {
  margin: 30px auto;
}

.swiper-slide {
  background: #fff;
  /* border-radius: 12px; */
  text-align: left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.swiper-slide a {
  text-decoration: none;
  color: inherit;
}

.swiper-slide .thumb img {
  border-radius: 8px;
  width: 100%;
  height: 229px;
  object-fit: cover;
  margin-bottom: 12px;
}

.swiper-slide .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
  color: #000;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-slide .excerpt {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.post-swiper .swiper-button-prev,
.post-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease;
}

.excerpt .read-more {
  display: inline-block;
  margin-top: 8px;
  color: #0073aa;
  font-size: 14px;
  text-decoration: underline;
  transition: color 0.3s ease;
  float: right;
}

.excerpt .read-more:hover {
  color: #008000;
}

.post-swiper .swiper-button-prev {
  left: 0px;
}

.post-swiper .swiper-button-next {
  right: 0px;
}

.post-swiper .swiper-button-prev:hover,
.post-swiper .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.post-swiper .swiper-button-prev::after,
.post-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

.service-home {
  margin-top: 30px;
}

.elementor-nav-menu li.cart-block {
  display: none;
}

.header-chinh>.elementor-widget-wrap,
.icon-header>.elementor-widget-wrap,
.banner-web .elementor-widget-wrap {
  padding: 0px !important;
}

.list-button-cta {
  position: absolute !important;
  top: 0;
}

@media (max-width: 768px) {
  .elementor-nav-menu li.cart-block {
    display: block;
  }

  .cart-button {
    display: none !important;
  }

  .elementor-widget-image img {
    width: 100px;
    height: auto;
  }

  .header-chinh .elementor-section.elementor-section-boxed>.elementor-container {
    display: flex;
    flex-wrap: nowrap;
  }

  /* .header-chinh .elementor-section.elementor-section-boxed>.elementor-container>div:nth-child(1) {
    width: 75%;
  }

  .header-chinh .elementor-section.elementor-section-boxed>.elementor-container>div:nth-child(2) {
    order: 3;
    width: 10%;
  }

  .header-chinh .elementor-section.elementor-section-boxed>.elementor-container>div:nth-child(3) {
    order: 2;
    width: 10%;
  } */

  .menu-chinh .elementor-menu-toggle {
    margin-right: 0px !important;
    background: none;
    color: #fff !important;
    font-size: 25px;
  }

  .header-chinh {
    background: #268f45;
  }

  .header-chinh>.elementor-element-populated {
    padding: 0px 10px !important;
  }

  .swiper-slide {
    padding: 0px;
  }

  .icon-header>.elementor-element-populated {
    padding: 0px !important;
  }

  .item-service .elementor-container .col-service>.elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    /* 2 cột ngang */
    grid-template-rows: auto auto;
    /* mỗi cột có 2 dòng: ảnh + text */
    text-align: center;
    gap: 10px;
  }

  .item-service .elementor-container .col-service>.elementor-widget-wrap>div:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .item-service .elementor-container .col-service>.elementor-widget-wrap>div:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .item-service .elementor-container .col-service>.elementor-widget-wrap>div:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }

  .item-service .elementor-container .col-service>.elementor-widget-wrap>div:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }


  .service-individual>.elementor-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }

  .banner-service-home .elementor-widget-container img {
    width: 100%;
  }

  .gp_ct .elementor-widget-container {
    left: 0px;
  }

  .gp_ct .elementor-widget-container img {
    width: 100%;
  }

  .label-san-pham h3,
  .label-san-pham-before h3 {
    font-size: 25px;
  }

  .label-san-pham h3:after,
  .label-san-pham-before h3::before {
    content: "";
    display: none !important;
  }

  /* .gp_ct .elementor-widget-container {
    width: 110px;
    height: 110px;
  } */
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
  min-width: 300px;
}

.button-xem-tat-ca>.elementor-widget-container a {
  text-decoration: underline;
  color: #000;
}

.button-xem-tat-ca>.elementor-widget-container a:hover {
  color: #268f45;
}

.label-san-pham h3 {
  position: relative;
}

.label-san-pham h3:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 24px solid transparent;
  border-left: 17px solid #268f45;
  border-right: 0 solid transparent;
  border-bottom: 24px solid transparent;
  position: absolute;
  top: -9px;
  right: -27px;
}

.label-san-pham-before h3 {
  position: relative;
}

.label-san-pham-before h3::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  margin-right: 2px;
  vertical-align: middle;
  border-top: 24px solid transparent;
  border-right: 17px solid #268f45;
  border-left: 0 solid transparent;
  border-bottom: 24px solid transparent;
  position: absolute;
  top: -9px;
  left: -27px;
}

.woocommerce div.product form.cart .button {
  background-color: #268f45;
}

.content-area,
.site-main {
  margin: 30px 0px;
}

.header-chinh a.elementor-sub-item:hover,
.header-chinh .elementor-sub-item.elementor-item-active {
  background-color: #268f45;
}

.uu-diem-cong-ty>.elementor-container {
  gap: 5px;
}

.uu-diem-cong-ty .elementor-button-content-wrapper .elementor-button-icon i {
  font-size: 35px;
}

.uu-diem-cong-ty .elementor-button-content-wrapper .elementor-button-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.md-item-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
  color: #268F45;
}

.md-item-title .icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}

.md-item-content {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.7;
}
