@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.loadbar-percent {
  width: 0;
  height: 2px;
  background: #ffffff;
}

p.desc {
  font-weight: 400;
  font-size: 18px;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 15px;
}

.menu-header {
  margin-top: 1.5rem;
}

#percent {
  font-size: 80px;
  color: #fff;
  margin-top: 20px;
  font-weight: 400;
}

.preloader-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #26abe2;
  z-index: 9999;
}

.preloader-wrapper.preloader_end {
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateY(-100%);
}

.preloader-wrapper .preloader_box {
  margin-top: 50px;
}

.preloader-wrapper .preloader_box h2 {
  font-size: 48px;
  color: #fafafa;
  text-transform: uppercase;
  font-weight: 400;
}

.preloader-wrapper .preloader_box p {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.percentage-wrapper {
  width: 100%;
  text-align: center;
  font-size: 50px;
  z-index: 99999;
  right: 0;
  margin: 0 auto;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: #26abe2;
  overflow: hidden;
}

h1 {
  position: relative;
  font-weight: 800;
  font-size: 80px;
  line-height: 64px;
  color: #c1c1c1;
  margin: 0;
}

img.img-fluid.banner {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

img.img-fluid.banner {
  -webkit-transition: transform 3s;
  -moz-transition: transform 3s;
  -ms-transition: transform 3s;
  -o-transition: transform 3s;
  transition: transform 3s;
}

img.img-fluid.banner:hover {
  -webkit-transition-duration: scale(1.2);
  -moz-transition-duration: scale(1.2);
  -webkit-transition-timing-function: scale(1.2);
  -moz-transition-timing-function: scale(1.2);
  transform: scale(1.1);
}

h1 span {
  font-size: 35px;
  margin: 0 -15px 0 -5px;
}

.lineWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.lineWrapPage {
  position: absolute;
  top: 30%;
  left: 0%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.lineWrapPageAbout {
  position: absolute;
  top: 30%;
  left: 0%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.lineWrapPageKemenpar {
  position: absolute;
  top: 15%;
  left: 0%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.lineWrapPageContact {
  position: absolute;
  top: 20%;
  left: 0%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.lineWrapPageservices {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.fromRight {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.serviceLayout {
  height: 100%;
  width: 100%;
}

.layer_full {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.fromLeft {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.layer_right {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0); 
}

.layer_left {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transform: translate(200%, 0%) matrix(1, 0, 0, 1, 0, 0);
}

.layer_people_left {
  position: absolute;
  top: 0;
  left: -100%;
  width: 40%;
  height: 100%;
  overflow: hidden;
  transform: translate(250%, 0%) matrix(1, 0, 0, 1, 0, 0);
}

.layer_people_right {
  position: absolute;
  top: 10%;
  left: 100%;
  width: 70%;
  height: 100%;
  overflow: hidden;
  transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
}

.fromTopLeft {
  position: absolute;
  top: -100%;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.fromTop {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fromBottomRight {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

img {
  position: relative;
  height: 120%;
}

.content {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.content-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #ffffff;
}

span.content {
  font-weight: 100;
}

.intro h1 {
  top: 65px;
}

.elemLeft02 {
  background: url("../img/2-left.png") center center / cover no-repeat;
}

.peopleGroup {
  background: url("../images/people.jpg") center center / cover no-repeat;
}

.elemLeft02new {
  background: url("../img/dancow.png") center center / cover no-repeat;
}

.wyth_left {
  background: url("../img/wyth/left.jpg") center center / cover no-repeat;
}

.koko_left {
  background: url("../img/kokokunch/left.jpg") center center / cover no-repeat;
}

.virtual_left {
  background: url("../img/virtual/left.jpg") center center / cover no-repeat;
}


.service_left {
  background: url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2670&q=80")
    center / cover no-repeat;
}

.about_right {
  background-color: #26abe2;
}

button.arrow-right {
  background: transparent;
  border: none;
  display: inherit;
  position: relative;
  left: 45%;
  margin-top: 2rem;
}
button.arrow-bottom {
  background: transparent;
  border: none;

}

img.img-fluid.arrow-left {
  width: 50px;
}

p.content {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 112.5%;
  text-align: start;
  letter-spacing: 0.01em;
  text-transform: none;
  padding: 1rem 2rem 0rem 2rem;
}

.line {
  border-top: 2px solid #fff;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 2rem;
  border-bottom: 2px solid #fff;
}

.line-contact {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
  margin-top: 1rem !important;
}

.line-service {
  margin-left: 20rem;
  margin-right: 20rem;
  margin-top: 1rem;
}

.address {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fefefe;
}

.line {
  border-top: 2px solid #fff;
  margin: 1rem 5rem 0rem 5rem;
  border-bottom: 2px solid #fff;
}

.element-hover {
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  backface-visibility: hidden;
}

/* .element-hover:hover .icon-middle {
  opacity: 1;
}

.element-hover:hover .elemRight02 {
  filter: brightness(0.5);
} */

.icon-middle {
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  /* top: 50%;
    left: 25%; */
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.right-bottom-icon {
  top: 77%;
  left: 75%;
}
.right-icon {
  top: 50%;
  left: 50%;
}
.left-top-icon {
  top: 25%;
  left: 25%;
  z-index: 1;
}

/* .element-hover:hover .koko_left {
  filter: brightness(0.5);
}
.element-hover:hover .elemRight03a {
  filter: brightness(0.5);
}
.element-hover:hover .elemRight03b {
  filter: brightness(0.5);
}
.element-hover:hover .elemRight04a {
  filter: brightness(0.5);
}
.element-hover:hover .elemRight04d {
  filter: brightness(0.5);
}
.element-hover:hover .elemTopLeft05 {
  filter: brightness(0.5);
} */



.text {
  color: #fff;
  font-size: 64px;
  padding: 16px 32px;
  border: none;
}

.text a {
  color: #fff;
}

.clients {
  background-image: url("../img/2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  width: 100%;
  height: 70%;
  background-attachment: fixed;
}



.testi {
  background-image: url("../img/1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 66%;
}

.serviceZero {
  background-image: url("../images/people.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.elemRight02 {
  background-image: url("../img/2-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 42%;
  height: 50%;
  top: 50%;
}

.defa_case {
  height: 50%;
}

.wyth_bottom {
  background-image: url("../img/wyth/bottom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 42%;
  height: 50%;
  top: 50%;
}

.ingram_bottom {
  background-image: url("../img/ingram/bawah.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 42%;
  height: 50%;
  top: 50%;
}

.koko_bottom {
  background-image: url("../img/kokokunch/right-bottom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 42%;
  height: 50%;
  top: 50%;
}

.virtual_bottom {
  background-image: url("../img/virtual/top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 42%;
  height: 50%;
  top: 50%;
}

.virtual_top {
  height: 50%;
  background-image: url("../img/virtual/bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* kokocrunch */

.elemRight03a {
  background-image: url("../img/3-right.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.hp_kanan {
  background-image: url("../img/hp/kanan.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.kem_kanan {
  background-image: url("../img/kemenpar/kanan.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#icon-hov {
  line-height: 234px;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  color: #fff;
  font-family: Arial;
  cursor: pointer;
  visibility: hidden;
}

.elemRight02b {
  height: 50%;
  background-color: #000;
}

.elemcase {
  height: 50%;
  background-color: #26ABE2;
}

.year {
  margin-top: -15px;
  font-size: 20px;
  color: #fff;
}

.wyth_top {
  height: 50%;
  background-image: url("../img/wyth/top.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.ingram_top {
  height: 50%;
  background-image: url("../img/ingram/atas.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.koko_top {
  height: 50%;
  background-image: url("../img/kokokunch/right-top.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.hp_atas {
  height: 50%;
  background-image: url("../img/hp/atas.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.kem_atas {
  height: 50%;
  background-image: url("../img/kemenpar/atas.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.elemRight03b {
  height: 50%;
}

#video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.elemRight03c {
  height: 50%;
  background-color: #40b0be;
  top: 50%;
}

.hp_bawah {
  height: 50%;
  top: 50%;
  background-image: url("../img/hp/bawah.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.kem_bawah {
  height: 50%;
  top: 50%;
  background-image: url("../img/kemenpar/bawah.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.elemRight04a {
  height: 50%;
  background-image: url("../img/sharp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.elemRight04b {
  height: 50%;
  background-color: #9a5f27;
}

.elemRight04c {
  height: 50%;
  background-color: #a70a73;
  top: 50%;
}

.elemRight04d {
  height: 50%;
  background-image: url("../img/4.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
}

.elemTopLeft05 {
  background-image: url("../img/5left.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.ingram_left {
  background-image: url("../img/ingram/kiri.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.elemBottomRight05 {
  background-color: #000;
}

.elemBottomRight05 {
  background-color: #000;
}

/* menu */

.button_container {
  position: relative;
  top: 5%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}

.button_container:hover {
  opacity: 0.7;
}

.button_container.active .top {
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: #fff;
}

.button_container.active .middle {
  opacity: 0;
  background: #fff;
}

.button_container.active .bottom {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #fff;
}

.button_container span {
  background: #fff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 10px;
  width: 60%;
}

.button_container span:nth-of-type(3) {
  top: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  z-index: 50;
}

.overlay:before {
  content: "";
  background: #424242;
  left: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  transition: left 0.35s ease;
}

.overlay:after {
  content: "";
  background: #424242;
  right: -55%;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  transition: all 0.35s ease;
}

.overlay.open {
  /* opacity: 0.9; */
  visibility: visible;
  height: 100%;
}

.overlay.open:before {
  left: 0;
}

.overlay.open:after {
  right: 0;
}

.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
  animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(3) {
  animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(4) {
  animation-delay: 0.65s;
}

.overlay.open li:nth-of-type(5) {
  animation-delay: 0.75s;
}

.overlay.open li:nth-of-type(6) {
  animation-delay: 0.85s;
}
.overlay.open li:nth-of-type(7) {
  animation-delay: 0.95s;
}

.overlay nav {
  position: relative;
  /* height: 70%; */
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-align: center;
  z-index: 100;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  /* height: 25%;
height: calc(100% / 4); */
  top: 25%;
  min-height: 50px;
  position: relative;
  opacity: 0;
  border-bottom: 2px solid #fff;
}

hr.line {
  border-bottom: 2px solid #fff;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  margin-top: 20px;
  text-transform: uppercase;
  transition: transform 1s;
}

.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay ul li a.active {
  transform: scale(1.2);
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.slider {
  -webkit-transition: transform 3s;
  -moz-transition: transform 3s;
  -ms-transition: transform 3s;
  -o-transition: transform 3s;
  transition: transform 3s;
}

.slider:hover {
  -webkit-transition-duration: scale(1.2);
  -moz-transition-duration: scale(1.2);
  -webkit-transition-timing-function: scale(1.2);
  -moz-transition-timing-function: scale(1.2);
  transform: scale(1.1);
}

.slide-1 {
  background: url("../img/slide-1.jpg") center center / cover no-repeat;
  width: 100vw;
  height: 100vh;
}

.slide-2 {
  background: url("../img/slide-2.png") center center / cover no-repeat;
  width: 100vw;
  height: 100vh;
}
.client {
  background-color: #EEF0F4 !important;
  padding: 50px 38px 50px;
  }

@media screen and (max-width: 480px) {
  .serviceZero {
    background-image: url("../images/team_mob.png");
  }
  .client {
    background-color: #EEF0F4 !important;
    padding: 15px 38px 15px;
}

  .ingram_bottom {
    background-image: url("../img/ingram/baeah-mob.jpg");
  }

.ingram_top {

  background-image: url("../img/ingram/atas-mob.jpg");

}

  .hp_atas {
    background-image: url("../img/hp/atas-mob.jpg");
  }
  .koko_left {
    background: url("../img/kokokunch/left-mob.jpg") center center / cover no-repeat;
  }
  .koko_bottom {
    background-image: url("../img/kokokunch/1-mob.jpg");
  }
  .year {
    margin-top: -10px;
    font-size: 12px;
}
  .wyth_left {
    background: url("../img/wyth/left-mob.jpg") center center / cover no-repeat;
  }
  .wyth_bottom {
    background-image: url("../img/wyth/mob-bottom.jpg");
  }
  p.content {
    padding: 1rem 1rem 0rem 1rem;
  }
  .line {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lineWrapPageAbout {
    top: 20%;
  }
  .arrow-page {
    right: 50% !important;
    top: 85%;
  }
  .content-service {
    padding: 20px 10px 20px 10px !important;
  }
  .content-title {
    font-size: 20px;
  }
  button.arrow-right {
    left: 40%;
    margin-top: 1rem;
  }
  img.img-fluid.arrow-btn {
    width: 30px !important;
  }
  span.share-text {
    padding: 0px 50px 10px 50px !important;
  }
  p.detail-content-career {
    text-align: left !important;
  }
  ul.detail-content-career {
    text-align: left !important;
  }
  thead.careers {
    font-size: 14px;
  }
  tbody.careers {
    font-size: 14px;
  }
  img.img-fluid.career-img {
    height: 100px !important;
  }
  .isi-career {
    padding: 20px 16px 16px 16px !important;
  }
  .lineWrapPageContact {
    top: 25% !important;
    left: -100% !important;
    width: auto !important;
    right: -100% !important;
  }
  .line-contact {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
    margin-top: 2rem !important;
  }
  .line-service {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
    margin-top: 2rem !important;
  }
  .elemRight04a {
    background-image: url("../img/sharp-mob.jpg");
    background-position: top center;
  }
  #video {
    height: auto !important;
    width: 100vh !important;
  }
  .slide-1 {
    background: url("../img/slide-1-mob.jpg") center center / cover no-repeat;
    width: 100vw !important;
    height: 100vh !important;
  }
  .slide-2 {
    background: url("../img/slide-2-mob.jpg") center center / cover no-repeat;
    width: 100vw !important;
    height: 100vh !important;
  }
  .elemLeft02 {
    background: url("../img/slide-3-mob.jpg") center left / cover no-repeat;
  }
  .elemRight02 {
    background-position: bottom center !important;
  }
  .content {
    font-size: 12px !important;
  }
  .elemRight03a {
    background-position: center center !important;
  }
  .elemRight04d {
    background-position: center center !important;
  }
  .overlay nav {
    font-size: 20px;
  }
  .overlay ul li {
    min-height: 40px;
  }
  .arrow-bottom {
    left: 44%;
  }
}

@media only screen and (min-width: 1920px) and (max-height: 1080px) {
  .arrow-page {
    right: 6%;
    top: 85%;
  }
  .lineWrapPage {
    top: 35%;
  }
  .lineWrapPageContact {
    top: 25%;
  }
  .lineWrapPageKemenpar {
    top: 30% !important;
  }
  .line-contact {
    margin-left: 35rem !important;
    margin-right: 35rem !important;
    margin-top: 2rem !important;
  }
  .line-serive {
    margin-left: 35rem !important;
    margin-right: 35rem !important;
    margin-top: 2rem !important;
  }
  .social-contact {
    margin-left: 45rem !important;
    margin-right: 45rem !important;
    padding: 0rem 8rem 0rem 8rem !important;
  }
  .container {
    max-width: 1800px !important;
  }
  .overlay ul li {
    top: 30% !important;
  }
  .arrow-bottom {
    left: 48.7%;
  }
  .isi-career {
    padding: 70px 0px 75px 16px !important;
  }
  button.btn.button-apply {
    margin: 2rem 5rem 3rem 5rem !important;
  }
  a.btn.button-apply {
    margin: 2rem 5rem 3rem 5rem !important;
  }
  hr.garis {
    margin: -32px 50px 10px 50px !important;
  }
  span.share-text {
    padding: 0px 50px 10px 50px !important;
  }
  .group-social.mb-4 {
    padding: 0rem 8rem 0rem 8rem !important;
  }
}

.portfolio_slider_style.style_3 .single_portfolio_content {
  text-align: center;
  margin-top: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  bottom: 50px;
  top: auto;
  transform: translateY(0);
  padding: 50px 50px 0 50px;
  text-align: left;
}

.portfolio_slider_style.style_3 .single_portfolio_content span {
  font-size: 12px;
  height: 22px;
  padding: 0 13px;
  background-color: #fff;
  line-height: 22px;
  border-radius: 3px;
  border: 1px solid #fff;
  text-transform: uppercase;
  margin-bottom: 17px;
  display: inline-block;
}

.portfolio_slider_style.style_3
  .single_portfolio_content
  .portfolio_content_iner {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  .portfolio_slider_style.style_3 .single_portfolio_content {
    bottom: 40px;
  }
  .portfolio_slider_style.style_3
    .single_portfolio_content
    .portfolio_content_iner {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  .portfolio_slider_style.style_3 .single_portfolio_content {
    padding: 20px 20px 0 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .portfolio_slider_style.style_3 .single_portfolio_content {
    bottom: -146px;
  }
}

.portfolio_slider_style.style_3 .single_portfolio_content h4 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .portfolio_slider_style.style_3 .single_portfolio_content h4 {
    margin-bottom: 5px;
  }
}

.portfolio_slider_style.style_3 .single_portfolio_content h4 a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .portfolio_slider_style.style_3 .single_portfolio_content h4 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .portfolio_slider_style.style_3 .single_portfolio_content h4 {
    font-size: 24px;
  }
}

.portfolio_slider_style.style_3 .single_portfolio_content p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .portfolio_slider_style.style_3 .single_portfolio_content p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .portfolio_slider_style.style_3 .single_portfolio_content p {
    font-size: 18px;
  }
}

.portfolio_slider_style.style_3 .single_portfolio_content .read_more_btn {
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .portfolio_slider_style.style_3 .single_portfolio_content .read_more_btn {
    margin-top: 10px;
  }
}

.portfolio_slider_style.style_3 .single_portfolio_content .read_more_btn i {
  font-weight: 600;
  margin-left: 10px;
  font-size: 18px;
}

.portfolio_slider_style.style_3 .single_portfolio_content .read_more_btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-width: 17px;
  margin-left: 15px;
}

.portfolio_slider_style.style_3 .single_portfolio_item {
  position: relative;
  z-index: 1;
}

.portfolio_slider_style.style_3
  .single_portfolio_item:hover
  .single_portfolio_content {
  top: auto;
  bottom: 53px;
}

.portfolio_slider_style.style_3 .single_portfolio_item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  width: 100%;
  display: block;
  height: 100vh;
}

.portfolio_slider_style.style_3 .single_portfolio_item .single_portfolio_iner {
  display: block;
  width: 100%;
  height: 100%;
}

.portfolio_slider_style.style_3 .single_portfolio_item .portfolio_item_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh !important;
  z-index: 1;
}

.portfolio_slider_style.style_3
  .single_portfolio_item
  .portfolio_item_bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #051441;
  opacity: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}



.portfolio_slider_style.style_3 .single_portfolio_item .portfolio_item_bg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio_slider_style.style_3 .single_portfolio_item:hover {
  background-size: auto 105%;
}

.portfolio_slider_style.style_3
  .single_portfolio_item:hover
  .single_portfolio_content {
  margin-top: 0;
  visibility: visible;
  bottom: 53px;
}

.portfolio_slider_style.style_3
  .single_portfolio_item:hover
  .portfolio_content_iner {
  opacity: 1;
  visibility: visible;
}

.portfolio_slider_style.style_3
  .single_portfolio_item:hover
  .portfolio_item_bg {
  transform: scale(1.1);
}

.portfolio_slider_style.style_3
  .single_portfolio_item:hover
  .portfolio_item_bg:after {
  transform: scale(1);
  opacity: 0.4;
}

.horizontal_effect .tittle_animation {
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.horizontal_effect .tittle_animation:before {
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all 400ms ease-in-out;
  content: attr(data-hover);
}

.horizontal_effect .tittle_animation {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.horizontal_effect .tittle_animation:hover:before {
  width: 100%;
}

.btn_arrow {
  position: relative;
  padding-right: 27px;
  color: #051441;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.btn_arrow img {
  position: absolute;
  right: 0;
  top: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_arrow i {
  font-size: 16px;
  margin-left: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 4px;
}

/* about */

.about_section {
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .about_section {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about_section {
    padding-bottom: 0;
  }
}

.about_section .img_section {
  position: relative;
  min-height: 490px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .about_section .img_section {
    min-height: 410px;
  }
}

.about_section .img_section .about_img_1 {
  position: absolute;
  bottom: 35px;
  z-index: -2;
  left: 30px;
}

@media (max-width: 767.98px) {
  .about_section .img_section .about_img_1 {
    bottom: 52px;
    left: 30px;
    max-width: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_section .img_section .about_img_1 {
    left: 30px;
    max-width: 300px;
  }
}

.about_section .img_section .about_img_1 {
  position: absolute;
  bottom: -25px;
  z-index: -1;
  left: -67px;
}

@media (max-width: 767.98px) {
  .about_section .img_section .about_img_1 {
    bottom: 62px;
    left: 30px;
    max-width: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_section .img_section .about_img_1 {
    left: -62px;
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .about_section .img_section .about_img_2 {
    max-width: 235px;
  }
}

.about_section .img_section .about_img_3 {
  position: absolute;
  top: 160px;
  right: 0;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .about_section .img_section .about_img_3 {
    max-width: 250px;
    right: 0;
    top: 108px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_section .img_section .about_img_3 {
    right: -70px;
    top: 167px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_section .img_section .about_img_3 {
    right: -70px;
    top: 60px;
  }
}

.about_section .about_section_content {
  padding-left: 65px;
}

@media (min-width: 991px) {
  .about_section .about_section_content {
    margin-top: 71px;
  }
}

@media (max-width: 767.98px) {
  .about_section .about_section_content {
    padding-left: 0;
  }
}

.about_section .about_section_content h5 {
  font-size: 16px;
  color: #ff7070;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.about_section .about_section_content h2 {
  font-size: 48px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .about_section .about_section_content h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .about_section .about_section_content h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.about_section .about_section_content .cu_btn {
  margin-top: 47px;
  padding: 18px 35px;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .about_section .about_section_content .cu_btn {
    margin-top: 20px;
    padding: 18px 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_section .about_section_content .cu_btn {
    margin-top: 25px;
    padding: 18px 35px;
  }
}

.about_section .round_shape_animation {
  border-radius: 50%;
  background: #85b0fc;
  position: absolute;
  right: 95px;
  top: 60px;
  width: 190px;
  height: 190px;
  -webkit-animation: circleAnimation 5s linear infinite;
  animation: circleAnimation 5s linear infinite;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_section .round_shape_animation {
    right: -53px;
    top: 18px;
  }
}

.about_section.sp_font h2 {
  letter-spacing: -3px;
}

.padding_top {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_top {
    padding-top: 100px;
  }
}

.arrow-bottom {
  position: fixed;
  bottom: 3%;
  left: 48.1%;
}

img.img-fluid.arrow-btn {
  width: 50px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
img.img-fluid.arrow-btn:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

.career-thumb {
  margin-top: 4.8rem;
}

thead.careers {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.01em;
}

tbody.careers {
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #ffffff;
}

td.careers {
  padding: 1.5rem 0rem 1.5rem 0rem;
}

th.careers {
  padding: 1.5rem 0rem 1.5rem 0rem;
}

/* Style the list */

ul.breadcrumb {
  padding: 20px 0px 10px 16px;
  list-style: none;
  margin-bottom: 0px !important;
}

ul.breadcrumb li {
  font-size: 12px;
}

ul.breadcrumb li + li:before {
  padding: 5px;
  color: #828282;
  content: "/\00a0";
}

ul.breadcrumb li a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #828282;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #828282;
  text-decoration: underline;
}

.header-career {
  background-color: #fff;
}

.title-career {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #000000;
  padding: 0px 0px 16px 16px;
}
.content-service {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  padding: 20px 100px 20px 100px;
}

.arrow-page {
  position: absolute;
  right: 10%;
  top: 80%;
}

.detail-career {
  padding: 0px 0px 16px 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #828282;
}

span.location {
  margin-left: 0.5rem;
}

.content-career {
  background-color: #f5f6fa;
}

.isi-career {
  padding: 50px 0px 16px 16px;
}

img.img-fluid.career-img {
  height: 160px;
  object-fit: cover;
}

.title-role {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #000000;
  padding: 16px 30px;
}

p.detail-content-career {
  padding: 0px 40px 0px 30px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #828282;
  text-align: justify;
}

li.item-career {
  margin: 10px 20px;
}

p.notice-career {
  font-family: Montserrat;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #4f4f4f;
  padding: 0px 45px 10px 40px;
}

button.btn.button-apply {
  background: #26abe2;
  border-radius: 24px;
  margin: 2rem 3rem 3rem 3rem;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

a.btn.button-apply {
  background: #26abe2;
  border-radius: 24px;
  margin: 2rem 3rem 3rem 3rem;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

button.btn.button-apply:hover {
  background: #03a5eb;
}
a.btn.button-apply:hover {
  background: #03a5eb;
}

hr.garis {
  border: 1px solid #bdbdbd;
  margin: -32px 15px 10px 15px;
}

span.share-text {
  padding: 0px 0px 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #828282;
}

button.share {
  background: none;
  border: none;
}

.group-social.mb-4 {
  padding: 0rem 4rem 0rem 4rem;
}

footer {
  background-color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  padding: 1.5rem;
}

@media only screen 
and (min-device-width: 768px)
and (max-device-width: 1024px)  {
  .content {
    font-size: 25px !important;
  }
  .lineWrapPageAbout{
    top:12% !important;
  }
  .line {
    margin: 1rem 2rem 0rem 2rem !important;
  }
  button.btn.button-apply{
    margin: 2rem 2rem 3rem 2rem;
  }
  a.btn.button-apply{
    margin: 2rem 2rem 3rem 2rem;
  }
  .span.share-text {
    padding: 0px 15px 20px;
  }
  .group-social.mb-4 {
    padding: 0rem 2rem 0rem 2rem;
  }
  .footer {
    padding: 1rem;
  }
}
.botttomdiv {
  position:absolute;
  right:0;
  bottom:0;
}