/** HEADER ============================================*/
/** Header Main */
.gv_header_block {
  background-color: #fff;
  position: relative;
  z-index: 100;
  box-shadow: 0 4px 8px rgba(97, 97, 97, 0.14), 0 8px 16px rgba(97, 97, 97, 0.14);
}
.gv_header_block .header-top {
  background: var(--primary-Color);
  color: #fff;
  position: relative;
  font-size: 1em;
  padding: 0.25rem 0;
}
@media (max-width: 991px) {
  .gv_header_block .header-top {
    display: none;
  }
}
.gv_header_block .header-top .container .flex {
  display: flex;
}
.gv_header_block .header-top .container .flex .tbx-left {
  min-width: var(--logo-min-width);
  max-width: var(--logo-min-width);
}
.gv_header_block .header-top .container .flex .tbx-right {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gv_header_block .header-top .name {
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: var(--primary-Font);
  font-weight: 300;
}
.gv_header_block .header-top .name h2 {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 19.6px;
  margin-bottom: 0;
}
.gv_header_block .header-top .name p {
  font-size: 0.75rem;
  line-height: 19.6px;
  margin-bottom: 0;
}
.gv_header_block .header-top .extra {
  display: flex;
  align-items: center;
}
.gv_header_block .header-top .extra a {
  display: inline-block;
  margin-right: 24px;
  font-size: 0.75rem;
  font-weight: 400;
  position: relative;
  color: #fff;
}
.gv_header_block .header-top .extra a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
}
.gv_header_block .header-top .extra a::after {
  content: "";
  display: block;
  height: 11px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
}
.gv_header_block .header-top .extra a:hover::before {
  transform: scaleX(1);
}
.gv_header_block .header-top .extra a:last-child {
  margin-right: 0;
}
.gv_header_block .header-top .extra a:last-child::after {
  display: none;
}
.gv_header_block .header-main .container .flex {
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .container .flex {
    position: static;
    flex-wrap: wrap;
  }
}
.gv_header_block .header-main .container .flex .tbx-left {
  min-width: var(--logo-min-width);
  max-width: var(--logo-min-width);
}
@media (max-width: 1023px) {
  .gv_header_block .header-main .container .flex .tbx-left {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.gv_header_block .header-main .container .flex .tbx-right {
  flex: 1;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .gv_header_block .header-main .container .flex .tbx-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .gv_header_block .header-main .navbax {
    position: relative;
  }
}
.gv_header_block .header-main .navbax button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  width: 36px;
  height: 36px;
  border: 0;
  outline: none;
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .navbax button {
    display: flex;
  }
}
.gv_header_block .header-main .navbax button span {
  background-color: var(--primary-Color);
  border-radius: 2px;
  content: "";
  display: block;
  width: 24px;
  height: 2px;
}
.gv_header_block .header-main .navbax button span:nth-child(1) {
  animation: outTop 0.5s backwards;
  animation-direction: reverse;
}
.gv_header_block .header-main .navbax button span:nth-child(2) {
  margin: 6px 0;
  animation: outMiddle 0.5s backwards;
  animation-direction: reverse;
}
.gv_header_block .header-main .navbax button span:nth-child(3) {
  animation: outBottom 0.5s backwards;
  animation-direction: reverse;
}
.gv_header_block .header-main .navbax button.is-nav span {
  animation: none;
}
.gv_header_block .header-main .navbax button.is-nav span:nth-child(1) {
  animation: inTop 0.5s forwards;
}
.gv_header_block .header-main .navbax button.is-nav span:nth-child(2) {
  animation: inMiddle 0.5s forwards;
}
.gv_header_block .header-main .navbax button.is-nav span:nth-child(3) {
  animation: inBottom 0.5s forwards;
}
.gv_header_block .header-main .navbax a.phone {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  height: 34px;
  width: 34px;
  background: var(--primary-Color);
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .navbax a.phone {
    display: flex;
  }
}
.gv_header_block .header-main .navbax .logo {
  position: absolute;
  bottom: 0;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.18) !important;
  width: 96px;
  height: 106.8px;
  left: 0;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .navbax .logo {
    position: relative;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: unset !important;
  }
}
.gv_header_block .header-main .navbax .logo img {
  width: 80px;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .navbax .logo img {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary {
    position: absolute;
    top: 99%;
    display: none;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 20px 24px 36px;
    border-top: 2px solid #00142E;
    overflow-y: scroll;
    overflow-y: scroll;
    height: calc(100vh - 66px);
  }
}
.gv_header_block .header-main .primary > ul.menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu {
    display: block;
    width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li {
    display: block;
    margin-left: 0;
    width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li > a {
  font-size: 1em;
  padding: 20px 0;
  font-weight: 500;
  display: flex;
  line-height: 19.6px;
  align-items: center;
  color: #00142e;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li > a {
    font-size: 15px;
    padding: 16px 0;
    border-bottom: 1px dotted #eee;
  }
}
.gv_header_block .header-main .primary > ul.menu > li > ul.sub-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 110%;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.18);
  list-style: none;
  margin: 0;
  min-width: 230px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li > ul.sub-menu {
    display: none;
    position: relative;
    opacity: 1;
    visibility: visible;
    top: initial;
    left: initial;
    box-shadow: unset;
    padding-left: 12px;
    padding-top: 8px;
  }
}
.gv_header_block .header-main .primary > ul.menu > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.gv_header_block .header-main .primary > ul.menu > li > ul.sub-menu > li > a {
  font-size: 0.85em;
  padding: 10px 0;
  font-weight: 400;
  display: flex;
  line-height: 19.6px;
  align-items: center;
  color: #00142e;
}
.gv_header_block .header-main .primary > ul.menu > li > ul.sub-menu > li ul {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.18);
  list-style: none;
  margin: 0;
  min-width: 230px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.gv_header_block .header-main .primary > ul.menu > li > ul.sub-menu > li ul > li {
  display: block;
  position: relative;
}
.gv_header_block .header-main .primary > ul.menu > li > ul.sub-menu > li ul > li > a {
  font-size: 0.85em;
  padding: 10px 0;
  font-weight: 400;
  display: flex;
  line-height: 19.6px;
  align-items: center;
  color: #00142e;
}
.gv_header_block .header-main .primary > ul.menu > li > ul.sub-menu > li ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.gv_header_block .header-main .primary > ul.menu > li > ul.sub-menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.gv_header_block .header-main .primary > ul.menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.gv_header_block .header-main .primary > ul.menu > li:first-child {
  margin-left: 0;
}
.gv_header_block .header-main .primary > ul.menu > li.menu-item-has-children {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.menu-item-has-children {
    display: block;
  }
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.menu-item-has-children a {
    padding-right: 20px;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.menu-item-has-children i.arrow {
  font-size: 16px;
  margin-left: 6px;
  color: #000;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.menu-item-has-children i.arrow {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 22px;
    margin-left: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    z-index: 2;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.in-show i.arrow {
  transform: rotate(180deg);
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu {
  position: static;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu {
    position: relative;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 130%;
  padding: 20px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.18);
  transition: all 0.4s ease 0s;
  background: #FFF;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    top: initial;
    left: initial;
    padding: 4px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.18);
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group {
  display: flex;
  margin: 0 0px;
  align-items: stretch;
  flex-wrap: wrap;
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group [class*=column-gv] {
  padding: 0 0px;
  min-height: 100%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group [class*=column-gv] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-2 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-3 {
  flex: 0 0 33.333334%;
  max-width: 33.333334%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-4 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-5 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-6 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group > li > a {
  display: block;
  padding: 24px;
  position: relative;
  transition: all 0.3s ease-in-out;
  color: #00142E;
  text-align: center;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group > li > a {
    padding: 12px 16px;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group > li > a > .thumb {
  display: block;
  padding-bottom: 59%;
  position: relative;
  width: 100%;
  background-position: center;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  transform: translateX(0);
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group > li > a > .thumb {
    padding-bottom: 42%;
    max-width: 220px;
    margin: 0 auto;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group > li > a > .thumb > img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group > li > a .name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #00142E;
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group > li > a .price {
  font-size: 14px;
  color: #00142E;
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group > li > a .price span {
  font-weight: 600;
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group > li > a:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group > li > a:hover .thumb {
  transform: translateX(0.5rem);
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group > li > .child-menu {
  display: block;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group > li > .child-menu > li > a {
  font-size: 13px;
  display: block;
  line-height: normal;
  border-bottom: 1px dotted #d5d5d5;
  padding: 6px 0;
  color: #333;
  transition: all 0.45s ease 0s;
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group > li > .child-menu > li > ul {
  display: none;
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-menu-group > li > .child-menu > li:hover > a {
  color: #ffa500;
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-style-3-3 > .column-gv-3 {
  flex: 0 0 33.333334%;
  max-width: 33.333334%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-style-3-3 > .column-gv-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-style-1-2-1 > .column-gv-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-style-1-2-1 > .column-gv-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-style-1-2-1 > .column-gv-3:nth-child(2) {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-style-1-2-1 > .column-gv-3:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-style-3-1 > .column-gv-2:nth-child(1) {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-style-3-1 > .column-gv-2:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-style-3-1 > .column-gv-2:nth-child(2) {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-style-3-1 > .column-gv-2:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-style-1-3 > .column-gv-2:nth-child(1) {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-style-1-3 > .column-gv-2:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-style-1-3 > .column-gv-2:nth-child(2) {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary > ul.menu > li.is-mega-menu > .sub-nav .mega-style-1-3 > .column-gv-2:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_header_block .header-main .primary > ul.menu > li.is-mega-menu:hover > .sub-nav {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  top: 100%;
}
@media (max-width: 991px) {
  .gv_header_block .header-main .primary.is-show {
    display: block;
  }
}
@media (max-width: 991px) {
  .gv_header_block .header-main .hotline {
    display: none;
  }
}
.gv_header_block .header-main .hotline a {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  gap: 0.5rem;
  font-weight: 500;
  color: #fff;
  background-color: var(--primary-Color);
  border-radius: 0.25rem;
  line-height: 1;
}
.gv_header_block .header-main .hotline a .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  color: var(--primary-Color);
}
.gv_header_block .header-main .hotline a .icon svg {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  width: 14px;
}
.gv_header_block .header-main .hotline a .text {
  display: flex;
  flex-flow: column nowrap;
}
.gv_header_block .header-main .hotline a .text span {
  font-weight: 300;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.gv_header_block .header-main .hotline a .text span:last-child {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}

.gv_header_block.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  animation-name: fadeDownMenu;
  animation-duration: 1.2s;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

/** Header Mobile */
.gv_mobile_block {
  position: relative;
  overflow: hidden;
  display: none;
  z-index: 9;
}
@media (max-width: 1023px) {
  .gv_mobile_block {
    display: block;
  }
}
.gv_mobile_block .container .flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gv_mobile_block .container .flex .head-left {
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-start;
}
.gv_mobile_block .container .flex .head-right {
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gv_mobile_block .logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_mobile_block .logo a {
  display: inline-block;
}
.gv_mobile_block .logo a img {
  height: 40px;
  width: auto;
}
.gv_mobile_block .extra {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gv_mobile_block .extra button {
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 100, 244, 0.1);
  outline: none;
  border: 0;
  border-radius: 3px;
  padding: 0;
  cursor: pointer;
}
.gv_mobile_block .extra button i {
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

/** Menu Mobile */
.gv_menu_block {
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 999;
  width: 90%;
  max-width: 380px;
  background: #fff;
  height: 100vh;
  box-shadow: 0px 0px 10px 0px #999;
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translateX(-105%);
}
.gv_menu_block .head-nav {
  padding: 24px 16px 24px 16px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.gv_menu_block .head-nav .name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--primary-Color);
  text-transform: uppercase;
}
.gv_menu_block .head-nav button {
  border: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-Color);
  border-radius: 2px;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.gv_menu_block .head-nav button i {
  display: block;
  height: 13px;
  width: 13px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.gv_menu_block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_menu_block > ul.menu-nav {
  position: relative;
}
.gv_menu_block > ul.menu-nav > li {
  display: block;
  position: relative;
  padding: 0px;
}
.gv_menu_block > ul.menu-nav > li > a {
  display: block;
  position: relative;
  color: var(--primary-Color);
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.gv_menu_block > ul.menu-nav > li i.arrow {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: block;
  color: #545454;
  right: 15px;
  top: 15px;
  z-index: 2;
}
.gv_menu_block > ul.menu-nav > li > ul {
  position: relative;
  width: 100%;
  display: none;
  padding: 0px 0;
}
.gv_menu_block > ul.menu-nav > li > ul > li {
  display: block;
  position: relative;
  padding: 0 0px;
}
.gv_menu_block > ul.menu-nav > li > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--primary-Color);
  padding: 10px 15px 10px 25px;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #eee;
}
.gv_menu_block > ul.menu-nav > li > ul > li > ul {
  position: relative;
  width: 100%;
  display: none;
  padding: 0px 0;
}
.gv_menu_block > ul.menu-nav > li > ul > li > ul > li {
  display: block;
  position: relative;
  padding: 0 0px;
}
.gv_menu_block > ul.menu-nav > li > ul > li > ul > li > a {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary-Color);
  padding: 10px 15px 10px 40px;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #eee;
}
.gv_menu_block > ul.menu-nav > li > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.gv_menu_block > ul.menu-nav > li > ul > li > ul > li.show > i.arrow {
  transform: rotate(180deg);
}
.gv_menu_block > ul.menu-nav > li > ul > li > ul > li:last-child > a {
  border-bottom: 0;
}
.gv_menu_block > ul.menu-nav > li > ul > li.show > i.arrow {
  transform: rotate(180deg);
}
.gv_menu_block > ul.menu-nav > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.gv_menu_block > ul.menu-nav > li > ul > li:last-child > a {
  border-bottom: 0;
}
.gv_menu_block > ul.menu-nav > li.show > i.arrow {
  transform: rotate(180deg);
}
.gv_menu_block > ul.menu-nav > li:hover > a {
  color: var(--primary-Color);
}
.gv_menu_block > ul.menu-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

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

/** Search Block */
.gv_search_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #FFF;
  z-index: 9999;
}
.gv_search_block .box {
  background: #FFF;
  padding: 35px 0;
}
.gv_search_block .box .container .search-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gv_search_block .box .container .search-wrap .src-left {
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .gv_search_block .box .container .search-wrap .src-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 15px;
    justify-content: center;
  }
}
.gv_search_block .box .container .search-wrap .src-center {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .gv_search_block .box .container .search-wrap .src-center {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
.gv_search_block .box .container .search-wrap .src-right {
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .gv_search_block .box .container .search-wrap .src-right {
    flex: 0 0 10%;
    max-width: 10%;
  }
}
.gv_search_block .box button.btse-close {
  display: inline-flex;
  align-items: center;
  background: transparent;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  justify-content: center;
  outline: none;
  cursor: pointer;
}
.gv_search_block .box button.btse-close i {
  height: 15px;
  width: 15px;
  display: block;
  background-image: url("../images/svg/ise-close.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
.gv_search_block .box button.btse-close:hover {
  background: #e9e9e9;
}
.gv_search_block .box button.btse-close:hover i {
  background-image: url("../images/svg/ics-minus.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.gv_search_block .box .search__form {
  width: 100%;
}
.gv_search_block .box .search__form .from_group {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.gv_search_block .box .search__form .from_group input {
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  background: #FFF;
  outline: none;
  line-height: 20px;
  border-radius: 0;
  width: 100%;
}
.gv_search_block .box .search__form .from_group button {
  border: 0;
  background: transparent;
  padding: 10px 15px;
  line-height: 20px;
  border-radius: 0px 4px 4px 0;
  text-transform: uppercase;
  color: #8d8d8d;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  position: absolute;
  right: 0;
}
.gv_search_block .search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

/** FOOTER ============================================*/
.gv_footer_block {
  position: relative;
  overflow: hidden;
  background: var(--primary-Color);
  color: #fff;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .gv_footer_block {
    padding: 36px 0;
  }
}
.gv_footer_block .contact {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.gv_footer_block .contact ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.gv_footer_block .contact ul > li {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}
.gv_footer_block .contact ul > li:last-child {
  margin-bottom: 0;
}
.gv_footer_block .contact .social {
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
}
.gv_footer_block .contact .social a {
  height: 32px;
  width: 32px;
  background: #fff;
  color: #00142E;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
.gv_footer_block .contact .button-x {
  display: block;
  text-align: center;
}
.gv_footer_block .contact .button-x button {
  background: #fff;
  color: #00142E;
  border: 0;
  border-radius: 0px;
  font-size: 0.9em;
  font-weight: 300;
  min-width: 120px;
  height: 36px;
  padding: 5px 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gv_footer_block .contact .button-x button i {
  transition: 0.3s margin ease-in;
  margin-left: 8px;
  font-size: 1.2em;
}
.gv_footer_block .contact .button-x button:hover {
  padding: 5px 30px;
}
.gv_footer_block .box {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
.gv_footer_block .box > .row > [class*=col-] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.gv_footer_block .box .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_footer_block .box .menu > li {
  display: block;
  position: relative;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
}
.gv_footer_block .box .menu > li a {
  color: #c4c4c4;
}
.gv_footer_block .box .menu > li a:hover {
  color: #fff;
  text-decoration: underline;
}
.gv_footer_block .box .menu > li:last-child {
  padding-bottom: 0;
}
.gv_footer_block .box .map {
  padding-bottom: 50%;
  display: block;
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
}
.gv_footer_block .box .map img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/** HEADING ============================================*/
.head_section {
  position: relative;
  font-family: var(--primary-Font);
}
.head_section .title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}
.head_section .title span {
  color: var(--primary-Color);
}
@media (max-width: 1399px) {
  .head_section .title {
    font-size: 1.6em;
  }
}
@media (max-width: 991px) {
  .head_section .title {
    font-size: 1.3em;
  }
}
.head_section .divide {
  display: inline-block;
  width: 40px;
  height: 4px;
  margin: 0 auto;
  background-color: var(--primary-Color);
}

.head_block {
  position: relative;
  font-family: var(--primary-Font);
}
.head_block .title {
  font-size: 1.75rem;
  color: var(--primary-Color);
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .head_block .title {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .head_block .title {
    font-size: 1.25rem;
  }
}

.head_footer {
  position: relative;
  font-family: var(--primary-Font);
}
.head_footer .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  color: #fff;
}

/** CONTENT ============================================*/
/** Desc */
.desc {
  font-family: var(--primary-Font);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.desc img {
  max-width: 100%;
  height: auto;
}
.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: 14px;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}
.entry-content a {
  color: var(--second-Color);
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content h1 {
  font-size: 1.5em;
  margin-bottom: 12px;
}
.entry-content h2 {
  font-size: 1.4em;
  margin-bottom: 12px;
}
.entry-content h3 {
  font-size: 1.3em;
  margin-bottom: 12px;
}
.entry-content h4 {
  font-size: 1.2em;
  margin-bottom: 12px;
}
.entry-content h5 {
  font-size: 1.1em;
  margin-bottom: 12px;
}
.entry-content h6 {
  font-size: 1em;
  margin-bottom: 12px;
}
.entry-content iframe {
  max-width: 100%;
}
.entry-content object {
  max-width: 100%;
}
.entry-content ol, .entry-content ul {
  padding-left: 20px;
}
.entry-content table {
  border: 0;
  width: 100%;
  margin-bottom: 16px;
}
.entry-content table tr th {
  padding: 7px 12px;
  border: 0;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--primary-Color);
  color: #fff;
  font-size: 14px;
}
.entry-content table tr td {
  font-size: 14px;
  font-weight: 300;
  padding: 7px 12px;
  border: 0;
  color: #00142E;
}
.entry-content table tr:nth-child(even) td {
  background: #f6f6f6;
}
.entry-content .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.entry-content .aligncenter img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.entry-content .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.entry-content .alignleft img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.entry-content .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.entry-content .alignright img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.entry-content .wp-caption-text {
  background: #fdfdfd;
  text-align: center;
  margin-bottom: 13px;
  font-style: italic;
  padding: 6px;
  font-size: 13px;
}

/** LOOP ============================================*/
.post_inner {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 4px rgba(97, 97, 97, 0.18), 0 4px 8px rgba(97, 97, 97, 0.18) !important;
}
.post_inner .image {
  position: relative;
  display: block;
}
.post_inner .image > a {
  position: relative;
  padding-bottom: 58.5%;
  width: 100%;
  display: block;
  background-position: center;
  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%;
  transition: all 0.3s ease-in-out;
}
.post_inner .info {
  padding: 1rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.post_inner .info .title {
  margin: 0.5rem 0 0.75rem 0;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  position: relative;
  line-height: 19.6px;
}
.post_inner .info .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #00142E;
  height: 40px;
}
.post_inner .info .date {
  font-size: 0.8125rem;
  color: #00142E;
  display: flex;
  margin-bottom: 16px;
  grid-gap: 0.5rem;
  align-items: baseline;
  justify-content: flex-start;
}
.post_inner .info .extend {
  padding-top: 16px;
  border-top: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.post_inner .info .extend .more a {
  display: inline-flex;
  align-items: center;
  color: #00142E;
  padding-left: 12px;
  position: relative;
  line-height: 1;
}
.post_inner .info .extend .more a i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-Color);
}
.post_inner .info .extend .view span {
  color: #00142E;
  text-transform: uppercase;
}
.post_inner:hover .info {
  transform: none;
}

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

/**
 * MY ACCOUNT
 */
.account__nav {
  background: #2c55a5;
  padding: 20px;
}
.account__nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account__nav > ul > li {
  display: block;
  position: relative;
}
.account__nav > ul > li > a {
  padding: 13px 0;
  display: block;
  color: #FFF;
  border-bottom: 1px dotted #555;
  text-transform: uppercase;
}
.account__nav > ul > li > a:hover {
  color: orange;
}
.account__nav > ul > li:last-child > a {
  border-bottom: 0;
}

.account__content .head__address {
  position: relative;
  margin-bottom: 10px;
}
.account__content .head__address .title {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0px;
  position: relative;
  margin: 0;
}
.account__content .head__address .edit {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: blue;
  padding: 1px 8px;
  color: #FFF;
  border-radius: 3px;
}

.address__fields {
  padding: 20px;
  background: #eee;
}

/** COPYRIGHT ============================================*/
.gv_copyright_box {
  position: relative;
  overflow: hidden;
  padding: 12px 0;
  background: #000;
}
.gv_copyright_box .copy {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

/** Button */
.gx-contact-block {
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 99;
}
@media (max-width: 1399px) {
  .gx-contact-block {
    left: 35px;
    bottom: 65px;
  }
}
.gx-contact-block a {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  border-radius: 5px;
  background: var(--primary-Color);
  color: #fff;
  padding-left: 42.5px;
  padding-right: 15px;
  padding-top: 2px;
}
@media (max-width: 1399px) {
  .gx-contact-block a {
    height: 44px;
    padding-left: 31px;
  }
}
.gx-contact-block a .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: var(--primary-Color);
  position: absolute;
  top: 50%;
  left: -37.5px;
  transform: translateY(-50%);
  padding: 15px;
}
@media (max-width: 1399px) {
  .gx-contact-block a .icon {
    width: 55px;
    height: 55px;
    left: -27.5px;
    padding: 10px;
  }
}
.gx-contact-block a .icon::before {
  animation-duration: 2s;
  animation-name: hover-ripple-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  background: rgba(37, 16, 227, 0.8);
  width: 100%;
  height: 100%;
}
.gx-contact-block a .icon .icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--primary-Color);
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  font-size: 2em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 1399px) {
  .gx-contact-block a .icon .icon-inner {
    height: 45px;
    width: 45px;
    font-size: 1.5em;
  }
}
.gx-contact-block a .icon .icon-inner svg {
  animation-duration: 1s;
  animation-name: zoom-icon;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  height: 28px;
  width: 28px;
}
@media (max-width: 1399px) {
  .gx-contact-block a .icon .icon-inner svg {
    width: 22px;
    height: 22px;
  }
}
.gx-contact-block a .icon .icon-inner svg path {
  fill: #fff;
}
.gx-contact-block a .text {
  display: flex;
  flex-direction: column;
}
.gx-contact-block a .text .text-title {
  font-size: 0.85em;
  color: #fff;
  opacity: 0.9;
  line-height: 1.3;
}
@media (max-width: 1399px) {
  .gx-contact-block a .text .text-title {
    font-size: 0.75em;
  }
}
.gx-contact-block a .text .text-number {
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1399px) {
  .gx-contact-block a .text .text-number {
    font-size: 0.95em;
  }
}

/** Return */
.gx-return-block a {
  position: fixed;
  right: -40px;
  bottom: 60px;
  z-index: 999;
  transform: rotate(-90deg) translateZ(0);
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 0.75em;
  font-weight: 500;
  height: 34px;
  color: var(--primary-Color);
  box-shadow: 0 4px 8px rgba(97, 97, 97, 0.14), 0 8px 16px rgba(97, 97, 97, 0.14) !important;
  background-color: #fff;
  width: 130px;
  transition: 0.2s all ease;
}
@media (min-width: 768px) {
  .gx-return-block a:hover, .gx-return-block a:active {
    transform: rotate(-90deg) translateZ(0) scaleX(1.1);
  }
}
.gx-return-block a > span {
  padding-top: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  left: 10px;
}
.gx-return-block a i {
  font-size: 1.3em;
  padding-top: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .gx-return-block a {
    transform: rotate(0);
    top: unset;
    bottom: 65px;
    right: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gx-return-block a > i {
    position: static;
    font-weight: 500;
    font-size: 1.6em;
    transform: translateY(0);
    padding-top: 0;
  }
  .gx-return-block a > i:before {
    content: "\f062";
  }
  .gx-return-block a > span {
    display: none;
  }
}

/** Zalo */
.gx-zalo-block {
  position: fixed;
  left: 20px;
  bottom: 130px;
  z-index: 99;
}
.gx-zalo-block > a {
  background: var(--primary-Color);
  display: block;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.18);
  position: relative;
  padding: 5px;
  border-radius: 100%;
}
.gx-zalo-block > a::before {
  animation-duration: 2s;
  animation-name: hover-ripple-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  background: rgba(37, 16, 227, 0.8);
  width: 100%;
  height: 100%;
}
.gx-zalo-block > a img {
  height: 50px;
  width: 50px;
  position: relative;
  z-index: 5;
  border-radius: 100%;
}

/** POPUP */
.gvx-form-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.gvx-form-popup::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.gvx-form-popup .box {
  width: 100%;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  background: #fff;
}
.gvx-form-popup .box > button {
  position: absolute;
  height: 32px;
  width: 32px;
  background: var(--primary-Color);
  outline: none;
  color: #fff;
  border-radius: 100%;
  border: 0;
  padding: 0;
  top: -10px;
  right: -10px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px rgba(230, 230, 230, 0.34);
}
.gvx-form-popup .box > button i {
  font-size: 16px;
}
.gvx-form-popup .box .info {
  text-align: center;
  background-image: url("../images/bg-contact.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 40px 50px;
  width: 100%;
}
.gvx-form-popup .box .info::before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
}
.gvx-form-popup .box .info h4 {
  font-size: 0.95em;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  z-index: 3;
  position: relative;
}
.gvx-form-popup .box .info h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4em;
  color: #fff;
  margin: 5px 0;
  z-index: 3;
  position: relative;
}
.gvx-form-popup .box .info p {
  font-size: 0.9em;
  opacity: 0.8;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  z-index: 3;
  position: relative;
}
.gvx-form-popup .box .info .icon {
  position: absolute;
  z-index: 6;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  border-radius: 100%;
  background: var(--primary-Color);
  font-size: 2em;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}
.gvx-form-popup .box .info .icon span {
  display: block;
}
.gvx-form-popup .box .info .icon span i {
  font-size: 30px;
}
.gvx-form-popup .box .form {
  position: relative;
  padding: 1rem 1.5rem;
}
.gvx-form-popup .box .form .wpcf7 {
  padding-top: 3rem;
}
.gvx-form-popup .box .form .wpcf7-form label {
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-bottom: 6px;
}
.gvx-form-popup .box .form .wpcf7-form input[type=text],
.gvx-form-popup .box .form .wpcf7-form input[type=tel],
.gvx-form-popup .box .form .wpcf7-form input[type=email],
.gvx-form-popup .box .form .wpcf7-form input[type=date],
.gvx-form-popup .box .form .wpcf7-form select, .gvx-form-popup .box .form .wpcf7-form textarea {
  outline: none;
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #E2E6E9;
  box-sizing: border-box;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 52px;
  font-weight: 300;
  font-size: 14px;
  padding: 0.65rem 1.5rem;
  margin-bottom: 1rem;
}
.gvx-form-popup .box .form .wpcf7-form textarea {
  height: 100px;
}
.gvx-form-popup .box .form .wpcf7-form input.wpcf7-submit {
  background: var(--primary-Color);
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  margin: 0 auto;
}

@keyframes fadeDownMenu {
  from {
    opacity: 0;
    transform: translatey(-30px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes hand-shake {
  0% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes hover-ripple-out {
  50% {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    opacity: 0;
  }
}
@keyframes zoom-icon {
  100% {
    transform: scale(1.1);
  }
}
@keyframes inMiddle {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes outMiddle {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes inTop {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(8px) rotate(0deg);
  }
  100% {
    transform: translateY(8px) rotate(135deg);
  }
}
@keyframes outTop {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(7.25px) rotate(0deg);
  }
  100% {
    transform: translateY(7.25px) rotate(135deg);
  }
}
@keyframes inBottom {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-7px) rotate(0deg);
  }
  100% {
    transform: translateY(-7px) rotate(135deg);
    opacity: 0;
  }
}
@keyframes outBottom {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-7px) rotate(0deg);
  }
  100% {
    transform: translateY(-7px) rotate(135deg);
  }
}/*# sourceMappingURL=style.css.map */