.bg-light {
  background-color: #fff !important;
}

.global-wrap {
  background-color: #F7F9FA;
}

.titlebar {
  background-image: url(../../images/global-title-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

@media (max-width: 991.98px) {
  .global-wrap {
    margin: 5.3vw 0;
    padding: 1.3vw 0 5.3vw;
  }
  .global {
    padding: 4vw;
  }
  .global .titlebar {
    width: 68.3vw;
    height: 9.1vw;
    margin: 0 auto 4vw;
    font-size: 4.3vw;
    line-height: 9.1vw;
  }
  .global .company-name img {
    width: 19.4vw;
  }
  .global .company-name div {
    width: 100%;
    font-weight: bold;
    font-size: 3.7vw;
    color: #374649;
    margin-top: 2.7vw;
  }
  .global .company-content {
    font-weight: 400;
    font-size: 3.7vw;
    color: #5A6875;
    line-height: 6.4vw;
    margin-top: 1.9vw;
  }
  .global .company-remark {
    font-weight: 500;
    font-size: 3.2vw;
    color: #0E4BA3;
    line-height: 4.8vw;
    margin-top: 1vw;
  }
  .map {
    position: relative;
    width: 92vw;
    height: 42vw;
  }
  .map::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/world.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .info-wrap {
    width: 100%;
    height: 46vw;
    padding: 0 4vw;
    margin-top: 4vw;
  }
  .info-wrap .map-info {
    width: 86vw;
    height: 46vw;
    background: #F6FAFF;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 3px 0px rgba(75, 108, 180, 0.2), inset 0px -3px 3px 0px rgba(75, 108, 180, 0.2), inset 3px 0px 3px 0px rgba(75, 108, 180, 0.2), inset -3px 0px 3px 0px rgba(75, 108, 180, 0.2);
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 3px 0px rgba(75, 108, 180, 0.2), inset 0px -3px 3px 0px rgba(75, 108, 180, 0.2), inset 3px 0px 3px 0px rgba(75, 108, 180, 0.2), inset -3px 0px 3px 0px rgba(75, 108, 180, 0.2);
    border-radius: 2.1vw;
    border: 1.1vw solid #FFFFFF;
    padding: 2vw;
    cursor: pointer;
  }
  .info-wrap .map-info .info-name {
    position: relative;
    font-weight: 500;
    font-size: 3.2vw;
    color: #496CC5;
    padding-bottom: 2vw;
  }
  .info-wrap .map-info .info-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10.6vw;
    height: 1.1vw;
    background: #4B6CB4;
    border-radius: 1.3vw;
  }
  .info-wrap .map-info .info-row {
    font-weight: 400;
    font-size: 3vw;
    color: #5A6875;
    line-height: 5vw;
    margin-top: 2.5vw;
    word-break: break-all;
  }
  .data {
    padding: 4vw 4vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .data .item {
    width: calc((100% - 27vw) / 4);
  }
  .data .item .img {
    width: 8.5vw;
    height: 8.5vw;
    margin: 0 auto;
  }
  .data .item .img img {
    width: 100%;
    height: 100%;
  }
  .data .item .num {
    width: 100%;
    font-weight: bold;
    font-size: 3.7vw;
    color: #374649;
    text-align: center;
    margin: 1.2vw 0;
  }
  .data .item .word {
    width: 100%;
    font-weight: 400;
    font-size: 3.2vw;
    color: #5A6875;
    text-align: center;
  }
  .data .item .word-en {
    width: 100%;
    font-weight: 400;
    font-size: 1.6vw;
    color: #5A6875;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .global-wrap {
    margin: 60px 0 80px;
    padding: 2.6vw 0 2.1vw;
  }
  .global-wrap .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .titlebar {
    width: 43.8%;
    height: 4vw;
    margin: 0 auto 3vw;
    font-size: 1.9vw;
    line-height: 4vw;
  }
  .company-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company-name img {
    width: 4.6vw;
  }
  .company-name div {
    font-weight: bold;
    font-size: 1.3vw;
    color: #374649;
  }
  .company-content {
    font-weight: 400;
    font-size: 0.8vw;
    color: #5A6875;
    line-height: 1.2vw;
    margin-top: 1.5vw;
  }
  .company-remark {
    font-weight: 500;
    font-size: 0.8vw;
    color: #0E4BA3;
    line-height: 1.2vw;
    margin: 1vw 0 2.6vw;
  }
  .map-container {
    position: relative;
    width: 100%;
    height: 44vw;
  }
  .map-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/world.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .map-container .map {
    width: 100%;
    height: 100%;
  }
  .map-container .map-info {
    position: absolute;
    left: 5.5vw;
    bottom: 5vw;
    width: 20.5vw;
    background: #F6FAFF;
    -webkit-box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 3px 0px rgba(75, 108, 180, 0.2), inset 0px -3px 3px 0px rgba(75, 108, 180, 0.2), inset 3px 0 3px 0px rgba(75, 108, 180, 0.2), inset -3px 0 3px 0px rgba(75, 108, 180, 0.2);
            box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 3px 0px rgba(75, 108, 180, 0.2), inset 0px -3px 3px 0px rgba(75, 108, 180, 0.2), inset 3px 0 3px 0px rgba(75, 108, 180, 0.2), inset -3px 0 3px 0px rgba(75, 108, 180, 0.2);
    border-radius: 0.4vw;
    border: 0.3vw solid #FFFFFF;
    padding: 1vw;
  }
  .map-container .map-info .info-name {
    position: relative;
    font-weight: 500;
    font-size: 0.9vw;
    color: #496CC5;
    padding-bottom: 0.8vw;
  }
  .map-container .map-info .info-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.1vw;
    height: 0.3vw;
    background: #4B6CB4;
    border-radius: 0.3vw;
  }
  .map-container .map-info .info-row {
    font-weight: 400;
    font-size: 0.8vw;
    color: #5A6875;
    line-height: 1.3vw;
    margin-top: 1vw;
  }
  .data {
    padding: 1.6vw 5.3vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .data .item {
    width: calc((100% - 13vw) / 4);
  }
  .data .item .img {
    width: 4.2vw;
    height: 4.2vw;
    margin: 0 auto;
  }
  .data .item .img img {
    width: 100%;
    height: 100%;
  }
  .data .item .num {
    width: 100%;
    font-weight: bold;
    font-size: 2.5vw;
    color: #374649;
    text-align: center;
    margin: 1vw 0;
  }
  .data .item .word {
    width: 100%;
    font-weight: 400;
    font-size: 0.8vw;
    color: #5A6875;
    text-align: center;
  }
  .data .item .word-en {
    width: 100%;
    font-weight: 400;
    font-size: 0.6vw;
    color: #5A6875;
    text-align: center;
  }
}