.page-template-global {
    background-image: url('../images/global-bg.png');
    background-size: cover;
}
.page-global {
    color: #FFF;
    position: relative;
    overflow: hidden;
    padding-top: 213px;
}
.page-global .globe-img {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    height: auto;
    width: 100%;
}
.page-global .page-title-section {
    position: relative;
    z-index: 5;
}
.page-global .page-title-section .desc {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.02em;
}
.page-global .page-title {
    margin: 16px 0 15px;
}
.page-global .globe {
    position: relative;
}
.page-global .inner-globe {
    position: relative;
    margin-top: -188px;
}
.page-global .location {
    position: absolute;
    width: 100%;
}
.page-global .location-position {
    position: absolute;
    width: 100%;
    top: 33%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    margin: 0 auto;
    z-index: 4;
}
.page-global .globe-image {
    pointer-events: none;
}
.location-position .item {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-align: center;
    width: auto;
    position: absolute;
    z-index: 10;
    transition: 0.3s all;
}
.location-position .item.hide {
    opacity: 0;
    visibility: hidden;
}
.location-position .location-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-right: 15px;
}
.location-position .item[data-locate="vietnam"] {
    left: 45.8%;
    top: 21.4%;
}
.location-position .item[data-locate="japan"] {
    left: 52.7%;
    top: 8.5%;
}
.location-position .item[data-locate="hongkong"] {
    left: 48.6%;
    top: 15.4%;
}
.location-position .item[data-locate="shanghai"] {
    right: 48.1%;
    top: 9.4%;
    justify-content: flex-end;
}
.location-position .item[data-locate="shenzhen"] {
    right: 51.8%;
    top: 14.1%;
    justify-content: flex-end;
}
.no-scroll {
    overflow: hidden;
}
.location-popup {
    max-width: 987px;
    margin: 0 auto;
    position: fixed;
    z-index: 9999991;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
}
.location-popup .container {
    padding: 0 20px;
}
.location-popup.show {
    opacity: 1;
    visibility: visible;
}
.location-popup .item {
    color: #26454A;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 45px;
    display: none;
}
.location-popup .item.show {
    display: block !important;
}
.location-popup .top-part {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.location-popup .mid-part {
    display: flex;
}
.location-popup .mid-part .left-col {
    width: 63%;
    padding-right: 5px;
}
.location-popup .mid-part .right-col {
    width: 37%;
}
.location-popup .bot-part {
    text-align: right;
    margin-top: 4px;
}
.location-popup img {
    width: 100%;
    height: auto;
    clip-path: polygon(22% 0, 88% 0px, 87.89% 41.81%, 100.36% 55.14%, 100% 100%, 34% 100%, 0px 100%, 0px 25%);
}
.location-popup .social {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.location-popup .social .s-item {
    position: relative;
    padding-left: 36px;
    letter-spacing: 0;
}
.location-popup .social .s-item.map {
    padding-right: 10%;
}
.location-popup .social .s-item:not(:last-child) {
    margin-bottom: 10px;
}
.location-popup .featured-img {
    margin: 17px 0;
}
.location-popup a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s all;
    display: inline-block;
}
.location-popup .social .s-item::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
}
.location-popup .social .map::before {
    background-image: url('../images/icon-map.svg');
}
.location-popup .social .phone::before {
    background-image: url('../images/icon-phone.svg');
}
.location-popup .social .whatsapp::before {
    background-image: url('../images/icon-whatsapp.svg');
}
.location-popup .social .mail::before {
    background-image: url('../images/icon-mail.svg');
}
.location-popup .social .fax::before {
    background-image: url('../images/icon-fax.svg');
}
.location-popup .head-office {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.location-popup .office-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.02em;
    margin-bottom: 29px;
    color: #27919C;
}
.location-popup .next-btn a {
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    position: relative;
    padding-right: 28px;
}
.location-popup .next-btn a::after {
    content: '';
    background-image: url('../images/arrow-darkblue.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 22px;
    height: 8px;
    right: -2px;
    top: 8px;
    transition: 0.3s all;
}
.location-popup .next-btn a:hover::after {
    background-image: url('../images/arrow-darkblue-hover.svg');
    right: -10px;
}
.location-popup .close-btn {
    cursor: pointer;
}
.location-popup a:hover {
    color: #3DDBD1;
}
.location-popup .circle {
    transition: 0.3s all;
}
.location-popup .close-btn:hover .circle {
    fill: #3DDBD1;
}
.location-position .container {
    max-width: 1080px;
}
.location-position .item[data-locate="vietnam"],
.location-position .item[data-locate="hongkong"],
.location-position .item[data-locate="south-korea"],
.location-position .item[data-locate="japan"] {
    flex-direction: row-reverse;
}
.location-position .item[data-locate="vietnam"] .location-name,
.location-position .item[data-locate="hongkong"] .location-name,
.location-position .item[data-locate="south-korea"] .location-name,
.location-position .item[data-locate="japan"] .location-name {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
}
@media (min-width:391px) {
    .page-global .mobile {
        display: none;
    }
    .page-global .globe-img,
    .page-global .location-position {
        width: 1024px;
    }
}
@media (min-width:1025px) {
    .page-global .tablet {
        display: none;
    }
    .page-global .globe-img,
    .page-global .location-position {
        width: 1440px;
    }
}
@media (max-width:1024px) {
    .desktop {
        display: none;
    }
    .page-global .inner-globe {
        margin-top: -13px;
    }
    .location-position .item[data-locate="japan"] {
        left: 55%;
        top: 8.8%;
    }
    .location-position .item[data-locate="shanghai"] {
        right: 46.1%;
        top: 9.8%;
    }
    .location-position .item[data-locate="shenzhen"] {
        right: 51.3%;
        top: 14.9%;
    }
    .location-position .item[data-locate="hongkong"] {
        left: 49.2%;
        top: 16.3%;
    }
    .location-position .item[data-locate="vietnam"] {
        top: 22.8%;
        left: 45.3%;
    }
    .page-global #breadcrumbs {
        display: none;
    }
    .page-global {
        padding-top: 148px;
    }
}
@media (max-width:767px) {
    .page-global .page-title {
        margin-bottom: 25px;
    }
    .page-global .page-title-section .desc {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    .location-popup .item {
        padding: 37px 20px;
        backdrop-filter: blur(4px);
        max-height: 70vh;
        overflow-y: auto;
    }
    .location-popup .mid-part {
        display: block;
    }
    .location-popup .mid-part .left-col {
        width: 100%;
        padding-right: 0;
    }
    .location-popup .mid-part .right-col {
        width: 100%;
    }
    .location-popup .head-office {
        font-size: 18px;
    }
    .location-popup .office-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 23px;
    }
    .location-popup .social {
        font-size: 16px;
        line-height: 24px;
    }
    .location-popup .social .s-item {
        padding-left: 38px;
    }
    .location-popup .social .s-item.map {
        padding-right: 0;
        letter-spacing: -0.02em;
    }
    .location-popup .social .s-item:not(:last-child) {
        margin-bottom: 13px;
    }
    .location-popup .featured-img {
        margin-top: 28px;
    }
    .location-popup .bot-part {
        margin-top: 24px;
    }
    .page-global {
        padding-top: 95px;
    }
}
@media (max-width:390px) {
    .page-global .inner-globe {
        margin-top: -144px;
    }
    .page-global .tablet {
        display: none;
    }
    .page-global .globe-img,
    .page-global .location-position {
        width: 390px;
    }
    .location-position .item[data-locate="shanghai"] {
        right: 38.4%;
        top: 11%;
    }
    .location-position .item[data-locate="shenzhen"] {
        right: 52.4%;
        top: 16.2%;
    }
    .location-position .item[data-locate="vietnam"] {
        left: 39%;
        top: 24.1%;
    }
    .location-position .item[data-locate="hongkong"] {
        left: 49%;
        top: 17.5%;
    }
    .location-position .item[data-locate="japan"] {
        left: 64.3%;
        top: 10.1%;
    }
}