@font-face {
    font-family: 'mBlack';
    src: url("/assets/vendor/fonts/Mulish/Mulish-Black.ttf");
}

@font-face {
    font-family: 'mBold';
    src: url("/assets/vendor/fonts/Mulish/Mulish-Bold.ttf");
}

@font-face {
    font-family: 'mRegular';
    src: url("/assets/vendor/fonts/Mulish/Mulish-Regular.ttf");
}

@font-face {
    font-family: 'msBold';
    src: url("/assets/vendor/fonts/Mulish/Mulish-SemiBold.ttf");
}

@font-face {
    font-family: 'meBold';
    src: url("/assets/vendor/fonts/Mulish/Mulish-ExtraBold.ttf");
}

@font-face {
    font-family: 'rBlack';
    src: url("/assets/vendor/fonts/Roboto/Roboto-Black.ttf");
}

@font-face {
    font-family: 'rBold';
    src: url("/assets/vendor/fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: 'rRegular';
    src: url("/assets/vendor/fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: 'rMedium';
    src: url("/assets/vendor/fonts/Noto/NotoSansSC-Medium.otf");
}

@font-face {
    font-family: 'nBlack';
    src: url("/assets/vendor/fonts/Noto/NotoSansSC-Black.otf");
}

@font-face {
    font-family: 'nBold';
    src: url("/assets/vendor/fonts/Noto/NotoSansSC-Bold.otf");
}

@font-face {
    font-family: 'nRegular';
    src: url("/assets/vendor/fonts/Noto/NotoSansSC-Regular.otf");
}

@font-face {
    font-family: 'nMedium';
    src: url("/assets/vendor/fonts/Noto/NotoSansSC-Medium.otf");
}

.mBlack{
    font-family: "mBlack";
}

.meBold{
    font-family: "meBold";
}

.mBold{
    font-family: "mBold";
}

.msBold{
    font-family: "msBold";
}

.mRegular{
    font-family: "mRegular";
}

.rBlack{
    font-family: "rBlack";
}

.rBold{
    font-family: "rBold";
}

.rRegular{
    font-family: "rRegular";
}

.rMedium{
    font-family: "rMedium";
    font-weight: 800;
}

.nBlack{
    font-family: "nBlack" !important;
}

.nBold{
    font-family: "nBold" !important;
}

.nRegular{
    font-family: "nRegular" !important;
}

.nMedium{
    font-family: "nMedium" !important;
    font-weight: 800;
}

.w-10{
    width: 10%;
}

.w-20{
    width: 20%;
}

.w-30{
    width: 30%;
}

.w-40{
    width: 40%;
}

.w-60{
    width: 60%;
}

.w-65{
    width: 65%;
}

.w-70{
    width: 70%;
}

.w-80{
    width: 80%;
}

.my-lg-10{
    margin: 6rem 0;
}

body{
    overflow-x: hidden;
    font-size: 0.8vw;
}

a:hover{
    text-decoration-line: none;
}

.themeColor{
    color: #71A850 !important;
}

.titleColor{
    color: #333333 !important;
}

.text-black{
    color: black !important;
}

.text-grey{
    color: #B2B2B2;
}

.text-white{
    color: white;
}

.text-italic{
    font-style: italic;
}

.bg-black{
    background-color: black;
}

.bgThemeColor{
    background-color: #EEA240;
}

.bg-grey{
    background-color: #F9F9F9;
}

.nowrap{
    white-space: nowrap;
}

.cursorpointer{
    cursor: pointer;
}

.textareaSize{
    min-height: 7vw;
    max-height: 7vw;
    min-width: 100%;
    max-width: 100%;
}

.ymborder-top{
    border-top: 0.2vw solid #333333;
}

.btnYmHref{
    background-color: #71A850;
    color: white;
    padding: 1vw;
    border: none;
    cursor: pointer;
}

.btnYmSubmit{
    background-color: #71A850;
    color: white;
    padding: 0.6vw 1.4vw;
    border: none;
    cursor: pointer;
}

.footerBg{
    background-color: #333333;
}

.navbar-container{
    padding: 0 4vw;
}

.Langchange{
    background-color: #333333;
    color: white;
    font-family: 'meBold';
    padding: 0.2vw 0.4vw;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0 4vw;
}

.navbar{
    background-color: #F7F9F5;
}

.navbarImg{
    width: 45%;
    margin-right: 8vw;
}

ul.navbar-nav li a{
    margin: 0 1vw;
}

ul.navbar-nav li.active a{
    border-bottom: 1px solid black;
}

ul.navbar-nav li a:hover{
    border-bottom: 1px solid black;
}

ul#otherNavbar li.active a{
    border-bottom: 1px solid white;
}

ul#otherNavbar li a:hover{
    border-bottom: 1px solid white;
}

button:focus {
    outline: unset;
}

.copyrightText{
    font-size: 0.6vw;
    color: white;
}

.specialText{
    font-size: 1vw;
}

.contactTitlezh{
    font-size: 1.5vw;
}

.modalText{
    font-size: 1.5vw;
}

.footerOP{
    width: 75%;
    margin: 0 auto;
    height: 100%;
}

.footercontainer{
    max-width: 1600px;
    margin: 0 auto;
}

.footerFlex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.footerIcon{
    font-size: 1vw;
    padding-right: 1vw;
}

.footerButton{
    border: 2px solid white;
    color: white;
    padding: 0.5vw 1vw;
}

.footerButton:hover{
    border: 2px solid white;
    color: white;
    background-color: #71A850;
    padding: 0.5vw 1vw;
}

.footerSpacing{
    padding: 3vw 0;
}

.carousel-caption{
    left: 8vw;
    bottom: unset;
    top: 9vw;
    text-align: left !important;
    width: 35%;
}

.lgValignB{
    vertical-align: bottom;
}

ul {
    margin: 0;
}

ul.dashed {
    list-style-type: none;
}

ul.dashed > li {
    text-indent: -5px;
}

ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
}

.iconBox{
    width: 1.5vw;
    height: 1.5vw;
    border: none;
    border-radius: 50%;
    text-align: center;
    background-color: white;
    line-height: 1.5vw;
    margin: 0.5vw 0.2vw 0;
}

.carousel-control-next, .carousel-control-prev{
    bottom: 0;
    top: unset;
    padding: 1.5vw;
    background-color: white;
    width: 4vw;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    background-image: unset;
    color: black;
}

.carousel-control-next{
    left: 34vw;
}

.carousel-control-prev{
    left: 30vw;
}

.sliderTitle{
    font-size: 3.5vw;
    color: #333333;
    font-family: 'meBold';
}

.sliderLineHeight{
    line-height: 3.2vw;
}

.sliderLineHeightzh{
    line-height: 4vw;
}

.bottomHr{
    padding-bottom: 7vw;
    border-bottom: 0.1vw solid #333333;
}

.ourServiceMT{
    margin-top: 1.5vw;
    width: 25%;
}

.transformIcon{
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
}

#followUs{
    right: 4.4vh;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-90deg) translate(50%,-100%);
    -ms-transform: rotate(-90deg) translate(50%,-100%);
    transform: rotate(-90deg) translate(50%,-100%);
    position: fixed;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 50;
    min-height: 56px;
    list-style: none;
}

.stickyiconBox{
    width: 1vw;
    height: 1vw;
    border: none;
    border-radius: 50%;
    text-align: center;
    background-color: #333333;
    line-height: 1vw;
    margin: 0.5vw 0.2vw 0;
    font-size: 0.6vw;
}

.semiTitle{
    font-size: 1.6vw;
    color: #71A850;
    margin-top: 3vw;
    margin-bottom: 2vw;
}

.serviceBox{
    background-color: white;
    padding: 2.5vw 1.5vw;
    height: 100%;
}

table#serviceTable tr td.serviceImage{
    padding: 0 1vw;
    width: 30%;
}

.routeTitle{
    font-size: 1.2vw;
    border-bottom: 1px solid black;
    padding-bottom: 0.5vw;
}

.routeTitlezh{
    font-size: 1.2vw;
    border-bottom: 1px solid black;
    padding-bottom: 0.5vw;
}

.routeCountry{
    position: absolute;
    bottom: 4vw;
    right: 0;
}

.oneLH{
    line-height: 1vw;
}

table#truck tr td{
    max-width: 20%;
    width: 20%;
}

.pageTitle{
    padding-top: 11vw;
    padding-bottom: 3.5vw;
    font-size: 2.8vw;
    color: white;
}

.otherNavbarPosition{
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
}

.serviceIconSpace{
    margin: 5vw auto;
}

.whiteLine{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: white;
    height: 3vw;
}

ul.servicePage{
    padding-inline-start: 20px;
}

ul#greendot {
  list-style: none;
}

ul#greendot li::before {
  content: "\2022";
  color: #71A850;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.locationStyle{
    padding: 1vw 1.5vw;
    box-shadow: 0px 0px 30px 0px rgba(113,168,80,0.1);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(113,168,80,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(113,168,80,0.1);
    width: 92%;
    margin-bottom: 1vw;
}

.homeSize{
    margin-right: 1vw;
    width: 50%;
}

ul#pills-tab li a.active{
    color: #71A850;
    background-color: transparent;
    border: 0;
}

ul#pills-tab li a{
    color: #B2B2B2;
    background-color: transparent;
    border: 0;
    margin: 0 2vw 0 0;
    font-size: 1.2vw;
}

.contactBox{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5vw 0 1.5vw 0;
    box-shadow: 0px 0px 30px 0px rgba(113,168,80,0.1);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(113,168,80,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(113,168,80,0.1);
    height: 100%;
}

.contactPhone{
    padding: 1vw 1.5vw;
}

.borderLeft{
    border-left: 5px solid #71A850;
    padding: 0 1.5vw;
}

.careerBox{
    box-shadow: 0px 0px 30px 0px rgba(113,168,80,0.1);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(113,168,80,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(113,168,80,0.1);
    padding: 1vw;
}

div.nav-pills .nav-link.active, div.nav-pills .show>.nav-link, div.nav-pills .nav-link:hover{
    background-color: #F1F7ED !important;
    color: black !important;
}

ul#jobDot{
    padding-inline-start: 1vw;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c6";
}

.custom-file-input{
    cursor: pointer;
}

.arrowSize{
    width: 20%;
}

.imghundred{
    width: 100%;
}

.subhubName{
    font-size: 1.2vw;
}

/* bootstrap */
.row{
    margin-left: unset;
    margin-right: unset;
}

.pr-lg-10{
    padding-right: 5rem;
}

.pl-lg-10{
    padding-left: 5rem;
}

.titlebackground{
    background-image: url('../../image/titleBackground.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 1400px){
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1600px){
    .container {
        max-width: 1400px !important;
    }
}
/* end bootstrap */

@media (min-width: 1100px) and (max-width: 1900px){
    .specialText {
        font-size: 1.2vw;
    }

    .modalText{
        font-size: 1.5vw;
    }

    .carousel-caption {
        top: 8vw;
        width: 40%;
    }

    #followUs{
        right: 4.4vh;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: rotate(-90deg) translate(50%,-100%);
        -ms-transform: rotate(-90deg) translate(50%,-100%);
        transform: rotate(-90deg) translate(50%,-100%);
        position: fixed;
        top: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 50;
        min-height: 56px;
        list-style: none;
    }

    .stickyiconBox{
        width: 1vw;
        height: 1vw;
        border: none;
        border-radius: 50%;
        text-align: center;
        background-color: #333333;
        line-height: 1vw;
        margin: 0.5vw 0.2vw 0;
        font-size: 0.6vw;
    }

    .semiTitle{
        font-size: 2vw;
        color: #71A850;
        margin-top: 3vw;
        margin-bottom: 2vw;
    }

    .serviceBox{
        background-color: white;
        padding: 2.5vw 1.5vw;
        height: 100%;
    }

    table#serviceTable tr td.serviceImage{
        padding: 0 1.5vw;
        width: 40%;
    }

    .routeTitle{
        font-size: 1.2vw;
        border-bottom: 1px solid black;
        padding-bottom: 0.5vw;
    }

    .routeTitlezh{
        font-size: 1.4vw;
        border-bottom: 1px solid black;
        padding-bottom: 0.5vw;
    }

    .routeCountry{
        position: absolute;
        bottom: 4vw;
        right: 0;
    }

    .amountOfLorry{
        font-size: 1vw;
    }

    .amountOfLorryzh{
        font-size: 1.2vw;
    }

    .modalText{
        font-size: 1.5vw;
    }

    .locationStyle{
        width: 96%;
    }

    .borderLeft{
        font-size: 0.9vw;
        padding: 0 1vw 0 1.5vw
    }

    .contactPhone{
        font-size: 0.9vw;
    }
    
    .ymborder-top {
        border-top: 0.2vw solid #333333;
    }

    .btnYmHref {
        padding: 0.8vw;
    }
    
    ul.servicePage {
        padding-inline-start: 10px !important;
    }

    .lgfooterWord{
        font-size: 1vw ;
    }
}

@media (min-width: 992px) and (max-width: 1099px) {
    .my-lg-10{
        margin: 3rem 0;
    }

    .specialText{
        font-size: 1.1vw;
    }

    .jobTitle{
        font-size: 1.5vw;
    }

    .carousel-caption {
        top: 9vw;
        width: 44%;
    }

    .bottomHr {
        padding-bottom: 3vw;
    }

    table#serviceTable tr td.serviceImage{
        width: 25%;
    }

    .ourServiceMT {
        margin-top: 1.5vw;
        width: 30%;
    }

    #followUs{
        right: 0.4vh;
    }

    .stickyiconBox {
        width: 2vw;
        height: 2vw;
        border: none;
        border-radius: 50%;
        text-align: center;
        background-color: #333333;
        line-height: 2vw;
        margin: 0.5vw 0.2vw 0;
        font-size: 1.2vw;
    }

    #footerPhoneNumberTable{
        width: 100%;
    }

    .footerOP{
        width: 92%;
    }

    .phoneNumber{
        text-align: right;
    }

    ul#greendot {
        list-style: none;
        padding-inline-start: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .semiTitle {
        font-size: 3vw;
        color: #71A850;
        margin-top: 3vw;
        margin-bottom: 2vw;
    }

    .specialText{
        font-size: 1.9vw;
    }

    .routeTitle {
        font-size: 2.8vw;
    }

    .routeTitlezh{
        font-size: 2.8vw;
        border-bottom: 1px solid black;
        padding-bottom: 0.5vw;
    }

    .galleryTitle{
        font-size: 1.7vw;
    }

    .pageTitle{
        padding-top: 15vw;
        font-size: 3.8vw;
    }

    .jobTitle{
        font-size: 2.5vw;
    }

    .jobSemiTitle{
        font-size: 2vw;
    }

    .my-lg-10 {
        margin: 4rem 0;
    }    

    .pr-lg-10 {
        padding-right: 15px;
    }

    .pr-md-10{
        padding-right: 5rem;
    }

    .pl-lg-10 {
        padding-left: 15px;
    }

    .navbar-light .navbar-toggler{
        border: 0;
    }

    .carousel-caption {
        left: 5vw;
        bottom: unset;
        top: 15vw;
        text-align: left !important;
        width: 90%;
    }
    
    .btnYmHref {
        padding: 2vw;
        font-size: 1.8vw
    }

    .bottomHr {
        padding-bottom: 55vw;
    }

    .sliderTitle {
        font-size: 7vw;
    }

    .sliderLineHeight {
        line-height: 7vw;
    }

    .sliderLineHeightzh{
        line-height: 9vw;
    }

    .arrowSize{
        width: 15%;
    }

    .ourServiceMT{
        width: 25%;
        margin-top: 4vw;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon{
        height: 29px;
    }

    .carousel-control-next, .carousel-control-prev{
        padding: 1.5vw 3vw;
    }
    
    .carousel-control-next {
        left: 87vw;
    }

    .carousel-control-prev {
        left: 81vw;
    }

    .navbarImg {
        width: 53%;
    }
    
    .navbar-toggler {
        font-size: 4vw;
    }

    #followUs {
        right: 1vh;
    }

    .stickyiconBox {
        width: 3vw;
        height: 3vw;
        line-height: 3vw;
        margin: 0.5vw 0.7vw 0;
        font-size: 2vw;
    }

    .imghundred{
        width: 50%;
    }

    .oneLH {
        line-height: 2vw;
    }

    ul#greendot {
        list-style: none;
        padding-inline-start: 20px;
    }

    .serviceBox {
        padding: 4vw 1.5vw;
    }

    .destinationWord{
        font-size: 2.7vw;
    }

    .destinationWordzh{
        font-size: 2.3vw;
    }

    .serviceDestinationWord{
        font-size: 1.9vw;
    }

    .routeCountry {
        position: absolute;
        bottom: 14vw;
        right: 6vw;
    }

    .amountOfLorry{
        font-size: 1.9vw;
    }

    .amountOfLorryzh, .sliderServiceWordzh{
        font-size: 2.5vw;
    }

    .footercontainer {
        max-width: 750px;
        margin: 0 auto;
    }

    .footerOP{
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }

    #footerPhoneNumberTable{
        width: 100%;
    }

    .iconBox {
        width: 2.5vw;
        height: 2.5vw;
        line-height: 2.5vw;
    }

    .navSide{
        width: 75%;
        margin-top: 8vw;
    }

    #smallSrceenNav{
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: -6vw;
        z-index: 9999;
        overflow-x: hidden;
        transition: 0.5s;
        padding: 3vw;
        background-color: #333333;
    }

    #navbarSupportedContent{
        margin: 5vw;
    }

    #navbarSupportedContent ul li.nav-item{
        width: 20%;
        text-align: center;
        margin: 0.5vw auto;
    }

    .smallScreenW{
        width: 100%;
    }

    .locationStyle{
        width: 75%;
        padding: 1.2vw 2vw;
    }
    
    ul#pills-tab li a {
        font-size: 2.2vw;
    }

    .mediumScreenP{
        padding-left: 0.5vw;
        padding-right: 0.5vw;
    }
    
    .modalText {
        font-size: 2.5vw;
    }
    
    .careerBox {
        padding: 3vw;
    }

    ul#jobDot {
        padding-inline-start: 2vw;
    }

    .textareaSize {
        min-height: 12vw;
        max-height: 12vw;
    }

    .contactPhone {
        padding: 1vw 3vw;
    }

    .borderLeft {
        padding: 0px 2.5vw;
    }

    ul.servicePage{
        padding-inline-start: 10px !important;
    }
    
    .lgfooterWord{
        font-size: 2vw ;
    }

    .dropLine{
        font-size: 3vw;
    }

    .btnYmSubmit {
        padding: 1.2vw 1.4vw;
    }

    .contactTitlezh {
        font-size: 2.5vw;
    }

    .subhubName {
        font-size: 2vw;
    }
}

@media (max-width: 767px) {
    body{
        font-size: 4vw;
    }

    .container{
        padding: 0;
    }

    .semiTitle {
        font-size: 6vw;
    }

    .specialText{
        font-size: 3vw;
    }
    
    .modalText {
        font-size: 6vw;
    }

    .threeServiceWord{
        font-size: 3.5vw;
    }

    .threeServiceWordzh{
        font-size: 4vw; 
    }

    .destinationWord{
        font-size: 4vw;
    }

    .destinationWordzh{
        font-size: 5.5vw;
    }

    .serviceDestinationWord{
        font-size: 4vw;
    }
    
    .serviceDestinationWordzh {
        font-size: 4.5vw;
    }

    .dropLine{
        font-size: 4.5vw;
    }

    .jobTitle{
        font-size: 5vw;
    }

    .pageTitle{
        padding-top: 22vw;
        font-size: 7vw;
    }

    .ourServiceWord{
        font-size: 4vw;
    }

    .amountOfLorry{
        font-size: 4vw;
    }

    .amountOfLorryzh{
        font-size: 5vw;
    }
    
    .routeTitle {
        font-size: 5.2vw;
    }

    .routeTitlezh{
        font-size: 5.5vw;
        border-bottom: 1px solid black;
        padding-bottom: 0.5vw;
    }

    .jobSemiTitle{
        font-size: 4vw;
    }

    .paddingleftxs{
        padding-left: 0;
    }

    .my-lg-10 {
        margin: 2rem 0;
    }

    .py-lg-10{
        padding: 2rem 0;
    }

    .px-xs-0{
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-light .navbar-toggler{
        border: 0;
    }

    .navbar-brand{
        width: 50% !important;
    }

    .navbarImg{
        width: 100%;
    }

    #navbarSupportedContent{
        margin: 5vw;
    }

    #navbarSupportedContent ul li.nav-item{
        width: 30%;
        text-align: center;
        margin: 0.5vw auto;
    }

    .smallScreenW{
        width: 100%;
    }

    .carousel-caption {
        left: 4vw;
        bottom: unset;
        top: 22vw;
        text-align: left !important;
        width: 90%;
    }

    .arrowSize {
        width: 15%;
    }

    .lineHeightxs {
        line-height: 3.5vw;
    }

    .sliderTitle {
        font-size: 9vw;
    }

    .sliderLineHeight{
        line-height: 9vw; 
    }

    .sliderLineHeightzh {
        line-height: 10vw;
    }

    .bottomHr {
        padding-bottom: 73vw;
    }

    .bottomHrzh {
        padding-bottom: 76vw;
    }

    .ourServiceMT {
        margin-top: 3vw;
        width: 40%;
    }

    .ourServiceLh{
        line-height: 4vw;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 10vw;
    }

    .carousel-control-next {
        left: 79vw;
    }

    .carousel-control-prev {
        left: 69vw;
    }

    .serviceBox {
        padding: 8vw 5vw;
    }

    table#serviceTable tr td.serviceImage {
        padding: 0 1vw;
        width: 20%;
    }

    div.serviceImage{
        width: 60%;
        margin: auto;
    }

    ul#greendot {
        padding-inline-start: 4vw;
    }

    .oneLH {
        line-height: 4vw;
    }

    .pr-lg-10 {
        padding-right: 15px;
    }

    .pl-lg-10 {
        padding-left: 15px;
    }

    .btnYmHref {
        padding: 2vw;
        width: 100%;
    }

    .routeCountry {
        position: absolute;
        bottom: 0;
        right: 8vw;
        top: 15vw;
    }

    .footerOP {
        width: 95%;
    }

    .iconBox {
        width: 5.5vw;
        height: 5.5vw;
        line-height: 5.5vw;
    }

    .locationStyle {
        padding: 2vw 5.5vw;
        margin-bottom: 3vw;
    }

    .imgMap{
        width: 70%;
    }

    .routeTitleLH{
        line-height: 7vw;
    }

    ul#pills-tab li a {
        font-size: 3.9vw;
    }

    .mediumScreenP{
        margin-bottom: 6vw;
    }

    .careerBox {
        padding: 5vw;
    }

    ul#jobDot {
        padding-inline-start: 4vw;
    }

    .textareaSize {
        min-height: 40vw;
        max-height: 40vw;
    }

    .contactBox {
        padding: 6.5vw 0 4.5vw 0;
    }

    .borderLeft {
        padding: 0 5.5vw;
    }

    .contactPhone {
        padding: 1vw 6.5vw;
    }

    .formSubmitButton{
        padding: 1.4vw 3.4vw;
    }

    .btnYmSubmit{
        padding: 3vw;
        width: 100%;
    }

    .contactTitlezh {
        font-size: 5vw;
    }

    .contactTitle{
        font-size: 4.2vw;
    }

    .operationTimexszh{
        font-size: 4vw;
    }
    
    .subhubName {
        font-size: 4.5vw;
    }
}