html, body {
  overflow-x: hidden;
  background-color:#00152F;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Noto Sans TC', sans-serif;
  color: #282828;
}

a:hover {
  text-decoration: none;
}

.nav-tab {
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
  padding-left: 40px;
}

.nav-tab:hover {
  text-decoration: none;
  color: #0053BA;
}

.nav-tab-cn:hover {
  text-decoration: none;
  color: #FF9D2C;
}

.banner {
  margin-top: 73px;
  background: #3FA9F5 url(../harrodho-img/resize/bg-01.webp) no-repeat center center;
  background-size: cover;
}

.banner-cn {
  margin-top: 73px;
  background: #FFDD2C url(../harrodho-img/bg-02.jpg) no-repeat center center;
  background-size: cover;
}

.banner-title {
  padding-top: 140px;
  padding-bottom: 30px;
  padding-right: 15px;
}

.banner-title h1 {
  font-weight: 700;
  font-size: 54pt;
  padding-bottom: 10px;
  line-height: 64pt;
  letter-spacing: 4px;
  color:#fff;
}

.banner-title h2 {
  font-weight: 500;
  font-size: 42pt;
  line-height: 56pt;
  letter-spacing: 3px;
  color:#fff;
}

.banner-title h3 {
  font-weight: 400;
  font-size: 22pt;
  padding-top: 25px;
  padding-bottom: 15px;
  line-height: 32pt;
  color: #F2F2F2;
}

.logo img {
  height:92px;
  padding:0px 20px;
  margin-bottom:20px;
}

.bar-left {
  text-align: right;
}

.bar-right {
  text-align: left;
}

.bar-small {
  font-size:18px;
  font-weight:400;
}

.photos-sm {
  display: none;
}

@media(max-width:1023px) {
  .banner-title h1 {
    font-size: 42pt;
    line-height: 50pt;
    letter-spacing: 3px;
  }
  .banner-title h2 {
    font-size: 36pt;
    line-height: 52pt;
    letter-spacing: 2.5px;
  }
  .banner-title h3 {
    font-size: 16pt;
    line-height: 30pt;
  }
  .logo img {
    height: 85px;
    padding:0px 15px;
  }
  .bar-left {
    text-align: center;
    padding-top: 10px;
  }
  .bar-right {
    text-align: center;
    padding-bottom: 50px;
  }
}

@media(max-width:767px) {
  .banner {
    margin-top: 73px;
    background: #3FA9F5 url(../harrodho-img/resize/bg-01-mobile.webp) no-repeat center center;
    background-size: cover;
  }
  .banner-title h1 {
    font-size: 34pt;
    line-height: 44pt;
    letter-spacing: 1.5px;
  }
  .banner-title h2 {
    font-size: 22pt;
    line-height: 46pt;
    letter-spacing: 1.5px;
  }
  .banner-title h3 {
    font-size: 12pt;
    line-height: 26pt;
  }
  .col-center {
    text-align: center;
    padding-top: 20px;
  }
  .col-hidden {
    display: none;
  }
  .logo img {
    height: 75px;
  }
  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bar-left {
    font-size: 28px;
  }
  .bar-right {
    text-align: center;
    padding-bottom: 50px;
  }
  .bar-small {
    display: none;
  }
  .photos-md {
    display: none;
  }
  .photos-sm {
    display: inherit;
  }
}

@media(max-width:991px) {
  .nav-hidden {
    display: none;
  }
}

.btn-1 {
  background-color: #fff;
  font-weight: 400;
  font-size: 14pt;
  border-radius: 10px;
  border: 2px solid #fff;
}

.btn-1 p {
  margin: 10px 30px 10px 30px;
  font-size: 16px;
  color: #0053BA;
}

.btn-1:hover {
  background-color: #0053BA;
  border: 2px solid #0053BA;
}

.btn-1:hover p {
  color: #FFF;
}

.btn-2 {
  background-color: #fff;
  font-weight: 600;
  font-size: 14pt;
  border-radius: 10px;
  border: 2px solid #0053BA;
  padding: 0px;
  /* margin-left: 40px; */
  font-weight: normal;
}

.btn-2 p {
  margin: 10px 20px 10px 20px;
  font-size: 16px;
  color: #0053BA;
}

.btn-2:hover {
  background-color: #0053BA;
  border: 2px solid #0053BA;
}

.btn-2:hover p {
  color: #fff;
}

.btn-1-cn:hover {
  background-color: #FF9D2C;
  border: 2px solid #FF9D2C;
}

.btn-1-cn p {
  color: #FF9D2C;
}

.card-type {
  background-color:#fafafa;
}

.card-type {
  border: none;
  border-radius: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
  margin-left: 0px;
}

/*  box-shadow: 2px 2px 4px #c0c0c0; */

.card-type img {
  position: absolute;
  width: 60px;
  left: 12.5px;
  top: 10px;
}

.card-body-type {
  padding-top: 17.5px;
  padding-bottom: 10px;
}

.card-body-type h1 {
  font-size: 16pt;
  font-weight: 500;
  line-height: 24px;
  padding-left: 65px;
}

.card-body-type h2 {
  font-size: 11pt;
  font-weight: 400;
  padding-top: 0px;
  line-height: 26px;
  color: #4D4D4D;
  padding-left: 67.5px;
}

.carousel-indicators {
    text-align: right;
    float: right;
    right: 0% !important;
    left: inherit;
    margin-right: 24px;
    margin-bottom: 18px;
}

ol.carousel-indicators li.active {
  background: #129aff;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}


ol.carousel-indicators li {
  background: #F0F5FC;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.para-bold {
  color: #0053BA;
  font-weight: 500;
}

.para-bold-cn {
  color: #FF9D2C;
  font-weight: 500;
}

.fa-styles {
  color: #fff;
  font-size: 24px;
  margin-right: 0px;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
}

.fa-styles:hover {
  text-decoration: none;
  color: #0053BA;
}

.fa-styles-cn:hover {
  color: #FF9D2C;
}
