* {
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #282C36;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #2b2b2b;
}

#logo-brand {
  display: none;
}

body, nav, header, section {
  width: 100%;
}

.grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .grid {
    padding: 0 clamp(1em, 6vw, 3em);
  }
}

.full, .img, header .swiper-slide img, section#about .thumb img, section#service .grid .services .thumb img, section#project .swiper-slide img, section#news .lastest .thumb img, section#news-detail .news-info .thumb img, section#news-detail .lastest .thumb img, section#all-project .project-list .list img, section#services-detail .list .photo img, main .modal .thumb img, main .modal .gallery .photo img, main, main .close, header .info, section#all-project .project-list .list .info, .maps iframe, .swiper-container {
  width: 100%;
  height: 100%;
}

.img, header .swiper-slide img, section#about .thumb img, section#service .grid .services .thumb img, section#project .swiper-slide img, section#news .lastest .thumb img, section#news-detail .news-info .thumb img, section#news-detail .lastest .thumb img, section#all-project .project-list .list img, section#services-detail .list .photo img, main .modal .thumb img, main .modal .gallery .photo img {
  -o-object-fit: cover;
     object-fit: cover;
}

.full-h, .menu-mobile {
  width: 100%;
  height: 100vh;
  min-height: 540px;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  position: fixed;
  top: 0;
  z-index: 25;
}

main .close {
  content: '';
  cursor: pointer;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

main.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rainbow, .overlay-circle .menu-btn > div, .menu-bg .menu-btn > div, .overlay-circle.active, .active.menu-bg, nav#navigation .bg, section#news nav li.active, .contact-info {
  background: -webkit-gradient(linear, right top, left top, from(#ff4d4d), color-stop(#ffa527), color-stop(#fdef2e), color-stop(#c9ff45), color-stop(#6cf371), color-stop(#21fba6), color-stop(#21f9fb), color-stop(#21acfb), color-stop(#5778ff), color-stop(#b27aff), color-stop(#ff6bdf), to(#ff4d4d));
  background: linear-gradient(270deg, #ff4d4d, #ffa527, #fdef2e, #c9ff45, #6cf371, #21fba6, #21f9fb, #21acfb, #5778ff, #b27aff, #ff6bdf, #ff4d4d);
  background-size: 2200% 2200%;
  -webkit-animation: neon 30s ease infinite;
          animation: neon 30s ease infinite;
}

@-webkit-keyframes neon {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes neon {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.overlay-circle, .menu-bg {
  width: 50px;
  height: 50px;
  background: #fff;
  content: '';
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  border-radius: 50%;
  z-index: 13;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
  .overlay-circle, .menu-bg {
    display: none;
  }
}

.overlay-circle .menu-btn, .menu-bg .menu-btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
}

.overlay-circle .menu-btn > div, .menu-bg .menu-btn > div {
  width: 80%;
  height: 4px;
  border-radius: 5px;
  margin: 4px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.overlay-circle .menu-btn .bar1, .menu-bg .menu-btn .bar1 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.overlay-circle .menu-btn .bar2, .menu-bg .menu-btn .bar2 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.overlay-circle .menu-btn.change .bar1, .menu-bg .menu-btn.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
          transform: rotate(-45deg) translate(-8px, 8px);
}

.overlay-circle .menu-btn.change .bar2, .menu-bg .menu-btn.change .bar2 {
  opacity: 0;
}

.overlay-circle .menu-btn.change .bar3, .menu-bg .menu-btn.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
          transform: rotate(45deg) translate(-8px, -8px);
}

.overlay-circle.active .menu-btn > div, .active.menu-bg .menu-btn > div {
  background: #fff;
}

.menu-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
  z-index: 12;
  position: fixed;
  top: 0;
}

@media (min-width: 640px) {
  .menu-mobile {
    display: none;
  }
}

.menu-mobile .list {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0;
  color: #000;
  -webkit-animation: ease .75s both;
          animation: ease .75s both;
}

.menu-mobile .list .menu-drop {
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-mobile .list .menu-drop a {
  color: #000;
  font-size: 20px;
  margin: 20px;
}

@-webkit-keyframes slides {
  0% {
    -webkit-transform: translateX(-10vw);
            transform: translateX(-10vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(10vw);
            transform: translateX(10vw);
  }
}

@keyframes slides {
  0% {
    -webkit-transform: translateX(-10vw);
            transform: translateX(-10vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(10vw);
            transform: translateX(10vw);
  }
}

.menu-mobile .list:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.menu-mobile .list:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.menu-mobile .list:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.menu-mobile .list:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.menu-mobile .list:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.menu-mobile .list:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@media (max-width: 640px) {
  .menu-mobile.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .menu-mobile.active .list {
    -webkit-animation-name: slides;
            animation-name: slides;
  }
}

.menu-bg {
  background: #fff;
  z-index: 11;
  -webkit-transform: scale(0);
          transform: scale(0);
}

nav#navigation {
  position: fixed;
  top: 0;
  z-index: 10;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

nav#navigation .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
}

nav#navigation .logo {
  margin: 0 2em;
  -webkit-filter: grayscale(1) brightness(4);
          filter: grayscale(1) brightness(4);
}

nav#navigation .logo img {
  width: auto;
  height: 65px;
}

nav#navigation .menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 720px) {
  nav#navigation .menu {
    display: none;
  }
}

nav#navigation .list {
  color: #fff;
  margin: 0 10px;
  font-weight: 400;
  text-transform: uppercase;
}

nav#navigation .list:hover {
  color: #DC150E;
}

nav#navigation .bg {
  width: 100%;
  height: 3px;
  opacity: 0;
}

nav#navigation.active {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

nav#navigation.active .list {
  color: #555555;
}

nav#navigation.active .list:hover {
  color: #DC150E;
}

nav#navigation.active .logo {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}

nav#navigation.active .bg {
  opacity: 1;
}

header {
  position: relative;
  overflow: hidden;
  height: 720px;
}

header .swiper-button-next, header .swiper-button-prev {
  -webkit-filter: grayscale(1) brightness(4);
          filter: grayscale(1) brightness(4);
}

header .swiper-slide {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

header .swiper-slide .grid {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

header .swiper-slide .overlay {
  margin-right: auto;
  color: 300;
  font-size: 36px;
  text-transform: uppercase;
}

header .swiper-slide .overlay h1 {
  font-weight: 400;
}

header .swiper-slide .overlay h1 .bold {
  font-weight: 900;
}

header .swiper-slide .overlay.other {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

@media (max-width: 768px) {
  header .swiper-slide .overlay {
    margin-right: 0;
    margin-left: 0;
  }
  header .swiper-slide .overlay.other {
    text-align: center;
    margin-left: 0;
  }
  header .swiper-slide .overlay h1 {
    font-size: calc(38px + 2vw);
    text-align: center;
  }
}

header .swiper-slide img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

header .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 2;
  color: #fff;
}

header .info .rainbow, header .info .overlay-circle .menu-btn > div, .overlay-circle header .info .menu-btn > div, header .info .menu-bg .menu-btn > div, .menu-bg header .info .menu-btn > div, header .info .overlay-circle.active, header .info .active.menu-bg, header .info nav#navigation .bg, nav#navigation header .info .bg, header .info section#news nav li.active, section#news nav header .info li.active, header .info .contact-info {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .info b {
  font-weight: 600;
}

header .info h1, header .info h2 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
}

header .info h2 {
  font-size: 36px;
}

header .info h1 {
  font-size: 45px;
}

header .info p {
  font-size: 14px;
  line-height: 22.652px;
  font-weight: 300;
  padding-bottom: 2em;
}

header .info hr {
  width: 100%;
  max-width: 180px;
}

header .info .cta {
  padding: 10px 2em;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

header::after {
  width: 100vw;
  height: 150px;
  background: url("../media/splash.svg");
  background-position: center 55px;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  position: absolute;
  content: '';
  bottom: 0;
  z-index: 2;
}

section {
  padding: 4em 0;
}

section h1 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}

section p {
  color: #555555;
  font-size: 14px;
  line-height: 22.652px;
}

section#about .grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 2em;
  -ms-grid-columns: (minmax(340px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

@media (max-width: 380px) {
  section#about .grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 2em;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

section#about .thumb img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 640px) {
  section#about .thumb {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
}

section#about .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section#about .title h1 {
  font-weight: 400;
  position: absolute;
  margin-left: 1.5em;
}

section#about .title h2 {
  text-shadow: 0 0 2px #000;
  color: #fff;
  font-size: 120px;
  margin: 0;
}

section#about .cta {
  padding: 8px 2em;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  outline: none;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  cursor: pointer;
  float: left;
  margin-top: 2em;
}

section#about .cta:hover {
  background: #000;
  color: white;
}

section#service .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#service .grid .services {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 2em 1em;
  -ms-grid-columns: (minmax(275px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
}

section#service .grid .services .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#service .grid .services .thumb {
  width: 100%;
  height: 250px;
}

section#service .grid .services .info {
  background: #DC150E;
  padding: 1em 2em;
  width: 90%;
  height: 250px;
  margin-top: -2.5em;
}

section#service .grid .services .info h2, section#service .grid .services .info p {
  color: #fff;
}

section#service .grid .services .info h2 {
  font-size: 24px;
  min-height: 55px;
  text-transform: uppercase;
  font-weight: 400;
}

section#service .grid .services .info p {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 5px;
}

section#paint .grid, section#client .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#paint .used, section#client .used {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
}

section#paint .used img, section#client .used img {
  width: auto;
  height: 65px;
  margin: 1em;
}

section#client .client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section#client .client img {
  margin: 1em;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

section#project {
  background: #16213E;
  -webkit-clip-path: polygon(0 0, 100% clamp(5%, 5vw, 15%), 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% clamp(5%, 5vw, 15%), 100% 100%, 0 100%);
  padding-top: 8em;
  padding-bottom: 18em;
  position: relative;
  position: relative;
}

section#project h1 {
  color: #fff;
}

section#project p {
  font-weight: 300;
  color: #93959A;
}

section#project .grid {
  margin-bottom: 2em;
}

section#project .swiper-container::before, section#project .swiper-container::after {
  width: 200px;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
}

section#project .swiper-container::before {
  left: 0;
  background: rgba(22, 33, 62, 0);
  background: -webkit-gradient(linear, right top, left top, from(rgba(22, 33, 62, 0)), to(#16213e));
  background: linear-gradient(-90deg, rgba(22, 33, 62, 0) 0%, #16213e 100%);
}

section#project .swiper-container::after {
  right: 0;
  background: rgba(22, 33, 62, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(22, 33, 62, 0)), to(#16213e));
  background: linear-gradient(90deg, rgba(22, 33, 62, 0) 0%, #16213e 100%);
}

section#project .swiper-slide {
  width: 340px;
  height: 200px;
  margin: 0 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}

section#project .info {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #16213e;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #16213e), to(rgba(22, 33, 62, 0)));
  background: linear-gradient(0, #16213e 0%, rgba(22, 33, 62, 0) 100%);
  overflow: hidden;
  opacity: 0;
  height: 0;
  padding: 1em;
}

section#project .info h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

section#project .info p {
  margin: 0;
  margin-top: 5px;
}

section#project .info p i {
  margin-right: 1em;
}

section#project .info .cta i {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: -2.5em;
}

section#project .swiper-slide:hover .info {
  height: 75px;
  opacity: 1;
}

section#project .cta-all {
  padding: 10px 2em;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  outline: none;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  right: 0;
  margin-top: -1.5em;
}

section#project .cta-all:hover {
  background: #000;
  color: white;
}

section#project.page {
  background: transparent;
  padding-top: 10em;
  padding-bottom: 4em;
}

section#project.page h1 {
  color: #282C36;
}

section#project.page .swiper-container::before {
  background: rgba(245, 246, 248, 0);
  background: -webkit-gradient(linear, right top, left top, from(rgba(245, 246, 248, 0)), to(#f5f6f8));
  background: linear-gradient(-90deg, rgba(245, 246, 248, 0) 0%, #f5f6f8 100%);
}

section#project.page .swiper-container::after {
  background: rgba(245, 246, 248, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 246, 248, 0)), to(#f5f6f8));
  background: linear-gradient(90deg, rgba(245, 246, 248, 0) 0%, #f5f6f8 100%);
}

section#project.page .info {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0, black 0%, rgba(0, 0, 0, 0) 100%);
}

section#news {
  background: #DC150E;
  -webkit-clip-path: polygon(0 clamp(5%, 5vw, 15%), 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 clamp(5%, 5vw, 15%), 100% 0, 100% 100%, 0 100%);
  padding: 10em 0;
  margin-top: -10em;
  position: relative;
  overflow: hidden;
}

section#news .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}

section#news h1 {
  font-weight: 600;
  letter-spacing: 1ch;
  color: #fff;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 1em;
}

section#news .lastest {
  display: -ms-grid;
  display: grid;
  grid-gap: 2em;
  -ms-grid-columns: (minmax(268px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
  width: 100%;
}

section#news .lastest .list {
  background: #fff;
  padding-bottom: 2em;
}

section#news .lastest .list:hover {
  background: #16213E;
}

section#news .lastest .list:hover a i {
  margin-left: 2em;
}

section#news .lastest .list:hover h2, section#news .lastest .list:hover p, section#news .lastest .list:hover a, section#news .lastest .list:hover i {
  color: #fff;
}

section#news .lastest .thumb {
  width: 100%;
  height: 175px;
}

section#news .lastest .info {
  padding: 1em 2em;
}

section#news .lastest .info h2, section#news .lastest .info p, section#news .lastest .info a, section#news .lastest .info i {
  color: #282C36;
}

section#news .lastest .info h2 {
  font-size: 16px;
  line-height: 25.888px;
  font-weight: 600;
  color: #282C36;
}

section#news .lastest .info p {
  font-size: 12px;
  line-height: 19.416px;
}

section#news .lastest .info .cta {
  font-weight: 400;
  float: right;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

section#news .lastest .info .cta i {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid;
}

section#news::after {
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
  background: #fff;
  content: '';
  position: absolute;
  z-index: 1;
}

section#news.page {
  padding-top: 8em;
  margin-top: 0;
  background: #f5f6f8;
  -webkit-clip-path: unset;
          clip-path: unset;
}

section#news.page h1 {
  letter-spacing: unset;
  margin-right: auto;
  text-align: left;
  color: #282C36;
  font-size: 28px;
}

section#news.page::after {
  display: none;
}

section#news nav {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

section#news nav ul.pagination {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

section#news nav li {
  padding: 5px 10px;
  border-radius: 5px;
  background: #fff;
  margin: 5px;
}

section#news nav li:not(.active):hover {
  background: #f1f1f1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

section#news nav li.active a {
  color: #fff;
}

@media (max-width: 640px) {
  section#news .list .thumb {
    height: calc(250px + 5vw);
  }
}

section#news-detail {
  padding-top: 10em;
  background: #f5f6f8;
}

section#news-detail .grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 2em;
  -ms-grid-columns: 3fr 1fr;
      grid-template-columns: 3fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (max-width: 960px) {
  section#news-detail .grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 2em;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  section#news-detail .grid .lastest {
    display: -ms-grid;
    display: grid;
    grid-gap: 1em;
    -ms-grid-columns: (minmax(180px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

section#news-detail .news-info {
  background: #fff;
  padding: 20px 0 4em 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

section#news-detail .news-info .title, section#news-detail .news-info .date, section#news-detail .news-info .detail {
  padding: 0 20px;
}

section#news-detail .news-info .title {
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 5px;
}

section#news-detail .news-info .date {
  margin-top: 0;
  font-style: italic;
}

section#news-detail .news-info .thumb {
  width: 100%;
  height: 350px;
  margin-bottom: 2em;
}

section#news-detail .news-info .detail {
  font-size: 14px;
  line-height: 22.652px;
}

section#news-detail .news-info .detail img {
  max-width: 100%;
}

section#news-detail .lastest .list {
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

section#news-detail .lastest .list > *:not(.thumb) {
  padding: 0 20px;
}

section#news-detail .lastest .thumb {
  width: 100%;
  height: 150px;
}

section#news-detail .lastest h2 {
  font-size: 18px;
  font-weight: 400;
}

section#news-detail .lastest p {
  font-weight: 300;
}

section#contact {
  background: #16213E;
}

section#contact h1, section#contact p {
  color: #fff;
  text-align: center;
}

section#contact p {
  margin-bottom: 2em;
}

section#contact .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#contact .input {
  width: 100%;
  padding: 1em 2em;
  margin-bottom: 2em;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
}

section#contact .input::-webkit-input-placeholder {
  color: #c8d9f2;
}

section#contact .input:-ms-input-placeholder {
  color: #c8d9f2;
}

section#contact .input::-ms-input-placeholder {
  color: #c8d9f2;
}

section#contact .input::placeholder {
  color: #c8d9f2;
}

section#contact .input:focus {
  background: #fff;
  color: #282C36;
}

section#contact .input:focus::-webkit-input-placeholder {
  color: #282C36;
}

section#contact .input:focus:-ms-input-placeholder {
  color: #282C36;
}

section#contact .input:focus::-ms-input-placeholder {
  color: #282C36;
}

section#contact .input:focus::placeholder {
  color: #282C36;
}

section#contact textarea {
  height: 200px;
  font-family: "Rubik", sans-serif;
}

section#contact .cta input {
  margin: 0 1em;
  border-radius: 5px;
}

section#contact .kirim {
  padding: 5px 2em;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  outline: none;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  cursor: pointer;
}

section#contact .kirim:hover {
  background: #fff;
  color: rgba(255, 255, 255, 0.1);
}

section#contact .kirim:hover {
  color: #16213E;
}

section#contact .batal {
  padding: 5px 2em;
  border: 1px solid #DC150E;
  background: #fff;
  color: #DC150E;
  outline: none;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  cursor: pointer;
}

section#contact .batal:hover {
  background: #DC150E;
  color: white;
}

section#all-project {
  padding-top: 10em;
}

section#all-project .project-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 1em;
  -ms-grid-columns: (minmax(275px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  margin: 2em 0;
}

section#all-project .project-list .list {
  height: 250px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}

section#all-project .project-list .list .info {
  height: 0;
  overflow: hidden;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 5;
}

section#all-project .project-list .list .info h2 {
  font-weight: 400;
  text-align: center;
}

section#all-project .project-list .list .info .cta-detail {
  padding: 10px 2em;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  outline: none;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  cursor: pointer;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

section#all-project .project-list .list .info .cta-detail:hover {
  background: #000;
  color: white;
}

section#all-project .project-list .list:hover img {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition-duration: 10s;
          transition-duration: 10s;
}

section#all-project .project-list .list:hover .info {
  height: 100%;
}

section#services-detail {
  padding-top: 12em;
}

section#services-detail .list {
  display: -ms-grid;
  display: grid;
  grid-gap: 2em;
  -ms-grid-columns: 2fr 3fr;
      grid-template-columns: 2fr 3fr;
  margin-bottom: 4em;
}

section#services-detail .list .photo {
  width: 100%;
  height: 100%;
}

@media (max-width: 640px) {
  section#services-detail .list {
    display: -ms-grid;
    display: grid;
    grid-gap: 2em;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  }
  section#services-detail .list .info {
    padding: 1em 4vw;
  }
}

main {
  padding: 4vw;
}

main .modal {
  width: 100%;
  max-width: 720px;
  height: 0;
  background: #fff;
  z-index: 5;
  border-radius: 10px;
  padding: 0;
  -webkit-box-shadow: 0 2em 2em 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2em 2em 0 rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  overflow-x: hidden;
}

main .modal .thumb {
  width: 100%;
  height: 350px;
}

main .modal.active {
  height: 80vh;
  padding: 2em 0;
}

main .modal h1.title, main .modal .detail-project {
  padding: 0 2em;
}

main .modal h1.title {
  text-transform: capitalize;
  color: #282C36;
  font-size: 24px;
  font-weight: 600;
}

main .modal h2.title {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  margin-top: 2em;
}

main .modal .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .modal .info .cta {
  padding: 5px 1em;
  border: 1px solid #16213E;
  background: #16213E;
  color: white;
  outline: none;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  cursor: pointer;
  border-radius: 50px;
}

main .modal .info .cta:hover {
  background: #fff;
  color: #16213E;
}

@media (max-width: 360px) {
  main .modal .info .cta {
    display: block;
    margin-top: 10px;
  }
}

main .modal .detail {
  margin-bottom: 4em;
}

main .modal .detail p {
  text-align: justify;
}

main .modal .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

main .modal .gallery .photo {
  width: calc(90% / 2);
  margin: 10px;
  height: 400px;
}

main .modal .gallery .photo:nth-child(even) {
  margin-top: -8em;
}

@media (max-width: 540px) {
  main .modal .gallery .photo {
    width: 100%;
  }
  main .modal .gallery .photo:nth-child(even) {
    margin-top: 10px;
  }
}

main .pagination {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 18px;
  margin: 1vw;
  cursor: pointer;
}

main .pagination.left {
  left: 0;
}

main .pagination.right {
  right: 0;
}

main .pagination:hover {
  background: #000;
}

main .pagination:hover i {
  color: #fff;
}

main .content {
  display: none;
}

main .content.active {
  display: block;
}

.contact-info {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact-info h1, .contact-info p {
  color: #fff;
  margin: 0;
}

.contact-info h1 {
  font-size: 20px;
  font-weight: 600;
}

.contact-info p {
  font-size: 12px;
  font-weight: 300;
}

.contact-info div {
  padding: 0 2em;
}

.contact-info div:first-child {
  text-align: right;
  border-right: 1px solid #fff;
}

@media (max-width: 640px) {
  .contact-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .contact-info div {
    padding: 1em 2em;
    text-align: center;
  }
  .contact-info div:first-child {
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}

.maps {
  -webkit-filter: invert(1) grayscale(1);
          filter: invert(1) grayscale(1);
  height: 450px;
}

footer {
  background: #121b33;
  padding: 1em;
  text-align: center;
  color: #93959A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: white;
}

footer .developer {
  width: 25px;
  height: auto;
  margin-left: 1em;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

footer .developer:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
/*# sourceMappingURL=style.css.map */