html {
  font-size: 10px;
  scroll-behavior: smooth;
}

*,
body {
  box-sizing: border-box;
  z-index: 2;
}

body {
  margin: 0;
  padding: 0;
}
body.active, html.active {
  overflow: hidden;
}

section {
  position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

.container {
  padding: 0 1.6rem;
  max-width: 136rem;
  margin: 0 auto;
}

@media screen and (max-width: 1199.9px) {
  html {
    font-size: 9px;
  }
}

@media screen and (max-width: 1023.9px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 991.9px) {
  html {
    font-size: 7px;
  }
}

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 1.6rem;
}

@media screen and (min-width: 1199.9px) {
  .xl-1 {
    grid-column: span 1;
  }

  .xl-2 {
    grid-column: span 2;
  }

  .xl-3 {
    grid-column: span 3;
  }

  .xl-4 {
    grid-column: span 4;
  }

  .xl-5 {
    grid-column: span 5;
  }

  .xl-6 {
    grid-column: span 6;
  }

  .xl-7 {
    grid-column: span 7;
  }

  .xl-8 {
    grid-column: span 8;
  }

  .xl-9 {
    grid-column: span 9;
  }

  .xl-10 {
    grid-column: span 10;
  }

  .xl-12 {
    grid-column: span 12;
  }
}

@media screen and (max-width: 1199.9px) and (min-width: 991.9px) {
  .lg-0 {
    display: none;
  }

  .lg-1 {
    grid-column: span 1;
  }

  .lg-2 {
    grid-column: span 2;
  }

  .lg-3 {
    grid-column: span 3;
  }

  .lg-4 {
    grid-column: span 4;
  }

  .lg-5 {
    grid-column: span 5;
  }

  .lg-6 {
    grid-column: span 6;
  }

  .lg-7 {
    grid-column: span 7;
  }

  .lg-8 {
    grid-column: span 8;
  }

  .lg-9 {
    grid-column: span 9;
  }

  .lg-10 {
    grid-column: span 10;
  }

  .lg-12 {
    grid-column: span 12;
  }
}

@media screen and (max-width: 991.9px) and (min-width: 767.9px) {
  .md-0 {
    display: none;
  }

  .md-1 {
    grid-column: span 1;
  }

  .md-2 {
    grid-column: span 2;
  }

  .md-3 {
    grid-column: span 3;
  }

  .md-4 {
    grid-column: span 4;
  }

  .md-5 {
    grid-column: span 5;
  }

  .md-6 {
    grid-column: span 6;
  }

  .md-7 {
    grid-column: span 7;
  }

  .md-8 {
    grid-column: span 8;
  }

  .md-9 {
    grid-column: span 9;
  }

  .md-10 {
    grid-column: span 10;
  }

  .md-12 {
    grid-column: span 12;
  }
}

@media screen and (max-width: 767.9px) {
  .sm-0 {
    display: none;
  }

  .row {
    grid-gap: 0 0.8rem;
  }

  .sm-3 {
    grid-column: span 3;
  }

  .sm-6 {
    grid-column: span 6;
  }

  .sm-12 {
    grid-column: span 12;
  }

  html {
    font-size: 10px;
  }

  .container {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #121212;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent !important;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

button {
  outline: 0;
  cursor: pointer;
}

button,
input,
textarea,
select {
  outline: 0;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
body::-webkit-scrollbar {
  display: none;
}
.header {
  display: flex;
  justify-content: space-between;
  height: 13rem;
}

.headerLeft, .headerRight {
  width: 15%;
}
.headerMid {
  width: 70%;
}

.headerMid {
  text-align: center;
}
.headerMid form {
  width: 100%;
  display: none;
}
.headerMid form .inputGroup {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFFFFF;
  padding: 0 2rem 1rem 0.3rem;
  margin-top: 6.4rem;
}
.headerMid form .inputGroup input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.9rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  padding-left: 5rem;
}
.headerMid form .inputGroup input::placeholder {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.9rem;
  letter-spacing: 0.04em;
  color: #ffffff85;
}
.headerMid form .inputGroup button {
  background-color: transparent;
  border: none;
}
.searchResults {
  width: 100%;
  padding: 6.2rem 8rem 7.2rem;
  background-color: #575757;
  margin-top: 1.6rem;
  display: none;
}
.searchResults ul {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
  text-align: left;
}
.searchResults ul li a {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
}
.headerLeft button,
.headerRight button {
  background-color: transparent;
  outline: none;
  border: none;
}
.headerLeft button {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  transition: all .4s ease-in-out;
  margin-top: 6.4rem;
}
.logo.active {
  display: none;
}
.menuOpen {
  height: 3rem;
}
.menuOpen span:first-child {
  display: inline-block;
  width: 4.7rem;
  height: 0.3rem;
  background-color: #FFF;
  transition: all .4s ease-in-out;
}
.menuOpen span:last-child {
  display: inline-block;
  height: 0.3rem;
  width: 3.5rem;
  background-color: #FFF;
  transition: all .4s ease-in-out;
}

.menuOpen.active span:last-child {
  width: 4.7rem;
  margin-top: -0.3rem;
  transform: rotate(-45deg);
}
.menuOpen.active span:first-child {
  transform: rotate(45deg);
}
.menuOpen.active {
  gap: 0;
}


.headerRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.searchBtn {
  margin-right: 4.8rem;
}

.lang {
  display: flex;
}

.lang a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: 0.055em;
  color: #FAFAFA;
  opacity: .6;
  transition: all .3s ease-in-out;
}
.lang a:hover {
    opacity: 1;
}
.lang a:first-child {
  margin-right: 3rem;
}

.banner {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  background-color: #484747;
}

.bannerInner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banner a {
    font-family: 'Noto Serif Display', serif !important;
    font-style: normal;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: center;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
    position: absolute;
    bottom: 3rem;
    left: 50%
    transform: translateX(-50%);
}

.banner h1 {
  font-family: 'Noto Serif Display', serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.8rem;
  text-align: center;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #fff;
  width: 72rem;
  margin-bottom: 1.6rem;
  opacity: 0;
  transition: all 0.3s .4s linear;
  transform: translateY(3rem);
}

.banner h1.active {
  opacity: 1;
  transform: translateY(0);
}
.banner p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  opacity: 0;
  transition: all 0.3s 0.8s linear;
  transform: translateY(3rem);
}

.banner p.active {
  opacity: 0.7;
  transform: translateY(0);
}

.about {
  background-color: #484747;
  padding: 10.1rem 0;
  border-bottom: 1px solid rgba(199, 198, 198, 0.2);
  z-index: 2;
  transition: background .7s .2s;
}

.about img {
  width: 100%;
}

.about h1 {
  font-family: 'Noto Serif Display', serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 76px;
  letter-spacing: 0.055em;
  color: #FFFFFF;
  margin: 3.8rem 0 1.4rem 6rem;
}

.about p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  opacity: 0.6;
  margin-left: 6rem;
  width: 80%;
}

.about .more {
  margin-left: 3rem;
  margin-top: 2.2rem;
}

.more a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 0.5rem;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  position: relative;
  transition: all .3s ease-in-out;
}

.more a::before, .more a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: right;
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  background-color: #FFFFFF;
}
.more a::after {
  transform-origin: left;
  transform: scaleX(0) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.more a span {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  transform: translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.more a span::before {
  content: url('../media/icon/moreRight.svg');
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  transform: translateX(-3rem) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.more a span::after {
  content: url('../media/icon/moreRight.svg');
  margin-left: 2.25rem;
}
.more a:hover span {
  transform: translateX(3rem) translateZ(0);
}
.more a:hover::before {
  transform: scaleX(0) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.more a:hover::after {
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.services {
  background-color: #484747;
  padding: 6.4rem 0 0;
  border-top: 1px solid rgba(199, 198, 198, 0.2);
  border-bottom: 1px solid rgba(199, 198, 198, 0.2);
  transition: background .7s .2s;
}
.breadcrumb+.services{
  margin-top: 3.2rem;
}
.servicesLeft {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: sticky;
  top: 6.4rem;
  z-index: 2;
  row-gap: 20rem;
}

.xl-8, .xl-6 {
  z-index: 2;
}

.services h1,
.portfolio h1,
.news h1,
.statistics h1,
.partners h1 {
  font-family: 'Noto Serif Display', serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 5rem;
  line-height: 6rem;
  letter-spacing: 0.055em;
  color: #FFFFFF;
  z-index: 2;
  text-transform: uppercase;
}

.news h1,
.statistics h1,
.partners h1 {
  color: #000;
  transition: all 1s;
}

.services p,
.portfolio p,
.news p,
.statistics p {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #AAAAAA;
  width: 70%;
}
.serviceCard {
  padding-bottom: 2rem;
  margin-bottom: 6.4rem;
  position: relative;
}
.services .row .xl-4:nth-child(3n) .serviceCard::after,
.newsGallery .row .xl-4:nth-child(3n) .serviceCard::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(199, 198, 198, 0.2);
  display: block;
  width: 100vw;
  margin-left: -83vw;
  margin-right: -83vw !important;
  left: 50%;
  right: 50%;
}
.services .row .xl-4:last-child .serviceCard::after,
.newsGallery .row .xl-4:last-child .serviceCard::after {
    display: none;
}
.serviceCardImg {
  margin-bottom: 1.2rem;
  z-index: 2;
  position: relative;
  height: 30rem;
  overflow: hidden;
}
.serviceCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.serviceCard:hover img {
    transform: scale(1.1);
}
.serviceCardBg {
    position: absolute;
    background-color: rgba(43, 43, 43, 0.5);
    mix-blend-mode: multiply;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.serviceCardHover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.24rem;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.serviceCardHover span {
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.9rem;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.serviceCard:hover .serviceCardBg,
.serviceCard:hover .serviceCardHover{
    opacity: 1;
}
.serviceCardName h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.9rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.news .serviceCardName h4 {
  color: #000;
}
.serviceCardDesc {
    font-weight: 300;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  opacity: 0.5;
}
.serviceCardDesc p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  opacity: 1 !important;
  width: 100%;
}

.news .serviceCardDesc p {
  color: #808582;
}

.services .hLine,
.portfolio .hLine {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.1rem;
  width: 100%;
  background-color: rgba(199, 198, 198, 0.2);
}

.portfolio {
  background-color: #484747;
  /* #38483E */
  padding: 6.4rem 0;
  border-bottom: 1px solid rgba(199, 198, 198, 0.2);
  transition: background .7s .2s;
}
.services.active,
.portfolio.active,
.about.active {
  background-color: #38483E;
}

.news {
  background-color: #38483E;
  padding: 6.4rem 0;
  border-bottom: 1px solid rgba(199, 198, 198, 0.2);
  padding-bottom: 4.6rem;
  transition: background .7s .2s;
}

.news.active, .statistics.active,
.partners.active, footer.active, .portfolio.active2, 
.services.active2, .about.active2 {
  background-color: #F1F4F2;
}

.services.active2 h1, .about.active2 h1, .portfolio.active2 h1,
.services.active2 h4, .about.active2 h4, .portfolio.active2 h4 {
  color: #000;
  transition: all 1s;
}

.services.active2 .serviceCard p, .about.active2 .serviceCard p, 
.portfolio.active2 .serviceCard p {
  color: rgba(19, 19, 19, 0.7);
  transition: all 1s;
}

.portfolio.active2 .more a {
  color: #000;
}

.portfolio.active2 .more a::before, .portfolio.active2 .more a::after {
  background-color: #000;
}

.portfolio.active2 .more a span::before, 
.portfolio.active2 .more a span::after {
  content: url('../media/icon/moreRightBlack.svg');
}

.news .more a {
  color: #000;
}

.news .more a::after,.news .more a::before {
  background-color: #000;
}
.news .more a span::before,.news .more a span::after {
  content: url('../media/icon/moreRightBlack.svg');
}

.news .servicesLeft {
  height: 100%;
}

.statistics {
  background-color: #38483E;
  padding-top: 6.4rem;
  border-bottom: 1px solid rgba(199, 198, 198, 0.2);
  transition: background .7s .2s;
  position: relative;
}

.statistics p {
  margin-bottom: 3.2rem;
}

.statisticsBottom {
  border-top: 1px solid rgba(199, 198, 198, 0.2);
  display: flex;
}

.statisticCard {
  height: 37.4rem;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(199, 198, 198, 0.2);
  transition: all 0.2s;
  cursor: default;
  overflow: hidden;
}
.statisticCard:last-child {
  border: none;
}

.statisticCard span {
  font-family: 'Noto Serif Display', serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 8rem;
  line-height: 9.6rem;
  text-align: center;
  letter-spacing: 0.055em;
  color: #38483E;
  margin-bottom: 1.6rem;
}
.statisticCard span>span:last-child {
    font-size: 10rem
}

.statisticCard h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.9rem;
  text-align: center;
  letter-spacing: 0.055em;
  color: #38483E;
  margin-bottom: 2.4rem;
}

.statisticCard p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  color: #808582;
  opacity: 0.5;
  width: 100%;
  text-align: center;
}

.statisticCard:hover {
  background-color: #38483E;
}

.statisticCard:hover span,
.statisticCard:hover h3,
.statisticCard:hover p {
  color: #fff;
}

.partners {
  background-color: #38483E;
  padding: 9.8rem 0 8rem 0;
  border-bottom: 1px solid rgba(199, 198, 198, 0.2);
  transition: background .7s .2s;
}

.partners h1 {
  margin-bottom: 5rem;
}

.partnersBottom {
  display: flex;
  flex-wrap: wrap;
}

.partnerCard {
  width: 20%;
  height: 8rem;
  display: flex;
  justify-content: center;
  margin-bottom: 3.2rem;
}

.partnerCard img {
  filter: grayscale(100%);
  opacity: .2;
  transition: all .3s;
  width: 80%;
  max-height: 85%;
  object-fit: contain;
}

/*.partnerCard:first-child,*/
/*.partnerCard:nth-child(6) {*/
/*  justify-content: flex-start;*/
/*}*/

/*.partnerCard:nth-child(5),*/
/*.partnerCard:last-child {*/
/*  justify-content: end;*/
/*}*/

/*.partnerCard:nth-child(2) img,*/
/*.partnerCard:nth-child(7) img {*/
/*  margin-left: -3.8rem;*/
/*}*/

/*.partnerCard:nth-child(4) img,*/
/*.partnerCard:nth-child(9) img {*/
/*  margin-left: 3.8rem;*/
/*}*/

.partnerCard:hover img{
  filter: grayscale(0%);
  opacity: 1;
}

footer {
  background-color: #F1F4F2;
  transition: background .7s .2s;
  position: relative;
}

.footer {
  display: flex;
}

.footerMenu {
  width: 30%;
  padding-top: 4.6rem;
  padding-bottom: 3.5rem;
}

.footerMenu ul li a,
.footerContact>a {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.03em;
  color: #38483E;
  opacity: .7;
  margin-bottom: 2.4rem;
  transition: all .3s;
}
.footerMenu ul li a:hover,
.footerContact>a:hover {
    opacity: 1;
}


.footerContact>a {
  margin-left: 3.5rem;
}

.footerSocial {
  display: flex;
  align-items: center;
  margin-top: 12rem;
  gap: 2.8rem
}
.footerSocial path {
    transition: all .3s;
}
.footerSocial a:hover path{
    fill: #38483E;
}

.footerContact {
  width: 45%;
  padding-left: 3.2rem;
  border-right: 1px solid rgba(199, 198, 198, 0.2);
  padding-top: 4.6rem;
}

.footerContact ul li a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.055em;
  color: #38483E;
  opacity: .7;  
  margin-bottom: 2.4rem;
  transition: all .3s;
}
.footerContact ul li a:hover {
  opacity: 1;
}
.footerContact ul li a svg {
  margin-right: 2rem;
}

.footerContact ul li a svg {
  visibility: hidden;
}

.footerContact ul li:first-child a svg {
  visibility: visible;
}

.footerContact ul:last-child li a {
  align-items: baseline;
}

.footerContact ul:last-child li a span {
  width: 50%;
}

.footerContactForm {
  padding-top: 4.6rem;
  padding-left: 8.1rem;
  width: 45%;
}

.footerContactForm h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.055em;
  color: #0C413F;
  margin-bottom: 2.4rem;
}

.footerContactForm input,
.footerContactForm textarea {
  width: 100%;
  margin-bottom: 1.6rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: 4.3rem;
  border: 0.8px solid rgba(153, 163, 153, .7);
  transition: all 0.3s;
}
.footerContactForm input:focus,
.footerContactForm textarea:focus {
  border-color: #38483E;
}
.footerContactForm input::placeholder,
.footerContactForm textarea::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.055em;
  color: rgba(0, 0, 0, 0.5);
}

.footerContactForm textarea {
  height: 14.6rem;
  padding-top: 1.4rem;
  width: 100%;
  margin-bottom: 2.1rem;
  resize: none;
}

.footerContactForm button {
  min-width: 15.7rem;
  height: 4.8rem;
  padding: 0 2rem;
  background-color: #4E6456;
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.1rem;
  text-align: center;
  letter-spacing: 0.055em;
  color: #FFFFFF;
  border: none;
  margin-bottom: 3.2rem;
  transition: all .3s;
}
.footerContactForm button:hover {
    background-color: #38483E;
}
.copyright {
  text-align: center;
  padding: 2.1rem 0;
  border-top: 1px solid rgba(199, 198, 198, 0.2);
}

.copyright span:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 135%;
  letter-spacing: 0.1em;
  color: #38483E;
  opacity: 0.7;
  margin-right: 1.1rem;
}

.copyright span:nth-child(2) {
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 135%;
  letter-spacing: 0.1em;
  color: rgba(19, 19, 19, 0.7);
  opacity: 0.45;
  padding-right: 1.2rem;
  border-right: 0.4px solid #1F1414;
  margin-right: 1.2rem;
}

.copyright span:last-child {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 135%;
  letter-spacing: 0.1em;
  color: #ABADAC;
  opacity: 0.45;
}

.copyright a {
  display: inline-block;
  margin-left: 0.8rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 135%;
  letter-spacing: 0.1em;
  color: #38483E;
  opacity: 0.7;
  transition: all .3s;
}
.copyright a:hover {
    opacity: 1;
}


.breadcrumb a {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  opacity: 0.6;
  border-bottom: 1px solid #AFAEAE;
  margin-right: 3.8rem;
  position: relative;
}

.breadcrumb a:last-child {
  border-bottom: none;
  pointer-events: none;
}
.breadcrumb a::after {
  content: url('../media/icon/Arrow_left_light.svg');
  position: absolute;
  top: 0;
  right: -3rem;
}
.breadcrumb a:last-child::after {
    display: none;
}

.aboutPageTop {
  background-color: #484747;
  padding: 18rem 0 10.1rem;
  border-bottom: 1px solid rgba(199, 198, 198, 0.2);
}

.aboutPageTop h1 {
  font-family: 'Noto Serif Display', serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 5rem;
  line-height: 7.6rem;
  letter-spacing: 0.055em;
  color: #FFFFFF;
  margin: 3.2rem 0;
}

.aboutVideo {
  height: 53rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutVideo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutPageContent {
  background-color: #484747;
  padding: 6rem 0;
  border-bottom: 1px solid rgba(199, 198, 198, 0.2);
}
.aboutContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutContentText {
  width: 44%;
}
.aboutContentText h3 {
  font-family: 'Noto Serif Display', serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 5rem;
  line-height: 7.6rem;
  letter-spacing: 0.055em;
  color: #FFFFFF;
  margin-bottom: 1.3rem;
  display: inline-block;
}

.aboutContentText p {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  opacity: 0.6;
  width: 90%;
  display: inline-block;
}
.aboutContentImg {
    width: 40%;
    height: 69.1rem;
}
.aboutContentImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutPageContent+.statistics {
  background-color: #484747;
}
.aboutPageContent+.statistics h1 {
  color: #fff;
}
.aboutPageContent+.statistics .statisticCard span {
  color: #fff;
}
.aboutPageContent+.statistics .statisticCard h3 {
  color: #fff;
}
.aboutPageContent+.statistics .statisticCard p {
  color: #fff;
}
.aboutPageContent+.statistics .statisticCard:hover {
  background-color: #fff;
}
.aboutPageContent+.statistics .statisticCard:hover span {
  color: #3E3D3D;
}
.aboutPageContent+.statistics .statisticCard:hover h3 {
  color: #3E3D3D;
}
.aboutPageContent+.statistics .statisticCard:hover p {
  color: #1A1919;
}
.aboutPageContent+.statistics .statisticCard,
.aboutPageContent+.statistics .statisticsBottom,
.aboutPageContent+.statistics  {
  border-color: #E6E6E6;
}


.servicePage {
  background-color: #484747;
  padding: 18rem 0 12rem 0;
  border-bottom: 1px solid rgba(199, 198, 198, 0.2);
}
.servicePage .serviceCard {
  margin-bottom: 3.2rem;
}

.servicePage .services h1 {
  margin-bottom: 1.3rem;
}

.servicePage .servicesLeft {
  position: relative;
  top: 0;
}


.serviceDetailPage {
  background-color: #38483E;
  padding: 18rem 0 0 0;
  border-bottom: 1px solid rgba(199, 198, 198, 0.2);
}
.serviceDetail {
  border-top: 1px solid rgba(199, 198, 198, 0.2);
  margin-top: 3.2rem;
  padding: 6.4rem 0;
}
.serviceDetail>.container {
  display: flex;
}
.serviceDetail>.container>div {
  width: 50%;
}
.serviceDetailImg {
  display: flex;
  justify-content: end;
}
.serviceDetailImg img {
    width: 85%;
    height: 100%;
    object-fit: cover;
}
.serviceDetailText h3{
  font-family: 'Noto Serif Display', serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 5rem;
  line-height: 7.6rem;
  letter-spacing: 0.055em;
  color: #FFFFFF;
  margin-bottom: 1.3rem;
}
.serviceDetailText p{
  width: 70%;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  opacity: 0.6;
  margin-bottom: 4rem;
}
.serviceDetailText p span {
  width: 70%;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem !important;
  line-height: 146.1% !important;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  margin-bottom: 4rem;
}
.serviceDetailText h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  opacity: 0.6;
  margin-bottom: 2rem;
}

.serviceDetailText li {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  opacity: 0.6;
  margin-bottom: 2rem;
  width: 80%;
  position: relative;
  margin-left: 2rem;
}
.serviceDetailText li:before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ACB3AF;
  border-radius: 50%;
}

.otherServices {
  background-color: #38483E;
  padding: 6.4rem 0 12rem 0;
}

.otherServices h3 {
  font-family: 'Noto Serif Display', serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 5rem;
  line-height: 7.6rem;
  letter-spacing: 0.055em;
  color: #FFFFFF;
  margin-bottom: 3.2rem;
}
.otherServicesSlider {
  border-bottom: 1px solid rgba(199, 198, 198, 0.2);
}
.otherServicesSwiper {
  margin-bottom: 6.4rem;
  overflow: visible !important;
}
.newsDetailSwiper {
  overflow: visible !important;
}
.otherServicesSwiper .swiper-button-next,
.otherServicesSwiper .swiper-button-prev {
    top: 30%;
}
.otherServicesSwiper .swiper-button-next::after,
.newsDetailSwiper .swiper-button-next::after {
  content: url('../media/icon/Vector.svg');
}
.otherServicesSwiper .swiper-button-prev::after,
.newsDetailSwiper .swiper-button-prev::after  {
  content: url('../media/icon/Vectorleft.svg');
}

.otherServicesSwiper .swiper-button-prev,
.newsDetailSwiper .swiper-button-prev {
  left: 1rem;
}
.otherServicesSwiper .swiper-button-next,
.newsDetailSwiper .swiper-button-next {
  right: 1rem;
}
.newsPage {
  background-color: #484747;
  padding: 18rem 0 0 0;
  border-bottom: 1px solid rgba(199, 198, 198, 0.2);
}
.newsPageContent {
  border-top: 1px solid rgba(199, 198, 198, 0.2);
  margin-top: 3.2rem;
  padding: 6.4rem 0 12rem 0;
}
.newsPageContent h3 {
  font-family: 'Noto Serif Display', serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 5rem;
  line-height: 7.6rem;
  letter-spacing: 0.055em;
  color: #FFFFFF;
}
.newsPageContent p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  opacity: 0.5;
  margin-bottom: 3.2rem;
}
.newsGallery .xl-8 .serviceCard {
  margin-bottom: 10rem;
}
.newsGallery .xl-4 .serviceCard {
  margin-bottom: 6.4rem;
}

.newsGallery {
  border-bottom: 1px solid rgba(199, 198, 198, 0.2);
}
.newsDetailPage {
  background-color: #38483E;
  padding: 18rem 0 0 0;
}
.newsDetailPage h3 {
  margin-bottom: 3.2rem;
}
.newsDetailPage .imgContainer {
  margin-bottom: 6.4rem;
  height: 61.6rem;
  width: 100%;
}
.newsDetailPage .imgContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsDetailPage h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  opacity: 0.6;
  margin-bottom: 2.4rem;
}
.newsDetailPage li {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  opacity: 0.6;
  margin-bottom: 2.8rem;
  width: 80%;
  position: relative;
  margin-left: 2rem;
}
.newsDetailPage li:before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ACB3AF;
  border-radius: 50%;
}
.newsDetailPage ul, .newsDetailPage p {
  margin-bottom: 2rem;
}
.newsDetailPage p:last-child {
  margin-bottom: 12rem;
}
.newsDetailPage p {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  opacity: 0.6;
}
.newsDetailSlider {
  margin-bottom: 6.4rem;
}

.shareParent>div{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-bottom: 6.4rem;
}
.shareParent span {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 148%;
  letter-spacing: 0.05em;
  color: #AFAEAE;
}
.newsDetailPage+.otherServices {
  background-color: #38483E;
}
.newsDetailPage .newsPageContent {
  padding-bottom: 0;
}

.portofiloPage {
  background-color: #38483E;
  padding: 18rem 0 0 0;
}

.portofiloPage .newsGallery .xl-8 .serviceCard {
  margin-bottom: 7rem;
}
.portofiloPage .newsPageContent p {
  margin-bottom: 7.7rem;
}

.partnersPage {
  background-color: #484747;
  padding: 18rem 0 0 0;
}
.partnersPage .partners {
  border-top: 1px solid rgba(199, 198, 198, 0.2);
  margin-top: 3.2rem;
  padding: 6.4rem 0;
}

.errorPage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.errorPage h2{
  font-family: 'Noto Serif Display', serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  line-height: 7.6rem;
  letter-spacing: 0.055em;
  color: #FFFFFF;
  margin-bottom: 0.8rem;
  margin-top: 53rem;
}

.errorPage p {
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 4rem;
}

.errorPage a {
  width: 26.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FFFFFF;
  border: 1px solid #fff;
  height: 4.9rem;
}
.contactPage {
  background-color: #484747;
  padding: 18rem 0 12rem 0;
}
.contactContent {
  border-top: 1px solid rgba(199, 198, 198, 0.2);
  border-bottom: 1px solid rgba(199, 198, 198, 0.2);
  margin-top: 3.2rem;
  padding: 2.2rem 0;
}
.contactContent>.container {
  display: flex;
  flex-wrap: wrap;
}
.contactContent .menuBottom {
  width: 100%;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 4.8rem;
}
.contactContent .menuBottom> :last-child {
  justify-content: flex-end;
}
.contactContent .menuBottom> :nth-child(2),
.contactContent .menuBottom> :nth-child(3) {
  margin-left: 10rem;
}
.menuBottom>div:first-child a:nth-child(3) {
    display: none;
}
.contactMap {
  width: 47%;
}
.contactUs {
  background-color: #38483E;
  width: 53%;
}
.contactMap iframe {
  height: 69.4rem;
  width: 100%;
}
.contactTop {
  padding-top: 8.6rem;
  height: 66rem;
  padding-left: 12.7rem;
}
.contactTop h1 {
  font-family: 'Noto Serif Display', serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 5rem;
  line-height: 7.6rem;
  letter-spacing: 0.055em;
  color: #FFFFFF;
}
.contactTop p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #AAAAAA;
  margin-bottom: 4.2rem;
}
.contactLinks {
  display: flex;
  gap: 2.6rem;
  margin: 3rem 0 4.9rem 0;
}
.contactLinks>a:first-child {
  width: 30%;
}
.contactLinks>a:first-child svg {
  margin-top: -2.2rem;
}
.contactLinks a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  opacity: 0.6;
  display: flex;
  align-items: center;
}
.contactLinks a {
  align-self: flex-start;
}

.contactLinks a svg{
  margin-right: 0.8rem;
}
.contactLinks div a svg {
  visibility: hidden;
}
.contactLinks div a:first-child svg {
  visibility: visible;
}
.contactTop h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 1.5rem;
}
.contactTop form input {
  margin-bottom: 3.2rem;
  width: 42.1rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9AA39A;
  padding-bottom: 0.8rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  opacity: 0.6;
}

.contactTop form input::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  opacity: 0.6;
}

.contactTop form .inputGroup:nth-child(4) input{
  margin-bottom: 4rem;
}

.contactTop form button {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.1rem;
  text-align: center;
  letter-spacing: 0.055em;
  color: #9AA39A;
  background-color: transparent;
  border: 1px solid #9AA39A;
  width: 15.7rem;
  height: 4.8rem;
  transition: all 0.3s;
}
.contactTop form button:hover {
  background-color: #ffffff;
  color: #484747;
}
.contactFooter span {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 146.1%;
  letter-spacing: 0.075em;
  color: #FAFAFA;
  opacity: 0.6;
}
.contactFooter {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.menu {
  background-color: #504E4E;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all .7s ease-in-out;
  z-index: 3;
  overflow: auto;
  padding-top: 10rem;
}
.menu.active {
  transform: translateY(0);
}
.menu .container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.menuLeft {
  width: 30%;
  overflow: hidden;
}
.menuRight {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 40%;
}
.menuRight:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 37rem;
  width: 0.1rem;
  background-color: #676565;
}
.menuImg {
  height: 49.5rem;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.menu ul li {
  text-align: center;
}
.menu ul li a {
  font-family: 'Noto Serif Display', serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 7rem;
  text-align: center;
  letter-spacing: 0.035em;
  color: #999999;
  transition: all 0.3s;
  display: inline-block;
  text-transform: uppercase;
}
.menu ul li a:hover {
  color: #FFFFFF;
}
.menuBottom {
  display: flex;
  flex-direction: column;
  gap: 3.7rem;
  padding-left: 10rem;
  width: 30%;
}
.menuBottom>div {
  width: 100%;
}
.menuBottom>div:first-child,
.menuBottom>div:nth-child(2),
.menuBottom>div:nth-child(3){
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.menuBottom>div:nth-child(3) a {
    pointer-events: none;
}
.menuBottom>div> :first-child {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.055em;
  color: #999999;
}

.menuBottom>div>a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0.055em;
  color: #999999;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all .3s;
}
.menuBottom>div> :last-child:hover {
  color: #FFF;
}
.menuBottom>div:nth-child(3) :last-child svg{
  align-self: flex-start;
  min-width: 20px !important;
}
.menuBottom a path {
    transition: all .3s;
}
.menuBottom a:hover path {
    fill: #FFF;
}
.menuSocial {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.partnersPage .partners {
  background-color: #F1F4F2;
}
.aboutPageContent+.statistics+.partners {
  background-color: #F1F4F2;
}
.containerPosition {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.line {
  background: rgba(199, 198, 198, 0.2);
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.05rem;
  background-blend-mode: multiply;
  z-index: -1;
}
.line1 {
  left: 0%;
}
.line2 {
  left: calc(100%/3);
}
.line3 {
  left: calc(100%/1.505);
}
.line4 {
  right: 0;
}
@media screen and (max-width: 767.9px) {
  header {
    display: block;
  }
  .logo svg {
    width: 10rem;
  }
  .headerRight .lang {
    display: none;
  }
  .headerRight .searchBtn {
    margin: 0;
  }
  .banner h1 {
    font-size: 2rem;
    width: auto;
    opacity: 1;
    line-height: 3rem;
  }
  .banner p {
    opacity: 1;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .bannerInner {
    animation: unset;
  }
  .bannerInner {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-attachment: unset;
  }
  .about {
    padding: 6.4rem 0;
  }
  .about h1 {
    font-size: 3.2rem;
    margin-left: 0;
    text-align: center;
    width: auto;
    margin-top: 0;
  }
  .about p {
    margin-left: 0;
    width: 100%;
    font-size: 1.6rem;
  }
  .about .more {
    margin-left: 0;
  }
  .services h1, .portfolio h1, .news h1, .statistics h1, .partners h1 {
    font-size: 3.2rem;
  }
  .servicesLeft {
    position: relative;
    height: 100%;
    top: 0;
    margin-bottom: 3.2rem;
  }
  .row {
    grid-gap: 3.2rem 0
  }
  .services .xl-6:first-child, .portfolio .xl-6:first-child {
    margin-bottom: 0;
  }
 .hLine {
    display: none;
  }
  .statistics {
    border: none;
  }
  .statisticsBottom {
    flex-wrap: wrap;
    border-bottom: none;
  }
  .statisticCard {
    width: 50%;
    border-bottom: 1px solid rgba(199, 198, 198, 0.2) !important;
    height: auto;
    padding: 2rem 0;
    overflow: hidden;
  }
  .statisticCard:nth-child(2) {
    border-right: none;
  }
  .statisticCard span {
    font-size: 4.8rem;
  }
  .statisticCard span>span:last-child {
    font-size: 6rem
}
  .statisticCard h3 {
    font-size: 2.6rem;
  }
  .statisticCard p {
    font-size: 1.4rem;
    width: 90% !important;
  }
  .services p, .portfolio p, .news p, .statistics p {
    width: 100%;
    font-size: 1.6rem;
  }
  .partners {
    padding: 6.4rem 0;
  }
  .partners h1 {
    margin-bottom: 3.2rem;
  }
  .partnerCard {
    width: 50%;
    justify-content: center !important;
    margin-bottom: 2rem;
  }
  .partnerCard img {
    margin: 0 !important;
    width: 80%;
    filter: grayscale(0);
    opacity: 1;
    object-fit: contain;
  }
  .footer {
    flex-wrap: wrap;
  }
  .footerMenu,.footerContact,.footerContactForm {
    width: 100%;
    padding: 3.2rem 0;
  }
  .footerSocial {
    margin-top: 6.4rem;
  }
  .footerContact ul li a {
    font-size: 1.4rem;
  }
  .copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .copyright span:first-child {
    margin: 0;
  }
  .copyright span:nth-child(2) {
    margin: 0;
    padding: 0;
    border: none;
  }
  .aboutPageTop h1 {
    font-size: 3.2rem;
  }
  .aboutVideo {
    height: auto;
    width: 100%;
  }
  .aboutPageTop {
    padding-bottom: 6.4rem;
  }
  .aboutContent {
    flex-direction: column-reverse;
  }
  .aboutPageContent {
      padding: 4rem 0;
  }
  .aboutContentImg {
      width: 100%;
      height: 35rem;
  }
  .aboutContentImg img {
    width: 100%;
  }
  .aboutContentText {
    width: 100%;
  }
  .aboutContentText h3 {
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin-top: 3.2rem;
  }
  .aboutContentText p {
    font-size: 1.4rem;
    width: 100%;
  }
  .aboutPageTop+.aboutPageContent+.aboutPageContent .aboutContent{
    flex-direction: column;
  }
  .aboutPageContent+.statistics .statisticCard, .aboutPageContent+.statistics .statisticsBottom, .aboutPageContent+.statistics {
    border-color: rgba(199, 198, 198, 0.2);
  }

  .errorPage {
    background-size: 150% 100%;
    justify-content: flex-end;
    padding-bottom: 2rem;
    gap: 2rem;
  }
  .errorPage h2{
    margin: 0;
    text-align: center;
    font-size: 3.2rem;
    line-height: 5rem;
  }
  .errorPage p {
    text-align: center;
    font-size: 1.4rem;
  }
  .newsPageContent {
    padding: 4rem 0 6.4rem;
  }
  .newsPageContent h3 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
  .newsGallery .serviceCard {
    margin-bottom: 3.2rem !important;
  }
  .newsGallery .row {
    grid-gap: 0;
  }
  .newsDetailPage .imgContainer {
    margin-bottom: 3.2rem;
  }
  .newsGallery .imgContainer img {
    width: 100%;
  }
  .newsDetailPage ul, .newsDetailPage p {
    margin-bottom: 6.4rem;
  }
  .newsDetailPage h5 {
    font-size: 2.6rem;
  }
  .newsDetailPage li {
    width: 100%;
    font-size: 1.4rem;
    margin-left: 0;
    padding-left: 2rem;
  }
  .newsDetailPage li::before {
    left: 0;
  }
  .newsDetailPage p {
    font-size: 1.4rem;
  }
  .shareParent span {
    font-size: 1.4rem;
  }
  .shareParent svg {
    width: 2rem;
    height: 2rem;
  }
  .newsDetailSwiper .swiper-slide img {
    width: 100%;
  } 
  .otherServices {
    padding: 6.4rem 0;
  }
  .otherServicesSwiper .swiper-button-next, .newsDetailSwiper .swiper-button-next {
    right: 2rem;
  }
  .otherServicesSwiper .swiper-button-prev, .newsDetailSwiper .swiper-button-prev {
    left: 2rem;
  }
  .portofiloPage .serviceCard {
    margin-bottom: 0 !important;
  }
  .portofiloPage .newsPageContent p {
    margin-bottom: 3.2rem;
  }
  .servicePage {
    padding-bottom: 6.4rem;
  }
  .servicePage .services {
    padding: 6.4rem 0 3.2rem;
  }
  .servicePage .serviceCard {
    margin-bottom: 3.2rem;
  }
  .servicePage .row {
    grid-gap: 0;
  }
  .serviceCard {
      margin-bottom: 0;
  }
  .portfolio {
      padding-bottom: 0;
  }
  .contactContent>.container:last-child {
    flex-direction: column-reverse;
    gap: 3.2rem;
  }
  .contactTop h1 {
    font-size: 2.8rem;
    line-height: 4rem;
  }
  .contactTop p {
    font-size: 1.2rem;
  }
  .contactTop h4 {
    font-size: 1.6rem;
  }
  .contactTop {
    padding: 5rem 3rem;
    height: auto;
  }
  .contactTop form input {
    width: 100%;
  }
  .contactContent>.container:last-child div{
    width: 100%;
  }
  .contactContent .menuBottom {
    flex-direction: column;
  }
  .contactContent .menuBottom>div {
    margin-left: 0 !important;
    justify-content: flex-start !important;
  }
  .menu {
    padding-top: 20rem;
    padding-bottom: 10rem;
    transform: translateX(-100%);
  }
  .menuLeft {
    display: none;
  }
  .menu .container {
    flex-direction: column;
    justify-content: center;
    padding: 0 4rem;
  }
  .menu ul li a {
    font-size: 3.2rem;
    line-height: 4.5rem;
  }
  .menuRight::after {
    display: none;
  }
  .menuRight {
    margin-bottom: 2rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #676565;
  }
  .menuRight, .menuBottom {
    width: 100%;
  }
  .menu .menuBottom {
    padding-left: 0;
    gap: 1.2rem;
  }
  .logo svg {
    width: 8rem;
  }
  .menuOpen {
    margin-top: 1.6rem;
  }
  .menuOpen span:first-child {
    height: 0.2rem;
    width: 3.7rem;
  }
  .menuOpen span:last-child {
    width: 2.5rem;
    height: 0.2rem;
  }
  .menuOpen.active span:last-child {
    width: 3.7rem;
    margin-top: -0.2rem;
  }
  .header {
    height: 9rem;
  }
  .menu .menuBottom>div:first-child> :first-child, 
  .menu .menuBottom>div:nth-child(2)> :first-child, 
  .menu .menuBottom>div:nth-child(3)> :first-child {
    display: none;
  }
  .menu .menuBottom .menuSocial {
    justify-content: center;
  }
  .menu .menuBottom>div> :last-child svg{
    width: 2rem;
  }
  .menu .menuBottom> :first-child,
  .menu .menuBottom> :nth-child(2),
  .menu .menuBottom> :nth-child(3){
    padding-left: 4rem;
  }
  .menu .menuBottom> :first-child :last-child span 
  .menu .menuBottom> :nth-child(2) :last-child span, 
  .menu .menuBottom> :nth-child(3) :last-child span{
    width: 80%;
  }
  .menu .menuBottom> :last-child {
    margin-top: 2.4rem;
  }

  .menu .menuBottom> :last-child svg {
    width: 3rem !important;
    height: 3rem;
  }
  .headerMid form {
    justify-content: center;
  }
  .headerMid form .inputGroup {
    margin-top: 5rem;
    width: 95%;
  }
  .headerMid form .inputGroup input {
    padding-left: 2rem;
    font-size: 1.4rem;
  }
  .headerMid form .inputGroup input::placeholder {
    font-size: 1.4rem;
  }
  .headerMid form .inputGroup {
    padding: 0 0.5rem 0.5rem;
  }
  .headerMid form .inputGroup button svg{
    width: 2.4rem;
  }
  .searchResults {
    padding: 3.2rem 2rem;
  }
  .searchResults ul {
    gap: 1rem;
  }
  .searchResults ul li a {
    font-size: 1.4rem;
  }
  .headerRight button {
    margin-top: 5rem;
  }
  .breadcrumb a {
    font-size: 1rem;
  }
  .serviceCardImg {
      height: 90vw;
  }
  .banner a {
      font-size: 1.6rem;
      gap: 0.5rem;
  }
  .banner a svg {
      width: 13px;
      height: 16px;
  }
}