@font-face {
  font-family: 'Poppins-light';
  src: url(framework/Poppins-Light.ttf);
  font-weight: 100;
}

@font-face {
  font-family: 'Poppins';
  src: url(framework/Poppins-Regular.ttf);
  font-weight: 300;
}

@font-face {
  font-family: 'Poppins-semibold';
  src: url(framework/Poppins-Semibold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Poppins-bold';
  src: url(framework/Poppins-Bold.ttf);
  font-weight: 600;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Poppins-light';
  color: #1A1A1A;
}

#get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-button {
  border: 1px solid transparent;
  padding: 11px 6px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s;
  outline: none;
}

/* mixin for multiline */
#certification-1 .image-back {
  position: relative;
  width: 100%;
  height: 760px;
}

@media screen and (max-width: 480px) {
  #certification-1 .image-back {
    height: auto;
  }
}

#certification-1 .image-back .photo-desktop {
  position: absolute;
  left: -10px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  #certification-1 .image-back .photo-desktop img {
    width: 1110px;
  }
}

@media screen and (max-width: 768px) {
  #certification-1 .image-back .photo-desktop img {
    display: none;
  }
}

#certification-1 .image-back .cont-photo {
  height: 760px;
}

@media screen and (max-width: 768px) {
  #certification-1 .image-back .cont-photo {
    height: 450px;
  }
}

@media screen and (max-width: 480px) {
  #certification-1 .image-back .cont-photo {
    height: 0px;
  }
}

#certification-1 .image-back .cont-text {
  margin: auto;
  z-index: 2;
  text-align: right;
}

#certification-1 .image-back .cont-text .text-box {
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  #certification-1 .image-back .cont-text .text-box {
    text-align: center;
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  #certification-1 .image-back .cont-text .text-box {
    padding: 30px 15px 0px 15px;
  }
}

#certification-1 .image-back .cont-text .text-box .text-head {
  font-size: 24px;
  font-weight: 450;
}

#certification-1 .image-back .cont-text .text-box .text-body {
  font-size: 36px;
  line-height: 1.3;
  font-family: 'Poppins-light';
  opacity: .7;
}

@media screen and (max-width: 480px) {
  #certification-1 .image-back .cont-text .text-box .text-body {
    font-size: 30px;
  }
}

#certification-1 .image-back .cont-text .text-box .text-body-1 {
  padding-top: 18px;
  margin-bottom: 28px;
  font-size: 18px;
  opacity: .7;
}

@media screen and (max-width: 480px) {
  #certification-1 .image-back .cont-text .text-box .text-body-1 {
    font-size: 17px;
  }
}

#certification-1 .image-back .cont-text .text-box .text-body-how-to {
  font-size: 18px;
  -webkit-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s;
  color: #ED3338;
  border-bottom: 1px solid #ED3338;
}

#certification-1 .image-back .cont-text .text-box .text-body-how-to img {
  -webkit-filter: grayscale(100%) brightness(100%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
          filter: grayscale(100%) brightness(100%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

#certification-1 .image-back .cont-text .text-box .text-body-how-to:hover {
  color: #00B0F0;
  border-bottom: 1px solid #00B0F0;
}

#certification-1 .image-back .cont-text .text-box .text-body-how-to:hover img {
  -webkit-filter: grayscale(100%) brightness(100%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
          filter: grayscale(100%) brightness(100%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
}

.konten {
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .konten {
    margin-top: 30px;
  }
}

.konten .baris-1 .gambar-1 {
  text-align: right;
  padding-right: 15px;
}

@media screen and (max-width: 480px) {
  .konten .baris-1 .gambar-1 {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .konten .baris-1 .gambar-1 {
    text-align: center;
  }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  .konten .baris-1 .gambar-1 {
    text-align: center;
    padding-right: 25px;
  }
}

.konten .baris-1 .deskripsi-1 {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .konten .baris-1 .deskripsi-1 {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .konten .baris-1 .deskripsi-1 {
    padding-left: 0;
    margin-top: 30px;
  }
}

.konten .baris-1 .deskripsi-1 .dsc-1 {
  opacity: .7;
  font-size: 48px;
  font-family: 'Poppins-light', sans-serif;
}

@media screen and (max-width: 480px) {
  .konten .baris-1 .deskripsi-1 .dsc-1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 576px) {
  .konten .baris-1 .deskripsi-1 .dsc-1 {
    text-align: center;
  }
}

.konten .baris-1 .deskripsi-1 .dsc-2 {
  opacity: .7;
  font-size: 18px;
  font-family: 'Poppins';
}

@media screen and (max-width: 576px) {
  .konten .baris-1 .deskripsi-1 .dsc-2 {
    text-align: center;
  }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  .konten .baris-1 .deskripsi-1 .dsc-2 {
    text-align: left;
  }
}

#intro .container {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  #intro .container {
    padding-top: 80px;
  }
  #intro .container .ord-loop:nth-child(odd) .map {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  #intro .container .ord-loop:nth-child(odd) .number {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #intro .container .ord-loop:nth-child(odd) .form {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 480px) {
  #intro .container {
    padding-top: 80px;
  }
  #intro .container .ord-loop:nth-child(odd) .map {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  #intro .container .ord-loop:nth-child(odd) .number {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #intro .container .ord-loop:nth-child(odd) .form {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 768px) {
  #intro .container .map {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  #intro .container .map {
    text-align: left;
  }
}

#intro .container .map .right {
  text-align: right;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #intro .container .map .right {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  #intro .container .map .right {
    font-size: 14px;
    text-align: left;
  }
}

#intro .container .map .right .regist {
  font-family: 'Poppins-light';
  font-size: 48px;
}

@media only screen and (max-width: 480px) {
  #intro .container .map .right .regist {
    font-size: 34px;
  }
}

#intro .container .map .right .text-one {
  font-family: 'Poppins';
  margin-top: 40px;
}

@media only screen and (max-width: 480px) {
  #intro .container .map .right .text-one {
    margin-top: 0px;
  }
}

#intro .container .map .right .text-two {
  font-family: 'Poppins';
  margin-top: 18px;
}

@media only screen and (max-width: 480px) {
  #intro .container .map .right .text-two {
    margin-top: 0px;
  }
}

#intro .container .number {
  margin-top: 44px;
}

@media screen and (max-width: 480px) {
  #intro .container .number {
    margin-top: 38px;
  }
}

#intro .container .number .circle {
  width: 36px;
  height: 36px;
  background: #00B0F0;
  opacity: 0.2;
  border-radius: 100%;
  margin-top: 40px;
}

@media only screen and (max-width: 480px) {
  #intro .container .number .circle {
    width: 24px;
    height: 24px;
  }
  #intro .container .number .circle:last-child {
    margin-top: 60px;
  }
}

#intro .container .number .circle .numb {
  font-size: 18px;
  font-weight: bold;
  padding-top: 3px;
  padding-left: 13px;
}

@media only screen and (max-width: 480px) {
  #intro .container .number .circle .numb {
    font-size: 14px;
    padding-top: 1px;
    padding-left: 8px;
  }
}

#intro .container .form {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  #intro .container .form img {
    display: block;
    margin: auto;
    width: 70%;
    margin-bottom: 40px;
  }
}

#intro .container .form img {
  display: block;
  margin: auto;
}

#get-certified-now hr {
  background-color: #00B0F0;
  height: 2px;
  margin: 0;
}

#get-certified-now .certified-image {
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  text-align: center;
  width: 100%;
}

#get-certified-now .certified-image .gradient {
  padding: 0;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

#get-certified-now .certified-image .gradient .certified-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  text-align: center;
  height: 550px;
}

#get-certified-now .certified-image .gradient .certified-box .pembungkus {
  margin: auto;
}

#get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-head {
  font-size: 48px;
  color: #FFFFFF;
  font-family: 'Poppins-light';
}

@media (max-width: 480px) {
  #get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-head {
    font-size: 34px;
  }
}

#get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-body {
  font-size: 18px;
  color: #FFFFFF;
}

#get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-button {
  margin-top: 60px;
  font-size: 18px;
  height: 60px;
  width: 40%;
  border-color: #00B0F0;
  background-color: #00B0F0;
  color: #FFFFFF;
  -webkit-box-shadow: 0 3px 10px #0080F040;
          box-shadow: 0 3px 10px #0080F040;
}

@media screen and (max-width: 1024px) {
  #get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-button {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-button {
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  #get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-button {
    width: 100%;
  }
}

#get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-button:hover {
  border-color: #0080F0;
  background-color: #0080F0;
  color: #FFFFFF;
}

#get-certified-now .certified-image .gradient .certified-box .pembungkus .certified-button:hover {
  -webkit-box-shadow: 0 3px 20px #0080F040;
          box-shadow: 0 3px 20px #0080F040;
}

#copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #222222;
}

#copyright .content-copyright {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
}

.left-registration .title {
  opacity: .7;
  font-size: 48px;
  font-family: 'Poppins-light';
  text-align: right;
  padding-right: 100px;
}

@media (max-width: 768px) {
  .left-registration .title {
    padding-right: 40px;
  }
}

@media (max-width: 480px) {
  .left-registration .title {
    font-size: 34px;
    padding-right: 0;
    text-align: center;
  }
}

@media (min-width: 481px) {
  .left-registration .mobile {
    display: none;
  }
}

@media (max-width: 480px) {
  .left-registration .website {
    display: none;
  }
}

.left-registration .list-content {
  text-align: right;
  font-family: 'Poppins';
  font-size: 18px;
  margin-top: 20px;
}

@media (max-width: 480px) {
  .left-registration .list-content {
    text-align: left;
  }
}

.left-registration .list-content .list {
  margin-top: 20px;
}

.left-registration .list-content .list .text {
  opacity: .7;
}

.left-registration .list-content .list .bulletnum {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  height: 35px;
  padding: .75%;
  text-align: center;
  border-radius: 50%;
  background-color: #E0F5FD;
  color: #00B0F0;
}

@media (max-width: 480px) {
  .left-registration .list-content .list .bulletnum {
    height: 30px;
    padding: 2px 5px;
  }
}
/*# sourceMappingURL=certificate.css.map */
