.custom-exhibition-ban {
  background: url(../images/k2.webp);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding: 120px 0 90px 0px;
}

.custom-exhibition-ban::before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.84;
  position: absolute;
}

.custom-exhibition-ban h1 {
  font-size: 3rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  font-weight: bold;
}

.custom-exhibition-ban p {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  line-height: 30px;
  padding: 30px 90px;
}

.btn-ban {
  display: block;
text-align: center; margin-top: 10px;}

.btn-ban a {
  color: #fff;
  background: #b60101;
  padding: 15px 60px;
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
}





.kitchen-interior-protfolio{ padding:60px 0px;}

.kitchen-interior-protfolio .ppt-inner{ margin:0px; padding:0px;}

.kitchen-interior-protfolio .ppt-inner .figure{  width:100%; }
.kitchen-interior-protfolio .ppt-inner .figure img{ width:100%; height:auto; }


.kitchen-interior-protfolio .ppt-inner ul{ display:flex; justify-content:space-between; flex-wrap:wrap;}
.kitchen-interior-protfolio .ppt-inner ul li{ flex: 0 0 49%; margin-bottom:25px;}

@media screen and (max-width:767px){
  .custom-exhibition-ban p{
    padding:30px 0;
  }
}