body {
  color: #3e2e28;
}

#content h2, h3, h4 {
  color: #4b87b7;
}

body #mainVisual {
  margin-bottom: 5px;
}

body .logoImageWrap {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 5px;
  background: url(../images/hkibo2024/HKIBO_full_whiteBkg_h117.png) no-repeat 0 0;
  background-repeat: no-repeat;  
  background-position: center;
  margin-top: 45px;
}
/* 
body #container {
  background-image: url(../images/hkibo2024/sidestripe.jpg);
} */

#naviLeftHKIBOBar {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  /* min-height: 100vh; */
  height: 100%;
  /* background-image: url(../images/hkibo2024/sidestripe.jpg); */
  background-image: url(../images/hkibo2024/sidestripe_2024_R3.png);
  background-color: #4b87b7;
  background-repeat: repeat-y;
  background-position: left;
  
}

#naviLeftNaviBg {
  position: absolute;
  left: 35;
  top: 0;
  width: 164px;
  /* min-height: 100vh;
  height: 100%; */

  /* background-image: url(../images/hkibo2024/bg_hkba_strip.jpg);
  background-repeat: repeat-y;
  background-position: left; */

  /* background: rgb(228,115,38); */
  
}

body #content h2, 
#naviLeftHKIBOBar {
  
  /* filter: hue-rotate(28deg) opacity(80%) ; */
  
}


body #navi {
  position: relative;
  min-height: 100%;
  height: 100%;
  /* height: 100%; */
  
  /* background: url(../images/hkibo2024/navi_main.jpg) left top no-repeat; */
  
  /* background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);  */
  /* background: rgb(32,39,94);
  background: rgb(166,212,250); */

  background: #f5d7a1;

}

body #navi ul {
  /* background: url(../images/hkibo2024/navi_main.jpg) left top no-repeat; */
  /* background: rgb(34,193,195);
  background: linear-gradient(90deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);  */

  
}

body #navi ul li {
  color: #4b87b7;
}

body #navi ul li:hover, 
body #navi ul li a:hover  {
  color: #c65212;
}
body #navi ul li.current {
  color: #c65212;
}

body #naviStrip {
  /* background: url(../images/hkibo2024/bg_hkba_strip.jpg) repeat-y; */

}

body .entities h1 {
  /* background: #fbda7b; */
  width: 140px;
  background: #c65212;
  color: white;
}


body #content h2 {
  background: url(../images/hkibo2024/bg_header_new.png) right 0 no-repeat;
  /* color: #e32a28; */
  /* filter: hue-rotate(90deg);  */
  
  /* color: brown; */
}

body #content-bg-inner {
 
  background: #9dbdda;
}

body .BlockLabel {
  /* background: #e32a28; */
  /* background: #FDE400; */
  background: brown;
  filter: hue-rotate(90deg); 
}

body #content h3 {
  background: url(../images/hkibo2024/bg_header2.png) 0 3px no-repeat;
  /* color: #e32a28; */
  
  /* color: rgb(11,105,183); */
  color: #c65212;
}

