*{
  /* list-style:none ; */
}
.hMain h1,
.hMain h4,
.hMain p {
  color: #0089ff !important;
}

.list-style-none{
  list-style: none;
}




.intro-layer > a {
  margin-right: 2rem;
}

#brand {
  background-image: url(../img/banner/5.jpg);
  background-position: 50% 50%;
}

#concept {
  background-color: #fdebf2;
}

#gallery {
  background-color: #fff;
}

.item-media {
  border: 3px solid white !important;
}

article.vertical-item {
  box-shadow: 1px 3px 4px 1px #66666666 !important;
}

.list2 li::before {
  color: #63a4e0 !important;
}

.highlight {
  color: #63a4e0 !important;
}

.highlight2 {
  color: white !important;
}

.cs {
  background-color: #555 !important;
}
.header_white {
  background-color: #0a74cf !important;
}
#toTop {
  background-color: #0a74cf !important;
}

.theme_button {
  color: #3771a7 !important;
}

.theme_button.color1:hover,
.theme_button.color1 {
  color: #fff !important;
  background-color: #0a74cf;
  border-color: #0a74cf;
}

.top_logo img{
  width: 80px;
  margin-right: 20px;
}

.about-img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 550px;
}

.normal-tag{
  background: #0074cf;
  color: #fff;
  color: 18px;
  display: inline;
  padding: 7px 5px;
  min-width: 80px;
  
}

.d-md-none{
  display: none;
}

@media screen and (max-width:576px) {
  .d-md-none{
    display: block;
  }
}