.mobile-bar {
  display: none;
  margin-top: 10px;
  margin-right: 5px;
}
/* Overlay style */
.header{
  position: fixed;
  z-index: 99;
  width: 100%;
  /*padding-top: 12px;*/
  /*padding-bottom: 12px;*/
  background: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.header .logo{
  width: 100%; 
  max-width: 180px;
  margin-top: 0;
}
header .nav {
  display: flex;
  /*margin-top: 14px;*/
}
header .nav li {
  margin-right: 30px;
  position: relative;
}
.header .nav li a.nav-item {
  font-family: "PFDinTextProRegular";
  padding-bottom: 10px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 0.9rem;
  color: #333333;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #02166b;
  /* background: rgb(133, 170, 63);
  background: linear-gradient(
    45deg,
    rgba(133, 170, 63, 1) 0%,
    rgba(24, 118, 59, 1) 100%
    ); */
    z-index: 999;
  }

  /* Overlay closing cross */
  .overlay .overlay-close {
    position: absolute;
    right: 40px;
    top: 60px;
    border: none;
    /* background: url(../img/cross.png) no-repeat center center; */
    color: #fff;
    outline: none;
    z-index: 100;
  }
  .overlay .overlay-close i {
    color: #fff;
    font-size: 35px;
  }

  /* Menu style */
  .overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

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

/*
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 4);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
} 
*/

.overlay ul li {
  margin-top: 20px;
  margin-bottom: 20px;
}

.overlay ul li a {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "PFDinTextPro";
}

.nav-mobile {
  margin-top: 50px;
}

.submenu-mobile a {
  font-size: 23px !important;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #e3fcb1;
}

/* Effects */
.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}

.banner {
  background: url("../image/home-slider.jpg") no-repeat center center;
  background-size: auto;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

.banner .tri-red {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70vh;
}
.banner .wrapper {
  position: relative;
  margin-top: 28vh;
}
.text-left {
  text-align: left !important;
}
.banner h1 {
  color: #ffffff;
  font-size: 3.5rem;
  font-family: "PFDinTextProBold";
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-left: 25px;
}
.banner .tri-blue {
  background: url("../image/Home-03.png") no-repeat left center;
  /*background-size: auto;*/
  background-size: cover;
  /*padding-left: 50px;*/
  /*padding-left: 40px;*/
  padding-top: 5px;
  padding-bottom: 5px;
  /*padding-right: 50px;*/
  /*padding-right: 25%;*/
  width: 65%;
  color: #ffffff;
  font-size: smaller;
}

.about-us .wrapper h3 {
  color: #02166b;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-family: "PFDinTextProBold";
  margin-top: 7px;
}
.about-us .wrapper h2 {
  color: #02166b;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 2.3rem;
  line-height: 50px;
}
.about-us .wrapper p {
  color: #333333;
  font-size: 0.9rem;
  line-height: 25px;
}
b {
  font-family: "OpenSansBold";
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-main:hover {
  background: none;
  color: #fa2f2c;
}
.btn-main {
  border-radius: 0;
  border: 1px solid #fa2f2c;
  background: #fa2f2c;
  color: #ffffff;
  text-transform: none;
  margin-top: 0;
  font-weight: 900;
  font-size: 0.9rem;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 25px;
}
/*.about-us {
    padding-top: 40px;
    padding-bottom: 60px;
    }*/

    .slick-about .box {
      background-color: #0a4a9b;
      padding-top: 50px;
      padding-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px;
      width: 90%;
      margin: auto;
      color: #ffffff;
      min-height: 200px;
      position: relative;
    }
    .slick-about .box h4 {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 1.75rem;
      margin-bottom: 3px;
    }
    .slick-about .box hr {
      width: 50%;
      border-bottom: 7px solid #fa2f2c;
      top: -20px;
      left: 0px;
      position: absolute;
    }
    .slick-about .box a {
      text-decoration: underline;
      color: #ffffff;
      font-size: 0.9rem;
    }
    .slick-about img {
      margin-left: 5% !important;
      width: 90% !important;
      margin-top: 12px;
      display: block;
    }
    .slick-about .slick-prev {
      background: url("../image/Arrow Left.png") no-repeat center center;
      background-size: auto;
      background-size: contain;
      height: 30px;
      width: 30px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      /*left: 10px;*/
      opacity: 0.5;
    }

    .slick-about .slick-next {
      background: url("../image/Arrow Right.png") no-repeat center center;
      background-size: auto;
      background-size: contain;
      height: 30px;
      width: 30px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      /*right: 10px;*/
      opacity: 0.5;
    }

    .our-customer {
      background: url("../image/Home-12.jpg") no-repeat center center;
      background-size: auto;
      background-size: cover;
      padding-top: 120px;
      padding-bottom: 100px;
    }
    .our-customer h3 {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 1.5rem;
      letter-spacing: 2px;
      font-family: "PFDinTextProBold";
      margin-top: 7px;
    }
    .our-customer h2 {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1px;
      font-size: 2.3rem;
      line-height: 50px;
    }
    .our-customer p {
      color: #ffffff;
      font-size: 0.8rem;
      line-height: 22px;
    }

    .management-value {
      background: #383838;
      color: #ffffff;
      padding-top: 50px;
    }
    .management-value .wrapper {
      padding: 25px 0;
      border-top: 2px solid #fa2f2c;
      border-bottom: 2px solid #fa2f2c;
    }
    .management-value h3 {
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 1.5rem;
      letter-spacing: 1px;
      font-family: "PFDinTextProBold";
      margin-top: 7px;
    }
    .management-value p {
      font-size: 0.85rem;
    }
    .management-value hr {
      border-bottom: 6px solid #fa2f2c;
      position: absolute;
      width: 100%;
      margin-top: -2px;
    }

/*.our-clients {
    padding-top: 50px;
    padding-bottom: 30px;
    }*/
    .our-clients h3 {
      color: #02166b;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 1.5rem;
      letter-spacing: 1px;
      font-family: "PFDinTextProBold";
    }

    .slick-clients img {
      margin-left: 10% !important;
      width: 80% !important;
    }

    .slick-clients .slick-prev {
      background: url("../image/Arrow Left.png") no-repeat center center;
      background-size: auto;
      background-size: contain;
      height: 30px;
      width: 30px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      /*left: 10px;*/
      opacity: 0.5;
    }

    .slick-clients .slick-next {
      background: url("../image/Arrow Right.png") no-repeat center center;
      background-size: auto;
      background-size: contain;
      height: 30px;
      width: 30px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      /*right: 10px;*/
      opacity: 0.5;
    }


/*.about-top {
    padding-top: 125px;
    margin-bottom: 50px;
    }*/
    .about-top .title-absolute {
      position: absolute;
      top: 25%;
      z-index: 3;
      left: 50px;
    }
    .about-top .wrapper {
      position: relative;
    }

    .about-top .title-absolute h3 {
      color: #d70302;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 1px;
      font-size: 2rem;
    }
    .about-top .title-absolute h1 {
      color: #03166c;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 5px;
      font-size: 3.3rem;
    }

    .about-middle {
      min-height: 400px;
      background: url("../image/About-Us-02.jpg") no-repeat center center;
      background-size: auto;
      background-size: cover;
      position: relative;
    }
    .about-middle h3 {
      color: #ffffff;
      position: absolute;
      left: 50%;
      top: 50%;
      font-size: 3rem;
      letter-spacing: 7px;
      text-align: center;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
    }

    .about-vision {
      margin-top: 80px;
      margin-bottom: 40px;
    }
    .about-vision h3 {
      color: #03166c;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 1px;
      font-size: 2rem;
      margin-bottom: 0px;
    }
    .about-vision h1 {
      font-family: "PFDinTextPro";
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 3rem;
      margin-top: 40px;
      font-weight: 300;
      color: #03166c;
    }
    .about-vision hr {
      margin-top: 4px;
      border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
      border-bottom: 2px solid #d70302;
    }
/*.service-top {
    padding-top: 125px;
    }*/
    .service-top h3 {
      color: #d70302;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 1px;
      font-size: 2rem;
    }
    .service-top .bg-wrapper {
      background: url("../image/Our-Services-01.jpg") no-repeat center center;
      background-size: auto;
      background-size: cover;
      min-height: 500px;
    }
    .service-top h2 {
      color: #03166c;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 5px;
      font-size: 3.3rem;
      position: relative;
      top: -25px;
    }
    .service-bottom {
      margin-top: 100px;
    }
    .service-bottom h3 {
      color: #03166c;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 1px;
      font-size: 2rem;
      z-index: 3;
      position: relative;
      margin-bottom: 0;
    }
    .service-bottom hr {
      width: 150px;
      border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
      border-bottom: 2px solid #d70302;
      margin-top: 0;
      z-index: 3;
      position: relative;
    }
    .service-bottom h3.with-margin {
      margin-top: 100px;
      margin-bottom: 7px;
    }

/*.customer-top {
    padding-top: 125px;
    position: relative;
    }*/
    .customer-top .arrow {
      background: url("../image/Our-Customers-02.png") no-repeat center right;
      background-size: auto;
      background-size: cover;
      left: 0;
      width: 45%;
      position: absolute;
      padding-left: 15%;
      padding-top: 80px;
      height: 325px;
      bottom: -50px;
      z-index: 5;
      opacity: 0.9;
    }
    .customer-top .arrow h3 {
      color: #d70302;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 1px;
      font-size: 1.8rem;
      margin-bottom: 8px;
    }
    .customer-top .arrow h1 {
      color: #ffffff;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 5px;
      font-size: 3.2rem;
    }
    .customer-top .bg-wrapper {
      background: url("../image/Our-Customers-01.jpg") no-repeat center center;
      background-size: auto;
      background-size: cover;
      min-height: 500px;
    }
    .customer-bottom {
      margin-top: 100px;
      margin-bottom: 60px;
    }
    .customer-bottom h3 {
      color: #03166c;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 1px;
      font-size: 2rem;
      margin-bottom: 0px;
    }
    .customer-bottom hr {
      margin-top: 4px;
      border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
      border-bottom: 2px solid #d70302;
    }

/*.contact {
    padding-top: 150px;
    }*/
    .contact h3 {
      color: #d70302;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 1px;
      font-size: 2rem;
    }
    .contact h2 {
      color: #03166c;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 5px;
      font-size: 3.3rem;
      position: relative;
    }
    .contact input[type="text"], .contact input[type="email"] {
      resize: none;
      border-radius: 0;
      color: #000000;
      font-size: 0.85rem;
      padding: 8px 5px;
      font-family: "OpenSansBold";
    }

    .contact textarea {
      resize: none;
      border-radius: 0 !important;
      color: #000000;
      font-size: 0.85rem !important;
      height: 150px;
      padding: 8px 5px !important;
      font-family: "OpenSansBold";
    }

    .contact .bg-red {
      background: #fa2f2c;
      color: #ffffff;
      font-size: 0.9rem;
      padding: 7px 10px;
      margin-bottom: 11px;
      width: 80%;
      font-family: "PFDinTextProBold";
    }

/*footer {
    color: #414040;
    padding-top: 80px;
    }*/
    footer h3 {
      color: #02166b;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 1.5rem;
      /*letter-spacing: 1px;*/
      font-family: "PFDinTextProBold";
    }
    footer p {
      font-size: 0.85rem;
      line-height: 23px;
    }
    footer .bg-red {
      background: #fa2f2c;
      color: #ffffff;
      font-size: 0.9rem;
      padding: 7px 10px;
      margin-bottom: 11px;
      width: 80%;
    }
    footer .footer-bottom {
      padding: 15px 0;
      background: #122dcd;
      font-size: 0.75rem;
      color: #ffffff;
    }
    /* Overlay style */
    .overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #02166b;
  /* background: rgb(133, 170, 63);
  background: linear-gradient(
    45deg,
    rgba(133, 170, 63, 1) 0%,
    rgba(24, 118, 59, 1) 100%
    ); */
    z-index: 999;
  }

  /* Overlay closing cross */
  .overlay .overlay-close {
    position: absolute;
    right: 40px;
    top: 60px;
    border: none;
    /* background: url(../img/cross.png) no-repeat center center; */
    color: #fff;
    outline: none;
    z-index: 100;
  }
  .overlay .overlay-close i {
    color: #fff;
    font-size: 35px;
  }

  /* Menu style */
  .overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

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

/*
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 4);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
} 
*/

.overlay ul li {
  margin-top: 20px;
  margin-bottom: 20px;
}

.overlay ul li a {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "PFDinTextPro";
}

.nav-mobile {
  margin-top: 50px;
}

.submenu-mobile a {
  font-size: 23px !important;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #e3fcb1;
}

/* Effects */
.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
.btn-main-login-close:hover {
  background: none;
  color: #fa2f2c;
}
.btn-main-login-close {
  border-radius: 0;
  border: 1px solid #fa2f2c;
  background: #fa2f2c;
  color: #ffffff;
  text-transform: none;
  margin-top: 0;
  font-weight: 900;
  font-size: 0.9rem;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 25px;
}


.btn-main-login:hover {
  background: none;
  color: #02166b;
}
.btn-main-login {
  border-radius: 0;
  border: 1px solid #02166b;
  background: #02166b;
  color: #ffffff;
  text-transform: none;
  margin-top: 0;
  font-weight: 900;
  font-size: 0.9rem;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 25px;
}

.loginForm h4 {
  color: #02166b;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-family: "PFDinTextProBold";
}
.branch-top {
    margin-top: 125px;
    }
    .branch-top h3 {
      color: #d70302;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 1px;
      font-size: 2rem;
    }
    .branch-top h2 {
      color: #03166c;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 5px;
      font-size: 3.3rem;
      position: relative;
      top: -25px;
    }
    .branch-top .bg-wrapper {
      background: url("../image/branch.jpg") no-repeat center center;
      background-size: auto;
      background-size: cover;
      min-height: 500px;
    }

.branch-bottom {
  margin-top: 50px;
}
.branch-about .box {
  background-color: #0a4a9b;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 90%;
  margin: auto;
  color: #ffffff;
  min-height: 200px;
  position: relative;
}
.branch-about .box h5 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.75rem;
  margin-bottom: 10%;
  margin-top: -10%;
}
.branch-about h3 {
      color: #03166c;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 1px;
      font-size: 2rem;
      margin-bottom: 0px;
    }
    .branch-about hr {
      margin-top: 4px;
      border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
      border-bottom: 2px solid #d70302;
    }
.branch-about .box hr {
  width: 50%;
  border-bottom: 7px solid #fa2f2c;
  top: -7px;
  left: 0px;
  position: absolute;
}
.branch-about .box a {
  text-decoration: underline;
  color: #ffffff;
  font-size: 0.9rem;
}
.branch-about iframe {
  margin-left: 5% !important;
  width: 90% !important;
  margin-top: 12px;
  display: block;
}

.gallery-top {
  margin-top: 125px;
  position: relative; }
   .gallery-top .arrow {
    background: url("../image/Our-Customers-02.png") no-repeat center right;
    background-size: cover;
    width: 30%;
    position: absolute;
    height: 325px;
    bottom: -50px;
    z-index: 5;
    opacity: 0.9; }

    .gallery-top .arrow h3 {
      color: #fff;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 1px;
      font-size: 3.8rem;
      margin-bottom: 8px; 
      margin-top: -30px}
    .gallery-top .arrow h1 {
      color: #ffffff;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 5px;
      font-size: 3.2rem; }
.gallery-top .bg-wrapper {
    background: url("../image/gallery.jpg") no-repeat center center;
    background-size: cover;
    min-height: 500px; }

.gallery-bottom {
  margin-top: 100px;
  margin-bottom: 60px; }
  .gallery-bottom h5 {
    color: #03166c;
    text-transform: uppercase;
    font-family: "PFDinTextProBold";
    letter-spacing: 1px;
    font-size: 2rem;
    margin-bottom: 0px; }
  .gallery-bottom hr {
    margin-top: 4px;
    border: none;
    border-bottom: 2px solid #d70302; 
  }
  .gallery-bottom .isinya{
    border: 5px groove #03166c;
  }

  .karir-top {
  margin-top: 125px;
  position: relative; }

    .karir-top  h3 {
      color: #02166b;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 1px;
      font-size: 2.8rem;
      margin-bottom: 8px; 
      padding-top: 15%;
padding-left: 40%;
    }
    .karir-top .arrow h1 {
      color: #ffffff;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 5px;
      font-size: 3.2rem; }
.karir-top .bg-wrapper {
    background: url("../image/karir.jpg") no-repeat center center;
    background-size: cover;
    min-height: 400px; }

.karir-bottom {
  margin-top: 100px;
  margin-bottom: 60px; }
  .karir-bottom .isi {
  padding-top: 10px;
padding-bottom: 10px;
cursor: pointer; }
  .karir-bottom h5 {
    text-transform: uppercase;
    font-family: "PFDinTextProBold";}
  .karir-bottom hr {
    margin-top: 4px;
    border: none;
    border-bottom: 2px solid #d70302; 
  }

  .news-top {
  margin-top: 125px;
  position: relative; }

    .news-top  h3 {
      color: #02166b;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 1px;
      font-size: 2.8rem;
      margin-bottom: 8px; 
      padding-top: 15%;
padding-left: 40%;
    }
    .news-top .arrow h1 {
      color: #ffffff;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 5px;
      font-size: 3.2rem; }
.news-top .bg-wrapper {
    background: url("../image/news.jpg") no-repeat center center;
    background-size: cover;
    min-height: 400px; }

.news-bottom {
  margin-top: 50px;
  margin-bottom: 60px; }
  .news-bottom .isi {
  padding-top: 10px;
padding-bottom: 10px;
cursor: pointer; }
  .news-bottom h5 {
    text-transform: uppercase;
    font-family: "PFDinTextProBold";}
    .news-bottom .title {
      color: #03166c;
      text-transform: uppercase;
      font-family: "PFDinTextProBold";
      letter-spacing: 1px;
      font-size: 2rem;
      margin-bottom: 0px;
    }
  .news-bottom hr {
    margin-top: 4px;
    border: none;
    border-bottom: 2px solid #d70302; 
  }
  .news-bottom .created_date {
    letter-spacing: 1px;
    font-size: 0.6rem;
  }

  .list-berita{
    padding: 10px;
/*border: #c2c2c2 1px solid;*/
/*margin: 5px;*/
border-radius: 5px;
  }

  .list-berita:hover{
    background: #fff;
  }



   .whatsapp-chat-section{
  display: flex;
  justify-content: right;
}

.whatsapp-chat-section > .icon-section{
  background:#fa2b35;
  z-index: 999999;
  bottom: 50px;
  right: 20px;
  border-radius: 100px;
  position: fixed;
  z-index: 999;
  box-shadow: 0px 0px 30px
  rgba(0, 0, 0, 0.3);
  cursor: pointer;
  user-select: none;
  line-height: 1;
  overflow: hidden;
  min-width: 40px;
  max-width: 325px;
}
.whatsapp-chat-section > .icon-section > img{
  padding: 14px;
  height: 60px;
  width: 60px;
  background:rgba(0,0,0,0);
    filter: brightness(0) invert(1);
}
#whatsapp-chat-popup{
  position: fixed;
  z-index: 999;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  right: 15px;
  background:#fff;
  border-radius: 8px;
  overflow: hidden;
  max-width : 325px;
  max-height: 400px;
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  bottom:80px;
  font-weight: 600;
  /*margin-left: 20px;*/
}

#whatsapp-chat-popup .list-chat-section > .header-section{
  width: 325px;
  height: 170px;
  padding: 10px;
}

#whatsapp-chat-popup .chat-section > .header-section{
  width: 325px;
  height: 150px;
  padding: 10px;
}

#whatsapp-chat-popup .list-chat-section > .header-section > .close-chat-section {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  padding: 8px;
  cursor: pointer;
}

#whatsapp-chat-popup .list-chat-section > .header-section > .close-chat-section:hover {
  background-color: #d70302;
}

#whatsapp-chat-popup .chat-section > .header-section > .back-chat-section {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  padding: 8px;
  cursor: pointer;
}

#whatsapp-chat-popup .chat-section > .header-section > .back-chat-section:hover {
  background-color: #d70302;
}

#whatsapp-chat-popup .list-chat-section > .header-section > .header-avatar-section {
  display: flex;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  justify-content: center;
}

#whatsapp-chat-popup .list-chat-section > .header-section > .header-avatar-section > .avatar > img {
  position: relative;
  margin-left: -40px;
  left: 20px;
  border: 1px solid #fff;
  border-radius: 60px;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  display: inline-block;
  background-color:#fff;
  max-width: 60px;
}
#whatsapp-chat-popup .list-chat-section > .header-section > .header-desc-section {
  text-align: center;
  font-size: 14px;
  color:#fff;
  padding: 10px;
}
#whatsapp-chat-popup .list-chat-section > .header-section > .header-desc-section > p {
  color:#fff;   
  font-size: 14px;
}

#whatsapp-chat-popup .chat-section > .header-section > .header-avatar-section {
  display: flex;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  justify-content: center;
}

#whatsapp-chat-popup .chat-section > .header-section > .header-avatar-section > .avatar > img {
  position: relative;
  margin-left: -50px;
  left: 20px;
  border: 2px solid #fff;
  border-radius: 60px;
  vertical-align: middle;
  height: 75px;
  width: 75px;
  border-radius: 60px;
  display: inline-block;
  background-color: #fff;
  max-width: 75px;
}
#whatsapp-chat-popup .chat-section > .header-section > .header-desc-section {
  text-align: center;
  font-size: 14px;
  color:#fff;
  padding: 8px;
}

#whatsapp-chat-popup .chat-section > .header-section > .header-desc-section > h3{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.6;
}
#whatsapp-chat-popup .chat-section > .header-section > .header-desc-section > p{
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}
#whatsapp-chat-popup .chat-section > .header-section > .header-desc-section > p > i{
  font-size: 12px;
  color: #fff;
}

#whatsapp-chat-popup .list-chat-section >.chat-section{
  padding: 0;
  background:#fff;
  max-height: 225px;
  overflow-y: auto;
  overflow-x: hidden;
}
#whatsapp-chat-popup .list-chat-section >.chat-section > .cs-section:hover{
  background: rgba(0, 0, 0, 0.09);
  cursor: pointer;
}


#whatsapp-chat-popup .list-chat-section >.chat-section > .cs-section{
  height: 75px;
  width: 325px;
  max-width: 325px;
  /*padding: 5px*/
  padding-top: 20px;
padding-bottom: 20px;
}
#whatsapp-chat-popup .list-chat-section >.chat-section > .cs-section > .avatar{
  width: 25%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  float: left;
}
#whatsapp-chat-popup .list-chat-section >.chat-section > .cs-section > .avatar >img{ 
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  border-radius: 60px;

}
#whatsapp-chat-popup .list-chat-section >.chat-section > .cs-section > .profile {
  width: 75%;
  display: flex;
  text-align: left;
  height: 100%;
  display: inline-block;
  line-height: 1;
}
#whatsapp-chat-popup .list-chat-section >.chat-section > .cs-section > .profile > .position {
  font-size: 13px;
  line-height: 1.6;
}

#whatsapp-chat-popup .list-chat-section >.chat-section > .cs-section > .profile > .name {
  font-size: 18px;
  /*line-height: 1.6;*/
  margin-bottom: 0px;
  /*margin-top: -20px;*/
}

#whatsapp-chat-popup .list-chat-section >.chat-section > .cs-section > .profile > .status {
  font-size: 10px;
}

#whatsapp-chat-popup .list-chat-section >.chat-section > .cs-section > .profile > .status > .online {
  font-size: 8px;
  color:#0dc152;
}

#whatsapp-chat-popup .list-chat-section >.chat-section > .cs-section > .profile > .status > .offline {
  font-size: 8px;
  color:#fd1515;
}

#whatsapp-chat-popup .chat-section > .inside-chat-section{
  width: 325px;
  height: 150px;
  padding: 20px 15px;
  background-image: url('../image/bg_chat_whatsapp.jpg');
  background-size: cover;
}

#whatsapp-chat-popup .chat-section > .inside-chat-section > .chat{
  width: 250px;
  background-color:#e0fac4;
  margin-bottom: 15px;
  max-height: 75px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #2d2d2d;
}

#whatsapp-chat-popup .chat-section > .inside-chat-section > .chat > .inside-chat{
  max-width: 215px;
  font-size: 13px;
  margin-bottom: 5px;
}
#whatsapp-chat-popup .chat-section > .inside-chat-section > .chat > .time{
  width: 35px;
  height: 10px;
  float: right;
  margin-top: -7px;
  font-size: 9px;
  color: #aaa;
  margin-right: -7px;

}

#whatsapp-chat-popup .chat-section > .inside-chat-section > .chat > .time > span > img{
  width: 10px;
  height: 10px;
  float: right;
  margin-top: 1px;
  margin-right: -1px;
}

#whatsapp-chat-popup .chat-section > .box-chat-section{
  width: 325px;
  height: 50px;
  padding: 10px 10px 10px 20px;
}

#whatsapp-chat-popup .chat-section > .box-chat-section > .text{
  width: 90%;
  height: 30px;
  float: left;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: left;
}

#whatsapp-chat-popup .chat-section > .box-chat-section > .button-send{
  width: 10%;
  height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

#whatsapp-chat-popup .chat-section > .box-chat-section > .button-send > a > img{
  width: 15px;
  height: 15px;
}
#whatsapp-chat-popup .chat-section > .box-chat-section > .text > input.input-message-whatsapp{
  font-size: 14px;
  color:#666;
  width: 90%;
  font-weight: 600;
  border: 0px;
}