/*
 * Homepage
 */

  /* Global */
.mh-home-title {
  font-size: 25px;
  font-weight: 500;
  color: #323c3f;
  display: inline;
  position: relative;
}

.mh-home-title::before,
.mh-home-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #222;
  top: 70%;
}

.mh-home-title::before {
  left: -75px;
}

.mh-home-title::after {
  right: -75px;
}

.mh-home-sub-title {
  color: #788188;
  font-size: 14px;
  margin: 0 0 15px;
}

  /* Giới thiệu */
.mh-introduce div.text-inner > h3 {
  color: #323c3f;
}

.mh-introduce div.text-inner > p {
  color: #adadad;
  font-size: 14px;
  margin: 20px 0 30px;
}

.mh-button-introduce {
  border: 1px solid #b7b7b7 !important;
  padding: 5px 20px !important;
  font-size: 14px !important;
  margin: 0 !important;
}

.mh-button-introduce:hover {
  background-color: transparent !important;
}

.mh-button-introduce:hover span {
  color: #adadad;
}

.mh-button-introduce span {
  font-weight: 400;
}

  /* Sản phẩm */
    /* Banner & Category */
.mh-home-title-category {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 300;
}

.mh-col-category-man .col-inner::after,
.mh-col-category-woman .col-inner::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100px;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.2;
  height: 100px;
  width: 100px;
}

.mh-col-category-man .col-inner::after {
  background-image: url(image/group_product_men.png);
}

.mh-col-category-woman .col-inner::after {
  background-image: url(image/group_product_woman.png);
}

.mh-list-category {
  list-style-type: none;
}

.mh-list-category {
  height: 150px;
  overflow-y: scroll;
  margin-bottom: 0;
}

.mh-list-category::after {
  content: "";
  display: table;
  clear: both;
}

.mh-list-category::-webkit-scrollbar {
  width: 5px;
  height: 6px;
  background-color: #086374;
}

.mh-list-category > li {
  width: 50%;
  float: left;
  padding-right: 15px;
  margin: 0 !important;
}

.mh-list-category > li > a {
  font-size: 13px;
}
    /* Products */
.mh-col-products > .col-inner {
  padding: 5px 5px 1px;
  background-color: #e8e8e8;
}

.mh-col-products .product-small.box:hover,
.mh-col-products .product-small.box:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.mh-col-products .box-text.box-text-products {
  background-color: #fff;
}

  /* Chính sách */
.mh-col-policy .box-text-inner > h4 {
  font-weight: 500;
  color: #323c3f;
}

.mh-col-policy .box-text-inner > p {
  font-size: 12px;
  color: #888;
}

  /* Tin tức */
.mh-col-blog .col.post-item .col-inner {
  box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}

.mh-col-blog .col.post-item .box-text {
  padding: 10px;
}

.mh-col-blog .col.post-item .box-text .is-divider {
  display: none;
}

.mh-col-blog .col.post-item .box-text h5.post-title {
  font-size: 16px;
  color: #222;
  font-weight: 400;
  min-height: 40px;
}

.mh-col-blog .col.post-item .box-text h5.post-title,
.mh-col-blog .col.post-item .box-text p.from_the_blog_excerpt {
  margin-bottom: 15px;
}

.mh-col-blog .col.post-item .box-text h5.post-title:hover {
  color: #56cfe1;
}
