.page-title {
  background: url(../../images/business-banner.jpg) center center / cover no-repeat local;
  width: 100%;
  height: 500px;
  text-align: center;
  position: relative;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}




.bu-enter {
  margin-top: 0;
  padding-bottom: 230px;
  /*background: url("../../images/home-form-bg.jpg") no-repeat bottom center;*/
  /*background-size: 100% 294px;*/
  background: linear-gradient(white 0 40%, #231816 40% 100%);
}
.bu-enter > div > .mytitle-01 {
  padding-right: 30px;
  /*margin-top: 30px;*/
  max-width: 320px;
}
.bu-enter > div > .mytitle-01 > h3 {
  text-align: right;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 5px;
  text-wrap: nowrap;
  white-space: nowrap;
}
.bu-enter > div > .mytitle-01 > h3 > i {
  color: var(--primary-color);
  vertical-align: middle;
 }
.bu-enter > div > .mytitle-01 > h3 > i.flaticon-next:before {
  font-size: 36px;
}
.bu-enter > div > .mytitle-01 > h3:after {
  display: none;
}
.bu-enter > div > .mytitle-01 > h3 + span {
  text-align: right;
  letter-spacing: 2px;
  font-weight: 300;
}
.bu-enter > div > .mytitle-01 > .term-slider-nav {
  right: 30px;
  bottom:0;
}
.bu-enter .details {
  background: url("../../images/music-sy.png") no-repeat center top;
  background-size: auto 180%;
  margin-bottom: 0;
  height: 70px;
  overflow: hidden;
}
.bu-enter .details h3 {
  margin: 0 0 10px 0;
  width: 100%;
  line-height: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec-title {
  margin-top: -160px;
  margin-bottom: 100px;
}
.sec-title h2 {
  font-size: 1.6rem;
  font-weight: 400;
}

.business-icon > i {
  display: block;
  margin: 0 auto 30px auto;
  width: 60px;
  height: 60px;
}
.business-icon > i.bu-icon-01 {
  background: url("../../images/business-icon01.png") no-repeat center;
  background-size: contain;
}.business-icon > i.bu-icon-02 {
  background: url("../../images/business-icon02.png") no-repeat center;
  background-size: contain;
}.business-icon > i.bu-icon-03 {
  background: url("../../images/business-icon03.png") no-repeat center;
  background-size: contain;
}
.business-info {

}
.business-info .associates-right,
.business-info .associates-area-01,
.business-info .associates-left,
.business-info .associates-area{
  width: 50%;
}
.business-info .associates-area-01 > div,
.business-info .associates-area > div {
  max-width: 660px;
  padding-top: 60px;
  padding-bottom: 90px;
  padding-left: 15px;
  padding-right: 15px;
}
.business-info .associates-area-01 > div {
  float: right;
  background: linear-gradient(to right,white 0 60%, #f3f3f3 60% 100%);
}
.business-info .associates-area > div {
  text-align: right;
  background: linear-gradient(to right,#f3f3f3 0 40%,  white 40% 100%);
}
.cooperate-box h3,
.cooperate-box h4 {
  font-weight: normal;
}
.cooperate-box h3 {
  font-size: 32px;
}
.cooperate-box h4 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 2rem;
}
.cooperate-box div hr {
  width: 60px;
  margin-top: 15px;
  margin-right: 10px;
  border: 0;
  border-top: 2px solid var(--primary-color);
}
.cooperate-box li {
  line-height: 2rem;
}
.cooperate-box ul {
  width: 100%;
}
.flex-lg-align-right {
  flex-direction: row-reverse;
}
.flex-lg-align-right > hr {
  margin-right: 0 !important;
  margin-left: 10px;
  border: 0;
  border-top: 2px solid var(--primary-color);
}



.business-con {
  background: url("../../images/business-con-bg.jpg") center center / cover no-repeat local;
  padding: 60px 0;
}
.business-con h3,
.business-con h4 {
  text-align: center;
}
.business-con h3 i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  margin: 0 8px;
  vertical-align: middle;
}
.business-con form {
  width: 100%;
  max-width: 640px;
  margin: 30px auto;
}
.business-con form .form-group {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.business-con form .form-group label {
  width: 98px;
  color: #fff;
  margin-left: 20px;
}
.business-con form .form-group input,
.business-con form button{
  appearance: none;
  background: transparent;
  font-size: 1rem;
  color: white;
}
.business-con form .form-group input {
  border: none;
  padding: 30px 0;
  box-shadow: none;
}
.business-con form .form-group:hover {
  border-bottom: 1px solid var(--primary-color);
}
.business-con form  button {
  font-size: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin-top: 30px;
  line-height: inherit;
  height: 68px;
  width: 100%;
}
.business-con form button:hover {
  background: var(--primary-color);
  color: #fff;
  border: none;

}
.mt-90{
  margin-bottom: 90px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .associates-section .associates-left,
  .about-section .associates-right {
    display: block;
  }

}
@media  (max-width: 991px) {
  .page-title {
    height: 300px;
  }
  .bu-enter {
    margin-top: 0;
    padding-bottom: 30px;
    /*background: url(../../images/home-form-bg.jpg) no-repeat bottom center;*/
    /*background-size: 100% 124px;*/
    background: linear-gradient(white 0 44%, #231816 44% 100%);
  }
  .bu-enter > div > .mytitle-01 > h3 + span {
    display: none;
  }
  .sec-title {
    margin-top:0;
    margin-bottom: 30px;
  }
  .sec-title h2 {
    padding-top: 0;
    margin: 30px auto;
    line-height: 2.6rem;
    color: #2d201d;
    width: 80%;
  }
  .feature-section-s2 {
    padding-top:0;
    margin-bottom: 30px;
  }

  .business-title-section {
    margin-bottom: 30px;
  }

}
@media (max-width: 767px) {

  .bu-enter {
    margin-top: 0;
    padding-bottom:0;
    background: none;
  }
  .bu-enter > div > .mytitle-01 {
    max-width: 100%;
    margin-bottom: 0;
  }
  .bu-enter > div > .mytitle-01 > h3 {
    text-align: center;
  }
  .bu-enter > div > .mytitle-01 > h3 + span {
    display: none;
  }
  .bu-enter > div > .mytitle-01 > .term-slider-nav {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .business-info .associates-right {
    display: none;
  }

  .business-info .associates-area-01,
  .business-info .associates-area{
    width: 100%;
  }
  .business-info .associates-area-01 > div,
  .business-info .associates-area > div {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .business-info .associates-area-01 > div {
    float: none;
    width: 100%;
    background: linear-gradient(to right,white 0 50%, #f3f3f3 50% 100%);
  }
  .business-info .associates-area > div {
    float: none;
    width: 100%;
    background: linear-gradient(to right,#f3f3f3 0 50%,  white 50% 100%);
  }

  .sec-title {
    margin-top:0;
    margin-bottom: 30px;
  }
  .sec-title h2 {
    ppadding-top: 0;
    margin: 30px auto;
    line-height: 2rem;
    color: #2d201d;
    /*width: 80%;*/
    font-size: 1.2rem;
  }
}