.brands-bg-box {
  background-image: url("/Content/images/Brands/brands-bg-box-L.png"),
    url("/Content/images/Brands/brands-bg-box-R.png");
  background-position: left top, right top;
  background-repeat: no-repeat;
  margin-top: -65px;
}
.top-brands-bg {
  background-image: url("/Content/images/Brands/top-bg-brands-page.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.a-brand {
  background-position: center;
  height: 104px;
  background-repeat: no-repeat;
  border-bottom: 5px solid #0aabad;
}
.cover-brand:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  height: 236px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(71%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.53))
  );
  background: linear-gradient(rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0.53));
  z-index: 1;
  border-radius: 5px;
}
.brand-detail-top-box-logo-box {
  bottom: 0;
  right: 0;
  z-index: 2;
}
.brand-detail-top-box-logo {
  width: 140px;
  height: 140px;
}
.brand-detail-top-box-fa-name,
.brand-detail-top-box-en-name {
  z-index: 2;
  right: 180px;
}
.brand-detail-top-box-fa-name {
  bottom: 25px;
}
.brand-detail-top-box-en-name {
  bottom: 4px;
}
.dynamic-wrap p {
  font-size: 13px;
}
.dynamic-wrap {
  -webkit-transition: height 0.25s ease-in-out;
  -moz-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 150px;
}
.height-active.dynamic-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background: -moz-linear-gradient(top, rgba(240, 249, 255, 0) 0, #fff 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(240, 249, 255, 0)),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(240, 249, 255, 0) 0,
    #f2f4f6 100%
  );
  background: -o-linear-gradient(top, rgba(240, 249, 255, 0) 0, #f2f4f6 100%);
  background: -ms-linear-gradient(top, rgba(240, 249, 255, 0) 0, #f2f4f6 100%);
  background: linear-gradient(
    to bottom,
    rgba(240, 249, 255, 0) 0,
    #f2f4f6 100%
  );
  z-index: 1;
}
.c-switch button{
  color:#9fa4ae;
}
.brand-modal video {
  width: 100%;
  height: 100%;
}
.dynamic-wrap h2 {
  font-size: 18px;
  margin-top: 11px;
}
@media only screen and (max-width: 768px) {
  .brand-detail-top-box-logo {
    width: 80px;
    height: 80px;
  } 
}

