/** BREADCRUMB ============================================*/
.gv_breadcrumb_box {
  position: relative;
  overflow: hidden;
  padding-top: 44px;
  padding-bottom: 6px;
  background: transparent;
}
@media (max-width: 991px) {
  .gv_breadcrumb_box {
    padding-top: 24px;
  }
}
.gv_breadcrumb_box .breadcrumb-nav {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .gv_breadcrumb_box .breadcrumb-nav {
    overflow: auto hidden;
  }
}
.gv_breadcrumb_box .breadcrumb-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
@media (max-width: 767px) {
  .gv_breadcrumb_box .breadcrumb-nav ul {
    white-space: nowrap;
    display: flex;
  }
}
.gv_breadcrumb_box .breadcrumb-nav ul > li {
  position: relative;
  display: inline-block;
  z-index: 7;
  vertical-align: top;
  padding: 0 0 0 24px;
  line-height: 18px;
  font-size: 14px;
}
.gv_breadcrumb_box .breadcrumb-nav ul > li:first-child {
  padding-left: 0;
}
.gv_breadcrumb_box .breadcrumb-nav ul > li::before {
  float: none !important;
  position: absolute;
  left: 10px;
  top: 8px;
}
.gv_breadcrumb_box .breadcrumb-nav ul > li span,
.gv_breadcrumb_box .breadcrumb-nav ul > li a, .gv_breadcrumb_box .breadcrumb-nav ul > li h1 {
  display: inline-block;
  position: relative;
  padding: 9px 0;
  line-height: 18px;
  font-size: 14px;
  color: #000;
  z-index: 1;
}
.gv_breadcrumb_box .breadcrumb-nav ul > li a {
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gv_breadcrumb_box .breadcrumb-nav ul > li a:hover {
  color: #2dbeb3;
}
.gv_breadcrumb_box .breadcrumb-nav ul > li span {
  color: #2dbeb3;
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 36px;
}
.gv_breadcrumb_box .breadcrumb-nav ul > li h1 {
  padding: 0;
  margin: 0;
  line-height: 36px;
  font-size: 14px;
  color: #2dbeb3;
}
.gv_breadcrumb_box .breadcrumb-nav p {
  margin-bottom: 0;
}
.gv_breadcrumb_box .breadcrumb-nav p span,
.gv_breadcrumb_box .breadcrumb-nav p a, .gv_breadcrumb_box .breadcrumb-nav p h1 {
  display: inline-block;
  position: relative;
  padding: 9px 0;
  line-height: 16px;
  font-size: 12px;
  color: #000;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.gv_breadcrumb_box .breadcrumb-nav p h1 {
  margin: 0;
}
.gv_breadcrumb_box .breadcrumb-nav p span.separator {
  margin: 0 10px;
}
.gv_breadcrumb_box .breadcrumb-nav p span.last {
  color: #2dbeb3;
}
.gv_breadcrumb_box .breadcrumb-nav p a:hover {
  color: #2dbeb3;
}

/** CONTENT ============================================*/
/** Desc */
.desc {
  font-family: var(--primary-Font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  word-wrap: break-word;
}
.desc h1 {
  font-size: 25px;
  margin-bottom: 1rem;
}
.desc h2 {
  font-size: 23px;
  margin-bottom: 1rem;
}
.desc h3 {
  font-size: 21px;
  margin-bottom: 1rem;
}
.desc h4 {
  font-size: 18px;
}
.desc h5 {
  font-size: 17px;
  margin-bottom: 1rem;
}
.desc h6 {
  font-size: 16px;
  margin-bottom: 1rem;
}
.desc img {
  max-width: 100%;
  height: auto;
}
.desc table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
> .desc table:not(caption) > * {
  border-width: 1px 0;
}
> .desc table:not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  border-width: 0 1px;
}
.desc table tbody tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.desc table tbody tr td {
  width: 50%;
}
.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;
  font-weight: 400;
  line-height: 1.65;
  word-wrap: break-word;
}
.entry-content a {
  color: var(--primary-Color);
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content img.emoji {
  float: left;
  margin-right: 6px;
  height: 22px;
  width: 22px;
}
.entry-content h1 {
  font-size: 25px;
  margin-bottom: 1rem;
}
.entry-content h2 {
  font-size: 23px;
  margin-bottom: 1rem;
}
.entry-content h3 {
  font-size: 21px;
  margin-bottom: 1rem;
}
.entry-content h4 {
  font-size: 18px;
}
.entry-content h5 {
  font-size: 17px;
  margin-bottom: 1rem;
}
.entry-content h6 {
  font-size: 16px;
  margin-bottom: 1rem;
}
.entry-content iframe {
  max-width: 100%;
  margin-bottom: 1rem;
}
.entry-content object {
  max-width: 100%;
  margin-bottom: 1rem;
}
.entry-content ol, .entry-content ul {
  padding-left: 24px;
  margin-bottom: 1rem;
}
.entry-content table {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 16px !important;
}
.entry-content table tr th {
  padding: 6px 12px;
  border: 1px solid #e0e0e0;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--primary-Color);
  color: #fff;
}
.entry-content table tr td {
  padding: 6px 12px;
  border: 1px solid #ddd;
  color: #000;
}
.entry-content table tr:nth-child(even) td {
  background: #f6f6f6;
}
.entry-content .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
  margin-bottom: 1rem;
}
.entry-content .aligncenter img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 1rem;
}
.entry-content .alignleft img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 1rem;
}
.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;
}

/** Shortcode */
.gvx-button-group {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
.gvx-button-group .button-action a {
  display: inline-flex;
  padding: 8px 24px;
  align-items: center;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  background: var(--primary-Color);
  border-radius: 6px;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  cursor: pointer;
  animation: pulseButton 1.2s infinite;
  text-decoration: none;
}
.gvx-button-group .button-action a svg {
  height: 18px;
  width: 18px;
  fill: #fff;
}

/** FORM POPUP */
.gvx-form-popup {
  position: fixed;
  width: 100%;
  max-width: 460px;
  top: 50%;
  left: 50%;
  padding: 10px;
  z-index: 99999;
  transform: translate(-50%, -50%);
}
.gvx-form-popup .box {
  background: var(--primary-Color);
  position: relative;
  padding: 24px 36px;
}
.gvx-form-popup .box > button {
  position: absolute;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #f13000;
  top: -12px;
  right: -12px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  border: 0;
  outline: none;
}
.gvx-form-popup .box > button::after {
  content: "";
  height: 14px;
  width: 14px;
  background-image: url("../images/svg/icn-close.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  filter: brightness(0) invert(1);
}
.gvx-form-popup .box .name {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.gvx-form-popup .box .wpcf7-form p {
  margin-bottom: 0;
}
.gvx-form-popup .box .wpcf7-form input[type=text],
.gvx-form-popup .box .wpcf7-form input[type=tel],
.gvx-form-popup .box .wpcf7-form input[type=email],
.gvx-form-popup .box .wpcf7-form input[type=date],
.gvx-form-popup .box .wpcf7-form input[type=number] {
  padding: 8px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.gvx-form-popup .box .wpcf7-form .is-hidden {
  position: relative;
}
.gvx-form-popup .box .wpcf7-form input.wpcf7-submit {
  padding: 8px 12px;
  text-align: center;
  background: var(--second-Color) !important;
  width: 100%;
}

/**
 * FACEBOOK BOX
 */
.facebook-chat-ring-wrap {
  position: fixed;
  bottom: 190px;
  right: 0;
  z-index: 33;
}
.facebook-chat-ring-wrap .facebook-chat-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;
}
.facebook-chat-ring-wrap .facebook-chat-ring .facebook-chat-ring-circle {
  width: 100px;
  height: 100px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #ab5ae7;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.facebook-chat-ring-wrap .facebook-chat-ring .facebook-chat-ring-circle-fill {
  width: 60px;
  height: 60px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: #ab5ae7;
  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%;
}
.facebook-chat-ring-wrap .facebook-chat-ring .facebook-chat-ring-img-circle {
  background-color: #b96bf4;
  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;
}
.facebook-chat-ring-wrap .facebook-chat-ring .facebook-chat-ring-img-circle .pps-btn-img {
  display: flex;
}
.facebook-chat-ring-wrap .facebook-chat-ring .facebook-chat-ring-img-circle .pps-btn-img img {
  width: 25px;
  height: 25px;
}
.facebook-chat-ring-wrap > span {
  background: #ab5ae7;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  padding: 4px 12px;
  display: block;
  right: 86px;
  white-space: nowrap;
  font-size: 12px;
}
.facebook-chat-ring-wrap > span::after {
  content: "";
  height: 12px;
  width: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
  background: #ab5ae7;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/**
 * ZALO CHAT
 */
.button-zalo-ring-wrap {
  position: fixed;
  bottom: 110px;
  right: 0;
  z-index: 33;
}
.button-zalo-ring-wrap .button-zalo-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;
}
.button-zalo-ring-wrap .button-zalo-ring .button-zalo-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;
}
.button-zalo-ring-wrap .button-zalo-ring .button-zalo-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%;
}
.button-zalo-ring-wrap .button-zalo-ring .button-zalo-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;
}
.button-zalo-ring-wrap .button-zalo-ring .button-zalo-ring-img-circle .pps-btn-img {
  display: flex;
}
.button-zalo-ring-wrap .button-zalo-ring .button-zalo-ring-img-circle .pps-btn-img img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
}

/**
 * CALL NOW
 */
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 33;
}
.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 #e10202;
  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: #e10202;
  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: #e10202;
  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: 25px;
  height: 25px;
}

@keyframes pulseButton {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@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);
  }
}
.gvc-overlay-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.64;
  top: 0;
  left: 0;
  z-index: 9990;
}/*# sourceMappingURL=style.css.map */