/* -------------------------------------------------------------
  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

------------------------------------------------------------- */
.serviceHotline {
  position: relative;
  font-size: 20px;
  line-height: 1.75;
  color: #404040;
}
.serviceHotline .container {
  max-width: 1440px;
}
.serviceHotline a {
  color: #404040;
  text-decoration: none;
}
.serviceHotline .version {
  position: absolute;
  bottom: 0;
  left: 0;
}
.serviceHotline .lg-view {
  display: block;
}
.serviceHotline .sm-view {
  display: none;
}
.serviceHotline .kv {
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
}
.serviceHotline .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;
}
.serviceHotline .kv-image {
  position: relative;
  z-index: 1;
  height: 209px;
  overflow: hidden;
}
.serviceHotline .kv-image img {
  position: absolute;
  z-index: 1;
  display: block;
  margin: 0 auto;
  top: 0;
  right: 0;
  max-width: inherit;
  height: 100%;
}
.serviceHotline .kv-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/serviceHotline/serviceHotline_bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  z-index: 2;
}
.serviceHotline .kv-main {
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1110px;
  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%);
  z-index: 2;
  pointer-events: none;
}
.serviceHotline .kv-main:before {
  display: none;
}
.zh-TW .serviceHotline .kv-main {
  background-image: url(../images/serviceHotline/serviceHotline_banner_text_C.png);
  background-size: 207px auto;
}
.zh-CN .serviceHotline .kv-main {
  background-image: url(../images/serviceHotline/serviceHotline_banner_text_D.png);
  background-size: 207px auto;
}
.en-US .serviceHotline .kv-main {
  background-image: url(../images/serviceHotline/serviceHotline_banner_text_E.png);
  background-size: 376px auto;
}
.ja-JP .serviceHotline .kv-main {
  background-image: url(../images/serviceHotline/serviceHotline_banner_text_J.png);
  background-size: 416px auto;
}
.serviceHotline .text-block {
  display: inline-block;
}
.serviceHotline .icon {
  width: 24px;
  height: 24px;
  background-position: center;
}
.serviceHotline .icon-office {
  background-image: url(../images/contact/icon-location.svg);
}
.serviceHotline .icon-phone {
  background-image: url(../images/contact/icon-phone.svg);
}
.serviceHotline .icon-mail {
  background-image: url(../images/contact/icon-mail.svg);
}
.serviceHotline .section {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0;
  min-height: 300px;
  letter-spacing: .02em;
}
.serviceHotline .section-header {
  margin-bottom: 60px;
}
.serviceHotline .section .title {
  position: relative;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0;
}
.serviceHotline .section .title:before {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  width: 40px;
  height: 6px;
  background-color: #5CB0C5;
  border-radius: 3px;
}
.serviceHotline .section-top {
  padding: 67px 0;
  background-color: #F5F5F5;
  line-height: 25px;
  min-height: inherit;
}
.serviceHotline .section-top:before, .serviceHotline .section-top:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
}
.serviceHotline .section-top:before {
  right: 100%;
}
.serviceHotline .section-top:after {
  left: 100%;
}
.serviceHotline .section-top p + p {
  margin-top: 16px;
}
.serviceHotline .section-patent {
  padding-bottom: 50px;
}
.serviceHotline .section-renewals {
  background-color: #F5F5F5;
  padding-bottom: 98px;
}
.serviceHotline .section-renewals:before, .serviceHotline .section-renewals:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
}
.serviceHotline .section-renewals:before {
  right: 100%;
}
.serviceHotline .section-renewals:after {
  left: 100%;
}
.serviceHotline .section-trademark {
  padding-bottom: 75px;
}
.serviceHotline .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.serviceHotline .grid-left {
  width: 475px;
}
.serviceHotline .grid-right {
  position: relative;
  width: calc(100% - 475px);
  padding-left: 35px;
  padding-right: 200px;
}
.serviceHotline .action {
  position: absolute;
  right: 0;
  bottom: 0;
}
.serviceHotline .btn-primary {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  width: 186px;
  height: 44px;
  border: 3px solid #5DAABE;
  background-color: #fff;
  color: #404040;
  line-height: 38px;
  font-size: 20px;
  letter-spacing: .1em;
  border-radius: 44px;
  padding: 0 8px;
  text-decoration: none;
}
.serviceHotline .btn-primary + .btn-primary {
  margin-top: 16px;
}
.serviceHotline .btn-primary.onlineOrder {
  background-color: #FFE9E9;
  letter-spacing: .05em;
}
.serviceHotline .btn-primary:hover, .serviceHotline .btn-primary:active {
  background-color: #8B0000;
  color: #fff;
  border-color: #8B0000;
}
.serviceHotline .item {
  line-height: 25px;
  letter-spacing: 0;
}
.serviceHotline .item + .item {
  margin-top: 40px;
}
.serviceHotline .item .main-text {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.serviceHotline .item .main-text .office {
  display: none;
}
.serviceHotline .item .sub-text {
  margin-bottom: 10px;
}
.serviceHotline .item .office {
  position: relative;
  top: -4px;
  margin-left: 5px;
}
.serviceHotline .item .office:hover, .serviceHotline .item .office:active {
  filter: brightness(1.2);
}
.serviceHotline .info {
  list-style: none;
  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;
  max-width: 565px;
}
.serviceHotline .info a:hover, .serviceHotline .info a:active {
  color: #404040;
  text-decoration: underline;
}
.serviceHotline .info li {
  position: relative;
  padding-left: 30px;
}
.serviceHotline .info .icon {
  position: absolute;
  top: 1px;
  left: 0;
}
.serviceHotline .tel {
  pointer-events: none;
}
.is-mobile .serviceHotline .tel {
  pointer-events: auto;
}

.en-US .serviceHotline {
  font-family: arial;
}
.en-US .serviceHotline .section-patent {
  padding-bottom: 30px;
}
.en-US .serviceHotline .section-patent .grid-right {
  padding-right: 0;
  padding-bottom: 75px;
}
.en-US .serviceHotline .section-renewals {
  padding-bottom: 69px;
}
.en-US .serviceHotline .section-trademark {
  padding-bottom: 40px;
}

@media (min-width: 1921px) {
  .serviceHotline .kv-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1200px) {
  .serviceHotline .kv-main {
    max-width: 900px;
  }
  .serviceHotline .container {
    max-width: 940px;
  }
  .serviceHotline .section {
    max-width: 900px;
  }
  .serviceHotline .section-patent {
    padding-bottom: 73px;
  }
  .serviceHotline .section-renewals {
    padding-bottom: 73px;
  }
  .serviceHotline .section-trademark {
    padding-bottom: 60px;
  }
  .serviceHotline .grid {
    display: block;
  }
  .serviceHotline .grid-left {
    width: 100%;
  }
  .serviceHotline .grid-right {
    width: 100%;
    padding-left: 0;
    margin-top: 45px;
  }

  .en-US .serviceHotline .section-patent {
    padding-bottom: 35px;
  }
  .en-US .serviceHotline .section-patent .grid-right {
    padding-bottom: 70px;
  }
  .en-US .serviceHotline .section-renewals {
    padding-bottom: 54px;
  }
  .en-US .serviceHotline .section-renewals .grid-left {
    max-width: 600px;
  }
  .en-US .serviceHotline .section-trademark {
    padding-bottom: 48px;
  }
  .en-US .serviceHotline .section-trademark .grid-left {
    max-width: 560px;
  }
}
@media (max-width: 960px) {
  .serviceHotline {
    font-size: 17px;
  }
  .serviceHotline .kv-image {
    height: 138px;
  }
  .serviceHotline .kv-main {
    width: calc(100% - 7.8% * 2);
  }
  .zh-TW .serviceHotline .kv-main {
    background-size: 152px auto;
  }
  .zh-CN .serviceHotline .kv-main {
    background-size: 152px auto;
  }
  .en-US .serviceHotline .kv-main {
    background-size: 275px auto;
  }
  .ja-JP .serviceHotline .kv-main {
    background-size: 229px auto;
  }
  .serviceHotline .container {
    padding: 0 7.8%;
  }
  .serviceHotline .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .serviceHotline .section-header {
    margin-bottom: 44px;
  }
  .serviceHotline .section .title {
    font-size: 26px;
    line-height: 33px;
  }
  .serviceHotline .section-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .serviceHotline .section-top p + p {
    margin-top: 34px;
  }
  .serviceHotline .grid {
    display: block;
  }
  .serviceHotline .grid-left {
    width: 100%;
  }
  .serviceHotline .grid-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
  }
  .serviceHotline .item .main-text {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .serviceHotline .item .office {
    top: -2px;
  }
  .serviceHotline .icon {
    width: 20px;
    height: 20px;
  }
  .serviceHotline .info {
    max-width: 482px;
  }
  .serviceHotline .info .icon {
    top: 3px;
  }
  .serviceHotline .action {
    position: relative;
    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: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
  }
  .serviceHotline .btn-primary {
    width: 155px;
    height: 38px;
    border: 2px solid #5DAABE;
    line-height: 34px;
    font-size: 20px;
    letter-spacing: .1em;
    border-radius: 38px;
    margin: 0 15px;
  }
  .serviceHotline .btn-primary + .btn-primary {
    margin-top: 0;
  }

  .en-US .serviceHotline .section-top {
    padding-top: 52px;
    padding-bottom: 52px;
    font-size: 18px;
    line-height: 24px;
  }
  .en-US .serviceHotline .section-top p + p {
    margin-top: 8px;
  }
  .en-US .serviceHotline .section-patent {
    padding-bottom: 40px;
  }
  .en-US .serviceHotline .section-patent .grid-right {
    padding-bottom: 0;
  }
  .en-US .serviceHotline .section-renewals {
    padding-bottom: 40px;
  }
  .en-US .serviceHotline .section-renewals .grid-left {
    max-width: 100%;
  }
  .en-US .serviceHotline .section-trademark {
    padding-bottom: 40px;
  }
  .en-US .serviceHotline .section-trademark .grid-left {
    max-width: 100%;
  }
  .en-US .serviceHotline .item .main-text .office {
    display: inline-block;
  }
  .en-US .serviceHotline .item .sub-text .office {
    display: none;
  }
  .en-US .serviceHotline .btn-primary.onlineOrder {
    letter-spacing: .02em;
  }

  .ja-JP .serviceHotline .btn-primary.onlineOrder {
    letter-spacing: -.05em;
  }
}
@media (max-width: 767px) {
  .serviceHotline {
    font-size: 16px;
    line-height: 24px;
  }
  .serviceHotline .kv-main {
    width: calc(100% - 30px * 2);
  }
  .serviceHotline .container {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .serviceHotline .kv-image {
    height: 66px;
  }
  .serviceHotline .kv-image:before {
    background-image: url(../images/serviceHotline/serviceHotline_bg_s.png);
  }
  .zh-TW .serviceHotline .kv-main {
    background-size: 101px auto;
  }
  .zh-CN .serviceHotline .kv-main {
    background-size: 101px auto;
  }
  .en-US .serviceHotline .kv-main {
    background-size: 184px auto;
  }
  .ja-JP .serviceHotline .kv-main {
    background-size: 153px auto;
  }
  .serviceHotline .lg-view {
    display: none;
  }
  .serviceHotline .sm-view {
    display: block;
  }
  .serviceHotline .section {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 100%;
  }
  .serviceHotline .section-header {
    margin-bottom: 30px;
  }
  .serviceHotline .section .title {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
  .serviceHotline .section .title:before {
    left: calc(50% - 25px / 2);
    width: 25px;
    height: 5px;
  }
  .serviceHotline .section-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .serviceHotline .section-top p + p {
    margin-top: 8px;
  }
  .serviceHotline .grid-right {
    margin-top: 20px;
  }
  .serviceHotline .item {
    line-height: 20px;
  }
  .serviceHotline .item + .item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #B8B8B8;
  }
  .serviceHotline .item .main-text {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .serviceHotline .item .main-text .office {
    display: inline-block;
  }
  .serviceHotline .item .sub-text {
    line-height: 22px;
    margin-bottom: 20px;
  }
  .serviceHotline .item .sub-text span {
    display: block;
  }
  .serviceHotline .item .sub-text .office {
    display: none;
  }
  .serviceHotline .item .office {
    top: -2px;
    margin-left: 5px;
  }
  .serviceHotline .info {
    max-width: 100%;
    display: block;
  }
  .serviceHotline .info li + li {
    margin-top: 10px;
  }
  .serviceHotline .info .icon {
    top: 0;
  }
  .serviceHotline .action {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: 10px;
    width: calc(100% + 10px * 2);
  }
  .serviceHotline .btn-primary {
    width: 120px;
    height: 25px;
    border: 2px solid #5DAABE;
    line-height: 21px;
    font-size: 16px;
    letter-spacing: .1em;
    border-radius: 25px;
    margin: 0 10px;
  }
  .serviceHotline .btn-primary + .btn-primary {
    margin-top: 0;
  }

  .en-US .serviceHotline .section-top {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 20px;
  }
  .en-US .serviceHotline .section-top p + p {
    margin-top: 15px;
  }
  .en-US .serviceHotline .section-patent {
    padding-bottom: 30px;
  }
  .en-US .serviceHotline .section-renewals {
    padding-bottom: 30px;
  }
  .en-US .serviceHotline .section-trademark {
    padding-bottom: 30px;
  }
  .en-US .serviceHotline .item .main-text {
    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;
  }
  .en-US .serviceHotline .item .main-text span:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .en-US .serviceHotline .item .main-text .office {
    order: 1;
  }
  .en-US .serviceHotline .item .sub-text .office {
    display: none;
  }
  .en-US .serviceHotline .btn-primary {
    font-size: 16px;
    letter-spacing: .1em;
  }
  .en-US .serviceHotline .btn-primary.onlineOrder {
    letter-spacing: .05em;
    padding: 0;
  }

  .ja-JP .serviceHotline .btn-primary {
    font-size: 16px;
    letter-spacing: .05em;
    padding: 0;
  }
  .ja-JP .serviceHotline .btn-primary.onlineOrder {
    letter-spacing: -.05em;
    padding: 0;
  }
}
