* {
  box-sizing: border-box;
}
.vtc-module {
  width: 100%;
}
.vtc-module.pt {
  padding-top: 100px;
}
.vtc-module.pb {
  padding-bottom: 100px;
}
.vtc-module.ptb {
  padding-top: 100px;
  padding-bottom: 100px;
}
.vtc-module.module-3 .item {
  width: 33.33%;
}
@media screen and (max-width: 1200px) {
  .vtc-module.module-3 .item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .vtc-module.module-3 .item {
    width: 100%;
  }
}
.vtc-module.module-2 .item {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .vtc-module.module-2 .item {
    width: 100%;
  }
}
.vtc-module.module-3 .list,
.vtc-module.module-2 .list {
  margin: 0 -20px -40px;
  display: flex;
  flex-wrap: wrap;
}
.vtc-module.module-3 .list .item,
.vtc-module.module-2 .list .item {
  padding: 0 20px 40px;
}
.vtc-module.module-3 .list .item .box,
.vtc-module.module-2 .list .item .box {
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.vtc-module.module-3 .list .item .box .pic,
.vtc-module.module-2 .list .item .box .pic {
  width: 100%;
  overflow: hidden;
}
.vtc-module.module-3 .list .item .box .pic img,
.vtc-module.module-2 .list .item .box .pic img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.35s ease-in-out;
}
.vtc-module.module-3 .list .item .box .text-box,
.vtc-module.module-2 .list .item .box .text-box {
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .vtc-module.module-3 .list .item .box .text-box,
  .vtc-module.module-2 .list .item .box .text-box {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 768px) {
  .vtc-module.module-3 .list .item .box .text-box,
  .vtc-module.module-2 .list .item .box .text-box {
    padding: 10px 20px;
  }
}
.vtc-module.module-3 .list .item .box .text-box h6,
.vtc-module.module-2 .list .item .box .text-box h6 {
  margin: 0 0 12px;
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .vtc-module.module-3 .list .item .box .text-box h6,
  .vtc-module.module-2 .list .item .box .text-box h6 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .vtc-module.module-3 .list .item .box .text-box h6,
  .vtc-module.module-2 .list .item .box .text-box h6 {
    font-size: 24px;
  }
}
.vtc-module.module-3 .list .item .box .text-box p,
.vtc-module.module-2 .list .item .box .text-box p {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .vtc-module.module-3 .list .item .box .text-box p,
  .vtc-module.module-2 .list .item .box .text-box p {
    font-size: 14px;
  }
}
.vtc-module.module-3 .list .item .box:hover .pic img,
.vtc-module.module-2 .list .item .box:hover .pic img {
  transform: scale(1.1);
}
.vtc-module.pannysp-module .brand-list {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.vtc-module.pannysp-module .brand-list .item {
  padding: 0 10px 20px;
  width: 50%;
  transition: all 0.35s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .vtc-module.pannysp-module .brand-list .item {
    width: 25%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .vtc-module.pannysp-module .brand-list .item {
    width: 33.33%;
  }
}
.vtc-module.pannysp-module .brand-list .item.waterfall-item {
  position: absolute;
}
.vtc-module.pannysp-module .brand-list .item .pic {
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.vtc-module.pannysp-module .brand-list .item .pic img {
  width: 100%;
}
.fancybox__toolbar__column {
  display: flex;
}
.fancybox__toolbar__column .downloadthis,
.fancybox__toolbar__column .downloadall {
  padding: 0 10px;
  white-space: nowrap;
  font-size: 13.333px;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: auto;
}
.fancybox__toolbar__column .downloadthis svg,
.fancybox__toolbar__column .downloadall svg {
  margin-right: 5px;
  display: block;
}
