html,
body {
  overflow-x: hidden !important;
}

section,
div {
  max-width: 100vw;
  box-sizing: border-box;
}

.qodef-m-text,
.qodef-e-excerpt,
.elementor-widget-text-editor,
.qodef-e-title {
  text-align: justify;
}

.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
  padding: 0;
}

.qodef-grid > .qodef-grid-inner {
  margin: 0 !important;
}

html body #rev_slider_10_1_wrapper[style],
html body #rev_slider_10_1[style] {
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-element-2be0b48[style] {
  width: 100% !important;
}

.elementor-element-2be0b48 .elementor-widget-container img {
  border-radius: unset !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: unset !important;
}

section.qodef-elementor-content-grid > .elementor-container {
  max-width: unset !important;
  width: auto !important;
}

.elementor-nav-menu .qodef-menu-item-arrow {
  display: none !important;
}

.elementor-nav-menu .elementor-item.has-submenu {
  display: flex;
  align-items: center;
}

.vplus-topbar-left {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.vplus-topbar-item-1,
.vplus-topbar-item-2 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
}

.vplus-topbar-item-1 {
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}

.vplus-topbar-item-2 {
  border-right: 1px solid #fff !important;
}

.vplus-topbar-item:first-child {
  border-left: none;
}

.vplus-topbar-item i {
  font-size: 14px;
}

.elementor-15664
  .elementor-element.elementor-element-0cff9a5
  > .elementor-widget-container,
.elementor-social-icons-wrapper.elementor-grid {
  padding: 8px 20px;
  border-left: 1px solid #fff !important;
  color: #fff;
}

.elementor-social-icons-wrapper.elementor-grid {
  border-right: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
}

.elementor-nav-menu--main ul {
  margin: 0 !important;
}

.elementor-nav-menu .sub-menu {
  position: absolute;
  top: 72px !important;
  left: 0;
  background: #fff;
  min-width: 220px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  visibility: hidden;
  z-index: 99;
  font-size: 16px;
}

.elementor-nav-menu li:hover > .sub-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.elementor-nav-menu .sub-menu li:hover > a {
  background-color: transparent;
  transform: translateX(20px);
}

.elementor-nav-menu .sub-menu li a::before {
  content: "+";
  font-size: 26px;
  font-weight: 300;
  position: absolute;
  left: -5px;
  opacity: 0;
  transition: all 0.3s ease;
  margin-right: 5px;
}

.elementor-nav-menu .sub-menu li:hover > a::before,
.elementor-nav-menu
  .sub-menu
  li
  a.elementor-sub-item.elementor-item-active::before {
  left: 0;
  opacity: 1;
  transform: rotate(360deg);
}

.elementor-sub-item.elementor-item-active {
  transform: translateX(20px);
  left: 0;
  opacity: 1;
  background-color: unset !important;
}

.elementor-nav-menu a.elementor-item,
.elementor-nav-menu a.elementor-sub-item {
  position: relative;
  overflow: visible;
}

.elementor-nav-menu a.elementor-item:hover,
.elementor-nav-menu a.elementor-sub-item:hover {
  color: #2a2f41 !important;
}

.elementor-nav-menu a.elementor-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #2a2f41 !important;
  transition: width 0.35s ease;
}

.elementor-nav-menu a.elementor-item:hover::after,
.elementor-nav-menu a.elementor-sub-item:hover::after {
  width: 100%;
}

.elementor-nav-menu .current-menu-item > a.elementor-item::after,
.elementor-nav-menu .current-menu-ancestor > a.elementor-item::after,
.elementor-nav-menu a.elementor-item.elementor-item-active::after {
  width: 100%;
}

.elementor-nav-menu .sub-menu .current-menu-item > a.elementor-sub-item::after,
.elementor-nav-menu
  .sub-menu
  a.elementor-sub-item.elementor-item-active::after {
  width: 100%;
}

.elementor-nav-menu--main .current-menu-ancestor.current-menu-parent {
  border-bottom: 3px solid #2a2f41 !important;
}
.cpel-switcher__list {
  flex-wrap: nowrap !important;
  gap: 5px;
}

.cpel-switcher--layout-horizontal .cpel-switcher__lang:not(:last-child) {
  margin-left: 10px;
}

.cpel-switcher__nav {
  width: 70px;
  height: 32px;
  background: #eee;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.cpel-switcher__list {
  display: flex;
  flex-direction: row;
  width: 140px;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: transform 0.3s ease;
}

.cpel-switcher__lang {
  width: 70px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpel-switcher__flag img {
  width: 22px;
  height: auto;
}

.cpel-switcher__nav.is-vi .cpel-switcher__list {
  transform: translateX(-75px);
}

.cpel-switcher__nav.is-en .cpel-switcher__list {
  transform: translateX(0);
}

.elementor-element-6b29c105 .elementor-widget-text-editor a {
  color: #dbdbdb;
  font-size: 16px;
  font-weight: 300;
}

.elementor-element-6b29c105 .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

@media (max-width: 1790px) and (min-width: 1590px) {
  .elementor-element-2be0b48 .elementor-nav-menu--main .elementor-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 1590px) and (min-width: 1360px) {
  .elementor-element-2be0b48 .elementor-nav-menu--main .elementor-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 1410px) and (min-width: 1000px) {
  .elementor-15632 .elementor-element.elementor-element-6b29c105 {
    padding: 0 !important;
  }
}

@media (max-width: 1360px) and (min-width: 1000px) {
  .elementor-element-2be0b48 .elementor-nav-menu--main .elementor-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 1000px) {
  .swiper-button-outside {
    display: none !important;
  }

  .elementor-swiper-button {
    display: none !important;
  }

  .elementor-15984
    .elementor-element.elementor-element-769c02c
    .elementor-nav-menu--dropdown
    .elementor-item,
  .elementor-15984
    .elementor-element.elementor-element-769c02c
    .elementor-nav-menu--dropdown
    .elementor-sub-item {
    font-size: 16px !important;
  }

  .elementor-nav-menu--dropdown {
    top: 55px !important;
  }

  .elementor-nav-menu--dropdown .elementor-item.highlighted,
  .elementor-nav-menu--dropdown .elementor-item:focus,
  .elementor-nav-menu--dropdown .elementor-item:hover {
    left: 0;
    opacity: 1;
    transform: rotate(360deg);
    background-color: unset !important;
  }
}

@media (max-width: 1220px) and (min-width: 1000px) {
  .elementor-15984 .elementor-element.elementor-element-2be0b48 {
    padding: 20px 20px !important;
  }

  .elementor-15984 .elementor-element.elementor-element-97d4129 {
    padding: 0 50px !important;
  }
}

/* css chung */
@media (max-width: 767px) {
  .elementor-element.elementor-element-f3dc400:not(
      .elementor-motion-effects-element-type-background
    ) {
    background-image: unset !important;
  }
}

h2.elementor-heading-title {
  font-size: clamp(30px, 3vw, 50px) !important;
}

.elementor-slides .swiper-slide-inner .elementor-slide-button {
  border: unset !important;
  padding-left: 0 !important;
}

.elementor-swiper-button {
  font-size: 22px !important;
  color: #2a2f41 !important;
}

.qodef-e.qodef-blog-item .qodef-e-media-holder {
  max-height: 45vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 25px;
}

.qodef-e-media-image img {
  height: 50vh !important;
  object-fit: cover;
  width: 100%;
}

.qodef-info--top {
  display: none !important;
}

.qodef-e-media-image a {
  border-radius: 25px;
}

/* .qodef-blog img {
    border-radius: 25px !important;
} */

.qodef-e-title {
  margin-bottom: 0 !important;
}

.qodef-e-excerpt {
  max-height: calc(2.4em * 2);
}

.qodef-e-inner {
  box-shadow: unset !important;
  background-color: unset !important;
  padding: 20px;
}

.qodef-e-text {
  margin-bottom: 0 !important;
}

.qodef-e-content {
  padding: 0 !important;
}

@media (min-width: 1024px) {
  .qodef-blog.qodef--list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    margin-bottom: -5px !important;
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .qodef-blog.qodef--list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    margin-bottom: 15px !important;
    margin-top: 20px;
  }
}

.qodef-e-read-more {
  margin-top: 0 !important;
}

.qodef-theme-button,
button[type="submit"],
input[type="submit"] {
  background-color: unset !important;
  color: #155fa6 !important;
  border: 1px solid #155fa6 !important;
}

.qodef-qi-contact-form-7 input[type="text"],
.qodef-qi-contact-form-7 input[type="tel"] {
  padding: 0 !important;
  margin-bottom: 10px;
}
.qodef-qi-contact-form-7 select {
  padding: 0 !important;
  margin-bottom: 10px;
}

.qodef-button.qodef-layout--outlined {
  color: #155fa6 !important;
  border: 1px solid #155fa6 !important;
}

.swiper-button-prev.swiper-button-outside.swiper-nav-left {
  left: clamp(-103px, -6vw, -97px) !important;
  transform: translateY(calc(-50% - 50px));
}

.swiper-button-next.swiper-button-outside.swiper-nav-left {
  right: clamp(-103px, -6vw, -97px) !important;
  left: unset !important;
  transform: translateY(calc(-50% - 50px));
}

@media (max-width: 1024px) and (min-width: 768px) {
  .qodef-e-inner {
    padding: 20px;
    padding-bottom: 0 !important;
  }

  .qodef-e-title {
    min-height: 90px;
  }

  .qodef-e-media-image img {
    height: 30vh !important;
  }
}

@media (max-width: 767px) {
  .qodef-swiper-pagination-outside {
    margin-bottom: 20px;
  }

  .qodef-e-inner {
    padding: 20px;
    padding-bottom: 0 !important;
  }

  .qodef-swiper-container .swiper-slide a {
    display: unset !important;
  }
}

.qodef-e-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 80px;
}

.elementor-widget-promedica_core_testimonials_list svg {
  fill: #155fa6;
}

@media (max-width: 767px) {
  .qodef-e-content-svg {
    margin: 0 0 20px !important;
  }

  .qodef-e-content-svg svg {
    width: 40px !important;
    height: 40px !important;
  }
}

.qodef-blog .qodef-e-content .qodef-e-title {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
  scrollbar-width: thin;
  font-size: clamp(18px, 1.5vw, 24px) !important;
  min-height: 70px;
}

.qodef-testimonials-list .qodef-e-content .qodef-e-title {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
  scrollbar-width: thin;
  font-size: clamp(18px, 1.5vw, 24px) !important;
  min-height: 70px;
}

.qodef-e-content .qodef-e-title::-webkit-scrollbar {
  width: 6px;
}

.qodef-e-content .qodef-e-title::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.swiper-button-prev.swiper-button-outside.swiper-nav-split {
  left: clamp(-103px, -6vw, -97px) !important;
}

.swiper-button-next.swiper-button-outside.swiper-nav-split {
  right: clamp(-103px, -6vw, -97px) !important;
}

.elementor-slide-button {
  padding: 0 !important;
}

.swiper-pagination-bullets {
  bottom: 20px !important;
}

.qodef-qi-image-slider .qodef-e-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.qodef-qi-swiper-container .swiper-slide img {
  width: 100px;
}

.elementor-widget-qi_addons_for_elementor_blog_slider
  .qodef-e-media-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  transition: opacity 0.3s ease;
  opacity: 1;
}

.elementor-widget-qi_addons_for_elementor_blog_slider
  .qodef-e:hover
  .qodef-e-media-image::after {
  opacity: 0.8;
}

.elementor-widget-qi_addons_for_elementor_blog_slider
  .elementor-widget-container
  .qodef-e-inner {
  padding: 0 !important;
}

.elementor-widget-qi_addons_for_elementor_blog_slider .qodef-e-content {
  padding: 40px !important;
}

.elementor-widget-qi_addons_for_elementor_blog_slider
  .qodef-e-text
  .qodef-e-title {
  max-height: unset !important;
  overflow-y: unset !important;
}

.elementor-widget-qi_addons_for_elementor_blog_slider h5 {
  font-size: 18px !important;
}

.elementor-widget-qi_addons_for_elementor_blog_slider
  .swiper-pagination
  .swiper-pagination-bullet {
  border: 1px solid #000 !important;
  background-color: unset !important;
}

.elementor-widget-qi_addons_for_elementor_blog_slider
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000 !important;
  transform: unset !important;
}

.elementor-widget-qi_addons_for_elementor_blog_slider
  .swiper-pagination-bullets {
  bottom: 0 !important;
}

.elementor-widget-qi_addons_for_elementor_blog_slider
  .qodef-swiper-pagination-outside {
  margin-bottom: unset !important;
}

.elementor-widget-promedica_core_testimonials_list
  .qodef-e-content
  .qodef-e-title {
  font-size: 17px !important;
}

.elementor-widget-promedica_core_testimonials_list
  .qodef-item-layout--boxed
  .qodef-e-inner {
  background-color: #fff !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin: 10px;
  min-height: 300px !important;
}

.elementor-widget-promedica_core_testimonials_list
  .swiper-button-prev.swiper-button-outside.swiper-nav-left {
  left: -83px !important;
  transform: unset;
}

.elementor-widget-promedica_core_testimonials_list
  .swiper-button-next.swiper-button-outside.swiper-nav-left {
  right: -83px !important;
  left: unset !important;
  transform: unset;
}

.elementor-widget-promedica_core_testimonials_list img {
  border-radius: unset !important;
  height: unset !important;
}

@media (max-width: 680px) {
  .qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-content-image {
    flex-direction: unset !important;
  }
}

.qodef-tabs a {
  color: #919191 !important;
  transition: color 0.3s ease;
}

.qodef-tabs.ui-tabs li.ui-state-active a,
.qodef-tabs.ui-tabs li a:hover {
  color: #000 !important;
}

.qodef-tabs li:after {
  background-color: #155fa6 !important;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-navigation
  a {
  font-size: clamp(17px, 2.7vw, 25px) !important;
}

@media (min-width: 680px) {
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
    .qodef-tabs-navigation {
    width: clamp(300px, 25vw, 400px);
  }
}

.elementor-products-grid img {
  border-radius: unset !important;
}

.elementor-products-grid .add_to_cart_button {
  border: 1px solid #155fa6;
  padding: 15px;
  color: #155fa6 !important;
  border-radius: 50px;
}

.qodef-woo-product-image {
  position: relative;
  width: 100%;
}

.qodef-woo-product-mark.qodef-woo-onsale {
  display: none !important;
}

.qodef-woo-product-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 26px 0 15px;
}

.qodef-woo-product-content .qodef-woo-product-title {
  color: #155fa6 !important;
}

.qodef-woo-product-content .price {
  position: relative;
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif !important;
  color: #155fa6 !important;
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: 600 !important;
  margin: 1px 0 0;
  float: right;
  text-align: right;
}

.qodef-woo-product-content .price .woocommerce-Price-amount.amount {
  color: #155fa6 !important;
}

.qodef-woo-product-content .price .woocommerce-Price-amount.amount {
  color: #155fa6 !important;
}

.qodef-woo-product-content .price del {
  color: #155fa6 !important;
}

.qodef-woo-product-content .price ins {
  color: #155fa6 !important;
}

.qodef-woo-product-title {
  margin: 0;
  float: left;
  text-align: left;
  position: relative;
}

.elementor-slides-wrapper .elementor-slide-heading {
  font-size: clamp(18px, 2.5vw, 36px) !important;
}

.elementor-slides-wrapper .elementor-slide-description {
  font-size: clamp(18px, 2.5vw, 18px) !important;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
  width: 60px;
}

/* content */
@media (min-width: 1025px) {
  section.vplus-padding > .elementor-container,
  .elementor-element-9ff64e9 > .elementor-widget-container,
  .elementor-element-77e5d36 > .elementor-widget-container {
    padding-left: clamp(100px, 15vw, 250px) !important;
    padding-right: clamp(100px, 15vw, 250px);
  }
}

.elementor-element-f3adbf4 .swiper-slide-bg::before,
.elementor-element-32a8dfc .swiper-slide-bg::before,
.elementor-element-41b00aa .swiper-slide-bg::before,
.elementor-element-8efb528 .swiper-slide-bg::before,
.elementor-element-94259bc .swiper-slide-bg::before {
  background: unset !important;
}

@media (min-width: 1025px) {
  .elementor-element-f3adbf4 .elementor-slides .swiper-slide-inner {
    padding-left: 200px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-element-f3adbf4 .elementor-slides .swiper-slide-inner {
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .elementor-element-f3adbf4 .elementor-slides .swiper-slide-inner {
    padding-left: 20px;
  }
}
.elementor-element-32a8dfc .swiper-slide-contents {
  background-color: #f6f6f691 !important;
  color: #000 !important;
  border-radius: 25px;
}

@media (min-width: 1025px) {
  .elementor-element-32a8dfc .swiper-slide-contents {
    padding: 4vw;
  }

  .elementor-element-32a8dfc .swiper-slide-contents {
    max-width: 40% !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-element-32a8dfc .swiper-slide-contents {
    max-width: 55% !important;
  }

  .elementor-element-32a8dfc .swiper-slide-contents {
    padding: 5vw;
  }
}

@media (max-width: 767px) {
  .swiper-slide-contents {
    padding: 6vw;
  }

  .swiper-slide-contents {
    max-width: 100% !important;
  }
}

.elementor-element-465054c:not(
    .elementor-motion-effects-element-type-background
  ) {
  background-position: 65vw 0px !important;
  background-size: 50vw auto !important;
}

.elementor-element-759d908 .qodef-e-inner {
  display: flex !important;
  align-items: center;
  gap: 20px;
}

.elementor-element-759d908 .qodef-e-inner {
  background-color: #fff !important;
  border-radius: 25px;
  padding: unset;
}

.elementor-element-759d908 .qodef-e-content {
  padding: 20px !important;
}

@media (max-width: 1550px) {
  .elementor-element-759d908 .qodef-e-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .elementor-element-759d908 .qodef-e-media {
    width: 100%;
  }

  .elementor-element-759d908 .qodef-e-inner {
    gap: 15px;
  }

  .elementor-element-759d908 .qodef-e-title {
    min-height: unset !important;
  }
}

@media (max-width: 1024px) {
  .elementor-element-759d908 .qodef-e-media-image img {
    height: 40vh !important;
  }

  .elementor-element-759d908 .qodef-blog-item {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .elementor-element-759d908 .qodef-e-read-more {
    margin: 15px 0 0 !important;
  }

  .elementor-element-169c235e.elementor-widget-heading h4 a::after,
  .elementor-element-ad61ee8.elementor-widget-heading h4 a::after,
  .elementor-element-708dcc61.elementor-widget-heading h4 a::after,
  .elementor-element-ded8f23.elementor-widget-heading h4 a::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    transition: transform 0.3s ease;
    vertical-align: middle;
  }

  .elementor-widget-wrap.active h4 a::after {
    transform: rotate(180deg);
  }

  .elementor-element-28b80ed5 .elementor-widget-text-editor {
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .elementor-widget-wrap .elementor-widget-text-editor p a {
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease;
  }

  .elementor-widget-wrap.active .elementor-widget-text-editor {
    transition: all 0.3s ease;
    display: block;
  }

  .elementor-widget-text-editor p {
    margin: 0;
  }

  .elementor-element-f003de9 .elementor-element-ca42d51 p {
    margin: 20px 0 !important;
  }

  .elementor-15632
    .elementor-element.elementor-element-178af7f
    > .elementor-element-populated {
    margin: -115px 0 0 0 !important;
    transition: margin 0.3s ease;
  }

  .elementor-15632
    .elementor-element.elementor-element-178af7f
    > .elementor-element-populated.margin-reset {
    margin: 0px 0 0 0 !important;
  }
}

.elementor-element-94259bc .swiper-slide-inner {
  padding: 0 100px !important;
}

.elementor-element-01653f6 {
  position: relative;
  overflow: hidden;
}

.elementor-element-01653f6::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.308), rgba(0, 0, 0, 0));
  z-index: 2;
  pointer-events: none;
}

.elementor-element-01653f6 > .elementor-container {
  position: relative;
  z-index: 3 !important;
}

.elementor-element-5885d56 .qodef-e-media-image img {
  border-radius: unset !important;
  height: unset !important;
}

.elementor-element.elementor-element-f3dc400:not(
    .elementor-motion-effects-element-type-background
  ) {
  background-size: 45vw !important;
  background-position: 60vw !important;
}

.swiper-slide-contents {
  position: relative;
  z-index: 1;
}

.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #6d6d6d !important;
}

.elementor-slide-heading {
  font-size: clamp(25px, 4vw, 35px) !important;
}

.elementor-element-17676b9 img {
  height: unset !important;
}

.elementor-element-895d289 img,
.elementor-element-9056321 img {
  border-radius: unset !important;
}

.elementor-element-41b00aa .swiper-horizontal .elementor-swiper-button-next {
  right: 10px !important;
}

.elementor-element-6685f5c .qodef-button {
  color: #155fa6 !important;
  border: 1px solid #155fa6 !important;
  background-color: unset !important;
}

.elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .col2-set
  .col-1,
.elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .col2-set
  .col-2 {
  width: 100% !important;
}

.elementor-element-778a01dc .form-row {
  width: 100% !important;
}

.elementor-element-778a01dc .elementor-widget-container p span {
  font-size: 17px !important;
}

.elementor-element-193281a .elementor-widget-container p span {
  font-size: 18px !important;
}

.elementor-element-193281a .elementor-widget-container p span.qodef-m-text {
  font-size: 13px !important;
}

.qodef-search-form-button {
  padding: 0 !important;
}

.sec-link-contact .qodef-e-info-left {
  display: none !important;
}

.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark {
  background-color: #155fa6 !important;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
}

.form-row > label {
  flex: 1 1 calc(50% - 10px);
  min-width: 280px;
}

@media (max-width: 768px) {
  .form-row > label {
    flex: 1 1 100%;
    min-width: 0;
    margin-bottom: 20px;
  }

  .form-row > label:last-child {
    margin-bottom: 0;
  }
}

.form-row .wpcf7-form-control {
  width: 100%;
  padding: 0;
  font-size: 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

select option {
  background-color: #f0f0f0;
  color: #333;
  padding: 6px 10px;
  font-size: 15px;
}

select option:hover {
  background-color: #d9eaff;
  color: #000;
}

select[multiple] {
  height: 120px;
  overflow-y: auto;
}

.single-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.single-product-wrapper .product-thumbnail {
  flex: 1 1 50%;
  max-width: 500px;
}

.single-product-wrapper .product-details {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.single-product-wrapper .product-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.single-product-wrapper .product-price {
  font-size: 22px;
  font-weight: bold;
  color: #155fa6;
  margin-bottom: 20px;
}

.single-product-wrapper .product-content {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.single-product-wrapper .product-tax {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .single-product-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .single-product-wrapper .product-thumbnail,
  .single-product-wrapper .product-details {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.related-products .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3em;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 13px 39px 12px;
  cursor: pointer;
  z-index: 3;
  letter-spacing: 0.05em;
  color: #2a2f41;
  background-color: transparent;
  border: 1px solid rgba(42, 47, 65, 0.5);
}

.qodef-breadcrumbs span.qodef-breadcrumb-separator::before {
  content: "-";
  color: #2a2f41;
  font-size: 30px;
  position: relative;
  top: 2px;
  margin: 0 10px;
}

.full-width {
  width: 100%;
  display: block;
}

.product-tabs {
  margin-top: 40px;
}

.product-tabs .tabs {
  display: flex;
  border-bottom: 2px solid #e5e5e5;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.product-tabs .tabs li {
  margin-right: 30px;
}

.product-tabs .tabs li a {
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
  font-weight: 500;
  color: #333;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}
.product-tabs .tabs li a:hover {
  color: #155fa6;
}

.product-tabs .tabs li.active a {
  color: #155fa6;
  border-bottom: 2px solid #155fa6;
}

.tab-content .tab-pane {
  display: none;
  color: #555;
  line-height: 1.7;
}

.tab-content .tab-pane.active {
  display: block;
}

#wpcf7-f18778-p15331-o1 {
  scroll-margin-top: 250px;
}
.qodef-icon-with-text .qodef-m-text {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
  scrollbar-width: thin;
}
.qodef-accordion .qodef-accordion-title {
  text-align: left;
}
.qodef-icon-with-text .qodef-m-title {
  min-height: 60px;
}
#sec-home-post .qodef-blog .qodef-blog-item .qodef-e-media .qodef-e-media-image{
  margin-bottom: 0 !important;
}
.qodef-team-list .qodef-e-content-inner{
  text-align: left;
}
.elementor-widget-promedica_category_carousel .swiper-slide a{
    display: inline-block !important;
}
.elementor-widget-promedica_category_carousel .qodef-e-title.entry-title{
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
  scrollbar-width: thin;
  font-size: clamp(18px, 1.5vw, 24px) !important;
  min-height: 70px;
}
.elementor-widget-promedica_category_carousel .swiper-pagination{
    position: unset !important;
}
.elementor-widget-promedica_category_carousel .qodef-e-media-image a{
    border-radius: 25px !important;
}