body{
  font-family : Helvetica, sans-serif, Arial ; 
  font-weight: 400;
  color: hsl(0, 0%, 75%);   /*   Text  */ 
  background-color:#222222;  /*  bg   */
  font-size: 17px;
  line-height: 1.4em;
   
}
a {
  text-decoration: none;
  color:hsl(0, 0%, 100%) /* when dark bg */
}
a:hover {
  opacity: 0.8 !important;  
}

.banner-lg {
  padding: 20% 8% 5% 8%;
}

/* nav */
#neubar {
  background: #000000;   /*  nav bg  */
  color: white !important;
  font-weight: 700;
}
.nav-item {
  padding: 5px 0;
  color: white !important;  
} 

.nav-item .active {
  color: white !important;  
}

#neubar .dropdown-menu a:hover {
  color: #ffffff
}
#neubar .nav-item {
  margin : auto 4px;
}

#neubar a {
  color: white !important;  
  padding-left:12px;
  padding-right:12px;
}

.bu-toggler-icon{
  border-color: rgb(255,255,255);
}

/* foot */
.site-footer {
  position: relative;
  top: 10px;
  background-color: #181818;  /* footer bg */
  padding: 20px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #d6d6d6;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px
}

.footer-links {
  padding-left: 0;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  color: #ffffff
}

.footer-links.inline li {
  display: inline-block
}

@media (max-width:991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  .site-footer {
    padding-bottom: 0
  }
}


main {
  position: relative;
  top: 30px;
  margin-bottom:30px;
}

.sub-h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1em;
}

.cat-p {
  padding: 15px;
}
.cat-p img{
  border-radius: 10px;
  width:100%;
  height: auto;
}
.cat-t {
  padding-top:10px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6,
.size-16 {
  font-size: 16px;
}
p {
  font-size: 17px;
}

.text-small {
  font-size: 14px;
}

.size-20 {
  font-size: 20px;
}
.size-22 {
  font-size: 22px;
}


@media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }

  /* Page Mobile */
   

}

@media (min-width:767px) {

  /* Page PC */
  

}

/* whatsapp, LINE */
img.icon {
  width: 1em !important;
  height: 1em !important;
}

/* Video  */
.videoWrapper {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 */
   height: 0;
}
.videoWrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
