.Style1 {
  text-align: center;
}

.Style1 .vc-sub-heading2 {
  display: inline-block;
}

.Style2 .vc-heading .vc-cap {
  position: relative;
  display: inline-block;
  padding-top: 15px;
}

.Style2 .vc-heading .vc-cap span {
  position: absolute;
  width: 95px;
  height: 5px;
  border-radius: 30px;
  top: 0px;
  left: 0px;
}

.Style3 .vc-heading .vc-cap {
  position: relative;
  display: inline-block;
}

.Style3 .vc-heading .vc-cap span {
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #cccccc;
  margin-left: 15px;
  margin-bottom: 6px;
}

.Style3 .vc-sub-heading1 div {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.Style3 .vc-sub-heading1 div span {
  position: absolute;
  width: 55px;
  height: 4px;
  bottom: 2px;
  left: 0;
}

.Style4 .vc-sub-heading2 div {
  padding-left: 65px;
  position: relative;
  display: inline-block;
}

.Style4 .vc-sub-heading2 div span {
  position: absolute;
  width: 54px;
  height: 3px;
  background: #36bda1;
  margin-right: 15px;
  top: 20px;
  left: 0px;
}

.Style4 .vc_text_button {
  padding-left: 65px;
}

.Style5 .vc-sub-heading1 {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.Style5 .vc-sub-heading1 span {
  position: absolute;
  left: 0px;
  top: 25px;
  height: 8px;
  width: 90px;
  z-index: -1;
}

.vc_text_button a {
  display: inline-block;
  padding: 10px;
  position: relative;
  z-index: 2;
  text-decoration: none !important;
}

.vc_text_button a span {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 5px;
  height: 100%;
  width: 100%;
}

.vc_text_button.half-but a {
  padding: 8px 35px;
  z-index: 2;
}

.vc_text_button.half-but a span {
  height: 100%;
  width: 77px;
  z-index: -1;
  border-radius: 5px;
  transition: 0.5s;
}

.vc_text_button.half-but a:hover span {
  -webkit-animation: chuoi4 0.8s linear 1;
  animation: chuoi4 0.8s linear 1;
  width: 100%;
}

.vc-printshop-testimonials {
  padding-bottom: 64px;
}

.vc-printshop-testimonials *,
.vc-printshop-testimonials *::before,
.vc-printshop-testimonials *::after {
  box-sizing: border-box;
}

.vc_testimonial_wrap .vc-avatar-testimonial {
  width: 300px;
  margin: 0 auto;
}

.vc_testimonial_wrap .vc-avatar-testimonial .vc-avatar-img {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0;
  transition: all .6s ease 0s;
  cursor: pointer;
  padding: 10px 0;
}

.vc_testimonial_wrap .vc-avatar-testimonial .vc-avatar-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 50%;
  display: inline-block;
  opacity: .85;
  filter: alpha(opacity=70);
  transition: all .6s ease 0s;
  width: 90px;
  border: 1px solid #fff;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.35);
}

.vc_testimonial_wrap .swiper-container-horizontal > .swiper-pagination-bullets {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 22px;
  text-align: center;
}

.vc_testimonial_wrap .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.vc_testimonial_wrap .swiper-button-prev,
.vc_testimonial_wrap .swiper-button-next {
  background-size: 0;
  height: 45px;
  background-color: #ddd;
  line-height: 45px;
  text-align: center;
  opacity: .6;
}

.vc_testimonial_wrap .swiper-button-prev:hover,
.vc_testimonial_wrap .swiper-button-next:hover {
  opacity: 1;
  transition: all .3s;
}

.vc_testimonial_wrap .swiper-button-next:before {
  font-family: 'printcart-ico';
  content: '\f103';
  font-size: 22px;
}

.vc_testimonial_wrap .swiper-button-prev:before {
  font-family: 'printcart-ico';
  content: '\e904';
  font-size: 22px;
}

.vc_testimonial_wrap.testimonial_multi_thumb .vc-avatar-testimonial .vc-avatar-img img {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: .85;
  filter: alpha(opacity=70);
}

.vc_testimonial_wrap.testimonial_multi_thumb .vc-avatar-testimonial .swiper-slide-active .vc-avatar-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.vc_testimonial_wrap.testimonial_multi_thumb .vc-content-testimonial {
  width: 770px;
  text-align: center;
}

.vc_testimonial_wrap.testimonial_multi_thumb .vc-content-testimonial .vc-testimonial-content {
  position: relative;
  color: #444;
  margin-top: 21px;
}

.vc_testimonial_wrap.testimonial_multi_thumb .vc-content-testimonial .vc-testimonial-content:before {
  position: absolute;
  left: 0;
  top: -12px;
  font-family: 'printcart-ico';
  content: "\e801";
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  font-size: 23px;
  color: #666666;
}

.vc_testimonial_wrap.testimonial_multi_thumb .vc-content-testimonial .vc-testimonial-content:after {
  position: absolute;
  right: 0;
  top: -12px;
  font-family: 'printcart-ico';
  content: "\e801";
  font-size: 23px;
  color: #666666;
}

.vc_testimonial_wrap.testimonial_multi_thumb .vc-content-testimonial .vc-testimonial-content p {
  color: #444444;
}

.vc_testimonial_wrap.testimonial_multi_thumb .vc-content-testimonial .vc-testimonial-content p.description {
  padding: 0 60px;
  font-size: 16px;
  margin-bottom: 35px;
}

.vc_testimonial_wrap.testimonial_multi_thumb .vc-content-testimonial .vc-testimonial-content p.client-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.vc_testimonial_wrap.testimonial_multi_thumb .vc-content-testimonial .vc-testimonial-content p.client-position {
  color: #666666;
  font-weight: 500;
  margin-bottom: 0;
}

.vc_testimonial_wrap.testimonial_single_thumb .vc-avatar-testimonial {
  margin-bottom: 40px;
}

.vc_testimonial_wrap.testimonial_single_thumb .vc-avatar-testimonial .client-name {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}

.vc_testimonial_wrap.testimonial_single_thumb .vc-avatar-testimonial .client-position {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}

.vc_testimonial_wrap.testimonial_single_thumb .vc-content-testimonial {
  width: 100%;
  text-align: center;
}

.vc_testimonial_wrap.testimonial_single_thumb .vc-content-testimonial .vc-testimonial-content {
  padding: 0px 95px;
}

.vc_testimonial_wrap.testimonial_single_thumb .vc-content-testimonial .vc-testimonial-content .title {
  color: #444444;
  font-size: 22px;
  font-weight: 500;
}

.vc_testimonial_wrap.testimonial_single_thumb .vc-content-testimonial .vc-testimonial-content .description {
  margin-bottom: 40px;
}

.vc_testimonial_wrap.testimonial_align_left,
.vc_testimonial_wrap.testimonial_cover_flow {
  margin: 0 -15px;
}

.vc_testimonial_wrap.testimonial_align_left .vc-content-testimonial,
.vc_testimonial_wrap.testimonial_cover_flow .vc-content-testimonial {
  width: 100%;
  text-align: left;
}

.vc_testimonial_wrap.testimonial_align_left .vc-content-testimonial .title,
.vc_testimonial_wrap.testimonial_cover_flow .vc-content-testimonial .title {
  color: #444444;
  font-size: 22px;
  font-weight: 500;
}

.vc_testimonial_wrap.testimonial_align_left .vc-avatar-testimonial,
.vc_testimonial_wrap.testimonial_cover_flow .vc-avatar-testimonial {
  margin-bottom: 15px;
  width: auto;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.vc_testimonial_wrap.testimonial_align_left .vc-avatar-testimonial .vc-avatar-img,
.vc_testimonial_wrap.testimonial_cover_flow .vc-avatar-testimonial .vc-avatar-img {
  margin-right: 40px;
}

.vc_testimonial_wrap.testimonial_align_left .vc-avatar-testimonial .client-name,
.vc_testimonial_wrap.testimonial_cover_flow .vc-avatar-testimonial .client-name {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.vc_testimonial_wrap.testimonial_align_left .vc-avatar-testimonial .client-position,
.vc_testimonial_wrap.testimonial_cover_flow .vc-avatar-testimonial .client-position {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}

.vc_testimonial_wrap.testimonial_align_left .swiper-pagination-bullets,
.vc_testimonial_wrap.testimonial_cover_flow .swiper-pagination-bullets {
  text-align: left;
}

.vc_testimonial_wrap.testimonial_cover_flow {
  margin: 0;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-container {
  height: 610px;
  padding: 20px 30px;
  margin-right: -45px;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide {
  background-color: white;
  background-image: none;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 245px;
  opacity: 1;
  padding: 22px 55px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide:not(.swiper-slide-active) .vc-testimonial-content {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: max-height 1s, visibility 1s, opacity 1s ease-out;
  overflow: hidden;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide:not(.swiper-slide-active) .vc-avatar-testimonial .vc-avatar-img {
  margin-right: 48px;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide:not(.swiper-slide-active) .vc-avatar-testimonial .vc-avatar-img img {
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide:not(.swiper-slide-active) .vc-avatar-testimonial .client-data .client-name {
  font-size: 22px;
  transition: font-size 1s;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide:not(.swiper-slide-active) .vc-avatar-testimonial .client-data .client-position {
  font-size: 22px;
  transition: font-size 1s;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide.swiper-slide-active .vc-testimonial-content {
  visibility: visible;
  opacity: 1;
  max-height: 100%;
  transition: max-height 1.5s, visibility 1s, opacity 1s ease-in;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide.swiper-slide-active .client-data .client-name {
  font-size: 16px;
  transition: font-size 1s;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide.swiper-slide-active .client-data .client-position {
  font-size: 16px;
  transition: font-size 1s;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide .vc-avatar-testimonial {
  margin: 0;
  width: 100%;
  padding: 0;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide .vc-avatar-testimonial .vc-avatar-img {
  margin-right: 20px;
  width: 22%;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide .vc-avatar-testimonial .client-data {
  width: 88%;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide .vc-avatar-testimonial .client-data .client-position {
  font-weight: 500;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide .vc-avatar-testimonial .client-data .client-position span {
  float: right;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide .vc-testimonial-content .description {
  font-weight: 500;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide-prev {
  opacity: 1;
}

.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide-active,
.vc_testimonial_wrap.testimonial_cover_flow .swiper-slide-next {
  opacity: 1;
}

.vc_testimonial_wrap.testimonial_multi_block .vc-content-testimonial .swiper-slide {
  background: #f3f3f3;
  padding: 45px 30px;
  border-radius: 5px;
}

.vc_testimonial_wrap.testimonial_multi_block .vc-content-testimonial .vc-testimonial-content {
  min-height: 120px;
}

.vc_testimonial_wrap.testimonial_multi_block .vc-content-testimonial .vc-testimonial-content p {
  margin-bottom: 53px;
}

.vc_testimonial_wrap.testimonial_multi_block .vc-content-testimonial .vc-testimonial-content p:before,
.vc_testimonial_wrap.testimonial_multi_block .vc-content-testimonial .vc-testimonial-content p:after {
  font-family: 'printcart-ico';
  font-size: 20px;
  color: #999;
  line-height: 16px;
}

.vc_testimonial_wrap.testimonial_multi_block .vc-content-testimonial .vc-testimonial-content p:before {
  content: "\a907";
  margin-right: 30px;
}

.vc_testimonial_wrap.testimonial_multi_block .vc-content-testimonial .vc-testimonial-content p:after {
  content: "\a906";
  margin-left: 20px;
}

.vc_testimonial_wrap.testimonial_multi_block .vc-avatar-testimonial {
  margin-bottom: 0;
  width: auto;
  display: flex;
  align-items: center;
}

.vc_testimonial_wrap.testimonial_multi_block .vc-avatar-testimonial .vc-avatar-img {
  margin-right: 20px;
  padding: 0;
}

.vc_testimonial_wrap.testimonial_multi_block .vc-avatar-testimonial .vc-avatar-img img {
  border: none;
  box-shadow: 0 0 0 0;
  width: 120px;
}

.vc_testimonial_wrap.testimonial_multi_block .vc-avatar-testimonial .client-name {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.vc_testimonial_wrap.testimonial_multi_block .vc-avatar-testimonial .client-position {
  font-size: 16px;
  color: #999;
  margin-bottom: 0;
}

.vc_testimonial_wrap.testimonial_no_thumb .vc-content-testimonial .vc-testimonial-content p {
  margin-bottom: 53px;
  font-size: 16px;
  line-height: 31px;
}

.vc_testimonial_wrap.testimonial_no_thumb .vc-content-testimonial .vc-testimonial-content p:before,
.vc_testimonial_wrap.testimonial_no_thumb .vc-content-testimonial .vc-testimonial-content p:after {
  font-family: 'printcart-ico';
  font-size: 24px;
  color: #696969;
  line-height: 16px;
}

.vc_testimonial_wrap.testimonial_no_thumb .vc-content-testimonial .vc-testimonial-content p:before {
  content: "\a907";
  margin-right: 30px;
}

.vc_testimonial_wrap.testimonial_no_thumb .vc-content-testimonial .vc-testimonial-content p:after {
  content: "\a906";
  margin-left: 20px;
}

.vc_testimonial_wrap.testimonial_no_thumb .vc-avatar-testimonial {
  margin-bottom: 21px;
  width: auto;
}

.vc_testimonial_wrap.testimonial_no_thumb .vc-avatar-testimonial .client-name {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.vc_testimonial_wrap.testimonial_no_thumb .vc-avatar-testimonial .client-position {
  font-size: 16px;
  color: #999;
  margin-bottom: 0;
}

.vc_testimonial_wrap.testimonial_no_thumb .swiper-button-prev,
.vc_testimonial_wrap.testimonial_no_thumb .swiper-button-next {
  background-size: 0;
  bottom: 0;
  top: auto;
  height: 45px;
  background-color: transparent;
  line-height: 45px;
  text-align: center;
}

.vc_testimonial_wrap.testimonial_no_thumb .swiper-button-next {
  left: 55px;
}

.vc_testimonial_wrap.testimonial_no_thumb .swiper-button-next:before {
  font-family: 'printcart-ico';
  content: '\e91a';
  font-size: 22px;
  color: #999;
}

.vc_testimonial_wrap.testimonial_no_thumb .swiper-button-prev {
  left: 0;
}

.vc_testimonial_wrap.testimonial_no_thumb .swiper-button-prev:before {
  font-family: 'printcart-ico';
  content: '\a905';
  font-size: 22px;
  color: #999;
}

.vc_testimonial_wrap.testimonial_no_thumb .swiper-button-prev:after {
  content: '|';
  font-size: 23px;
  margin-left: 13px;
  color: #ccc;
  font-weight: 800;
}

.vc_testimonial_wrap.testimonial_no_thumb .swiper-button-prev.swiper-button-disabled:after {
  color: #777;
}

.vc_testimonial_wrap.testimonial_single_big_thumb .vc-avatar-testimonial {
  margin-bottom: 30px;
}

.vc_testimonial_wrap.testimonial_single_big_thumb .vc-avatar-testimonial .vc-avatar-img {
  padding: 0;
}

.vc_testimonial_wrap.testimonial_single_big_thumb .vc-avatar-testimonial .vc-avatar-img img {
  box-shadow: 0 0 0 0;
  width: 120px;
  border: 2px solid #fff;
}

.vc_testimonial_wrap.testimonial_single_big_thumb .vc-content-testimonial {
  width: 100%;
  text-align: center;
}

.vc_testimonial_wrap.testimonial_single_big_thumb .vc-content-testimonial .vc-testimonial-content {
  padding: 0px 95px;
}

.vc_testimonial_wrap.testimonial_single_big_thumb .vc-content-testimonial .vc-testimonial-content .title {
  color: #444444;
  font-size: 22px;
  font-weight: 500;
}

.vc_testimonial_wrap.testimonial_single_big_thumb .vc-content-testimonial .vc-testimonial-content .description {
  margin-bottom: 22px;
}

.vc_testimonial_wrap.testimonial_single_big_thumb .testimonial-meta .client-name {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.vc_testimonial_wrap.testimonial_single_big_thumb .testimonial-meta .client-position {
  font-size: 16px;
  color: #999;
  margin-bottom: 0;
}

.vc_testimonial_wrap.testimonial_single_big_thumb .swiper-button-prev,
.vc_testimonial_wrap.testimonial_single_big_thumb .swiper-button-next {
  background-size: 0;
  background-color: transparent;
}

.vc_testimonial_wrap.testimonial_single_big_thumb .swiper-button-next:before,
.vc_testimonial_wrap.testimonial_single_big_thumb .swiper-button-prev:before {
  font-size: 28px;
  font-weight: bold;
}

.vc-home-blog2 .wrap {
  overflow: hidden;
  margin-bottom: 30px;
}

.vc-home-blog2 .wrap article {
  display: inline-block;
}

.vc-home-blog2 .wrap article .home-blog-thumb {
  position: relative;
  display: block;
}

.vc-home-blog2 .wrap article .home-blog-thumb:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #fff;
  transition: 0.3s;
}

.vc-home-blog2 .wrap article:hover .home-blog-thumb:after {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.vc-home-blog2 .wrap article:hover .blog-content h4 a {
  text-decoration: none;
}

.vc-home-blog2 .wrap article:first-child {
  width: 41.7%;
  padding-right: 15px;
  float: left;
}

.vc-home-blog2 .wrap article:first-child img {
  display: block;
  margin-bottom: 23px;
}

.vc-home-blog2 .wrap article:not(:first-child) {
  width: 58.3%;
  padding-left: 15px;
}

.vc-home-blog2 .wrap article:not(:first-child) .home-blog-thumb {
  float: left;
  margin-right: 30px;
  width: calc(42.8%);
}

.vc-home-blog2 .wrap article:not(:first-child) .blog-content h4 {
  clear: none;
}

.vc-home-blog2 .wrap article:nth-of-type(2) {
  margin-bottom: 45px;
}

.vc-home-blog2 .wrap article img {
  width: 100%;
}

.vc-home-blog2 .wrap article .blog-content span {
  font-size: 13px;
  text-transform: uppercase;
}

.vc-home-blog2 .wrap article .blog-content span a {
  font-size: 13px;
  text-decoration: none;
}

.vc-home-blog2 .wrap article .blog-content h4 a {
  font-size: 20px;
  text-decoration: none;
}

.vc-home-blog2 .wrap article .blog-content p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}

.vc-home-blog2 .wrap article .home-extra-detail {
  margin-bottom: 5px;
}

.vc-home-blog2 .wrap article .home-extra-detail a {
  text-decoration: none;
}

.vc-home-blog2 .wrap article h4 {
  margin-bottom: 12px;
}

.vc-home-blog3 article {
  overflow: hidden;
}

.vc-home-blog3 article:not(:last-child) {
  margin-bottom: 45px;
}

.vc-home-blog3 article:hover .home-blog-thumb:after {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.vc-home-blog3 article:hover .blog-content h4 a {
  text-decoration: none;
}

.vc-home-blog3 .home-blog-thumb {
  float: left;
  width: calc(42.8%);
  margin-right: 30px;
  position: relative;
}

.vc-home-blog3 .home-blog-thumb img {
  width: 100%;
}

.vc-home-blog3 .home-blog-thumb:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #fff;
  transition: 0.3s;
}

.vc-home-blog3 .blog-content h4 {
  clear: none;
  margin-bottom: 12px;
}

.vc-home-blog3 .blog-content h4 a {
  font-size: 20px;
  text-decoration: none;
}

.vc-home-blog3 .blog-content p {
  margin-bottom: 20px;
  font-size: 16px;
}

.vc-home-blog3 .blog-content .home-extra-detail {
  margin-bottom: 3px;
}

.vc-home-blog3 .blog-content .home-extra-detail span {
  font-size: 16px;
}

.vc-home-blog3 .blog-content .home-extra-detail span a {
  font-size: 16px;
  text-decoration: none;
}

.vc-home-blog3 .blog-content .hb-readmore {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 30px;
  background: #c8a577;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}

.vc-home-blog4 .home-extra-detail span {
  font-size: 16px;
  text-transform: uppercase;
}

.vc-home-blog4 .home-extra-detail span a {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

.vc-home-blog4 .blog-content .caption a {
  font-size: 21px;
  text-decoration: none;
}

.vc-home-blog4 .blog-content p {
  font-size: 16px;
}

.vc-home-blog4 .blog-content .hb-readmore {
  z-index: 2;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 32px;
  display: inline-block;
  text-decoration: none;
}

.vc-home-blog4 .blog-content .hb-readmore span {
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 100%;
  border-radius: 5px;
  background: #8881fa;
  transition: 0.5s;
}

.vc-home-blog4 .blog-content .hb-readmore:hover span {
  width: 100%;
}

.vc-home-blog4.row {
  margin-right: -25px;
  margin-left: -25px;
}

.vc-home-blog4 article {
  padding-right: 25px;
  padding-left: 25px;
}

.vc-home-blog4 article:hover .home-blog-thumb:after {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.vc-home-blog4 article:hover .blog-content .caption a {
  text-decoration: none;
}

.vc-home-blog4 article .home-blog-thumb {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  width: 100%;
}

.vc-home-blog4 article .home-blog-thumb img {
  width: 100%;
}

.vc-home-blog4 article .home-blog-thumb:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #fff;
  transition: 0.3s;
}

.vc-home-blog4 article .blog-content .caption {
  margin-bottom: 12px;
}

.vc-home-blog4 article .blog-content p {
  line-height: 30px;
  margin-bottom: 20px;
}

.vc-home-blog5 .wrap {
  overflow: hidden;
}

.vc-home-blog5 .wrap .wrap-child {
  width: 50%;
  display: inline-block;
  padding-right: 15px;
}

.vc-home-blog5 .wrap .wrap-child .home-blog-thumb {
  width: 42%;
  display: inline-block;
  max-height: 201px;
}

.vc-home-blog5 .wrap .wrap-child .blog-content {
  width: 58%;
  float: right;
  padding-left: 29px;
}

.vc-home-blog5 .wrap .wrap-child .blog-content .caption {
  font-weight: bold;
  margin-bottom: 7px;
  line-height: 28px;
}

.vc-home-blog5 .wrap .wrap-child .blog-content .caption a {
  text-decoration: none;
  font-size: 20.99px;
}

.vc-home-blog5 .wrap .wrap-child .blog-content .home-extra-detail {
  margin-bottom: 17px;
}

.vc-home-blog5 .wrap .wrap-child .blog-content .home-extra-detail span {
  text-transform: uppercase;
  font-size: 11.99px;
}

.vc-home-blog5 .wrap .wrap-child .blog-content .home-extra-detail span a {
  text-decoration: none;
  font-size: 11.99px;
  text-decoration: none;
}

.vc-home-blog5 .wrap .wrap-child .blog-content p {
  font-size: 15.99px;
  line-height: 27px;
  margin-bottom: 15px;
}

.vc-home-blog5 .wrap .wrap-child .blog-content .hb-readmore {
  font-size: 15.99px;
  text-decoration: underline;
}

.vc-home-blog5 .wrap .wrap-child .art {
  overflow: hidden;
}

.vc-home-blog5 .wrap .wrap-child .art:first-child {
  margin-bottom: 43px;
}

.vc-home-blog5 .wrap .art .home-blog-thumb {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.vc-home-blog5 .wrap .art .home-blog-thumb:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border: 1px solid #fff;
  transition: 0.3s;
}

.vc-home-blog5 .wrap .art:hover .home-blog-thumb:after {
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
}

.vc-home-blog5 .wrap > .art {
  position: relative;
  width: 50%;
  float: right;
  padding-left: 25px;
}

.vc-home-blog5 .wrap > .art .blog-content {
  position: absolute;
  right: 0px;
  top: 117px;
  width: 85%;
  text-align: right;
}

.vc-home-blog5 .wrap > .art .blog-content .caption {
  margin-bottom: 8px;
}

.vc-home-blog5 .wrap > .art .blog-content .caption a {
  font-size: 26.98px;
  font-weight: bold;
  text-decoration: none;
  line-height: 30px;
}

.vc-home-blog5 .wrap > .art .blog-content .home-extra-detail {
  margin-bottom: 32px;
}

.vc-home-blog5 .wrap > .art .blog-content .home-extra-detail span {
  font-size: 11.99px;
  text-transform: uppercase;
}

.vc-home-blog5 .wrap > .art .blog-content p {
  display: none;
}

.vc-home-blog5 .wrap > .art .blog-content .hb-readmore {
  text-transform: uppercase;
  font-size: 15.99px;
  text-decoration: none;
  display: inline-block;
  padding: 9px 30px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.vc-home-blog6 article {
  margin-bottom: 30px;
}

.vc-home-blog6 article:hover .home-blog-thumb:after {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.vc-home-blog6 .home-blog-thumb {
  width: 38%;
  float: left;
  position: relative;
}

.vc-home-blog6 .home-blog-thumb img {
  width: 100%;
}

.vc-home-blog6 .home-blog-thumb:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #fff;
  transition: 0.3s;
}

.vc-home-blog6 .blog-content {
  padding-top: 10px;
  padding-left: 41.7%;
}

.vc-home-blog6 .blog-content .category {
  margin-bottom: 6px;
}

.vc-home-blog6 .blog-content .category a {
  text-decoration: none;
}

.vc-home-blog6 .blog-content .caption {
  margin-bottom: 4px;
  clear: none;
}

.vc-home-blog6 .blog-content .caption a {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

.vc-home-blog6 .blog-content .home-extra-detail {
  margin-bottom: 19px;
  color: #999999;
}

.vc-home-blog6 .blog-content .home-extra-detail span {
  font-size: 14px;
}

.vc-home-blog6 .blog-content .home-extra-detail span a {
  text-decoration: none;
  color: #999999;
  text-transform: capitalize;
}

.vc-home-blog6 .blog-content p {
  font-size: 16px;
  margin-bottom: 22px;
}

.vc-home-blog6 .blog-content .hb-readmore {
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  padding: 9px 19px;
  border-radius: 5px;
}

.vc-home-blog7 {
  position: relative;
}

.vc-home-blog7 .pad-left {
  padding-left: 30px;
  margin: 0px auto;
}

.vc-home-blog7 .wrap article {
  display: flex;
}

.vc-home-blog7 .wrap article:nth-of-type(2n+1) {
  flex-direction: row-reverse;
  position: relative;
  z-index: 20;
}

.vc-home-blog7 .wrap article:nth-of-type(2n+1) .home-blog-thumb {
  border-right: 0px;
}

.vc-home-blog7 .wrap article:nth-of-type(2n) {
  position: relative;
  z-index: 10;
  margin-top: -105px;
}

.vc-home-blog7 .wrap article:nth-of-type(2n) .blog-content {
  align-self: flex-end;
  margin-bottom: 3px;
}

.vc-home-blog7 .wrap article:nth-of-type(2n) .home-blog-thumb {
  border-left: 0px;
}

.vc-home-blog7 .wrap article:hover .home-blog-thumb:after {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.vc-home-blog7 .wrap article .home-blog-thumb {
  border: 15px solid #fff;
  position: relative;
  width: 80%;
}

.vc-home-blog7 .wrap article .home-blog-thumb img {
  max-width: none;
  display: block;
  width: 100%;
}

.vc-home-blog7 .wrap article .home-blog-thumb:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #fff;
  transition: 0.3s;
}

.vc-home-blog7 .wrap article .blog-content {
  margin-top: 21px;
  margin-left: 40px;
  font-weight: 400;
}

.vc-home-blog7 .wrap article .category {
  font-size: 11.99px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.vc-home-blog7 .wrap article .caption {
  line-height: 28px;
  margin-bottom: 3px;
}

.vc-home-blog7 .wrap article .caption a {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}

.vc-home-blog7 .wrap article .home-extra-detail {
  margin-bottom: 15px;
}

.vc-home-blog7 .wrap article .home-extra-detail span {
  text-transform: uppercase;
  font-size: 11.99px;
}

.vc-home-blog7 .wrap article .home-extra-detail span a {
  text-transform: uppercase;
  font-size: 11.99px;
  text-decoration: none;
}

.vc-home-blog7 .wrap article p {
  font-size: 15.99px;
  line-height: 30px;
  margin-bottom: 18px;
}

.vc-home-blog7 .wrap article .hb-readmore {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 2;
  position: relative;
  padding: 8px 32px;
  display: inline-block;
}

.vc-home-blog7 .wrap article .hb-readmore span {
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 100%;
  border-radius: 5px;
  background: #36bda1;
  transition: 0.5s;
}

.vc-home-blog7 .wrap article .hb-readmore:hover span {
  width: 100%;
}

.vc-home-blog7 .swiper-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  display: flex;
  flex-direction: row-reverse;
  width: 142px;
  height: 57px;
  justify-content: center;
  z-index: 1000;
  background-color: #fff;
}

.vc-home-blog7 .swiper-button div {
  position: static;
  background-image: none;
  margin: auto 0px;
  padding: 7px;
  opacity: 1;
  cursor: pointer;
}

.vc-home-blog7 .swiper-button div svg {
  vertical-align: text-bottom;
  width: 15px;
}

.vc-home-blog7 .swiper-button div.swiper-button-disabled svg {
  opacity: 0.45;
}

.vc-home-blog7 .swiper-button div.swiper-next {
  margin-left: 35px;
}

.vc-home-blog7 .swiper-button:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 37px;
  width: 1px;
  background: #d9d9d9;
  font-size: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc-video .fluid-iframe {
  width: 100%;
  padding-bottom: 56.25%;
}

.sc-video .fluid-iframe iframe {
  max-width: 100%;
  max-height: 100%;
}

.sc-video .sc-video-thumb iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.sc-video .sc-video-thumb img {
  cursor: pointer;
}

.sc-video .sc-video-thumb svg {
  left: calc(50% - 32px);
  top: calc(50% - 32px);
}

.sc-video.tr .fluid-iframe iframe {
  right: 0;
}

.sc-video.tc .fluid-iframe iframe {
  left: 50%;
}

.sc-video .sc-video-popup {
  display: inline-block;
}

.sc-video[class*="shadow-"] > div {
  z-index: 1;
}

.sc-video[class*="shadow-"] > div:before,
.sc-video[class*="shadow-"] > div:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.sc-video.shadow-1 > div img {
  border-radius: 2% 0 0 0 / 20% 0 0 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
}

.sc-video.shadow-1 > div:before {
  -webkit-transform: rotate(7deg) translate(20px, 25px) skew(20deg);
  transform: rotate(7deg) translate(20px, 25px) skew(20deg);
  top: 0;
  left: 0;
  width: 33%;
  height: 25%;
  box-shadow: -10px -10px 15px rgba(0, 0, 0, 0.5);
}

.sc-video.shadow-2 > div img {
  border-radius: 0 0 25% 25% / 0 0 3% 3%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
}

.sc-video.shadow-2 > div:before {
  -webkit-transform: rotate(-3deg) skew(0);
  transform: rotate(-3deg) skew(0);
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
}

.sc-video.shadow-2 > div:after {
  -webkit-transform: rotate(3deg) skew(0);
  transform: rotate(3deg) skew(0);
  bottom: 15px;
  right: 10px;
  width: 50%;
  height: 20%;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
}

.sc-video.shadow-3 > div img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
}

.sc-video.shadow-3 > div:before {
  width: 80%;
  height: 40%;
  left: 10%;
  border-radius: 50%;
  top: 0;
  box-shadow: 0 -7px 16px rgba(0, 0, 0, 0.4);
}

.sc-video.shadow-3 > div:after {
  width: 80%;
  height: 40%;
  left: 10%;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.4);
}

.sc-video.shadow-4 > div img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
}

.sc-video.shadow-4 > div:after {
  width: 80%;
  height: 40%;
  left: 10%;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.4);
}

.sc-video.shadow-5 > div img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
}

.sc-video.shadow-5 > div:before {
  width: 80%;
  height: 40%;
  left: 10%;
  border-radius: 50%;
  top: 0;
  box-shadow: 0 -7px 16px rgba(0, 0, 0, 0.4);
}

.sc-video.shadow-6 > div img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
}

.sc-video.shadow-6 > div:before {
  -webkit-transform: skew(36deg);
  transform: skew(36deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  left: 80px;
  bottom: 5px;
  width: 100%;
  height: 37%;
  border-radius: 10% 0 0 0;
  box-shadow: -86px 0 17px rgba(0, 0, 0, 0.33);
}

.sc-video.shadow-7 > div img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
}

.sc-video.shadow-7 > div:before {
  -webkit-transform: skew(-36deg);
  transform: skew(-36deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  right: 80px;
  bottom: 5px;
  width: 100%;
  height: 37%;
  border-radius: 0 10% 0 0;
  box-shadow: 86px 0 17px rgba(0, 0, 0, 0.33);
}

.sc-video.shadow-8 > div img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  border-radius: 0 0 1% 0 / 0 0 20% 0;
}

.sc-video.shadow-8 > div:before {
  -webkit-transform: skew(2deg, 2deg) translate(3px, 8px);
  transform: skew(2deg, 2deg) translate(3px, 8px);
  width: 98%;
  height: 96%;
  bottom: 0;
  right: 0;
  background: #eee;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}

.sc-video.shadow-8 > div:after {
  -webkit-transform: skew(2deg, 2deg) translate(-1px, 2px);
  transform: skew(2deg, 2deg) translate(-1px, 2px);
  width: 98%;
  height: 96%;
  bottom: 0;
  right: 0;
  background: #eee;
  border: 1px solid #ccc;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.sc-video.shadow-9 > div img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
}

.sc-video.shadow-9 > div:before {
  left: 0;
  width: 100%;
  height: 80%;
  border-radius: 10px / 100px;
  top: 10%;
  bottom: 10%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.vccat-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.vccat-thumb img {
  transition: all 0.4s ease 0s;
}

.vccat-thumb:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

/*hotdeals*/

.hotdeal-content-wrapper.style1 .item-product-image,
.hotdeal-content-wrapper.style1 .item-product-meta {
  float: left;
  width: 48%;
}

.hotdeal-content-wrapper .item-product-image {
  position: relative;
}

.hotdeal-content-wrapper.style1 .item-product-image {
  margin-right: 4%;
  box-shadow: 5px 6px 27px 2px #cccccc;
}

.hotdeal-content-wrapper .item-product-image .sale-perc {
  position: absolute;
  padding: 3px 10px;
}

.hotdeal-content-wrapper.style1 .item-product-image .sale-perc {
  top: 30px;
  left: 0px;
  text-transform: uppercase;
  color: #fff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.hotdeal-content-wrapper.style2 .item-product-image .sale-perc {
  right: 0px;
  top: 30px;
  color: #fff;
  font-size: 24px;
}

.hotdeal-content-wrapper.style2 .item-product-image .sale-perc span {
  display: none;
}

.hotdeal-content-wrapper.style1 .item-product-meta ins {
  float: left;
  margin-right: 20px;
}

.hotdeal-content-wrapper.style1 .item-product-meta ins span {
  font-size: 28px;
}

.hotdeal-content-wrapper.style1 .item-product-meta del {
  font-size: 21px;
  color: #666666;
  line-height: 47px;
}

.hotdeal-content-wrapper.style1 .product-description {
  clear: both;
  font-size: 16px;
  color: #666;
  margin-top: 30px;
  margin-top: 42px;
  line-height: 27px;
  margin-bottom: 27px;
}

.hotdeal-content-wrapper .counter-wrapper > div {
  display: inline-block;
  text-align: center;
}

.hotdeal-content-wrapper.style1 .counter-wrapper > div {
  margin-right: 30px;
}

.hotdeal-content-wrapper.style1 .counter-wrapper > div:last-child {
  margin-right: 0px;
}

.hotdeal-content-wrapper.style1 .number-wrapper {
  border: 1px solid;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 28px;
}

.hotdeal-content-wrapper .ref-wrapper {
  text-transform: uppercase;
}

.hotdeal-content-wrapper.style2 .ref-wrapper {
  font-size: 12px;
}

.hotdeal-content-wrapper.style2 .number-wrapper {
  font-size: 24px;
  line-height: 24px;
}

.hotdeal-content-wrapper.style2 .item-product-meta .product_title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}

.hotdeal-content-wrapper .item-product-meta del {
  text-decoration: none;
}

.hotdeal-content-wrapper.style2 .item-product-meta del {
  margin-right: 10px;
  font-size: 20px;
}

.hotdeal-content-wrapper.style2 .item-product-meta ins span {
  font-weight: bold;
  font-size: 20px;
}

.hotdeal-content-wrapper.style2 .item-product-meta del span {
  color: #b8b8b8;
}

.hotdeal-content-wrapper.style1 .ref-wrapper {
  line-height: 16px;
  margin-top: 15px;
  font-size: 16px;
}

.hotdeal-content-wrapper.style1 .item-product-meta a.button {
  margin-top: 30px;
  height: 42px;
  line-height: 39px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: normal;
  border-radius: 5px;
}

.hotdeal-content-wrapper.style1 .item-product-meta a.button:hover {
  text-decoration: none;
}

.hotdeal-content-wrapper.style2 .counter-wrapper > div {
  color: #ffffff;
  padding: 5px;
  margin-right: 4px;
  min-width: 75px;
}

.hotdeal-content-wrapper.style2 .counter-wrapper > div:last-child {
  margin-right: 0px;
}

.hotdeal-content-wrapper.style2 .hotdeal-list-wrap {
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.hotdeal-content-wrapper.style2 .item-product-image {
  margin-bottom: 15px;
}

.hotdeal-list-wrap .product_title {
  text-transform: uppercase;
}

.hotdeal-content-wrapper.style1 .hotdeal-list-wrap .product_title {
  margin-top: 24px;
  margin-bottom: 19px;
}

/*brand*/

.nbfw-carousel ul,
ul.nbfw-carousel {
  padding-left: 0px;
}

.brands-list li {
  list-style: none;
}

.border-img .b-thumb {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 30px;
}

.b-thumb {
  padding: 5px;
}

.b-thumb img {
  margin: 0 auto;
}

.nbfw-carousel.style2 .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  border-radius: 5px;
}

.nbfw-carousel .owl-dots .owl-dot span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}

.nbfw-carousel.style2 .owl-dots .owl-dot {
  width: 30px;
  height: 5px;
  margin-right: 15px;
}

.nbfw-carousel .owl-dots .owl-dot {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}

.nbfw-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.nbfw-carousel.owl-carousel .owl-item img {
  width: auto;
}

/* nb-fw banner  */

.effect-zoom .nbfw_banner-container:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.effect-3 .nbfw_banner-container:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  cursor: pointer;
}

.effect-3:hover .nbfw_banner-container:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}

.effect-1 .nbfw_banner-container:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(35, 47, 62, 0.8);
  top: 0;
  left: 0;
  content: "";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
}

.effect-1 .nbfw_banner-container .nbfw-txt-info {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -41%);
  transform: scale(1) translate(-50%, -41%);
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-out 0s;
  padding: 0px;
}

.effect-1 .nbfw_banner-container .nbfw-txt-info h4 {
  color: #f8981d;
}

.effect-1 .nbfw_banner-container .nbfw-txt-info h4 a {
  color: #f8981d;
}

.effect-1 .nbfw_banner-container .nbfw-txt-info h4:before {
  content: '';
  width: 40%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 4%;
  top: -50px;
  transition: all 500ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.effect-1 .nbfw_banner-container .nbfw-txt-info h4:after {
  top: 96px;
  left: 55%;
  content: '';
  width: 40%;
  height: 1px;
  background: #fff;
  position: absolute;
  transition: all 500ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.effect-1:hover .nbfw_banner-container:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.effect-1:hover .nbfw_banner-container .nbfw-txt-info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.effect-5 {
  position: relative;
  overflow: hidden;
}

.effect-5 .nbfw_banner-container:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all .5s linear;
}

.effect-5 .nbfw_banner-container:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all .5s linear;
}

.effect-5:hover .nbfw_banner-container:before {
  right: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.effect-5:hover .nbfw_banner-container::after {
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.nbfw_banner-container {
  position: relative;
  overflow: hidden;
}

.nbfw_banner-container img {
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}

.nbfw_banner-container .nbfw-txt-info {
  padding: 5px;
  display: inline-table;
}

.nbfw_banner-container .nbfw-txt-info .txt-caption {
  font-size: 16px;
  color: #666;
  position: relative;
}

.nbfw_banner-container .nbfw-txt-info .txt-caption.has-divider {
  margin-bottom: 10px;
}

.nbfw_banner-container .nbfw-txt-info .txt-caption .txt-caption-divider {
  content: "";
  position: absolute;
  width: 52px;
  bottom: -8px;
  display: inline-block;
  border-top: solid 1px #545454;
}

.nbfw_banner-container .nbfw-txt-info.text-right .txt-caption-divider {
  right: 0;
}

.nbfw_banner-container .nbfw-txt-info.text-left .txt-caption-divider {
  left: 0;
}

.nbfw_banner-container .nbfw-txt-info .txt-primary {
  color: #444;
  margin-bottom: 0;
}

.nbfw_banner-container .nbfw-txt-info .txt-des {
  font-size: 14px;
  color: #888;
  margin-bottom: 0;
  margin-top: 5px;
}

.nbfw_banner-container .nbfw-txt-info.p-center-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nbfw_banner-container .nbfw-txt-info.p-top-left {
  position: absolute;
  left: 0;
  top: 10%;
}

.nbfw_banner-container .nbfw-txt-info.p-top-right {
  position: absolute;
  right: 0;
  top: 10%;
}

.nbfw_banner-container .nbfw-txt-info.p-center-right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-5%, -50%);
  transform: translate(-5%, -50%);
}

.nbfw_banner-container .nbfw-txt-info.p-center-left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.nbfw_banner-container .nbfw-txt-info.p-bottom-center {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.nbfw_banner-container .nbfw-txt-info.bg-white {
  background: rgba(255, 255, 255, 0.85);
}

.nbfw_banner-container .nbfw-txt-info.box-circle {
  border-radius: 50%;
}

.nbfw-txt-info a:hover {
  text-decoration: none;
}

/*--- Step by step ---*/

.steps {
  position: relative;
  padding-left: 0px;
  overflow: hidden;
  display: inline-block;
  padding-top: 5px;
  width: 100%;
}

.step_details {
  position: relative;
  list-style: none;
}

.step_details:after {
  content: '';
  width: 3px;
  height: 100%;
  background-color: #abc637;
  position: absolute;
  left: 76px;
  top: 30px;
}

/*.steps .step_details:last-child:after{
  display: none;
}*/

.step_number {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #abc737;
  color: #fff;
  position: absolute;
  padding: 0 25px 0 12px;
  border-radius: 14px;
  line-height: 28px;
  font-size: 13px;
  z-index: 2;
}

.step_number .number {
  border: 1px solid #abc737;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border-radius: 18px;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  top: -4px;
  left: 60px;
  color: #abc737;
  background-color: #fff;
  text-align: center;
}

.step_desc {
  margin-top: 5px;
}

.vc-step li:last-child .vc-step-events {
  margin-bottom: 0px;
}

.step_box {
  margin-left: 120px;
  background-color: #fff;
  border: 1px solid;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-right: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  top: -4px;
  line-height: normal;
}

.step_box .name {
  margin-bottom: 10px;
}

.step_box .content > div {
  line-height: 26px;
}

.step_box:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -9px;
  top: 9px;
  height: 0px;
  width: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #676c77;
}

.step_box:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 9px;
  height: 0px;
  width: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid white;
}

.nb-fw.services.icon-position-top .image-icon {
  margin-bottom: 23px;
}

.nb-fw.services.icon-position-top .service-title {
  margin-bottom: 23px;
}

.nb-fw.services.icon-position-top .sv-content-box {
  line-height: 26px;
}

.nb-fw.services.icon-position-left .image-icon {
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.nb-fw.services.icon-position-left .content,
.nb-fw.services.icon-position-right .content {
  display: table-cell;
}

.nb-fw.services.icon-position-right .image-icon {
  display: inline-block;
  float: right;
  margin-left: 25px;
}

.list_products .shop-main {
  padding: 0px;
}

.nbfw-social-link-widget li {
  display: inline-block;
}

.nbfw-social-link-widget li a {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  padding-left: 0 !important;
  width: 32px;
  line-height: 32px;
  margin-right: 15px;
}

.nbfw-social-link-widget li a:before {
  content: none !important;
}

.nbfw-social-link-widget li:last-child a {
  margin-right: 0px;
}

.item-col-3 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.item-col-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.item-col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.nb-instagram-feed .instagram-widget-img {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}

.nb-instagram-feed .instagram-pics {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.nb-instagram-feed .instagram-pics:hover img {
  border-color: #0B6631;
}

.nb-instagram-feed .instagram-pics img {
  border: 1px solid transparent;
}

.nbelement-info li i {
  margin-right: 10px;
}

.nbelement-info li a {
  padding-left: 0px !important;
}

.nbelement-info li a:before {
  content: none !important;
}

.instagram-widget-img .instagram-pics > a {
  position: relative;
  display: inline-block;
}

.instagram-widget-img .instagram-pics > a:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border: 1px solid #fff;
  transition: 0.3s;
}

.instagram-widget-img .instagram-pics:hover > a:after {
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
}

.product-online-desginer ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.product-online-desginer ul li {
  overflow: hidden;
}

.product-online-desginer ul li[class^="col-nb"]:nth-child(odd) {
  background-color: #fff;
}

.product-online-desginer ul li[class^="col-nb"]:nth-child(even) {
  background-color: #e3e3e1;
}

.product-online-desginer ul li img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.product-online-desginer ul li .product-online-desginer-detail {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.product-online-desginer ul li .product-online-desginer-detail:before {
  background-color: rgba(48, 48, 48, 0.5);
  bottom: 0;
  content: "";
  filter: alpha(opacity=0);
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s linear;
}

.product-online-desginer ul li .product-online-desginer-detail > div {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 4;
  padding: 0 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-online-desginer ul li .product-online-desginer-detail > div a {
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 5px;
  display: inline-block;
  filter: alpha(opacity=0);
  font-size: 20px;
  line-height: 46px;
  opacity: 0;
  position: relative;
  text-align: center;
  top: -100px;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  width: 100%;
  z-index: 5;
}

.product-online-desginer ul li .product-online-desginer-detail > div a h4 {
  color: #fff;
  margin-bottom: 13px;
  font-weight: 500;
}

.product-online-desginer ul li .product-online-desginer-detail > div a h6 {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
  background-color: #4285f4;
  color: #fff;
  border-radius: 5px;
  height: 40px;
  line-height: 39px;
  padding: 0 25px;
}

.product-online-desginer ul li .product-online-desginer-detail > div a h6:hover {
  opacity: 0.90;
}

.product-online-desginer ul li:hover .product-online-desginer-detail:before {
  opacity: 1;
}

.product-online-desginer ul li:hover .product-online-desginer-detail div {
  filter: alpha(opacity=100);
  opacity: 1;
}

.product-online-desginer ul li:hover .product-online-desginer-detail div a {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
}

.product-online-desginer ul.rig {
  margin-right: -15px;
  margin-left: -15px;
}

.product-online-desginer .btn-browse h5 {
  font-size: 14px;
  float: right;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
  line-height: 43px;
  padding: 0 30px;
  text-transform: uppercase;
}

.product-online-desginer .pr {
  vertical-align: middle;
}

.template-online-design .wrap-swiper-button-next,
.template-online-design .wrap-swiper-button-prev {
  background-color: #f4f4f2;
  width: 69px;
  height: 50px;
  position: absolute;
  bottom: 0px;
  z-index: 100;
}

.template-online-design .wrap-swiper-button-next {
  right: 0px;
}

.template-online-design .wrap-swiper-button-prev {
  left: 0px;
}

.template-online-design h3 {
  text-transform: uppercase;
}

.template-online-design h3:after {
  content: '___';
  color: #334B6F;
}

.template-online-design .des {
  vertical-align: top;
  line-height: 35px;
  display: block;
  margin-top: -10px;
}

.template-online-design h5 {
  font-size: 14px;
  float: right;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.template-online-design .effect1:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all .5s linear;
}

.template-online-design .effect1:hover:before {
  right: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.template-online-design .effect1:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all .5s linear;
}

.template-online-design .effect1:hover:after {
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.template-online-design .swiper-container {
  width: 100%;
  height: 100%;
}

.template-online-design .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.template-online-design .swiper-button-next-2 {
  background-image: none;
  color: #CC7272;
  margin-left: 20px;
  margin-top: 7px;
}

.template-online-design .swiper-button-next-2:before {
  font-family: 'printcart-ico';
  content: "\f103";
  font-size: 24px;
}

.template-online-design .swiper-container-rtl .swiper-button-prev-2 {
  background-image: none;
  color: #CC7272;
  margin-left: 20px;
}

.template-online-design .swiper-button-prev-2 {
  background-image: none;
  color: #CC7272;
  margin-left: 20px;
  margin-top: 9px;
}

.template-online-design .swiper-button-prev-2:before {
  font-family: 'printcart-ico';
  content: "\e904";
  font-size: 24px;
}

.template-online-design .swiper-container-rtl .swiper-button-next-2 {
  background-image: none;
  color: #CC7272;
  margin-left: 20px;
}

.template-online-design .thumbnail {
  border: 1px solid #ebebeb;
}

.tab-product .shop-main {
  margin-bottom: 0;
}

.tab-product .alt-heading {
  padding-bottom: 30px;
}

.vc-tab-product-wrapper .vc-tab-product-header {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.vc-tab-product-wrapper .vc-tab-product-header .product-tab-header {
  width: 30%;
}

.vc-tab-product-wrapper .vc-tab-product-header .product-tab-header p {
  font-size: 22px;
  text-transform: uppercase;
}

.vc-tab-product-wrapper .vc-tab-product-header .product-tab-header.show_heading_line h2 {
  position: absolute;
  z-index: 10;
  top: -5px;
}

.vc-tab-product-wrapper .vc-tab-product-header .product-tab-header.show_heading_line h2:after {
  content: '';
  position: absolute;
  height: 8px;
  width: 90px;
  top: 50%;
  z-index: -1;
  left: 0px;
  background: #43c9d7;
  margin-top: -4px;
}

.vc-tab-product-wrapper .vc-tab-product-header ul.tab-label {
  width: 70%;
}

.vc-tab-product-wrapper .vc-tab-product-header ul.tab-label.no-heading {
  width: 100%;
}

.vc-tab-product-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.vc-tab-product-wrapper ul.style-rounded li a {
  border-radius: 4px;
  border: 1px solid #b7b7b7;
  background: transparent;
  height: 35px;
  line-height: 35px;
}

.vc-tab-product-wrapper ul.style-rounded li.active a {
  border: 1px solid #4285f4;
  color: #fff;
}

.vc-tab-product-wrapper ul.style-rounded li:hover a {
  color: #fff;
}

.vc-tab-product-wrapper ul.style-separated li {
  border-right: solid 1px #666;
}

.vc-tab-product-wrapper ul.style-separated li a {
  line-height: 1;
  font-size: 16px;
}

.vc-tab-product-wrapper ul.style-separated li.active a {
  color: #000;
}

.vc-tab-product-wrapper ul.style-separated li:hover a {
  color: #000;
}

.vc-tab-product-wrapper ul.style-separated li:first-child a {
  padding-left: 0;
}

.vc-tab-product-wrapper ul.style-separated li:last-child {
  margin-right: 0;
  border-right: 0;
}

.vc-tab-product-wrapper ul.style-separated li:last-child a {
  padding-right: 0;
}

.vc-tab-product-wrapper ul.style-classic li a {
  line-height: 1;
  font-size: 16px;
}

.vc-tab-product-wrapper ul.style-classic li.active a {
  color: #000;
}

.vc-tab-product-wrapper ul.style-classic li:hover a {
  color: #000;
}

.vc-tab-product-wrapper ul.style-classic li:first-child a {
  padding-left: 0;
}

.vc-tab-product-wrapper ul.style-classic li:last-child {
  margin-right: 0;
}

.vc-tab-product-wrapper ul.style-classic li:last-child a {
  padding-right: 0;
}

.vc-tab-product-wrapper ul.style-border_bottom {
  margin-bottom: 15px;
}

.vc-tab-product-wrapper ul.style-border_bottom li {
  margin-right: 40px;
}

.vc-tab-product-wrapper ul.style-border_bottom li a {
  line-height: 1;
  font-size: 16px;
  padding: 0 0 8px 0;
}

.vc-tab-product-wrapper ul.style-border_bottom li.active a {
  color: #000;
  border-bottom: solid 1px #000;
}

.vc-tab-product-wrapper ul.style-border_bottom li:hover a {
  color: #000;
}

.vc-tab-product-wrapper ul.style-border_bottom li:first-child a {
  padding-left: 0;
}

.vc-tab-product-wrapper ul.style-border_bottom li:last-child {
  margin-right: 0;
}

.vc-tab-product-wrapper ul.style-border_bottom li:last-child a {
  padding-right: 0;
}

.vc-tab-product-wrapper ul li {
  margin-right: 6px;
  display: inline-block;
  text-transform: uppercase;
}

.vc-tab-product-wrapper ul li a {
  text-decoration: none;
  color: #666;
  display: block;
  padding: 0 10px;
}

.vc-tab-product-wrapper ul.light li a {
  color: #fff;
}

.vc-tab-product-wrapper .vc-tab-product-content {
  margin-top: 30px;
  margin-bottom: 12px;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel {
  display: none;
  transition: opacity linear 0.1s;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.panel-active {
  display: flex;
  flex-direction: column;
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transition: opacity ease-out 0.2s 0.1s;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-left {
  flex-direction: row;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-left .cat_img {
  display: flex;
  flex-direction: column;
  width: 32%;
  padding-right: 30px;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-left .cat_img a {
  margin-bottom: 30px;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-left .products.grid-type {
  width: 68%;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-right {
  flex-direction: row-reverse;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-right .cat_img {
  display: flex;
  flex-direction: column;
  width: 32%;
  padding-left: 30px;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-right .cat_img a {
  margin-bottom: 30px;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-right .products.grid-type {
  width: 68%;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-top {
  flex-direction: column;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-top .cat_img {
  display: flex;
  flex-direction: row;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-top .cat_img a {
  margin-bottom: 30px;
  padding-right: 30px;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-top .cat_img a:last-child {
  padding-right: 0px;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-bottom {
  flex-direction: column-reverse;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-bottom .cat_img {
  display: flex;
  flex-direction: row;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-bottom .cat_img a {
  margin-bottom: 30px;
  padding-right: 30px;
}

.vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-bottom .cat_img a:last-child {
  padding-right: 0px;
}

.vc-tab-product-wrapper .vc-tab-product-content.light .products .product .product-title a,
.vc-tab-product-wrapper .vc-tab-product-content.light .products .product .price del,
.vc-tab-product-wrapper .vc-tab-product-content.light .products .product .price del .amount,
.vc-tab-product-wrapper .vc-tab-product-content.light .products .product p {
  color: #fff;
}

.nbt-ajax-loader {
  display: none;
}

/* Loading... */

.wpt-loading {
  min-height: 120px;
}

.wpt-loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 11;
}

.wpt-loading:after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  margin: 0 auto 3em auto;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 12;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.vc-product-slider-wrapper {
  padding: 20px 15px 0 15px !important;
  margin: -20px -15px 0 -15px !important;
}

.vc-product-slider-wrapper .products {
  margin-bottom: 60px;
}

.vc-product-slider-wrapper .products .product {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.vc-product-slider-wrapper .products .product .product-item {
  background: #eee;
  display: flex;
  align-items: center;
  padding: 15px 0 15px 15px;
}

.vc-product-slider-wrapper .products .product .product-thumb {
  width: 32%;
  padding-right: 15px;
}

.vc-product-slider-wrapper .products .product .product-meta {
  width: 68%;
}

.vc-product-slider-wrapper .products .product .product-meta .product-title {
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 10px;
}

.vc-product-slider-wrapper .products .product .product-meta p.product-cats {
  line-height: 1;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.vc-product-slider-wrapper .products .product .product-meta p.product-cats a:hover {
  text-decoration: none;
}

.vc-product-slider-wrapper .products .product:hover .product-item {
  box-shadow: 0 0 30px 0 rgba(51, 51, 51, 0.35);
  transition: box-shadow .5s ease-in-out;
}

.vc-product-slider-wrapper .swiper-button-prev,
.vc-product-slider-wrapper .swiper-button-next {
  height: 30px;
  background-color: #eee;
  background-size: 0;
  width: 70px;
  text-align: center;
  line-height: 30px;
  bottom: 0;
  top: auto;
}

.vc-product-slider-wrapper .swiper-button-next {
  right: 20px;
}

.vc-product-slider-wrapper .swiper-button-next:before {
  font-family: 'printcart-ico';
  content: '\f103';
  font-size: 19px;
}

.vc-product-slider-wrapper .swiper-button-prev {
  left: auto;
  right: 95px;
}

.vc-product-slider-wrapper .swiper-button-prev:before {
  font-family: 'printcart-ico';
  content: '\e904';
  font-size: 19px;
}

.horizontal-step .vc_column-inner .step-title {
  margin-bottom: 0px;
}

.horizontal-step .vc_column-inner h3 {
  margin-bottom: 15px;
}

.horizontal-step .vc_column-inner .wpb_content_element {
  background: #f3f3f4;
  padding: 20px 25px;
  margin-bottom: 30px;
}

.horizontal-step .vc_column-inner .wpb_content_element p {
  font-size: 16px;
}

.info-box-our-services .aio-icon-component {
  margin-bottom: 30px;
}

.info-box-our-services .aio-icon-box {
  padding: 45px 30px;
  background: #f7f6f2;
}

.info-box-our-services .aio-icon-box .aio-icon i {
  color: #000;
}

.info-box-our-services .aio-icon-box .aio-icon-header .aio-icon-title {
  color: #333;
}

.info-box-our-services .aio-icon-box:hover {
  color: #fff;
  background: #000;
  box-shadow: 0 0 30px 0 rgba(51, 51, 51, 0.35);
  transition: all .3s ease-in-out;
}

.info-box-our-services .aio-icon-box:hover .aio-icon i {
  color: #fff;
  transition: all .3s ease-in-out;
}

.info-box-our-services .aio-icon-box:hover .aio-icon-header .aio-icon-title {
  color: #fff;
  transition: all .3s ease-in-out;
}

.info-box-our-services .default-icon .aio-icon-header {
  display: block;
  margin-top: 25px;
  margin-bottom: 20px;
}

.mug-banner .nbfw-txt-info.text-left {
  position: absolute;
  top: 37px;
  left: 30px;
}

.mug-banner .nbfw-txt-info.text-left .txt-primary {
  font-weight: 300;
  font-size: 35px !important;
  width: 70%;
  line-height: 35px;
  color: #333;
  margin-bottom: 30px;
}

.mug-banner .nbfw-txt-info.text-left .banner-more {
  color: #444;
  font-weight: 700;
  font-size: 13px;
}

.mug-banner .nbfw-txt-info.text-left .banner-more:hover {
  color: #626ce2;
}

.mug-banner-button .banner-more {
  padding: 12px 30px;
  background: #626ce2;
  color: #fff;
}

.mug-banner-button .banner-more:hover {
  background: #7079e1;
}

.mug-banner-button .nbfw-txt-info.p-center-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: -44px;
  left: auto;
}

.no-border-radius .border-img .b-thumb {
  border-radius: 0;
}

.netbase-image-slider .image-slider-block .image-slider-pagination {
  text-align: center;
  margin-top: 18px;
}

.netbase-image-slider .image-slider-block .image-slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.netbase-image-slider .image-slider-block .swiper-button-prev,
.netbase-image-slider .image-slider-block .swiper-button-next {
  background-size: 0;
  height: 45px;
  line-height: 45px;
  text-align: center;
  opacity: .6;
}

.netbase-image-slider .image-slider-block .swiper-button-prev:hover,
.netbase-image-slider .image-slider-block .swiper-button-next:hover {
  opacity: 1;
  transition: all .3s;
}

.netbase-image-slider .image-slider-block .swiper-button-next:before,
.netbase-image-slider .image-slider-block .swiper-button-prev:before {
  font-family: 'fontello';
  content: '\e911';
  font-size: 30px;
  display: block;
}

.netbase-image-slider .image-slider-block .swiper-button-prev:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (min-width: 768px) {
  .vc-tab-product-wrapper ul.align-center {
    text-align: center;
  }

  .vc-tab-product-wrapper ul.align-left {
    text-align: left;
  }

  .vc-tab-product-wrapper ul.align-right {
    text-align: right;
  }
}

@media (min-width: 1280px) {
  .product-online-desginer ul li {
    position: relative;
    -webkit-box-flex: 0;
  }

  .product-online-desginer ul li.col-nb-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-online-desginer ul li.col-nb-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-online-desginer ul li.col-nb-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .product-online-desginer ul li.col-nb-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .product-online-desginer ul li.col-nb-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .product-online-desginer ul li.col-nb-6 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}

@media screen and (max-width: 1366px) {
  .vc-home-blog7 .wrap article {
    justify-content: space-between;
    margin-bottom: 35px;
  }

  .vc-home-blog7 .wrap article .home-blog-thumb {
    width: calc(50% - 15px);
    border: none;
  }

  .vc-home-blog7 .wrap article .home-blog-thumb img {
    max-width: 100%;
  }

  .vc-home-blog7 .wrap article:nth-of-type(2n) {
    margin-top: 0px;
  }

  .vc-home-blog7 .wrap article:nth-of-type(2n) .blog-content {
    margin-left: 0px;
  }

  .vc-home-blog7 .wrap article .blog-content {
    width: calc(50% - 15px);
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .vc-home-blog7 .swiper-button {
    position: static;
    width: auto;
    height: auto;
    display: block;
    -webkit-transform: none;
    transform: none;
  }

  .vc-home-blog7 .swiper-button:after {
    display: none;
  }

  .vc-home-blog7 .swiper-button div {
    position: absolute;
    z-index: 100000;
    right: 0px;
    top: 50%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 52px;
    padding: 7px 20px;
  }

  .vc-home-blog7 .swiper-button div.swiper-prev {
    left: 0px;
  }

  .vc-home-blog7 .swiper-button div.swiper-button-disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

@media only screen and (max-width: 1200px) {
  .product-online-desginer {
    margin-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .vc-home-blog5 .wrap .wrap-child {
    width: 100%;
    padding-right: 0px;
  }

  .vc-home-blog5 .wrap .wrap-child .art .home-blog-thumb {
    width: 41.7%;
    max-height: unset;
  }

  .vc-home-blog5 .wrap > .art {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px !important;
  }

  .vc-home-blog5 .wrap > .art .home-blog-thumb {
    width: 41.7%;
    display: inline-block;
  }

  .vc-home-blog5 .wrap > .art .blog-content {
    position: static;
    width: 58.3%;
    text-align: left;
    float: right;
    padding-left: 30px;
  }

  .vc-home-blog5 .wrap > .art .blog-content .caption {
    margin-bottom: 8px;
  }

  .vc-home-blog5 .wrap > .art .blog-content .caption a {
    font-size: 20.99px;
  }

  .vc-home-blog5 .wrap > .art .blog-content .home-extra-detail {
    margin-bottom: 17px;
  }

  .vc-home-blog5 .wrap > .art .blog-content p {
    display: block;
    font-size: 15.99px;
    line-height: 27px;
    margin-bottom: 15px;
  }

  .vc-home-blog5 .wrap > .art .blog-content .hb-readmore {
    text-transform: none;
    border: none;
    padding: initial;
    text-decoration: underline;
  }

  .vc-home-blog5 .wrap .art {
    margin-bottom: 45px;
  }

  .vc-home-blog5 .wrap .art .home-blog-thumb img {
    width: 100%;
  }

  .vc-home-blog6 article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
}

@media (max-width: 1199px) {
  .vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-left .cat_img {
    display: none;
  }

  .vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-left .products.grid-type {
    width: auto;
  }

  .vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-right .cat_img {
    display: none;
  }

  .vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-right .products.grid-type {
    width: auto;
  }
}

@media (max-width: 991px) {
  .vc_testimonial_wrap.testimonial_multi_thumb .vc-content-testimonial {
    width: 100%;
  }

  .vc_testimonial_wrap.testimonial_cover_flow .swiper-container {
    margin-right: 0px;
    padding: 20px 30px;
  }

  .vc_testimonial_wrap.testimonial_no_thumb .swiper-button-next {
    left: calc(50% + 15px);
  }

  .vc_testimonial_wrap.testimonial_no_thumb .swiper-button-prev {
    left: calc(50% - 40px);
  }

  .vc-tab-product-wrapper .vc-tab-product-header {
    flex-direction: column;
  }

  .vc-tab-product-wrapper .vc-tab-product-header .product-tab-header {
    width: 100%;
    margin-bottom: 25px;
  }

  .vc-tab-product-wrapper .vc-tab-product-header ul.tab-label {
    width: 100%;
  }

  .vc-tab-product-wrapper ul.style-separated li {
    margin-bottom: 15px;
  }

  .vc-tab-product-wrapper ul.style-classic li {
    margin-bottom: 15px;
  }

  .vc-tab-product-wrapper ul.style-border_bottom li {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .vc-sub-heading1 > div,
  .vc-sub-heading2 > div {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .vc-home-blog2 .wrap article.art {
    width: 100%;
    padding: 0px;
  }

  .vc-home-blog2 .wrap article.art .blog-content h4 {
    clear: none;
  }

  .vc-home-blog2 .wrap article.art .home-blog-thumb {
    margin-right: 30px;
    float: left;
    width: calc(42.8% + 30px);
  }

  .vc-home-blog2 .wrap article:first-child img {
    margin-bottom: 0px;
  }

  .vc-home-blog2 .wrap article:not(:last-child) {
    margin-bottom: 45px;
  }

  .vc-home-blog4 .art {
    margin-bottom: 45px;
  }

  .vc-home-blog7 .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
  }

  .vc-home-blog7 .wrap article {
    display: block;
  }

  .vc-home-blog7 .wrap article .home-blog-thumb {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .vc-home-blog7 .wrap article .home-blog-thumb img {
    width: 100%;
  }

  .vc-home-blog7 .wrap article .blog-content {
    width: 100%;
  }

  .vc-home-blog7 .swiper-button div {
    top: 0px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.8);
  }

  .hotdeal-content-wrapper.style1 .product-description {
    margin-top: 15px;
  }

  .hotdeal-content-wrapper.style1 .item-product-image img,
  .hotdeal-content-wrapper.style1 .item-product-image,
  .hotdeal-content-wrapper.style1 .item-product-meta {
    width: 100%;
  }

  .hotdeal-content-wrapper.style1 .item-product-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .product-online-desginer {
    margin-top: 0;
  }

  .product-online-desginer .des {
    margin-bottom: 15px;
  }

  .product-online-desginer .btn-browse h5 {
    float: left;
  }

  .product-online-desginer ul li {
    margin-bottom: 30px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-online-desginer .pr {
    display: block;
  }

  .template-online-design .item {
    margin-bottom: 30px;
  }

  .template-online-design .item img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .vc_testimonial_wrap.testimonial_multi_thumb .vc-content-testimonial .vc-testimonial-content:before {
    left: 10px;
  }

  .vc_testimonial_wrap.testimonial_multi_thumb .vc-content-testimonial .vc-testimonial-content:after {
    right: 10px;
  }

  .step_details {
    padding-top: 50px;
  }

  .step_details:after {
    display: none;
  }

  .step_number {
    top: 0;
  }

  .step_box {
    z-index: 99;
    margin-left: 0;
  }

  .step_box:before {
    left: 70px;
    top: -16px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid #c8a577;
  }

  .step_box:after {
    left: 70px;
    top: -15px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
  }
}

@media only screen and (max-width: 768px) {
  .product-online-desginer ul li[class^="col-nb"]:nth-child(even) {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .vc_testimonial_wrap.testimonial_align_left {
    margin: 0 15px;
  }

  .vc-tab-product-wrapper .vc-tab-product-header .product-tab-header {
    text-align: center;
  }

  .vc-tab-product-wrapper ul {
    text-align: center;
  }

  .vc-tab-product-wrapper ul.style-rounded li {
    margin-bottom: 15px;
  }

  .vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-top .cat_img {
    flex-direction: column;
  }

  .vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-top .cat_img a {
    padding-right: 0;
  }

  .vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-bottom .cat_img {
    flex-direction: column;
  }

  .vc-tab-product-wrapper .vc-tab-product-content .tab-panel.img-align-bottom .cat_img a {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .vc-home-blog4.row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .vc-home-blog4 article .home-blog-thumb {
    display: block;
  }

  .vc-home-blog4 article .home-blog-thumb img {
    width: 100%;
  }

  .vc-home-blog4 article.art {
    padding-left: 15px;
    padding-right: 15px;
  }

  .vc-home-blog5 .wrap article.art .home-blog-thumb,
  .vc-home-blog5 .wrap article.art .blog-content {
    width: 100%;
  }

  .vc-home-blog5 .wrap article.art .home-blog-thumb {
    margin-bottom: 20px;
    width: 100% !important;
  }

  .vc-home-blog5 .wrap article.art .blog-content {
    padding-left: 0px;
  }

  .vc-home-blog6 .home-blog-thumb {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }

  .vc-home-blog6 .blog-content {
    padding-left: 0px;
  }
}

@media screen and (max-width: 600px) {
  .vc-home-blog2 .wrap article.art .home-blog-thumb {
    float: none;
    margin-right: 0px;
    width: 100%;
  }

  .vc-home-blog2 .wrap article.art img {
    margin-bottom: 23px;
  }

  .vc-home-blog3 article.art .home-blog-thumb {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 600px) {
  .product-online-desginer ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .vc_testimonial_wrap.testimonial_multi_thumb .vc-content-testimonial .vc-testimonial-content:before,
  .vc_testimonial_wrap.testimonial_multi_thumb .vc-content-testimonial .vc-testimonial-content:after {
    display: none;
  }

  .vc_testimonial_wrap.testimonial_multi_thumb .vc-content-testimonial .vc-testimonial-content p.description {
    padding: 0;
  }

  .vc_testimonial_wrap.testimonial_single_thumb .vc-content-testimonial .vc-testimonial-content {
    padding: 0 30px;
  }

  .vc_testimonial_wrap.testimonial_cover_flow .swiper-container {
    margin-right: 0px;
    padding: 20px 10px;
  }

  .vc_testimonial_wrap.testimonial_cover_flow .swiper-slide {
    padding: 20px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }

  .vc_testimonial_wrap.testimonial_cover_flow .swiper-slide .vc-avatar-testimonial .client-data .client-position span {
    display: none;
    visibility: hidden;
  }

  .vc_testimonial_wrap.testimonial_cover_flow .swiper-slide .vc-testimonial-content .description {
    font-size: 13px;
  }

  .vc_testimonial_wrap.testimonial_multi_block .vc-avatar-testimonial {
    padding: 0;
  }

  .vc_testimonial_wrap.testimonial_multi_block .vc-avatar-testimonial .vc-avatar-img img {
    width: 95px;
  }

  .vc_testimonial_wrap.testimonial_single_big_thumb .vc-content-testimonial .vc-testimonial-content {
    padding: 0 30px;
  }

  .hotdeal-content-wrapper.style2 .number-wrapper {
    font-size: 20px;
  }

  .hotdeal-content-wrapper.style2 .counter-wrapper > div {
    min-width: 60px;
  }
}

@media (max-width: 480px) {
  .vc_testimonial_wrap .vc-avatar-testimonial {
    width: 110px;
    padding: 0 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hotdeal-content-wrapper.style2 .number-wrapper {
    font-size: 20px;
  }

  .hotdeal-content-wrapper.style2 .counter-wrapper > div {
    min-width: 60px;
  }

  .hotdeal-content-wrapper.style2 .hotdeal-list-wrap {
    padding-bottom: 0;
  }

  .hotdeal-content-wrapper.style2 .item-product-image {
    margin-bottom: 8px;
  }

  .mug-banner .nbfw-txt-info.text-left .txt-primary {
    margin-bottom: 10px;
  }
}