.banner .title {
    color: #FFF;
    font-size: 30px;
    font-weight: bolder;
    line-height: 36px;
}
.banner .subTitle{
  font-size: 22px;
  margin-top: 30px;
  line-height: 30px;
}
.banner img.cmykLogo{
  width: 120px;
}
.lang-drop{
  top: 52px;
}
.homeSection2 .title{
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .banner{
    top: -80px;
    min-height: 650px;
    background: url(../images/jp_pad/banner_bg.png) center bottom no-repeat;
    background-size: 360%;
    margin-bottom: -20px;
  }
}

.header .navbar .nav-item a{
  padding: 10px 15px;
}