html {    overflow-x: hidden;}
body {
  background-color: #fff;
  color: #fff;
  /*font-family: 'Noto Sans TC', sans-serif;*/

  font-family: 'Noto Serif TC', serif;
  font-weight: 400;
  line-height: 2;
  overflow-x: hidden;
    width: 100%;
}
img {
  max-width: 100%;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }


@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1400px; } }
section {
  padding: 120px 0;
}
p {
  font-size: 15px;
}
h2 {
  font-size: 36px;
  font-weight: bold;
}
.flex {
  display: flex;
}
.text-center {
  text-align: center;
}
ul {
  padding-left: 20px;
}
li {
  line-height: 2.2
}
.en {
  font-size: 14px;
}
.section {
  padding: 120px 0;
}
.kv {
  position: relative;
  background-image: url(../img/kv-banner.png);
  background-size: cover;
  height: 100vh;
  background-position: center center;
}

.kv-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #614c3f;
  background: rgba(255, 255, 255, .6);
  text-align: center;
  padding: 32px 40px;
}
.kv-text p {
    letter-spacing: 3px; 
    font-size: 17px;
    line-height: 1.8;
}
.kv-text p span {
  letter-spacing: 8px;
      font-family: sans-serif;
}
.kv-text img {
  width: 92px;
}
img {
  max-width: 100%;
      max-height: 100%;
}
.s1 {
  position: relative;
  min-height: 900px;
  background-image: url(../img/s2-bg.png),url(../img/s2-people.png) ;
  background-size: auto 100% , cover;
  background-position: right top, center;
  background-repeat: no-repeat, no-repeat;
  display: flex;
  align-items: center;
  padding-top: 100px;
}
.s1 h2 {
  color: #b4a992;
  position: relative;
}
.s1 .text {
      align-items: center;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    margin-top: 40px;
}
.s1 .text * {
  width: 100%
}
.s1 img {

  padding-left: 20px;
  padding-right: 20px;
}
.s1 .text-img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.s1 h2 img {
  width: 44px;
  max-width: 44px;
  position: absolute;
  margin-top: -36px;
  margin-left: -20px;
  height: 44px;
    padding: 0;
}
.s1 h1 {
display: flex;
    align-items: flex-end;
      font-size: 52px;
  margin-bottom: 20px;
}
.s1 h1 small {
    font-size: .6em;
    display: inline-block;
    margin-left: 16px;
}
.s1 h4 {
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.s2 {
  background-image: url(../img/s3-bg2.png), url(../img/s3-bg1.jpg);
  background-size: 80% auto, cover;
  background-position: center bottom, center;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  z-index: 1;
}
.s3-title {
  color: #4c4948;
  line-height: 1.7;
  padding-left: 16px;
  border-left: 12px solid #00396d;
  font-weight: 300;
}
.s3-title b {
  font-weight: 700;
}
.s3-block {
  margin: 80px 0 180px;
}
.s3-block .text{
      background: #416ba9;
    text-align: center;
    padding: 28px 12% 20px;
     background-image: url(../img/s3-imgicon.png);
     background-repeat: no-repeat;
     background-position: center;
     background-size: auto 94%;
}
.s3-2-block .img {
  width: 120px;
  height: 120px;
  background-color: #fff;
  padding:16px;
  border-radius: 99rem;
  margin: 0 auto 20px;
  display: inline-flex;
    align-items: center;
    justify-content: center;
}
.s3-2-block  img {
  width: 80%;
}
.s3-2-block {
  color: #4c4948;
}
.s3-2-block .item {
  margin-top: 80px;
}
.s3-2-block .item .col-sm-6 {
  margin-bottom: 50px;
}
.s3 {

  background-image: url(../img/s4-bg3.png), url(../img/s4-people.png), url(../img/s4-bg2.png), url(../img/s4-bg.png);
  background-size: auto 100%, auto 92%, auto 54%,cover;
  background-position: right center,right bottom, 2% center, center;
  background-repeat: no-repeat, no-repeat, no-repeat,no-repeat;
}

.s4 {
  background-image: url(../img/s3-bg1.jpg);
  background-size: cover;
}
.s4 h2  {
  color: #4c4948;
  margin-bottom: 80px;
}
.s4 .item  {
  position: relative;
  color: #4c4948;
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
  padding: 20px 36px 8px 60px;
  position: relative;
  height: 100%;
}
.s4 .bg-img {
  width: 36px;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
h2 img {
  width: 80px;
  margin-top: -12px;
  margin-right: 12px;
}
.s4 .item p {
  color: #4c4948; 
  text-align: justify;
  line-height:2;
  min-height: 10rem;
}
.s4 .item h5 {
  color: #416ba9;
}
.s4 .item .header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.s4 .item .header  img {
  margin-right: 20px;
  width: 120px;
}
.s4 .row {
  margin-right: -40px;
  margin-left: -40px;
}
.s4 .col-md-6 {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 60px;
}
.s5 {
  background-image: url(../img/s6-bg.png);
  background-size: cover;
}
.s5  h2 {
  margin-bottom: 80px;
}
.s5 .item {
  position: relative;
      background: #fff;
    border-radius: 20px;
      padding: 0 24px 20px;
}
.s5 .item:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 20px;
  background-image: url(../img/s6-icon2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.s5 h4 {
  color: #9a8d6f;
  text-align: center;    
  background: #fff;
    border-radius: 20px;
    padding: 24px 0 8px;

}
.s5 .item img {
  width: 100%;
}
.s5 h5 {
 color: #9a8d6f;
 font-size: 16px;
}
.s5 .name {
      display: flex;
    padding: 16px 0px 8px;
    justify-content: space-between;
}
.s5 p {
      border-top: 1px solid #9a8d6f;
    padding-top: 16px;
    color: #221815;
    line-height: 2;
    min-height: 14rem;
    overflow: hidden;
}
.s5 .btn {
  width: 100%;
    color: #9a8d6f;
    border: 1px solid #9a8d6f;
    border-radius: 0;
        font-size: 20px;
    padding: 8px 12px;
}
.s5 .btn:hover {
  background:  #9a8d6f;
  color: #fff;
}
footer {
  background: #fff;
  padding: 80px 0 72px;
  font-family: sans-serif;
  color: #3e3a39;
  font-size: 13px;
}
footer .footer-logo {
  width: 220px;
  margin-right: 20px;
}
.footer-icon img {
  width: 24px;
  height:24px;
  margin-left: 16px;
  margin-bottom: 8px;
}
footer .text-left .flex {
  align-items: center;
}
.hamburger__icon, 
.hamburger__icon:before, 
.hamburger__icon:after {
    background-color: #fff;
}
.hamburger {
  left: auto;
  right: 8px;
  display: none;
      position: fixed;
    top: 30px;
}
.fat-nav li a {
  text-decoration: none;
    font-size: 18px;
    font-family: sans-serif;
    letter-spacing: 2px;
}
nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  padding: 30px 5%;
}
nav .logo {
  width: 160px;
}
.desk-nav {
      display: inline-block;
    margin-left: 30px;
}
.desk-nav ul li {
  list-style: none;
  display: inline;
  margin-right: 20px;
}
.desk-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-family: sans-serif;
}
.s1 .text-img img {
  padding: 0;
  width: 100%;
  max-width: inherit;
  width: 100%;
}
.s3-block img {
  margin-bottom: 24px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}
.s3-block .item {
  padding: 0 3%;
}
  .s3-2-block .item h5 {
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
  }
.s3 img {
  width: 100%;
  max-width: inherit;
}
nav.changing-nav {
  padding: 12px 5%;
  background: rgba(255, 255, 255, 0.82);
  transition: all .3s;
  backdrop-filter: saturate(180%) blur(6px);
}
nav.changing-nav ul {
  margin-bottom: 0;
}
nav.changing-nav ul li a {
  color: #4c4948;
}
nav.changing-nav .logo {
    width: 132px;
    filter: invert(100%);
}
.hamburger.changing-nav {
  top: 12px;
}
.hamburger.changing-nav .hamburger__icon,.hamburger.changing-nav .hamburger__icon:before,.hamburger.changing-nav .hamburger__icon:after {
  background-color: #4c4948;
}
.hamburger.changing-nav.active .hamburger__icon {
    background-color: transparent;
}
.mob {
  display: none;
}
@media (min-width: 1440px) {
  .kv-text p {
    letter-spacing: 5px;
    font-size: 20px;
    line-height: 2;
}
  .kv-text p span {
    letter-spacing: 12px; 
  }
  .kv-text img {
    width: 112px;
  }
  h2 {
    font-size: 44px; 
  }
  .s1 h1 {
    font-size: 60px;
  }
  .s1 h1 small {
    font-size: .5em;
    margin-left: 24px;
  }
  .h4, h4 {
    font-size: 1.75rem;
  }
  .s1 h4 {
    margin-top: 4px;
    letter-spacing: 6px;
  }
  .s1 ul {
    padding-right: 15%;
    font-size: 1.1rem;
  }
  .s1 .text{
    justify-content: center;
    margin-top: -15%;
  }
  .s3-block  h4 {
    font-size: 2.2rem;
  }
  .h3, h3 {
    font-size: 2rem;
  }
  .s3-title b {
    font-size: 2.2rem;
  }
  .s3-block p {
    font-size: 17px;
  }
  .s3-block {
    margin: 80px 0 250px;
  }
  .s3-2-block {
    margin-bottom: 80px;
  }
  .s3-2-block .img {
    width: 192px;
    height: 192px;
    padding: 32px;
  }
  .s3-2-block .item h5 {
        font-size: 24px;
  }
  .s3-2-block .item {
    margin-top: 120px;
  }
  .s2 {
    background-size: 90% auto, cover;
  }
  .section {
    padding: 200px 0;
  }
  .s5 {
    padding: 240px 0;
  }
  .s5 .item {
    border-radius: 20px;
        padding: 0 40px 32px;
  }
  .s5 h4 {
    padding-bottom:12px;
  }
  .s5 .name {
    display: flex;
    padding: 20px 0px 12px;
  }
  .s5 h5 {
    font-size: 20px;
  }
  .s5 p {
    font-size: 17px;
  }
}

  .s5 .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .s5 .col-sm-12 {
    padding-right: 20px;
    padding-left: 20px;
  }