/**
 * HEADING
 */
.head_section {
  position: relative;
  font-family: var(--primaryFont);
}
.head_section .title {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.3px;
  position: relative;
  text-transform: uppercase;
  color: var(--primaryColor);
}

.head_block {
  position: relative;
  font-family: var(--primaryFont);
}
.head_block .title {
  margin: 0;
  font-size: 26px;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: var(--primaryColor);
  position: relative;
  text-transform: uppercase;
}

.head_panel {
  position: relative;
  font-family: var(--primaryFont);
}
.head_panel .title {
  margin: 0;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.3px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
}
@media (max-width: 767px) {
  .head_panel .title {
    font-size: 28px;
  }
}

.head_taxonomy {
  position: relative;
  font-family: var(--primaryFont);
}
.head_taxonomy .title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #333;
  position: relative;
  text-transform: uppercase;
}

.head_footer {
  position: relative;
  font-family: var(--primaryFont);
}
.head_footer .title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  position: relative;
}

/**
 * MENU MOBILE & TABLET
 */
.gv_menu_block {
  position: fixed;
  left: 0;
  transition: all 0.4s ease 0s;
  transform: translateX(-100%);
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 99;
  width: 90%;
  max-width: 320px;
  background: var(--thirdColor);
  height: 100vh;
  font-family: var(--primaryFont);
  overflow-y: scroll;
}
.gv_menu_block .logo-nav {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
  position: relative;
  border-bottom: 1px dotted #e3b07d;
}
.gv_menu_block .logo-nav .name {
  font-size: 20px;
  display: inline-block;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
}
.gv_menu_block .logo-nav .menu {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: inline-block;
}
.gv_menu_block .logo-nav .menu i {
  font-size: 20px;
  color: #fff;
}
.gv_menu_block .menu-nav {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.gv_menu_block .menu-nav > li {
  position: relative;
  display: block;
}
.gv_menu_block .menu-nav > li > a {
  color: #fff;
  padding: 13px 15px;
  display: flex;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px dotted #e3b07d;
  line-height: 20px;
}
.gv_menu_block .menu-nav > li > a > i {
  margin-right: 5px;
}
.gv_menu_block .menu-nav > li > a > i::before {
  height: 18px;
  width: 18px;
}
.gv_menu_block .menu-nav > li > i.arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 46px;
  width: 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.gv_menu_block .menu-nav > li > i.arrow.show {
  transform: rotate(180deg);
}
.gv_menu_block .menu-nav > li > .sub-menu {
  display: none;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_menu_block .menu-nav > li > .sub-menu > li {
  display: block;
  position: relative;
  padding: 0 0px;
}
.gv_menu_block .menu-nav > li > .sub-menu > li > a {
  padding: 10px 15px 10px 25px;
  display: block;
  font-size: 13px;
  border-bottom: 1px dotted #e3b07d;
  color: #FFF;
}
.gv_menu_block .menu-nav > li > .sub-menu > li > i.arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.gv_menu_block .menu-nav > li > .sub-menu > li > i.arrow.show {
  transform: rotate(180deg);
}
.gv_menu_block .menu-nav > li > .sub-menu > li ul {
  display: none;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_menu_block .menu-nav > li > .sub-menu > li ul > li {
  display: block;
  position: relative;
}
.gv_menu_block .menu-nav > li > .sub-menu > li ul > li > a {
  padding: 10px 30px 10px 10px;
  display: block;
  font-size: 13px;
  border-bottom: 1px dotted #e3b07d;
  color: #FFF;
}
.gv_menu_block .menu-nav > li > .sub-menu > li ul > li > i.arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.gv_menu_block .menu-nav > li > .sub-menu > li ul > li > i.arrow.show {
  transform: rotate(180deg);
}
.gv_menu_block .support-nav {
  padding-top: 10px;
  position: relative;
  text-align: center;
}
.gv_menu_block .support-nav a {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
  background: #fff;
  color: red;
  font-weight: 400;
  padding: 10px 16px;
  line-height: 20px;
  border-radius: 4px;
}
.gv_menu_block .support-nav a i {
  margin-right: 6px;
}

.gv_menu_block.open {
  transform: translateX(0);
}

/**
 * SEARCH
 */
.gv_search_block {
  position: fixed;
  padding: 30px 0;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  color: #FFF;
  z-index: 9999;
}
.gv_search_block > button {
  position: absolute;
  top: 100%;
  left: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.78);
  padding: 10px;
  cursor: pointer;
}
.gv_search_block > button i {
  font-size: 30px;
  color: orange;
}
.gv_search_block .search .search__form {
  width: 100%;
}
.gv_search_block .search .search__form .from_group {
  display: flex;
  align-items: center;
  width: 100%;
}
.gv_search_block .search .search__form .from_group input {
  border: 0;
  padding: 15px 15px;
  background: #FFF;
  line-height: 20px;
  border-radius: 4px 0 0 4px;
  width: 100%;
}
.gv_search_block .search .search__form .from_group button {
  border: 0;
  background: orange;
  padding: 15px 15px;
  line-height: 20px;
  border-radius: 0px 4px 4px 0;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  white-space: nowrap;
}

/**
 * BREADCRUMB
 */
.gv_breadcrumb_block {
  background-image: url("../images/bg_breadcrumb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0;
}
.gv_breadcrumb_block .container > .row {
  align-items: center;
}
.gv_breadcrumb_block .breadcrumb-nav {
  margin: 0;
  padding: 0;
  position: relative;
}
.gv_breadcrumb_block .breadcrumb-nav span,
.gv_breadcrumb_block .breadcrumb-nav a {
  font-family: inherit;
  font-size: 15px;
  color: #333;
  line-height: 1;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.gv_breadcrumb_block .breadcrumb-nav a {
  color: var(--primaryColor);
}
@media (max-width: 991px) {
  .gv_breadcrumb_block .breadcrumb-nav {
    text-align: center;
    padding-bottom: 10px;
  }
}
.gv_breadcrumb_block .sidebar-show {
  text-align: center;
  padding-bottom: 10px;
  display: none;
}
.gv_breadcrumb_block .sidebar-show button {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  color: #333;
  font-weight: 500;
  border: 0;
}
.gv_breadcrumb_block .sidebar-show button i {
  font-size: 16px;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .gv_breadcrumb_block .sidebar-show {
    display: block;
  }
}
.gv_breadcrumb_block .orderby-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0px;
}
.gv_breadcrumb_block .orderby-box span {
  margin-right: 10px;
}
.gv_breadcrumb_block .orderby-box .woocommerce-ordering {
  float: none;
  margin: 0;
}
.gv_breadcrumb_block .orderby-box .woocommerce-ordering select {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .gv_breadcrumb_block .orderby-box {
    justify-content: center;
  }
  .gv_breadcrumb_block .orderby-box span {
    display: none;
  }
}

/** BANNER */
.gv_project_banner {
  position: relative;
  overflow: hidden;
  padding-top: 170px;
  padding-bottom: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gv_project_banner .breadcrumb-nav {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.gv_project_banner .breadcrumb-nav span,
.gv_project_banner .breadcrumb-nav a {
  font-family: inherit;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.gv_project_banner .breadcrumb-nav a {
  color: #fff;
}

/**
 * CONTENT
 */
.entry-content {
  font-family: var(--primaryFont);
  font-size: 16px;
  line-height: 1.56;
  text-align: justify;
  font-weight: 400;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 0.75em;
}
.entry-content h1 {
  font-size: 1.5em;
}
.entry-content h2 {
  font-size: 1.4em;
}
.entry-content h3 {
  font-size: 1.3em;
}
.entry-content h4 {
  font-size: 1.2em;
}
.entry-content h5 {
  font-size: 1.15em;
}
.entry-content h6 {
  font-size: 1.1em;
}
.entry-content table {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 16px;
}
.entry-content table tr td {
  border: 1px solid #ddd;
  padding: 6px 12px;
}
.entry-content iframe {
  max-width: 100%;
}
.entry-content object {
  max-width: 100%;
}
.entry-content ul,
.entry-content ol {
  padding-left: 20px;
}
.entry-content .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.entry-content .aligncenter img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.entry-content .alignleft img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.entry-content .alignright img {
  max-width: 100%;
  height: auto;
}
.entry-content .wp-caption-text {
  background: #fdfdfd;
  text-align: center;
  margin-bottom: 13px;
  font-style: italic;
  padding: 6px;
  font-size: 13px;
}

/**
 * DESC
 */
.desc {
  font-family: var(--primaryFont);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}
.desc img {
  max-width: 100%;
  height: auto;
}
.desc ol, .desc ul {
  padding-left: 18px;
}
.desc ol li, .desc ul li {
  padding-bottom: 4px;
}
.desc ol li:last-child, .desc ul li:last-child {
  padding-bottom: 0;
}
.desc table {
  width: 100%;
  border: 1px solid #ccc;
}
.desc table tr td {
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.desc iframe, .desc object {
  width: 100%;
}
.desc .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.desc .aligncenter img {
  max-width: 100%;
  height: auto;
}
.desc .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.desc .alignleft img {
  max-width: 100%;
  height: auto;
}
.desc .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.desc .alignright img {
  max-width: 100%;
  height: auto;
}

/**
 * LOOP
 */
.product_inner {
  position: relative;
  margin: 0;
  padding: 0px;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #efefef;
}
.product_inner .image {
  position: relative;
}
.product_inner .image > a {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  background-position: center;
  position: relative;
  height: auto;
  overflow: hidden;
}
.product_inner .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: all 0.4s ease-in-out;
}
.product_inner .image > a span {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  line-height: 20px;
  background: var(--secondColor);
  color: #fff;
  letter-spacing: 0.4px;
  font-size: 15px;
  font-weight: 400;
}
.product_inner .image > a span i {
  font-size: 13px;
  margin-left: 6px;
}
.product_inner .image:hover > a img {
  transform: scale(1.09);
}
.product_inner .info {
  position: relative;
  padding: 15px 15px;
  height: 112px;
  overflow: hidden;
}
.product_inner .info .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}
.product_inner .info .title a {
  color: #333;
}
.product_inner .info .title a:hover {
  color: var(--primaryColor);
}
.product_inner .info .price-group {
  display: flex;
  padding-top: 12px;
  align-items: center;
  justify-content: center;
}
.product_inner .info .price-group p {
  font-size: 17px;
  font-weight: 600;
  color: var(--primaryColor);
  margin: 0;
  line-height: 1.3;
}
.product_inner .info .price-group p.old {
  text-decoration: line-through;
  color: #888;
  font-size: 13px;
  font-weight: 300;
  margin-right: 12px;
}

.project_inner {
  position: relative;
}
.project_inner .image {
  position: relative;
  padding-bottom: 16px;
}
.project_inner .image a {
  position: relative;
  padding-bottom: 60%;
  display: block;
  width: 100%;
  background-position: center;
}
.project_inner .image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.project_inner .image a span {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  line-height: 20px;
  background: var(--primaryColor);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.project_inner .image a span i {
  font-size: 13px;
  margin-left: 6px;
}
.project_inner .name h3 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 12px;
  position: relative;
}
.project_inner .name h3::after {
  content: "";
  height: 2px;
  width: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primaryColor);
  bottom: 0px;
}
.project_inner .name h3 a {
  color: #333;
}
.project_inner .name h3 a:hover {
  color: var(--secondColor);
}

.post_inner {
  font-family: "Roboto", sans-serif;
  position: relative;
  margin: 0;
  padding: 0px;
}
.post_inner .image {
  position: relative;
  padding-bottom: 14px;
}
.post_inner .image > a {
  display: block;
  padding-bottom: 75%;
  width: 100%;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.post_inner .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.post_inner .image > a span {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  line-height: 20px;
  background: var(--secondColor);
  color: #fff;
  letter-spacing: 0.4px;
  font-size: 15px;
  font-weight: 400;
}
.post_inner .image > a span i {
  font-size: 13px;
  margin-left: 6px;
}
.post_inner .info {
  position: relative;
}
.post_inner .info h3 {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  position: relative;
}
.post_inner .info h3 a {
  color: #333;
}
.post_inner .info h3 a:hover {
  color: var(--secondColor);
}

.blog_inner {
  position: relative;
  font-family: var(--primaryFont);
  margin: 0;
  padding: 0px;
  background: #fff;
  height: 100%;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
}
.blog_inner .image > a {
  display: block;
  padding-bottom: 60%;
  position: relative;
  background-position: center;
  width: 100%;
}
.blog_inner .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.blog_inner .image > a span {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  line-height: 20px;
  background: var(--secondColor);
  color: #fff;
  letter-spacing: 0.4px;
  font-size: 15px;
  font-weight: 400;
}
.blog_inner .image > a span i {
  font-size: 13px;
  margin-left: 6px;
}
.blog_inner .info {
  padding: 16px 16px;
}
.blog_inner .info .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
.blog_inner .info .title a {
  color: #333;
}
.blog_inner .info .title a:hover {
  color: var(--primaryColor);
}
.blog_inner .info .desc {
  font-size: 15px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 46px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/**
 * CALL NOW
 */
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring-wrap .hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-circle {
  width: 100px;
  height: 100px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #16b3f0;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-circle-fill {
  width: 60px;
  height: 60px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: rgb(22, 179, 240);
  border-radius: 100%;
  border: 2px solid transparent;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-img-circle {
  background-color: #16b3f0;
  width: 40px;
  height: 40px;
  top: 30px;
  left: 30px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-img-circle .pps-btn-img {
  display: flex;
}
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}

@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.gv-social-chat {
  position: fixed;
  left: 24px;
  display: block;
  z-index: 999;
  bottom: 100px;
}
.gv-social-chat a {
  display: block;
  margin: 10px 0;
}
.gv-social-chat a img {
  height: 50px;
  width: 50px;
}

.gv_fixed_bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 98;
}/*# sourceMappingURL=style.css.map */