@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

html {
  min-width: 100%;
}

body {
  font: 1em/1.6 Arial, 'Microsoft JhengHei', '微軟正黑體', Helvetica, sans-serif, 'Microsoft YaHei';
  min-width: 320px;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  image-rendering: -webkit-optimize-contrast;
}

a {
  outline: none;
  behavior: expression(this.onFocus=this.blur());
  text-decoration: none;
  color: #000;
}

:focus {
  outline: none;
}

a:focus,
a:active,
a:hover {
  outline: 0;
  -moz-outline-style: none;
}

img {
  max-width: 100%;
  height: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  margin: 0 auto;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type='number']:focus,
input[type="button"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
button:focus,
input[type="radio"]:focus {
  outline: 0;
}

#container {
  position: relative;
  left: 0;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.menu--inview .site-menu-panel {
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  display: block;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  z-index: 1050;
}
.menu--inview .site-menu-mask {
  display: block;
}
.menu--inview .headroom.headroom--unpinned {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
}

.site-header {
  border-bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  top: 0;
  left: 0;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.site-header--fixed {
  position: fixed;
}
.site-header .container {
  max-width: 100%;
}
.site-header__top {
  background-color: #E8EFEF;
  position: relative;
  z-index: 1;
}
.site-header__top .container {
  height: 50px;
}
.site-header__main .container {
  height: 75px;
}
.site-header .logo {
  position: absolute;
  top: 16px;
  left: 43px;
  width: 253px;
  height: 45px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
  background-image: url(../images/index/pvigo-logo_C.png);
}
.zh-TW .site-header .logo {
  background-image: url(../images/index/pvigo-logo_C.png);
}
.zh-CN .site-header .logo {
  background-image: url(../images/index/pvigo-logo_D.png);
}
.en-US .site-header .logo {
  background-image: url(../images/index/pvigo-logo_E.png);
  width: 274px;
}
.ja-JP .site-header .logo {
  background-image: url(../images/index/pvigo-logo_J.png);
  width: 330px;
}
.site-header .naip-logo {
  position: absolute;
  top: 12px;
  left: 18px;
  width: 193px;
  height: 25px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(../images/index/naip-logo_C.png);
}
.zh-TW .site-header .naip-logo {
  background-image: url(../images/index/naip-logo_C.png);
}
.zh-CN .site-header .naip-logo {
  background-image: url(../images/index/naip-logo_D.png);
}
.en-US .site-header .naip-logo {
  background-image: url(../images/index/naip-logo_E.png);
  width: 292px;
}
.ja-JP .site-header .naip-logo {
  background-image: url(../images/index/naip-logo_J.png);
  width: 228px;
  height: 30px;
}
.site-header .language {
  position: absolute;
  top: 15px;
  right: 40px;
  width: 115px;
  height: 20px;
  padding-left: 28px;
}
.site-header .language .icon-globe {
  position: absolute;
  top: 1px;
  left: 0;
  background-image: url(../images/index/icon-globe.svg);
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.site-header .language a {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  color: #404040;
  text-decoration: none;
  letter-spacing: .05em;
}
.site-header .language .language-trigger {
  font-weight: 700;
  padding-bottom: 8px;
}
.site-header .language .language-trigger.collapsed .icon-arrow {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.site-header .language .inner {
  border-top: 2px solid #404040;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  padding: 5px 0 0;
  width: 86px;
}
.site-header .language .inner a {
  padding: 5px 8px;
}
.site-header .language .inner a:hover, .site-header .language .inner a:active {
  background-color: #d9d9d9;
  font-weight: 700;
  text-decoration: underline;
}
.site-header .language .language-collapse {
  position: relative;
  left: -8px;
}
.site-header .language .icon-arrow {
  background-position: center center;
  background-size: 13px auto;
  background-image: url(../images/index/language-arrow.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 0;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.site-header .site-main-menu {
  position: absolute;
  top: 5px;
  right: 170px;
}
.site-header .site-main-menu .icon-order {
  background-position: center center;
  background-size: auto 16px;
  background-image: url(../images/index/header-order--red.svg);
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-top: -4px;
}
.site-header .site-main-menu a:hover .icon-order, .site-header .site-main-menu a:active .icon-order {
  background-image: url(../images/index/header-order--blue.svg);
}
.site-header .link-login {
  position: absolute;
  top: 24px;
  right: 47px;
}
.site-header .link-login a {
  width: 100px;
  height: 30px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: .05em;
  text-indent: .05em;
  border: 2px solid #354E57;
  border-radius: 30px;
  display: block;
  text-align: center;
  background-color: #354e57;
  color: #fff;
  text-decoration: none;
}
.site-header .link-login a:hover, .site-header .link-login a:active {
  background-color: rgba(53, 78, 87, 0.1);
  color: #354E57;
}

.header--sticky {
  padding-top: 125px;
}

.site-menu-panel {
  position: fixed;
  top: 126px;
  left: 14px;
  right: 14px;
  width: calc(100% - 14px * 2);
  height: auto;
  background-color: #fff;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 2;
  display: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.site-menu-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  z-index: 1;
}

.site-menu {
  font-size: 20px;
}
.site-menu .link-login {
  padding: 16px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.site-menu .link-login a {
  width: 120px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: .05em;
  text-indent: .05em;
  border: 2px solid #354E57;
  border-radius: 30px;
  display: block;
  text-align: center;
  background-color: #354e57;
  color: #fff;
  text-decoration: none;
}
.site-menu .link-login a.hover {
  text-decoration: none;
}
.site-menu .link-login a:active {
  background-color: rgba(53, 78, 87, 0.1);
  color: #354E57;
}
.site-menu .link-login a:active .icon-login {
  background-image: url(../images/index/icon-login.svg);
}
.site-menu .link-login .icon-login {
  background-position: center center;
  background-size: 14px auto;
  background-image: url(../images/index/icon-login--white.svg);
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -4px;
}
.site-menu a {
  display: block;
  text-decoration: none;
  line-height: 27px;
  cursor: pointer;
}
.site-menu a.active {
  text-decoration: underline;
}
.site-menu a.hover {
  text-decoration: underline;
}
.site-menu__top {
  padding: 10px 27px 0;
  max-height: calc(80vh - 100px);
  overflow: auto;
}
.site-menu__top > li:first-child > a {
  pointer-events: none;
}
.site-menu__top > li:first-child > a .icon {
  display: none;
}
.site-menu__top a {
  position: relative;
  text-align: left;
  color: #404040;
  padding: 8px 16px;
  line-height: 20px;
  font-weight: 700;
  background-color: #E8EFEF;
  border-bottom: 1px solid #354E57;
}
.site-menu__top a[data-toggle='collapse'] {
  text-decoration: none !important;
}
.site-menu__top a:hover .icon-order, .site-menu__top a:active .icon-order {
  background-image: url(../images/index/header-order--blue.svg);
}
.site-menu__top .icon-order {
  background-position: center center;
  background-size: auto 16px;
  background-image: url(../images/index/header-order--red.svg);
  width: 20px;
  height: 20px;
  margin-left: 4px;
  margin-top: -4px;
}
.site-menu__top .sub-menu {
  border-bottom: 1px solid #707070;
}
.site-menu__top .sub-menu a {
  background-color: #F8F8F8;
  border-bottom: 1px solid #E0E0E0;
  padding: 8px 36px;
  padding-right: 5px;
  color: #354E57;
  font-weight: 700;
}
.site-menu__top .sub-menu a.active {
  text-decoration: underline;
}
.site-menu__top .sub-menu a.hover {
  text-decoration: underline;
}
.site-menu__top .sub-menu span {
  background-color: #f9f9f9;
  border-bottom: 1px solid #fff;
  padding: 8px 17px;
  padding-right: 20px;
  color: #354E57;
  display: block;
}
.site-menu__top .sub {
  border-bottom: 1px solid #354E57;
}
.site-menu__top .sub a {
  background-color: #F8F8F8;
  border-bottom: 1px solid #E0E0E0;
  padding: 8px 36px;
  padding-right: 5px;
  color: #354E57;
  font-weight: 700;
}
.site-menu__top .sub a.active {
  text-decoration: underline;
}
.site-menu__top .sub a.hover {
  text-decoration: underline;
}
.site-menu__top .sub span {
  background-color: #f9f9f9;
  border-bottom: 1px solid #fff;
  padding: 8px 17px;
  padding-right: 5px;
  color: #354E57;
  display: block;
}
.site-menu__top .sub .sub-menu {
  border-bottom: 1px solid #ECECEC;
}
.site-menu__top .sub .sub-menu a {
  background-color: #fff;
  border-bottom: 0;
  padding: 8px 56px;
  padding-right: 10px;
  color: #354E57;
  font-weight: 400;
}
.site-menu__top .sub .sub-menu a.hover {
  background-color: rgba(93, 170, 190, 0.36);
  font-weight: 700;
}
.site-menu__top .sub .sub-menu a.active {
  background-color: rgba(93, 170, 190, 0.36);
  font-weight: 700;
}
.site-menu__top .collapsed .icon-arrow {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.site-menu__top .icon-arrow {
  background-position: center center;
  background-size: 10px auto;
  background-image: url(../images/index/site-menu-arrow.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 16px;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.site-menu__bottom {
  background-color: #354E57;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 10px;
  font-size: 16px;
}
.site-menu__bottom li {
  position: relative;
}
.site-menu__bottom li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 1px;
  background-color: #fff;
}
.site-menu__bottom li:first-child:before {
  display: none;
}
.site-menu__bottom a {
  color: #fff;
  padding: 0 14px;
  font-weight: 700;
}
.site-menu__bottom a.active, .site-menu__bottom a:active {
  color: #5DAABE;
  text-decoration: underline;
}

.menu-trigger {
  position: absolute;
  top: 16px;
  right: 18px;
  display: none;
}

.c-hamburger {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  z-index: 999;
  background-color: transparent;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 18px;
  left: 4px;
  right: 4px;
  height: 6px;
  background: #354E57;
  border-radius: 0;
  -moz-transition: -moz-transform 0s 0.3s;
  -o-transition: -o-transform 0s 0.3s;
  -webkit-transition: -webkit-transform 0s;
  -webkit-transition-delay: 0.3s;
  transition: transform 0s 0.3s;
}
.c-hamburger span::before,
.c-hamburger span::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  height: 6px;
  background-color: #354E57;
  border-radius: 0;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger span::before {
  top: -12px;
  right: 0;
  -moz-transition-property: top, -moz-transform;
  -o-transition-property: top, -o-transform;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.c-hamburger span::after {
  bottom: -12px;
  right: 0;
  -moz-transition-property: bottom, -moz-transform;
  -o-transition-property: bottom, -o-transform;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.c-hamburger.active span {
  background: none;
}
.c-hamburger.active span::before {
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-hamburger.active span::after {
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-hamburger.active span::before, .c-hamburger.active span::after {
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

@media (max-width: 1280px) and (min-width: 1141px) {
  .site-header .logo {
    left: 20px;
    width: 240px;
  }
  .site-header .site-main-menu {
    right: 130px;
  }
  .site-header .link-login {
    right: 20px;
  }

  .sm-blue > li > a {
    padding: 24px 15px !important;
  }

  .en-US .site-header .logo {
    left: 20px;
    width: 240px;
  }
  .en-US .site-header .site-main-menu {
    right: 130px;
  }
  .en-US .site-header .link-login {
    right: 20px;
  }
  .en-US .sm-blue > li > a {
    padding: 24px 8px !important;
  }

  .ja-JP .site-header .logo {
    left: 20px;
    width: 240px;
  }
  .ja-JP .site-header .site-main-menu {
    right: 130px;
  }
  .ja-JP .site-header .link-login {
    right: 20px;
  }
  .ja-JP .sm-blue > li > a {
    padding: 24px 8px !important;
  }
}
@media (max-width: 1140px) and (min-width: 941px) {
  .site-header .logo {
    left: 20px;
    width: 240px;
  }
  .site-header .site-main-menu {
    right: 130px;
  }
  .site-header .link-login {
    right: 20px;
  }

  .sm-blue > li > a {
    padding: 24px 15px !important;
  }

  .en-US .site-header .logo {
    left: 20px;
    width: 18vw;
  }
  .en-US .site-header .site-main-menu {
    right: 130px;
  }
  .en-US .site-header .link-login {
    right: 20px;
  }
  .en-US .sm-blue > li > a {
    font-size: 16px;
    padding: 24px 8px !important;
  }

  .ja-JP .site-header .logo {
    left: 20px;
    width: 20vw;
  }
  .ja-JP .site-header .site-main-menu {
    right: 130px;
  }
  .ja-JP .site-header .link-login {
    right: 20px;
  }
  .ja-JP .sm-blue > li > a {
    font-size: 16px;
    padding: 24px 8px !important;
  }
}
@media (max-width: 940px) {
  .menu-trigger {
    display: block;
  }

  .sticky-block {
    right: 12px;
  }
  .sticky-block .pad {
    display: block;
  }
  .sticky-block.change-position {
    bottom: 150px;
  }

  .site-header .language {
    display: none;
  }
  .site-header .site-main-menu {
    display: none;
  }
  .site-header .link-login {
    display: none;
  }

  .site-menu-mask {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .site-menu-panel {
    display: none;
  }

  .menu--inview .site-menu-panel {
    max-height: calc(100vh - 126px);
    display: block;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
  }

  .site-menu {
    font-size: 18px;
  }
  .site-menu__top {
    padding: 0 25px;
    max-height: calc(100vh - 125px - 60px - 47px);
  }
  .site-menu__bottom {
    font-size: 16px;
    border-radius: 0;
  }
}
@media (max-width: 640px) {
  .headroom {
    -moz-transition: -moz-transform 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    will-change: transform;
  }
  .headroom.headroom--pinned {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .headroom.headroom--unpinned {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  #container.menu--inview {
    left: 0;
  }
  #container .sticky-block {
    right: 0;
  }
  #container .sticky-block.change-position {
    position: relative;
    bottom: 0;
  }

  .menu-trigger {
    top: 5px;
    right: 10px;
  }

  .c-hamburger span {
    top: 18px;
    left: 9px;
    right: 9px;
    height: 4px;
  }
  .c-hamburger span::before,
  .c-hamburger span::after {
    height: 4px;
  }
  .c-hamburger span::before {
    top: -8px;
    right: 0;
    -moz-transition-property: top, -moz-transform;
    -o-transition-property: top, -o-transform;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }
  .c-hamburger span::after {
    bottom: -8px;
    right: 0;
    -moz-transition-property: bottom, -moz-transform;
    -o-transition-property: bottom, -o-transform;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  .c-hamburger.active span {
    background: none;
  }
  .c-hamburger.active span::before {
    top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .c-hamburger.active span::after {
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .c-hamburger.active span::before, .c-hamburger.active span::after {
    -moz-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
  }

  .header--sticky {
    padding-top: 85px;
  }

  .site-header__top .container {
    height: 34px;
  }
  .site-header__main .container {
    height: 51px;
  }
  .site-header .logo {
    top: 11px;
    left: 29px;
    width: 172px;
    height: 30px;
  }
  .zh-TW .site-header .logo {
    background-image: url(../images/header/pvigo-logo_C.png);
  }
  .zh-CN .site-header .logo {
    background-image: url(../images/header/pvigo-logo_D.png);
  }
  .en-US .site-header .logo {
    background-image: url(../images/header/pvigo-logo_E.png);
    width: 185px;
  }
  .ja-JP .site-header .logo {
    background-image: url(../images/header/pvigo-logo_J.png);
  }
  .site-header .naip-logo {
    top: 7px;
    left: 17px;
    width: 155px;
    height: 20px;
  }
  .zh-TW .site-header .naip-logo {
    background-image: url(../images/header/naip-logo_C.png);
  }
  .zh-CN .site-header .naip-logo {
    background-image: url(../images/header/naip-logo_D.png);
  }
  .en-US .site-header .naip-logo {
    background-image: url(../images/header/naip-logo_E.png);
    width: 180px;
  }
  .ja-JP .site-header .naip-logo {
    background-image: url(../images/header/naip-logo_J.png);
    width: 155px;
    height: 20px;
  }

  .version {
    padding: 0 16px;
  }

  .menu--inview .site-menu-panel {
    top: 86px;
    max-height: calc(100vh - 86px);
  }

  .site-menu-panel {
    left: 0;
    right: 0;
    width: 100%;
  }

  .site-menu {
    font-size: 18px;
  }
  .site-menu__top {
    padding: 4px 16px 0;
    max-height: calc(100vh - 85px - 60px - 47px);
  }
  .site-menu__top a {
    padding: 8px 12px;
    font-size: 17px;
  }
  .site-menu__bottom {
    font-size: 16px;
    border-radius: 0;
  }
  .site-menu .link-login {
    padding: 15px 22px;
  }
  .site-menu .sub-menu a {
    padding: 8px 21px;
    padding-right: 10px;
  }
  .site-menu .sub a {
    padding: 8px 21px;
  }
  .site-menu .sub span {
    padding: 8px 17px;
    padding-right: 5px;
  }
  .site-menu .sub .sub-menu a {
    padding: 8px 32px;
    padding-right: 10px;
    line-height: 24px;
  }

  .sticky-block {
    position: fixed;
    top: inherit;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    border-radius: 0;
  }
  .sticky-block ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .sticky-block li {
    position: relative;
    margin-bottom: 0;
    width: calc(100% / 4);
    border: 0;
  }
  .sticky-block li:first-child:before {
    display: none;
  }
  .sticky-block li:before {
    content: "";
    height: 26px;
    width: 1px;
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .sticky-block a {
    box-shadow: none;
    width: 100%;
    background-color: transparent;
    padding: 8px 0;
  }
  .ja-JP .sticky-block a {
    font-size: 12px;
  }
  .sticky-block .sticky-block__close {
    display: none;
  }
  .sticky-block .mobile {
    display: block;
  }
  .sticky-block .pad {
    display: none;
  }
  .is-mobile .sticky-block .pad {
    display: none;
  }

  .sticky-tooltip {
    display: none;
  }
}
@media (max-width: 360px) {
  .ja-JP .sticky-block a {
    font-size: 11px;
  }
}
@media (max-height: 500px) {
  #container .sticky-block.change-position {
    position: absolute;
  }
}
.site-content {
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-height: calc(100vh - 97px);
}

.icon {
  width: 20px;
  height: 20px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.version {
  padding: 0 20px;
  color: #777;
  font-size: 12px;
  line-height: 30px;
  font-family: arial;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.site-footer {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.en-US .site-footer, .ja-JP .site-footer {
  font-size: 15px;
}
.site-footer a {
  cursor: pointer;
}
.site-footer a:hover, .site-footer a:active {
  text-decoration: underline;
}
.site-footer .container {
  max-width: 100%;
}
.site-footer__top {
  background-color: #F5F5F5;
  padding: 40px 0;
}
.site-footer__top .container {
  max-width: calc(100% - 80px * 2);
}
.site-footer__top .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.site-footer .naip-logo {
  position: relative;
  width: 272px;
  height: 37px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 18px;
  background-image: url(../images/index/naip-logo2_C.png);
}
.zh-TW .site-footer .naip-logo {
  background-image: url(../images/index/naip-logo2_C.png);
}
.zh-CN .site-footer .naip-logo {
  background-image: url(../images/index/naip-logo2_D.png);
}
.en-US .site-footer .naip-logo {
  background-image: url(../images/index/naip-logo2_E.png);
  width: 100%;
  max-width: 397px;
}
.ja-JP .site-footer .naip-logo {
  background-image: url(../images/index/naip-logo2_J.png);
}
.site-footer__bottom {
  background-color: #354E57;
  padding: 6px 0;
  color: #fff;
  font-size: 15px;
}
.site-footer__bottom .container {
  max-width: calc(100% - 80px * 2);
}
.site-footer__bottom .group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.site-footer__bottom .col-left {
  width: 35%;
}
.site-footer__bottom .col-right {
  width: 65%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.site-footer .office {
  line-height: 28px;
  font-size: 15px;
}
.site-footer .office .inner {
  position: relative;
  padding-left: 28px;
}
.site-footer .office .icon-office {
  position: absolute;
  top: -4px;
  left: 0;
  width: 28px;
  height: 28px;
  background-position: center center;
  background-size: auto 27px;
  background-image: url(../images/index/icon-office.svg);
  background-repeat: no-repeat;
}
.site-footer .office .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-footer .office .links li {
  margin: 0 12px;
}
.site-footer .office a {
  color: #001EB2;
  text-decoration: underline;
}
.site-footer .office a:hover, .site-footer .office a:active {
  color: #5DAABE;
}
.site-footer .footer-info {
  width: 25%;
  font-size: 15px;
  color: #404040;
  padding-right: 30px;
}
.site-footer .footer-info a {
  text-decoration: none;
  color: #404040;
}
.site-footer .footer-info a:hover, .site-footer .footer-info a:active {
  text-decoration: underline;
}
.site-footer .footer-info .tel {
  pointer-events: none;
}
.site-footer .footer-menu {
  width: calc(100% - 440px);
  width: calc(100% - 25%);
}
.site-footer .footer-menu .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.ja-JP .site-footer .footer-menu .item:nth-child(5) .hd {
  text-indent: -.25em;
}
.site-footer .footer-menu .hd {
  font-size: 20px;
  font-weight: 700;
  color: #354E57;
  margin-bottom: 10px;
}
.site-footer .footer-menu .hd span {
  position: relative;
  display: block;
}
.site-footer .footer-menu .hd span.collapsed .icon-arrow {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.site-footer .footer-menu .hd .icon-arrow {
  background-position: center center;
  background-size: 10px auto;
  background-image: url(../images/index/footer-menu-arrow.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 32px;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.site-footer .footer-menu .menu li {
  padding: 5px 0;
}
.site-footer .footer-menu .menu a {
  color: #404040;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.3;
}
.site-footer .footer-menu .menu a:hover, .site-footer .footer-menu .menu a:active {
  color: #5DAABE;
  text-decoration: underline;
}
.site-footer .footer-menu .menu a:hover .icon-order, .site-footer .footer-menu .menu a:active .icon-order {
  background-image: url(../images/index/icon-order--light.svg);
}
.site-footer .footer-menu .icon-order {
  position: relative;
  margin-top: -6px;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-size: auto 18px;
  background-image: url(../images/index/icon-order--red.svg);
  background-repeat: no-repeat;
  margin-left: 10px;
}
.site-footer .social-menu {
  margin-top: 22px;
}
.site-footer .social-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.site-footer .social-menu li + li {
  margin-left: 15px;
}
.site-footer .social-menu a {
  display: block;
}
.site-footer .social-menu .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
}
.site-footer .social-menu .youtube:hover .icon, .site-footer .social-menu .youtube:active .icon {
  box-shadow: 0 0 6px #C56B58;
}
.site-footer .social-menu .linkedIn:hover .icon, .site-footer .social-menu .linkedIn:active .icon {
  box-shadow: 0 0 6px #7595C9;
}
.site-footer .social-menu .facebook:hover .icon, .site-footer .social-menu .facebook:active .icon {
  box-shadow: 0 0 6px #3F6BAC;
}
.site-footer .social-menu .weibo:hover .icon, .site-footer .social-menu .weibo:active .icon {
  box-shadow: 0 0 6px #FF596B;
}
.site-footer .icon-mail {
  background-image: url(../images/footer/icon-mail.svg);
}
.site-footer .icon-phone {
  background-image: url(../images/footer/icon-phone.svg);
}
.site-footer .icon-placeholder {
  background-image: url(../images/footer/icon-placeholder.svg);
}
.site-footer .icon-youtube {
  background-image: url(../images/footer/icon-youtube.png);
  background-color: #C56B58;
}
.site-footer .icon-linkedIn {
  background-image: url(../images/footer/icon-linkedIn.png);
  background-color: #7595C9;
}
.site-footer .icon-facebook {
  background-image: url(../images/footer/icon-facebook.png);
  background-color: #3F6BAC;
}
.site-footer .icon-weibo {
  background-image: url(../images/footer/icon-weibo.png);
  background-color: #FF596B;
}
.site-footer .logo-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 132px;
}
.site-footer .logo {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 20px;
}
.site-footer .logo-aipla {
  background-image: url(../images/footer/aipla.png);
  width: 61px;
  height: 10px;
  margin-left: 0;
}
.site-footer .logo-inta {
  background-image: url(../images/footer/inta.png);
  width: 44px;
  height: 44px;
}
.site-footer .footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 80px;
}
.site-footer .footer-link li {
  position: relative;
  padding: 0 10px;
  display: block;
  font-size: 15px;
}
.site-footer .footer-link li:first-child {
  padding-left: 0;
}
.site-footer .footer-link li:last-child:before {
  display: none;
}
.site-footer .footer-link li:before {
  content: "";
  height: 14px;
  width: 1px;
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  background-color: #fff;
}
.site-footer .footer-link a {
  text-decoration: none;
  color: #fff;
}
.site-footer .footer-link a:hover {
  color: #5DAABE;
  text-decoration: underline;
}
.site-footer .copyright span {
  display: inline-block;
}

.sticky-block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  -moz-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px #d4d4d4 inset;
  background-color: #fff;
  padding: 7px;
  padding-bottom: 16px;
  border-radius: 5px;
}
.sticky-block.change-position {
  bottom: 105px;
}
.sticky-block li {
  border-bottom: 1px solid #d4d4d4;
}
.sticky-block li:last-child {
  border-bottom: 0;
}
.sticky-block .mobile {
  display: none;
}
.sticky-block .pad {
  display: none;
}
.is-mobile .sticky-block .pad {
  display: block;
}
.sticky-block a {
  padding: 9px 0;
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: #8b0000;
  text-decoration: none;
}
.sticky-block a:hover, .sticky-block a:active {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.is-mobile .sticky-block a:hover {
  text-shadow: none;
}
.sticky-block .icon {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto 3px;
}
.sticky-block .icon-phone {
  background-image: url(../images/footer/icon-sticky-phone.svg);
}
.sticky-block .icon-mail {
  background-image: url(../images/footer/icon-sticky-mail.svg);
}
.sticky-block .icon-chat {
  background-image: url(../images/footer/icon-sticky-chat.svg);
}
.sticky-block .icon-top {
  background-image: url(../images/footer/icon-sticky-top.svg);
}
.sticky-block .sticky-block__close {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #8b0000;
  width: 100%;
  height: 16px;
  border-radius: 0 0 5px 5px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/footer/icon-sticky-close.svg);
}

.is-mobile .sticky-tooltip {
  display: none;
}

.conatct-model .modal-content {
  max-width: 324px;
  min-height: 304px;
  border-radius: 5px;
  border: solid 1px #707070;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
}
.conatct-model .modal-body {
  padding: 1rem;
  padding-top: 42px;
}
.conatct-model .close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  opacity: 1;
}
.conatct-model .close .icon {
  width: 32px;
  height: 32px;
}
.conatct-model .close .icon-close {
  background-image: url(../images/footer/icon-close.svg);
}
.conatct-model .icon-block {
  width: 73px;
  height: 73px;
  border: 3px solid #8b0000;
  margin: 0 auto 22px;
  display: block;
  border-radius: 50%;
  position: relative;
}
.conatct-model .icon-block .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.conatct-model .icon-block .icon-phone {
  background-image: url(../images/footer/icon-sticky-phone.svg);
}
.conatct-model .title {
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: .2em;
  color: #8b0000;
  margin-bottom: 20px;
}
.en-US .conatct-model .title, .ja-JP .conatct-model .title {
  letter-spacing: .1em;
}
.conatct-model .title .main-text {
  display: block;
  font-weight: 700;
}
.conatct-model a {
  text-decoration: none;
}

.is-mobile .mobile-hide {
  display: none !important;
}
.is-mobile .site-footer .footer-info .tel {
  pointer-events: auto;
}

.en-US .site-footer .footer-info,
.ja-JP .site-footer .footer-info {
  width: 26%;
}
.en-US .site-footer .footer-menu,
.ja-JP .site-footer .footer-menu {
  width: calc(100% - 26%);
}

@media (min-width: 941px) {
  .site-footer .footer-menu .hd span {
    pointer-events: none;
  }
  .site-footer .footer-menu .hd .icon-arrow {
    opacity: 0;
  }
  .site-footer .footer-menu .collapse {
    display: block !important;
  }
}
@media (max-width: 1366px) {
  .site-footer__top .container {
    max-width: calc(100% - 20px * 2);
  }
  .site-footer__bottom .container {
    max-width: calc(100% - 20px * 2);
  }
  .site-footer .footer-info {
    min-width: 272px;
  }
}
@media (max-width: 1200px) {
  .site-footer__top {
    padding: 0;
  }
  .site-footer__top .container {
    max-width: 100%;
    padding: 0;
  }
  .site-footer__top .group {
    display: block;
  }
  .site-footer__bottom .container {
    max-width: 100%;
    padding: 0 8.333333333%;
  }
  .site-footer .footer-info {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .site-footer .footer-info .inner {
    padding: 36px 8.333333333% 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .site-footer .footer-info .naip-logo {
    width: 37%;
  }
  .site-footer .footer-info .content {
    width: 63%;
    padding-left: 30px;
    margin-top: -5px;
  }
  .site-footer .footer-info .social-menu {
    position: absolute;
    bottom: 32px;
    left: inherit;
    right: 60px;
    margin: 0;
  }
  .site-footer .footer-info .social-menu .icon {
    width: 28px;
    height: 28px;
  }
  .site-footer .footer-info .social-menu li + li {
    margin-left: 12px;
  }
  .site-footer .footer-menu {
    width: 100%;
    background-color: #ececec;
  }
  .site-footer .footer-menu .inner {
    padding: 27px 8.333333333%;
  }
  .site-footer .office {
    padding: 27px 8.333333333%;
  }
  .site-footer .office .inner {
    padding-left: 28px;
  }

  .en-US .site-footer__bottom,
  .ja-JP .site-footer__bottom {
    padding: 25px 0;
    text-align: center;
  }
  .en-US .site-footer__bottom .container,
  .ja-JP .site-footer__bottom .container {
    max-width: 100%;
  }
  .en-US .site-footer__bottom .group,
  .ja-JP .site-footer__bottom .group {
    display: block;
  }
  .en-US .site-footer__bottom .col-left,
  .ja-JP .site-footer__bottom .col-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .en-US .site-footer__bottom .col-right,
  .ja-JP .site-footer__bottom .col-right {
    width: 100%;
    display: block;
  }
  .en-US .site-footer__bottom .footer-link,
  .ja-JP .site-footer__bottom .footer-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .en-US .site-footer__bottom .logo-group,
  .ja-JP .site-footer__bottom .logo-group {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .en-US .site-footer .footer-info,
  .ja-JP .site-footer .footer-info {
    width: 100%;
  }
  .en-US .site-footer .footer-menu,
  .ja-JP .site-footer .footer-menu {
    width: 100%;
  }
  .en-US .site-footer .footer-menu .inner,
  .ja-JP .site-footer .footer-menu .inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 -30px;
  }
  .en-US .site-footer .footer-menu .item,
  .ja-JP .site-footer .footer-menu .item {
    width: calc(100% / 3 - 30px * 2);
    margin: 30px;
  }
  .en-US .site-footer .footer-menu .item:nth-child(1),
  .ja-JP .site-footer .footer-menu .item:nth-child(1) {
    order: 4;
  }
  .en-US .site-footer .footer-menu .item:nth-child(2),
  .ja-JP .site-footer .footer-menu .item:nth-child(2) {
    order: 1;
  }
  .en-US .site-footer .footer-menu .item:nth-child(3),
  .ja-JP .site-footer .footer-menu .item:nth-child(3) {
    order: 2;
  }
  .en-US .site-footer .footer-menu .item:nth-child(4),
  .ja-JP .site-footer .footer-menu .item:nth-child(4) {
    order: 3;
  }
  .en-US .site-footer .footer-menu .item:nth-child(5),
  .ja-JP .site-footer .footer-menu .item:nth-child(5) {
    order: 5;
  }
}
@media (max-width: 1200px) and (min-width: 941px) {
  .contact_J .site-footer__bottom {
    padding: 16px 0;
  }
  .contact_J .site-footer__bottom .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .contact_J .site-footer__bottom .col-left {
    width: 65%;
    text-align: left;
    margin-bottom: 0;
  }
  .contact_J .site-footer__bottom .col-right {
    width: 35%;
  }
  .contact_J .site-footer__bottom .footer-link {
    margin-bottom: 0;
  }
}
@media (max-width: 940px) {
  .site-footer__bottom {
    padding: 25px 0;
    text-align: center;
  }
  .site-footer__bottom .container {
    max-width: 100%;
  }
  .site-footer__bottom .group {
    display: block;
  }
  .site-footer__bottom .col-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .site-footer__bottom .col-right {
    width: 100%;
    display: block;
  }
  .site-footer__bottom .footer-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .site-footer__bottom .logo-group {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .site-footer .footer-info .inner {
    padding: 30px 60px;
  }
  .site-footer .footer-info .naip-logo {
    width: 45%;
  }
  .site-footer .footer-info .content {
    width: 55%;
  }
  .site-footer .footer-menu .inner {
    display: block;
    padding: 0;
  }
  .site-footer .footer-menu .hd {
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .site-footer .footer-menu .hd span {
    padding: 6px 26px;
    line-height: 28px;
  }
  .site-footer .footer-menu .menu li {
    padding: 0;
  }
  .site-footer .footer-menu a {
    margin: 0 0 1px;
    padding: 6px 50px 6px 50px;
    background-color: #fff;
    display: block;
  }
  .site-footer .office {
    padding: 27px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 15px;
  }

  .en-US .site-footer .footer-info .inner,
  .ja-JP .site-footer .footer-info .inner {
    display: block;
  }
  .en-US .site-footer .footer-info .naip-logo,
  .ja-JP .site-footer .footer-info .naip-logo {
    width: 397px;
  }
  .en-US .site-footer .footer-info .content,
  .ja-JP .site-footer .footer-info .content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .en-US .site-footer .footer-menu .inner,
  .ja-JP .site-footer .footer-menu .inner {
    display: block;
    margin: 0;
  }
  .en-US .site-footer .footer-menu .item,
  .ja-JP .site-footer .footer-menu .item {
    width: 100%;
    margin: 0;
  }

  .contact_J .site-footer__bottom .footer-link {
    margin-bottom: 0;
  }

  .sticky-block {
    right: 12px;
  }
  .sticky-block .pad {
    display: block;
  }
  .sticky-block.change-position {
    bottom: 150px;
  }
}
@media (max-width: 767px) {
  .site-footer .naip-logo {
    background-position: center;
    background-image: url(../images/index/naip-logo.png) !important;
    margin: 0 auto;
    width: 85px;
    height: 35px;
  }
  .site-footer .footer-info {
    position: static;
  }
  .site-footer .footer-info .inner {
    padding: 0;
  }
  .site-footer .footer-info .naip-logo {
    width: 100%;
    display: none;
  }
  .site-footer .footer-info .content {
    display: none;
  }
  .site-footer .footer-info .social-menu {
    margin-top: 0;
    position: absolute;
    bottom: 19px;
    left: 0;
    right: 0;
    width: 100%;
  }
  .site-footer .footer-info .social-menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .site-footer .footer-info .social-menu .icon {
    width: 28px;
    height: 28px;
  }
  .site-footer .office {
    padding-bottom: 66px;
  }
  .site-footer .office .inner {
    width: 236px;
  }
  .site-footer .office .icon-office {
    top: 12px;
  }
  .site-footer .office .links li {
    margin: 0 12px;
    width: calc(100% / 2 - 12px * 2);
  }

  .en-US .site-footer .footer-info .naip-logo,
  .ja-JP .site-footer .footer-info .naip-logo {
    width: 85px;
  }
  .en-US .site-footer .office .inner,
  .ja-JP .site-footer .office .inner {
    width: 310px;
  }
  .en-US .site-footer .office .links,
  .ja-JP .site-footer .office .links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .en-US .site-footer .office .links li,
  .ja-JP .site-footer .office .links li {
    margin: 0 12px;
    width: auto;
  }

  .ja-JP .site-footer .footer-info .naip-logo {
    width: 85px;
  }
  .ja-JP .site-footer .office .inner {
    width: 265px;
  }
}
@media (max-width: 640px) {
  .sticky-block {
    position: fixed;
    top: inherit;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    border-radius: 0;
  }
  .sticky-block ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .sticky-block li {
    position: relative;
    margin-bottom: 0;
    width: calc(100% / 4);
    border: 0;
  }
  .sticky-block li:first-child:before {
    display: none;
  }
  .sticky-block li:before {
    content: "";
    height: 26px;
    width: 1px;
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .sticky-block a {
    box-shadow: none;
    width: 100%;
    background-color: transparent;
    padding: 8px 0;
  }
  .sticky-block .sticky-block__close {
    display: none;
  }
  .sticky-block .mobile {
    display: block;
  }
  .sticky-block .pad {
    display: none;
  }
  .is-mobile .sticky-block .pad {
    display: none;
  }

  .sticky-tooltip {
    display: none;
  }

  .site-footer .footer-menu .hd {
    font-size: 16px;
  }
  .site-footer .footer-menu .hd span {
    line-height: 18px;
  }
  .site-footer .footer-menu .hd .icon-arrow {
    top: 6px;
  }
  .site-footer .footer-menu .menu a {
    font-size: 14px;
    padding: 5px 44px;
  }
  .site-footer .footer-menu .icon-order {
    margin-top: -6px;
    width: 16px;
    height: 16px;
    background-size: auto 14px;
    margin-left: 5px;
  }
}
@media (max-width: 480px) {
  .site-footer__bottom {
    padding: 20px 0;
    font-size: 14px;
  }
  .site-footer__bottom .container {
    padding: 0 10px;
  }
  .site-footer .footer-link li {
    padding: 0 5px;
    font-size: 12px;
  }
  .site-footer .footer-link li:before {
    height: 12px;
    top: 4px;
  }
}
@media (min-width: 1200px) {
  .to-top {
    right: calc(50% - 580px);
  }
}
@media all and (orientation: landscape) and (max-height: 600px) {
  .to-top {
    position: absolute;
  }
}
.site-header .naip-logo {
  top: 16px;
  left: 43px;
  width: 279px;
  height: 38px;
}
.zh-TW .site-header .naip-logo {
  background-image: url(../images/contact/naip-logo_C.png);
}
.zh-CN .site-header .naip-logo {
  background-image: url(../images/contact/naip-logo_D.png);
}
.en-US .site-header .naip-logo {
  background-image: url(../images/contact/naip-logo_E.png);
}
.ja-JP .site-header .naip-logo {
  background-image: url(../images/contact/naip-logo_J.png);
  width: 279px;
  height: 38px;
}

.site-footer__bottom {
  padding: 16px 0;
}
.site-footer__bottom .col-left {
  width: 65%;
}
.site-footer__bottom .col-right {
  width: 35%;
}
.site-footer .footer-link {
  margin-right: 0;
}

.pvigo-contact {
  font-size: 20px;
}
.pvigo-contact .container {
  max-width: 1480px;
}
.pvigo-contact .form-control {
  font-size: 20px;
}
.pvigo-contact .form-control:focus {
  border-color: #1E6ADC;
  box-shadow: 0 0 3px rgba(30, 106, 220, 0.5) inset, 0 0 3px rgba(30, 106, 220, 0.5);
}
.pvigo-contact select option:hover {
  background-color: #1E6ADC;
  color: #fff;
}
.pvigo-contact .icon {
  background-position: center center;
  width: 24px;
  height: 24px;
}
.pvigo-contact .icon-office {
  background-size: 22px auto;
  background-image: url(../images/contact/icon-location.svg);
  width: 32px;
  height: 32px;
}
.pvigo-contact .icon-phone {
  background-size: 22px auto;
  background-image: url(../images/contact/icon-phone.svg);
  margin-right: 10px;
}
.pvigo-contact .icon-mail {
  background-size: 24px auto;
  background-image: url(../images/contact/icon-mail.svg);
  margin-right: 10px;
}
.pvigo-contact .kv {
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
}
.pvigo-contact .kv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
}
.pvigo-contact .kv-image {
  position: relative;
  z-index: 1;
  height: 209px;
  overflow: hidden;
}
.pvigo-contact .kv-image:nth-child(1) {
  position: relative;
  z-index: 1;
}
.pvigo-contact .kv-image:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38.5%;
  height: 100%;
  display: block;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  opacity: 0;
}
.pvigo-contact .kv-image img {
  position: absolute;
  z-index: 1;
  display: block;
  margin: 0 auto;
  top: 0;
  right: 0;
  max-width: inherit;
  height: 100%;
}
.pvigo-contact .kv-main {
  background-image: url(../images/contact/contact_banner_text_C.png);
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  font-size: 0;
  color: transparent;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.zh-TW .pvigo-contact .kv-main {
  background-image: url(../images/contact/contact_banner_text_C.png);
  background-size: 207px 66px;
}
.zh-CN .pvigo-contact .kv-main {
  background-image: url(../images/contact/contact_banner_text_D.png);
  background-size: 207px 66px;
}
.en-US .pvigo-contact .kv-main {
  background-image: url(../images/contact/contact_banner_text_E.png);
  background-size: 277px 61px;
}
.ja-JP .pvigo-contact .kv-main {
  background-image: url(../images/contact/contact_banner_text_J.png);
  background-size: auto 61px;
}

.contact-form {
  padding: 40px 30px 40px;
  letter-spacing: .02em;
  /* clears the 'X' from Chrome */
}
.contact-form input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.contact-form input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.contact-form input::-webkit-search-decoration,
.contact-form input::-webkit-search-cancel-button,
.contact-form input::-webkit-search-results-button,
.contact-form input::-webkit-search-results-decoration {
  display: none;
}
.contact-form .required {
  color: #8B0000;
}
.contact-form .text-small {
  font-size: 16px;
  color: #707070;
}
.contact-form .top-text {
  color: #8B0000;
  position: relative;
  border-bottom: 2.5px solid #354E57;
  margin-bottom: 20px;
  line-height: 35px;
  font-size: 16px;
}
.contact-form .top-text:after {
  content: "";
  position: relative;
  height: 6px;
  width: 100%;
  background-color: #354E57;
  display: block;
  margin-bottom: 3px;
  margin-top: 2px;
}
.contact-form .form-label {
  font-weight: 700;
  line-height: 27px;
  display: block;
}
.contact-form .form-content {
  position: relative;
}
.contact-form .form-group {
  margin-bottom: 10px;
}
.contact-form .form-row {
  margin-right: -22px;
  margin-left: -22px;
}
.contact-form .form-row .form-group {
  padding: 0 22px;
  width: 100%;
}
.contact-form .name .form-group {
  width: 50%;
}
.contact-form .phone .form-group:nth-child(1) {
  width: 25%;
}
.contact-form .phone .form-group:nth-child(2) {
  width: 50%;
  padding-top: 27px;
}
.contact-form .phone .form-group:nth-child(3) {
  width: 25%;
  padding-top: 27px;
}
.contact-form .phone .extension {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.contact-form .phone .extension .form-label {
  white-space: nowrap;
  padding-right: 7px;
}
.contact-form .form-control-subject {
  height: 40px;
  overflow: hidden;
}
.contact-form .form-control-content {
  height: 200px;
  overflow: auto;
}
.contact-form .matter-concern {
  position: relative;
}
.contact-form .matter-concern__block {
  position: relative;
  max-width: 997px;
}
.contact-form .matter-concern__block + .matter-concern__block {
  margin-top: 6px;
}
.contact-form .matter-concern__action {
  position: absolute;
  top: 0;
  left: 100%;
  width: 40px;
}
.contact-form .matter-concern__action a {
  display: block;
  padding: 4px 0;
}
.contact-form .matter-concern__action .icon {
  margin: 0 auto;
  display: block;
}
.contact-form .matter-concern__contact-info {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 997px - 47px);
  background-color: #C5D9E0;
  letter-spacing: .05em;
  border-radius: 2px;
  text-align: center;
  padding: 4px;
}
.contact-form .matter-concern__contact-info a:hover, .contact-form .matter-concern__contact-info a:active {
  color: #000;
  text-decoration: underline;
}
.contact-form .matter-concern__contact-info .info {
  position: relative;
  padding-left: 34px;
  font-size: 20px;
  min-height: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 24px;
  text-align: left;
  word-break: break-all;
}
.contact-form .matter-concern__contact-info .info .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-form .matter-concern__contact-info .tel {
  pointer-events: none;
}
.contact-form .error-text {
  color: #DC291E;
  font-size: 16px;
  line-height: 21px;
  display: none;
  text-align: right;
}
.contact-form .error {
  position: relative;
}
.contact-form .error .error-text {
  display: inline-block;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.contact-form .error .form-control {
  border-color: #DC291E;
  box-shadow: 0 0 3px rgba(220, 41, 30, 0.5) inset, 0 0 3px rgba(220, 41, 30, 0.5);
}
.contact-form .error .custom-control-label:before {
  border-color: #DC291E;
  box-shadow: 0 0 3px rgba(220, 41, 30, 0.5) inset, 0 0 3px rgba(220, 41, 30, 0.5);
}
.contact-form .bottom {
  border: 1px solid #707070;
  padding: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.contact-form .bottom .custom-checkbox {
  margin-left: 26px;
}
.contact-form .bottom.error {
  margin-top: 45px;
  border-color: #DC291E;
  box-shadow: 0 0 3px rgba(220, 41, 30, 0.5) inset, 0 0 3px rgba(220, 41, 30, 0.5);
}
.contact-form .note {
  background-color: #E3E7E8;
  padding: 10px 26px;
  font-size: 16px;
  margin-bottom: 8px;
}
.contact-form .note ol {
  list-style: decimal;
  margin-left: 1.25em;
}
.contact-form .custom-control-label:before {
  top: 7px;
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  border-radius: 2px;
}
.contact-form .custom-control-label:after {
  top: 7px;
  width: 15px;
  height: 15px;
}
.contact-form .code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
.contact-form .code .form-label {
  white-space: nowrap;
  padding-right: 22px;
}
.contact-form .code.error .error-text {
  position: relative;
  bottom: 0;
  right: 0;
}
.contact-form .validate-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 16px;
}
.contact-form .validate-code .form-control {
  width: 130px;
  margin-right: 10px;
}
.contact-form .validate-code .image {
  width: 136px;
  margin-right: 10px;
}
.contact-form .validate-code .image img {
  display: block;
}
.contact-form .validate-code a {
  color: #1E6ADC;
  text-decoration: underline;
  margin-right: 8px;
}
.contact-form .action {
  margin-top: 33px;
}
.contact-form .btn-primary {
  width: 186px;
  min-height: 44px;
  padding: 0;
  line-height: 38px;
  border: 3px solid #5DAABE;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
  border-radius: 44px;
  background-color: #fff;
  color: #404040;
  margin: 0 auto;
  display: block;
}
.contact-form .btn-primary:hover, .contact-form .btn-primary:active {
  color: #fff;
  background-color: #8B0000;
  border-color: #8B0000;
}

.modal-backdrop.show {
  z-index: 1;
  opacity: 0.5;
}

.contact-model {
  z-index: 2;
}
.contact-model .modal-dialog {
  max-width: 528px;
  margin: 1.75rem auto;
  margin-top: 298px;
}
.contact-model .modal-content {
  border: 0;
  border-radius: 6px;
  padding: 30px;
  display: block;
  font-size: 20px;
}
.contact-model p {
  text-align: left;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.contact-model .action {
  margin-top: 30px;
}
.contact-model .btn {
  width: 130px;
  min-height: 32px;
  padding: 5px 0;
  border-radius: 22px;
  border: 2px solid #5cb0c5;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .1em;
  color: #404040;
  margin: 0 auto;
  display: block;
}
.contact-model .btn:hover, .contact-model .btn:active {
  color: #fff;
  background-color: #8B0000;
  border-color: #8B0000;
}

.is-mobile .tel {
  pointer-events: auto;
}

@media (min-width: 1921px) {
  .pvigo-contact .kv-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1201px) {
  .pvigo-contact .kv-main {
    max-width: 1200px;
  }
}
@media (max-width: 1480px) {
  .pvigo-contact .kv-image {
    height: 209px;
  }
  .pvigo-contact .kv-image img {
    top: 0;
    right: 0;
  }
  .pvigo-contact .kv-image:nth-child(1):after {
    width: 46%;
    opacity: 1;
  }
  .pvigo-contact .kv-main {
    background-position: left center;
    max-width: 900px;
  }
  .pvigo-contact .container {
    max-width: 940px;
  }

  .contact-form .form-row {
    margin-right: -9px;
    margin-left: -9px;
  }
  .contact-form .form-row .form-group {
    padding: 0 9px;
  }
  .contact-form .matter-concern__block {
    max-width: 531px;
  }
  .contact-form .matter-concern__contact-info {
    width: calc(100% - 531px - 45px);
  }
}
@media (max-width: 1280px) {
  .en-US .site-footer__bottom .col-left {
    width: calc(100% - 300px);
  }
  .en-US .site-footer__bottom .col-right {
    width: 300px;
  }
  .en-US .site-footer .footer-link {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .en-US .site-footer__bottom .col-left {
    width: 100%;
  }
  .en-US .site-footer__bottom .col-right {
    width: 100%;
  }
}
@media (max-width: 940px) {
  .site-footer__bottom .col-left {
    width: 100%;
  }
  .site-footer__bottom .col-right {
    width: 100%;
  }
  .site-footer .footer-link {
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .pvigo-contact .kv-image {
    height: 136px;
  }
  .pvigo-contact .kv-image:nth-child(1):after {
    width: 48%;
  }
  .pvigo-contact .kv-main {
    max-width: 100%;
    width: calc(100% - 50px * 2);
    background-position: left center;
  }
  .zh-TW .pvigo-contact .kv-main {
    background-size: 152px 48px;
  }
  .zh-CN .pvigo-contact .kv-main {
    background-size: 152px 48px;
  }
  .en-US .pvigo-contact .kv-main {
    background-size: 201px 45px;
  }
  .ja-JP .pvigo-contact .kv-main {
    background-size: auto 45px;
  }
}
@media (max-width: 900px) {
  .pvigo-contact .container {
    max-width: 658px;
  }
  .pvigo-contact .kv-main {
    max-width: 618px;
  }

  .contact-form .form-row {
    margin-right: -9px;
    margin-left: -9px;
  }
  .contact-form .form-row .form-group {
    padding: 0 9px;
  }
  .contact-form .phone {
    margin-right: -5px;
    margin-left: -5px;
  }
  .contact-form .phone .form-label {
    white-space: nowrap;
  }
  .contact-form .phone .form-group {
    padding: 0 5px;
  }
  .contact-form .phone .form-group:nth-child(1) {
    width: 95px;
  }
  .contact-form .phone .form-group:nth-child(2) {
    width: calc(100% - 95px - 230px);
  }
  .contact-form .phone .form-group:nth-child(3) {
    width: 230px;
  }
  .contact-form .code .form-content {
    position: static;
  }
  .contact-form .code.error {
    margin-top: 33px;
  }
  .contact-form .code.error .error-text {
    position: absolute;
    bottom: 100%;
    right: 0;
  }
  .contact-form .btn-primary {
    min-height: 38px;
    line-height: 32px;
  }
  .contact-form .matter-concern__block {
    max-width: 300px;
  }
  .contact-form .matter-concern__contact-info {
    width: calc(100% - 300px - 45px);
  }
  .contact-form .matter-concern__contact-info .info {
    font-size: 18px;
  }

  .en-US .contact-form .bottom.error {
    margin-top: 45px;
  }
  .en-US .contact-form .bottom.error {
    margin-top: 55px;
  }
}
@media (max-width: 640px) {
  .site-header .naip-logo {
    top: 11px;
    left: 29px;
    width: 178px;
    height: 24px;
  }
  .ja-JP .site-header .naip-logo {
    width: 178px;
    height: 24px;
  }

  .pvigo-contact .container {
    max-width: 340px;
  }
  .pvigo-contact .form-control {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding: 0 5px;
  }
  .pvigo-contact .kv-image {
    height: 66px;
  }
  .pvigo-contact .kv-image:nth-child(1):after {
    width: 64%;
  }
  .pvigo-contact .kv-main {
    background-position: left center;
    max-width: 300px;
    width: calc(100% - 20px * 2);
  }
  .zh-TW .pvigo-contact .kv-main {
    background-size: 93px 32px;
  }
  .zh-CN .pvigo-contact .kv-main {
    background-size: 93px 32px;
  }
  .en-US .pvigo-contact .kv-main {
    background-size: 105px 25px;
  }
  .ja-JP .pvigo-contact .kv-main {
    background-size: auto 25px;
  }

  .contact-form {
    padding: 40px 0 30px;
  }
  .contact-form .text-small {
    font-size: 12px;
  }
  .contact-form .top-text {
    margin-bottom: 10px;
    line-height: 16px;
    font-size: 12px;
  }
  .contact-form .form-label {
    font-size: 16px;
    line-height: 21px;
    display: block;
  }
  .contact-form .form-group {
    margin-bottom: 8px;
  }
  .contact-form .form-row {
    margin-right: 0;
    margin-left: 0;
  }
  .contact-form .form-row .form-group {
    padding: 0;
  }
  .contact-form .name .form-group {
    width: 100%;
  }
  .contact-form .phone .form-group:nth-child(1) {
    width: 100%;
  }
  .contact-form .phone .form-group:nth-child(2) {
    width: 100%;
    padding-top: 0;
  }
  .contact-form .phone .form-group:nth-child(3) {
    width: 100%;
    padding-top: 0;
  }
  .contact-form .phone .extension {
    display: block;
  }
  .contact-form .phone .extension .form-label {
    white-space: nowrap;
    padding-right: 0;
  }
  .contact-form .form-control-subject {
    height: 30px;
  }
  .contact-form .form-control-content {
    height: 100px;
  }
  .contact-form .matter-concern__block {
    max-width: 100%;
  }
  .contact-form .matter-concern__action {
    top: 0px;
    left: 100%;
    width: 24px;
  }
  .contact-form .matter-concern__action a {
    display: block;
    padding: 3px 0;
  }
  .contact-form .matter-concern__action .icon {
    width: 24px;
    height: 24px;
    background-size: 16px auto;
  }
  .contact-form .matter-concern__contact-info {
    position: relative;
    width: 100%;
    margin-top: 4px;
    padding: 0 5px;
  }
  .contact-form .matter-concern__contact-info .info {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 16px;
    min-height: initial;
  }
  .contact-form .matter-concern__contact-info .icon {
    width: 16px;
    height: 16px;
    background-size: 16px auto;
  }
  .contact-form .error-text {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 2px;
  }
  .contact-form .bottom {
    padding: 5px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .contact-form .bottom .custom-checkbox {
    margin-left: 6px;
  }
  .contact-form .bottom.error {
    margin-top: 36px;
  }
  .contact-form .note {
    padding: 5px;
    font-size: 14px;
  }
  .contact-form .custom-control-label {
    font-size: 16px;
  }
  .contact-form .custom-control-label:before {
    top: 5px;
  }
  .contact-form .custom-control-label:after {
    top: 5px;
  }
  .contact-form .code {
    display: block;
  }
  .contact-form .code .form-label {
    padding-right: 0;
  }
  .contact-form .code.error {
    margin-top: 13px;
  }
  .contact-form .code.error .error-text {
    position: absolute;
    bottom: calc(100% - 21px);
    right: 0;
  }
  .contact-form .validate-code {
    font-size: 16px;
  }
  .contact-form .validate-code .form-control {
    width: 100px;
    margin-right: 8px;
  }
  .contact-form .validate-code .image {
    width: 102px;
  }
  .contact-form .validate-code a {
    margin-right: 0;
  }
  .contact-form .action {
    margin-top: 30px;
  }
  .contact-form .btn-primary {
    width: 120px;
    min-height: 25px;
    border: 2px solid #5DAABE;
    font-size: 16px;
    line-height: 21px;
    border-radius: 25px;
    padding: 0;
  }

  .en-US .pvigo-contact .form-label {
    font-size: 14px;
  }
  .en-US .contact-form .text-small {
    letter-spacing: 0;
  }
  .en-US .contact-form .error-text {
    letter-spacing: 0;
  }
  .en-US .contact-form .bottom.error {
    margin-top: 36px;
  }
  .en-US .contact-form .bottom.error .error-text {
    letter-spacing: -.02em;
  }

  .ja-JP .contact-form .validate-code .form-control {
    width: 90px;
  }
  .ja-JP .contact-form .validate-code a {
    font-size: 14px;
    width: calc(100% - 98px - 112px);
  }
  .ja-JP .contact-form .bottom.error .error-text {
    letter-spacing: -.01em;
  }

  .contact-model .modal-dialog {
    max-width: 300px;
    margin-top: 230px;
  }
  .contact-model .modal-content {
    padding: 30px 19px;
    font-size: 16px;
  }
  .contact-model .btn {
    width: 120px;
    min-height: 25px;
    border: 2px solid #5DAABE;
    font-size: 16px;
    line-height: 21px;
    border-radius: 25px;
    padding: 0;
  }
}
@media (max-width: 374px) {
  .site-header .naip-logo {
    left: 20px;
  }
}
@media (max-width: 360px) {
  .site-header .naip-logo {
    left: 20px;
  }

  .pvigo-contact .kv-main {
    max-width: 300px;
    width: calc(100% - 20px * 2);
  }
  .pvigo-contact .container {
    max-width: calc(100% - 20px * 2);
    width: 300px;
  }

  .contact-form .validate-code {
    font-size: 14px;
  }
  .contact-form .validate-code .form-control {
    width: 72px;
  }
  .contact-form .validate-code .image {
    width: 102px;
  }
  .contact-form .validate-code a {
    white-space: nowrap;
  }

  .en-US .contact-form .bottom.error {
    margin-top: 55px;
  }

  .ja-JP .contact-form .validate-code .form-control {
    width: 70px;
  }
  .ja-JP .contact-form .validate-code .image {
    width: 90px;
  }
  .ja-JP .contact-form .validate-code a {
    width: calc(100% - 78px - 102px);
    white-space: inherit;
  }
}
