@import url(https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css);
header {
  background-color: white;
  width: auto;
}

header .left, .right {
  align-items: center;
}

.lang select {
  border: 0;
}

.navbar {
  padding: 0;
}

.navbar-light {
  background-color: #00A0A3 !important;
  color: #fff;
  text-align: center !important;
}

.navbar-light a {
  color: #fff !important;
}

.nav-item :hover {
  background-color: #0F7679;
}

.nav-item .active {
  background-color: #0F7679;
}

.nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 0.9rem 2.3rem 1.1rem 2.3rem !important;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 0.9rem 1.8rem 1.1rem 1.8rem !important;
  }
}
.dropdown-item {
  background-color: #00A0A3;
}

.dropdown-item:hover {
  background-color: #0F7679;
}

.dropdown-menu {
  background-color: #00A0A3 !important;
}

.slogan {
  font-weight: 600;
}

.logo img {
  height: 80px;
}

.header {
  padding: 1rem 0.1rem;
  border-bottom: 2px solid #00a0a3;
  margin-bottom: -1px;
}

@media (max-width: 768px) {
  .logo img {
    height: 60px !important;
  }

  .header {
    padding: 1rem 0.1rem;
  }

  .navbar {
    margin-bottom: 30px !important;
  }
}
.my-toggler {
  background-color: #fff !important;
}

.searchbar .nav-link {
  padding-left: 15px !important;
  padding-right: 0px !important;
}

.searchbar img {
  padding-top: 15px;
  cursor: pointer;
}

.togglesearch {
  background: #E8E8E4;
  position: absolute;
  top: 54px;
  right: 16%;
  width: 350px;
  height: 72px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #0f7679;
  z-index: 99999;
  padding-top: 16px;
  display: none;
}

.togglesearch:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #0f7679;
}

.togglesearch input[type=text] {
  width: 200px;
  padding: 5px 10px;
  border: 1px solid #0f7679;
  outline: none;
  height: 36px;
}

.togglesearch input[type=submit] {
  width: 80px;
  background: #0f7679;
  color: #fff;
  margin-left: -7px;
  border: 1px solid #0f7679;
  outline: none;
  cursor: pointer;
  height: 36px;
}

@media only screen and (min-width: 240px) and (max-width: 768px) {
  .navbar ul li {
    float: none;
    display: block;
    text-align: center;
  }
}
.footer {
  background-color: #F0F0F0;
  font-size: 16px;
  line-height: 28.8px;
}
.footer .address img {
  display: block;
  position: absolute;
  left: 1px;
  top: 4px;
  font-size: 16px;
  line-height: 16px;
}
.footer li {
  margin-bottom: 16px;
  padding-left: 37px;
  position: relative;
}
.footer h5 {
  font-weight: 600;
  font-size: 18px;
}
.footer p {
  max-width: 323px;
}
.footer input[type=text] {
  background: #FFFFFF;
  border-radius: 8px;
  border: 0px;
  padding: 8px 16px;
  margin-right: 10px;
  width: 229px;
}
.footer input[type=submit] {
  background: #00A0A3;
  border-radius: 8px;
  border: 0px;
  padding: 8px 14px;
  color: #fff;
}
.footer .social img {
  padding: 0 15px;
}
@media (max-width: 768px) {
  .footer .copyright {
    margin-top: 20px;
    text-align: center !important;
  }
  .footer .social {
    margin-top: 30px;
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .footer input[type=text] {
    width: 260px;
  }
}
@media (max-width: 1439px) and (min-width: 1024px) {
  .footer input[type=text] {
    width: 210px;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .footer input[type=text] {
    width: 130px;
  }
}
@media (max-width: 425px) {
  .footer input[type=text] {
    width: 240px;
  }
}
@media (max-width: 320px) {
  .footer input[type=text] {
    width: 184px;
  }
}

.slick-dots {
  display: flex;
  justify-content: end;
  margin: 0;
  padding: 1rem 0;
  background-color: #0F7679;
  list-style-type: none;
  padding: 20px 20px;
  right: 0px;
  bottom: 25px;
  position: absolute;
}

li {
  margin: 0 0.25rem;
}

.main-slider button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #00A0A3;
  text-indent: -9999px;
}

.main-slider a {
  color: #fff !important;
}

li.slick-active button {
  background-color: #fff;
}

.main-slider {
  color: #fff;
}

.main-slider img {
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .main-slider img {
    height: 100%;
  }
}
.main-slider {
  background-color: #0F7679;
}

.main-slider p {
  font-size: 18px;
  line-height: 28px;
  max-width: 80%;
  padding: 20px 20px 10px 20px;
}

.story {
  background-color: #F9F9F9;
  padding: 40px 15px;
}

.story h1 {
  max-width: 70%;
  font-style: normal;
  font-size: 38px;
  line-height: 46px;
}

.story p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  padding: 0px 0px 20px 0px;
  max-width: 70%;
}

.story img {
  width: 100%;
}

@media (max-width: 768px) {
  .story h1 {
    max-width: 100%;
    font-style: normal;
    font-size: 28px;
    line-height: 28px;
  }

  .story p {
    max-width: 100%;
  }

  .story .button-dark {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 170px;
  height: 170px;
  text-align: center !important;
}
.partner-item img {
  height: 170px;
  border: 1px solid #e7e2e2;
}

.partners h1 {
  padding-bottom: 35px;
  font-size: 38px;
}

.partner-item h5 {
  padding-top: 15px;
}

.partners {
  padding: 40px;
}

@media (max-width: 768px) {
  .partners {
    padding: 30px 10px 0px 10px;
  }

  .partners h1 {
    font-size: 24px;
  }
}
.project-wrapper img.project-photo {
  width: 100%;
  padding-bottom: 16px;
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-wrapper h1 {
  font-size: 38px;
  padding-bottom: 16px;
  line-height: 46px;
}
.project-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 768px) {
  .project-wrapper h1 {
    font-size: 24px !important;
    line-height: 32px;
  }
}

.project-info {
  margin: 10px 0 20px;
}
.project-info img {
  width: 100%;
  padding: 15px;
  background-color: #f3f3f3;
}

@media (max-width: 768px) {
  .project-wrapper h1 {
    font-size: 38px;
    padding-bottom: 16px;
  }
}
.news-wrapper img.news-photo {
  width: 100%;
  padding-bottom: 16px;
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-wrapper h1 {
  font-size: 34px;
  padding-bottom: 16px;
  line-height: 46px;
}
.news-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 768px) {
  .news-wrapper h1 {
    font-size: 24px !important;
    line-height: 32px;
  }
}

.news-info {
  border-top: 2px solid #EBEBEC;
  border-bottom: 2px solid #EBEBEC;
  padding: 16px 0;
  margin-top: 50px;
}

.news-lent .news-item {
  display: flow-root;
}
.news-lent .news-item img.small-image {
  width: 147px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.news-lent .news-item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  max-height: 71px;
  margin-bottom: 12px;
}
.news-lent .news-item .news-list-info {
  #float: right;
}

@media (max-width: 768px) {
  .news-wrapper h1 {
    font-size: 34px;
    padding-bottom: 16px;
  }
}
.team h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  padding: 6px 0 0 0;
  margin-bottom: 0;
}
.team img {
  height: 270px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .team img {
    width: 100%;
  }
}

.contact-form {
  max-width: 538px;
  background: #FFFFFF;
  box-shadow: 0px 6px 14px 2px rgba(24, 39, 75, 0.12), 0px 10px 32px 3px rgba(24, 39, 75, 0.1);
  border-radius: 12px;
  padding: 36px;
  z-index: 100;
  min-height: 510px;
}
.contact-form button {
  width: 100%;
}
.contact-form input, .contact-form textarea {
  border: 1px solid #C3C4C7;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 20px 0 20px 0;
  padding: 14px;
}
.contact-form textarea {
  height: 160px;
}

.address h1 {
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .address ul {
    max-width: 74% !important;
  }
}
@media (max-width: 768px) {
  .address {
    padding-bottom: 20px;
  }
}

.map {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: -250px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .map {
    margin-top: -50px;
    margin-bottom: 60px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  position: relative;
}

body {
  line-height: 24px;
  font-size: 16px;
  background-color: #fff;
}

.fw-600 {
  font-weight: 600 !important;
}

@media (max-width: 768px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.6);
    padding-left: calc(var(--bs-gutter-x) * 0.6);
  }
}
.container {
  max-width: 1200px;
}

.form-select:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  transition: all 0.3s;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
}

a:link, a:active {
  color: #000;
}

a:hover {
  color: #706e6e;
}

.button-dark {
  font-size: 16px;
  line-height: 24px;
  background: #00A0A3;
  border-radius: 8px;
  border: 1px solid #00A0A3;
  padding: 12px 16px;
  color: #fff !important;
  font-weight: 590;
}

.button-dark:hover {
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #00A0A3;
  padding: 12px 16px;
  color: #00A0A3 !important;
  font-weight: 590;
}

.button-lite {
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #00A0A3;
  border-radius: 8px;
  padding: 12px 16px;
  color: #00A0A3;
  font-weight: 590;
}

.button-lite:hover {
  font-size: 16px;
  line-height: 24px;
  background: #00A0A3;
  border: 1px solid #00A0A3;
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  font-weight: 590;
}

.sec-title {
  background: #0F7679;
  padding: 8px 15px;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0 0 18px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.card {
  border: 0;
}

.card-body {
  padding: 1rem 0rem;
}

.card-img-top {
  height: 225.6px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.left-nav .active {
  display: block;
  background-color: #00A0A3;
  border: 1px solid #00A0A3;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 12px;
  color: #fff;
}
.left-nav .active a {
  color: #fff;
}
.left-nav li:hover {
  display: block;
  background-color: #00A0A3;
  border: 1px solid #00A0A3;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 12px;
  color: #fff;
  transition: all 0.7s ease-out;
}
.left-nav li:hover a {
  color: #fff;
}
.left-nav li {
  display: block;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.95);
}
.left-nav li a {
  color: rgba(0, 0, 0, 0.95);
  display: block;
}

.left-nav ol, ul {
  padding-left: 0 !important;
}

.left-nav-select {
  padding-bottom: 30px;
}
.left-nav-select select {
  background: #00A0A3;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 16px 24px;
  width: 100%;
  border: 0px;
  color: #fff;
}
.left-nav-select .left-nav-select option {
  margin: 40px;
  background: #fff;
  color: #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.hidden {
  display: none;
}

svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

button, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}

button:hover, .button:hover {
  border-color: #cdd;
}

.share-button {
  cursor: pointer;
}

.share-button, .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}

.share-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .share-dialog {
    top: 50%;
    left: 50%;
    margin: auto;
    position: fixed;
  }

  .share-button {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .copy-link {
    padding-left: 15px !important;
    padding-right: 10px !important;
  }

  #author {
    padding-left: 10px !important;
  }
}
.fade-in {
  animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  /* Firefox */
  -webkit-animation: fadein 0.3s;
  /* Safari and Chrome */
  -o-animation: fadein 0.3s;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.share-dialog.is-open {
  display: block;
  z-index: 2;
}

.share-dialog header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.close-button svg {
  margin-right: 0;
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

