/* team */
.team {
  overflow: hidden;
  position: relative;
  padding: 65px 0 10px; }
  @media (min-width: 768px) {
    .team {
      padding: 100px 0 25px; } }
  @media (min-width: 992px) {
    .team {
      padding: 137px 0 37px; } }
  .team .container {
    max-width: 1410px; }
  .team__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    padding-left: 10px; }
    @media (min-width: 1200px) {
      .team__list {
        padding-left: 0; } }
    .team__list li {
      width: 100%;
      margin: 0 0 25px; }
      @media (min-width: 480px) {
        .team__list li {
          padding: 0 20px;
          margin: 0 0 7px; } }
      @media (min-width: 768px) {
        .team__list li {
          width: 50%;
          margin: 0 0 35px; } }
      @media (min-width: 992px) {
        .team__list li {
          width: 33.333%;
          margin: 0 0 60px; } }
  .team__member {
    max-width: 336px;
    margin: 0 auto; }
  .team__box {
    position: relative;
    box-shadow: 11px 0 29px rgba(0, 0, 0, 0.18); }
    .team__box:before {
      position: absolute;
      left: -15px;
      top: -15px;
      width: 98%;
      height: 97.5%;
      content: '';
      background: #1e2842;
      z-index: -1; }
    .team__box:hover .team__image img {
      opacity: 0.17; }
    .team__box:hover .team__caption {
      transform: none; }
  .team__image {
    overflow: hidden;
    background: #1e2842; }
    .team__image img {
      display: block;
      max-width: none;
      width: 100%;
      height: auto;
      transition: opacity 0.35s ease-in-out; }
  .team__caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    position: absolute;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 28px 0 32px;
    transform: scale(0);
    transform-origin: center;
    transition: transform 0.35s ease-in-out; }
    .team__caption.custom .team__subtitle {
      font-size: 30px;
      color: #fff;
      opacity: 1;
      font-weight: bold; }
    .team__caption.custom .team__info {
      margin: 0;
      width: 100%; }
      .team__caption.custom .team__info:nth-child(4) .team__link {
        padding-top: 10px;
        display: block; }
      .team__caption.custom .team__info .team__des {
        color: #fff;
        opacity: 0.5;
        font-style: italic; }
    @media (min-width: 992px) {
      .team__caption {
        padding: 20px 0 24px; } }
    @media (min-width: 1200px) {
      .team__caption {
        padding: 28px 0 32px; } }
  .team__info {
    overflow: hidden;
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      .team__info {
        margin: 0 0 22px; } }
  .team__subtitle {
    font-size: 12px;
    line-height: 1;
    display: block;
    color: #fff;
    opacity: 0.64;
    text-transform: uppercase;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .team__subtitle {
        margin: 0; } }
  .team__link {
    font-size: 16px;
    font-weight: 500;
    color: #fff; }
    .team__link:hover {
      color: #84bafd; }
  .team__textbox {
    padding: 25px 8px;
    overflow: hidden; }
    @media (min-width: 480px) {
      .team__textbox {
        padding: 39px 8px; } }
    @media (min-width: 768px) {
      .team__textbox {
        padding: 25px 8px; } }
    @media (min-width: 992px) {
      .team__textbox {
        padding: 35px 8px; } }
  .team__des {
    display: block;
    color: #84bafd;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 9px; }
    @media (min-width: 992px) {
      .team__des {
        margin: 0; } }
  .team__name {
    font-size: 22px;
    display: block;
    font-weight: 600;
    color: #1e2842;
    padding-left: 30px;
    position: relative; }
    @media (min-width: 480px) {
      .team__name {
        font-size: 22px; } }
    @media (min-width: 600px) {
      .team__name {
        font-size: 26px;
        padding-left: 40px; } }
    @media (min-width: 768px) {
      .team__name {
        font-size: 22px;
        padding-left: 30px; } }
    @media (min-width: 1200px) {
      .team__name {
        font-size: 24px; } }
    @media (min-width: 1400px) {
      .team__name {
        font-size: 26px;
        padding-left: 40px; } }
    .team__name:before {
      width: 20px;
      height: 1px;
      background: #1e2842;
      position: absolute;
      left: 0;
      top: 14px;
      content: ''; }
      @media (min-width: 600px) {
        .team__name:before {
          width: 27px; } }
      @media (min-width: 768px) {
        .team__name:before {
          width: 20px;
          top: 14px; } }
      @media (min-width: 992px) {
        .team__name:before {
          top: 16px; } }
      @media (min-width: 1200px) {
        .team__name:before {
          top: 18px; } }
      @media (min-width: 1400px) {
        .team__name:before {
          width: 27px;
          top: 20px; } }
  .team .btn {
    min-width: 200px;
    margin-top: 24px;
    position: relative;
    right: 5px; }
    @media (min-width: 480px) {
      .team .btn {
        min-width: 260px;
        right: 10px; } }
    @media (min-width: 768px) {
      .team .btn {
        min-width: 240px; } }
    @media (min-width: 992px) {
      .team .btn {
        min-width: 200px; } }
    @media (min-width: 1200px) {
      .team .btn {
        min-width: 260px; } }
    .team .btn.btn-lg:before {
      border-color: #fff; }
  .team__sorting {
    max-width: 600px;
    margin: 0 auto 40px; }
    @media (min-width: 600px) {
      .team__sorting {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 70px; } }
    .team__sorting .field {
      width: 100%;
      margin: 0 0 15px;
      position: relative; }
      @media (min-width: 600px) {
        .team__sorting .field {
          width: 60%;
          margin: 0; } }
    .team__sorting .btn-search-clear {
      position: absolute;
      right: 10px;
      font-size: 36px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      color: #a70202cf; }
    .team__sorting .reviews-record {
      position: relative; }
      @media (min-width: 600px) {
        .team__sorting .reviews-record {
          width: 40%;
          padding: 0 0 0 15px; } }
    .team__sorting input,
    .team__sorting select,
    .team__sorting .record__value {
      height: 50px;
      font-size: 15px !important;
      line-height: 20px  !important;
      width: 100% !important;
      padding: 14px 15px !important;
      border: 1px solid #a7a7a7 !important;
      font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 500;
      background: #fff; }
  .team__cat .h3.hide {
    display: none; }
  .team__cat .h3 {
    text-align: center;
    line-height: 1.2;
    margin: 0 0 50px; }
    @media (min-width: 600px) {
      .team__cat .h3 {
        margin: 0 0 70px; } }
    @media (min-width: 1200px) {
      .team__cat .h3 {
        font-size: 42px; } }
    @media (min-width: 1400px) {
      .team__cat .h3 {
        font-size: 46px; } }
    @media (min-width: 1600px) {
      .team__cat .h3 {
        font-size: 50px; } }

/* team paging style */
.team-paging {
  margin: 0;
  padding: 15px 0 30px;
  text-align: center; }
  .team-paging > a,
  .team-paging > .current {
    margin: 0 5px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    font-weight: 600;
    border: 1px solid #84bafd;
    color: #529fff;
    border-radius: 3px;
    vertical-align: middle;
    padding: 0 10px;
    min-width: 36px; }
  .team-paging > a:hover,
  .team-paging > a:active,
  .team-paging a:focus {
    background-color: #84bafd;
    color: #fff; }
  .team-paging > .current {
    background-color: #84bafd;
    color: #fff; }

.record {
  position: relative; }
  .record .record__value {
    display: block;
    color: #000;
    position: relative;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .record .record__value .fa-angle-down {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
  .record .record__dropdown {
    font-size: 13px;
    line-height: 34px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #a7a7a7;
    background: #fff;
    margin-top: -1px; }
    .record .record__dropdown li + li {
      border-top: 1px solid #a7a7a7; }
    .record .record__dropdown li a {
      color: #000;
      display: block;
      font-weight: 500;
      outline: none;
      padding: 5px 15px; }
      .record .record__dropdown li a:hover {
        background: #f1f1f1; }

#msg-box {
  text-align: center; }
