/*
 * Global
 */
.mh-col-no-padding {
  padding-left: 0;
  padding-right: 0;
}

/*
 * Homepage
 */
  /* Danh mục tiêu biểu */
.mh-featured-category {
  padding: 0 5px 10px !important;
}

.mh-featured-category > .col-inner {
  position: relative;
  overflow: hidden;
}

.mh-featured-category > .col-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  top: 0;
  opacity: 0;
  transform: scale(.5);
  -moz-transform: scale(.5);
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  left: 0;
  z-index: 998;
}

.mh-category-inner {
  width: 100%;
  position: absolute;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  left: 0;
  z-index: 999;
}

.mh-featured-category > .col-inner:hover::before,
.mh-featured-category > .col-inner:hover .mh-category-inner {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.mh-featured-category .img.has-hover {
  margin-bottom: 0;
}

.mh-category-inner a {
  color: #fff;
}

.mh-title-category .title-category a {
  padding: 4px 0;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.mh-featured-category-1 .mh-category-inner {
  top: 10%;
}

.mh-featured-category-2 .mh-category-inner {
  top: 35%;
}

.mh-featured-category-3 .mh-category-inner {
  top: 35%;
}

.mh-featured-category-4 .mh-category-inner {
  top: 35%;
}

.mh-featured-category-5 .mh-category-inner {
  top: 25%;
}

.mh-featured-category-6 .mh-category-inner {
  top: 35%;
}
    /* Tiêu đề */
.mh-category .col-inner > h2 {
  padding: 4px 0 4px;
  font-size: 20px;
  color: #444;
  text-transform: uppercase;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: inline-block;
  margin-bottom: 25px;
  max-width: 73%;
}

.mh-category .col-inner > p {
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 25px;
}
  /* Chính sách */
.mh-policy .icon-box-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mh-policy .icon-box-text > h3,
.mh-policy .icon-box-text > p {
  color: #fff;
}

.mh-policy .icon-box-text > h3 {
  font-weight: bold;
  font-size: 16px;
}

.mh-policy .icon-box-text > p {
  font-size: 13px;
}
    /* Chính sách hoàn tiền */
.mh-policy-2::before,
.mh-policy-2::after {
  content: "";
  border-top: 70px solid transparent;
  position: absolute;
  border-bottom: 70px solid transparent;
  top: 0;
  z-index: 1;
}

.mh-policy-2::before {
  border-right: 30px solid #13b5e6;
  left: -30px;
}

.mh-policy-2::after {
  border-left: 30px solid #13b5e6;
  right: -30px;
}
  /* Blog */
.mh-blog-slide .post-title.is-large {
  min-height: 42px;
  margin-bottom: 5px;
}

.mh-blog-slide .is-divider {
  display: none;
}
