﻿/* News posts */
article.news {
  color: #55443d;
  clear: both;
  overflow: hidden;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #ddd;
}
@media only screen and (min-width: 30em) {
  article.news .post-thumbnail {
    width: 27%;
    display: block;
    float: left;
  }
}
article.news .entry-content {
  font-family: "Fu", Arial, sans-serif;
  font-style: italic;
}
@media only screen and (min-width: 30em) {
  article.news .entry-content {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 30em) {
  article.news .entry-content {
    width: 69%;
    display: block;
    float: right;
  }
}
article.news .post-title {
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #b70d7f;
}
article.news .post-title:hover a {
  margin-left: 5px;
}
/* Picuture post */
article.picture {
  color: #55443d;
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  margin: 0 0 30px;
  height: 250px;
  font-family: "Fu", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  article.picture {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  article.picture {
    width: 33.33%;
  }
}
article.picture .post-thumbnail {
  display: block;
  height: 210px;
  margin-bottom: 10px;
}
article.picture .post-thumbnail img {
  max-width: 280px;
}
article.picture .post-title {
  padding: 0 10px;
}
.numeric-paging {
  clear: both;
  display: block;
  text-align: center;
  margin: 40px 0 25px;
  font-family: "Fu", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.numeric-paging .page-numbers {
  display: inline-block;
  border: 1px solid transparent;
  width: 40px;
  line-height: 35px;
  vertical-align: middle;
}
.numeric-paging .current,
.numeric-paging .page-numbers:hover {
  background-color: #b70d7f;
  color: #fff;
}
.cat_banner {
  overflow: hidden;
  background-color: rgba(183, 13, 127, 0.05);
  margin-bottom: 20px;
}
.cat_banner .post-thumbnail {
  display: block;
  max-height: 300px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 30em) {
  .cat_banner .post-thumbnail {
    margin-bottom: 0;
    max-height: 390px;
    float: left;
    width: 65.44%;
  }
}
.cat_banner .entry-content {
  color: #261C1C;
  font-family: "Fu", Arial, sans-serif;
  font-style: italic;
  display: block;
}
@media only screen and (min-width: 30em) {
  .cat_banner .entry-content {
    float: right;
    width: 34.56%;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 20px;
  }
}
.cat_banner .post-title {
  font-size: 24px;
  color: #b70d7f;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.cat_banner .more {
  display: block;
  text-align: right;
  font-style: normal;
}
@media only screen and (min-width: 769px) {
  .category-4 article .post-thumbnail {
    width: 40%;
  }
  .category-4 article .post-thumbnail img {
    width: 100%;
  }
  .category-4 article .entry-content {
    width: 53%;
    padding-top: 0;
    text-align: justify;
  }
  .category-4 article.odd .post-thumbnail {
    float: left;
  }
  .category-4 article.odd .entry-content {
    float: left;
    padding-left: 30px;
  }
  .category-4 article.even .post-thumbnail {
    float: right;
  }
  .category-4 article.even .entry-content {
    float: right;
    padding-right: 30px;
  }
}
.section-title {
  display: block;
  background-color: #b70d7f;
  color: #fff;
  padding: 4px 0;
  text-align: center;
  position: relative;
}
.section-title a:hover {
  color: #fff;
}
.section-title:hover:before,
.section-title.active:before {
  height: 8px;
}
.section-title:before {
  content: "";
  display: block;
  width: 20px;
  height: 0;
  background: url('images/service-up-arrow.png') no-repeat;
  position: absolute;
  bottom: -2px;
  left: 5%;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.category-service {
  overflow: hidden;
}
.category-service .service-set-body {
  overflow: hidden;
  padding: 20px 0;
  background-color: #f0e6eb;
  display: none;
  clear: both;
}
.category-service .service-set-body.active {
  display: block;
}
.category-service .service-set-body a {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 5px 10px;
  margin: 1px 0;
}
@media only screen and (min-width: 30em) {
  .category-service .service-set-body a {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .category-service .service-set-body a {
    width: 33%;
  }
}
.category-service .service-set-body a:hover {
  background-color: #777;
  color: #fff;
}
.category-service .service-set-body a:hover:before {
  color: #fff;
}
.category-service .service-set-body a::before {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #b70d7f;
  vertical-align: bottom;
  margin-right: 5px;
  display: inline-block;
  float: left;
}
.category-service .set-heading {
  background-color: #958d88;
  color: #eee;
}
.category-service .set-heading a:hover {
  color: #b70d7f;
}
.category-service .set {
  font-family: "Fu", Arial, sans-serif;
  overflow: hidden;
  display: block;
  margin: 0;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 30em) {
  .category-service .set {
    width: 30%;
    margin: 0 1.25%;
  }
}
.category-service .set a {
  line-height: 1;
  display: block;
  padding: 10px;
}
@media only screen and (min-width: 769px) {
  .category-service {
    display: block;
    position: relative;
    overflow: hidden;
    height: 380px;
  }
  .category-service:hover {
    background-color: rgba(0, 0, 0, 0.8);
    height: 400;
  }
  .category-service:hover .inner {
    top: -120px;
  }
  .category-service .inner {
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    top: 0;
    z-index: 2;
  }
  .category-service .service-set-body {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: transparent;
    display: block;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .category-service .service-set-body a {
    background-color: transparent;
    color: #fff;
  }
}
section.home-section {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}
section.home-section.site-category {
  background: url('images/home/bg-welcome.png') no-repeat bottom center;
  padding-bottom: 20px;
}
@media only screen and (min-width: 30em) {
  section.home-section.site-category {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
section.home-section.site-category .entry-cate {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 30em) {
  section.home-section.site-category .entry-cate {
    float: left;
    width: 32%;
  }
}
section.home-section.site-category .entry-cate .inner {
  background-color: #eeeeec;
  padding: 10px;
}
section.home-section.site-category .entry-cate span {
  display: inline-block;
  background-color: #b70d7f;
  color: #fff;
  padding: 3px 10px;
  margin-top: 15px;
  font-family: "Fu", Arial, sans-serif;
}
@media only screen and (max-width: 480px) {
  section.home-section.site-category .entry-cate span {
    display: block;
    text-align: center;
  }
}
section.home-section.site-category .entry-cate .font-heading {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  section.home-section.site-category .entry-cate .font-heading {
    text-align: center;
  }
}
section.home-section.site-category .img-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
section.home-section.site-category .img-wrapper:hover:before {
  opacity: 1;
}
section.home-section.site-category .img-wrapper::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(183, 13, 127, 0.5);
  content: "\f047";
  font-family: "FontAwesome";
  font-size: 32px;
  color: #fff;
  padding-top: 28%;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: none;
}
@media only screen and (min-width: 769px) {
  section.home-section.site-category .img-wrapper::before {
    display: block;
  }
}
section.home-section.site-category .img-wrapper img {
  width: 100%;
  max-height: 220;
}
section.home-section.welcome {
  margin-top: -30px;
  overflow: visible;
  position: relative;
  padding: 50px 30px 50px;
  background: url('images/home/bg-welcome.png') no-repeat bottom center;
}
section.home-section.welcome .pop-up {
  width: 200px;
  position: absolute;
  top: -80px;
  left: -30px;
  visibility: hidden;
  z-index: 11;
}
@media only screen and (min-width: 769px) {
  section.home-section.welcome .pop-up {
    visibility: visible;
  }
}
section.home-section.home-news {
  background: url('images/home/bg-welcome.png') no-repeat bottom center;
  padding-bottom: 50px;
}
section.home-section.home-news .news-wrapper {
  font-family: Arial, sans-serif;
  font-size: 16px;
  overflow: hidden;
  padding-bottom: 20px;
}
section.home-section.home-news .news-wrapper a:hover {
  margin-left: 8px;
}
section.home-section.home-news .news-wrapper .title-hightlight {
  color: #b70d7f;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
section.home-section.home-news .block-title {
  font-size: 26px;
  display: block;
  margin-bottom: 20px;
  padding-top:10px;
}
section.home-section.home-news .customer-story {
  display: none;
}
@media only screen and (min-width: 768px) {
  section.home-section.home-news .customer-story {
    display: block;
  }
}
section.home-section.home-news .story-wrap {
  overflow: hidden;
  padding: 20px;
  background-color: #e8e7e4;
}
section.home-section.home-news .story-entry {
  display: block;
  width: 50%;
  padding: 5px;
  float: left;
  text-align: center;
}
section.home-section.home-news .story-entry img {
  height: 110px;
}
section.home-section.home-news .story-entry .post-thumbnail {
  position: relative;
}
section.home-section.home-news .story-entry .post-thumbnail:hover:before {
  opacity: 1;
}
section.home-section.home-news .story-entry .post-thumbnail::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(183, 13, 127, 0.5);
  content: "\f0b2";
  font-family: "FontAwesome";
  font-size: 28px;
  color: #fff;
  padding-top: 22%;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: none;
}
@media only screen and (min-width: 769px) {
  section.home-section.home-news .story-entry .post-thumbnail::before {
    display: block;
  }
}
section.home-section.home-news .entry-related {
  font-family: Arial, sans-serif;
  display: block;
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
section.home-section.home-news .entry-related .post-thumbnail {
  display: inline-block;
  float: left;
}
@media only screen and (min-width: 30em) {
  section.home-section.home-news .entry-related .post-thumbnail {
    padding-right: 10px;
  }
}
section.home-section.home-news .entry-related .post-thumbnail img {
  width: 120px;
}
@media only screen and (max-width: 480px) {
  section.home-section.home-news .entry-related .post-thumbnail img {
    margin-right: 5px;
  }
}
section.home-section.home-news .entry-related .entry-content .post-title {
  font-size: 14px;
  padding-top: 10px;
}
section.home-section.best-sale {
  background: url("images/home/bg-service.png") center center no-repeat;
  background-size: cover;
  padding-bottom: 0;
  min-height: 400px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  section.home-section.best-sale p.desc {
    display: none;
  }
}
@media xs {
  section.home-section.best-sale {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) {
  section.home-section.best-sale {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  section.home-section.best-sale {
    background: none;
    background-color: #b70d7f;
  }
}
section.home-section.best-sale .best-sale-heading {
  font-size: 40px;
  text-align: center;
  display: block;
  padding: 80px 0 20px;
}
@media (max-width: 992px) {
  section.home-section.best-sale .best-sale-heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  section.home-section.best-sale .best-sale-heading {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  section.home-section.best-sale .best-sale-heading {
    padding: 30px 0 20px;
  }
}
section.home-section.best-sale .best-services-wrapper {
  color: #fff;
}
section.home-section.best-sale .best-services-wrapper a:hover {
  color: #00FF2A;
}
section.home-section.best-sale .service-entry {
  text-align: center;
  padding: 0 10px 40px 10px;
}
@media only screen and (min-width: 30em) {
  section.home-section.best-sale .service-entry {
    text-align: left;
    padding: 0 80px;
  }
}
@media only screen and (max-width: 480px) {
  section.home-section.best-sale .service-entry .title {
    margin-top: 10px;
  }
  section.home-section.best-sale .service-entry .title .desc {
    text-align: justify;
  }
}
section.home-section.best-sale .service-entry div.more {
  text-align: center;
  display: none;
}
@media only screen and (min-width: 30em) {
  section.home-section.best-sale .service-entry div.more {
    display: block;
  }
}
section.home-section.best-sale .flex-direction-nav a {
  position: absolute;
  z-index: 11;
  top: 50%;
  font-size: 48px;
}
section.home-section.best-sale .flex-direction-nav a.flex-prev {
  left: 10px;
}
section.home-section.best-sale .flex-direction-nav a.flex-next {
  right: 10px;
}
section.home-section.tech {
  padding-bottom: 50px;
  background: url('images/home/bg-welcome.png') no-repeat bottom center;
}
section.home-section.tech .best-sale-heading {
  font-size: 40px;
  text-align: center;
  display: block;
  padding: 40px 0 20px;
}
@media only screen and (max-width: 480px) {
  section.home-section.tech .best-sale-heading {
    font-size: 26px;
  }
}
section.home-section.tech .entry-tech-thumb {
  display: inline-block;
  width: 49%;
  margin: 0;
}
@media only screen and (min-width: 30em) {
  section.home-section.tech .entry-tech-thumb {
    width: 47%;
    margin: 5px;
  }
}
@media only screen and (min-width: 769px) {
  section.home-section.tech .entry-tech-thumb {
    width: 22%;
    margin: 8px;
  }
}
@media only screen and (min-width: 992px) {
  section.home-section.tech .entry-tech-thumb {
    width: 22%;
    margin: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  section.home-section.tech .entry-tech-thumb {
    width: 23%;
    margin: 10px;
  }
}
section.home-section.tech .entry-tech-thumb a.trigger {
  display: block;
  text-align: center;
  background-color: #b70d7f;
  color: #fff;
  padding-bottom: 3px;
  font-size: 12px;
}
@media only screen and (min-width: 769px) {
  section.home-section.tech .entry-tech-thumb a.trigger {
    font-size: 16px;
  }
  section.home-section.tech .entry-tech-thumb a.trigger:hover img {
    max-width: 110%;
    width: 110%;
  }
}
@media only screen and (min-width: 992px) {
  section.home-section.tech .entry-tech-thumb a.trigger {
    font-size: 18px;
  }
}
section.home-section.tech .entry-tech-thumb a.trigger img {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
section.home-section.tech .entry-tech-thumb a.trigger span {
  padding: 0 5px;
}
section.home-section.tech .img-wrapper {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  section.home-section.tech .img-wrapper {
    max-height: 130px;
  }
}
@media only screen and (min-width: 992px) {
  section.home-section.tech .img-wrapper {
    max-height: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  section.home-section.tech .img-wrapper {
    max-height: 190px;
  }
}
section.home-section.tech .img-wrapper img {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
section.home-section.banner {
  margin-top: -10px;
  text-align: center;
  position: relative;
}
section.home-section.banner:hover .flex-next,
section.home-section.banner:hover .flex-prev {
  opacity: 0.88 !important;
}
section.home-section.banner .flex-direction-nav .flex-next {
  font-size: 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -30px;
  display: block;
  color: #fff;
  padding: 2px 10px;
  z-index: 11;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
section.home-section.banner .flex-direction-nav .flex-prev {
  font-size: 40px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -30px;
  display: block;
  color: #fff;
  padding: 2px 10px;
  z-index: 11;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
section.home-section .tech-wrap {
  background-color: #eee;
}
section.home-section .tech-expand {
  overflow: hidden;
  padding: 5px 15px;
}
section.home-section .tech-expand .inner {
  background-color: rgba(183, 13, 127, 0.1);
  padding: 20px 30px;
  overflow: hidden;
}
section.home-section .tech-expand .sub-group {
  width: 100%;
}
@media only screen and (min-width: 30em) {
  section.home-section .tech-expand .sub-group {
    padding: 10px;
    width: 25%;
    float: left;
  }
}
section.home-section .tech-expand .sub-group p {
  display: block;
  margin-bottom: 5px;
}
.site-consult.hidden-sm-max.p-1 {
  background: url('images/home/bg-welcome.png') no-repeat bottom center;
  padding-bottom: 50px;
}
.site-consult .consult-block .block-title {
  font-size: 26px;
  display: block;
  margin-bottom: 20px;
}
.site-consult .consult-block img {
  margin-bottom: 10px;
}
.site-consult .entry-consult {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.site-consult .entry-consult i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  background-color: #b70d7f;
  padding: 2px 6px;
}
.site-consult .price-block .wpcf7-form {
  padding: 20px 30px;
  color: #eee;
  background-color: #382f30;
  overflow: hidden;
}
.site-consult .price-block .wpcf7-form p {
  font-size: 20px;
}
.site-consult .price-block .wpcf7-form input[type=text],
.site-consult .price-block .wpcf7-form input[type=email] {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #d0cbc9;
  padding: 6px 10px;
  color: #5a5a5a;
  display: block;
  width: 100%;
  margin: 10px 0px;
}
.site-consult .price-block .wpcf7-form input[type=submit] {
  display: block;
  float: right;
  border: none;
  padding: 3px 6px;
  background-color: #b70d7f;
  color: #eee;
  font-family: "Ox", "Times New Roman", Times, serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
}
.site-consult .price-page-link {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #b70d7f;
  padding: 6px 0;
  margin-bottom: 20px;
}