@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif&display=swap');

body {
    padding: 0;
    margin: 0;
    background: #f2f6e9;
    font-family: 'Nunito', sans-serif;
}

.logo {
    float: left;
    margin-left: 11%;
  }
  
  .logo img {
    width: 162px;
    height: 35px;
  }
/*--- navigation bar ---*/


#mainNav {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #0877bf;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    font-size: 15px;
    font-weight: 400; */
  }
  
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  
  #mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
    color: #f4623a;
  }
  
  #mainNav .navbar-nav .nav-item .nav-link.active {
    color: #f4623a !important;
  } 

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  .mrg-nav {
    margin: 0 2%;
  }

/* ------------------------------- Jumbotron ------------------------ */
.jumbotron {
    background-image: url("../images/home.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 15%;
    padding-bottom: 15%;
    border-radius: 0;
}

.jumbotron h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 3.123rem;
    color: #fff;
}

.jumbotron p {
    font-family: 'Noto Serif', serif;
    color: white;
    font-size: 2rem;
}

.typed {
  color: #bf081c;
  font-weight: 700;
}
.overlay {
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

/*-----------------------------------------------------------------------------------*/
/*  about depan
/*-----------------------------------------------------------------------------------*/
#about {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    padding-top: 100px;
  }
  
  #about .div-img-bg {
    padding: 0 auto;
    /* border: 20px solid #b8a07e; */
  }
  
  #about .div-img-bg .about-img img {
    
    /* box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14); */
    display: block;
    margin-left: auto;
    margin-right:auto;
    width: 85%;
  }
  
  #about .about-descr .p-heading {
    padding-top: 2%;
    font-size: 1.25rem;
    text-align: left;
  }
  
  #about .about-descr .separator {
    max-width: 85%;
    margin-bottom: 0;
    text-align: left;
    font-size: .9rem;
  }

  .paddsection {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  @media (max-width: 767px) {

    /* About */

  #about .div-img-bg {
    padding: 0;
  }
  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }
  #about .about-descr .p-heading {
    font-size: 20px;
  }
  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
  }

  @media (min-width: 992px) {
    #mainNav {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: transparent;
    }
  
    #mainNav .navbar-nav .nav-item .nav-link {
      color: #fff;
      padding: 0 1rem;
    }
    #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #0877bf;
    }
    #mainNav .navbar-nav .nav-item:last-child .nav-link {
      padding-right: 0;
    }
    #mainNav.navbar-scrolled {
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      background-color:  #0877bf;
    }

    #mainNav.navbar-scrolled .navbar-brand:hover {
      color: #f4623a;
    }
    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
      color: #fff;
    }
    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
      color: #f4623a;
    }
  }

  .card-deck p {
    font-size: .8125rem;
  }

  /***** Footer *****/

.footer-top { padding: 60px 0; background: #bf5009; text-align: left; color: #fff; margin-top: 50px; }
.footer-top h3 { padding-bottom: 10px; color: #fff; }

.footer-about img.logo-footer { max-width: 162px; margin-top: 0; margin-bottom: 18px; }
.footer-about p a { color: #fff; border-bottom: 1px dashed #fff; }
.footer-about p a:hover, .footer-about p a:focus { color: #fff; border-color: #aaa; }

.footer-contact p { word-wrap: break-word; }
.footer-contact i { padding-right: 10px; font-size: 18px; color: #fff; }
.footer-contact p a { color: #fff; border-bottom: 1px dashed #fff; }
.footer-contact p a:hover, .footer-contact p a:focus { color: #fff; border-color: #aaa; }

.footer-social a { display: inline-block; margin-right: 20px; margin-bottom: 8px; color: #777; border: 0; }
.footer-social a:hover, .footer-social a:focus { color: #aaa; border: 0; }
.footer-social i { font-size: 24px; vertical-align: middle; }

.footer-bottom { padding: 15px 0; background: #bf5009; text-align: left; color: #fff; border-top-width: 1px; border-top-style: solid; border-top-color: #08bf50; }

.footer-copyright p { margin: 0; padding: 0.5rem 0; }
.footer-copyright a { color: #fff; border: 0; }
.footer-copyright a:hover, .footer-copyright a:focus { color: #aaa; }
.logo-support {
  width: 75px;
  height: 75px;
}

/* footer navbar */
.navbar { padding: 0; background: #444; backface-visibility: hidden; }

.navbar-dark .navbar-nav { font-size: 15px; color: #fff; font-weight: 400; }
.navbar-dark .navbar-nav .nav-link { color: #fff; border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #aaa; }
.navbar-dark .navbar-nav .nav-link:focus { color: #aaa; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; }

/*----------------------- News Page ------------------------------------------ */

.jumbotron-news {
  background-image: url("../images/home.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 10%;
  padding-bottom: 10%;
  border-radius: 0;
}

.jumbotron-news h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.123rem;
  color: #fff;
}

.jumbotron-news p {
  font-family: 'Noto Serif', serif;
  color: white;
  font-size: 2rem;
}

.paddding {
  padding-left:0 !important;
  padding-right:0 !important;
}

/*.animate-box {
  opacity:0;
}*/

.fh5co_heading {
  font-size:20px;color:#424040
}

.fh5co_heading_border_bottom {
  border-bottom:1px solid #777;
}

.fh5co_heading_border_top {
  border-top:1px solid #777;
}

.fh5co_news_img{
  height:200px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
  overflow:hidden;
  position:relative;
  top:0;
  -webkit-box-shadow:inset 0 2px 3px 1px;
  -moz-box-shadow:inset 0 2px 3px 1px;
  -o-box-shadow:inset 0 2px 3px 1px;
  box-shadow:inset 0 2px 3px 1px;
  -moz-transition:all all 0.5s ease;
  -o-transition:all all 0.5s ease;
  -webkit-transition:all all 0.5s ease;
  -ms-transition:all all 0.5s ease;transition:all all 0.5s ease
}
.fh5co_news_img > img {
  height:260px;
  min-width:100%;
}
  
.c_b{color:#424040}
.c_g{color:#777}
.c_m{color:#f5bc04}

.fh5co_small_post_heading {
  font-size:17px;
  color:#424040;
  -moz-transition:all all 0.5s ease;
  -o-transition:all all 0.5s ease;
  -webkit-transition:all all 0.5s ease;
  -ms-transition:all all 0.5s ease;
  transition:all all 0.5s ease
}

.fh5co_small_post_heading:hover {
  color:#777;
  text-decoration:none
}

.fh5co_hover_news_img:hover > .fh5co_news_img {
  top:-7px;-webkit-box-shadow:inset 0 2px 3px 1px;
  -moz-box-shadow:inset 0 2px 3px 1px;
  -o-box-shadow:inset 0 2px 3px 1px;
  box-shadow:inset 0 2px 3px 1px;
}

.fh5co_magna {
  font-size:16px;
  color:#222 !important;
  font-weight:800
}

.fh5co_mini_time {
  font-size:14px;
  color:#222;
  display:inline-block
}
            
.fh5co_consectetur {
  font-size:14px;
  color:#777;
}

/*----------------------- Corporate Overview Page ------------------------------------------ */

.jumbotron-overview {
  background-image: url("../images/home.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 10%;
  padding-bottom: 10%;
  border-radius: 0;
}

.jumbotron-overview h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.123rem;
  color: #fff;
}

.jumbotron-overview p {
  font-family: 'Noto Serif', serif;
  color: white;
  font-size: 2rem;
}

.overlay-overview:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.jumbotron-overview * {
  position: relative;
}

.fh5co_consectetur-overview {
  font-size:1.125rem;
  color:#424040;
}

/*-------------------------- Contact Us ----------------------------------*/
/*==================================================================
[ Contact more ]*/
.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;
  
}

.wrap-contact100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

.contact100-more {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 30px 15px 0px 15px;
}

.contact100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}



/*==================================================================
[ Form ]*/

.contact100-form {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 56px 55px 63px 55px;
}

.contact100-form-title {
  width: 100%;
  display: block;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 33px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 50%;
}

.rs2-wrap-input100 {
  border-left: none;
}

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none; 
  padding: 10px 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #666666;
  line-height: 1.2;
  padding: 0 25px;
}

input.input100 {
  height: 55px;
}


textarea.input100 {
  min-height: 139px;
  padding-top: 19px;
  padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #00ad5f;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 23px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 200px;
  height: 50px;
  border-radius: 2px;
  background: #00ad5f;

  font-family: Montserrat-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}

.icon-barx {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  right: 0;
  
}

.icon-barx a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-barx a:hover {
  background-color: #000;
}

.whatsapp {
  background: #25d366;
  color: white;
}

.email {
  background: #52bad5;
  color: white;
}

.modalx {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-social-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.closey {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closey:hover,
.closey:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modalx-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modalx-body {
  padding: 2px 16px;
}

.modalx-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

#contact-form .label{
  margin: 15px 0 10px;
}
#contact-form input, #contact-form textarea {
  padding: 10px 15px;
  border: solid 1px #e5e6e8;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  color: #404040;
  width: 100%;
  box-sizing: border-box;
}

#alert{
  display: none;
  margin: 15px 0 0;
  color: #808080;
}
#submit-btnx {
  margin: 20px auto 20px;
  padding: 10px 15px;
  width: 20%;
  background-color: #d54b4b;
  color: #ffffff;
  font-size: 0.8em;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#submit-btnx:hover{
  cursor: pointer;
}
.google-message{
  margin: 15px 0 0;
  color: #808080;
  font-size: 0.8em;
}
.google-message a{
  color: #808080;
}
.grecaptcha-badge {
  visibility: hidden;
}

.form-control.is-valid, .was-validated .form-control:valid
.form-control.is-invalid, .was-validated .form-control:invalid {
                background-image: none !important;
 }
 .tooltiptext {
  /*visibility: hidden;*/
  width: 125px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 200px;
  right: 110%;
  opacity: 0.4;
  font-size: 16px;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
.tooltipwa {
  /*visibility: hidden;*/
  width: 125px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 110%;
  opacity: 0.4;
  font-size: 16px;
}
.tooltipwa::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.tooltipwa2 {
  /*visibility: hidden;*/
  width: 125px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 75px;
  right: 110%;
  opacity: 0.4;
  font-size: 16px;
}
.tooltipwa2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.tooltipwa3 {
  /*visibility: hidden;*/
  width: 125px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 135px;
  right: 110%;
  opacity: 0.4;
  font-size: 16px;
}
.tooltipwa3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.email:hover .tooltiptext {
  visibility: visible;
}
.whatsapp:hover .tooltipwa .tooltipwa2 .tooltipwa3 {
  visibility: visible;
}
/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .contact100-form {
    width: 60%;
    padding: 56px 30px 63px 30px;
  }

  .contact100-more {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .contact100-form {
    width: 100%;
  }

  .contact100-more {
    width: 100%;
  }

  .pd-kiri {
    padding-left: 5rem;
  }

  .icon-barx {
    position: fixed;
    top: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    right: 20px;
  }
}

@media (max-width: 576px) {
  .contact100-form {
    padding: 56px 15px 63px 15px;
  }

  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
    border-top: none;
  }

  .jumbotron.pd-kiri {
    padding-left: 5rem;
  }

  .icon-barx {
    position: fixed;
    top: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    right: 10px;
    
  }
  #about-video {
    width: 100%;
    background: #f7f7f7;
    position: relative;
    height: 100%;
  }
  video {
    position: absolute;
    width: 390px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.flex-col-c-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.flex-w {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}

.p-b-47 {padding-bottom: 47px;}
.p-r-25 {padding-right: 25px;}
.txt1 {
  font-family: Poppins-Regular;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.txt2 {
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.6;
  color: #999999;
}

.txt3 {
  font-family: Poppins-Regular;
  font-size: 15px;
  line-height: 1.6;
  color: #00ad5f;
}

.flex-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.dis-none {display: none;}
.dis-block {display: block;}
.dis-inline {display: inline;}
.dis-inline-block {display: inline-block;}
.dis-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

/*------------------------- Product & Service ----------------------------*/

.card-style-bg {
  background-color: root;
}

@media (min-width:576px) {
  .card-columns {
    column-count: 2;
  }
}
@media (min-width:768px) {
  .card-columns {
    column-count: 3;
  }
}
@media (min-width:992px) {
  .card-columns {
    column-count: 4;
  }
}
@media (min-width:1200px) {
  .card-columns {
    column-count: 4;
  }
}

.modal-body {
  font-size: .8125rem;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0);
}

.pd-kiri {
  padding-left: 10rem;
}

/* ========================== Side Widgets =============================== */

.side-widget.open {
  margin-left: -85px;
}

.side-widget {
  width: 200px;
  z-index: 9;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  top: 75%;
  text-align: center;
  margin-left: -100px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  color: #fff;
}

.btn-s {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 50px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.btn-s.btn-blue-s:hover {
  background-color: #1f6fa6;
}

.btn-s.btn-blue-s {
  background-color: #2483c3;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a-s:hover, a-s:focus, a-s:active {
  text-decoration: none;
}

.widget-close:hover {
  color: #ccc;
}
.widget-close {
  color: #636363;
}
.widget-close {
  position: absolute;
  left: 3px;
  top: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}

#right-panel-link {
  position: absolute;
  top: 20px;
  right: 20px;
}

.jumbotron-iso {
  background-image: url("../images/home-iso.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 2%;
  padding-bottom: 15%;
  border-radius: 0;
  background-position:bottom;
  padding-left: 3%;
}

.jumbotron-iso h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.jumbotron-iso p {
  font-family: 'Noto Serif', serif;
  color: white;
  font-size: 1rem;
  text-align: center;
}

.overlay-iso:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
   width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.jumbotron-iso * {
  position: relative;
}

#about-video {
  width: 100%;
  height: 420px;
  background: #f7f7f7;
  padding-top: 1px;
  position: relative;
}

#video1 {
  position: absolute;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
}

#myVideo {
  top:0%;
  left:0%;
  height:100%;
  width:100%;
  overflow: hidden;
  object-fit: contain;
}