/** BREADCRUMB ============================================*/
.gv_breadcrumb_box {
  position: relative;
  overflow: hidden;
  background: #dfdfdf;
  line-height: 20px;
}
.gv_breadcrumb_box .breadcrumb-nav {
  padding: 0;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .gv_breadcrumb_box .breadcrumb-nav {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.gv_breadcrumb_box .breadcrumb-nav p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gv_breadcrumb_box .breadcrumb-nav p {
    white-space: nowrap;
  }
}
.gv_breadcrumb_box .breadcrumb-nav span,
.gv_breadcrumb_box .breadcrumb-nav a {
  font-family: var(--primary-Font);
  font-size: 13px;
  font-weight: 400;
  color: var(--primary-Color);
  line-height: normal;
}
.gv_breadcrumb_box .breadcrumb-nav span.separator {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .gv_breadcrumb_box .breadcrumb-nav span.separator {
    margin: 0 6px;
  }
}
.gv_breadcrumb_box .breadcrumb-nav span.last {
  color: #333;
}
.gv_breadcrumb_box .breadcrumb-nav a:hover {
  color: var(--primary-Color);
}

/** CONTENT ============================================*/
/** Desc */
.desc {
  font-family: var(--primary-Font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  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 {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 16px !important;
}
.desc table tr th {
  padding: 6px 12px;
  border: 1px solid #e0e0e0;
  font-weight: 500;
  text-transform: uppercase;
  background: #f6f6f6;
  color: var(--primary-Color);
}
.desc table tr td {
  padding: 6px 12px;
  border: 1px solid #ddd;
  color: #000;
}
.desc table tr:nth-child(even) td {
  background: #f6f6f6;
}
.desc table tr:first-child td {
  color: var(--primary-Color);
}
.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: 15px;
  font-weight: 400;
  line-height: 1.7;
  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;
}

/** 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;
}

/** TOC BOX */
.toc-box {
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 15px;
  margin-bottom: 20px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  min-width: 450px;
}
@media (max-width: 575px) {
  .toc-box {
    min-width: unset;
    width: 100%;
    padding: 12px;
  }
}
.toc-box .toc-heading strong {
  font-size: 16px;
}
.toc-box .toc-heading .toc-toggle {
  background: var(--primary-Color);
  color: white;
  border: none;
  padding: 6px 9px;
  margin-bottom: 0px;
  margin-left: 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}
.toc-box .toc-list {
  list-style: none;
  margin-top: 12px;
  border-top: 1px solid rgba(204, 204, 204, 0.8);
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.toc-box .toc-list li {
  margin-bottom: 4px;
}
.toc-box .toc-list > li > a {
  font-size: 14px;
  font-weight: 600;
}
.toc-box .toc-list ul {
  padding-left: 20px;
  margin-top: 4px;
  margin-bottom: 3px;
  font-size: 12px;
}
.toc-box .toc-list a {
  color: #000;
}
.toc-box .toc-list a:hover {
  color: var(--second-Color);
}

/** Copy */
.gvx-footer-copy {
  background: #0b5972;
  color: #fff;
  padding: 8px 0;
}
.gvx-footer-copy .copy {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}

/** Overlay */
.gvx-overlay-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99990;
  background: rgba(0, 0, 0, 0.355);
}

/** Call */
.gvx-button-call {
  position: fixed;
  bottom: 20px;
  left: 10px;
  z-index: 99999;
}
.gvx-button-call .button-contact {
  position: relative;
  margin-top: -5px;
}
.gvx-button-call .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.gvx-button-call .button-contact .phone-vr .phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.gvx-button-call .button-contact .phone-vr .phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.gvx-button-call .button-contact .phone-vr .phone-vr-img-circle a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
.gvx-button-call .button-contact .phone-vr .phone-vr-img-circle a img {
  height: 27px;
  width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.gvx-button-call #zalo-vr .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #076ed5;
  background-color: rgba(7, 110, 213, 0.7);
}
.gvx-button-call #zalo-vr .phone-vr .phone-vr-img-circle {
  background-color: #076ed5;
}
@keyframes phone-vr-circle-fill {
  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);
  }
}/*# sourceMappingURL=style.css.map */