.topBrandLogoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 8%;
}
.topBrandLogoList__box {
  width: calc(100% / 6);
}
@media screen and (max-width: 768px) {
  .topBrandLogoList {
    justify-content: space-between;
    padding: 0;
  }
  .topBrandLogoList__box {
    width: 48%;
  }
}

#ourServiceSect {
  width: 100%;
  overflow: hidden;
}
.brand-area {
  position: relative;
  padding: 0;
  margin-bottom: 80px;
  border: 0 solid transparent;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.brand-area:hover {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}
.brand-area a {
  position: absolute;
  width: 100%;
  display: block;
  height: 80px;
  background: #222;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  bottom: -80px;
  line-height: 80px;
  padding: 0 10px;
}
.brand-area a .logo {
  float: left;
  position: absolute;
  top: 0;
  left: 20px;
  width: 40%;
  max-width: 100px;
}
.brand-area a .link {
  float: right;
  color: #fff;
  font-size: 12px;
}
.brand-area:hover a {
  background: rgba(0, 0, 0, 0.9);
}
a.other-brand-link img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
a.other-brand-link:active img,
a.other-brand-link:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.banner {
  text-decoration: none !important;
  background: #fff;
}
.banner .caption {
  display: table;
  margin: 0;
  padding: 0;
  display: block;
  color: #fff;
  background: #222;
  background: rgba(0, 0, 0, 0.2);
  padding: 15px;
  text-align: center;
  margin: 0 0 15px;
}
.banner img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.banner:active img,
.banner:focus img,
.banner:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.banner:active .caption,
.banner:focus .caption,
.banner:hover .caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.banner .caption span {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .banner {
    width: 100%;
    height: 89px;
    cursor: pointer;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .banner img,
  .banner:active img,
  .banner:focus img,
  .banner:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .banner img {
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .banner .caption {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 100;
    left: 0;
    width: 100%;
    height: 89px;
    padding: 15px;
    text-align: center;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .banner:hover .caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .banner {
    height: 119px;
  }
  .banner .caption {
    height: 119px;
  }
}
@media (min-width: 1200px) {
  .banner {
    height: 146px;
  }
  .banner .caption {
    height: 146px;
  }
}
#aboutSect {
  background: #f5f5f5;
}
#aboutSect h2 {
  text-align: left;
  margin: 0;
  padding: 30px 0 0;
  text-indent: 0;
}
#aboutSect ul {
  padding: 0;
  list-style: none;
}
#aboutSect li {
  padding-left: 10px;
}
#aboutSect .about-image {
  background-image: url(img/company-building.jpg);
  height: 350px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.support-visual {
  height: 310px;
  margin-bottom: 10px;
  background-image: url(img/support-image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-solution #pagetitle {
  border-bottom: 4px solid #7c878e;
}
.page-solution #pagetitle h1 {
  font-weight: 700;
}
.page-solution .concept-area {
  padding: 50px 20px;
  color: #fff;
  text-align: center;
  background: #7c878e;
}
.page-solution .concept-area .section-title {
  font-weight: 700;
  font-size: 120%;
}
.tag-block a {
  color: #fff;
  width: 100%;
  display: block;
  background: #7c878e;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
  height: 0;
  padding: 0;
  padding-top: 50%;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.tag-block .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  font-weight: 700;
  font-size: 16px;
}
.tag-block .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease-in-out;
}
.tag-block a:hover .bg {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1.02);
}
.tag-block .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.35) 100%
  );
}
.tag-block a:hover {
  background: #000;
}
.tag-block a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 11px;
  background: url(img/banner_arrow.svg);
}
#associatedProductSection {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #aboutSect .about-image,
  #aboutSect .about-text {
    height: 610px;
  }
  .tag-block a {
    height: 200px;
  }
  .tag-block a span {
    font-size: 1.6vw;
    width: 50%;
  }
  .tag-block .caption {
    font-size: 2vw;
  }
  .tag-block a {
    padding-top: 80%;
    border: 10px solid #fff;
  }
}
@media (min-width: 992px) {
  #aboutSect .about-image,
  #aboutSect .about-text {
    height: 600px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #aboutSect h2 {
    letter-spacing: 5px;
  }
  #aboutSect .about-image,
  #aboutSect .about-text {
    height: 560px;
  }
}
@media (min-width: 1440px) {
  #aboutSect {
    padding: 0;
  }
  #aboutSect .about-image,
  #aboutSect .about-text {
    height: 560px;
  }
}
