@charset "UTF-8";

.categories {
  background-color: #eee;
  padding-top: 4rem;
  padding-bottom: 3rem; }
  .categories .row5 {
    margin-left: -5px;
    margin-right: -5px; }
  .categories .col5 {
    padding-right: 5px;
    padding-left: 5px; }
  .categories img {
    width: 100%;
    object-fit: cover; }
  .categories .sub-category {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden; }
  .categories .sub-category:hover:before {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  .categories .sub-category:hover .list-sub-category {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1); }
  .categories .sub-category:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    opacity: 0; }
  .categories .sub-category .list-sub-category {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 145px;
    color: #fff;
    opacity: 0;
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5); }
  .categories .sub-category .list-sub-category .sub-title {
    margin: 0 0 25px 0;
    font-size: 2.4rem;
    font-weight: 700; }
  .categories .sub-category .list-sub-category .sub-title span {
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    border-top: 1px solid #fff; }
  .categories .sub-category .list-sub-category ul li {
    line-height: 30px; }
    .categories .sub-category .list-sub-category ul li a {
      color: #fff; }
    .categories .sub-category .list-sub-category ul li a:hover {
      color: #beae59; }
  .categories .col-left {
    margin-bottom: 10px; }
  .categories .col-left .sub-category img {
    height: 500px; }
  .categories .col-left .another-category {
    margin-bottom: 0; }
  .categories .col-left .another-category .list-sub-category {
    padding-top: 30px; }
  .categories .col-left .another-category img {
    height: 270px; }
  .categories .col-center {
    margin-bottom: 10px; }
  .categories .col-center .hot-category {
    background-color: #1783ce;
    padding: 40px 30px 30px 30px;
    margin-bottom: 10px; }
  .categories .col-center .hot-category .hot-title {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px; }
  .categories .col-center .hot-category .hot-title > span {
    display: inline-block;
    padding: 5px 0;
    border-top:1px solid #cf1d67;}
    .categories .col-center .hot-category .hot-title > span > span {
      color: #444;
      font-weight: 300; }
  .categories .col-center .hot-category .hot-category-desc {
    line-height: 22px;
    font-size: 12px;
    margin: 0 0 25px 0; }
  .categories .col-center .hot-category .view-all {
    background-color: #beae59;
    color: #fff;
    text-align: center;
    font-weight: 700;
    width: 202px;
    height: 42px;
    line-height: 42px; }
  .categories .col-center .another-category {
    margin-bottom: 0; }
  .categories .col-center .another-category img {
    height: 520px; }
  .categories .col-right {
    margin-bottom: 10px; }
  .categories .col-right .another-category .list-sub-category {
    padding-top: 30px; }
  .categories .col-right .another-category:first-child {
    margin-bottom: 10px; }
  .categories .col-right .another-category:first-child img {
    height: 385px; }
  .categories .col-right .another-category:last-child img {
    height: 385px; }
