.homeSection1 .title{
  padding: 20px 25px 0px 25px; 
  background: url(../images/tw_pad/golf-course_2@2x.png) left top no-repeat;
  background-size: 70px 49px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.homeSection1 h1{
  letter-spacing: 0px;
}
.nav-lang{
  width: 155px;
  position: relative;
  border-radius: 5px;
  border: solid 1px #ffffff;
}
.nav-lang:hover{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.nav-lang img{
  width: 34px;
  margin-right: 10px;
}
.header .navbar .nav-item.nav-lang a{
  padding: 8px 0px 8px 20px;
  text-align: left;
}
.nav-lang:hover .lang-drop{
  display: block;
}
.sticky .nav-lang{
  border: solid 1px #333;
}
.sticky .lang-drop .nav-link{
  /*border: solid 1px #333;*/
  background-color: #FFF;
}
.sticky .lang-drop .nav-link :hover{
  background-color: #FFF;
  color: #666;
}

.lang-drop{
  display: none;
  width: 155px;
  position: absolute;
  top: 42px;
  left: -1px;
  border: solid 1px #ffffff;
  border-top: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.lang-drop .nav-link:hover{
  /*display: none;*/
  background-color: rgba(0,0,0,0.3);
}

.homeSection1-2 .divider{
  height: 1px;
  width: 100%;
  background-color: #979797;

}
.homeSection1-2{
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}
.homeSection1-2 h1{
  margin-top: 40px;
  padding: 10px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #000000;
  margin-bottom: 54px;
  background-color: #FFF;
}
.homeSection1-2 .row{
  text-align: center;
}
.homeSection1-2 .col-md-3{
  margin-bottom: 30px;
}
.homeSection1-2 .courseImg img{
  width: 260px;
}
.homeSection2 {
    background: url(../images/tw_pad/yani_bg.png) center 50px no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.homeSection6 h1{
  font-size: 32px;
}
.homeSection6 ul li{
  font-size: 16px;
}
.banner .subTitle{
  font-size: 24px;
}
.socialMedia{
  margin-bottom: 10px;
}
.socialMedia .fbIcon{
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/tw_pad/fb-icon@2x.png);
  background-size: 30px 30px;
}
.socialMedia .lineIcon{
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../images/tw_pad/line-icon@2x.png);
  background-size: 30px 30px;
}
.footer .contactBtn{
  font-size: 22px;
}
.footer p, .footer .addr p{
  font-size: 18px;
  text-align: left;
}
@media (max-width: 600px) {
  .homeSection1-2 h1{
    left: 30%;
  }
  .header .logo{
     background-size: 136px 38px;
  }
  .homeSection2 {
      background: url(../images/tw_pad/yani_bg.png) 70% top no-repeat;
      background-size: 300%;
      -webkit-background-size: cover;
      -moz-background-size: 900px 426px;
      -o-background-size: cover;
      padding-top: 380px;
  }
}

