.menu-shop {
  text-align: center;
  margin-top: 10px;
}

.menu-shop .title {
  font-weight: bold;
  font-size: 48px;
  color: #272c63;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 44px;
}

@media (max-width: 767px) {
  .menu-shop .title {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.menu-shop .detail {
  margin-bottom: 34px;
}

@media (max-width: 768px) {
  .menu-shop .detail {
    margin-bottom: 10px !important;
  }
}

.menu-shop a {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f7;
  padding: 14px 20px;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .menu-shop a {
    padding: 10px 20px;
  }
}

.menu-shop a:hover {
  color: white;
  background-color: #272c63;
  text-decoration: none;
}

.menu-shop .active {
  color: white;
  background-color: #272c63;
}

.list_new .l_first {
  padding-top: 45px;
  height: 440px;
  padding-left: 20px;
  padding-right: 40px;
}

.list_new .r_first {
  padding-left: 0;
  padding-right: 0;
}

.list_new .ct_new {
  display: block;
}

.list_new .ct_new:hover {
  text-decoration: none;
}

.list_new .row_item {
  margin-left: 0;
  margin-right: 0;
  background: #f3f3f3;
}

.list_new .list_child {
  margin-top: 48px;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .list_new .list_child {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

.list_new .list_child .item_new {
  padding: 15px;
}

.list_new .list_child .item_new .bo_img {
  height: 194px;
  overflow: hidden;
  position: relative;
}

.list_new .list_child .item_new .bo_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 240px;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.list_new .list_child .item_new .bo_img .logo_vimma {
  position: absolute;
  top: 0;
  right: 0;
}

.list_new .list_child .item_new .title_new {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 16px;
  margin-bottom: 0;
}

.list_new .list_child .item_new .smr_new {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 0;
}

.list_new .list_child .item_new .weight {
  color: #666;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .list_new .list_child .item_new {
    padding-left: 10px;
    padding-right: 10px;
  }
  .list_new .list_child .item_new .bo_img .img-responsive {
    width: 100%;
  }
}
/*# sourceMappingURL=home.css.map */