/* btn */
.cusimage2 {
  display: none !important;
}

.registration-counter-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.registration-counter-link:visited,
.registration-counter-link:hover,
.registration-counter-link:focus,
.registration-counter-link:active {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .btn-follow {
    font-size: 0.7rem;
  }
}

/* Carousel */

.carousel {
  height: calc(100vh - 78px - 75px);
  min-height: calc(667px - 62px - 50px);
  /* overflow: auto; */
}

.carousel-control-prev {
  width: 38px;
}

.carousel-control-next {
  width: 38px;
}

.carousel-control-icon-wrapper {
  padding: 1.5rem 0.5rem;
  background-color: grey;
}

.carousel-indicators [data-bs-target] {
  position: relative;
  width: 60px;
  height: 6px;
  border: none;
  border-radius: 24px;
}

.carousel-indicators [data-bs-target] span {
  /* content: \`\`; */
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #7952b3;
  border-radius: inherit;
}

.card-img-top {
  width: 100%;
  max-width: 100%;
  /* height: 20vh; */
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .carousel-control-prev {
    width: 30px;
  }

  .carousel-control-next {
    width: 30px;
  }

  .carousel-control-icon-wrapper {
    padding: 1rem 0.25rem;
    background-color: grey;
  }
}

@media screen and (max-width: 768px) {
  .carousel-control-prev {
    width: 20px;
  }

  .carousel-control-next {
    width: 20px;
  }

  .carousel-control-icon-wrapper {
    padding: 0.8rem 0.25rem;
    background-color: grey;
  }

  .px-5 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

/* Banners */

.banner1 {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: bold;
  padding: 0px 40px;
}

.banner1 h1 {
  text-align: left;
  font-size: 4.5rem;
  padding-right: 40px;
  vertical-align: middle;
}

.banner3 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 10rem;
}

.banner4,
.banner5 {
  padding-left: 10rem;
  padding-bottom: 5rem;
}

.banner4,
.banner5 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: bold;
  font-size: 1.8rem;
}

.banner1 h1,
.banner3 h1,
.banner4 h1,
.banner5 h1 {
  font-weight: bolder;
  text-align: left;
}

.banner4 h1,
.banner5 h1 {
  font-size: 3.5vw;
}

.banner5 h1 {
  color: white;
}

.old-h2 {
  font-family: "Roboto", sans-serif !important;
  font-size: 2rem;
  line-height: 1.2;
}

.old-banner-h2 {
  font-family: "Roboto", sans-serif !important;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 900;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.noselect {
  padding-left: 0px;
  /* font-size: 1.6rem; */
}

.cusimage,
.cusimage2 {
  max-width: 100%;
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.19), 4px 6px 6px rgba(0, 0, 0, 0.23);
}

.cussilder {
  width: 100% !important;
}

.custitle1 {
  padding-left: 6vw !important;
  top: 10% !important;
}

.custitle2 {
  /* padding-left: 5.5vw !important; */
  /* top: 30% !important; */
  top: 44% !important;
  padding-right: 20%;
  left: 7%;
  transform: translate(0%, -50%);
}

.custitle3 {
  padding-left: 6vw !important;
  top: 48% !important;
}

.custitle4 {
  padding-left: 18vw !important;
  top: 10% !important;
}

.custitle5 {
  padding-left: 18vw !important;
  top: 30% !important;
}

.custitle6 {
  padding-left: 18vw !important;
  top: 48% !important;
}

.custitle7 {
  padding-left: 30vw !important;
  top: 10% !important;
}

.custitle8 {
  padding-left: 165px !important;
  top: 30% !important;
}

.custitle9 {
  padding-left: 30vw !important;
  top: 48% !important;
}

.custitle10 {
  /* padding-left: 6vw !important; */
  /* top: 30% !important; */
  top: 48% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center !important;
}

.custitle1,
.custitle2,
.custitle3,
.custitle4,
.custitle5,
.custitle6,
.custitle7,
.custitle8,
.custitle9,
.custitle10 {
  max-width: 1300px;
}

@media screen and (max-width: 1550px) {

  .banner4,
  .banner5 {
    padding-left: 5rem;
  }
}

.old-h1 {
  font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體,
    細明體_HKSCS, Arial, sans-serif !important;
  font-weight: bold;
  letter-spacing: 1px;
}

/* banner */

@media screen and (max-width: 1200px) {
  .banner1 {
    flex-direction: column;
    padding: 3rem;
  }

  .banner1 h1 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.5rem;
  }

  .banner3 h1 {
    margin-bottom: 20px;
    padding-left: 0px;
    font-size: 4rem;
  }

  .banner1 .old-h1 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.5rem;
  }

  .banner3 .old-h1 {
    margin-bottom: 20px;
    padding-left: 0px;
    font-size: 4rem;
  }

  .banner3 {
    padding-left: 3rem;
  }

  .banner4 h1,
  .banner5 h1 {
    margin-bottom: 5rem;
  }

  .banner4 .old-h1,
  .banner5 .old-h1 {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 992px) {

  /* .banner1 {
    flex-direction: column;
    padding: 3rem;
  }
  .banner1 h1 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .banner3 h1 {
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .banner3,
  .banner4,
  .banner5 {
    padding-left: 3rem;
  }

  .banner4 h1,
  .banner5 h1 {
    margin-bottom: 5rem;
  }

  .banner4 h1,
  .banner5 h1 {
    font-size: 5vw;
  }

  .banner1 h1,
  .banner3 h1 {
    font-size: 1rem;
  } */
  .noselect {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .banner1 {
    flex-direction: column;
    padding: 0rem;
  }

  .banner1 h1 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner3 h1 {
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .banner1 .old-h1 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner3 .old-h1 {
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .banner3,
  .banner4,
  .banner5 {
    padding-left: 1.6rem;
  }

  .banner4 h1,
  .banner5 h1 {
    margin-bottom: 5rem;
  }

  .banner1 h1,
  .banner3 h1,
  .banner4 h1,
  .banner5 h1 {
    font-size: 2.3rem;
  }

  .banner4 .old-h1,
  .banner5 .old-h1 {
    margin-bottom: 5rem;
  }

  .banner1 .old-h1,
  .banner3 .old-h1,
  .banner4 .old-h1,
  .banner5 .old-h1 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 720px) {

  .cusimage,
  .cusimage2 {
    max-width: 80%;
  }

  .cussilder {
    width: 90% !important;
  }

  .cusdiv2 {
    margin-left: -15vw;
  }
}

@media screen and (max-width: 681px) {

  .custitle1,
  .custitle2,
  .custitle3,
  .custitle4,
  .custitle5,
  .custitle6,
  .custitle7,
  .custitle8,
  .custitle9,
  .custitle10 {
    /* padding-left: 0vw !important; */
    /* top: 10% !important; */
    width: 100% !important;
    margin-left: 0px;
  }

  .noselect {
    text-align: center !important;
  }

  .cusdiv2 {
    padding-top: 10px;
    margin-left: 90px;
  }

  .cusimage {
    display: none !important;
  }

  .cusimage2 {
    display: block !important;
  }
}

@media screen and (max-width: 425px) {
  .noselect {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 380px) {
  .noselect {
    font-size: 1.4rem;
  }
}

/* Flipper */

.tick {
  font-size: 2rem;
  white-space: nowrap;
  /* font-family: arial, sans-serif; */
  /* font-family: "Microsoft JhengHei", 微軟正黑體, "Helvetica", "Arial",
    "sans-serif"; */
  font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體,
    細明體_HKSCS, Arial, sans-serif;
  /* Optimize for smoother animation */
  will-change: transform;
}

.tick-flip,
.tick-text-inline {
  font-size: 2.5em;
}

.tick-label {
  margin-top: 1em;
  font-size: 1em;
}

.tick-char {
  width: 1.5em;
}

.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}

.tick-text-inline+.tick-text-inline {
  margin-left: -0.325em;
}

.tick-group {
  margin: 0 0.5em;
  text-align: center;
}

.flipper-container {
  /* align-items: end; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flipper-last-update {
  text-align: right;
  padding-top: 0.5rem;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .tick {
    font-size: 2.7rem !important;
  }

  .flipper-last-update {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .tick {
    font-size: 1.9rem;
  }

  .flipper-container {
    align-items: center;
    justify-content: center;
  }

  .flipper-last-update {
    align-self: end;
    font-size: 0.8rem;
    padding: 0.5rem 0;
    font-weight: bold;
    justify-self: end;
  }
}

/* body {
    background-color: rgb(255, 255, 255) !important;
  } */

body {
  filter: grayscale(1);
}

.tick-text-inline {
  color: rgb(156, 163, 173) !important;
}

.tick-label {
  color: rgb(156, 163, 173) !important;
}

.tick-flip-panel {
  color: rgb(69, 69, 69) !important;
}

.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}

.tick-flip-panel {
  background-color: rgb(230, 237, 230) !important;
}

.tick-flip {
  border-radius: 0em !important;
  /* Optimize flip animation performance */
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* Print styles for tick-flip component */
.print-mode-numbers {
  display: none !important;
}

@media print {
  .print-mode-numbers {
    display: flex !important;
    justify-content: center !important;
    font-size: 2.5rem !important;
    font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif !important;
    color: rgb(69, 69, 69) !important;
    background-color: rgb(230, 237, 230) !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    letter-spacing: 0.25em !important;
    text-indent: 0.25em !important;
  }

  .print-mode-numbers span {
    display: inline-block !important;
    text-align: center !important;
    min-width: 1.125em !important;
    margin: 0 0.0625em !important;
  }

  /* Hide flip components during print */
  .tick-flip {
    display: none !important;
  }
}

/* Flipper */

.btn-support {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  color: white;
  background-color: rgb(189, 79, 0);
}

.btn-support:hover {
  background-color: rgb(180, 78, 3);
  color: white;
}

.sr-only {
  background: rgb(46, 46, 46);
  color: rgb(153, 153, 153);
}

.index-section-title {
  color: rgb(212, 67, 25);
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .index-section-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .fb-page {
    max-width: 340px;
  }
}

#customh2 {
  font-size: 3.2vw;
}

@media screen and (max-width: 767px) {
  .navLinks .dropdown-menu {
    margin-left: -10px;
    max-width: 100%;
  }

  .dropdown-item {
    padding: 0.25rem 1rem;
  }

  .dropdown-menu.show {
    max-width: 100%;
    font-size: 0.8rem;
  }
}

.col-lg-3half {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .col-lg-3half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16666667%;
    flex: 0 0 29.16666667%;
    width: 29.16666667%;
  }
}

/* .hero-text {
    padding-top: 94px;
    padding-bottom: 0px;
  } */

/* .hero-text p {
  font-size: 3vw;
  font-weight: 900;
} */

.hero-text .hero {
  position: relative;
  text-align: left;
}

.hero .hero-slide a:active,
.hero .hero-slide a:focus {
  outline: none;
}

.hero .hero-slide img {
  /* width: 100vw; */
  height: auto;
}

.hero .bannerContent {
  top: 25%;
  /* margin-left: 6vw; */
}

/* .hero .slide2Content {
    margin-left: 6vw;
}

.hero .slide3Content,
.hero .slide5Content {
    margin-left: 6vw;
} */

.hero .slide0Content,
.hero .slide1Content {
  width: 50%;
}

.hero .slide4Content {
  margin-left: 5vw;
}

.hero .slide2Content {
  /* margin-left: 3vw; */
  width: 30%;
  top: 30%;
  padding-bottom: 100px;
}

.hero .bannerContent hr {
  max-width: none;
  display: block;
  height: 1px;
  border: 0;
  margin: 12px 0 12px -14.5vw;
  padding: 0;
  width: 43vw;
  border-top: 5px solid #ffffff;
}

.hero .slide2Content hr {
  border-top: 5px solid #424242;
  width: 49vw;
}

.hero .slide3Content hr {
  border-top: 5px solid #424242;
  margin: 12px 0 12px -14.5vw;
  width: 46vw;
}

.hero .slide4Content hr {
  margin: 12px 0 12px -14.5vw;
  width: 45vw;
}

.hero .slide5Content hr {
  margin: 12px 0 12px -14.5vw;
  width: 40vw;
}

.hero .bannerContent .btn-lg {
  font-size: 1vw;
  text-transform: none;
  font-weight: bold;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 15vw;
  width: 10vw;
  padding: 0.5vw;
  border: 3px solid white;
  color: black;
}

.hero .btn-lg:focus,
.btn-lg:active {
  text-decoration: underline;
}

.hero .slide2Content .btn-lg {
  border: 3px solid #424242;
  color: #424242;
  margin-left: 20vw;
}

.hero .slide3Content .btn-lg {
  border: 3px solid #424242;
  color: #424242;
  margin-left: 19vw;
}

.hero .slide4Content .btn-lg {
  margin-left: 17vw;
}

.hero .slide5Content .btn-lg {
  margin-left: 13vw;
}

.slick-current .bannerContent h2 {
  /* font-size: 4.5rem; */
  font-weight: 900;
  /* line-height: 100%; */
  letter-spacing: 0;
  /* color: color; */
}

.slick-current .slide2Content h2 {
  color: #424242;
}

.slick-current .slide3Content h2 {
  font-size: 3vw;
  color: #424242;
}

.slick-current .slide4Content h2,
.slick-current .slide5Content h2 {
  font-size: 3vw;
}

.slick-current .bannerContent h2,
.slick-current .bannerContent hr,
.slick-current .bannerContent .btn-lg,
.slick-current .bannerContent p {
  -webkit-animation-name: fadeInFromLeft;
  animation-name: fadeInFromLeft;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.slick-current .slide5Content #firstLine {
  font-weight: 900;
  /* line-height: 100%; */
  letter-spacing: 0;
  font-size: 1.8vw;
  color: white;
}

#firstLine2 {
  font-weight: 900;
  /* line-height: 100%; */
  letter-spacing: 0;
  font-size: 1.8vw;
}

.CSISBtn {
  float: right;
  width: 400px;
  height: auto;
  position: relative;
  z-index: 101;
  text-align: right;
  font-size: 100%;
  font-weight: 900;
  padding: 10px 100px 10px 0px;
  border: 3px solid #00777f;
  -webkit-box-shadow: 0 4px 2px -2px gray;
  box-shadow: 0 4px 2px -2px gray;
  background-color: white;
  color: #00777f;
  margin-top: -250px;
  left: 60px;
  overflow: hidden;
  text-transform: uppercase;
}

.CSISBtn:hover,
.CSISBtn:active,
.CSISBtn:focus {
  color: white;
  background-color: #00777f;
  text-decoration: none;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
  z-index: 100;
  padding: 200px 0 100px 0;
  margin-bottom: 0;
}

/* #topBtn{
  background-color: white;
} */

#ladyCoffeeContainer {
  display: inline-block;
  width: 50vw;
}

#ladyCoffeeImg {
  position: absolute;
  border-radius: 100%;
  top: 15%;
  left: 65%;
  height: 200px;
  width: 200px;
  display: block;
}

#ladyCoffeeHeader {
  color: #00777f;
  margin-bottom: 50px;
  font-size: 200%;
  font-weight: 900;
  line-height: 180%;
  display: inline-block;
}

#ladyCoffeeBottom {
  color: #00777f;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 100px;
}

#scrollEffectDiv {
  position: fixed;
  bottom: 100px;
  left: 49%;
  z-index: 9999;
}

.iconScroll,
.iconScroll:before {
  position: absolute;
}

.iconScroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  margin-top: -30px;
  -webkit-box-shadow: inset 0 0 0 2px gray;
  box-shadow: inset 0 0 0 2px gray;
  border-radius: 25px;
  background-color: white;
}

.iconScroll:before {
  content: "";
  width: 10px;
  height: 10px;
  background: gray;
  margin-left: -5px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}

.chevron {
  position: absolute;
  width: 28px;
  height: 4px;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
  animation: move 3s ease-out infinite;
  margin-left: -13.5px;
  margin-top: 30px;
}

.chevron:nth-last-child(2) {
  -webkit-animation: move 3s ease-out 1s infinite;
  animation: move 3s ease-out 1s infinite;
}

.chevron:last-child {
  -webkit-animation: move 3s ease-out 2s infinite;
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: white;
}

.chevron:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
  -ms-transform: skew(0deg, 30deg);
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
  -ms-transform: skew(0deg, -30deg);
  transform: skew(0deg, -30deg);
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.parallaxTop {
  background-image: url("../../images/Section bg/parallax_1887x873.png");
}

.parallaxMid {
  background-image: url("../../images/map.png"), url("../../images/path.png");
  background-attachment: fixed;
  background-position: 85% 30%, right;
  background-repeat: no-repeat;
  background-size: 800px, cover;
  -webkit-background-size: 800px, cover;
  opacity: 0;
}

.parallaxFadeIn {
  -webkit-animation: parallaxFadeIn 1s ease-in-out forwards;
  animation: parallaxFadeIn 1s ease-in-out forwards;
}

@-webkit-keyframes parallaxFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
  }
}

@keyframes parallaxFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
  }
}

.videoSlider {
  background-image: url("../../images/Section_bg/video_roll.png");
  padding: 0px 0px 10vh 0px;
}

.videoSlider .slick-slide,
.slick-slide::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.videoSlider .slick-slide::before {
  content: "";
  position: absolute;
  left: 0;
  width: 60vw;
  height: 55vh;
}

.videoSlider .slick-list {
  padding: 0px !important;
  bottom: 25px;
}

.videoSlider .item {
  height: 55vh;
  display: block;
}

.videoSlider .slick-slide.slick-active .item {
  height: 65vh;
}

.videoSlider .main-slider {
  position: relative;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.videoSlider .main-slider.slick-initialized {
  visibility: visible;
}

.videoSlider .slick-slide {
  cursor: pointer;
  position: relative;
  margin: 25px 5px;
  width: 60vw;
  height: 60vh;
}

.videoSlider .slick-slide::before {
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}

.videoSlider .slick-slide video {
  display: block;
  position: absolute;
}

.videoSlider .slick-slide iframe {
  position: relative;
  /* pointer-events: none; */
  cursor: pointer;
}

.videoSlider .slick-slide figure {
  position: relative;
  height: 100%;
}

.videoSlider .slick-slide img {
  height: 100%;
  object-fit: cover;
}

.videoSlider .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.videoSlider .slick-slide .slide-image.show {
  opacity: 1;
}

.videoSlider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.videoSlider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}

.videoSlider .slick-slide.slick-active {
  margin: 0px -20px;
  width: 60vw;
  z-index: 10;
}

.videoSlider .slick-slide.slick-active::before {
  display: none;
}

/* .videoSlider .slick-slide.slick-active iframe {
  pointer-events: all;
} */

.videoSlider .slick-next,
.slick-prev {
  top: 35%;
}

.videoSlider .slick-prev {
  left: 10vw;
  z-index: 1000;
}

.videoSlider .slick-prev:before {
  color: white;
  font-size: 100px;
}

.videoSlider .slick-next {
  right: 10vw;
  z-index: 1000;
}

.videoSlider .slick-next:before {
  color: white;
  font-size: 100px;
}

.videoSlider .slick-dots {
  bottom: 60px;
}

.center {
  display: -webkit-box;
  /* display: flexbox; */
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.description {
  background-color: #3a747e;
  border-radius: 30px;
  padding: 80px 0px 50px 40px;
  color: white;
  text-align: left;
}

.descriptionHeading {
  width: 80%;
  /* line-height: 100%; */
  font-size: 200%;
  font-weight: bold;
  /* font-family: Arial, Helvetica, sans-serif; */
  /* font-family: "Microsoft JhengHei", 微軟正黑體, "Helvetica", "Arial",
    "sans-serif"; */
  font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體,
    細明體_HKSCS, Arial, sans-serif;
  letter-spacing: 0;
}

.descriptionText {
  width: 59%;
  padding: 20px 0px 0px 0px;
  font-size: 110%;
}

.filterSearch {
  background-color: #5ac1c6;
  border-radius: 30px;
  margin-left: -30px;
  padding: 70px 40px 40px 0px;
}

.filter {
  border-style: none none solid none;
  border-color: rgba(255, 255, 255, 0.8);
  border-width: thin;
  text-align: left;
  margin: 0px 45px 40px 50px;
}

.moreFilter {
  border-style: none;
  margin: 0px 45px 30px 50px;
  text-align: right;
}

.dropdown-toggle[aria-expanded="true"]:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-toggle:after {
  -webkit-transition: transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
}

.filterDesc {
  color: #242424;
  font-size: 80%;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
  margin: 0px;
}

.filterSelect,
.moreFilter button {
  background-color: transparent;
  border-style: none;
  color: black;
  font-size: 80%;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
  padding: 0px 0px 5px 0px;
}

.filterSelect {
  width: 100%;
}

.filterSelect:focus,
.filterSelect:hover,
.moreFilter button:focus,
.moreFilter button:hover {
  color: gray;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.filterSearchBtnWrapper {
  text-align: right;
  position: relative;
  margin: 0px 45px 0px 50px;
  z-index: -100;
}

#filterSearchBtn {
  border-radius: 0 !important;
  border: 1px solid white;
  background-color: white;
  color: #225f62;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 13px;
  padding: 10px 40px 10px 40px;
}

#filterSearchBtn:hover,
#filterSearchBtn:active,
#filterSearchBtn:focus {
  color: white;
  background-color: #5ac1c6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.caret.caret-up {
  border-top-width: 0;
  border-bottom: 4px solid #fff;
}

.initiallyHidden {
  display: none;
}

/* .languageContainer {
        width: 700px;
        height: 400px;
    } */

.languageDiv {
  position: relative;
  margin: 0 0 2vh 0;
}

.languageBtn {
  font-size: 100%;
  font-weight: 900;
  background-color: transparent;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.languageBtn:focus,
.languageBtn:active {
  color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.bubble {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 230px;
  height: 250px;
  -webkit-transition: font-size 0.3s ease, background-size 0.3s ease;
  -o-transition: font-size 0.3s ease, background-size 0.3s ease;
  transition: font-size 0.3s ease, background-size 0.3s ease;
}

.bubble:hover,
.bubble:focus,
.bubble:active,
.languageBtn:focus,
.languageBtn:active {
  font-size: 120%;
  background-size: 250px;
  outline: none;
}

.greenBubble {
  background-image: url("../../images/circle_bubble_green.png");
}

.greenBubbleRotate {
  background-image: url("../../images/circle_bubble_green_rotate.png");
}

.orangeBubble {
  background-image: url("../../images/circle_bubble_orange.png");
}

.orangeBubbleRotate {
  background-image: url("../../images/circle_bubble_orange_rotate.png");
}

.orangeCircle {
  background-image: url("../../images/circle_orange.png");
}

@media screen and (max-width: 1550px) {

  .CSISBtn,
  .CSISBtn:active,
  .CSISBtn:focus {
    margin-top: -130px;
  }
}

@media screen and (max-width: 1400px) {
  .parallaxTop {
    background-image: url("../../images/Section bg/parallax_1271x863.png");
  }
}

@media screen and (max-width: 1200px) {
  #scrollEffectDiv {
    left: 48%;
  }

  #ladyCoffeeImg {
    left: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .parallaxTop {
    background-image: url("../../images/Section bg/parallax_744x863.png");
    background-attachment: unset;
    background-position: center top;
  }

  .parallaxMid {
    background-attachment: unset;
    background-position: center top;
  }
}

@media screen and (max-width: 992px) {

  /* .hero-text {
    padding-top: 65px;
  } */
  .hero .bannerContent hr {
    margin: 2.5% 0 1% -15vw;
  }

  .hero .bannerContent .btn-lg {
    border-width: 1px;
    letter-spacing: 0.5px;
  }

  .CSISBtn,
  .CSISBtn:active,
  .CSISBtn:focus {
    width: 320px;
    height: 90px;
    margin-top: -97px;
    font-size: 70%;
  }

  #ladyCoffeeContainer {
    width: 80vw;
  }

  #ladyCoffeeImg {
    left: 75%;
    height: 150px;
    width: 150px;
  }

  .videoSlider .slick-slide::before {
    height: 40vh;
  }

  .videoSlider .item {
    height: 40vh;
  }

  .videoSlider .slick-slide.slick-active .item {
    height: 50vh;
  }

  .videoSlider .slick-slide {
    height: 45vh;
  }

  .parallaxMid {
    background-position: 35% 5%, 90% 50%;
    background-size: 500px, cover;
    -webkit-background-size: 500px, cover;
  }

  .description {
    margin-right: auto;
  }

  .filterSearch {
    margin-left: auto;
    margin-top: -30px !important;
  }
}

@media screen and (max-width: 768px) {
  .hero .bannerContent hr {
    border-width: 3px;
    margin: 2.5% 0 1% -15.5vw;
  }

  .CSISBtn,
  .CSISBtn:active,
  .CSISBtn:focus {
    padding: 10px 85px 10px 0px;
    width: 280px;
    height: 70px;
    margin-top: -80px;
    font-size: 60%;
  }

  #CervicalBtu {
    width: 100%;
    font-size: 8px;
  }

  #ladyCoffeeImg {
    top: 4%;
    left: 38%;
  }

  .videoSlider .slick-slide::before {
    height: 35vh;
  }

  .videoSlider .item {
    height: 35vh;
  }

  .videoSlider .slick-slide.slick-active .item {
    height: 40vh;
  }

  .videoSlider .slick-slide {
    height: 35vh;
  }
}

@media screen and (max-width: 767px) {
  .languageDiv {
    margin: 0 0 3vh 0 !important;
  }

  /* .languageContainer {
            height: 600px;
        } */
}

@media screen and (max-width: 576px) {

  /* .hero-text {
    padding-top: 50px;
  } */
  .secondLine {
    width: 90%;
    padding-left: 20px;
  }

  /* #customh2 {
    font-size: 8vw;
  } */
  .hero .bannerContent {
    /* margin-left: 3vw; */
    /* padding-top: 10px; */
    /* padding-right: 15%; */
    /* padding-right: 120px; */
    width: 400px !important
  }

  #scrollEffectDiv {
    left: 47%;
  }

  .hero .vertical-dots {
    right: 10px;
  }

  /* .hero .slick-current .bannerContent h2 {
    font-size: 8vw;
  } */
  .hero .slick-current .bannerContent hr {
    margin: 1% 0 1% -15.5vw;
  }

  .hero .slick-current .btn-lg,
  .btn-lg:focus,
  .btn-lg:active {
    font-size: 2vw;
    margin-left: 45vw;
    width: 20vw;
    border-width: 3px;
  }

  .hero .slide2Content {
    top: 20%;
  }

  .slick-current .slide5Content #firstLine,
  #firstLine2 {
    font-size: 6vw;
  }

  .hero .bannerContent hr {
    width: 80vw;
  }

  .CSISBtn,
  .CSISBtn:active,
  .CSISBtn:focus {
    width: 290px;
    height: 90px;
    margin-top: -100px;
    font-size: 80%;
  }

  .iconScroll {
    width: 30px;
    height: 60px;
    margin-left: -14px;
  }

  .jumbotron {
    padding-top: 100px;
  }

  #ladyCoffeeContainer {
    display: inline-block;
  }

  #ladyCoffeeContainer p {
    font-size: 80%;
  }

  #ladyCoffeeImg {
    display: none;
  }

  .videoSlider .slick-slide::before {
    opacity: 0;
  }

  .videoSlider .item {
    height: 300px;
  }

  .videoSlider .slick-slide.slick-active {
    margin: 25px 0;
    width: 100vw;
  }

  .videoSlider .slick-slide.slick-active .item {
    height: 300px;
    width: 100vw;
  }

  .videoSlider .slick-slide {
    height: 300px;
    width: 100vw;
  }

  .languageContainer {
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  #ladyCoffeeHeader {
    font-size: 140%;
  }

  .parallaxTop {
    background-position: 20% 0%;
  }
}

@media screen and (max-width: 400px) {

  .CSISBtn,
  .CSISBtn:active,
  .CSISBtn:focus {
    width: 250px;
    height: 70px;
    margin-top: -80px;
    font-size: 60%;
  }

  .videoSlider .slick-prev {
    left: 3vw;
  }
}

@media screen and (max-width: 350px) {}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .parallaxMid {
    background-attachment: scroll;
  }
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.video-thumbnail .fa.fa-play.videoPlayButton {
  position: absolute;
  top: 45%;
  left: 48%;
  font-size: 4em;
  color: rgba(255, 255, 255, 1);
}

.select2 {
  width: 100% !important;
}

#firstOrangeBubbleRotate {
  margin-left: 150px;
}

@media screen and (max-width: 992px) {
  #firstOrangeBubbleRotate {
    margin-left: 0px;
  }

  .videoSlider .slick-prev:before,
  .videoSlider .slick-next:before {
    font-size: 40px;
  }
}

@media screen and (max-width: 500px) {
  .bubble {
    background-size: 140px;
    height: 160px;
  }

  .bubble:hover,
  .bubble:focus,
  .bubble:active,
  .languageBtn:focus,
  .languageBtn:active {
    background-size: 160px;
  }
}

@media print {
  .hero .hero-slide img {
    width: 1000px;
  }
}

select:focus {
  outline: 2px solid black !important;
}

.event-link:focus-within {
  border: 2px solid black !important;
}

.cusimage,
.cusimage2 {
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.19), 4px 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 50%;
}

.hero-text {
  /* padding-top: 94px; */
  padding-bottom: 0px;
}

.hero-text .hero {
  position: relative;
  text-align: left;
}

.hero .hero-slide a:active,
.hero .hero-slide a:focus {
  outline: none;
}

.hero .bannerContent hr {
  max-width: none;
  display: block;
  height: 1px;
  border: 0;
  margin: 12px 0 12px -14.5vw;
  padding: 0;
  width: 43vw;
  border-top: 5px solid #ffffff;
}

.hero .slide2Content hr {
  border-top: 5px solid #424242;
  width: 49vw;
}

.hero .slide3Content hr {
  border-top: 5px solid #424242;
  margin: 12px 0 12px -14.5vw;
  width: 46vw;
}

.hero .slide4Content hr {
  margin: 12px 0 12px -14.5vw;
  width: 45vw;
}

.hero .slide5Content hr {
  margin: 12px 0 12px -14.5vw;
  width: 40vw;
}

.hero .bannerContent .btn-lg {
  font-size: 1vw;
  text-transform: none;
  font-weight: bold;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 15vw;
  width: 10vw;
  padding: 0.5vw;
  border: 3px solid white;
  color: white;
}

.hero .btn-lg:focus,
.btn-lg:active {
  text-decoration: underline;
}

.hero .slide2Content .btn-lg {
  border: 3px solid #424242;
  color: #424242;
  margin-left: 20vw;
}

.hero .slide3Content .btn-lg {
  border: 3px solid #424242;
  color: #424242;
  margin-left: 19vw;
}

.hero .slide4Content .btn-lg {
  margin-left: 17vw;
}

.hero .slide5Content .btn-lg {
  margin-left: 13vw;
}

.hero .slide3Content {
  width: 40%;
}

.hero .slick-dots {
  padding-bottom: 60px;
  background-color: #ffffff;
  opacity: 0.8;
  bottom: -40px;
  border-radius: 30px;
}

.left-arrow {
  width: 40px;
  height: 40px;
  color: black;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  transform: translateY(-50%);
  /* transform: scale(2); */
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.left-arrow:hover,
.right-arrow :hover {
  background: rgba(0, 0, 0, 0.7);
}

.right-arrow {
  width: 40px;
  height: 40px;
  color: black;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  transform: translateY(-50%);
  /* transform: scale(2); */
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.slick-player {
  display: block;
}

.slick-pause {
  position: relative;
  display: block;
  bottom: 42px;
  right: 100px;
}

.slick-play {
  position: relative;
  bottom: 42px;
  right: 100px;
}

.slick-pause:hover {
  color: red;
}

.slick-play:hover {
  color: blue;
}

.jumbotron {
  color: white;
  background-image: url("../../images/home_be_an.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.jumbotron p {
  top: 0px;
  color: white;
  text-align: left;
  font-size: 2rem;
}

.jumbotron a {
  background-color: white;
  color: #b54b28;
  text-align: left;
  font-size: 1.5rem;
  width: 60%;
  float: left;
  padding: 30px 15px;
}

.slider0 {
  letter-spacing: 6px;
}

/* Place text in the middle of the image */

@media screen and (max-width: 1200px) {

  .tick-flip,
  #slide1Title {
    font-size: 1em;
  }

  .jumbotron a {
    width: 80%;
    font-size: 1.25rem;
  }

  /* .left-arrow,
  .right-arrow {
    transform: scale(1.5);
  } */
  .jumbotron {
    height: 800px;
  }

  .card {
    margin: 10px;
  }

  .left-arrow {
    left: 0px;
  }

  .right-arrow {
    right: 0px;
  }

  .slider0 {
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 681px) {
  .jumbotron a {
    width: 100%;
    font-size: 1rem;
    padding: 30px 0px;
  }
}

/* @media screen and (max-width: 681px) {
  .tick-flip {
    font-size: 1.8em;
  }
  .flipper-last-update {
    font-size: 125% !important;
    align-self: auto;
  }
  #slide1Title {
    width: 100%;
    text-align: center;
  }

  .tick {
    font-size: 2rem;
  }

  .hero .slide0Content {
    top: 15% !important;
    margin-left: 13.5vw !important;
  }
  .hero .slide2Content,
  .hero .slide1Content {
    margin-left: 13.5vw !important;
  }
  .hero .slide20Content {
    top: 20% !important;
    margin-left: 0px !important;
  }
   #navbarNavDropdown {
    max-width: 100%;
  }
  .navbar-light,
  .navbar-nav {
    font-size: 16px;
  }
} */

@media screen and (max-width: 680px) {
  .hero .hero-slide{
    height: 650px;;
  }
  .hero .hero-slide img {
    width: 100vw;
    height: auto;
  }
}

@media screen and (max-width: 460px) {
  .hero .hero-slide img {
    position: inherit;
    right: 13vh;
  }

  .jumbotron {
    height: 950px;
  }

  .hero .slick-dots {
    padding-bottom: 60px;
  }

  .slick-play {
    bottom: 42px;
  }

  .slick-pause {
    bottom: 42px;
  }

  /* .hero .slide2Content {
    margin-left: 13.5vw;
  } */
  .left-arrow,
  .right-arrow {
    width: 20px;
  }

  .slick-next:before {
    left: 9px;
  }

  .slick-prev:before {
    right: 9px;
  }
}

@media screen and (max-width: 320px) {
  .tick-flip {
    font-size: 1em;
  }

  .flipper-last-update {
    font-size: 75% !important;
    align-self: auto;
  }

  #slide1Title {
    width: 100%;
    text-align: center;
  }

  .tick {
    font-size: 2rem;
  }

  .jumbotron {
    height: 800px;
  }

  .Background {
    display: none;
  }
}

@media print {
  
  @page {
    size: A4 portrait; /* or 'letter', 'A3', 'landscape', etc. */
  }
  
  body {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0;
    box-sizing: border-box;
  }
  #topBtn{
    display: none !important; 
  }
  .jumbotron a {
    margin-top: 30px !important;
    float: none !important;
  }

  .indextitle2{
    padding-left: 15% !important;
    padding-right: 15% !important;
    text-align: center !important;
  }

  .bg-footer{
    display: none !important;
  }

  .cusdiv2 {
    right: 15% !important;
  }

  .cusimage {
    width:50% !important;
  }

  .cussilder{
    left: 0% !important;
    right: 0% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    width: 100dvw !important;
  }

  .old-banner-h2 {
    display: block !important;
    position: relative;
    text-align: fixed;
    padding-left: 5% !important;
    padding-right: 0% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
    font-size: 24px !important;
  }

  .printdiv {
    left: 0px !important;
    padding-top: 30px;
    display: inline-block !important;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    margin: 5px;
    text-align: left;
  }

  .sliderBackground {
    display: block;
    width: 100dvw !important;
  }

  .Background {
    display: block !important;    
  }

  .slick-dots {
    display: none !important;
  }

  .slick-arrow {
    display: none !important;
  }

  .slick-player {
    display: none;
  }
}

h2 {
  font-family: "Roboto", sans-serif !important;
}

.container {
  padding-right: 0px;
  padding-left: 0px;
  position: static;
}

#bannerSection {
  max-width: 1300px !important;
  margin: auto !important;
}

/* using h2 style on non h2 headings */
.slick-current .bannerContent .old-h2 {
  /* font-size: 4.5rem; */
  font-weight: 900;
  /* line-height: 100%; */
  letter-spacing: 0;
  /* color: color; */
}

.slick-current .slide2Content .old-h2 {
  color: #424242;
}

.slick-current .slide3Content .old-h2 {
  font-size: 3vw;
  color: #424242;
}

.slick-current .slide4Content .old-h2,
.slick-current .slide5Content .old-h2 {
  font-size: 3vw;
}

.slick-current .bannerContent .old-h2,
.slick-current .bannerContent hr,
.slick-current .bannerContent .btn-lg,
.slick-current .bannerContent p {
  -webkit-animation-name: fadeInFromLeft;
  animation-name: fadeInFromLeft;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.banner1 .old-h1 {
  text-align: left;
  font-size: 4.5rem;
  padding-right: 40px;
  vertical-align: middle;
}

.banner1 .old-h1,
.banner3 .old-h1,
.banner4 .old-h1,
.banner5 .old-h1 {
  font-weight: bolder;
  text-align: left;
}

.banner4 .old-h1,
.banner5 .old-h1 {
  font-size: 3.5vw;
}

.banner5 .old-h1 {
  color: white;
}

@media print {
  .p-h2 {
    font-size: 2.5rem;
    font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體,
      細明體_HKSCS, Arial, sans-serif !important;
    font-weight: bold;
    letter-spacing: 1px;
  }
}

.cus-align-right {
  text-align: right;
}

.underline_anchor {
  text-decoration: underline;
}

.sliderPrint {
  padding-top: 24px;
  padding-bottom: 24px;
}

.fixedSlider {
  padding-top: 24px;
  padding-bottom: 24px;
  background: url(../../images/banner/banner_1_sm.png) !important;
}