/** BREADCRUMB */
.gv_breadcrumb_block {
  background: transparent;
  font-family: var(--primary-Font);
  overflow: hidden;
  background: #1a202a;
}
.gv_breadcrumb_block .breadcrumb-nav {
  padding: 0;
  margin: 0;
}
.gv_breadcrumb_block .breadcrumb-nav span,
.gv_breadcrumb_block .breadcrumb-nav a {
  font-family: inherit;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}

/** DESC */
.desc {
  font-family: var(--primary-Font);
  font-size: 15px;
  line-height: 1.56;
}
.desc img {
  max-width: 100%;
  height: auto;
}
.desc h1 {
  font-size: 22px;
}
.desc h2 {
  font-size: 20px;
}
.desc h3 {
  font-size: 18px;
}
.desc h4 {
  font-size: 17px;
}
.desc h5 {
  font-size: 16px;
}
.desc h6 {
  font-size: 15px;
}
.desc ul, .desc ol {
  padding-left: 24px;
}
.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;
}

/** ENTRY CONTENT */
.entry-content {
  font-family: var(--primary-Font);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  text-align: justify;
}
.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: 20px;
}
.entry-content h1 {
  font-size: 24px;
}
.entry-content h2 {
  font-size: 22px;
}
.entry-content h3 {
  font-size: 20px;
}
.entry-content h4 {
  font-size: 18px;
}
.entry-content h5 {
  font-size: 17px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content .wpcf7-form {
  margin-top: 20px;
  margin-bottom: 24px;
  border: 3px solid #302e2e;
  padding: 30px;
}
.entry-content iframe {
  width: 100%;
  max-width: 100%;
  height: 500px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .entry-content iframe {
    height: 400px;
  }
}
@media (max-width: 500px) {
  .entry-content iframe {
    height: auto;
  }
}
.entry-content object {
  max-width: 100%;
}
.entry-content ul, .entry-content ol {
  padding-left: 20px;
}
.entry-content table {
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.entry-content table tr td {
  padding: 6px 10px;
  border: 1px solid #ccc;
}
.entry-content .wp-block-image {
  margin-bottom: 20px;
}
.entry-content .wp-block-image img {
  width: 100%;
  height: auto;
}
.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;
}

/** Paginate Nav */
.paginate-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.paginate-nav ul > li {
  display: inline-block;
  position: relative;
  padding: 0 4px;
}
.paginate-nav ul > li span, .paginate-nav ul > li a {
  height: 40px;
  width: 40px;
  background: #f0f0f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  font-weight: 600;
}
.paginate-nav ul > li span i, .paginate-nav ul > li a i {
  position: relative;
  width: 16px;
  height: 9px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.paginate-nav ul > li a.prev i {
  background-image: url("../images/svg/ick-prev.svg");
}
.paginate-nav ul > li a.next i {
  background-image: url("../images/svg/ick-next.svg");
}
.paginate-nav ul > li span.current {
  background: var(--primary-Color);
  color: #fff;
}
.paginate-nav ul li.prv-link a i, .paginate-nav ul li.prv-link span i {
  background-image: url("../images/svg/ick-prev.svg");
}
.paginate-nav ul li.nxt-link a i, .paginate-nav ul li.nxt-link span i {
  background-image: url("../images/svg/ick-next.svg");
}
.paginate-nav ul li.active a, .paginate-nav ul li.active span {
  background: #008CA5;
  color: #fff;
}

/** Paginav Product */
.woocommerce nav.woocommerce-pagination ul {
  display: flex !important;
  flex-wrap: wrap;
  border: 0 !important;
  margin: 0 !important;
  white-space: unset !important;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul > li {
  border: 0 !important;
  padding: 0 4px !important;
  float: none !important;
}
.woocommerce nav.woocommerce-pagination ul > li span, .woocommerce nav.woocommerce-pagination ul > li a {
  height: 40px;
  width: 40px;
  background: #f0f0f0 !important;
  border-radius: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #000 !important;
  font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul > li span i, .woocommerce nav.woocommerce-pagination ul > li a i {
  position: relative;
  width: 16px;
  height: 9px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce nav.woocommerce-pagination ul > li span:hover, .woocommerce nav.woocommerce-pagination ul > li a:hover {
  background: var(--primary-Color) !important;
  color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul > li a.prev i {
  background-image: url("../images/svg/ick-prev.svg");
}
.woocommerce nav.woocommerce-pagination ul > li a.next i {
  background-image: url("../images/svg/ick-next.svg");
}
.woocommerce nav.woocommerce-pagination ul > li span.current {
  background: var(--primary-Color) !important;
  color: #fff !important;
}

/** SETTING */
.gvc-setting-box {
  position: fixed;
  transform: translate(calc(100% - 41px), -50%);
  top: 50%;
  bottom: auto;
  right: 0;
  z-index: 999;
}
.gvc-setting-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gvc-setting-box ul li {
  transition: 0.3s ease-in-out;
  margin-bottom: 0;
  border-bottom: 1px solid #333;
  position: relative;
}
.gvc-setting-box ul li a {
  background-color: #000;
  color: #fff;
  padding: 9px 8px 9px 12px;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 18px;
  display: block;
}
.gvc-setting-box ul li a svg {
  height: 20px;
  width: 20px;
  fill: #fff;
}
.gvc-setting-box ul li a span {
  position: absolute;
  left: 100%;
  top: 0;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
  display: block;
  padding: 11px 8px 10px 10px;
  background-color: #000;
  z-index: 1;
  opacity: 0;
}
.gvc-setting-box ul li a:hover {
  text-decoration: none;
}
.gvc-setting-box ul li a:hover span {
  transform: translateX(-100%);
  left: 0;
  opacity: 1;
}
.gvc-setting-box ul li:hover {
  transform: none;
}

/** FORM POPUP */
.gvx-form-popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.77);
}
.gvx-form-popup .inner {
  width: 90%;
  max-width: 500px;
  position: relative;
  padding: 20px;
  background: #fff;
  color: #000;
}
.gvx-form-popup .inner > button {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 40px;
  width: 40px;
  background: #101622;
  color: #FFF;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
}
.gvx-form-popup .inner > button span {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
}
.gvx-form-popup .inner > button span i {
  font-size: 16px;
  color: #c00000;
}
.gvx-form-popup .inner .name {
  background: #101622;
  color: #fff;
  padding: 12px 16px;
  margin-bottom: 24px;
  text-align: center;
}
.gvx-form-popup .inner .name h3 {
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 30px;
}
.gvx-form-popup .inner .form {
  padding: 0 0px;
  display: block;
}
.gvx-form-popup .inner .form .wpcf7-form input[type=text],
.gvx-form-popup .inner .form .wpcf7-form input[type=tel],
.gvx-form-popup .inner .form .wpcf7-form input[type=email],
.gvx-form-popup .inner .form .wpcf7-form input[type=date],
.gvx-form-popup .inner .form .wpcf7-form textarea,
.gvx-form-popup .inner .form .wpcf7-form select {
  border: 1px solid #dfdfdf;
  padding: 10px 15px;
  color: #000;
  background: transparent;
  font-family: var(--primary-Font);
  line-height: 20px;
  font-size: 15px;
  margin-bottom: 14px;
  width: 100%;
  outline: none;
  border-radius: 5px;
}
.gvx-form-popup .inner .form .wpcf7-form span.wpcf7-radio {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.gvx-form-popup .inner .form .wpcf7-form span.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 10px;
}
.gvx-form-popup .inner .form .wpcf7-form span.wpcf7-radio .wpcf7-list-item input[type=radio] {
  margin: 10px 0;
  margin-left: 6px;
  width: auto;
}
.gvx-form-popup .inner .form .wpcf7-form span.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 10px;
  display: block;
}
.gvx-form-popup .inner .form .wpcf7-form input.wpcf7-submit {
  color: #FFF;
  background: #cf0000;
  border: 0;
  margin-bottom: 0;
  outline: none;
  width: 100%;
  border-radius: 5px;
  padding: 11px 15px;
  line-height: 20px;
  font-size: 15px;
  text-transform: none;
}

/**
 * ANIMATION
 */
@keyframes slide-top-to-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes slide-left-to-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/**
 * TASKBAR
 */
.gvx-button-wrap .btw-button {
  position: fixed;
  left: 23px;
  bottom: 85px;
  z-index: 99;
}
.gvx-button-wrap .btw-button ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gvx-button-wrap .btw-button ul > li {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.gvx-button-wrap .btw-button ul > li a {
  display: block;
}
.gvx-button-wrap .btw-button ul > li a img {
  width: 48px;
  height: auto;
}
.gvx-button-wrap .btw-hotline .call-phone {
  position: fixed;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 1000;
  left: -10px;
  bottom: -10px;
}
.gvx-button-wrap .btw-hotline .call-phone .call-circle {
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #27ac2c;
  opacity: 0.5;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: zoomIn;
}
.gvx-button-wrap .btw-hotline .call-phone .call-circle-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  background-color: rgba(39, 172, 44, 0.6);
  opacity: 0.75 !important;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: pulse;
}
.gvx-button-wrap .btw-hotline .call-phone .call-img-circle {
  width: 40px;
  height: 40px;
  top: 38px;
  left: 38px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url("../images/call-icon.png") no-repeat center center;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  transform-origin: 50% 50%;
  background-color: #27ac2c;
  background-size: 70%;
  z-index: 3;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: tada;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */