* + 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;
}
.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 .elementor-button-content-wrapper {
  justify-content: space-between;
  gap: 10px;
}
.elementor-widget-button.btn-icon svg {
  width: 32px;
}
.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;
}
.single-gallery-wrapper .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 #41403E;
  border-bottom: 2px solid #41403E;
  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:not(.elementor-editor-active, .elementor-editor-preview) .header-page {
  margin-bottom: -112px;
}

.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 .item a {
  display: block;
}
.list-news .item a img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.list-news .item .meta {
  color: #8A8A8A;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.list-news .item .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #6E6B6A;
}
.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: #8A8A8A;
}
.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 .service-list-wrapper {
  width: 37%;
  padding: 127px 190px 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;
  border-bottom: 1px solid transparent;
  margin-bottom: 59px;
  font-size: 15px;
  font-weight: 500;
  color: #4E4C4C;
}
.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 {
  border-color: #000;
}
.service-tab-container .service-content {
  width: 63%;
  position: relative;
  color: #fff;
}
.service-tab-container .service-content .service-image {
  height: 1080px;
  object-fit: cover;
}
.service-tab-container .service-content .service-image::before {
  content: "";
  background: rgba(0, 0, 0, 0.3019607843);
  position: absolute;
  width: 100%;
  height: 100%;
}
.service-tab-container .service-content .service-image img {
  width: 100%;
}
.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 {
  font-size: 20px;
  margin: 0 0 56px;
}
.service-tab-container .service-content .service-info .service-desc {
  font-weight: 500;
  max-height: 600px;
  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: 80px 60px;
  }
}
@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: #41403E !important;
  }
  .team-popup .team-popup-close svg path {
    fill: #fff;
  }
  .service-tab-container {
    flex-wrap: wrap;
  }
  .service-tab-container > * {
    width: 100% !important;
  }
  .service-tab-container .service-list-wrapper {
    padding: 0 10px;
  }
  .service-tab-container .service-list-wrapper .service-list-heading {
    margin: 0 0 50px;
  }
  .service-tab-container .service-list-wrapper .service-list .service-item {
    margin-bottom: 30px;
  }
  .service-tab-container .service-content .service-image {
    height: 700px;
  }
  .service-tab-container .service-content .service-info {
    padding: 80px 10px;
  }
  .service-tab-container .service-content .service-info .service-heading {
    margin-bottom: 30px;
  }
  .service-tab-container .service-content .service-info .service-desc {
    max-height: 350px;
  }
}

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