@font-face{
	font-family: 'Montserrat';
	src : url('./Montserrat.ttf');
}

.dev-tools {
  background: #b5ffc8;
  bottom: 0;
  display: block;
  height: 40px;
  left: 0;
  line-height: 40px;
  padding: 0 5px;
  position: fixed;
  right: 0;
  z-index: 10
}
.dev-tools-vw-active:after {
  background: rgba(255, 255, 255, .8);
  content: "S: <= 500px";
  display: inline-block;
  color: red;
  height: 25px;
  line-height: 25px;
  margin-right: 5px;
  padding: 0 5px
}
@media only screen and (min-width:501px) {
  .dev-tools {
    background: #ffd800
  }
  .dev-tools-vw-active:after {
    content: "M: 501px - 800px"
  }
}
@media only screen and (min-width:801px) {
  .dev-tools {
    background: #ffc0cb
  }
  .dev-tools-vw-active:after {
    content: "L: 801px - 940px"
  }
}
@media only screen and (min-width:941px) {
  .dev-tools {
    background: #b5c8f4
  }
  .dev-tools-vw-active:after {
    content: "XL: >  940px"
  }
}
@media only screen and (min-width:1440px) {
  .dev-tools-vw {
    background: #b5c8f4
  }
  .dev-tools-vw-active:after {
    content: "XXL: > 1440px"
  }
}
.dev-grid-overlay {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 100%
}
.dev-grid-s {
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%
}
.dev-grid-col {
  background: rgba(226, 0, 138, .15);
  display: table-cell;
  height: 100%;
  width: 16.6667%
}
.dev-grid-toggle {
  background: #f90;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 25px;
  line-height: 20px;
  padding: 0 5px;
  position: fixed;
  bottom: 7px;
  right: 7px;
  z-index: 11
}
.dev-grid-overlay {
  margin: 0 auto;
  max-width: 1440px;
  position: fixed
}
.dev-grid-s, .dev-grid-l {
  height: 100%;
  margin-top: -20px;
  width: 100%
}
.dev-grid-col {
  background: rgba(226, 0, 138, .15);
  float: left;
  height: 100vh;
  width: calc(3/28*100%)
}
.dev-grid-col + .dev-grid-col {
  margin-left: calc(2/28*100%)
}
@media only screen and (min-width:501px) {
  .dev-grid-s {
    display: none
  }
  .dev-grid-l {
    display: block;
    padding-left: 50px;
    padding-right: 50px
  }
  .dev-grid-col {
    width: calc(3/58*100%)
  }
  .dev-grid-col + .dev-grid-col {
    margin-left: calc(2/58*100%)
  }
}
@media only screen and (min-width:801px) {
  .admin-body .my-randstad-login-panel {
    top: 110px
  }
  .dev-grid-s {
    display: none
  }
  .dev-grid-l {
    display: block;
    padding-left: 50px;
    padding-right: 50px
  }
}
@media only screen and (min-width:941px) {
  .dev-grid-l {
    padding-left: 100px;
    padding-right: 100px
  }
}



@media only screen and (min-width:801px) {
    .main:before {
        height: 80px
    }
   
   
}


.masthead-top .toptel {
    display: none;
}
@media only screen and (min-width: 801px) {
    .masthead-top .toptel {
        display: block;
        position: absolute;
        font-size: 11px;
        right: 40px;
        color: #fff;
        padding-top: 5px;
        text-align: left;
    }
}




.item-wrapper[data-v-1da9cafc] {
  position: relative;
  height: 100%
}
.item-wrapper .heading-3[data-v-1da9cafc] {
  position: absolute;
  z-index: 2;
  bottom: 30%;
  left: 50%;
  color: #fff;
  transform: translate(-50%)
}
.item-wrapper svg[data-v-1da9cafc] {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%)
}
@media screen and (max-width:767px) {
  .item-wrapper svg[data-v-1da9cafc] {
    bottom: 30px;
    width: 24px
  }
}
.image-container[data-v-1da9cafc] {
  z-index: 1
}
.image-container[data-v-1da9cafc], .image-container[data-v-1da9cafc]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.image-container[data-v-1da9cafc]:after {
  z-index: 2;
  display: block;
  background: #000;
  content: "";
  opacity: .3;
  transition: opacity .3s
}
.image-container img[data-v-1da9cafc] {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.text-modal[data-v-9bae51da] {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh)*100);
  box-sizing: border-box;
  background-color: #000;
  color: #fff; 
  display:none;
}
@media screen and (max-width:767px) {
  .text-modal[data-v-9bae51da] {
    padding-top: 50px
  }
}
.close-cursor[data-v-9bae51da] {
  position: fixed;
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: none;
  pointer-events: none
}
.close[data-v-9bae51da] {
  position: absolute;
  z-index: 2;
  top: 35px;
  right: 35px
}
@media screen and (max-width:767px) {
  .close[data-v-9bae51da] {
    top: 15px;
    right: 15px
  }
  .close svg[data-v-9bae51da] {
    width: 24px
  }
}
.image-container[data-v-9bae51da] {
  z-index: 1
}
.image-container[data-v-9bae51da], .image-container[data-v-9bae51da]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.image-container[data-v-9bae51da]:after {
  z-index: 2;
  display: block;
  background: #000;
  content: "";
  opacity: .34;
  transition: opacity .3s
}
.image-container img[data-v-9bae51da] {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.text-container[data-v-9bae51da] {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 995px;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 35px;
  margin: auto;
  overflow-y: auto
}
@media screen and (max-width:767px) {
  .text-container[data-v-9bae51da] {
    display: block;
    padding: 15px 40px;
    text-align: center
  }
}
.text-container .heading-2[data-v-9bae51da] {
  margin-bottom: 80px;
  text-align: center
}
@media screen and (max-width:767px) {
  .text-container .heading-2[data-v-9bae51da] {
    margin-bottom: 30px
  }
}
@media screen and (min-width:768px) {
  .text-container .body[data-v-9bae51da] {
    -moz-column-count: 2;
    column-count: 2;
    grid-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
  }
}
@media screen and (max-width: 767px)
.container {
    padding-right: 15px;
    padding-left: 15px;
}
.hero-main[data-v-c18f62aa] {
    position: relative;
    display: flex; 
    height: calc(100vh);
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px){

	.hero-main[data-v-c18f62aa] {
		width: calc(100% - 30px);
		height: calc(100vh - 64px);
	}
}
.container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto;
}

.image-containerb[data-v-c18f62aa] {
    display: none;
}

body.admin-body .masthead {
    top: 52px
}
.masthead {
    background: #fff /*1b2e81  202f6c  2175d9 0f1941*/;
	width:100%;
    height: 60px;
    left: 0;
    padding: 8px 0 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
	display:flex;
}
@media only screen and (min-width:801px) {
	 .masthead {
        border: none;
        height: 85px ;
        padding: 0;
    }
	 .masthead.nav-down, .masthead.nav-up {
        position: fixed;
         
    }

}

@media print {
	  .masthead {
        height: 65px !important;
        position: inherit !important
    }
    .masthead-top.box-inner {
        height: 65px !important;
        padding-top: 10px !important
    }

}

@media screen and (max-width: 767px) {
	.image-container[data-v-c18f62aa] {
		display: none;
	}
	.image-containerb[data-v-c18f62aa] {
		display: block;
		width:100%;
	}
}

.container[data-v-c18f62aa] {
    width: 100%;
}

.prim-job-search-ng {
    background: #f7f5f0/*0f1941*/;
    height: 610px;
    position: relative;
    margin-top: -70px
}
@media screen and (max-width: 767px) {
	.prim-job-search-ng {
	  height: 440px;
	  margin-top: -185px;
	 }
	 .logo-randstad img{width:175px;}
}


.titles[data-v-c18f62aa] {
    position: absolute;
    z-index: 1;
    width: 600px;
    color: rgb(0, 0, 0);
    left: 16%;
}
.titles .title[data-v-c18f62aa] {
    padding-bottom: 0px;
}
@media screen and (max-width: 1599px)
.heading-1 {
    font-size: 60px;
    line-height: 1;
}
.heading-1 {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 60px;
    line-height: 1;
    width: 100%;
    font-weight: 700;
	padding-top: 40px;
}
.heading-1 p {
    text-align: left;
}
.heading-1 p span{
	font-size:38px;
	    line-height: 1.5;
    font-family: 'Montserrat';
    display: block;
}

.parallax-container[data-v-c18f62aa] {
    position: fixed;
    z-index: 0;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 125px);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
 

.bg{
  background:#fff;
  z-index:22;
  position: relative;
}
 
.search svg[data-v-02ec2ccb] {
    width: auto;
    height: 13px;
}
.search-button[data-v-02ec2ccb] {
    display: flex;
    height: 80%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
button {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: inherit;
}

 
.hambly-burger[data-v-ca96ad22] {
    display: flex;
    width: 30px;
    height: 13px;
    box-sizing: content-box;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px; 
    cursor: pointer;
}
.menu-button[data-v-02ec2ccb] {
    display: flex;
    align-items: center;
}
.line[data-v-ca96ad22] {
    width: 30px;
    height: 1px;
    background-color: #555;
    transition: all .3s;
}




@media screen and (max-width:1599px) {
  .heading-5 {
    font-size: 28px;
    line-height: 32px;
	font-family: "Exo2";
  }
}
button, input {
    overflow: visible;margin: 0;
}
.search[data-v-02f88e37] {
  position: relative
}
.search svg[data-v-02f88e37] {
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 18px
}
.search input[data-v-02f88e37] {
  width: 100%;
  padding: 0 10px 5px 40px;
  border: solid #e8e8e8;
  border-width: 0 0 1px
}
.search input[data-v-02f88e37] {
    padding-left: 30px;
}
.search input[data-v-02f88e37]::-moz-placeholder {
  color: #000
}
.search input[data-v-02f88e37]:-ms-input-placeholder {
  color: #000
}
.search input[data-v-02f88e37]::placeholder {
  color: #000
}
@media screen and (max-width:1599px) {
  .search svg[data-v-02f88e37] {
    bottom: 15px;
    width: 15px
  }
  .search input[data-v-02f88e37] {
    padding-left: 30px
  }
}
@media screen and (max-width:1023px) {
  .search svg[data-v-02f88e37] {
    width: 11px
  }
  .search input[data-v-02f88e37] {
    padding-left: 25px
  }
}
.search-popup[data-v-02f88e37] {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 33vw;
  height: 100vh;
  padding: 112px 35px 35px;
  border-left: 1px solid #e8e8e8;
  background-color: #fff
}
.search-popup .close[data-v-02f88e37] {
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer
}
.search-popup .popular[data-v-02f88e37] {
  margin-top: 80px;
  text-align:right
}
.search-popup .popular ul[data-v-02f88e37] {
  padding: 0;
  margin: 30px 0 0;
  list-style: none
}
.search-popup .popular ul[data-v-02f88e37] li{
	float:left;
	width: 100%;
    text-align: right;
	height:30px;
	line-height:30px;
}
.search-popup a[data-v-02f88e37] {
  color: #000;
  transition: opacity .3s;
  font-family: 'Montserrat';
}
.search-popup a[data-v-02f88e37]:hover {
  opacity: .5
}
.back-to-top[data-v-7aec5093] {
  position: fixed;
  z-index: 999;
  right: 35px;
  bottom: 15px;
  padding: 12px 19px 9px; 
  border:1px #f9ac50 solid; 
  background-color: #e6922d;
  cursor: pointer;
  color:#000;
  font-family: 'Montserrat';
}
.back-to-top .link-inner[data-v-7aec5093]:after {
  display: block;
  width: 0;
  color:#333;
  height: 1px;
  margin-top: 3px;
  background-color: #000;
  content: "";
  transition: width .3s;
  
}
.back-to-top:hover .link-inner[data-v-7aec5093]:after {
  width: 100%;
  transition: width .3s
}

.footerleft{float:left;width:70%}
.footerright{width:14%;float:right; margin-top:-100px}
@media screen and (max-width:767px) {
  .back-to-top[data-v-7aec5093] {
    right: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
	text-align: center;
  }
  .back-to-top .link-inner[data-v-7aec5093] {
    position: relative
  }
  .back-to-top .link-inner[data-v-7aec5093]:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
  }
 .footerright, .footerleft{float:none;width:100%;margin-top:10px}

	 .heading-1 {
		font-family: 'Montserrat';
		color: #fff;
		font-size: 20px;
		line-height: 1;
		width: 100%;
		font-weight: 700;
		padding-top: 0px;
	}
 .heading-1 p span {
    font-size: 15px;
    line-height: 0.8;
    font-family: 'Montserrat';

}
	.box-inner p{
	line-height: 1.6em;
	}
.search-popup[data-v-02f88e37] {
width:100%;
padding:10px;
padding-top:112px
}
}






.ind-banner{ padding-bottom:19px;text-align: center;}
.ind-banner .wap{ display:none;}
.ind-banner .bx-wrapper{ position:relative;}
.ind-banner .bx-pager{ text-align:center; position:absolute; width:100%; text-align:center; bottom:8%; z-index:88}
.ind-banner .bx-pager .bx-pager-item{ display:inline-block; padding:0 5px;}
.ind-banner .bx-pager .bx-pager-item a{ display:inline-block; cursor:pointer; overflow:hidden; width:18px; height:18px; line-height:0; font-size:0px; background:url("../image/ind-banner-icon.png")/*tpa=http://liby.com.cn/images/ind-banner-icon.png*/ no-repeat right;}
.ind-banner .bx-pager .bx-pager-item a.active{ background-position:left;}

@media screen and (max-width:640px){

.ind-banner{ padding-bottom:3%;}
.ind-banner .wap{ display:block;}
.ind-banner .pc{ display:none;}

}