.section__footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 998px) {
  .section__footer {
    height: 500px;
  }
}
.section__footer .container .wrapper .scroll-top {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.section__footer .container .wrapper .scroll-top .button__scroll-to-top {
  width: 50px;
  height: 50px;
}
.section__footer .container .wrapper .scroll-top .button__scroll-to-top svg {
  width: 100%;
  height: 100%;
  stroke: #fff;
  transition: transform 0.3s ease;
}
.section__footer .container .wrapper .scroll-top .button__scroll-to-top svg:hover {
  transform: translateY(-5px);
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: normal !important;
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .flex-footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .flex-footer-top .logo-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .flex-footer-top .logo-group a {
  text-decoration: none;
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .flex-footer-top .logo-group a img {
  max-height: 60px;
  width: auto;
  height: auto;
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .flex-footer-top .logo-group a img.logo-partner1-footer {
  max-height: 45px !important;
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .flex-footer-top .logo-group a img.logo-partner2-footer {
  max-height: 45px !important;
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .flex-footer-top .footer-menu {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .flex-footer-top .footer-menu ul {
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .flex-footer-top .footer-menu ul li {
  padding-left: 35px;
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .flex-footer-top .footer-menu ul li a {
  color: var(--Default-White, #FFF);
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .footer__social-container {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .footer__social-container .social-icon__yt a svg,
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .footer__social-container .social-icon__twitter a svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  transition: transform 0.3s ease;
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .footer__social-container .social-icon__yt a svg:hover,
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .footer__social-container .social-icon__twitter a svg:hover {
  transform: scale(1.1);
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .footer__copyright {
  display: flex;
  justify-content: flex-end;
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .footer__copyright .footer__copyright-bar {
  text-align: right;
}
@media (max-width: 998px) {
  .section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .footer__copyright .footer__copyright-bar {
    text-align: center;
  }
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .footer__copyright .footer__copyright-bar p {
  color: var(--Default-White, #FFF);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media (max-width: 998px) {
  .section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .footer__copyright .footer__copyright-bar p {
    text-align: center;
  }
}
.section__footer .container .wrapper .top-contanier-footer .flex-wrap .footer__top .footer__copyright .footer__copyright-bar p:first-child {
  margin-bottom: 5px;
}

.footer__top .footer__mobile-structure {
  display: none;
}
.footer__top .flex-footer-top,
.footer__top .footer__social-container,
.footer__top .footer__copyright {
  display: block;
}
@media (max-width: 997px) {
  .footer__top .footer__mobile-structure {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .footer__top .footer__mobile-structure .logo-single img {
    max-height: 60px;
  }
  .footer__top .footer__mobile-structure .logo-pair {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .footer__top .footer__mobile-structure .logo-pair a img {
    max-height: 50px;
  }
  .footer__top .footer__mobile-structure .footer-menu ul {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .footer__top .footer__mobile-structure .footer-menu ul li {
    padding: 8px 0;
  }
  .footer__top .footer__mobile-structure .footer-menu ul li a {
    font-size: 16px;
    text-align: center;
  }
  .footer__top .footer__mobile-structure .footer__social-container {
    justify-content: center;
    gap: 15px;
    margin-left: auto !important;
  }
  .footer__top .footer__mobile-structure .footer__social-container .social-icon__yt a svg,
  .footer__top .footer__mobile-structure .footer__social-container .social-icon__twitter a svg {
    width: 40px;
    height: 40px;
  }
  .footer__top .footer__mobile-structure .footer__copyright-bar {
    text-align: center;
  }
  .footer__top .footer__mobile-structure .footer__copyright-bar p {
    text-align: center;
    margin: 0;
    padding: 3px 0;
  }
  .footer__top .flex-footer-top,
  .footer__top .footer__social-container:not(.footer__mobile-structure .footer__social-container),
  .footer__top .footer__copyright:not(.footer__mobile-structure .footer__copyright) {
    display: none !important;
  }
}

.footer__social-container,
.footer__copyright,
.footer-menu {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 999px) {
  .footer__social-container,
  .footer__copyright,
  .footer-menu {
    margin-left: auto !important;
    margin-right: 0;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .section__footer .footer__top .footer-menu ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
.section__header {
  height: auto;
}
@media (max-width: 998px) {
  .section__header .brand {
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  .section__header .brand {
    max-width: 350px;
    width: auto;
  }
}
.section__header .wrapper {
  width: 1350px;
}
.section__header .wrapper .other-logo {
  padding-left: 50px;
  display: flex;
}
@media (max-width: 998px) {
  .section__header .wrapper .other-logo {
    padding-left: 10px;
  }
}
.section__header .wrapper .other-logo .logo2 {
  padding-left: 20px;
}
.section__header .wrapper .header__main {
  border-bottom: none;
}
.section__header .wrapper .header__main .nav-secondary {
  display: flex;
  float: inline-end;
}
@media (min-width: 998px) and (max-width: 1200px) {
  .section__header .wrapper .header__main .nav-secondary {
    float: inline-start;
  }
}
.section__header .wrapper .header__main .nav-secondary ul {
  right: auto;
  position: relative;
  padding-top: 20px;
  width: 100%;
}
.section__header .wrapper .header__main .nav-secondary ul a {
  color: var(--black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  font-family: Archivo;
}
.section__header .wrapper .header__main .nav-secondary .section__global--search {
  background-color: transparent !important;
  display: flex !important;
  position: relative;
  top: 30px;
}
.section__header .wrapper .header__main .nav-secondary .section__global--search form {
  max-width: 252px;
  height: 44px;
  flex-direction: row;
}
.section__header .wrapper .header__main .nav-secondary .section__global--search form .form-control svg {
  position: absolute;
  z-index: 9;
  top: 13px;
  left: 1.5rem;
  stroke: #f16730;
  width: 23px;
  height: 23px;
}
.section__header .wrapper .header__main .nav-secondary .section__global--search form input#sitesearch {
  border-radius: 22px;
  border: 1px solid #F16731;
  background: var(--Gray-00, #FFF);
  padding: 10px 5px 10px 4rem;
}

.primary-navigation {
  padding-top: 16px;
}
@media (max-width: 998px) {
  .primary-navigation {
    display: none;
  }
}
.primary-navigation .main-nav-new {
  z-index: 100;
  position: relative;
  background: #fff;
}
.primary-navigation .header__main {
  border-bottom: none;
  margin: auto 0;
  width: 100%;
  justify-content: center;
  display: flex;
}
.primary-navigation .header__main .nav-main {
  padding-top: 0px;
}
.primary-navigation .header__main .nav-main li.menu-subscribe {
  border-radius: 45px;
  background: var(--Orange, #F16731);
  display: flex;
  width: 137px;
  height: 48px;
  justify-content: center;
  color: #fff !important;
  padding: 15px;
  /* align-items: center; */
}
.primary-navigation .header__main .nav-main li.menu-subscribe a {
  color: #fff;
}
.primary-navigation .header__main .nav-main li.menu-subscribe a::after {
  border-bottom: none;
}
.primary-navigation .header__main .nav-main ul::before {
  background: none;
}
.primary-navigation .header__main .nav-main ul li.dropdown {
  position: relative;
}
.primary-navigation .header__main .nav-main ul li.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: -40px !important;
  padding: 10px 20px;
  padding-left: 10px;
  border-radius: 8px;
  border: 1px solid var(--Neutral-colors-400, #E1E4ED);
  background: var(--Neutral-colors-100, #FFF);
  box-shadow: 0px 4px 5px 0px rgba(25, 33, 61, 0.05);
  z-index: 999;
}
.primary-navigation .header__main .nav-main ul li.dropdown:hover > .dropdown-menu {
  display: block;
}
.primary-navigation .header__main .nav-main ul li.dropdown > a {
  position: relative;
  padding-right: 45px;
}
.primary-navigation .header__main .nav-main ul li.dropdown > a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/ghhin/assets/img/favicons/chevron-down.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 17px;
  transform: translateY(-50%);
  border-bottom: none;
  margin-top: 0px;
  top: 10px;
}
@media (max-width: 1024px) and (min-width: 1000px) {
  .primary-navigation .header__main .nav-main ul li.dropdown > a::after {
    background: none;
  }
}
.primary-navigation .header__main .nav-main ul a {
  color: var(--black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  font-family: Archivo;
}

@media (max-width: 480px) {
  .section__header .wrapper {
    justify-content: left;
    padding: 0 10px;
  }
  .section__header .wrapper .brand {
    max-width: 150px;
    margin-right: 20px;
  }
  .section__header .wrapper .other-logo .logo1 {
    max-width: 65px;
  }
  .section__header .wrapper .other-logo .logo2 {
    height: 28px;
  }
  .section__footer .footer__social-container {
    bottom: -190px;
  }
  .section__footer .footer__top .footer-menu ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 400px) {
  .section__header .other-logo .logo2 {
    padding-left: 5px !important;
  }
}
@media (max-width: 380px) {
  .section__header .wrapper .brand {
    max-width: 130px;
    margin-right: 20px;
  }
}
.nav__container-mobile {
  margin-top: 15px;
}
.nav__container-mobile .nav a {
  color: var(--black, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  padding: 0px 10px;
}
.nav__container-mobile .nav a::after {
  padding: 10px 0 0;
  border-bottom: none;
}
.nav__container-mobile .nav .dropdown-toggle {
  border-bottom: 1px solid #6F6F6F;
}
.nav__container-mobile .nav .dropdown-toggle::before {
  content: "" !important;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/ghhin/assets/img/favicons/chevron-down.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 17px;
  transform: translateY(-50%);
  border-bottom: none;
  margin-top: 0px;
}
.nav__container-mobile .nav .dropdown-menu.open {
  margin-left: 10px;
}
.nav__container-mobile .nav .dropdown-menu li {
  margin-left: 0px;
}
.nav__container-mobile .nav .dropdown-menu li a {
  padding-left: 10px;
}