.header-main > div {
  min-height: 70px;
}
.header-main .main-menu .elementor-menu-toggle {
  width: 40px;
  height: 40px;
}
.header-main .main-menu .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-main .main-menu .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .header-main .main-menu li.trp-language-switcher-container a {
    margin: 0 7px !important;
  }
}
@media (max-width: 767px) {
  .header-main .right .elementor-widget-nav-menu {
    order: 2;
  }
}

body:not(.elementor-editor-active):not(.elementor-editor-preview).search-header-active::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9997;
}
body:not(.elementor-editor-active):not(.elementor-editor-preview) .elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: transform 0.3s ease-in-out;
}
body:not(.elementor-editor-active):not(.elementor-editor-preview).home .elementor-location-header {
  transform: translateY(-101%);
}
body:not(.elementor-editor-active):not(.elementor-editor-preview).home .elementor-location-header.header-visible {
  transform: translateY(0);
}
body:not(.elementor-editor-active):not(.elementor-editor-preview) .trigger-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 998;
}
body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  max-width: 500px;
  padding: 20px;
}
body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header.active {
  display: block;
}
body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header form {
  position: relative;
}
body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header form input {
  border-color: #fff;
  color: #fff;
}
body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header form input::-webkit-search-decoration, body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header form input::-webkit-search-cancel-button, body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header form input::-webkit-search-results-button, body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header form input::-webkit-search-results-decoration {
  display: none;
}
body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header form input::-ms-clear, body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header form input::-ms-reveal {
  display: none;
}
body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header form input::placeholder {
  color: #fff;
}
body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header form button {
  position: absolute;
  right: 0;
  border: none;
  padding: 0;
}
body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header form button svg {
  stroke: #fff;
}
body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header form button:hover, body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header form button:active, body:not(.elementor-editor-active):not(.elementor-editor-preview) .search-header form button:focus {
  background-color: transparent;
  border: none;
  outline: none;
}

body {
  color: var(--e-global-color-text);
}

* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 500;
}

input:focus,
input:hover {
  border: none;
}

input:hover,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}

img {
  vertical-align: middle;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.w-100 {
  width: 100% !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.text-1-line,
.text-2-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-1-line {
  -webkit-line-clamp: 1;
}

.text-2-line {
  -webkit-line-clamp: 2;
}

.elementor-widget-button.btn-icon {
  text-align: left;
}
.elementor-widget-button.btn-icon a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  background-color: transparent !important;
  border-radius: 0;
  border-width: 0 0 1px;
  padding: 0 0 20px;
  min-width: 274px;
  position: relative;
  transition: all 0.3s ease;
}
.elementor-widget-button.btn-icon a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.elementor-widget-button.btn-icon a:hover, .elementor-widget-button.btn-icon a:focus {
  background-color: transparent;
  border-width: 0 0 1px;
}
.elementor-widget-button.btn-icon a:hover::before, .elementor-widget-button.btn-icon a:focus::before {
  width: 100%;
}
.elementor-widget-button.btn-icon .elementor-button-content-wrapper {
  justify-content: space-between;
  gap: 10px;
}
.elementor-widget-button.btn-icon .elementor-button-icon {
  transition: transform 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.elementor-widget-button.btn-icon .elementor-button-icon svg {
  width: 32px;
  height: auto;
}
.elementor-widget-button.btn-icon.btn-slide a {
  overflow: hidden;
}
.elementor-widget-button.btn-icon.btn-slide a .elementor-button-icon {
  transform: translateX(0);
}
.elementor-widget-button.btn-icon.btn-slide a:hover .elementor-button-icon {
  transform: translateX(10px);
}
.elementor-widget-button.btn-icon.btn-scale a:hover .elementor-button-icon {
  transform: scale(1.1);
}
.elementor-widget-button.btn-icon.btn-fill a {
  border: 1px solid currentColor;
  position: relative;
  z-index: 1;
}
.elementor-widget-button.btn-icon.btn-fill a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: currentColor;
  z-index: -1;
  transition: width 0.3s ease;
}
.elementor-widget-button.btn-icon.btn-fill a:hover {
  color: #fff !important;
}
.elementor-widget-button.btn-icon.btn-fill a:hover::before {
  width: 100%;
}
.elementor-widget-button.btn-icon.btn-fill a:hover .elementor-button-icon {
  transform: rotate(180deg);
}
.elementor-widget-button.white a {
  color: #fff;
  border-color: #fff;
}
.elementor-widget-button.white a:hover, .elementor-widget-button.white a:focus {
  border-color: #fff;
}

.read-more-wrapper {
  position: relative;
}
.read-more-wrapper .read-more-content {
  margin-bottom: 0 !important;
  max-height: 428px;
  overflow: hidden;
  position: relative;
  transition: max-height 300ms ease-out;
}
.read-more-wrapper .read-more-content p:last-child {
  margin-bottom: 0;
}
.read-more-wrapper.is-expanded .read-more-content {
  max-height: none;
  overflow: visible;
}

.single-gallery-wrapper .swiper-slide-inner {
  height: 237px;
  cursor: pointer;
}
.single-gallery-wrapper .swiper-slide-inner img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button svg {
  display: none;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 17px;
  transition: all 0.3s;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev::before {
  background: url("../images/icon-angle-left.svg") no-repeat;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next::before {
  background: url("../images/icon-angle-right.svg") no-repeat;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper:hover .elementor-swiper-button {
  visibility: visible;
  opacity: 1;
}
.elementor-widget-image-carousel.medium .elementor-swiper-button {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-widget-image-carousel.medium .elementor-swiper-button.elementor-swiper-button-prev {
  left: 25px;
}
.elementor-widget-image-carousel.medium .elementor-swiper-button.elementor-swiper-button-next {
  right: 25px;
}
.elementor-widget-image-carousel.larger .elementor-swiper-button {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4196078431);
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-widget-image-carousel.larger .elementor-swiper-button::before {
  height: 8px;
  width: 20px;
}
.elementor-widget-image-carousel.larger .elementor-swiper-button.elementor-swiper-button-prev::before {
  background: url("../images/icon-arrow-left.svg") no-repeat !important;
}
.elementor-widget-image-carousel.larger .elementor-swiper-button.elementor-swiper-button-next::before {
  background: url("../images/icon-arrow-right.svg") no-repeat !important;
}
.elementor-widget-image-carousel.swiper-slide-thumbs .swiper-slide-inner {
  height: 197px;
}
.elementor-widget-image-carousel.swiper-slide-thumbs .swiper-slide-inner img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.wpcf7-form label {
  width: 100%;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  padding-top: 10px;
}
.wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0 !important;
}
.wpcf7-form .wpcf7-submit {
  min-width: 120px;
}
.wpcf7-form .wpcf7-list-item {
  margin: 22px 0 0;
}
.wpcf7-form .wpcf7-list-item input {
  display: none;
}
.wpcf7-form .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 34px;
  display: flex;
  align-items: center;
}
.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label::before {
  width: 19px;
  height: 19px;
  display: block;
  border: 1px solid #8A8A8A;
  position: absolute;
  left: 0;
}
.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--e-global-color-primary);
  border-bottom: 2px solid var(--e-global-color-primary);
  position: absolute;
  left: 5px;
  top: 9px;
  transform: rotate(-45deg);
  opacity: 0;
}

.owl-dots {
  display: flex;
  justify-content: center;
  gap: 13px;
  width: 100%;
}
.owl-dots button {
  width: 21px;
  height: 21px;
  background-color: #dcdbdb !important;
  border-radius: 100%;
}
.owl-nav button {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.owl-nav button span {
  color: transparent;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 15px;
  height: 15px;
}
.owl-nav button.owl-prev span {
  -webkit-mask-image: url("../images/arrow-left.svg");
  mask-image: url("../images/arrow-left.svg");
}
.owl-nav button.owl-next span {
  -webkit-mask-image: url("../images/arrow-right.svg");
  mask-image: url("../images/arrow-right.svg");
}

body {
  padding-top: 70px;
}
body.home {
  padding: 0;
}
body:not(.elementor-editor-active, .elementor-editor-preview) .section-toggle-text .toggle-button {
  cursor: pointer;
}
body:not(.elementor-editor-active, .elementor-editor-preview) .section-toggle-text .toggle-text {
  display: none;
}
body:not(.elementor-editor-active, .elementor-editor-preview) .section-toggle-text .toggle-text.active {
  display: block;
}

.footer-form .row {
  margin: 0 -7px;
}
.footer-form .row > * {
  padding: 0 7px;
}
.footer-form .row > *:not(:last-child) {
  margin-bottom: 23px;
}

.home .wpcf7-form span.wpcf7-not-valid-tip {
  padding-top: 10px;
  font-size: 14px;
}
.home .list-news .item a img {
  width: 100%;
  height: 250px;
}

.list-news {
  overflow: hidden;
}
.list-news .item a {
  display: block;
  color: inherit;
}
.list-news .item a img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.list-news .item .meta {
  color: var(--e-global-color-secondary);
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.list-news .item .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--e-global-color-text);
}
.list-news .item .news-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  color: #4E4C4C;
  max-width: 254px;
}
.list-news .item .category {
  font-size: 13px;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}
.list-news .item .news-info {
  margin-top: 30px;
}
.list-news .item .news-info .category {
  margin-top: 26px;
}
.list-news .item .news-info:not(.home) {
  font-size: 13px;
  color: #4E4C4C;
}
.list-news .item .news-info.home {
  margin-top: 23px;
}

.about-us-news .row {
  margin: 0 -21px;
}
.about-us-news .row > * {
  padding: 0 21px;
}
.about-us-news .list-news .item img {
  width: 567px;
  height: 500px;
}

.service-tab-container {
  overflow: hidden;
  height: 100vh;
}
.service-tab-container .service-list-wrapper {
  width: 37%;
  padding: 127px 120px;
}
.service-tab-container .service-list-wrapper .service-list-heading {
  font-weight: 700;
  margin: 0 0 107px;
}
.service-tab-container .service-list .service-item {
  cursor: pointer;
  padding-bottom: 8px;
  margin-bottom: 59px;
  font-size: 15px;
  font-weight: 500;
  color: #4E4C4C;
  position: relative;
}
.service-tab-container .service-list .service-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--e-global-color-4ca223c);
  transition: width 0.3s ease;
}
.service-tab-container .service-list .service-item .service-name-en {
  font-weight: 300;
  font-style: italic;
}
.service-tab-container .service-list .service-item:last-child {
  margin-bottom: 0;
}
.service-tab-container .service-list .service-item.active {
  color: var(--e-global-color-4ca223c);
}
.service-tab-container .service-list .service-item.active::after {
  width: 100%;
}
.service-tab-container .service-content {
  width: 63%;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.service-tab-container .service-content .service-swiper {
  height: 100vh;
  width: 100%;
}
.service-tab-container .service-content .service-swiper .swiper-wrapper {
  height: 100%;
}
.service-tab-container .service-content .service-swiper .swiper-slide {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
.service-tab-container .service-content .service-swiper .swiper-slide::before {
  content: "";
  background: rgba(0, 0, 0, 0.3019607843);
  position: absolute;
  width: 100%;
  height: 100%;
}
.service-tab-container .service-content .service-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.service-tab-container .service-content .service-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 266px 154px 328px;
}
.service-tab-container .service-content .service-info .service-heading {
  color: #fff;
  font-size: 20px;
  margin: 0 0 56px;
}
.service-tab-container .service-content .service-info .service-desc {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
}
.service-tab-container .service-content .service-info .service-desc::-webkit-scrollbar {
  width: 8px;
}
.service-tab-container .service-content .service-info .service-desc::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 8px;
}
.service-tab-container .service-content .service-info .service-desc::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 8px;
}
.service-tab-container .service-content .service-info .service-desc p:last-child {
  margin-bottom: 0;
}
.service-tab-container .service-content .service-info .service-url {
  margin-top: 24px;
  gap: 7px;
  color: #fff;
}

@media (max-width: 1024px) {
  .elementor-widget-button.btn-icon a {
    min-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .service-tab-container .service-list-wrapper {
    padding: 80px 20px;
  }
  .service-tab-container .service-content .service-info {
    padding: 150px 40px;
  }
}
@media (max-width: 883px) {
  .service-tab-container {
    height: auto;
    overflow: visible;
    flex-wrap: wrap;
  }
  .service-tab-container > * {
    width: 100% !important;
  }
  .service-tab-container .service-list-wrapper {
    padding: 0 20px;
  }
  .service-tab-container .service-list-wrapper .service-list-heading {
    margin: 0 0 50px;
  }
  .service-tab-container .service-list-wrapper .service-list {
    display: none;
  }
  .service-tab-container .service-list-wrapper .service-list .service-item {
    margin-bottom: 30px;
  }
  .service-tab-container .service-content .service-swiper {
    height: auto;
    touch-action: auto !important;
  }
  .service-tab-container .service-content .service-swiper .swiper-wrapper {
    touch-action: auto !important;
  }
  .service-tab-container .service-content .service-swiper .swiper-slide {
    height: 120px !important;
  }
  .service-tab-container .service-content .service-swiper .swiper-slide .service-info {
    display: none;
  }
  .service-tab-container .service-content .service-swiper .swiper-slide.accordion-active {
    height: auto !important;
  }
  .service-tab-container .service-content .service-swiper .swiper-slide.accordion-active .service-accordion-title {
    display: none !important;
  }
  .service-tab-container .service-content .service-swiper .swiper-slide.accordion-active .service-image {
    height: 100vh;
  }
  .service-tab-container .service-content .service-swiper .swiper-slide.accordion-active .service-info {
    display: block;
    overflow: auto;
  }
  .service-tab-container .service-content .service-image {
    height: 100%;
  }
  .service-tab-container .service-content .service-accordion-title {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
    width: 100%;
  }
  .service-tab-container .service-content .service-info {
    padding: 80px 20px;
  }
  .service-tab-container .service-content .service-info .service-heading {
    margin-bottom: 30px;
  }
  .service-tab-container .service-content .service-info .service-desc {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .list-news .row > *:not(:last-child) {
    margin-bottom: 30px;
  }
  .list-news .item a img {
    height: auto !important;
  }
  .team-popup {
    width: 100% !important;
    height: 100% !important;
    padding: 30px 20px !important;
  }
  .team-popup .team-popup-desc {
    padding: 30px 0 0 !important;
  }
  .team-popup .team-popup-close {
    width: 40px !important;
    height: 40px !important;
    top: 10px !important;
    right: 20px !important;
    background-color: var(--e-global-color-primary) !important;
  }
  .team-popup .team-popup-close svg path {
    fill: #fff;
  }
}

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