/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ccc; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #47b2e4; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #283a5a; 
}

body{
    font-size: 16px;
}

td.empty{
    border: none;
}

.section-bg-notice{
    border:1px solid #283a5a;
    background-color: #ffffff;
    color: #ff4400;
}

.section-bg-notice h4{
  background:#283a5a;
  color: white;
  padding: 5px;
  text-align: center;    
  margin: 0;
}

.section-bg-notice ul{
  padding: 0;
  padding-left: 10px;
  margin: 0;
  height: 275px;
  overflow-y: auto;
}
.section-bg-notice li{
    margin: 25px;
}

.section-bg-notice small{
  font-size: 11px;
  color: #000;
}


.why-us.dept .accordion-list a {
    padding: 8px;
    font-size: 21px;
    font-weight: 700;
    outline: 1px solid #47b2e4;
    border-radius: 5px;
}
.why-us.dept .accordion-list i {
    padding: 8px;
}

.why-us.dept .accordion-list ul li div {
    padding: 8px;
}

#header .logo{
    font-size: 18px;
}



.ribbon{
    font-size:20px;
    position:relative;
    display:inline-block;
    margin:3em 3em 0 3em;
    text-align:center;
  }
  .text{
    display:inline-block;
    padding:0.5em 1em;
    min-width:20em;
    line-height:1.2em;
    background: #FFD72A;
    position:relative;
    color: black;
  }
  .text:hover{
    color: #555;
    top: -1px;
  }
  .ribbon:after,.ribbon:before,
  .text:before,.text:after,
  .bold:before{
    content:'';
    position:absolute;
    border-style:solid;
  }
  .ribbon:before{
    top:0.3em; left:0.2em;
    width:100%; height:100%;
    border:none;
    background:red  ;
    z-index:-2;
  }
  .text:before{
    bottom:100%; left:0;
    border-width: .5em .7em 0 0;
    border-color: transparent #FC9544 transparent transparent;
  }
  .text:after{
    top:100%; right:0;
    border-width: .5em 2em 0 0;
    border-color: #FC9544 transparent transparent transparent;
  }
  .ribbon:after, .bold:before{
    top:0.5em;right:-2em;
    border-width: 1.1em 1em 1.1em 3em;
    border-color: #FECC30 transparent #FECC30 #FECC30;
    z-index:-1;
  }
  .bold:before{
    border-color: #EBECED transparent #EBECED #EBECED;
    top:0.7em;
    right:-2.3em;
  }
  

#hero{
  position: relative;
  background-repeat: no-repeat;
  background: url(../img/hero-bg.jpg);
  background-size: cover;
}

 #hero:before {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0.6;
    transition: all 1s;
    -webkit-transition: all 1s;
}

#hero h6, #hero h2 {
  color: #fff;
}

.member-info.staff_info_details{
  width: 100%;
}

.faq-list img{
  width:100%;
  padding: 15px;
}

@media (max-width:991px){
  .text{
    min-width:14em;
  }
  #hero {
    height: 750px;
  }

  .section-bg-notice{
    margin-bottom: 60px;
  }
}