body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px; }

a {
  text-decoration: none;
  color: #313131; }
  a:hover {
    color: #e49c35; }

h1, h2, h3, h4, h5 {
  font-weight: 600; }

input, select, textarea, button {
  padding: 7px 10px;
  border-radius: 3px;
  border: 1px #ccc solid; }

img {
  border-radius: 3px;
  max-width: 100% !important;
  height: auto; }

picture {
  max-width: 100%;
  height: auto; }

.carousel-item img {
  max-width: 100% !important; }

.top {
  background: #30373f;
  color: #fff; }
  .top .icon_social {
    padding: 5px;
    float: left; }
  .top ion-icon {
    font-size: 20px;
    color: #fff;
    vertical-align: middle; }
  .top .box_top {
    margin: 0 5px; }

header {
  background: #fff; }
  header .ls-icon-menu {
    font-size: 24px;
    padding: 20px 5px; }
    header .ls-icon-menu .icon-menu {
      margin: 0 10px;
      float: right; }
    header .ls-icon-menu .count {
      position: relative; }
    header .ls-icon-menu .cart-contents-count {
      position: absolute;
      top: 0px;
      text-align: center;
      font-size: 10px;
      width: 20px;
      height: 20px;
      background: #e49c35;
      color: #fff;
      border-radius: 50%;
      padding: 3px;
      line-height: 15px; }
    header .ls-icon-menu .dgwt-wcas-search-wrapp {
      float: right; }

.btn {
  border-radius: 30px;
  padding: 8px 30px; }

.mainmenu .menu-item {
  padding: 25px 20px;
  position: relative;
  box-sizing: border-box;
  z-index: 777; }
  .mainmenu .menu-item a {
    color: #313131;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    width: 100%; }
    .mainmenu .menu-item a:hover {
      color: #e49c35; }
  .mainmenu .menu-item .sub-menu {
    top: 72px;
    box-shadow: 0px 3px 5px #ccc;
    display: none;
    position: absolute;
    width: 260px;
    background: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .mainmenu .menu-item .sub-menu li {
      border-bottom: 1px #f2f2f2 solid;
      float: left;
      width: 100%;
      padding: 10px 20px; }
      .mainmenu .menu-item .sub-menu li a {
        text-transform: none;
        float: left;
        width: 100%; }
      .mainmenu .menu-item .sub-menu li .sub-menu {
        position: absolute;
        border: 0;
        top: 0;
        left: 100%; }

.home-slide {
  position: relative; }
  .home-slide .carousel-home {
    position: relative;
    z-index: 1;
    height: 600px;
    overflow: hidden; }
    .home-slide .carousel-home .carousel-item {
      vertical-align: middle; }
      .home-slide .carousel-home .carousel-item img {
        width: 100%; }
  .home-slide .home-slide-block-bg {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 15%;
    background: #fff;
    width: 35%;
    transform: skewX(-20deg);
    height: 100%; }
  .home-slide .home-slide-block {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 10%;
    width: 40%;
    padding: 60px 0; }
    .home-slide .home-slide-block h1 {
      font-size: 70px;
      font-weight: 700; }
    .home-slide .home-slide-block h2 {
      font-size: 20px;
      padding: 40px 70px 30px 40px; }

.all_default .h3_heading {
  font-size: 20px;
  color: #e49c35;
  font-weight: 700;
  text-transform: uppercase; }
.all_default .heading_big {
  font-size: 36px;
  font-weight: 700;
  line-height: 55px; }

.home_about .numyear {
  font-size: 250px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #e49c35; }
.home_about .textnumyear {
  text-align: right;
  padding-right: 60px; }
.home_about .about_strong {
  float: left;
  width: 50%;
  font-weight: 600; }

@keyframes zoomSlide {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.1); } }
@keyframes zoomSlideOut {
  from {
    transform: scale(1.1); }
  to {
    transform: scale(1); } }
@keyframes zoomSlideHeightText {
  from {
    height: 0; }
  to {
    height: auto; } }
.we_work .box-work {
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-right: 1px #fff solid;
  animation-name: zoomSlideOut;
  animation-duration: 0.5s; }
  .we_work .box-work h3 {
    height: 100px; }
  .we_work .box-work .bgcolor {
    background: #DAA14C;
    width: 100%;
    height: 100%; }
  .we_work .box-work .showinfo {
    padding: 30px;
    color: #fff;
    position: absolute;
    bottom: 0; }
    .we_work .box-work .showinfo .sort {
      font-size: 100px;
      font-weight: bold;
      color: transparent;
      -webkit-text-stroke: 1px #414141; }
    .we_work .box-work .showinfo .desc, .we_work .box-work .showinfo .link {
      height: 0;
      overflow: hidden; }
    .we_work .box-work .showinfo a {
      color: #fff; }
  .we_work .box-work:hover {
    transform: scale(1.1);
    z-index: 3;
    animation-name: zoomSlide;
    animation-duration: 1s; }
    .we_work .box-work:hover .sort {
      color: #fff; }
    .we_work .box-work:hover .bgcolor {
      background: transparent; }
    .we_work .box-work:hover .desc, .we_work .box-work:hover .link {
      height: auto;
      animation-duration: 0.5s;
      animation-name: zoomSlideHeightText; }

.slick-slider .slick-prev, .slick-slider .slick-next {
  position: absolute;
  top: 40%;
  z-index: 3;
  color: #fff;
  opacity: 0.6;
  cursor: pointer; }
  .slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
    opacity: 0.8; }
.slick-slider .slick-next {
  right: 20px; }
.slick-slider .slick-prev {
  left: 20px; }
.slick-slider ion-icon {
  font-size: 60px; }

.nhaxuong .box-image {
  height: 180px;
  overflow: hidden;
  border-radius: 3px; }

.model_nhaxuong .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999; }
.model_nhaxuong .carousel-item {
  height: 200px;
  overflow: hidden; }

.home_project .box-slick-project {
  padding: 5px; }
  .home_project .box-slick-project .cover {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px; }
  .home_project .box-slick-project h3 {
    font-size: 20px;
    text-align: center; }
    .home_project .box-slick-project h3 a {
      color: #313131; }
      .home_project .box-slick-project h3 a:hover {
        color: #e49c35; }

.home_office .step {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  font-size: 22px;
  font-weight: 600; }
  .home_office .step li {
    padding: 10px 0; }

.home_numbers {
  background: #e49c35; }
  .home_numbers .counter .count-number {
    font-size: 70px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #fff; }
  .home_numbers .counter .count-text {
    font-weight: 600;
    color: #fff; }

.home_client .slick-list {
  padding: 20px 0; }
.home_client .box_client {
  padding: 20px 30px;
  box-shadow: 0 3px 5px #ccc; }
  .home_client .box_client .cover {
    float: left;
    width: 100%;
    margin: 20px 0; }
    .home_client .box_client .cover span {
      width: 100px;
      height: 100px;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 50%;
      display: block; }
  .home_client .box_client .desc {
    min-height: 80px;
    float: left;
    width: 100%; }

.home_blog .box-blog .cover {
  height: 250px;
  overflow: hidden;
  margin-bottom: 15px; }
.home_blog .box-blog h3 {
  font-size: 18px;
  min-height: 50px; }
  .home_blog .box-blog h3 a {
    color: #313131; }
    .home_blog .box-blog h3 a:hover {
      color: #e49c35; }
.home_blog .box-blog .date {
  color: #696969; }
.home_blog .box-blog .viewmore_link {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #313131;
  border-bottom: 2px #e49c35 solid; }
  .home_blog .box-blog .viewmore_link:hover {
    color: #e49c35; }

footer {
  float: left;
  width: 100%; }
  footer h4 {
    margin-bottom: 15px; }
  footer .menufooter li {
    float: left;
    width: 100%;
    padding: 5px 0; }
    footer .menufooter li a {
      color: #313131; }
      footer .menufooter li a:hover {
        color: #e49c35; }

.copyright {
  float: left;
  width: 100%; }

.btn-fixed {
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 1500; }

/* woocommerce */
.woocommerce-products-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
  position: relative; }
  .woocommerce-products-header .bg_header {
    position: absolute;
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .woocommerce-products-header .content_header {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center; }
    .woocommerce-products-header .content_header .page-title {
      font-size: 35px;
      padding-top: 10%; }
  .woocommerce-products-header .woocommerce-breadcrumb a {
    color: #fff; }

.sidebar-product .widget_sidebar {
  margin-bottom: 20px; }
  .sidebar-product .widget_sidebar h3 {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px; }
  .sidebar-product .widget_sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .sidebar-product .widget_sidebar ul li {
      padding: 6px 0;
      border-bottom: 1px #f2f2f2 solid; }
      .sidebar-product .widget_sidebar ul li a {
        color: #313131; }
        .sidebar-product .widget_sidebar ul li a:hover {
          color: #e49c35; }
        .sidebar-product .widget_sidebar ul li a span {
          font-size: 14px;
          color: #696969; }
      .sidebar-product .widget_sidebar ul li ul {
        display: none; }
        .sidebar-product .widget_sidebar ul li ul li {
          padding: 5px 5px 5px 20px;
          border-bottom: 1px #f2f2f2 solid;
          font-size: 14px; }
          .sidebar-product .widget_sidebar ul li ul li:last-child {
            border: 0; }
      .sidebar-product .widget_sidebar ul li:hover ul {
        display: block; }
.sidebar-product .box-product-small {
  margin-bottom: 20px; }
  .sidebar-product .box-product-small h4 {
    font-size: 16px; }

.aligncenter {
  margin: 0 auto !important;
  display: block; }

.style_product .short_description {
  overflow: hidden;
  margin-bottom: 40px; }
  .style_product .short_description .heightContent {
    overflow: hidden; }
  .style_product .short_description h1 {
    font-size: 24px;
    line-height: 32px; }
  .style_product .short_description h2 {
    font-size: 20px; }
  .style_product .short_description h3 {
    font-size: 18px; }
  .style_product .short_description h4 {
    font-size: 16px; }
.style_product .filterbar {
  margin-bottom: 20px;
  border-bottom: 1px #ccc solid;
  float: left;
  width: 100%; }
  .style_product .filterbar .woocommerce-result-count {
    float: left;
    width: 50%; }
  .style_product .filterbar .woocommerce-ordering {
    float: right;
    width: 50%;
    text-align: right; }

.products {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .products .cover {
    border-radius: 2px;
    height: auto;
	  min-height: 350px;
    overflow: hidden; }
    .products .cover img {
      border-radius: 2px;
      width: 100%;
      height: auto; }
  .products .product {
    float: left;
    width: 33.3%;
    padding: 20px;
    position: relative;
    text-align: center; }
    .products .product a .woocommerce-loop-product__title {
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      padding: 15px 0 0 0; }
    .products .product .onsale {
      position: absolute;
      font-size: 14px;
      background: red;
      top: 23px;
      left: 23px;
      padding: 5px;
      border-radius: 3px;
      color: #fff; }
    .products .product .price {
      display: block;
      width: 100%;
      margin-bottom: 15px; }
      .products .product .price del {
        color: #696969; }
      .products .product .price ins {
        color: #e49c35;
        font-weight: 700; }
    .products .product .add_to_cart_button, .products .product .wp-element-button {
      margin-top: 10px;
      padding: 7px 15px;
      background: #fff;
      border: 2px #000 solid;
      border-radius: 30px; }
      .products .product .add_to_cart_button:hover, .products .product .wp-element-button:hover {
        border: 2px #e49c35 solid;
        color: #e49c35; }
    .products .product .added_to_cart {
      margin: 0 5px;
      margin-top: 10px;
      padding: 7px 15px;
      background: #e49c35;
      color: #fff;
      border: 2px #e49c35 solid;
      border-radius: 30px; }
  .products .product-category {
    float: left;
    width: 33.3%;
    padding: 20px;
    position: relative;
    text-align: center; }
    .products .product-category a .woocommerce-loop-category__title {
      text-align: center;
      font-size: 16px;
      height: 50px;
      font-weight: 600;
      padding: 15px 0 0 0;
      overflow: hidden; }
    .products .product-category .onsale {
      position: absolute;
      font-size: 14px;
      background: red;
      top: 23px;
      left: 23px;
      padding: 5px;
      border-radius: 3px;
      color: #fff; }

.woocommerce-pagination {
  float: left;
  width: 100%;
  border-top: 1px #ccc solid;
  padding: 20px 0 0 0; }
  .woocommerce-pagination .page-numbers {
    list-style-type: none;
    justify-content: center !important;
    display: flex; }
    .woocommerce-pagination .page-numbers li {
      display: inline; }
      .woocommerce-pagination .page-numbers li .page-numbers {
        border: 1px #313131 solid;
        border-radius: 2px;
        float: left;
        width: 30px;
        margin-right: 5px;
        text-align: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px; }
      .woocommerce-pagination .page-numbers li .current {
        background: #e49c35;
        color: #fff; }

.product-detail .woocommerce-product-gallery {
  float: left;
  width: 50%;
  padding: 0 50px 0 0; }
.product-detail .summary {
  float: left;
  width: 50%; }
.product-detail .product {
  position: relative; }
  .product-detail .product .onsale {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    font-size: 14px;
    background: red;
    padding: 5px;
    border-radius: 3px;
    color: #fff; }
  .product-detail .product h1 {
    font-size: 30px; }
  .product-detail .product .price {
    color: #e49c35;
    font-weight: 700;
    font-size: 20px;
    display: block;
    width: 100%;
    margin-bottom: 15px; }
    .product-detail .product .price del {
      color: #696969; }
    .product-detail .product .price ins {
      color: #e49c35;
      font-weight: 700;
      font-size: 20px; }
  .product-detail .product .variations ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .product-detail .product .variations ul li {
      float: left;
      width: 25px;
      height: 25px;
      margin: 10px 5px; }
      .product-detail .product .variations ul li .variable-item-contents {
        float: left;
        width: 100%;
        height: 100%; }
        .product-detail .product .variations ul li .variable-item-contents .variable-item-span {
          border-radius: 50%;
          float: left;
          width: 100%;
          height: 100%; }
  .product-detail .product .variations th, .product-detail .product .variations td {
    display: block; }
  .product-detail .product .variations .reset_variations {
    display: none; }
  .product-detail .product .single_variation_wrap {
    margin-bottom: 20px; }
  .product-detail .product .quantity {
    float: left;
    width: 35%; }
    .product-detail .product .quantity .input-text {
      text-align: center; }
  .product-detail .product .single_add_to_cart_button {
    background: #e49c35;
    color: #fff;
    padding: 7px 20px;
    border-color: #e49c35; }
  .product-detail .product .woo-product-gallery-slider .slick-arrow {
    position: absolute;
    top: 40%;
    color: #fff; }
  .product-detail .product .woo-product-gallery-slider .flaticon-back {
    left: 5px; }
  .product-detail .product .woo-product-gallery-slider .flaticon-right-arrow {
    right: 5px; }
  .product-detail .product .wpgs-nav {
    margin-top: 20px; }
.product-detail .woocommerce-tabs, .product-detail .related {
  float: left;
  width: 100%;
  margin-top: 30px; }
.product-detail .woocommerce-tabs .wc-tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px #ccc solid; }
  .product-detail .woocommerce-tabs .wc-tabs li {
    padding: 7px 10px; }
    .product-detail .woocommerce-tabs .wc-tabs li.active {
      border-bottom: 3px #e49c35 solid; }
.product-detail .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 22px;
  display: none; }
.product-detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes {
  border: 1px #f2f2f2 solid; }
  .product-detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes td, .product-detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
    border: 1px #f2f2f2 solid;
    vertical-align: middle;
    padding: 5px; }
.product-detail .woocommerce-tabs .woocommerce-Reviews .comment-reply-title {
  font-weight: 600; }
.product-detail .woocommerce-tabs .woocommerce-Reviews .commentlist {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .product-detail .woocommerce-tabs .woocommerce-Reviews .commentlist img {
    float: left;
    margin-right: 10px; }
  .product-detail .woocommerce-tabs .woocommerce-Reviews .commentlist li {
    margin-bottom: 15px;
    padding: 15px; }
    .product-detail .woocommerce-tabs .woocommerce-Reviews .commentlist li:nth-child(odd) {
      background-color: #f2f2f2; }
    .product-detail .woocommerce-tabs .woocommerce-Reviews .commentlist li .description {
      padding: 15px 0; }
  .product-detail .woocommerce-tabs .woocommerce-Reviews .commentlist ul {
    list-style-type: none; }
    .product-detail .woocommerce-tabs .woocommerce-Reviews .commentlist ul li:nth-child(odd) {
      background-color: #f7f7f7; }
.product-detail .stars span {
  unicode-bidi: bidi-override;
  direction: ltr; }
.product-detail .stars span > a {
  position: relative;
  width: 1.1em;
  float: left; }
.product-detail .stars span > a:hover:before,
.product-detail .stars span > a:hover ~ a:before {
  content: "\2605";
  position: absolute;
  color: #e49c35; }
.product-detail .comment-form-rating {
  float: left;
  width: 100%; }
  .product-detail .comment-form-rating label {
    float: left; }
  .product-detail .comment-form-rating .stars {
    float: left; }
.product-detail .comment-form p {
  float: left;
  width: 50%; }
  .product-detail .comment-form p .label-form {
    float: left;
    width: 25%; }
.product-detail .comment-form label {
  display: inline; }
.product-detail .comment-form #submit {
  background: #e49c35;
  padding: 8px 30px;
  border: 1px #ffb041 solid;
  color: #fff; }
  .product-detail .comment-form #submit:hover {
    background: #DAA14C; }
.product-detail .related {
  padding: 30px 0;
  border-top: 1px #ccc solid; }
  .product-detail .related h2 {
    text-transform: uppercase;
    font-size: 25px;
    padding: 15px 0;
    text-align: center; }
  .product-detail .related .product {
    float: left;
    width: 33.3%;
    padding: 20px;
    position: relative;
    text-align: center; }
    .product-detail .related .product .cover {
      height: 300px; }
    .product-detail .related .product a .woocommerce-loop-product__title {
      border: 0;
      text-align: center;
      text-transform: unset;
      font-size: 18px;
      font-weight: 600;
      padding: 15px 0 0 0; }
    .product-detail .related .product .onsale {
      position: absolute;
      font-size: 14px;
      background: red;
      top: 23px;
      left: 23px;
      padding: 5px;
      border-radius: 3px;
      color: #fff; }
    .product-detail .related .product .price {
      display: block;
      width: 100%;
      margin-bottom: 15px; }
      .product-detail .related .product .price del {
        color: #696969; }
      .product-detail .related .product .price ins {
        color: #e49c35;
        font-weight: 700; }
    .product-detail .related .product .add_to_cart_button, .product-detail .related .product .wp-element-button {
      margin-top: 10px;
      padding: 7px 15px;
      background: #fff;
      border: 2px #000 solid;
      border-radius: 30px; }
      .product-detail .related .product .add_to_cart_button:hover, .product-detail .related .product .wp-element-button:hover {
        border: 2px #e49c35 solid;
        color: #e49c35; }
    .product-detail .related .product .added_to_cart {
      margin: 0 5px;
      margin-top: 10px;
      padding: 7px 15px;
      background: #e49c35;
      color: #fff;
      border: 2px #e49c35 solid;
      border-radius: 30px; }

/*  blog */
.post {
  margin: 50px 0; }
  .post .block-image {
    height: 500px;
    overflow: hidden;
    width: 100%; }
    .post .block-image a {
      width: 100%;
      height: 100%;
      display: block; }
  .post .post-title {
    padding: 10px 0 0 0;
    font-size: 30px; }
  .post .viewmore a {
    border-bottom: 2px #e49c35 solid; }

.post2 .block-image {
  height: 350px;
  overflow: hidden;
  width: 100%; }
.post2 .post-title {
  padding: 10px 0 0 0;
  font-size: 22px; }

.nav-links {
  float: left;
  width: 100%;
  border-top: 1px #f2f2f2 solid;
  padding: 20px 0 0 0; }
  .nav-links .page-numbers {
    border: 1px #313131 solid;
    border-radius: 2px;
    float: left;
    width: 30px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px; }
  .nav-links .current {
    background: #e49c35;
    color: #fff;
    border-color: #e49c35; }

.sidebar-blog {
  padding-left: 40px; }
  .sidebar-blog h3 {
    font-size: 25px;
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px; }
  .sidebar-blog .searchform input[type="text"] {
    width: 70%;
    box-sizing: border-box; }
  .sidebar-blog .searchform input[type="submit"] {
    width: 22%;
    box-sizing: border-box; }
  .sidebar-blog .homepage-widget {
    margin-bottom: 20px; }
    .sidebar-blog .homepage-widget ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .sidebar-blog .homepage-widget ul li {
        padding: 8px 0;
        border-bottom: 1px #f2f2f2 solid; }
        .sidebar-blog .homepage-widget ul li:last-child {
          border: 0; }
    .sidebar-blog .homepage-widget h3.rpwe-title {
      border: 0;
      font-size: 16px !important;
      font-weight: 500 !important; }
    .sidebar-blog .homepage-widget time {
      font-size: 14px; }

.blogs-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
  position: relative; }
  .blogs-header .bg_header {
    position: absolute;
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .blogs-header .content_header {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center; }
    .blogs-header .content_header .page-title {
      font-size: 35px;
      padding-top: 10%; }
  .blogs-header .woocommerce-breadcrumb a {
    color: #fff; }
  .blogs-header #breadcrumbs a {
    color: #fff; }

#ez-toc-container {
  width: 100%;
  float: left; }

.blog-detail h1 {
  font-size: 30px; }
.blog-detail h2 {
  font-size: 20px; }
.blog-detail h3 {
  font-size: 18px; }
.blog-detail h4 {
  font-size: 16px; }
.blog-detail .entry-content {
  overflow: hidden; }
.blog-detail .comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .blog-detail .comment-list img {
    float: left;
    margin-right: 10px; }
  .blog-detail .comment-list .comment-body p {
    float: left;
    width: 100%;
    padding: 10px 0 0 0; }
  .blog-detail .comment-list .reply {
    text-align: right;
    font-style: italic;
    font-size: 12px; }
  .blog-detail .comment-list li {
    margin-bottom: 15px;
    padding: 15px; }
    .blog-detail .comment-list li:nth-child(odd) {
      background-color: #f2f2f2; }
    .blog-detail .comment-list li .description {
      padding: 15px 0; }
  .blog-detail .comment-list ol {
    list-style-type: none; }
    .blog-detail .comment-list ol li:nth-child(odd) {
      background-color: #f7f7f7; }
.blog-detail .col-comment {
  float: left;
  width: 50%;
  padding: 5px; }

.wp-caption {
  max-width: 100%;
  overflow: hidden; }

.blogs-banner {
  padding: 150px 0;
  text-align: center;
  height: 500px; }

.wpcf7-form-control-wrap {
  width: 100%;
  float: left; }

.checkout-button, .wp-element-button {
  background: #e49c35 !important;
  color: #fff !important; }
  .checkout-button:hover, .wp-element-button:hover {
    background: #f6b34e !important; }

.cart_totals h2 {
  font-size: 20px; }

.btn-menureponse {
  display: none; }

/*
response */
@media (max-width: 767.98px) {
  .btn-menureponse {
    float: right;
    text-align: left;
    display: inline;
    margin-bottom: 10px; }
    .btn-menureponse .btn {
      padding: 0 5px !important;
      border-radius: 3px;
      font-size: 25px; }

  .btn {
    padding: 7px 20px; }

  .all_default .h3_heading {
    font-size: 20px;
    text-align: center; }
  .all_default .heading_big {
    font-size: 25px;
    line-height: 35px;
    text-align: center; }

  .mainmenumobile {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0; }
    .mainmenumobile li {
      float: left;
      width: 100%;
      border-bottom: 1px #ccc solid; }
      .mainmenumobile li:last-child {
        border: 0; }
      .mainmenumobile li a {
        font-size: 16px;
        font-weight: 700; }
      .mainmenumobile li ul {
        list-style-type: none;
        padding: 0 20px; }
        .mainmenumobile li ul a {
          font-weight: 500; }

  .home-slide {
    position: relative; }
    .home-slide .carousel-home {
      height: 200px; }
    .home-slide .home-slide-block-bg {
      top: 0;
      right: 15%;
      width: 65%;
      transform: skewX(-20deg);
      height: 100%;
      opacity: 0.7; }
    .home-slide .home-slide-block {
      top: 0;
      right: 15%;
      width: 55%;
      padding: 10px 0; }
      .home-slide .home-slide-block h1 {
        font-size: 25px;
        font-weight: 700; }
      .home-slide .home-slide-block h2 {
        font-size: 14px;
        padding: 10px 0 10px 0; }

  .home_about .numyear {
    font-size: 150px; }
  .home_about .textnumyear {
    padding-right: 0;
    margin-bottom: 20px; }
  .home_about .about_strong {
    width: 100%; }

  .we_work .box-work {
    height: 300px;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    animation-name: zoomSlideOut;
    animation-duration: 0.5s; }
    .we_work .box-work .showinfo {
      padding: 20px; }
      .we_work .box-work .showinfo .sort {
        font-size: 40px; }
      .we_work .box-work .showinfo .desc, .we_work .box-work .showinfo .link {
        font-size: 14px; }
    .we_work .box-work:hover {
      transform: scale(1.1);
      z-index: 3;
      animation-name: zoomSlide;
      animation-duration: 1s; }
      .we_work .box-work:hover .sort {
        color: #fff; }
      .we_work .box-work:hover .bgcolor {
        background: transparent; }
      .we_work .box-work:hover .desc, .we_work .box-work:hover .link {
        height: auto;
        animation-duration: 0.5s;
        animation-name: zoomSlideHeightText; }

  .home_project .box-slick-project .cover {
    height: auto; }

  .home_numbers .counter .count-number {
    font-size: 40px; }

  .home_blog .box-blog .cover {
    height: auto;
    overflow: hidden;
    margin-bottom: 15px; }
  .home_blog .box-blog h3 {
    font-size: 18px;
    min-height: auto; }
  .home_blog .box-blog .date {
    color: #696969; }
  .home_blog .box-blog .viewmore_link {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #313131;
    border-bottom: 2px #e49c35 solid; }
    .home_blog .box-blog .viewmore_link:hover {
      color: #e49c35; }

  .gallery-icon img {
    width: 100% !important;
    height: auto !important; }

  .style_product .short_description {
    overflow: hidden;
    margin-bottom: 40px; }
    .style_product .short_description .heightContent {
      overflow: hidden; }
    .style_product .short_description h1 {
      font-size: 20px;
      line-height: 32px; }
  .style_product .filterbar {
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
    text-align: center; }
    .style_product .filterbar .woocommerce-result-count {
      float: left;
      width: 100%; }
    .style_product .filterbar .woocommerce-ordering {
      float: left;
      width: 100%;
      text-align: left; }

  /* woocommerce */
  .woocommerce-products-header {
    min-height: 100px;
    position: relative; }
    .woocommerce-products-header .content_header .page-title {
      font-size: 20px; }

  .woocommerce-pagination .page-numbers li .page-numbers {
    margin-right: 3px;
    text-align: center;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px; }

  .products {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .products .cover {
      height: auto; }
      .products .cover img {
        border-radius: 2px;
        width: 100%;
        height: auto; }
    .products .product {
      float: left;
      width: 100%;
      padding: 20px; }

  .product-detail .woocommerce-product-gallery {
    float: left;
    width: 100%;
    padding: 0 0 0 0; }
    .product-detail .woocommerce-product-gallery .zoomtoo-container {
      height: 300px;
      text-align: center !important;
      width: 350px !important; }
      .product-detail .woocommerce-product-gallery .zoomtoo-container img {
        width: 100% !important;
        height: 100% !important; }
    .product-detail .woocommerce-product-gallery .slick-slide {
      padding: 2px; }
      .product-detail .woocommerce-product-gallery .slick-slide img {
        width: 100% !important;
        height: 100% !important; }
    .product-detail .woocommerce-product-gallery .woocommerce-product-gallery__image {
      width: 350px !important; }
  .product-detail .summary {
    float: left;
    width: 100%; }
  .product-detail .product h1 {
    font-size: 30px;
    margin-top: 20px; }
  .product-detail .product .price {
    color: #e49c35;
    font-weight: 700;
    font-size: 20px;
    display: block;
    width: 100%;
    margin-bottom: 15px; }
    .product-detail .product .price del {
      color: #696969; }
    .product-detail .product .price ins {
      color: #e49c35;
      font-weight: 700;
      font-size: 20px; }
  .product-detail .product .variations ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .product-detail .product .variations ul li {
      float: left;
      width: 25px;
      height: 25px;
      margin: 10px 5px; }
      .product-detail .product .variations ul li .variable-item-contents {
        float: left;
        width: 100%;
        height: 100%; }
        .product-detail .product .variations ul li .variable-item-contents .variable-item-span {
          border-radius: 50%;
          float: left;
          width: 100%;
          height: 100%; }
  .product-detail .product .variations th, .product-detail .product .variations td {
    display: block; }
  .product-detail .product .variations .reset_variations {
    display: none; }
  .product-detail .product .quantity {
    float: left;
    width: 40%; }
    .product-detail .product .quantity .input-text {
      text-align: center;
      width: 120px; }
  .product-detail .woocommerce-tabs, .product-detail .related {
    float: left;
    width: 100%;
    margin-top: 30px; }
  .product-detail .woocommerce-tabs table {
    width: 100% !important; }
  .product-detail .woocommerce-tabs td {
    display: block;
    width: 100% !important; }
  .product-detail .comment-form p {
    float: left;
    width: 100%; }
    .product-detail .comment-form p .label-form {
      float: left;
      width: 25%; }
  .product-detail .comment-form textarea {
    width: 100% !important; }
  .product-detail .related {
    padding: 30px 0;
    border-top: 1px #ccc solid; }
    .product-detail .related h2 {
      text-transform: uppercase;
      font-size: 25px;
      padding: 15px 0;
      text-align: center; }
    .product-detail .related .product {
      float: left;
      width: 100%;
      padding: 20px;
      position: relative;
      text-align: center; }
      .product-detail .related .product .cover {
        height: auto; }

  .blogs-header {
    min-height: 100px; }
    .blogs-header .content_header .page-title {
      font-size: 25px;
      padding-top: 10%; }

  .blogs-banner {
    padding: 150px 0;
    text-align: center;
    height: 400px; }

  .sidebar-blog {
    padding-left: 0; }
    .sidebar-blog h3 {
      font-size: 25px;
      border-bottom: 1px #ccc solid;
      padding-bottom: 10px; }
    .sidebar-blog .searchform input[type="text"] {
      width: 60%;
      box-sizing: border-box; }
    .sidebar-blog .searchform input[type="submit"] {
      width: 32%;
      box-sizing: border-box; } }

/*# sourceMappingURL=style.css.map */
