/* ==== different section and slide ========================================= */
.content.main {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

  .content.main .sectionList {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }

    .sectionList section {
      display: none;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      bottom: 90px;
      overflow: hidden;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 1;
    }
      html.view_s .sectionList section {
        bottom: 21px;
      }
      body.section_home .sectionList section.home,
      body.section_news .sectionList section.news,
      body.section_gallery .sectionList section.gallery,
      body.section_download .sectionList section.download {
        display: block;
        z-index: 10;
      }


      section .slide {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 170px 30px 120px 30px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 21;
        opacity: 0;
        -webkit-transition: opacity 1s;
                transition: opacity 1s;
      }

      section .hd {
        position: relative;
        height: 1px;
        overflow: visible;
        top: 0px;
      }
      @media screen and (min-height: 600px) {
        section .hd {
          top: -10px;
        }
      }

          section .hd h1 {
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            text-align:center;
            color: #FFFFFF;
            font-size: 24px;
            font-weight: 100;
            letter-spacing: 8px;
            margin: 0px auto;
            text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
          }
            html[lang=en] section .slide .hd h1 {
              letter-spacing: 1px;
            }
            html.view_l section .slide .hd h1 {
              font-size: 38px;
            }

.file.selector {
  padding-left: 20px;
  padding-right: 20px;
}
.file.selector .itemList {
  max-width: 420px;
  height: 100%;
  min-height: 100px;
  margin: 0px auto;
}
  .file.selector .itemList li {
    margin-top: 10px;
  }
  .file.selector .itemList a,
  .file.selector .coming_soon_item {
    font-size: 18px;
    color: #FFFFFF;
    padding: 12px 30px 12px 30px;
    text-align: center;
    line-height: 1.4;
    font-weight: 100;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
  }

  .file.selector .itemList .icon.pdf {
    display: none;
    position: absolute;
    top: 5px;
    right: 60px;
    width: 26px;
    height: 26px;
  }





/*============================================================================*/
/*============================================================================*/

/* home section */
section.home .content {
  color: #FFFFFF;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 4px;
  opacity: 1;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.9), 1px 1px 5px rgba(0,0,0,0.7);
}
  html[lang=en] section.home .content {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  html.view_s section.home .content {
    height: auto;
    width: 100%;
    position: absolute;
    top: 21%;
  }
    html.view_s section.home .slide.intro .content {
      top: 33%;
    }
  html.view_s section.home .content .inner {
    padding: 10px 15px;
  }
  section.home .content .inner2 {
    position: absolute;
    font-size: 14px;
    letter-spacing: 0px;
  }
    html.view_s section.home .content .inner2 {
      right: 10px;
      margin-top: -20px;
    }
    html.view_l section.home .content .inner2 {
      right: 10px;
      bottom: 54px;
    }

  /* body.intro_done section.home .slide.intro .content {
    animation-name: kf_zoom_in;
    animation-delay: 1.5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
  }
    html.view_s section.home .slide.intro .content {
      top: 0px;
      height: 100%;
    } */

    section.home .content span.s1,
    section.home .content span.s2,
    section.home .content span.s3,
    section.home .content span.s4,
    section.home .content span.s5 {
      display: block;
      width: auto;
      margin: 8px 0px;
    }
    section.home .content strong {
      font-size: 32px;
      font-weight: 400;
      letter-spacing: 6px;
    }
      html[lang=en] section.home .content strong {
        font-size: 26px;
        letter-spacing: 0px;
      }
      html.view_s section.home .content strong {
        font-size: 24px;
      }
      html[lang=en] section.home .content * {
        letter-spacing: 0px;
        font-size: 18px;
      }

    html.view_l section.home .content span.s1,
    html.view_l section.home .content span.s2,
    html.view_l section.home .content span.s3,
    html.view_l section.home .content span.s4,
    html.view_l section.home .content span.s5 {
      position: relative;
    }

    html.view_l section.home .slide.intro .content .inner {
      position: absolute;
      right: 5%;
      top: 65%;
      width: 520px;
      height: 200px;
    }
    html.view_s section.home .slide.intro .content .inner {
      position: absolute;
      left: 5%;
      top: 55%;
      background: none;
    }
    section.home .slide.intro .content span.s1 {
      font-size: 28px;
    }
    section.home .slide.intro .content span.s2 {
      font-size: 16px;
      left: 50px;
    }
      html.view_s section.home .slide.intro .content span.s2 {
        font-size: 14px;
      }
    section.home .slide.intro .content span.s3 {
      font-size: 32px;
      left: 240px;
    }
      html[lang=en] section.home .slide.intro .content span.s1 {
        font-size: 26px;
      }
      html[lang=en] section.home .slide.intro .content span.s2 {
        font-size: 18px;
        left: 50px;
      }
      html[lang=en] section.home .slide.intro .content span.s3 {
        font-size: 18px;
        left: 140px;
      }
      html.view_s[lang=en] section.home .slide.intro .content span.s1 {
        font-size: 20px;
        margin-bottom: 0px;
      }
      html.view_s[lang=en] section.home .slide.intro .content span.s2 {
        font-size: 20px;
        left: 50px;
        margin-top: 0px;
      }
      html.view_s[lang=en] section.home .slide.intro .content span.s3 {
        font-size: 12px;
      }
      html.view_l section.home .slide.location .content span.s1,
      html.view_l section.home .slide.location .content span.s2 {
        margin: 0px;
      }

/* main visual */
  section.home .slide.intro .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: transform 2s;
            transition: transform 2s;
  }
    section.home .slide.intro .bg.panning {
      animation-name: kf_pan_left;
      animation-duration: 90s;
      animation-fill-mode: both;
      animation-timing-function: linear;
    }

  .pano {
    position: absolute;
    width: 4000px;
    height: 996px;
    left: -2000px;
    top: -498px;
    background-image: url('../images/pano_rev.jpg');
    background-position: center;
    background-repeat: no-repeat;
    transform: translate3d(-1200px, 160px, 0px);
    /* -webkit-transition: all 2s;
            transition: all 2s; */

  }



  section.home .bird_g {
    position: absolute;
    right: 30px;
    top: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
            transition: opacity 0.8s;
  }
    /* body.visual_zoom_in section.home .bird_g {
      opacity: 1;
    } */
html.view_s section.home {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/pano_rev.jpg');
}
  section.home .slide {
    opacity: 1;
    height: 5.556%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
  }
    html.view_s section.home .slide {
      background-image: none;
      background-color: rgba(88,157,51,0.9);
    }
    section.home .slide .main {
      position: relative;
      display: none;
      width: 100%;
      height: auto;
    }
      html.view_s section.home .slide .main[lang] {
        display: none;
      }
      html.view_s[lang=zh-Hant] section.home .slide .main[lang=zh-Hant],
      html.view_s[lang=zh-Hans] section.home .slide .main[lang=zh-Hans],
      html.view_s[lang=en] section.home .slide .main[lang=en],
      html.view_s section.home .slide .main {
        display: block;
      }
        .slide .main img {
          display: block;
          width: 100%;
          height: auto;
        }
        .slide .main .icon {
          position: absolute;
          display: block;
          right:6px;
          top:6px;
          width: 28px;
          height: 28px;
          background-color: #1d3e21;
          border-radius: 1000px;
        }


    section.home .slide .side {
      position: absolute;
      right: 0px;
      display: block;
      width: auto;
      height: 100%;
      background-color: #e6d9b6;
    }
      html.view_s section.home .slide .side {
        display: none;
      }
      .side img {
        display: none;
        width: auto;
        height: 100%;
        max-height: 766px;
      }
      html[lang=zh-Hant] .side img[lang=zh-Hant],
      html[lang=zh-Hans] .side img[lang=zh-Hans],
      html[lang=en] .side img[lang=en] {
        display: block;
      }
  section.home>.inner {
    position: relative;
    height: 1800%;
    -webkit-transition: transform 0.8s;
            transition: transform 0.8s;
  }
    html.view_l section.home>.inner {
      -webkit-transition: transform 1.5s;
              transition: transform 1.5s;
    }
  body.section_home.slide_intro section.home>.inner {
    transform: translate3d(0px, 0px, 0px);
  }
  body.section_home.slide_location section.home>.inner {
    transform: translate3d(0px, -5.56%, 0px);
  }
  body.section_home.slide_location2 section.home>.inner {
    transform: translate3d(0px, -11.12%, 0px);
  }
  body.section_home.slide_location3 section.home>.inner {
    transform: translate3d(0px, -16.67%, 0px);
  }
  body.section_home.slide_view section.home>.inner {
    transform: translate3d(0px, -22.23%, 0px);
  }
  body.section_home.slide_view2 section.home>.inner {
    transform: translate3d(0px, -27.78%, 0px);
  }
  body.section_home.slide_show_flat section.home>.inner {
    transform: translate3d(0px, -33.34%, 0px);
  }
  body.section_home.slide_show_flat2 section.home>.inner {
    transform: translate3d(0px, -38.89%, 0px);
  }
  body.section_home.slide_show_flat3 section.home>.inner {
    transform: translate3d(0px, -44.45%, 0px);
  }
  body.section_home.slide_show_flat4 section.home>.inner {
    transform: translate3d(0px, -50%, 0px);
  }
  body.section_home.slide_show_flat5 section.home>.inner {
    transform: translate3d(0px, -55.56%, 0px);
  }
  body.section_home.slide_show_flat6 section.home>.inner {
    transform: translate3d(0px, -61.12%, 0px);
  }
  body.section_home.slide_show_flat7 section.home>.inner {
    transform: translate3d(0px, -66.67%, 0px);
  }
  body.section_home.slide_show_flat8 section.home>.inner {
    transform: translate3d(0px, -72.23%, 0px);
  }
  body.section_home.slide_club section.home>.inner {
    transform: translate3d(0px, -77.78%, 0px);
  }
  body.section_home.slide_club2 section.home>.inner {
    transform: translate3d(0px, -83.34%, 0px);
  }
  body.section_home.slide_club3 section.home>.inner {
    transform: translate3d(0px, -88.89%, 0px);
  }
  body.section_home.slide_club4 section.home>.inner {
    transform: translate3d(0px, -94.45%, 0px);
  }
  html.view_l section.home .slide.location   {
    /* background-position: center bottom; */
    background-image: url('../images/gallery/p_location_p1_thumb.jpg');
  }
  html.view_l[lang=zh-Hant] section.home .slide.location2  {background-image: url('../images/gallery/p_location_p2_tc_thumb.jpg');}
  html.view_l[lang=zh-Hans] section.home .slide.location2  {background-image: url('../images/gallery/p_location_p2_sc_thumb.jpg');}
  html.view_l[lang=en]      section.home .slide.location2  {background-image: url('../images/gallery/p_location_p2_en_thumb.jpg');}
  html.view_l[lang=zh-Hant] section.home .slide.location3  {background-image: url('../images/gallery/p_location_p3_tc_thumb.jpg');}
  html.view_l[lang=zh-Hans] section.home .slide.location3  {background-image: url('../images/gallery/p_location_p3_sc_thumb.jpg');}
  html.view_l[lang=en]      section.home .slide.location3  {background-image: url('../images/gallery/p_location_p3_en_thumb.jpg');}
  html.view_l section.home .slide.view       {
    background-position: center top;
    background-image: url('../images/gallery/p_view_p1_thumb.jpg');
  }
  html.view_l section.home .slide.view2      {background-image: url('../images/gallery/p_view_p2_thumb.jpg');}
  html.view_l section.home .slide.show_flat  {background-image: url('../images/gallery/p_show_flat_p1_thumb.jpg');}
  html.view_l section.home .slide.show_flat2 {background-image: url('../images/gallery/p_show_flat_p2_thumb.jpg');}
  html.view_l section.home .slide.show_flat3 {background-image: url('../images/gallery/p_show_flat_p3_thumb.jpg');}
  html.view_l section.home .slide.show_flat4 {background-image: url('../images/gallery/p_show_flat_p4_thumb.jpg');}
  html.view_l section.home .slide.show_flat5 {
    background-position: center top;
    background-image: url('../images/gallery/p_show_flat_p5_thumb.jpg');
  }
  html.view_l section.home .slide.show_flat6 {background-image: url('../images/gallery/p_show_flat_p6_thumb.jpg');}
  html.view_l section.home .slide.show_flat7 {background-image: url('../images/gallery/p_show_flat_p7_thumb.jpg');}
  html.view_l section.home .slide.show_flat8 {background-image: url('../images/gallery/p_show_flat_p8_thumb.jpg');}
  html.view_l section.home .slide.club       {background-image: url('../images/gallery/p_club_p1_thumb.jpg');}
  html.view_l section.home .slide.club2      {background-image: url('../images/gallery/p_club_p2_thumb.jpg');}
  html.view_l section.home .slide.club3      {background-image: url('../images/gallery/p_club_p3_thumb.jpg');}
  html.view_l section.home .slide.club4      {background-image: url('../images/gallery/p_club_p4_thumb.jpg');}

  html.view_l body.section_home.slide_intro section.home .slide.location,
  html.view_l body.section_home.slide_location section.home .slide.location,
  html.view_l body.section_home.slide_location2 section.home .slide.location {
    background-image: url('../images/gallery/p_location_p1.jpg');
  }
  html.view_l[lang=zh-Hant] body.section_home.slide_location section.home .slide.location2,
  html.view_l[lang=zh-Hant] body.section_home.slide_location2 section.home .slide.location2,
  html.view_l[lang=zh-Hant] body.section_home.slide_location3 section.home .slide.location2 {
    background-image: url('../images/gallery/p_location_p2_tc.jpg');
  }
  html.view_l[lang=zh-Hans] body.section_home.slide_location section.home .slide.location2,
  html.view_l[lang=zh-Hans] body.section_home.slide_location2 section.home .slide.location2,
  html.view_l[lang=zh-Hans] body.section_home.slide_location3 section.home .slide.location2 {
    background-image: url('../images/gallery/p_location_p2_sc.jpg');
  }
  html.view_l[lang=en] body.section_home.slide_location section.home .slide.location2,
  html.view_l[lang=en] body.section_home.slide_location2 section.home .slide.location2,
  html.view_l[lang=en] body.section_home.slide_location3 section.home .slide.location2 {
    background-image: url('../images/gallery/p_location_p2_en.jpg');
  }
  html.view_l[lang=zh-Hant] body.section_home.slide_location2 section.home .slide.location3,
  html.view_l[lang=zh-Hant] body.section_home.slide_location3 section.home .slide.location3,
  html.view_l[lang=zh-Hant] body.section_home.slide_view section.home .slide.location3 {
    background-image: url('../images/gallery/p_location_p3_tc.jpg');
  }
  html.view_l[lang=zh-Hans] body.section_home.slide_location2 section.home .slide.location3,
  html.view_l[lang=zh-Hans] body.section_home.slide_location3 section.home .slide.location3,
  html.view_l[lang=zh-Hans] body.section_home.slide_view section.home .slide.location3 {
    background-image: url('../images/gallery/p_location_p3_sc.jpg');
  }
  html.view_l[lang=en] body.section_home.slide_location2 section.home .slide.location3,
  html.view_l[lang=en] body.section_home.slide_location3 section.home .slide.location3,
  html.view_l[lang=en] body.section_home.slide_view section.home .slide.location3 {
    background-image: url('../images/gallery/p_location_p3_en.jpg');
  }
  html.view_l body.section_home.slide_location3 section.home .slide.view,
  html.view_l body.section_home.slide_view section.home .slide.view,
  html.view_l body.section_home.slide_view2 section.home .slide.view {
    background-image: url('../images/gallery/p_view_p1.jpg');
  }
  html.view_l body.section_home.slide_view section.home .slide.view2,
  html.view_l body.section_home.slide_view2 section.home .slide.view2,
  html.view_l body.section_home.slide_show_flat section.home .slide.view2 {
    background-image: url('../images/gallery/p_view_p2.jpg');
  }
  html.view_l body.section_home.slide_view2 section.home .slide.show_flat,
  html.view_l body.section_home.slide_show_flat section.home .slide.show_flat,
  html.view_l body.section_home.slide_show_flat2 section.home .slide.show_flat {
    background-image: url('../images/gallery/p_show_flat_p1.jpg');
  }
  html.view_l body.section_home.slide_show_flat section.home .slide.show_flat2,
  html.view_l body.section_home.slide_show_flat2 section.home .slide.show_flat2,
  html.view_l body.section_home.slide_show_flat3 section.home .slide.show_flat2 {
    background-image: url('../images/gallery/p_show_flat_p2.jpg');
  }
  html.view_l body.section_home.slide_show_flat2 section.home .slide.show_flat3,
  html.view_l body.section_home.slide_show_flat3 section.home .slide.show_flat3,
  html.view_l body.section_home.slide_show_flat4 section.home .slide.show_flat3 {
    background-image: url('../images/gallery/p_show_flat_p3.jpg');
  }
  html.view_l body.section_home.slide_show_flat3 section.home .slide.show_flat4,
  html.view_l body.section_home.slide_show_flat4 section.home .slide.show_flat4,
  html.view_l body.section_home.slide_show_flat5 section.home .slide.show_flat4 {
    background-image: url('../images/gallery/p_show_flat_p4.jpg');
  }
  html.view_l body.section_home.slide_show_flat4 section.home .slide.show_flat5,
  html.view_l body.section_home.slide_show_flat5 section.home .slide.show_flat5,
  html.view_l body.section_home.slide_show_flat6 section.home .slide.show_flat5 {
    background-image: url('../images/gallery/p_show_flat_p5.jpg');
  }
  html.view_l body.section_home.slide_show_flat5 section.home .slide.show_flat6,
  html.view_l body.section_home.slide_show_flat6 section.home .slide.show_flat6,
  html.view_l body.section_home.slide_show_flat7 section.home .slide.show_flat6 {
    background-image: url('../images/gallery/p_show_flat_p6.jpg');
  }
  html.view_l body.section_home.slide_show_flat6 section.home .slide.show_flat7,
  html.view_l body.section_home.slide_show_flat7 section.home .slide.show_flat7,
  html.view_l body.section_home.slide_show_flat8 section.home .slide.show_flat7 {
    background-image: url('../images/gallery/p_show_flat_p7.jpg');
  }
  html.view_l body.section_home.slide_show_flat7 section.home .slide.show_flat8,
  html.view_l body.section_home.slide_show_flat8 section.home .slide.show_flat8,
  html.view_l body.section_home.slide_club section.home .slide.show_flat8 {
    background-image: url('../images/gallery/p_show_flat_p8.jpg');
  }
  html.view_l body.section_home.slide_show_flat8 section.home .slide.club,
  html.view_l body.section_home.slide_club section.home .slide.club,
  html.view_l body.section_home.slide_club2 section.home .slide.club {
    background-image: url('../images/gallery/p_club_p1.jpg');
  }
  html.view_l body.section_home.slide_club section.home .slide.club2,
  html.view_l body.section_home.slide_club2 section.home .slide.club2,
  html.view_l body.section_home.slide_club3 section.home .slide.club2 {
    background-image: url('../images/gallery/p_club_p2.jpg');
  }
  html.view_l body.section_home.slide_club2 section.home .slide.club3,
  html.view_l body.section_home.slide_club3 section.home .slide.club3,
  html.view_l body.section_home.slide_club4 section.home .slide.club3 {
    background-image: url('../images/gallery/p_club_p3.jpg');
  }
  html.view_l body.section_home.slide_club3 section.home .slide.club4,
  html.view_l body.section_home.slide_club4 section.home .slide.club4 {
    background-image: url('../images/gallery/p_club_p4.jpg');
  }

  html.view_l section.home .slide.location .content .inner {
    position: absolute;
    color: #1d3e21;
    right: 10%;
    top: 11%;
    width: 420px;
    height: 150px;
    text-shadow: none;
  }
    html.view_l section.home .slide.location .content span.s2 {
      left: 25px;
    }
      html.view_l[lang=en] section.home .slide.location .content span.s2 {
        left: 140px;
      }

  html.view_l section.home .slide.location2 .content .inner {
    position: absolute;
    left: 5%;
    top: 55%;
    width: 500px;
    height: 200px;
  }
    html.view_l section.home .slide.location2 .content span.s2 {
      margin-top: 20px;
    }
    html.view_l section.home .slide.location2 .content span.s2,
    html.view_l section.home .slide.location2 .content span.s3 {
      font-size: 18px;
    }
  html.view_l section.home .slide.location3 .content .inner {
    position: absolute;
    right: 250px;
    bottom: 15%;
    width: 400px;
    height: 150px;
  }
  html.view_l section.home .slide.view .content .inner {
    position: absolute;
    right: 10%;
    bottom: 15%;
    width: 280px;
    height: 100px;
  }
    html.view_l section.home .slide.view .content span.s2 {
      left: 100px;
      margin-top: 16px;
    }
      html.view_l[lang=en] section.home .slide.view .content span.s2 {
        left: 40px;
      }
  html.view_l section.home .slide.view2 .content .inner {
    position: absolute;
    left: 10%;
    top: 60%;
    width: 500px;
    height: 150px;
  }
    html.view_l section.home .slide.view2 .content span.s2 {
      margin-top: 20px;
    }
      html.view_l[lang=en] section.home .slide.view2 .content span.s2 {
        margin-top: 0px;
      }
  html.view_l section.home .slide.show_flat .content .inner {
    position: absolute;
    right: 10%;
    top: 20%;
    width: 300px;
    height: 150px;
  }
  html.view_l section.home .slide.show_flat2 .content .inner {
    position: absolute;
    color: #ad8316;
    left: 42%;
    top: 15%;
    width: 420px;
    height: 100px;
    text-shadow: none;
  }
    html.view_l[lang=en] section.home .slide.show_flat2 .content .inner {
      left: 36%;
    }
  html.view_l section.home .slide.show_flat3 .content .inner {
    position: absolute;
    color: #ad8316;
    left: 25%;
    top: 15%;
    width: 420px;
    height: 100px;
    text-shadow: none;
  }
    html.view_l[lang=en] section.home .slide.show_flat3 .content .inner {
      left: 20%;
      top: 12%;
    }
    html.view_l section.home .slide.show_flat3 .content span.s2 {
      left: 50px;
    }
  html.view_l section.home .slide.show_flat4 .content .inner {
    position: absolute;
    left: 5%;
    top: 25%;
    width: 500px;
    height: 100px;
  }
    html.view_l section.home .slide.show_flat4 .content .inner span.s2 {
      margin-top: 20px;
      left: 140px;
    }
    html.view_l[lang=en] section.home .slide.show_flat4 .content .inner span.s1 {
      margin-bottom: 0px;
    }
    html.view_l[lang=en] section.home .slide.show_flat4 .content .inner span.s2 {
      margin-top: 0px;
      left: 30px;
    }
    html.view_l[lang=en] section.home .slide.show_flat4 .content .inner span.s3 {
      left: 260px;
    }

  html.view_l section.home .slide.show_flat5 .content .inner {
    position: absolute;
    left: 10%;
    top: 65%;
    width: 400px;
    height: 150px;
  }
    html.view_l section.home .slide.show_flat5 .content span.s2 {
      margin-top: 12px;
      left: 140px;
    }
    html.view_l[lang=en] section.home .slide.show_flat5 .content span.s2 {
      left: 0px;
    }
  html.view_l section.home .slide.show_flat6 .content .inner {
    position: absolute;
    right: 5%;
    top: 10%;
    width: 300px;
    height: 150px;
  }
  html.view_l section.home .slide.show_flat7 .content .inner {
    position: absolute;
    right: 5%;
    top: 20%;
    width: 500px;
    height: 150px;
  }
    html.view_l[lang=en] section.home .slide.show_flat7 .content .inner {
      right: 0%;
      top: 20%;
    }
    html.view_l section.home .slide.show_flat7 .content span.s2 {
      margin-top: 12px;
      left: 110px;
    }
    html.view_l[lang=en] section.home .slide.show_flat7 .content span.s2 {
      left: 0px;
    }
  html.view_l section.home .slide.show_flat8 .content .inner {
    position: absolute;
    color: #1d3e21;
    left: 20%;
    top: 15%;
    width: 500px;
    height: 150px;
    text-shadow: none;
  }
  html.view_l section.home .slide.club .content .inner {
    position: absolute;
    color: #896d43;
    left: 45%;
    top: 10%;
    width: 400px;
    height: 150px;
    text-shadow: none;
  }
    html.view_l[lang=en] section.home .slide.club .content .inner {
      left: 45%;
      top: 10%;
    }
    html.view_l section.home .slide.club .content span.s2 {
      margin-top: 12px;
      left: 200px;
    }
      html.view_l[lang=en] section.home .slide.club .content span.s2 {
        margin-top: 0px;
        left: 50px;
      }

  html.view_l section.home .slide.club2 .content .inner {
    position: absolute;
    color: #896d43;
    left: 55%;
    top: 15%;
    width: 350px;
    height: 150px;
    text-shadow: none;
  }
    html.view_l section.home .slide.club2 .content span.s2 {
      left: 100px;
    }
  html.view_l section.home .slide.club3 .content .inner {
    position: absolute;
    left: 60%;
    bottom: 10%;
    width: 350px;
    height: 150px;
  }
    html.view_l section.home .slide.club3 .content span.s2 {
      left: 100px;
    }
      html.view_l[lang=en] section.home .slide.club3 .content span.s2 {
        left: 40px;
      }
  html.view_l section.home .slide.club4 .content .inner {
    position: absolute;
    color: #1d3e21;
    left: 65%;
    top: 15%;
    width: 350px;
    height: 150px;
    text-shadow: none;
  }




/*============================================================================*/

/* gallery section */
section.gallery {
}
  section.gallery>.inner {
    height: 400%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/gallery_bg.jpg');
    -webkit-transition: transform 0.8s;
            transition: transform 0.8s;
  }
    body.section_gallery.slide_video section.gallery>.inner {
      transform: translate3d(0px, 0px, 0px);
    }
    body.section_gallery.slide_photo section.gallery>.inner {
      transform: translate3d(0px, -25%, 0px);
    }
    body.section_gallery.slide_promo section.gallery>.inner {
      transform: translate3d(0px, -50%, 0px);
    }
    body.section_gallery.slide_floorplan section.gallery>.inner {
      transform: translate3d(0px, -75%, 0px);
    }
    section.gallery>.inner>.slide {
      opacity: 1;
      height: 25%;
      padding-left: 0px;
      padding-right: 0px;
      position: relative;
    }

section.gallery .hd {
  top: -70px;
}
  section.gallery .slide.video .hd,
  section.gallery .slide.promo .hd {
    top: -10px;
  }
  section.gallery .slide.photo .hd h1,
  section.gallery .slide.promo .hd h1,
  section.gallery .slide.floorplan .hd h1 {
    color: #000000;
    text-shadow: none;
  }
section.gallery .dropdown {
  position: relative;
  overflow:visible;
  height: 1px;
  top: -60px;
  width: 100%;
  padding: 0px 30px;
}
  section.gallery .slide.photo .dropdown {
    padding: 0px 70px;
  }
section.gallery .dropdown .dropdown-toggle {
  display: block;
  font-size: 16px;
  font-weight: 100;
  position: relative;
  width: 100%;
  max-width: 540px;
  color: #315a30;
  background-color: #FFFFFF;
  padding: 10px;
  margin: 0px auto;
  border-radius: 10px;
  border: solid 2px #60936f;
}
  section.gallery .dropdown .dropdown-menu {
    width: 98%;
    max-width: 540px;
    margin-top: 0px;
    border: none;
    border-radius: 10px;
    background-color: #315a30;
  }
  section.gallery .dropdown .dropdown-item {
    font-size: 16px;
    font-weight: 100;
    color: #FFFFFF;
    text-align: center;
  }
  section.gallery .dropdown .dropdown-item:hover {
    color: #315a30;
  }
  section.gallery .dropdown .dropdown-toggle:after {
    border:none;
    position: absolute;
    right: 20px;
    top: calc(50% - 12px);
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/arrow_green_down.png');
    background-color: #cad7cf;
    border-radius: 200px;
  }
  section.gallery .file.selector .itemList {
    display: none;
  }
    section.gallery .file.selector .active.itemList {
      display: block;
    }


section.gallery .file.selector .itemList a,
section.gallery .file.selector .coming_soon_item {
  background-color: rgba(36,70,38,0.75);
}
section.gallery .file.selector .itemList a:hover {
  color:#1f3e1f;
}
section.gallery .actionBar {
  text-align: center;
  margin-top: 20px;
}
section.gallery #videoContainer {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
  section.gallery #videoContainer video {
    display: none;
  }
  section.gallery #videoContainer .playBtn {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/play_btn.png');
    background-size: contain;
  }
  html.view_s section.gallery #videoContainer video {
    display: block;
  }
  html.view_s section.gallery #videoContainer .playBtn {
    display: none;
  }
  #videoInner {
    max-width: 1024px;
  }



/* photo */
section.gallery .slide.photo .carousel_itemList>.caro {
  display: none;
}
section.gallery .slide.photo .carousel_itemList>.active.caro {
  display: block;
}
section.gallery .caro .pic.selector>.itemList>li.active a:after {
  content: " ";
  position: absolute;
  display: block;
  right:10px;
  top:6px;
  padding: 0px;
  margin: 0px;
  width: 28px;
  height: 28px;
  border-radius: 1000px;
  background-color: #1d3e21;
  background-image: url('../images/icon_mag.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;

}



/* gallery section promo */
section.gallery .slide.promo a {
  display: block;
}
  section.gallery .slide.promo a img {
    width: 100%;
    padding: 0px 6%;
  }


/*============================================================================*/


/* news section */
section.news .slide {background-image: url('../images/news_bg.jpg');}
section.news .file.selector .itemList a,
section.news .file.selector .coming_soon_item {
  background-color: rgba(195,142,22,0.75);
}
section.news .file.selector .itemList a:hover {
  color:#8d6c3e;
}

/* download section */
body.section_download.slide_brochure section.download .slide.brochure,
body.section_download.slide_price_list section.download .slide.price_list,
body.section_download.slide_arrangement section.download .slide.arrangement,
body.section_download.slide_transaction section.download .slide.transaction,
body.section_download.slide_deed section.download .slide.deed,
body.section_download.slide_aerial section.download .slide.aerial,
.slide.active {
  opacity: 1;
  z-index: 30;
}

section.download .slide.brochure    {background-image: url('../images/download_bg1.jpg');}
section.download .slide.price_list  {background-image: url('../images/download_bg2.jpg');}
section.download .slide.arrangement {background-image: url('../images/download_bg3.jpg');}
section.download .slide.transaction {background-image: url('../images/download_bg4.jpg');}
section.download .slide.deed        {background-image: url('../images/download_bg5.jpg');}
section.download .slide.aerial      {background-image: url('../images/download_bg6.jpg');}

section.download .file.selector .itemList a,
section.download .file.selector .coming_soon_item {
  background-color: rgba(195,142,22,0.75);
}
section.download .file.selector .itemList a:hover {
  color:#8d6c3e;
}
