.bg-section {
  padding: 0 0 20px;
  margin: 0 0 50px;
  -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}

.lab-title {
  text-align: center;
  padding: 40px 0 0;
}

.lab-title h2 {
  font-size: 36px;
  color: #454545;
  font-weight: normal;
  font-family: Georgia;
  line-height: 1.2;
  margin: 0 0 15px;
}

.lab-title h2 span {
  display: block;
}

.lab-wrap {
  max-width: 1200px;
  margin: 0 auto;
  font-family: Georgia;
}

.gallery-lab {
  margin: 0 0 60px;
}

.gallery-lab ul,
.gallery-lab li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gallery-lab ul {
  display: flex;
  flex-wrap: wrap;
}

.gallery-lab li {
  width: 50%;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  position: relative;
}

.lab-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #fff;
  background: #ae986f;
  padding: 15px;
}

.gallery-lab-sub {
  border: 1px solid #f0f0f0;
  padding: 15px 0;
  text-align: center;
}

.lab-wrap h3 {
  font-family: Georgia;
  text-align: center;
  font-size: 36px;
  color: #a16d3b;
  line-height: 1.4;
  margin: 0 0 45px;
}

.lab-article h3 span {
  display: block;
}

.lab-article-inner {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #444647;
  line-height: 1.6;
  margin: 0 0 100px;
}

.lab-article-left,
.lab-article-right {
  width: calc(50% - 113px);
  padding: 10px 0 0;
}

.lab-article-left {
  padding-left: 80px;
}

.lab-article-mid {
  width: 226px;
  text-align: center;
}

.lab-article-left {
  text-align: right;
}

.lab-article-inner h4 {
  font-size: 24px;
  color: #444647;
  font-family: Georgia;
  margin: 0 0 20px;
}

.lab-special {
  background: url(../images/lab-grown/title-bg-left.png) right top no-repeat;
  min-height: 58px;
  padding: 22px 25px 0 0;
  margin: 0 -25px 0 0;
}

.lab-article-right .lab-special {
  background: url(../images/lab-grown/title-bg-left.png) left top no-repeat;
  padding: 22px 0 0 25px;
  margin: 0 0 0 -25px;
}

.video-lab {
  text-align: center;
  max-width: 835px;
  margin: 0 auto 60px;
}

.video-lab iframe {
  width: 100%;
  height: 400px;
}

.category-gallery-wrap {
  font-family: 'Roboto', sans-serif;
}

.category-gallery-wrap h3 {
  font-family: 'Roboto', sans-serif;
  color: #424242;
  font-size: 17px;
  margin: 0 0 8px;
}

.view-more-cat {
  text-align: center;
  margin: 0 0 80px;
}

.view-more-cat a {
  color: #f38b05;
  font-size: 21px;
  font-family: Georgia;
  text-decoration: underline !important;
}

.lab-table-wrap {
  margin: 0 0 50px;
}

.lab-table-wrap .table {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #ecd8c8;
}

.lab-table-wrap table th {
  font-size: 16px;
  text-transform: uppercase;
  color: #a16d3b;
  font-weight: bold;
  padding: 15px 25px;
  border-top: none;
}

.lab-table-wrap table th:first-child {
  width: 17%;
}

.lab-table-wrap table th:nth-child(2) {
  width: 17%;
  text-align: right;
  padding-right: 0;
}

.lab-table-wrap table th:nth-child(3) {
  width: 50%;
  padding-left: 223px;
}

.lab-table-wrap table td.right-item {
  padding-left: 230px;
  position: static;
}

.lab-table-wrap table td {
  padding: 15px 25px;
  font-weight: bold;
  font-size: 16px;
  border-color: #ecd8c8;
  color: #444647;
}

.lab-table-wrap table .lab-color {
  background: #ffeddf;
  color: #ec625b;
  text-align: right;
}

@media (max-width: 1200px) {
  .lab-info {
    font-size: 24px;
  }
  .lab-wrap h3 {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .lab-info {
    font-size: 20px;
  }
  .lab-table-wrap table th,
  .lab-table-wrap table td {
    font-size: 14px;
  }
  .lab-table-wrap table th:nth-child(3),
  .lab-table-wrap table td.right-item {
    padding-left: 200px;
  }
}

@media (max-width: 767px) {
  .lab-title {
    padding-top: 20px;
  }
  .lab-title h2 {
    font-size: 24px;
  }
  .gallery-lab ul {
    display: block;
  }
  .gallery-lab li {
    width: 100%;
  }
  .gallery-lab-section > img {
    display: block;
    width: 100%;
  }
  .lab-article h3 span {
    display: inline-block;
  }
  .lab-article-inner {
    flex-direction: column;
    margin: 0 0 50px;
  }
  .lab-article-left,
  .lab-article-right {
    width: 100%;
    padding: 0;
  }
  .lab-article-left,
  .lab-article-left, .lab-article-right {
    padding-left: 0;
    text-align: center;
    margin: 0 0 20px;
  }
  .lab-article-mid {
    width: 226px;
    text-align: center;
    margin: 0 auto 30px;
    order: -1;
  }
  .lab-special,
  .lab-article-right .lab-special {
    margin: 0 !important;
    background: none !important;
    padding: 0;
    min-height: inherit;
    font-weight: bold;
  }
  .lab-article-inner h4 {
    margin: 0 0 10px;
  }
  .lab-table-wrap {
    width: 100%;
    overflow-y: auto;
  }
  .lab-table-wrap table th,
  .lab-table-wrap table td {
    padding: 10px 8px;
    font-size: 12px;
  }
  .lab-table-wrap table th:nth-child(3),
  .lab-table-wrap table td.right-item {
    padding-left: 25px;
  }
  .lab-table-wrap table th:first-child,
  .lab-table-wrap table th:nth-child(3),
  .lab-table-wrap table th:nth-child(2) {
    width: 33.33%;
  }
  .lab-wrap h3 {
    margin: 0 0 25px;
  }
  .lab-article-inner h4 {
    font-size: 20px;
  }
  .banner-strip {
    display: none;
  }
}
