html {
   background-color: #ffffff;
}

body{
  font-family : Helvetica, sans-serif, Arial ; 
  font-weight: 400;
  color: #c9c9c9;
  background-color: #000000;
  font-size: 17px;
  line-height: 1.4em;
   
}

main {
  position: relative;
  top: 30px;
  margin-bottom:30px;
}

.banner-t {
  margin: 40px 0;
}
.banner-t h1{
  font-size: 50px;
  padding: 10px 0;
}
.sub-h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1em;
}
.banner-p {
  padding: 30px 0;
}
.banner-p img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.promo-item {
  padding-bottom:20px;
}
.promo-item img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin: 15px 0;
}

.cat-p {
  padding: 15px;
}
.cat-p img{
  border-radius: 10px;
  width:100%;
  height: auto;
}
.cat-t {
  padding-top:10px;
}

.bs {
  margin-bottom:20px;
}
.bs-agent {
  padding: 20px 0;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 32px;
  color:#f79e43;
}

h2 {
  font-size: 27px;
  color:#e16600;
}

h3 {
  font-size: 24px;
  color:#9f74b2;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6,
.size-16 {
  font-size: 16px;
}
p {
  font-size: 17px;
}

.text-small {
  font-size: 14px;
}


a {
  text-decoration: none;
  color:hsl(0, 0%, 100%)
}

a:hover {
  opacity: 0.8 !important;  
}

/* nav */
#neubar {
  background: #1a1a1a;
  /* box-shadow: 4px 6px 12px rgba(255, 255, 255, 0.7); */
  color: white !important;
  font-weight: 700;
  font-size:15px;
}
.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: #1a1a1a;
  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
}

.site-footer .social-icons {
  text-align: right
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #e2e2e2
}

.copyright-text {
  margin: 0
}

@media (max-width:991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  .site-footer {
    padding-bottom: 0
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook:hover {
  background-color: #3b5998
}

.social-icons a.twitter:hover {
  background-color: #00aced
}

.social-icons a.linkedin:hover {
  background-color: #007bb6
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89
}

@media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }

  /* Page Mobile */
   div.bu-page {
      font-size: 22px;
      line-height: 2em;
   }
   div.bu-page div.logo a img {
      width: 120px;
      height: auto;
      margin-bottom:10px;
   }
   div.bu-page a.page-sel, span.page-sel {
      margin-left: 8px;
      margin-right: 8px;
   }
   div.bu-page a.page-prev {
      margin-right: 12px;
   }
   div.bu-page a.page-prev2 {
      margin-right: 10px;
   }
   div.bu-page a.page-next {
      margin-left: 12px;
   }
   div.bu-page a.page-next2 {
      margin-left: 10px;
   }
   div.bu-page span.active {
      text-decoration: underline;
   }

}

@media (min-width:767px) {

  /* Page PC */
  .ca-banner {
    max-width: 1440px;
  }

  div.bu-page {
    font-size: 18px;
  }
  div.bu-page div.logo a img {
    width: 120px;
    height: auto;
    margin-bottom:10px;
  }
  div.bu-page a.page-sel, span.page-sel {
    margin-left: 6px;
    margin-right: 6px;
  }
  div.bu-page a.page-prev {
    margin-right: 12px;
  }
  div.bu-page a.page-prev2 {
    margin-right: 8px;
  }
  div.bu-page a.page-next {
    margin-left: 12px;
  }
  div.bu-page a.page-next2 {
    margin-left: 8px;
  }
  div.bu-page span.active {
    text-decoration: underline;
  }    

}

/* whatsapp, LINE */
img.icon {
  width: 1em !important;
  height: 1em !important;
}

/* join btn */
.join-btn {
  text-align: center;
}
img.img-join {
  width: 65%;
  height: auto;
}

/* Video  */
.videoWrapper {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 */
   height: 0;
}
.videoWrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

/*  flex item */
.flex-container {
   /* We first create a flex layout context */
   display: flex;
   
   /* Then we define the flow direction 
      and if we allow the items to wrap 
    * Remember this is the same as:
    * flex-direction: row;
    * flex-wrap: wrap;
    */
   flex-flow: row wrap;
   
   /* Then we define how is distributed the remaining space */
   justify-content: flex-start;
   
   padding-left: 0;
   margin: 0;
   list-style: none;
}
.flex-item-282 {
   padding: 5px;
   width: 292px;
   margin-top: 8px;
   margin-right: 5px;
   line-height: 18px;
   text-align: center;
   border-radius: 10px;
   font-size: 16px;
}
