/*-------------------------------------------- 
    Banner 
--------------------------------------------*/

.banner {
  position: relative;
  height: 504px;
}

.banner .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 504px;
}

.banner .swiper-container .swiper-slide {
  background-color: #bcbcbc;
  background-position: center center;
  background-size: cover;
}

.swiper-container {
  --swiper-navigation-color: #efefef;
}

.banner .container {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  z-index: 100;
}

.banner .menus {
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  width: 275px;
  height: 504px;
  background: rgba(0, 0, 0, 0.3);
}

.banner .menus .category {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 42px;
  line-height: 42px;
  padding: 0 18px 0 26px;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
}

.banner .menus .category .title {
  width: 64px;
  color: #ffffff;
}

.banner .menus .category .list {
  flex-grow: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-width: 0;
}

.banner .menus .category .list .item {
  margin: 0 14px 0 0;
  color: #ffffff;
  opacity: 0.8;
}

.banner .menus .category .list .item:hover {
  font-weight: bold;
}

.banner .menus .category .arrow {
  width: 20px;
  height: 20px;
  background: transparent url("../images/icons/icon-right.png") center center
    no-repeat;
  background-size: 20px 20px;
}

.banner .menus .category:hover {
  background: #ffffff;
}

.banner .menus .category:hover .title {
  color: #2681f6;
}

.banner .menus .category:hover .list .item {
  color: #171819;
}

.banner .menus .category:hover .arrow {
  background: transparent url("../images/icons/icon-right-active.png") center
    center no-repeat;
  background-size: 20px 20px;
}

.banner .menus .category .contents {
  position: absolute;
  left: 275px;
  top: 0;
  display: none;
  flex-flow: column nowrap;
  width: 925px;
  height: auto;
  min-height: 100%;
  line-height: 20px;
  padding: 22px 20px 0 20px;
  background: #ffffff;
  font-size: 14px;
  z-index: 1000;
}

.banner .menus .category:hover .contents {
  display: flex;
}

.banner .menus .category .contents .content-title {
  margin: 0 0 18px;
  font-weight: bold;
}

.banner .contents .content-list {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 4px;
}

.banner .contents .content-list .subtitle {
  width: 100px;
  margin: 0 20px 0 0;
  color: #8b8b8c;
}

.banner .contents .content-list .subtitle:hover {
  font-weight: bold;
}

.banner .contents .content-list .items {
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
}

.banner .contents .content-list .items .item {
  margin: 0 16px 14px 0;
  color: #363636;
  cursor: pointer;
}

.banner .contents .content-list .items .item:hover {
  font-weight: bold;
}

/*-------------------------------------------- 
    Home Page Sections 
--------------------------------------------*/

.recommend {
  padding: 54px 0 20px;
}

.recommend .section-title {
  position: relative;
  width: 240px;
  margin: 0 auto 38px;
  text-align: center;
}

.recommend .section-title::before,
.recommend .section-title::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 56px;
  height: 1px;
  background: #2681f6;
}

.recommend .section-title::before {
  left: -10px;
}

.recommend .section-title::after {
  right: -10px;
}

.recommend .section-title .title {
  margin: 0 0 6px;
  font-size: 24px;
}

.recommend .section-title .subtitle {
  font-size: 12px;
  color: #8b8b8c;
}

.recommend .more {
  display: flex;
  justify-content: center;
}

.recommend .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.recommend .more {
  margin: 14px 0 0;
}

.recommend .more .link {
  width: 384px;
  line-height: 42px;
  border: 1px solid #2681f6;
  color: #2681f6;
  cursor: pointer;
  text-align: center;
}

.recommend .more .link:hover {
  background: #2681f6;
  color: #ffffff;
}

/*-------------------------------------------- 
    Home Page Section - Positions
--------------------------------------------*/

.positions .list .item {
  display: flex;
  flex-flow: row nowrap;
  width: 32%;
  height: 132px;
  padding: 36px;
  margin: 0 0 24px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 15px 0px rgba(23, 24, 25, 0.04);
  cursor: pointer;
}

.positions .list .item:hover {
  box-shadow: 0px 0px 15px 0px rgba(23, 24, 25, 0.2);
}

.positions .list .item .icon {
  width: 60px;
  height: 60px;
  margin: 0 32px 0 0;
}

.positions .list .item .icon img {
  width: 60px;
  height: 60px;
}

.positions .list .item .info {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  min-width: 0;
}

.positions .list .item .info .title {
  margin: 0 0 13px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.positions .list .item .info .sub {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #8b8b8c;
}

.positions .list .item .info .sub .divider {
  margin: 0 12px;
}

/*-------------------------------------------- 
    Home Page Section - Institutions
--------------------------------------------*/

.institutions .list .item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 24%;
  height: 238px;
  padding: 20px;
  margin: 0 0 20px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 15px 0px rgba(23, 24, 25, 0.04);
  cursor: pointer;
}

.institutions .list .item:hover {
  box-shadow: 0px 0px 15px 0px rgba(23, 24, 25, 0.2);
}

.institutions .list .item .info {
  padding: 12px;
  text-align: center;
}

.institutions .list .item .info img {
  width: 60px;
  height: 60px;
}

.institutions .list .item .info .title {
  padding: 12px 0 14px;
  font-size: 18px;
}

.institutions .list .item .info .subtitle {
  color: #8b8b8c;
  font-size: 12px;
}

.institutions .list .item .addition {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #8b8b8c;
}

.institutions .list .item .addition .jobs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.institutions .list .item .addition .count,
.institutions .list .item .addition .loc {
  color: #2681f6;
  font-weight: bold;
}

.institutions .list .item .addition .count {
  font-size: 18px;
}

/*-------------------------------------------- 
    Home Page Section - Cities
--------------------------------------------*/

.cities .list .item {
  position: relative;
  display: flex;
  flex-flow: column-reverse nowrap;
  width: 19%;
  height: 144px;
  background-color: #f8f8f8;
  background-position: center center;
  background-size: cover;
  box-shadow: 0px 0px 15px 0px rgba(23, 24, 25, 0.04);
  cursor: pointer;
}

.cities .list .item:hover {
  box-shadow: 0px 0px 15px 0px rgba(23, 24, 25, 0.4);
}

.cities .list .item .title {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: -10px 0 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: bottom center;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  overflow: hidden;
}

.cities .list .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}

/*-------------------------------------------- 
    Back-to-top-button 
--------------------------------------------*/

.btn-to-top {
  position: fixed;
  bottom: 90px;
  right: 5px;
  display: inline-block;
  width: 104px;
  height: auto;
  text-align: center;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease;
}

.btn-to-top.show {
  opacity: 1;
  visibility: visible;
}

.btn-to-top img {
  width: 104px;
  height: auto;
}
