/*!
 * Horizontal Navigation 2020 Start
 */

/*****
reset old style
*****/
body.ja-jp {
  font-size: 1rem;
  line-height: 1.5;
}
  
.global-web .out-container {
  /* background-color: #eeeeee; */
  background: #fff;
}
  
.global-web .wrap {
  margin: 0;
  /* background-color: #eeeeee; */
}
  
#maincontent {
  margin: 0 auto;
  padding-top: 46px;
  background-color: #ffffff;
}
  
/*
.header-area {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #289b7d;
  background: #fff;
}
*/
  
.announcement {
  background: #289b7d
}

.footer {
  /* max-width: 1250px; */
  margin: 0 auto;
}

.footer .site-links .title {
  font-size: 1.0rem;
}
  
.footer .site-links .link {
  width: 100%;
  padding: 0 1em 0 0;
  margin-bottom: 1em;
  box-sizing: border-box;
}

.footer .site-links .link a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
}

body.en-us .footer .site-links .link a,
body.en-gb .footer .site-links .link a,
body.en-au .footer .site-links .link a,
body.en-in .footer .site-links .link a,
body.zh-cn .footer .site-links .link a,
body.zh-tw .footer .site-links .link a,
body.ko-kr .footer .site-links .link a,
body.ru-ru .footer .site-links .link a {
  font-size: 1rem;
}

.footer .site-info a {
  font-size: 1.0rem;
  font-weight: normal;
}
  
  
  
/*****
reset browser default style
*****/
  
:root {
  /* Base font = 16px */
  --font-size-base: 16px;
  --font-size-xxxxl: 2.25rem;
  --font-size-xxxl: 2.0rem;
  --font-size-xxl: 1.75rem;
  --font-size-xl: 1.5rem;
  --font-size-l: 1.25rem;
  --font-size-m: 1.0rem;
  --font-size-s: 0.875rem;
  --font-size-xs: 0.75rem;


  /* Color palette */
  --color-VG: #289b7d;
  --color-SVDG: #2d8068;
  --color-GY: #788287;
  --color-SDGy: #5a6469;
  --color-SGn: #92bf3e;
  --color-SDGn: #4e7d3e;
  --color-SY: #f6bc3e;
  --color-SDY: #db7f2f;
  --color-SM: #cc398a;
  --color-SDM: #a61977;
  --color-SP: #70589e;
  --color-SDP: #473564;
  --color-SB: #44bde9;
  --color-SDB: #2b7690;

  /* for Text */

  --color-normal: #000;

  /* Color palette supplemental */
  --color-link: #2b7690;
  --color-link-hover: #44bde9;
  --color-bg-active: #ececec;
  --color-ltgry: #a5a5a5;
}
  
/*****
Style for Horizontal Nav
*****/
.header-area {
  display: block;
  width: 100%;
  min-height: 45px;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1000;
  border-bottom: 1px solid #289b7d;
  background: #fff;
}

#global-header {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
}

#global-header ul {
  list-style: none;
}

@media screen and (max-width: 959px) {
  #global-header ul {
    background-color: #FFF;
  }
}

#global-header a {
  text-decoration: none;
  color: #000;
}

#global-header button {
  background-color: transparent;
  border: none;
  outline: none;
}

.btn--close {
  display: block;
  position: relative;
  left: 8px;
  top: -3.5px;
  margin: 0;
  padding: 0;
  width: 2px;
  height: 25.456px;
  background: #289b7d;
  transform: rotate(45deg);
}

.btn--close:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 24.456px;
  margin: 0;
  padding: 0;
  content: "";
  background: #289b7d;
  transform: rotate(90deg);
}

.header-upper {
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}

.header__logo {
  width: 198px;
  height: 21px;
  margin: 0;
  padding: 13px 15px 12px;
  font-size: 20px;
}

.header__logo a {
  display: block;
  width: 100%;
}

.header__menu-trigger {
  display: block;
  width: 33px;
  height: 33px;
  margin: 0;
  padding: 6px;
  position: absolute;
  top: 5px;
  right: 10px;
  overflow: hidden;
}

#global-header .header__menu-trigger:hover {
  background: #ececec;
}

.menu-trigger__hamburger,
.menu-trigger__hamburger::before,
.menu-trigger__hamburger::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 2px;
  margin: 0;
  padding: 0;
  background: #289b7d;
  transition: all 300ms;
}

.menu-trigger__hamburger {
  top: 15.5px;
  left: 6px;
}

.menu-trigger__hamburger::before {
  top: -7.5px;
}

.menu-trigger__hamburger::after {
  top: 9.5px;
}

.header__menu-trigger.-is-opened .menu-trigger__hamburger {
  width: 25.45px;
  left: 4px;
  transform: rotate(225deg);
}

.header__menu-trigger.-is-opened .menu-trigger__hamburger::before {
  width: 25.45px;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}

.header__menu-trigger.-is-opened .menu-trigger__hamburger::after {
  display: none;
}

.menu-trigger__label {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.util-links {
  display: flex;
  display: none;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 0;
  border-top: 1px solid #289b7d;
  border-bottom: 1px solid #289b7d;
}

.util__search,
.util__my-anritsu,
.util__my-anritsu--is-active,
.util__contact-us,
.util__change-region {
  position: relative;
}

.util__search__tooltip,
.util__my-anritsu__tooltip,
.util__contact-us__tooltip,
.util__change-region__tooltip {
  display: none;
}

.util__search,
.util__my-anritsu,
.util__my-anritsu--is-active,
.util__contact-us,
.util__change-region {
  box-sizing: border-box;
  width: 50%;
  border-right: 1px solid #289b7d;
  border-bottom: 1px solid #289b7d;
}

.util__search,
.util__my-anritsu,
.util__my-anritsu--is-active {
  border-left: 1px solid #289b7d;
}

.util__search {
  order: 1;
}

.util__my-anritsu,
.util__my-anritsu--is-active {
  order: 3;
}

.util__contact-us {
  order: 2;
}

.util__change-region {
  order: 4;
}

.util__search__btn,
.util__my-anritsu__btn,
.util__contact-us__btn,
.util__change-region__btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 11px 53px 11px 15px;
  position: relative;
}

.util__search__btn::before,
.util__my-anritsu__btn::before,
.util__contact-us__btn::before,
.util__change-region__btn::before,
.util__my-anritsu__btn::after,
.util__change-region__btn::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 11px 15px 11px;
  overflow: hidden;
}
  
.util__search__btn::before {
  background: url('https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/search-def-icon.png') 0 0 no-repeat;
}

.util__contact-us__btn::before {
  background: url('https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/contact-def-icon.png') 0 0 no-repeat;
}

.util__change-region__btn::before {
  background: url('https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/worldwide-def-icon.png') 0 0 no-repeat;
}

.util__search.active,
.util__my-anritsu.-is-selected,
.util__my-anritsu--is-active.-is-selected,
.util__change-region.-is-selected {
  background: #289b7d;
}

.util__search.active .util__search__btn::before {
  background: url('https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/search-act-icon.png') 0 0 no-repeat;
}

.util__change-region.-is-selected .util__change-region__btn::before {
  background: url('https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/worldwide-act-icon.png') 0 0 no-repeat;
}

.util__search__btn>span,
.util__my-anritsu__btn>span,
.util__contact-us__btn>span,
.util__change-region__btn>span {
  display: block;
  font-size: 1rem;
  line-height: 1.31;
  text-align: center;
}

.util__my-anritsu__btn>span,
.util__contact-us__btn>span,
.util__change-region__btn>span {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0px calc(1em + 38px) 0px 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

.-is-selected .util__my-anritsu__btn>span,
.util__my-anritsu:hover .util__my-anritsu__btn>span,
.util__my-anritsu--is-active:hover .util__my-anritsu__btn>span,
.util__contact-us:hover .util__contact-us__btn>span,
.-is-selected .util__change-region__btn>span,
.util__change-region:hover .util__change-region__btn>span,
.util__change-region:hover .util__change-region__current {
  color: #fff;
}

.util__search__btn span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 959px){
  .util__search__btn span {
    display: block;
    font-size: 1rem;
    line-height: 2.8;
    box-sizing: border-box;
    width: 100%;
    padding: 0px calc(1em + 38px) 0px 1em;
    position: absolute;
    transform: translate(0%, -50%);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 0px;
    left: 0px;
    vertical-align: middle;
  }
}


.util__search__query-entry {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0px calc(1em + 32px) 0px 1em;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
  line-height: 2.81;
}

.util__search__query-entry input {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  cursor: text;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /* background-color: #ececec; */
  line-height: 2.81;
}

.util__my-anritsu__close,
.util__change-region__close {
  display: none;
}


.util__my-anritsu__wrapper {
  
  width: calc(200% + 4px);
  padding: 0 0 20px;
  position: absolute;
  top: 45px;
  left: -1px;
  right: auto;
  background: #fff;
  font-size: 1rem;
  z-index: 2100;
  border-top: 3px solid #289b7d;
  border-bottom: 1px solid #289b7d;
}

.util__my-anritsu__title {
  display: none;
}

.util__my-anritsu__list,
.util__my-anritsu__list--active {
  width: 100%;
  margin: 0;
  padding: 0;
}

.util__my-anritsu__list {
  display: block;
}

.util__my-anritsu__list--active {
  display: none;
}

.util__my-anritsu--is-active .util__my-anritsu__list {
  display: block;
}

.util__my-anritsu--is-active .util__my-anritsu__list--active {
  display: block;
}

.util__my-anritsu__list__item {
  width: 100%;
  margin: 0;
  padding: 0;
}

.util__my-anritsu__list__item a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 45px;
  margin: 0;
  padding: 12px 15px 12px;
  font-size: 1rem;
  line-height: 1.2;
}

.util__my-anritsu__list__item a:hover {
  background-color: #ececec;
}

.util__my-anritsu__list__item span {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding-left: 40px;
  position: relative;
}

.util__my-anritsu__list__item span::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: top;
  position: absolute;
  top: -4px;
  left: 0;
}

.util__change-region__current {
  display: none;
}

.util__change-region__wrapper {
  display: none;
  width: calc(200% + 2px);
  position: absolute;
  top: 45px;
  right: -1px;
  left: auto;
  background: #fff;
  font-size: 1rem;
  z-index: 2100;
  border-top: 3px solid #289b7d;
  border-bottom: 1px solid #289b7d;
}

.util__change-region__title {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 8px 1em;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.31;
  text-align: center;
  white-space: nowrap;
  color: #289b7d;
}

.util__change-region__list {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.util__change-region__list__item,
.util__change-region__list__item--more {
  box-sizing: content-box;
  width: 50%;
  min-height: 29px;
  margin: 0;
  padding: 0;
  line-height: 1.31;
}

.util__change-region__list__item a {
  display: block;
  padding: 3px 3px 3px 31px;
}

.util__change-region__list__item a:hover {
  background: #ececec;
}

.util__change-region__list .-is-selected>a:before {
  display: inline-block;
  content: "";
  background: url('https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/angw-h-nav-sprite.png') 0 -96px no-repeat;
  width: 20px;
  height: 20px;
  margin: 0px 7px 0 -27px;
  vertical-align: top;
}

.util__change-region__list__item--more {
  text-align: right;
}

.util__change-region__list__item--more::after {
  display: inline-block;
  content: "";
  background: url('https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/angw-h-nav-sprite.png') -25px -96px no-repeat;
  width: 10px;
  height: 12px;
  margin: 0 1em 0 5px;
  vertical-align: baseline;
}

.global-nav {
  display: block;
  display: none;
  position: static;
  width: 100%;
  padding-bottom: 20px;
  background: #fff;
  overflow-y: scroll;
  height: auto;
  max-height: calc(100vh - 45px - 90px - 20px);
}

.global-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
}

.global-menu__item {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.35;
}

.global-menu__item::after {
  display: block;
  content: "";
  margin: 0 15px;
  border-bottom: 1px solid #a5a5a5;
}

.global-menu__item>button {
  width: 100%;
  margin: 0;
  padding: 9px 15px;
  text-align: left;
}

.global-menu__item>button::after {
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 11px;
  right: 15px;
  background: url('https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/angw-h-nav-sprite.png') -138px -50px no-repeat;
  vertical-align: top;
}

.global-menu__item.no-megamenu>button::after {
  display: none;
}

.global-menu__item.-is-selected {
  background: #eeeeee;
}

.global-menu__item.-is-selected>button::after {
  background: url('https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/angw-h-nav-sprite.png') -115px -50px no-repeat;
}

.megamenu {
  display: none;
  padding: 0 0 0px;
  background: #fff;
  border-top: 1px solid #a5a5a5;
  font-size: 1rem;
  line-height: 1.35;
}

.global-menu__item.-is-selected .megamenu {
  display: block;
}

.megamenu__close {
  display: none;
}

.megamenu__title {
  display: none;
}

.megamenu__container,
.megamenu__container--column {
  margin: 0;
  padding: 0;
}

.megamenu__container__item {
  margin: 0;
  padding: 0;
}

.mega-item__bnr {
  display: none;
}

.mega-item__label {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.31;
}

.mega-item__label a {
  display: block;
  margin: 0;
  padding: 12px 15px 12px 32px;
}


#global-header .mega-item__label a:hover {
  background: #ececec;
}

.mega-item__label a::before {
  content: "> ";
  margin-left: -1em;
}

.mega-item__links {
  width: 100%;
  margin: 0;
  padding: 0;
}

.mega-item__links__head {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
}

.mega-item__links__head span {
  display: block;
  margin: 0;
  padding: 12px 15px;
}

#global-header .mega-item__links__head a:hover span {
  background: #ececec;
}

.mega-item__links__wrapper {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.31;
}

.mega-item__links__wrapper__list {
  margin: 0;
  padding: 0;
}

.mega-item__links__wrapper__list li {
  margin: 0;
}

.mega-item__links__wrapper__list li a {
  display: block;
  padding: 12px 15px 12px 32px;
}

#global-header .mega-item__links__wrapper__list li a:hover {
  background: #ececec;
}

.mega-item__links__wrapper__list li a::before {
  content: "> ";
  margin-left: -1em;
}

.megamenu-sub {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.megamenu-sub__item {
  margin: 0;
  padding: 0;
  position: relative;
}

.megamenu-sub__item>button::after {
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 11px;
  right: 15px;
  background: url('https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/angw-h-nav-sprite.png') -138px -50px no-repeat;
  vertical-align: top;
}

.megamenu-sub__item.-is-selected {
  background: #eeeeee;
}

.megamenu-sub__item.-is-selected>button::after {
  background: url('https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/angw-h-nav-sprite.png') -115px -50px no-repeat;
}

.megamenu-sub__item>button {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  min-height: 45px;
  margin: 0;
  padding: 12px 48px 12px 15px;
  position: relative;
  font-size: 1rem;
  line-height: 1.31;
  text-align: left;
}

#global-header .megamenu-sub__item>button:hover {
  background: #ececec;
}

.megamenu-sub__item__icon {
  display: block;
  margin: 0 10px 0 0;
}

.megamenu-sub__item__label {
  display: block;
  margin-top: 4.5px;
}


.megamenu-inner--sub {
  box-sizing: border-box;
  /* display: block; */
  display: none;
  width: 100%;
  margin: 0;
  padding: 0 0 0 40px;
  background: #fff;
}

.megamenu-sub__item.-is-selected .megamenu-inner--sub {
  display: block;
}

.megamenu-inner--sub .megamenu__container {
  margin: 0;
  padding: 0;
}
  
/* ------------ */
/* desktop view */
/* ------------ */
@media screen and (min-width: 960px) {
  .header-area {
    height: 100px;
  }

  #global-header {
    max-width: 1250px;
    margin: 0 auto;
  }

  #maincontent {
    padding-top: 101px;
  }

  .header-upper {
    height: 67px;
  }

  .header__logo {
    width: 297px;
    height: 30px;
    margin: 0;
    padding: 23px 20px 14px 35px;
  }

  .header__menu-trigger {
    display: none;
  }

  .util-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    top: 26px;
    right: 20px;
    left: auto;
    width: auto;
    height: 41px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0;
    z-index: 2000;
  }

  .util__search,
  .util__my-anritsu,
  .util__my-anritsu--is-active,
  .util__contact-us,
  .util__change-region {
    display: block;
    width: 52px;
    height: 41px;
    border: none;
    margin: 0;
    padding: 0;
  }

  .util__my-anritsu,
  .util__my-anritsu--is-active {
    order: 2;
  }

  .util__contact-us {
    order: 3;
  }

  .util__search__btn,
  .util__my-anritsu__btn,
  .util__contact-us__btn,
  .util__change-region__btn {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 23px;
    height: 23px;
    margin: 0;
    padding: 9px 14.5px;
    overflow: hidden;
  }

  .util__search:hover {
    background: #289b7d;
  }

  .util__search__btn::before,
  .util__my-anritsu__btn::before,
  .util__contact-us__btn::before,
  .util__change-region__btn::before,
  .util__my-anritsu__btn::after,
  .util__change-region__btn::after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 9px 14.5px;
    padding: 0;
    overflow: hidden;
  }

  .util__search__btn>span,
  .util__my-anritsu__btn>span,
  .util__contact-us__btn>span,
  .util__change-region__btn>span {
    display: block;
    position: static;
    top: 0;
    left: 0;
    width: 23px;
    margin: 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    transform: none;
  }

  .util__search:hover .util__search__tooltip,
  .util__my-anritsu:hover .util__my-anritsu__tooltip,
  .util__my-anritsu--is-active:hover .util__my-anritsu__tooltip,
  .util__contact-us:hover .util__contact-us__tooltip,
  .util__change-region:hover .util__change-region__tooltip {
    box-sizing: border-box;
    display: block;
    width: auto;
    min-width: 208px;
    position: absolute;
    top: 41px;
    right: 0;
    left: auto;
    margin: 0;
    padding: 6px 1em;
    background: #ececec;
    font-size: 1rem;
    text-align: center;
    line-height: 1.31;
    white-space: nowrap;
  }

  .util__search:hover .util__search__tooltip {
    right: -156px;
  }

  .util__my-anritsu:hover .util__my-anritsu__tooltip,
  .util__my-anritsu--is-active:hover .util__my-anritsu__tooltip {
    right: -104px;
  }

  .util__contact-us:hover .util__contact-us__tooltip {
    right: -52px;
  }

  .util__search__query-entry {
    display: none;
    width: 208px;
    height: 33px;
    margin: 0;
    padding: 6px 1em;
    position: absolute;
    top: 41px;
    right: -156px;
    background: #ececec;
    font-size: 1rem;
    line-height: 1.31;
    z-index: 2100;
  }


  .util__my-anritsu__wrapper {
    display: none;
    width: auto;
    min-width: 210px;
    position: absolute;
    top: 41px;
    left: auto;
    right: -104px;
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
    font-size: 1rem;
    z-index: 2100;
    border: none;
  }

  .util__my-anritsu__title,
  .util__change-region__title {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 6px calc(1em + 32px) 6px 1em;
    width: 100%;
    background-color: #ececec;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.31;
    text-align: center;
    white-space: nowrap;
    color: #000;
  }

  .util__my-anritsu__list,
  .util__my-anritsu__list--active {
    box-sizing: content-box;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }

  .util__change-region__current {
    display: block;
    position: absolute;
    top: -21px;
    right: 14px;
    left: auto;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.31;
    text-align: right;
    white-space: nowrap;
    color: #a5a5a5;
    transform: none;
  }

  .util__change-region__current,
  .util__change-region:hover .util__change-region__current {
    color: #a5a5a5;
  }

  .util__my-anritsu__close,
  .util__change-region__close {
    display: block;
    box-sizing: content-box;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 7px;
    position: absolute;
    top: 0px;
    right: 11.5px;
  }

  #global-header .util__my-anritsu__close:hover,
  #global-header .util__change-region__close:hover {
    background-color: #788287;
  }

  #global-header .util__my-anritsu__close:hover .btn--close,
  #global-header .util__my-anritsu__close:hover .btn--close::before,
  #global-header .util__change-region__close:hover .btn--close,
  #global-header .util__change-region__close:hover .btn--close::before {
    background: #fff;
  }

  .util__change-region__wrapper {
    width: 408px;
    display: none;
    position: absolute;
    top: 41px;
    left: auto;
    right: 0;
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
    font-size: 1rem;
    z-index: 2100;
    border: none;
  }

  .util__change-region__list {
    width: 388px;
    margin: 20px 15px 10px 5px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .util__change-region__list__item,
  .util__change-region__list__item--more {
    box-sizing: border-box;
    width: 184px;
    margin: 0 0 8px 10px;
    padding: 0;
    line-height: 1.25;
  }

  .util__change-region__list__item a {
    display: block;
    padding: 3px 3px 3px 31px;
  }


  .global-nav {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 33px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    overflow: visible;
  }

  .global-menu {
    display: block;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    text-align: center;
  }

  .global-menu__item {
    display: inline-block;
    position: static;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.65;
  }

  .global-menu__item::after {
    display: none;
  }

  .global-menu__item>button {
    display: block;
    margin: 0;
    padding: 0 25px;
  }

  #global-header .global-menu__item:hover>button {
    background-color: #ececec;
  }

  .global-menu__item>button::after,
  .global-menu__item.-is-selected>button::after,
  .megamenu-sub__item>button::after,
  .megamenu-sub__item.-is-selected>button::after {
    display: none;
  }

  .megamenu {
    display: none;
    box-sizing: border-box;
    width: calc(100% - 40px);
    max-height: 90vh;
    overflow: hidden;
    /* overflow: auto; */
    position: absolute;
    top: 34px;
    left: 20px;
    background: #fff;
    z-index: 1200;
    border: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
    text-align: left;
  }

  .megamenu__close {
    box-sizing: content-box;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 5px;
    position: absolute;
    top: 27px;
    right: 35px;
    z-index: 1900;
  }

  #global-header .megamenu__close:hover {
    background: #788287;
  }

  .megamenu__close:hover .btn--close,
  .megamenu__close:hover .btn--close:before {
    background: #fff;
  }

  .megamenu-inner {
    margin: 0;
    padding: 24px 98px 25px 99px;
    background: #ececec;
  }

  .megamenu__title {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 1.321;
    color: #289b7d;
  }

  .megamenu__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin: 0 0 7px -1.84%;
    padding: 0;
    width: 101.87%;
  }

  .megamenu__container--column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* max-height: 600px; */
    /* max-height: 80vh; */
    margin: 0 0 7px -1.84%;
    padding: 0;
    width: 101.87%;
    max-height: 600px;
    /* max-height: 615px; */
  }

  .megamenu__container__item {
    width: 23.158%;
    margin: 0 0 23px 1.84%;
    max-width: 239px;
    position: relative;
  }

  .megamenu__container--column .megamenu__container__item {
    width: 31.492%;
    max-width: 326px;
  }

  .mega-item__bnr {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    font-size: 0;
  }

  .megamenu__container--column .mega-item__bnr {
    display: none;
  }

  .mega-item__label {
    margin: 0;
    padding: 0 0 0 15px;
  }

  #global-header .mega-item__label a {
    margin: 0;
    padding: 0;
    color: #2b7690;
  }

  #global-header .mega-item__label a:hover {
    color: #44bde9;
  }

  .mega-item__links__head {
    margin: 0 0 8px;
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.312;
  }

  .mega-item__links__head span {
    padding: 0;
  }

  #global-header .mega-item__links__head a {
    color: #000;
  }

  #global-header .mega-item__links__head a:hover {
    color: #44bde9;
  }

  .mega-item__links__wrapper__list {
    margin: 0 0 0 1em;
    padding: 0;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
  }

  .mega-item__links__wrapper__list li {
    width: 100%;
    margin-bottom: .5em;
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2;
  }

  #global-header .mega-item__links__wrapper__list li a {
    padding: 0;
    color: #2b7690;
  }

  #global-header .mega-item__links__wrapper__list li a:hover {
    color: #44bde9;
  }

  .megamenu__container__item__list li a:before {
    content: "> ";
    margin-left: -1em;
  }

  .megamenu__recommend {
    margin: 0 0 25px;
    padding: 0;
  }

  .megamenu__recommend__title {
    margin: 0 0 16.5px;
    font-size: 1rem;
    font-weight: bold;
    color: #289b7d;
    line-height: 1.312;
    border-bottom: 1px solid #289b7d;
  }

  .megamenu__recommend__list {
    width: 101.67%;
    margin: 0 0 25px -1.65%;
    padding: 0;
    overflow: hidden;
    font-size: 0;
  }

  .megamenu__recommend__list__item {
    display: inline-block;
    width: 17.0%;
    margin: 0 0 0 1.65%;
    max-width: 176px;
    padding: 0;
    font-size: 1rem;
    line-height: 1.312;
    vertical-align: top;
  }

  #global-header .megamenu__recommend__list__item a {
    display: inline-block;
    margin-bottom: 8px;
    color: #2b7690;
  }

  #global-header .megamenu__recommend__list__item a:hover {
    color: #44bde9;
  }

  .megamenu__recommend__list__item__bnr {
    width: 100%;
  }


  /* -----
Style for megamenu w/sub-menu
----- */
.megamenu-sub {
  width: 386px;
  margin: 0;
  padding: 20px 0;
  background: #fff;
  min-height: 650px;
  font-size: 0;
}

  #header_0_pnlhome .megamenu-sub {
    min-height: 490px;
  }

  #header_0_pnlTM .megamenu-sub {
      min-height: 620px;
  }

  .megamenu-sub__item {
    display: block;
    min-height: 45px;
    position: static;
  }

  .megamenu-sub__item>button {
    width: 100%;
    margin: 0;
    padding: 12px 15px;
  }

  .megamenu-inner--sub {
    display: none;
    width: calc(100% - 386px);
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 386px;
    margin: 0;
    padding: 24px 34px 25px 35px;
    box-sizing: border-box;
    overflow: hidden;
    background: #ececec;
  }

  .megamenu-sub__item:first-child .megamenu-inner--sub {
    display: block;
  }

  .megamenu-sub.is-selected .megamenu-inner--sub {
    display: block;
  }

  .megamenu-inner--sub .megamenu__title {
    padding: 0 31px 0 0;
  }

  .megamenu-inner--sub .megamenu__container {
    margin: 0 0 7px -2.454%;
    width: 102.51%;
  }

  .megamenu-inner--sub .megamenu__container__item {
    width: 30.87%;
    margin: 0 0 23px 2.454%;
  }

  .megamenu-inner--sub .megamenu__recommend__list {
    width: 102.202%;
    margin: 0 0 25px -2.202%;
  }

  .megamenu-inner--sub .megamenu__recommend__list__item {
    width: 22.797%;
    margin: 0 0 0 2.202%;
  }

  /* Style for breasdcrumb */
  .breadcrumb {
    box-sizing: border-box;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 5px 20px 25px;
    background: #fff;
    font-size: 0;

  }

  .breadcrumb li {
    display: inline-block;
    max-width: 20em;
    font-size: 1rem;
    line-height: 1.31;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .breadcrumb li+li::before {
    display: inline-block;
    content: ">";
    margin: 0 4px 0;
  }
}

/*!
 * Horizontal Navigation 2020 End
 */

/*!
 * Horizontal Navigation 2020 - Re-use of search-popup & country-popup Start
 */
/* Search Popup Desktop View */
@media screen and (min-width: 960px) {
  .search-popup-container.search-popup {
    display: none;
    position: fixed;
    padding: 0;
    width: 208px;
    height: 0;
    background-color: #ececec; 
  }

  .search-popup-container.search-popup.active {
    display: block;
    position: fixed;
    width: 208px;
    height: 32px;
    padding: 0;
    background-color: #ececec;
  } /* left and top position will be set on global.min.js */
  
  .search-popup .CoveoSearchbox .CoveoSearchButton {
    display: none;
  }

  .search-popup .CoveoSearchbox .magic-box {
    width: 200px;
  }

  .search-popup .CoveoSearchbox .magic-box .magic-box-input > input {
    color: #000; 
    font-size: 1.0rem; 
    height: 100%; 
    line-height: 2.81; 
    font-family: Segoe UI,Helvetica Neue,Helvetica,Arial, sans-serif;
  }

  .search-popup .search-close {
    display: none;
  }

  #coveosearchbox {
    border: 0;
    min-width: 200px;
  }
}

/* Search Popup Mobile View */
@media screen and (max-width: 959px) {
  .search-popup-container.search-popup {
    top: 45px;
    left: 0px;
    height: 46px;
    background-color: transparent;
    width: 50%;
    padding: 0;
    margin: 0;
    display: none;
  } 
    
  .search-popup-container.search-popup.active {
    display:block;
    top:45px;
    left:0px;
    background-color:transparent;
    width:50%;
    padding:0;
    margin:0;
    height: 46px;
  }

  .search-popup .CoveoSearchbox .CoveoSearchButton {
    display: none;
  }

  .search-popup .CoveoSearchbox .magic-box .magic-box-input{
    height: 46px;
  }

  .search-popup .magic-box .magic-box-input .magic-box-underlay {
    height: 100%;
  }

  .search-popup .CoveoSearchbox .magic-box .magic-box-input > input {
    height: 46px; 
    line-height: 2.81; 
    font-family: "Segoe UI",Helvetica Neue,Helvetica,Arial, sans-serif; 
    font-size: 1.0rem;
    color: #000;
    padding: 0px calc(1em + 32px) 0px 1em;
  }
    
  .search-popup .CoveoSearchbox .magic-box {
    width: 100%;
  } 
  
  .search-popup .CoveoSearchInterface {
    padding: 0; 
    width: auto;
    border: 0;
    min-width: 100%;
  } 

  .search-popup .CoveoSearchInterface .coveo-search-section {
    height: 46px;
  }

  .search-popup .CoveoSearchInterface .coveo-search-section #coveosearch{
    height: 46px;
  }
    
  .search-popup .CoveoSearchbox .magic-box{
    height:46px;
  }

  .search-popup .search-close {
    display: none;
  }

  .util__search.active .util__search__query-entry {
    display: none;
  }
}

@media screen and (min-width: 569px) and (max-width: 959px) {
  .search-popup-container.search-popup.active {
    height: 45px;
  }
}

/* MyAnritsu Desktop View */
@media screen and (min-width: 960px) {
  .util__my-anritsu--is-active.-is-selected {
    background-color: #289b7d;
  }
}

/* Country Popup Desktop View */
@media screen and (min-width: 960px) {
  .country-popup-container.country-popup {
    /* display: none; */
    position: fixed;
    width: 408px;
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
    font-size: 1rem;
    z-index: 2100;
    border: none;

    max-height: 0;
    opacity: 1;
    overflow-y: hidden;
    transition: max-height 0.4s linear;
  } /* left and top position will be set on global.min.js */

  .country-popup-container.country-popup.active {
    max-height: 469px;
  }

  .country-popup-container.country-popup .hd {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ececec;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.31;
    text-align: center;
    white-space: nowrap;
  }

  .country-popup-container.country-popup .hd .heading {
    color: #000;
    padding: 6px calc(1em + 32px) 6px 1em;
    float: none;
  }

  .country-popup-container.country-popup .hd a.closeLink {
    display: none;
  }

  .country-popup-container.country-popup .util__change-region__close {
    border: none;
    outline: none;
  }

  .country-popup-container.country-popup .util__change-region__close:hover {
    background-color: #788287;
  }

  .country-popup-container.country-popup .util__change-region__close:hover .btn--close {
    background-color: #fff;
  }

  .country-popup-container.country-popup .util__change-region__close:hover .btn--close::before {
    background-color: #fff;
  }

  .country-popup-container.country-popup .bd {
    background-color: #fff;
    border-top: none;
    padding: 0;
  }

  .country-popup-container.country-popup .bd .country-list ul {
    width: 388px;
    margin: 20px 15px 10px 5px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .country-popup-container.country-popup .bd .country-list ul li {
    box-sizing: border-box;
    width: 184px;
    list-style: none;
    margin: 0 0 8px 10px;
    padding: 0;
    line-height: 1.25;
  }

  .country-popup-container.country-popup .bd .country-list ul li a {
    display: block;
    color: #000;
    font-weight: normal;
    padding: 3px 3px 6px 31px;
    width: 100%;
  }

  .country-popup-container.country-popup .bd .country-list ul li:hover {
    background: #ececec;
  }
    
  .country-popup-container.country-popup .bd .country-list ul li:last-child:hover {
    background: #fff;
  }

  .country-popup-container.country-popup .bd .country-list ul li a.more {
    text-align: right;
  }

  .country-popup-container.country-popup .bd .country-list ul li a.more::after {
    display: inline-block;
    content: "";
    background: url(https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/angw-h-nav-sprite.png) -25px -96px no-repeat;
    width: 10px;
    height: 12px;
    margin: 0 1em 0 5px;
    vertical-align: baseline;
  }

  .country-popup-container.country-popup .bd .country-list ul li a.more i {
    display: none;
  }

  .country-popup-container.country-popup .bd .country-list a.current:before {
    display: inline-block;
    content:"";
    background: url(https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/angw-h-nav-sprite.png) 0 -96px no-repeat;
    width: 20px;
    height: 20px;
    margin: 0px 7px 0 -27px;
    vertical-align: top;
  }

  .util__change-region__current {
    display: block;
    position: absolute;
    top: -21px;
    right: 14px;
    left: auto;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.31;
    text-align: right;
    white-space: nowrap;
    color: #000;
    transform: none;
  }
    
  .util__change-region__current,
  .util__change-region:hover .util__change-region__current {
    color: #000;
  }
}

/* All Util Desktop View */
.util__search:hover .util__search__tooltip, 
.util__my-anritsu:hover .util__my-anritsu__tooltip, 
.util__my-anritsu--is-active:hover .util__my-anritsu__tooltip,
.util__contact-us:hover .util__contact-us__tooltip,
.util__change-region:hover .util__change-region__tooltip {
  display: none;
}

.util__search:hover, .util__my-anritsu:hover, .util__contact-us:hover, .util__change-region:hover, .util__my-anritsu--is-active:hover {
  background-color: #fff;
}

@media screen and (max-width: 959px){
  .util__my-anritsu:hover .util__my-anritsu__btn>span,
  .util__my-anritsu--is-active:hover .util__my-anritsu__btn>span {
    color: black;
  }
}

.util__search.active, .util__my-anritsu.-is-selected, .util__my-anritsu--is-active.-is-selected, .util__change-region.-is-selected {
  background: #289b7d;
}

@media screen and (max-width: 959px) {
  .util__change-region:hover .util__change-region__btn>span,
  .util__contact-us:hover a span
  {
    color: #000;
  }

  
  .util__my-anritsu.-is-selected:hover .util__my-anritsu__btn>span,
  .util__my-anritsu--is-active.-is-selected:hover .util__my-anritsu__btn>span {
    color: #fff;
  }

  .util__contact-us:hover .util__contact-us__btn>span {
    color: #000
  }
}

@media screen and (max-width: 959px) {
  .country-popup-container.country-popup {
    /* display: none; */
    top: 139px;
    width: 100%;
    font-size: 1rem;

    max-height: 0px;
    opacity: 1;
    overflow: hidden;
    transition: max-height 0.4s linear;
  }

  .country-popup-container.country-popup.active {
    display: block;
    top: 139px;
    width: 100%;
    border-top: 1px solid #289b7d;
    border-bottom: 1px solid #289b7d;

    max-height: 378px;
  }

  .country-popup-container.country-popup .hd a.closeLink {
    display: none;
  }

  .country-popup-container.country-popup .hd {
    padding: 0;
    text-align: center;
    background-color: #FFF;
  }

  .country-popup-container.country-popup .hd .heading {
    margin: 0;
    float: none;
    font-size: 1rem;
    padding: 8px 1em;
    color: #1f9c7d;
  }

  .country-popup-container.country-popup .bd {
    background-color: #FFF;
    border-top: 0;
    padding: 0;
  }

  .country-popup-container.country-popup .bd .country-list ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 20px;
  }

  .country-popup-container.country-popup .bd .country-list ul li {
    box-sizing: content-box;
    list-style: none;
    width: 50%;
    min-height: 29px;
    margin: 0;
    padding: 0;
    line-height: 1.31;
  }

  .country-popup-container.country-popup .bd .country-list ul li a {
    width: calc(100% - 31px);;
    font-weight: normal;
    color: #000;
    padding: 3px 3px 3px 31px;
  }

  .country-popup-container.country-popup .bd .country-list ul li:hover {
    background: #ececec;
  }

  .country-popup-container.country-popup .bd .country-list ul li:last-child:hover {
    background: #fff;
  }

  .country-popup-container.country-popup .bd .country-list ul li a.current:before {
    display: inline-block;
    content: "";
    background: url(https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/angw-h-nav-sprite.png) 0 -96px no-repeat;
    width: 20px;
    height: 20px;
    margin: 0px 7px 0 -27px;
    vertical-align: top;
  }

  .country-popup-container.country-popup .bd .country-list ul li a.more {
    float: right;
  }

  .country-popup-container.country-popup .bd .country-list ul li a.more i {
    display: none;
  }

  .country-popup-container.country-popup .bd .country-list ul li a.more:hover {
    background: #fff;
  }

  .country-popup-container.country-popup .bd .country-list ul li a.more::after {
    display: inline-block;
    content: "";
    background: url(https://gwdata-dev.cdn-anritsu.com/appfiles/img/icons/angw-h-nav-sprite.png) -25px -96px no-repeat;
    width: 10px;
    height: 12px;
    margin: 0 1em 0 5px;
    vertical-align: baseline;
  }
}

@media screen and (max-width: 959px) {
  .util__my-anritsu--is-active.-is-selected {
    background-color:#289b7d;
  }
}

/* MyAnritsu Dropdown Image Tag */

.util__my-anritsu__list__item a {
  padding: 6px 15px 6px;
}

.util__my-anritsu__list__item span {
  padding-left: 5px;
  vertical-align: top;
  top: 5px;
}

/* Contact Us Icon Image Tag */
.util__contact-us a img{
  position: relative;
  top: 9px;
  left: 16px;
}

@media screen and (max-width: 959px) {
  .util__contact-us a img{
    position: absolute;
    top: 9px;
    right: 16px;
    left: auto;
    width: 23px;
    height: 23px;
  }

  .util__contact-us a span {
    box-sizing: border-box;
    padding: 0px calc(1em + 38px) 0px 1em;
    width: 100%;
    transform: translate(0%, -50%);
    top: 50%;
    position: absolute;
    text-align: center;
    color: #000;
    font-size: 1rem;
  }
}

/*  Mobile myanritsu & contry is selected text color  */
@media screen and (max-width: 959px) {
  .util__my-anritsu--is-active.-is-selected:hover .util__my-anritsu__btn>span,
  .util__change-region.-is-selected:hover .util__change-region__btn>span
  {
    color: #fff;
  }
}


/* MyAnritsu Mobile View */
@media screen and (max-width: 959px) {
  button.util__my-anritsu__btn img#header_0_myanritsuicon {
    position: absolute;
    right: 14px;
    top: 12px;
  }
}

/*!
 * Horizontal Navigation 2020 - Re-use of search-popup & country-popup End
 */

 /*!
 * Horizontal Navigation 2020 - Re-use of search-popup & country-popup End
 */
/*!
 * 2023 Aug, Addding megamenu--nested for Solution nav
 */
@media screen and (min-width: 960px) {
  .megamenu-inner {
    max-height: calc(100vh - 160px);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .megamenu.megamenu--nested {
    left: calc((1210px - 870px) / 2);
    width: calc(320px + 450px + 100px);
  }

  .megamenu.megamenu--nested .megamenu-inner {
    min-height: calc(24px + 38px * 11 + 50px);
    padding: 24px 0 25px 0;
  }
}
.mega-nested-list {
  width: 100%;
  margin: 0;
  padding: 0 0.75rem;
  position: absolute;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .mega-nested-list {
    background-color: transparent;
  }
}
.mega-nested-item {
  margin: 0;
  border-bottom: 1px solid #a5a5a5;
}

@media screen and (min-width: 960px) {
  .mega-nested-item {
    height: 38px;
    width: 320px;
    box-sizing: border-box;
    margin: 0;
    border-left: 5px solid transparent;
    border-bottom: none;
    /* transition: width 0.3s 0s ease-out; */
  }
  .mega-nested-item:hover {
    border-left: 5px solid var(--color-VG);
  }
  .mega-nested-item.-is-selected {
    height: 38px;
    width: 320px;
    padding: 0;
    position: relative;
    background-color: #fff;
    border-left: 5px solid var(--color-VG);
  }
}
.mega-nested-item__title {
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: relative;
}

@media screen and (min-width: 960px) {
  .mega-nested-item__title {
    width: 320px;
    display: block;
    margin: 0;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
  }
  .mega-nested-item__title:hover {
    color: #44bde9;
  }
}
.mega-nested-item.-is-selected > .mega-nested-item__title {
  background-color: #eeeeee;
  cursor: default;
}

@media screen and (min-width: 960px) {
  .mega-nested-item.-is-selected > .mega-nested-item__title {
    background-color: transparent;
  }
  .mega-nested-item.-is-selected > .mega-nested-item__title:hover {
    color: currentColor;
  }
}
.mega-nested-item__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-5px);
  background: var(--color-VG);
  height: 10.3923048454px;
  width: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (min-width: 960px) {
  .mega-nested-item__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-5px);
    background: #949599;
    height: 10.3923048454px;
    width: 6px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
.mega-nested-item.-is-selected .mega-nested-item__title::after {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

@media screen and (min-width: 960px) {
  .mega-nested-item.-is-selected > .mega-nested-item__title::after {
    background-color: var(--color-VG);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .mega-nested-item.-is-selected > .mega-nested-item__title:hover {
    color: currentColor;
    cursor: default;
  }
}
.nested-sub-wrapper {
  margin: 0 2rem;
  padding: 0;
  height: 0;
  /* width: 100%; */
  width: calc(100% - 3.5rem);
  box-sizing: border-box;
  overflow-y: hidden;
}

@media screen and (min-width: 960px) {
  .nested-sub-wrapper {
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 0;
    left: 320px;
    width: 0;
    height: 0;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    overflow: hidden;
  }
}
.mega-nested-item.-is-selected .nested-sub-wrapper {
  margin: 0 2rem 0.5rem;
  padding: 0;
  height: auto;
  /* height: 100%; */
  width: calc(100% - 3.5rem);
  overflow-y: visible;
}

@media screen and (min-width: 960px) {
  .mega-nested-item.-is-selected .nested-sub-wrapper {
    position: relative;
    top: -38px;
    left: 320px; 
    margin: 0;
    padding: 0;
    width: 450px;
    height: auto;
    min-height: 450px;
    max-height: 540px;
    overflow: visible;
  }

  .nested-sub-wrapper.-is-open-upwards {
    top: auto;
    bottom: 0;
    justify-content: flex-end;
  }
}
.nested-sub__list {
  margin: 0 0 0 1rem;
  padding: 0 0 0 0.5rem;
  display: block;
}

@media screen and (min-width: 960px) {
  .nested-sub__list {
    margin: 0;
    padding: 0;
    overflow-y: auto;
  }

  .mega-nested-item.-is-selected .nested-sub-wrapper .nested-sub__list::-webkit-scrollbar {
    width: 6px;
  }

  .mega-nested-item.-is-selected .nested-sub-wrapper .nested-sub__list::-webkit-scrollbar-track {
    background-color: #cecece;
    opacity: .5;
    border-radius: 100px;
  }

  .mega-nested-item.-is-selected .nested-sub-wrapper .nested-sub__list::-webkit-scrollbar-thumb {
    background-color: #788287;
    border-radius: 100px;
  }

  .mega-nested-item.-is-selected .nested-sub-wrapper .nested-sub__list::-webkit-scrollbar-button {
    width: 0;
    height: 0;
  }
}
.nested-sub__item {
  list-style-type: disc;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  .nested-sub__item {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-left: 5px solid transparent;
    list-style-type: none;
  }
  .nested-sub__item:hover {
    border-left: 5px solid var(--color-VG);
  }
  .nested-sub-wrapper.-is-open-upwards .nested-sub__item {
    margin-top: auto;
  }
}
#global-header .nested-sub__item > a {
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
  display: block;
}

@media screen and (min-width: 960px) {
  #global-header .nested-sub__item > a {
    width: 100%;
    margin: 0;
    padding: 0.5rem 1rem 0.5rem 2rem;
    display: block;
    box-sizing: border-box;
    color: #2b7690;
  }
  #global-header .nested-sub__item > a:hover {
    color: #44bde9;
  }
}
#global-header .nested-sub__head {
  display: block;
  margin: 0;
  padding: 0.5rem 0;
}

#global-header .nested-sub__head:not(:has(> a)) {
  display: none;
}

@media screen and (min-width: 960px) {
  #global-header .nested-sub__head {
    margin: 0;
    padding: 0;
    border-left: 5px solid transparent;
    font-size: 1.5rem;
    color: currentColor;
  }
  #global-header .nested-sub__head:not(:has(> a)) {
    display: block;
    padding: 0.5rem 1rem;
  }
  #global-header .nested-sub__head a {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
    color: #2b7690;
  }
  #global-header .nested-sub__head:hover {
    border-left: 5px solid var(--color-VG);
    cursor: default;
  }
  #global-header .nested-sub__head > a:hover {
    color: #44bde9;
  }
}
/* .nested-sub__head-icon {
  display: none;
  position: relative;
  width: 12px;
  height: 2px;
  margin: 0 0 0 0.75rem;
  line-height: 1;
  vertical-align: 0.25rem;
  color: currentColor;
  background: currentColor;
}

@media screen and (min-width: 960px) {
  .nested-sub__head-icon {
    display: none;
    position: relative;
    width: 18px;
    height: 2px;
    margin: 0 0 0 1rem;
    line-height: 1;
    vertical-align: 0.4rem;
    color: currentColor;
    background: currentColor;
  }
}
.nested-sub__head-icon::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .nested-sub__head-icon::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    box-sizing: border-box;
  }
} */
.mega-nested-more {
  margin: 0 0 0.5rem;
  padding: 0 0.75rem;
  background-color: #fff;
}

@media screen and (min-width: 960px) {
  .mega-nested-more {
    position: absolute;
    bottom: 0;
    width: calc(100% + 98px + 99px);
    box-sizing: border-box;
    margin: 1rem 0 0 -99px;
    padding: 0 98px 0 99px;
    background-color: #dcdcdc;
  }
}
@media screen and (min-width: 960px) {
  .mega-nested-more__item {
    margin: 0;
    padding: 0;
  }
}
#global-header .mega-nested-more__item a {
  margin: 0;
  padding: 0.5rem 1rem;
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  #global-header .mega-nested-more__item a {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 1rem calc(1rem + 5px);
    color: #2b7690;
  }
  #global-header .mega-nested-more__item a:hover {
    color: #44bde9;
  }
}

/* #global-header .mega-nested-more__item a::after {
  content: "";
  display: none;
  margin: 0 0 0 1rem;
  background: currentColor;
  height: 10.3923048454px;
  width: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (min-width: 960px) {
  #global-header .mega-nested-more__item a::before {
    content: "";
    display: inline-block;
    margin: 0 0.5rem 0 calc(8px + 0.25rem);
    background: currentColor;
    height: 12.124355653px;
    width: 8px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  #global-header .mega-nested-more__item a::after {
    display: none;
  }
} */
/*****
Print media style for header and footer
*****/
@media print {
  .header-area {
    position: static;
    height: 54px;
  }
  .util-links,
  .header__menu-trigger,
  .global-nav,
  .search-popup,
  .search-popup-container,
  .country-popup,
  .country-popup-container,
  .country-confirm,
  .footer .site-links,
  .footer .social-links,
  .breadcrumb,
  .footer .site-info .left {
    display: none !important;
  }
  .footer {
    margin: 0 auto;
    padding: 0 30px;
  }
  .footer .container {
    margin: 0 auto;
  }
  .footer .site-info {
    border: none;
    margin: 0;
    /* padding: 30px 0; */
  }
}
