@media (min-with: 992px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-with: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/** HEADER ============================================*/
/** Header Main */
.gv_header_block {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 1023px) {
  .gv_header_block {
    display: none;
  }
}
.gv_header_block .container .flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gv_header_block .container .flex .head-left {
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gv_header_block .container .flex .head-right {
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gv_header_block .logo {
  padding-top: 20px;
  padding-bottom: 20px;
}
.gv_header_block .logo a {
  display: inline-block;
}
.gv_header_block .logo a img {
  height: 30px;
  width: auto;
}
.gv_header_block .name h1 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #444;
  margin: 0;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.gv_header_block .hotline {
  padding-left: 20px;
}
.gv_header_block .hotline a {
  display: flex;
  align-items: center;
  height: 42px;
  background: #c00;
  border-radius: 25px;
  padding: 0 14px 0 6px;
  color: #FFF;
  margin: 0 auto;
}
.gv_header_block .hotline a .icon {
  max-width: 40px;
  min-width: 40px;
}
.gv_header_block .hotline a .icon span {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}
.gv_header_block .hotline a .icon span i {
  height: 20px;
  width: 20px;
  display: block !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gv_header_block .hotline a .info {
  flex: 1;
}
.gv_header_block .hotline a .info span {
  display: block;
  line-height: 1.2;
  font-size: 11px;
  text-transform: uppercase;
}
.gv_header_block .hotline a .info span.p_number {
  display: block;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.4px;
}
.gv_header_block .more-x {
  position: relative;
  display: flex;
  margin-left: 18px;
}
.gv_header_block .more-x::before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  background: #DDD;
}
.gv_header_block .more-x a {
  padding: 10px 18px;
  background: var(--second-Color);
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--second-Color);
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.gv_header_block .more-x a:hover {
  background: #FFF;
  color: var(--second-Color);
}

/** 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: 80%;
  flex: 0 0 80%;
  display: flex;
  justify-content: flex-start;
}
.gv_mobile_block .container .flex .head-right {
  max-width: 20%;
  flex: 0 0 20%;
  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: 30px;
  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;
}

/** Navigator */
.gv_navigator_block {
  position: relative;
  background: #003469;
}
@media (max-width: 1023px) {
  .gv_navigator_block {
    display: none;
  }
}
.gv_navigator_block .menu {
  position: relative;
}
.gv_navigator_block .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_navigator_block .menu ul.menu-nav {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.gv_navigator_block .menu ul.menu-nav > li {
  position: relative;
  display: inline-block;
}
.gv_navigator_block .menu ul.menu-nav > li > a {
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  display: block;
  padding: 15px 18px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.gv_navigator_block .menu ul.menu-nav > li > a::after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c00;
  opacity: 0;
  visibility: hidden;
}
.gv_navigator_block .menu ul.menu-nav > li > ul.sub-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  position: absolute;
  left: 0;
  top: 150%;
  background: #fff;
  min-width: 260px;
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
}
.gv_navigator_block .menu ul.menu-nav > li > ul.sub-menu > li {
  display: block;
  position: relative;
  padding: 0 20px;
}
.gv_navigator_block .menu ul.menu-nav > li > ul.sub-menu > li > a {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #393939;
  padding: 10px 0px;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #f0f0f0;
}
.gv_navigator_block .menu ul.menu-nav > li > ul.sub-menu > li > a:hover {
  color: var(--primary-Color);
}
.gv_navigator_block .menu ul.menu-nav > li > ul.sub-menu > li ul {
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  border-radius: 8px;
  min-width: 250px;
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}
.gv_navigator_block .menu ul.menu-nav > li > ul.sub-menu > li ul::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -10px;
  height: 16px;
  width: 10px;
  display: block;
  filter: drop-shadow(-1px 0px 2px rgba(0, 0, 0, 0.15));
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #fff;
}
.gv_navigator_block .menu ul.menu-nav > li > ul.sub-menu > li ul > li {
  display: block;
  position: relative;
  padding: 0 20px;
}
.gv_navigator_block .menu ul.menu-nav > li > ul.sub-menu > li ul > li > a {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #262626;
  padding: 10px 0px;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #f0f0f0;
}
.gv_navigator_block .menu ul.menu-nav > li > ul.sub-menu > li ul > li > a:hover {
  color: var(--primary-Color);
}
.gv_navigator_block .menu ul.menu-nav > li > ul.sub-menu > li ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.gv_navigator_block .menu ul.menu-nav > li > ul.sub-menu > li:hover {
  background: rgba(20, 100, 244, 0.1);
}
.gv_navigator_block .menu ul.menu-nav > li > ul.sub-menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.gv_navigator_block .menu ul.menu-nav > li > ul.sub-menu > li:last-child > a {
  border-bottom: 0;
}
.gv_navigator_block .menu ul.menu-nav > li:hover > a {
  color: #f9f9f9;
}
.gv_navigator_block .menu ul.menu-nav > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 11;
  top: 100%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu {
  position: static;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav {
  display: block;
  position: absolute;
  opacity: 1;
  visibility: visible;
  left: 50%;
  width: 100%;
  top: 101%;
  transform: translateX(-50%);
  padding: 20px;
  transition: all 0.4s ease 0s;
  background: #FFF;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group {
  display: flex;
  margin: 0 -15px;
  align-items: stretch;
  flex-wrap: wrap;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group [class*=column-gv] {
  padding: 0 15px;
  min-height: 100%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-2 {
  flex: 0 0 50%;
  max-width: 50%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-3 {
  flex: 0 0 33.333334%;
  max-width: 33.333334%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-4 {
  flex: 0 0 25%;
  max-width: 25%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-5 {
  flex: 0 0 20%;
  max-width: 20%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group .column-gv-6 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group > li > a {
  font-family: inherit;
  font-size: 15px;
  display: block;
  margin-bottom: 12px;
  position: relative;
  transition: all 0.4s ease-in-out;
  color: var(--second-Color);
  font-weight: 700;
  text-align: center;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group > li > a span.thumb {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 48%;
  margin-bottom: 10px;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group > li > a span.thumb img {
  position: absolute;
  left: 0;
  top: 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%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group > li > .child-menu {
  display: block;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group > li > .child-menu > li > a {
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  display: block;
  line-height: normal;
  margin-bottom: 12px;
  color: #000;
  opacity: 0.85;
  transition: all 0.45s ease 0s;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group > li > .child-menu > li > ul {
  display: none;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-menu-group > li > .child-menu > li:hover > a {
  color: var(--second-Color);
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-style-3-3 > .column-gv-3 {
  flex: 0 0 33.333334%;
  max-width: 33.333334%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-style-1-2-1 > .column-gv-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-style-1-2-1 > .column-gv-3:nth-child(2) {
  flex: 0 0 50%;
  max-width: 50%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-style-3-1 > .column-gv-2:nth-child(1) {
  flex: 0 0 75%;
  max-width: 75%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-style-3-1 > .column-gv-2:nth-child(2) {
  flex: 0 0 25%;
  max-width: 25%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-style-1-3 > .column-gv-2:nth-child(1) {
  flex: 0 0 25%;
  max-width: 25%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu > .sub-nav .mega-style-1-3 > .column-gv-2:nth-child(2) {
  flex: 0 0 75%;
  max-width: 75%;
}
.gv_navigator_block .menu ul.menu-nav > li.is-mega-menu:hover > .sub-nav {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.gv_navigator_block .menu ul.menu-nav > li.current-menu-item > a,
.gv_navigator_block .menu ul.menu-nav > li.current-menu-ancestor > a,
.gv_navigator_block .menu ul.menu-nav > li.current-menu-parent > a {
  background: rgba(0, 0, 0, 0.25);
}
.gv_navigator_block .menu ul.menu-nav > li.current-menu-item > a::after,
.gv_navigator_block .menu ul.menu-nav > li.current-menu-ancestor > a::after,
.gv_navigator_block .menu ul.menu-nav > li.current-menu-parent > a::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.gv_navigator_block.fixed {
  width: 100%;
  z-index: 99;
  background: #003469;
  position: fixed;
  top: 0;
  animation-name: fadeDownMenu;
  animation-duration: 1.2s;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/** 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(--second-Color);
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
  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: 600;
  line-height: 20px;
  color: var(--second-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: #000;
}
.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: rgb(0, 17, 38);
  color: #FFF;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .gv_footer_block {
    padding: 48px 0;
  }
}
.gv_footer_block .container > .flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.gv_footer_block .container > .flex [class*=ftx-] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .gv_footer_block .container > .flex [class*=ftx-] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.gv_footer_block .container > .flex .ftx-1 {
  flex: 0 0 35%;
  max-width: 35%;
}
@media (max-width: 991px) {
  .gv_footer_block .container > .flex .ftx-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_footer_block .container > .flex .ftx-2 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 991px) {
  .gv_footer_block .container > .flex .ftx-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_footer_block .container > .flex .ftx-3 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 991px) {
  .gv_footer_block .container > .flex .ftx-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_footer_block .container > .flex .ftx-4 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 991px) {
  .gv_footer_block .container > .flex .ftx-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_footer_block .company {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.gv_footer_block .company .name {
  position: relative;
}
.gv_footer_block .company .name h2 {
  font-size: 24px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
  color: #FFF;
}
.gv_footer_block .company .name h2 span {
  position: relative;
}
.gv_footer_block .company .name h2 span::before {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 10px;
  background: #FFF;
  opacity: 0.65;
  transform: translateY(-50%);
}
.gv_footer_block .social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
}
.gv_footer_block .social a {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gv_footer_block .social a img {
  height: 20px;
  width: 20px;
}
.gv_footer_block .contact {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .gv_footer_block .contact {
    padding-right: 0;
  }
}
.gv_footer_block .contact > li {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-bottom: 12px;
}
.gv_footer_block .contact > li i {
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}
.gv_footer_block .contact > li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  color: #FFF;
}
.gv_footer_block .contact > li:last-child {
  padding-bottom: 0px;
}
.gv_footer_block .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_footer_block .menu > li {
  display: block;
  position: relative;
  padding-bottom: 12px;
}
.gv_footer_block .menu > li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  color: #FFF;
  opacity: 0.85;
  transition: all 0.1s ease-in-out;
}
.gv_footer_block .menu > li a:hover {
  opacity: 1;
}
.gv_footer_block .menu > li:last-child {
  padding-bottom: 0px;
}
.gv_footer_block .form-box {
  width: 100%;
  margin: 0 auto;
}
.gv_footer_block .form-box .row {
  margin-left: 0px;
  margin-right: 0px;
}
.gv_footer_block .form-box .row [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 767px) {
  .gv_footer_block .form-box .row [class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.gv_footer_block .form-box .wpcf7-form p {
  margin-bottom: 0;
}
.gv_footer_block .form-box .wpcf7-form input,
.gv_footer_block .form-box .wpcf7-form select {
  height: 34px;
  border: 0;
  padding: 0 8px;
  color: #4c4c4c;
  background: #fff;
  font-family: var(--primary-Font);
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  border-radius: 0;
}
.gv_footer_block .form-box .wpcf7-form input.wpcf7-submit {
  height: 34px;
  width: 100%;
  background: var(--primary-Color);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 12px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: 0;
  padding: 0 8px;
}
.gv_footer_block .form-box .wpcf7-form .wpcf7-response-output {
  border-color: #dc3232;
  color: #FFF;
}

/** SECTION CHOOSE =================================== */
.gv_section_choose {
  position: relative;
  overflow: hidden;
  border-top: 2px solid var(--primary-Color);
  padding: 32px 0;
}
@media (max-width: 767px) {
  .gv_section_choose {
    padding: 20px 0;
  }
}
.gv_section_choose .container .flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gv_section_choose .container .flex .flx-left {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  padding: 15px;
}
@media (max-width: 1023px) {
  .gv_section_choose .container .flex .flx-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_section_choose .container .flex .flx-right {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding: 15px;
}
@media (max-width: 1023px) {
  .gv_section_choose .container .flex .flx-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_section_choose .container .row {
  align-items: stretch;
}
.gv_section_choose .container .row [class*=col-] {
  height: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
}
.gv_section_choose .choose-inner {
  display: flex;
  position: relative;
}
.gv_section_choose .choose-inner .icon {
  flex: 0 0 20%;
  max-width: 20%;
}
.gv_section_choose .choose-inner .icon span {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-Color);
}
.gv_section_choose .choose-inner .icon span i {
  height: 35px;
  width: 35px;
  display: block !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gv_section_choose .choose-inner .info {
  flex: 0 0 80%;
  max-width: 80%;
  padding-left: 10px;
}
.gv_section_choose .choose-inner .info h3.name {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--primary-Color);
  font-weight: 700;
  margin-bottom: 5px;
}
.gv_section_choose .choose-inner .info .value {
  text-align: justify;
}
.gv_section_choose .image span {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
.gv_section_choose .image span img {
  position: absolute;
  left: 0;
  top: 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%;
}

/** SECTION REGISTER ================================= */
.gv_section_register {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: url(../images/bg_register.jpg) no-repeat center center;
  background-size: cover;
}
.gv_section_register .head_section .title {
  color: #FFF;
}
.gv_section_register .desc {
  color: #FFF;
}
.gv_section_register .box {
  width: 100%;
  margin: 0 auto;
}
.gv_section_register .box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.gv_section_register .box .row [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .gv_section_register .box .row [class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.gv_section_register .box .wpcf7-form p {
  margin-bottom: 0;
}
.gv_section_register .box .wpcf7-form input,
.gv_section_register .box .wpcf7-form select {
  height: 48px;
  border: 0;
  padding: 0 15px;
  color: #4c4c4c;
  background: #fff;
  font-family: var(--primary-Font);
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  border-radius: 0;
}
.gv_section_register .box .wpcf7-form input.wpcf7-submit {
  height: 48px;
  width: 100%;
  background: var(--primary-Color);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 12px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: 0;
  padding: 0 15px;
}
.gv_section_register .box .wpcf7-form .wpcf7-response-output {
  border-color: #dc3232;
  color: #FFF;
}
.gv_section_register .note {
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
}

/** HEADING ===========================================*/
.head_section {
  position: relative;
  font-family: var(--primary-Font);
}
.head_section .title {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--primary-Color);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .head_section .title {
    font-size: 24px;
  }
}

.head_block {
  position: relative;
  font-family: var(--primary-Font);
}
.head_block .title {
  font-size: 36px;
  font-weight: 600;
  color: var(--primary-Color);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .head_block .title {
    font-size: 22px;
  }
}
.head_block .divide {
  padding-top: 10px;
  display: flex;
}
.head_block .divide span {
  height: 4px;
  border-radius: 4px;
  width: 160px;
  display: block;
  background: var(--second-Color);
}

.head_block.text-center .divide {
  justify-content: center;
}

.head_block.text-right .divide {
  justify-content: flex-end;
}

.head_footer {
  position: relative;
  font-family: var(--primary-Font);
}
.head_footer .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
  color: #FFF;
}
.head_footer .line {
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.65;
  margin-top: 10px;
}

/** BREADCRUMB ============================================*/
.gv_breadcrumb_nav {
  background: #f0f0f0;
  position: relative;
  padding: 7px 0;
}
.gv_breadcrumb_nav .breadcrumb-nav {
  padding: 0;
  margin: 0;
}
.gv_breadcrumb_nav .breadcrumb-nav span,
.gv_breadcrumb_nav .breadcrumb-nav a {
  font-family: var(--primary-Font);
  font-size: 13px;
  line-height: normal;
  color: var(--primary-Color);
  font-weight: 600;
}
.gv_breadcrumb_nav .breadcrumb-nav a {
  color: var(--primary-Color);
}

/** CONTENT ============================================*/
/** Desc */
.desc {
  font-family: var(--primary-Font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}
.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: 15px;
  line-height: 1.67;
  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: 24px;
  margin-bottom: 15px;
}
.entry-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.entry-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.entry-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}
.entry-content h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
.entry-content h6 {
  font-size: 20px;
  margin-bottom: 15px;
}
.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: 1px solid #ddd;
  width: 100%;
  margin-bottom: 16px;
}
.entry-content table tr th {
  padding: 6px 12px;
  border: 1px solid #e49abc;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--second-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;
}
.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 ============================================*/
.product_inner {
  position: relative;
  height: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .product_inner {
    padding: 12px 8px;
    border-radius: 4px;
  }
}
.product_inner .image {
  position: relative;
}
.product_inner .image a {
  display: block;
  padding-bottom: 48%;
  position: relative;
  width: 100%;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
.product_inner .image a img {
  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%;
  height: 100%;
  width: 100%;
}
.product_inner .info {
  padding-top: 20px;
  position: relative;
}
.product_inner .info .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .product_inner .info .title {
    font-size: 16px;
    font-weight: 500;
  }
}
.product_inner .info .title a {
  color: var(--primary-Color);
}
.product_inner .info .price .old {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: rgb(245, 114, 114);
  text-decoration: line-through;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .product_inner .info .price .old {
    font-size: 14px;
  }
}
.product_inner .info .price .rgl {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #F00;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .product_inner .info .price .rgl {
    font-size: 15px;
  }
}
.product_inner .info .more {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.product_inner .info .more a {
  background: var(--primary-Color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  padding: 7px 10px;
  line-height: 20px;
  width: 100%;
  justify-content: center;
}
.product_inner .info .more a i {
  height: 16px;
  width: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-right: 6px;
  filter: brightness(0) invert(1);
}

.relative_inner {
  position: relative;
  height: 100%;
  background: #fff;
  overflow: hidden;
  display: flex;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.15);
}
.relative_inner .image {
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 1439px) {
  .relative_inner .image {
    max-width: 130px;
    min-width: 130px;
  }
}
.relative_inner .image a {
  display: block;
  padding-bottom: 120%;
  position: relative;
  width: 100%;
  background-position: center;
}
.relative_inner .image a img {
  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%;
  height: 100%;
  width: 100%;
}
.relative_inner .info {
  flex: 1;
  max-width: 100%;
  padding: 15px 15px;
}
.relative_inner .info .title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.relative_inner .info .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}
@media (max-width: 575px) {
  .relative_inner .info .title a {
    height: 37px;
  }
}
.relative_inner .info .price {
  position: relative;
  padding-bottom: 12px;
}
.relative_inner .info .price p {
  margin-bottom: 0;
  display: block;
}
.relative_inner .info .price p.old {
  color: #5A5A5A;
  font-size: 13px;
  font-weight: 400;
}
.relative_inner .info .price p.reg {
  font-size: 16px;
  font-weight: 600;
  color: var(--second-Color);
}
.relative_inner .info .buy {
  display: flex;
}
.relative_inner .info .buy span, .relative_inner .info .buy a {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--primary-Color);
  border: 1px solid var(--primary-Color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 18px;
  transition: all 0.2s ease-in-out;
}
.relative_inner .info .buy span i, .relative_inner .info .buy a i {
  height: 18px;
  width: 18px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  transition: all 0.2 ease-in-out;
}
.relative_inner .info .buy span:hover, .relative_inner .info .buy a:hover {
  background: var(--primary-Color);
  color: #FFF;
}
.relative_inner .info .buy span:hover i, .relative_inner .info .buy a:hover i {
  background-image: url("../images/icon/icx-cart.png") !important;
}

.post_inner {
  position: relative;
  padding: 0;
  box-shadow: 0 0px 6px -2px rgba(0, 0, 0, 0.23);
  height: 100%;
}
.post_inner .image {
  position: relative;
  display: block;
}
.post_inner .image > a {
  position: relative;
  padding-bottom: 56%;
  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%;
}
.post_inner .info {
  position: relative;
  padding: 20px 15px;
}
.post_inner .info .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}
.post_inner .info .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--primary-Color);
}
.post_inner .info .desc {
  text-align: justify;
}
.post_inner .info .date {
  position: relative;
}
.post_inner .info .date span {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
  margin-bottom: 12px;
}
.post_inner .info .date span i {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../images/svg/ic-calendar.svg") no-repeat center;
  background-size: contain;
}

.blog_inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 13px;
}
.blog_inner .image {
  position: relative;
  min-width: 200px;
  max-width: 150px;
}
.blog_inner .image > a {
  position: relative;
  padding-bottom: 75%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.blog_inner .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.blog_inner .info {
  flex: 1;
  max-width: 100%;
}
.blog_inner .info .date span {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
}
.blog_inner .info .date span i {
  margin-right: 4px;
}
.blog_inner .info .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.blog_inner .info .title > a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--second-Color);
}
.blog_inner .info .title > a:hover {
  color: var(--primary-Color);
}
.blog_inner .info .desc {
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}

.podcast_inner {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.podcast_inner .image {
  position: relative;
  display: block;
}
.podcast_inner .image > a {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.podcast_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%;
}
.podcast_inner .info {
  background: linear-gradient(359deg, #000 0.54%, rgba(0, 0, 0, 0) 98.5%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(40%);
  transition: ease-in-out 0.5s;
  color: #fff;
  padding: 20px;
}
.podcast_inner .info .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}
.podcast_inner .info .title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #FFF;
}
.podcast_inner .info .date {
  position: relative;
}
.podcast_inner .info .date span {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
  color: #FFF;
}
.podcast_inner .info .date span i {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../images/svg/ic-calendar-w.svg") no-repeat center;
  background-size: contain;
}
.podcast_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-bottom: 20px;
  background: #001126;
}
.gv_copyright_box .container .divide {
  border-top: 1px solid #b9b9b9;
  padding-bottom: 20px;
}
.gv_copyright_box .container .row {
  align-items: center;
}
.gv_copyright_box .copy {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .gv_copyright_box .copy {
    padding-bottom: 12px;
  }
}

/**
 * FORM POPUP
 */
.gv_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);
}
@media (max-width: 767px) {
  .gv_form_popup {
    padding: 20px;
  }
}
.gv_form_popup .inner {
  width: 100%;
  max-width: 800px;
  position: relative;
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .gv_form_popup .inner {
    max-width: 480px;
  }
}
.gv_form_popup .inner > button {
  position: absolute;
  right: 0px;
  top: 0;
  height: 34px;
  width: 34px;
  background: rgba(0, 0, 0, 0.78);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.gv_form_popup .inner > button i {
  font-size: 20px;
}
.gv_form_popup .inner .form_popup .fpbox {
  display: flex;
  margin: 0 -15px;
}
.gv_form_popup .inner .form_popup .fpbox [class*=fp-] {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .gv_form_popup .inner .form_popup .fpbox [class*=fp-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .gv_form_popup .inner .form_popup .fpbox .fp-left {
    display: none;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_form_popup .inner .form_popup a.hotline {
  display: flex;
  align-items: center;
  width: 210px;
  height: 50px;
  background: #c00;
  border-radius: 25px;
  padding: 0 5px;
  color: #FFF;
  margin: 0 auto;
}
.gv_form_popup .inner .form_popup a.hotline .icon {
  max-width: 40px;
  min-width: 40px;
}
.gv_form_popup .inner .form_popup a.hotline .icon span {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}
.gv_form_popup .inner .form_popup a.hotline .icon span i {
  height: 30px;
  width: 30px;
  display: block !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gv_form_popup .inner .form_popup a.hotline .info {
  flex: 1;
  padding-left: 10px;
}
.gv_form_popup .inner .form_popup a.hotline .info span {
  line-height: 1;
}
.gv_form_popup .inner .form_popup a.hotline .info span.p_number {
  font-size: 20px;
}
.gv_form_popup .inner .form_popup .popup-desc {
  margin: 12px 0;
  font-size: 15px;
}
.gv_form_popup .inner .form_popup .popup-desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_form_popup .inner .form_popup .popup-desc ul li {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 5px 5px 5px 22px;
}
.gv_form_popup .inner .form_popup .popup-desc ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon/icp-check.png) no-repeat center;
  background-size: cover;
}
.gv_form_popup .inner .form_popup .popup-image {
  margin-bottom: 12px;
}
.gv_form_popup .inner .form_popup .popup-image span {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 28%;
}
.gv_form_popup .inner .form_popup .popup-image span img {
  position: absolute;
  left: 0;
  top: 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%;
}
.gv_form_popup .inner .form_popup .popup-promo {
  font-weight: 600;
  text-align: justify;
  background: linear-gradient(45deg, #ff8a00, #e52e71, #044bea, #7a00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300% 300%;
  animation: gradient-text 8s ease infinite;
  border: dashed 1px #908787;
  padding: 10px;
  font-size: 15px;
}
.gv_form_popup .inner .form_popup .title_popup {
  font-size: 24px;
  text-transform: uppercase;
  color: #c00;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .gv_form_popup .inner .form_popup .title_popup {
    font-size: 20px;
  }
}
.gv_form_popup .inner .form_popup > p {
  text-align: center;
  color: #4c4c4c;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 15px;
}
.gv_form_popup .inner .form_popup .form_box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.gv_form_popup .inner .form_popup .form_box .row [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.gv_form_popup .inner .form_popup .form_box .wpcf7-form input,
.gv_form_popup .inner .form_popup .form_box .wpcf7-form textarea,
.gv_form_popup .inner .form_popup .form_box .wpcf7-form select {
  border: 1px solid #444;
  padding: 8px 15px;
  color: #4c4c4c;
  background: transparent;
  font-family: "Nunito Sans", arial, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  height: 40px;
  width: 100%;
  outline: none;
  border-radius: 0px;
}
.gv_form_popup .inner .form_popup .form_box .wpcf7-form textarea {
  height: 108px;
}
.gv_form_popup .inner .form_popup .form_box .wpcf7-form span.wpcf7-radio {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.gv_form_popup .inner .form_popup .form_box .wpcf7-form span.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.gv_form_popup .inner .form_popup .form_box .wpcf7-form span.wpcf7-radio .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.gv_form_popup .inner .form_popup .form_box .wpcf7-form span.wpcf7-radio .wpcf7-list-item > label input[type=radio] {
  margin: 0;
  width: 13px;
  height: 13px;
}
.gv_form_popup .inner .form_popup .form_box .wpcf7-form span.wpcf7-radio .wpcf7-list-item > label .wpcf7-list-item-label {
  padding-left: 10px;
  display: block;
}
.gv_form_popup .inner .form_popup .form_box .wpcf7-form input.wpcf7-submit {
  color: #FFF;
  background: #c4161c;
  border-color: #c4161c;
  margin-bottom: 0;
  outline: none;
}

.gv_form_up.show {
  display: block;
}

/**
 * TASKBAR
 */
.gv_button_task {
  position: fixed;
  background: #fff;
  bottom: 0;
  z-index: 99999;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 5px 0px #bbb;
}
.gv_button_task .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
.gv_button_task .inner > a {
  display: inline-block;
  padding: 10px 10px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.gv_button_task .inner > a > img {
  height: 26px;
  width: auto;
}
.gv_button_task .inner > a > span, .gv_button_task .inner > a strong {
  display: block;
  padding-top: 5px;
}

@media (min-width: 576px) {
  .gv_button_task {
    background: none;
    box-shadow: initial;
    left: initial;
    right: 15px;
    bottom: 30px;
  }
  .gv_button_task .inner {
    padding: 0;
    width: 40px;
    flex-wrap: wrap;
  }
  .gv_button_task .inner > a {
    display: block;
    position: relative;
    margin: 10px 0;
    padding: 0;
  }
  .gv_button_task .inner > a > img {
    height: 40px;
  }
  .gv_button_task .inner > a > span {
    display: inline-block;
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    font-size: 13px;
    right: 100%;
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
  .gv_button_task .inner > a > span::after {
    height: 10px;
    width: 5px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #FFF;
    content: "";
    right: -5px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
  .gv_button_task .inner > a > strong {
    display: inline-block;
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    font-size: 13px;
    right: 120%;
    font-weight: 500;
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
  }
  .gv_button_task .inner > a > strong::after {
    height: 10px;
    width: 5px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #FFF;
    content: "";
    right: -5px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
  .gv_button_task .inner > a:hover > span {
    right: 115%;
    opacity: 1;
    visibility: visible;
  }
}
@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);
  }
}
@keyframes fadeDownMenu {
  from {
    opacity: 0;
    transform: translatey(-30px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}/*# sourceMappingURL=style.css.map */