.banner {
  margin-top: 180px;
  position: relative; }
  .banner > img {
    width: 100%; }

.proban {
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 12;
  transform: translateX(-50%); }

.ban_box {
  width: 650px;
  background: #4a9a83;
  box-shadow: 0px 4px 13px 0px rgba(0, 24, 34, 0.35);
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: white;
  line-height: 48px;
  padding: 66px 52px; }

.set2 {
  background: #eef1f5;
  width: 100%;
  padding: 90px 0 105px; }

.feat_pro {
  font-size: 0;
  margin-top: 15px;
  margin-bottom: 35px; }

.feat_cnt, .frat_type {
  display: inline-block;
  vertical-align: top; }

.frat_type {
  width: 300px;
  height: 50px;
  border: 1px solid #d9d9db;
  position: relative; }

.pro_one {
  padding: 0 50px 0 22px;
  position: relative;
  z-index: 12;
  cursor: pointer;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 48px; }

.SortBy {
  position: absolute;
  top: 20px;
  right: 27px;
  z-index: 1; }

.feat_cnt {
  width: calc(100% - 440px);
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 50px;
  margin-right: 140px; }
  .feat_cnt a {
    color: #333333; }

.protype_box {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  z-index: 13;
  background: white;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.12);
  padding: 20px 0 65px; }
  .protype_box p {
    padding: 0 20px;
    transition: all .4s;
    cursor: pointer; }
    .protype_box p a {
      display: block;
      font-size: 15px;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      color: #333333;
      line-height: 20px;
      padding: 9px 0 14px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      color: #333333; }
    .protype_box p:hover {
      background: #4a9a83;
      -webkit-transition: all .4s;
      -moz-transition: all .4s;
      -ms-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .protype_box p:hover a {
        color: #fff; }
  .protype_box .activa {
    background: #4a9a83; }
    .protype_box .activa a {
      color: #fff; }

.videos {
  font-size: 0;
  margin: 50px 0 0; }
  .videos > div:nth-child(4n) {
    margin-right: 0; }

.video_img {
  position: relative; }

.videos_box {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  margin-right: 2%;
  cursor: pointer;
  margin-bottom: 60px; }
  .videos_box p {
    font-size: 16px;
    font-family: Lato;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 28px;
    margin: 20px 0 0; }
  .videos_box h2 {
    font-size: 22px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 28px; }
  .videos_box:hover p, .videos_box:hover h2 {
    text-decoration: underline;
    color: #4a9a83; }

.vd_box, .vda_box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  width: 51px;
  transform: translate(-50%, -50%); }

.page {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0; }
  .page .pagination {
    margin: 0 0; }
  .page .pagination > li > a, .page .pagination > li > span {
    padding: 0;
    margin: 0 5px;
    text-decoration: none;
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 40px; }
  .page .pagination > .active > a, .page .pagination > .active > a:focus, .page .pagination > .active > a:hover, .page .pagination > .active > span, .page .pagination > .active > span:focus, .page .pagination > .active > span:hover {
    background: #4a9a83;
    border: none;
    color: #fff; }
  .page .pagination > li:first-child > a, .page .pagination > li:first-child > span, .page .pagination > li:last-child > a, .page .pagination > li:last-child > span {
    font-size: 26px;
    line-height: 36px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .banner {
    margin-top: 150px; }

  .ban_box {
    width: 580px;
    padding: 40px 30px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner {
    margin-top: 150px; }

  .ban_box {
    width: 580px;
    padding: 40px 30px; }

  .videos_box h2 {
    font-size: 18px;
    line-height: 24px; } }
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 82px; }

  .banner > img {
    height: 150px;
    object-fit: cover; }

  .proban {
    bottom: -20px; }

  .ban_box {
    width: 80%;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 20px; }

  .set2 {
    padding: 15px 0; }

  .feat_cnt, .frat_type {
    width: 100%;
    margin-right: 0; }

  .videos_box {
    width: 100%;
    margin-bottom: 25px; }

  .videos > div:nth-child(4n) {
    margin: 0 0 25px; }

  .videos {
    font-size: 0;
    margin: 28px 0 5px; }

  .videos_box h2 {
    font-size: 18px;
    line-height: 24px; }

  .page {
    margin-bottom: 20px; }

  .page .pagination > li > a, .page .pagination > li > span {
    margin: 0 3px;
    width: 34px;
    height: 34px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 34px; }

  .page .pagination > li:first-child > a, .page .pagination > li:first-child > span, .page .pagination > li:last-child > a, .page .pagination > li:last-child > span {
    font-size: 24px;
    line-height: 30px; }

  .protype_box {
    padding: 15px 0 30px; } }

/*# sourceMappingURL=video.css.map */
