/*!
 * CSS for English version's header, section, footer, 返回頁首 button and animations
 */
:root {
  --main-color: rgb(212, 67, 25);
}

body {
  /* font-family: "Microsoft JhengHei", 微軟正黑體, "Helvetica", "Arial",
    "sans-serif"; */
  font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體,
    細明體_HKSCS, Arial, sans-serif;
  font-size: 15px;
  margin: 0 !important;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
  position: relative;
  color: #000000;
}

@media print {
  @page {
    /* size: A4; */
    margin-top: 15mm;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15mm;
  }
  html,
  body {
    align-items: center;
    /* width: 210mm;
    height: 282mm; */
    font-size: 11px;
    background: #fff;
    /* overflow: visible; */
  }
}

@media print {
  /* .page-hero {
    display: none;
  } */
  .subpage-background2 {
    background-image: none !important;
  }
}
@page {
  margin-right: 1in;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Microsoft JhengHei", 微軟正黑體, "Helvetica", "Arial",
    "sans-serif"; */
  font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體,
    細明體_HKSCS, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

a {
  color: rgba(0, 113, 235, 1);
}

/* a:hover {
  color: var(--main-color);
} */

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.btn {
  /* border-radius: 300px; */
  /* letter-spacing: 2px; */

  /* font-family: "Microsoft JhengHei", 微軟正黑體, "Helvetica", "Arial",
    "sans-serif"; */
  font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體,
    細明體_HKSCS, Arial, sans-serif;
  text-transform: uppercase;
}

.btn-primary {
  background: rgba(0, 113, 235, 1);
}

.navbar {
  padding: 0;
}

.navbar-brand {
  height: 62px;
  max-width: 40%;
  overflow: visible;
}

.navbar-brand img {
  /* height: 80%; */
  object-fit: contain;
}

.customToggler,
.customToggler:focus,
.customToggler:active {
  z-index: 1;
  margin: 10px 30px 0px 0px;
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.customToggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 36em) {
  nav > .container {
    width: 100%;
  }
}

.navbar-light .navbar-nav {
  color: #000000;
}

.navHeading {
  position: relative;
  font-size: 18px;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
  padding-bottom: 5px;
  padding-left: 12px;
}

.navHeading:hover,
.navHeading:focus {
  color: rgb(212, 67, 25);
  text-decoration: none;
}

.navHeading:before,
.navHeading:after {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.navHeading:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  /* background: rgba(245, 167, 66, 1); */
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.navHeading:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

main {
  min-width: 7.5em;
  max-width: 100%;
  /* padding-top: 0.313em; */
  margin: 0 auto;
  background: #ffffff;
}

.navLinks .dropdown-menu {
  margin: 0px;
}

.dropdown-item,
.dropdown-item a {
  color: #000000;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #aeb1b5;
}
.dropdown-item a {
  font-weight: bold;
}

.small {
  font-size: 0.75em;
}

.medium {
  font-size: 1em;
}

.large {
  font-size: 1.25em;
}

.fa-facebook {
  background: #3b5998;
  color: white;
  width: 30px;
  height: 30px;
  padding: 6px;
  text-align: center;
}

.fa-twitter {
  background: #55acee;
  color: white;
  width: 30px;
  height: 30px;
  padding: 6px;
  text-align: center;
}

.fa-envelope {
  background: yellowgreen;
  color: white;
  width: 30px;
  height: 30px;
  padding: 6px;
  text-align: center;
}

.fa-whatsapp {
  background: #1bd741;
  color: white;
  width: 30px;
  height: 30px;
  padding: 6px;
  text-align: center;
}

.fa-weibo {
  background: #df2029;
  color: white;
  width: 30px;
  height: 30px;
  padding: 6px;
  text-align: center;
}

#nav {
  position: absolute;
  width: 100%;
  background-color: white;
  padding: 0px;
  z-index: 1000;
}

.navbar-nav {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
}

#navbarSearch {
  font-size: 100%;
  width: auto;
  top: 100%;
  z-index: 2;
}

#navbarLanguage {
  font-size: 100%;
  width: auto;
  top: 100%;
  z-index: 2;
}

#navbarNavDropdown {
  font-size: 100%;
  /* width: 100%; */
  top: 100%;
  z-index: 2;
}

.nav-item {
  display: block !important;
  position: relative;
  padding: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

#shareDiv {
  bottom: 5px;
  z-index: 3;
}

#shareBtn,
#printBtn {
  color: black;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 100%;
}

#shareBtn:focus,
#shareBtn:active,
#printBtn:focus,
#printBtn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid black;
}

#searchInput {
  background-color: transparent;
  border-style: none none solid none;
  border-color: rgba(0, 0, 0, 0.5);
  padding: 0px 0px 0px 2px;
  font-size: 100%;
  width: 80%;
}

#searchInput::-webkit-input-placeholder {
  color: black;
}

#searchBtn {
  font-size: 100%;
  background-color: transparent;
  border-style: none;
  border-radius: 0;
}

#searchBtn:focus,
#searchBtn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px black solid;
}

#searchDiv {
  padding-bottom: 10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav {
    width: auto;
  }
}

@media all and (max-width: 1450px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  .nav {
    width: 100%;
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 1330px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-brand {
    height: 62px;
    /* padding: 0px; */
  }
}

@media screen and (max-width: 1183px) {
  .nav {
    margin-left: 100px !important;
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 1140px) {
  .navLinks {
    font-size: 95%;
  }

  .settings {
    font-size: 95%;
  }
}

@media screen and (max-width: 991.9px) {
  /* .navbar-brand {
    margin-left: 5px !important;
  }

  .nav {
    margin-left: 1rem !important;
  } */

  #navbarNavDropdown {
    min-width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
  }

  #navbarSearch {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    left: 0;
  }

  #navbarLanguage {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    left: 0;
  }

  .navLinks {
    font-size: 100%;
  }

  .settings {
    padding-right: 0px;
    font-size: 100%;
  }
}

@media all and (max-width: 992px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  #navbarNavDropdown {
    position: static;
  }

  #navbarSearch {
    position: static;
  }

  #navbarLanguage {
    position: static;
  }
}

@media screen and (max-width: 600px) {
  #nav {
    border-bottom-left-radius: 0px;
  }

  .navbar-toggler {
    margin-right: 5px !important;
  }

  /* .navbar-brand img {
    width: 320px;
    height: 50px;
  } */
}

/* @media screen and (max-width: 576px) {
  #togglerDiv {
    background-color: #00777f;
    margin-left: auto;
  }
  .customToggler {
    border: none;
  }
  .customToggler .navbar-toggler-icon {
    margin: 0 0 10px 5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
} */

@media screen and (max-width: 500px) {
  .settings {
    font-size: 90%;
  }
}

@media screen and (max-width: 430px) {
  .settings {
    font-size: 65%;
  }
}

@media screen and (max-width: 350px) {
  .navbar-brand {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .customToggler {
    padding: 0;
    margin: 0 !important;
  }

  .customToggler .navbar-toggler-icon {
    margin: 5px 0 5px 5px;
  }

  #navbarNavDropdown {
    font-size: 85%;
  }

  #navbarSearch {
    font-size: 85%;
  }

  #navbarLanguage {
    font-size: 85%;
  }
}

#topBtn {
  /* color: black;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  font-size: 24px; */
  border: 0;
  background-color: #ffffff;
  position: fixed;
  color: black;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  cursor: pointer;
  padding: 10px 15px;
  opacity: 0.8;
  border-radius: 10px;
}

#topDesc {
  font-size: 24px;
}

.parallaxTop {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  z-index: -9999;
}

footer {
  /* padding: 56.7px 100px; */
  /* background-color: #00777f; */
  /* border-radius: 0px 5px 0px 0px; */
  /* background-color: #ffffff; */
  font-weight: bold;
  /* padding: 56.7px 0px; */
  position: relative;
}

footer ul li a {
  /* font-size: 24px; */
  /* color: #ffffff; */
  text-decoration: none;
}

.footerTitle {
  color: white;
  font-size: 98%;
}

.footerSubtitle,
.footerBottom {
  font-size: 60%;
  color: white;
  list-style-type: none;
}

.footerSubtitle a:hover,
.footerBottom:hover {
  color: white;
}

#footerBottomImg {
  /* float: left; */
  padding: 10px 18px 0 24px;
}

.hide,
.hideBelow,
.hideBelowShortDelay,
.hideBelowMidDelay,
.hideBelowLongDelay,
.hideLeft,
.hideLeftShortDelay,
.hideLeftMidDelay,
.hideLeftLongDelay {
  opacity: 0;
}

.hideBelowShortDelay,
.hideLeftShortDelay {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.hideBelowMidDelay,
.hideLeftMidDelay {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.hideBelowLongDelay,
.hideLeftLongDelay {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeInFromBelow {
  -webkit-animation-name: fadeInFromBelow;
  animation-name: fadeInFromBelow;
  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: 1s;
  animation-duration: 1s;
}

.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out forwards;
  animation: fadeIn 1s ease-in-out forwards;
}

.fadeOut {
  -webkit-animation: fadeOut 0.3s ease-in-out forwards;
  animation: fadeOut 0.3s ease-in-out forwards;
}

@-webkit-keyframes fadeInFromBelow {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInFromBelow {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInFromLeft {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInFromLeft {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 1200px) {
  /* footer {
    padding: 56.7px 0px;
  } */
}

@media screen and (max-width: 992px) {
  #lastFooterItem {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .footerItem {
    padding-top: 1rem;
  }

  .footerItem,
  .topFooterItem {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footerItem ul,
  .topFooterItem ul {
    -webkit-padding-start: 5vw;
    padding-inline-start: 5vw;
  }

  .topFooterItem::after,
  .footerItem::after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 40vw;
  }
}

@media screen and (max-width: 768px) {
  #topBtn {
    font-size: 16px;
    bottom: 0px;
    right: 0px;
  }
  #topDesc {
    font-size: 16px;
  }
  .textLogo {
    min-width: 90px;
  }
}

@media screen and (max-width: 500px) {
  #footerBottomImg {
    float: none;
    padding: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .iconScroll:before {
    margin-left: 15px;
  }

  .parallaxTop {
    background-attachment: scroll;
  }
}

#printIcon {
  display: none;
}

@media print {
  #printIcon {
    padding-left: 50px;
    padding-top: 30px;
    display: block;
  }
}

.topBanner,
.parallaxTop {
  -webkit-print-color-adjust: exact;
}

.skip-link {
  position: relative;
  z-index: 1001;
}

.skip-link__link {
  display: -moz-inline-stack;
  display: block;
  margin: 0;
  max-height: 0;
  color: #fff;
  position: absolute;
  top: -5000px;
  left: -5000px;
  font-size: 1.2em;
  text-decoration: underline;
}

.skip-link__link:focus {
  max-height: 1920px;
  display: inline-block;
  padding: 15px;
  margin: 5px;
  outline: 3px solid #fff;
  text-decoration: underline;
  left: 20px;
  top: 20px;
  background-color: #eb6100;
  font-size: 1.2em;
}

#skiptargetholder {
  display: block;
  margin: 0 auto;
  max-height: 0;
}

#skiptargetholder #skiptarget {
  display: -moz-inline-stack;
  display: block;
  margin: 0;
  max-height: 0;
}

#nav a:link {
  color: #000;
}

.languageBtn a:link {
  color: #000;
}

.section-center {
  padding: 0 5rem;
}

/* new */
button:focus {
  outline: none;
}

.breadcrumb {
  padding-left: 0;
}

.breadcrumb-container {
  margin-bottom: 48px;
  padding-right: 48px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.color-muted {
  color: rgba(64, 64, 64, 1);
}

.footer-container {
  /* border: 0px 5px 5px 0px; */
  margin-top: 96px;
  width: 100%;
}

.subpage-background2 {
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  z-index: 0;
} 

.subpage {
  /* background-color: white; */
  /* border-radius: 0px 5px 5px 0px; */
  padding: 48px;
  width: 100%;
  position: relative;
}
.container {
  position: relative;
}
/* .section-border {
  border-left: 2px rgb(212, 67, 25) solid;
} */

.section-header {
  padding-bottom: 1rem;
  color: rgb(212, 67, 25);
}

.section-container {
  padding: 0px 48px;
  margin-bottom: 96px;
}

.register-float {
  z-index: 9998;
  height: 120px;
  object-fit: cover;
  position: fixed;
  bottom: 70px;
  right: 10px;
  transition: all 0.2s ease-in-out;
}

.register-float:hover {
  transform: translateY(-10%);
}

.section-padding-x {
  padding: 70px 0px;
}

li {
  margin: 0.5rem 0rem;
}

/* img {
  object-fit: cover;
} */

.page-hero {
  /* height: 600px;
  position: absolute; */
  top: 0;
  width: 100%;
  /* z-index: -1; */
}

.hero-container {
  background: transparent;
  z-index: 100;
  width: 100%;
  padding: 100px 48px;
}

.hero-heading {
  padding: 48px 0px 48px 0px;
}

@media screen and (max-width: 1024px) {
  .breadcrumb-container {
    margin-bottom: 48px;
    padding: 0px;
  }

  .hero-container {
    background: transparent;
    z-index: 100;
    width: 100%;
    padding: 0px;
    font-size: 80%;
  }

  .hero-heading {
    padding: 48px 0px;
  }

  .register-float {
    height: 80px;
    object-fit: cover;
    position: fixed;
    bottom: 40px;
    right: 10px;
  }

  .subpage {
    padding: 24px 0 48px 0;
    width: 100%;
    background-color: white;
  }

  footer {
    background-color: white;
  }
  .section-container {
    padding: 0px 24px;
    margin-bottom: 96px;
  }

  .footer-container {
    width: 100%;
  }
}

.main-color {
  color: rgb(212, 67, 25);
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.animate {
  transition: all 0.2s ease-in-out;
}

.animate:hover {
  transform: translateY(-10%);
}

.do-not-show {
  display: none;
}

.show-skip {
  display: block;
}

#btn-skip {
  border: white 1px solid;
  background: rgb(212, 67, 25);

  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  margin: 1rem;

  z-index: 100;
}

#btn-skip a {
  white-space: nowrap;
  color: white;
}

#btn-skip a:hover {
  text-decoration: underline;
}
.cuscontainer {
  max-width: 1200px;
}

body {
  letter-spacing: 3px;
}

#eventList {
  overflow-x: auto;
}

.section-container-button {
  margin-right: 10px;
}

#backtotopbutton {
  border: none;
  background-color: transparent;
}

#topindex {
  z-index: 1;
}

.textunderline {
  text-decoration: underline;
}

.breadcrumb {
  background: none;
  margin: 0;
}

#sourcetext {
  font-size: 1rem;
}

.solid-grey-text {
  border-bottom: thin solid grey;
}

.ul-padding-left {
  padding-left: 0;
}

.ul-list-disc {
  list-style: disc;
}

.cusadvancedSearchSub {
  border-style: solid;
  padding: 5px;
  border-color: grey;
  background-color: white;
  border-width: 1px;
}

#date_any,
#date_within,
#date_fromto {
  -webkit-appearance: radio;
  width: auto;
  height: auto;
}

.none-text-transform {
  text-transform: none;
}

#date_last_label {
  padding-left: 8px;
  padding-right: 8px;
}

#bannerSection {
  overflow: hidden;
}

.hero {
  background-color: rgba(33, 33, 33, 0.01);
}

.div-margin-left {
  margin-left: 0;
}

.white-color {
  color: #fff !important;
}

.flipper-last-update {
  font-size: 100%;
}

.enindexupdate {
  font-family: "Roboto", sans-serif !important;
}

.blue-button {
  color: blue;
}

.position-relative {
  position: relative;
}

.Background {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.organ_donation_3s_div {
  border: none;
  width: 20rem;
  height: auto;
}

#bigredtext {
  color: rgb(194, 81, 0);
  font-size: 30px;
}

.img09 {
  max-width: 90%;
}

.faqspan {
  text-transform: capitalize;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.faqimg {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* .faqlink {
  color: #ef38a2;
} */

.cuslogo {
  height: 90px;
}

#printlogo {
  max-width: 187px;
}
#logo1 {
  max-width: 187px;
}

.sh-button {
  display: flex;
  height: 100%;
  align-items: center;
}

.share-button-color {
  color: rgba(64, 64, 64, 1);
}

.search-bar {
  margin-bottom: 0rem;
  display: none;
}

.langdiv {
  border: 0.5px solid black;
  height: 50%;
  margin: 0px 5px;
}

#SearchBox {
  display: flex;
  align-items: center;
}

.alogo {
  float: left;
}

.search-button-padding {
  padding-top: 7px;
}

.maxheight {
  height: 100%;
}

.cusmtext {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.contactlink {
  text-transform: capitalize;
  width: 250px;
  max-width: 100%;
}

.centeritem {
  align-items: center;
}

.centertext {
  text-align: center;
}

.ulcircle {
  list-style: circle;
}

.footerBottomImglink {
  padding: 10px;
}

.home-calendar-section {
  position: relative;
  background-color: #feedd1;
}

.videosection {
  padding-bottom: 35px;
}

#appeal-videos {
  overflow-y: visible;
  background-color: #fff4e3;
  padding: 15px;
  border-radius: 30px;
  padding-bottom: 40px;
  letter-spacing: 1px;
}

.gardendiv {
  background-color: #fff4e3;
  padding: 15px;
  border-radius: 30px;
}

.gardendiv-h4 {
  padding-top: 14px;
}

.gardendiv-img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.gardendiv-img2 {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}

.gardendiv-ul {
  margin-bottom: 48px;
  list-style-type: disc;
}

.black-color {
  color: black !important;
}
.text-transform-unset {
  text-transform: unset;
}

.i-padding-left {
  padding-left: 10px;
}

.resources-strong {
  font-size: 30px;
}

.register_float_img {
  width: 200px;
  object-fit: contain;
}

.none-display {
  display: none;
}

.sitemap-span {
  font-weight: normal;
}

.ul-decimal {
  list-style: decimal;
}

#promo_charter {
  width: 100%;
  margin-bottom: 48px;
}

.col-top {
  top: 7px;
}

.col-float-right-padding {
  padding: 7px;
}

.p-nowrap {
  white-space: nowrap;
}

#story-pagination-buttons_div {
  padding-left: 5px;
  padding-right: 5px;
}

.resources-strong-padding {
  padding-left: 3px;
}

.ul-disc {
  list-style: disc;
}

.bold-text {
  font-weight: bold;
}

#cusrow2 {
  margin-right: 0px;
  margin-left: 0px;
}

.cus-p-padding-left {
  padding-left: 12px;
}

.cursor-pointer {
  cursor: pointer;
}

.cus-h5-text {
  color: rgba(189, 79, 0, 1);
}

.ul-list-title {
  list-style: disc;
  padding-left: 3rem;
}

.max-width {
  max-width: 100%;
}

#custopmemu {
  padding-left: 8px;
}

.indextitle {
  font-size: 64px;
  font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體,
    細明體_HKSCS, Arial, sans-serif;
  font-weight: bold;
  -webkit-animation: what-news-title 0.6s ease-in-out;
  animation: what-news-title 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  will-change: transform;
}

.indextext {
  animation-delay: 0.75s;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s;
}

.indextitle2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5em;
}
.dropdown-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  /* width: 33.33333%; */
  font-size: 18px;
  /* margin-bottom: 15px; */
  color: #000;
  position: relative;
  /* padding: 2px 10px; */
  z-index: 1;
}

.container {
  font-size: 21px;
  line-height: 1.5em;
  max-width: 1300px;
  padding-bottom: 12px;
  padding-right: 5%;
}

.indentation1 {
  padding-left: 30px;
}
.indentation2 {
  padding-left: 60px;
}
@media screen and (max-width: 425px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .register-float {
    height: 50px;
  }
  .indextitle {
    font-size: 60px;
  }
  .gardendiv {
    font-size: 20px;
  }
}

.positionrelative {
  position: relative !important;
}

.cusfocus:focus > .register-float {
  outline: 2px solid black !important;
}

#backtotopbutton:focus > #topBtn {
  outline: 2px solid black !important;
}

.text-muted {
  color: #000 !important;
}

.btn-question:focus,
#toggleAccordion:focus,
.tablinks:focus,
#collapseOneTitle:focus {
  outline: 2px solid black !important;
}

.cussearchurl {
  /* word-break: break-all; */
}
