.bg-campaign{
  position: relative;
  text-align: center;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 1366px;
  margin: auto;
}
.mt-native-2{
  margin-top: -2px;
}

.bg-register{
  padding-top: 50px;
  background-image: url('../images/bg/kfc/bg_apply.jpg');
  min-height: 1106px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.bg-warning {
  padding-top: 50px;
  background-image: url('../images/bg/kfc/bg_warning.jpg');
  min-height: 1106px;
  background-size: cover;
  background-position: center;
}

.bg-thankyou {
  padding-top: 50px;
  background-image: url('../images/bg/kfc/bg_thankyou.jpg');
  min-height: 1106px;
  background-size: cover;
  background-position: center;
}
.bg-repeat{
  background-repeat: repeat;
  background-size: 70px;
  background-image: url('../images/bg/bg-repeat4.jpg');
  max-width: 1366px;
    margin: auto;
}
.ptb-3-5{
  padding: 2rem 0;
}
.bg-black{
  background-color: #000;
}
.filter-search{
  margin: auto;
  max-width: 1366px;
  background: linear-gradient( 
90deg
 , rgba(123,99,35,1) 0%, rgba(255,207,88,1) 50%, rgba(120,99,35,1) 100%);
    padding: 15px 0;
}
.filter-search h4{
  margin-bottom: 0;
  color: #000;
    margin-top: 5px;
}
.filter-search .form-control{
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.bg-campaign.section-3{
  background-color: #080402;
}
.section-3-title{
  max-width: 730px;
  width: 100%;
  padding: 10px;
}