.bs-card {
  background-color: #ffffff;
  background-clip: padding-box;
}
.bs-card-from-member {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.08), 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
@media (any-hover: hover) {
  .bs-card-from-member--clickable:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: none) {
  .bs-card-from-member--clickable:active {
    cursor: pointer;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
}
.bs-card-from-member--hoverable {
  cursor: pointer;
}
@media (any-hover: hover) {
  .bs-card-from-member--hoverable:hover {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: none) {
  .bs-card-from-member--hoverable:active {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
}
.bs-card__skeleton {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeholderSkeleton;
          animation-name: placeholderSkeleton;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 800px;
  position: relative;
}
.bs-card__skeleton--title {
  width: 50%;
  height: 24px;
  margin-bottom: 24px;
}
.bs-card__skeleton--line {
  width: 100%;
  height: 20px;
}
.bs-card__skeleton--line + .bs-card__skeleton--line {
  margin-top: 16px;
}
.bs-card--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
}
.bs-card--horizontal .bs-card-media {
  width: 50%;
  height: 100%;
  padding-bottom: 0;
}
.bs-card--horizontal .bs-card-info {
  width: 50%;
  height: 100%;
  padding: 16px;
  text-align: left;
}
.bs-card--horizontal .bs-card-desc {
  margin-top: 8px;
  height: auto;
  line-height: auto;
}
.bs-card--radius {
  border-radius: 5px;
}
.bs-card--radius .bs-card-media,
.bs-card--radius .bs-card-media-image {
  border-radius: 5px 5px 0 0;
}
.bs-card--radius.bs-card--horizontal .bs-card-media,
.bs-card--radius.bs-card--horizontal .bs-card-media-image {
  border-radius: 5px 0 0 5px;
}
@media (any-hover: hover) {
  .bs-card--1:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 -1px 3px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 -1px 3px 0 rgba(0, 0, 0, 0.08);
  }
}
@media (any-hover: none) {
  .bs-card--1:active {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 -1px 3px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 -1px 3px 0 rgba(0, 0, 0, 0.08);
  }
}
.bs-card--2 {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media (any-hover: hover) {
  .bs-card--2:hover {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: none) {
  .bs-card--2:active {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: hover) {
  .bs-card--2.bs-card--notHover:hover {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: none) {
  .bs-card--2.bs-card--notHover:active {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }
}
.bs-card-media {
  padding-bottom: 82%;
  position: relative;
}
.bs-card-media-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.bs-card-media-badge-wrap {
  right: 8px;
  top: 8px;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bs-card-media-badge + .bs-card-media-badge {
  margin-left: 8px;
}
.bs-card-info {
  text-align: center;
}
.bs-card-desc {
  height: 50px;
}
@-webkit-keyframes placeholderSkeleton {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeholderSkeleton {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.icon-check {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%20fill%3D%22%23676767%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.694.14A10.014%2010.014%200%2000.14%2011.695c.681%204.143%204.023%207.485%208.166%208.166A10.014%2010.014%200%200019.86%208.306C19.18%204.163%2015.837.82%2011.694.14m-.126%2017.71C5.943%2018.926%201.074%2014.057%202.15%208.432c.601-3.144%203.137-5.68%206.282-6.282%205.625-1.075%2010.493%203.793%209.418%209.418-.602%203.145-3.138%205.68-6.282%206.282M13.88%206.29L8%2012.17l-1.885-1.877a.999.999%200%2000-1.41%201.413l2.593%202.592a.992.992%200%20001.404%200l6.593-6.593A1%201%200%200013.88%206.29%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
}
.bs-banner {
  width: 100%;
  position: relative;
  background-image: url(../img/banner/warehouses_m.png), -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#2694e5));
  background-image: url(../img/banner/warehouses_m.png), linear-gradient(180deg, #fefefe 0%, #2694e5 100%);
  background-repeat: no-repeat;
  background-size: auto 130px,
		initial;
  background-position: right 90%;
}
@media (min-width: 768px) {
  .bs-banner {
    background-image: url(../img/banner/warehouses@2x.png);
    background-size: auto 300px;
    background-position: right top;
    background-color: rgba(38, 38, 38, 0.05);
  }
}
@media (min-width: 1200px) {
  .bs-banner {
    background-image: url(../img/banner/warehouses@3x.png);
  }
}
@media (min-width: 768px) {
  .bs-banner__inner__head {
    width: 50%;
  }
}
.bs-banner__inner__head__title {
  text-align: left;
}
.warehouses .bs-container--paddingV {
  padding-bottom: 0;
}
.warehouses .section + .section {
  margin-top: 44px;
}
@media (min-width: 768px) {
  .warehouses .section:first-of-type {
    margin-bottom: 88px;
  }
  .warehouses .text-h5 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 88px;
  }
  .warehouses .text-h6 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 66px;
    font-weight: normal;
  }
}
.warehouses .warehouses-countries-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section--first .section-colunm .bs-card {
  margin-top: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .section--first .section-colunm .bs-card {
    margin-top: 24px;
  }
}
.section--first .section-colunm .caption {
  font-size: 14px;
  font-weight: lighter;
}
@media (min-width: 768px) {
  .section--first .section-colunm .bs-card {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }
}
.section--first .section-title {
  margin-bottom: -8px;
}
@media (min-width: 768px) {
  .section--first .section-title {
    margin-bottom: 64px;
  }
}
.section--first .bs-card-media {
  width: auto;
  max-width: 50%;
}
.section--first .bs-card-media .bs-card-media-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  position: relative;
  display: block;
  width: 100%;
}
.section--first .bs-card-info {
  width: 50%;
  overflow: hidden;
}
.section--second .warehouse-gallery .bs-slideshow {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .section--second .warehouse-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section--second .warehouse-gallery .warehouse-gallery-media {
    width: 40%;
    height: auto;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .section--second .warehouse-gallery .warehouse-gallery-media-desc {
    height: 80px;
    line-height: 80px;
    font-size: 34px;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: inherit;
  }
  .section--second .warehouse-gallery .bs-slideshow {
    width: 60%;
    margin-top: 0;
    border-radius: 0 5px 5px 0;
  }
}
.section--second .warehouse-gallery + .warehouse-gallery {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .section--second .warehouse-gallery + .warehouse-gallery {
    margin-top: 66px;
  }
}
.section--third .section-colunm .icon-check {
  margin-top: 36px;
}
.section--third .section-colunm .text-h6 {
  text-align: left;
}
@media (min-width: 768px) {
  .section--third .section-colunm .text-h6 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 24px;
  }
}
.section--third .section-colunm .anticon {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .section--third .section-colunm .anticon {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .section--third .section-colunm .anticon ~ .anticon {
    margin-top: 88px;
  }
}
@media (min-width: 768px) {
  .section--third .section-colunm {
    width: 30.5%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .section--third .section-colunm {
    width: 31.5%;
  }
}
@media (min-width: 768px) {
  .section--third .section-colunm + .section-colunm {
    margin-left: 24px;
  }
  .section--third .section-colunm .icon-check:first-child {
    margin-top: 0;
  }
}
.bs-slideshow {
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .bs-slideshow {
    margin-left: 0;
    margin-right: 0;
  }
}
.warehouse-gallery-media {
  position: relative;
  width: 100%;
  height: 80px;
  border-radius: 5px 5px 0 0;
}
.warehouse-gallery-media-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.warehouse-gallery-media-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  background-color: transparent;
  color: #ffffff;
}
.warehouse-gallery-media-desc-inner {
  position: absolute;
  left: 24px;
}
.warehouse-cover {
  width: 100%;
  height: auto;
}
.warehouse-cover__say {
  margin-bottom: 50px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .warehouse-cover__say {
    margin-top: 0;
  }
}
.bs-dialog-full {
  padding-bottom: 70px;
}
.bs-dialog-full .bs-card + .bs-card {
  margin-top: 16px;
}
.bs-dialog-full .bs-card-desc {
  line-height: 50px;
}
.warehouse-breadcrumb {
  margin-top: 24px;
}
.bs-warehouse-name,
.bs-warehouse-type,
.bs-warehouse-desc {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.section-title {
  color: #262626;
}
.bs-slideshow-item-info {
  color: rgba(0, 0, 0, 0.85);
}
.section-colunm-desc {
  color: rgba(0, 0, 0, 0.85);
}

