.dropbtn {
  display: inline-block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
}

.probootstrap-main-nav li.dropdown {
  display: inline-block;
}

.dropdown-content-product{
  min-width: 270px !important;
}

.dropdown-content {
  transition: top .3s ease-out;
  opacity: 0;
  top: 60px;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%), 3px 3px rgb(0 0 0 / 20%), 6px 6px rgb(0 0 0 / 15%), 9px 9px rgb(0 0 0 / 10%), -3px 3px rgb(0 0 0 / 20%), -6px 6px rgb(0 0 0 / 15%), -9px 9px rgb(0 0 0 / 10%);
  z-index: 9;
  border-radius: 5px;
  border-top: 2px solid #b2d430;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px !important;
  text-decoration: none;
  display: block;
  text-align: left;
  border: none !important;
}

.dropdown-content a:hover {background-color: #f5f5f5;}

.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  top: 45px;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus{
  transform: translateY(-3px);
  box-shadow: 0px 12px 20px 0px rgb(172 212 48 / 50%);
}

.contact_detail{
  color: #000;
}

.contact_detail:hover{
  color: #B2D430 !important;
}

#team .media-item .text {
  min-height: 350px;
  font-size: 18px;
}

.service {
  min-height: 350px;
}

.txtCenter {
  padding: 4pc 0;
}

@media screen and (max-width: 768px){
  .dropdown-content a{
    color: #000 !important;
  }

  .txtCenter {
    padding: 0;
  }
}