/*
 * Theme Name: Nem3
 * Description: This is a child theme for Softie 2020
 * Author: MuaTheme.com
 * Template: flatsome
 * Version: 1.0.0
 */

/**
 * Global
 */
p {
  margin-bottom: 10px;
  font-size: 15px;
}

b,
strong {
  font-weight: 500;
}

.mh-no-margin-bottom {
  margin-bottom: 0 !important;
}

.mh-no-padding-bottom {
  padding-bottom: 0 !important;
}

.mh-color-primary {
  color: var(--primary-color) !important;
}

/* .mh-fontawesome::before,
.mh-fontawesome::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-right: 7px;
} */

/* Form */
select,
input,
textarea,
.mh-input {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}

input::placeholder,
textarea::placeholder,
select.mh-input::placeholder,
input.mh-input::placeholder,
input.mh-input[type='date']::placeholder {
  font-weight: 300;
}

.wpcf7-form {
  margin-bottom: 0;
}

/* .giuseart-nav */
.phone-mobile {
  display: none;
}

.giuseart-nav {
  position: fixed;
  left: 13px;
  background: #fff;
  border-radius: 5px;
  width: auto;
  z-index: 150;
  bottom: 50px;
  padding: 10px 0;
  border: 1px solid #f2f2f2;
}

.giuseart-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.giuseart-nav ul li {
  list-style: none !important;
}

.giuseart-nav ul>li a {
  border: none;
  padding: 3px;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  max-width: 72.19px;
  max-height: 54px;
  text-decoration: none;
}

.giuseart-nav ul>li .chat_animation {
  display: none
}

.giuseart-nav ul>li a i.ticon-heart {
  background: url(images/icon-map.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav ul>li a i.ticon-zalo-circle2 {
  background: url(images/icon-zalo-circle2.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav li .button {
  background: transparent;
}

.giuseart-nav ul>li a i.ticon-angle-up {
  background: url(images/icon-angle-up.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav ul>li a i {
  width: 33px;
  height: 33px;
  display: block;
  margin: auto;
}

.giuseart-nav ul li .button .btn_phone_txt {
  position: relative;
  top: 35px;
  font-size: 10px;
  font-weight: bold;
  text-transform: none;
}

.giuseart-nav ul li .button .phone_animation i {
  display: inline-block;
  width: 27px;
  font-size: 26px;
  margin-top: 12px;
}

.giuseart-nav ul>li a.chat_animation svg {
  margin: -13px 0 -20px;
}

.giuseart-nav ul>li a i.ticon-messenger {
  background: url(images/icon-messenger.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.giuseart-nav ul li .button .phone_animation i {
  display: inline-block;
  width: 27px;
  font-size: 26px;
  margin-top: 12px;
}

.giuseart-nav ul>li a i.ticon-chat-sms {
  background: url(images/icon-sms-1.jpg) no-repeat;
  background-size: contain;
  width: 38px;
  height: 36px;
  display: block;
}

.giuseart-nav ul>li a i.icon-phone-w {
  background: url(images/icon-phone-w.png) no-repeat;
  background-size: contain;
}

.giuseart-nav ul li .button .btn_phone_txt {
  position: relative;
}

@media only screen and (max-width: 600px) {
  .phone-mobile {
    display: block;
  }

  .giuseart-nav li .chat_animation {
    display: block !Important
  }

  .giuseart-nav li .button .phone_animation {
    box-shadow: none;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #6cb917;
    line-height: 15px;
    border: 2px solid white;
  }

  .giuseart-nav ul>li a {
    padding: 0;
    margin: 0 auto
  }

  .giuseart-nav {
    background: white;
    width: 100%;
    border-radius: 0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
  }

  .giuseart-nav li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
  }
}

/* UX Theme */
.widget .is-divider,
.mh-col-no-divider .is-divider {
  display: none;
}

.icon-box-img svg,
.icon-box-img img {
  padding: 0;
}

.banner h2,
.banner h3,
.banner h1 {
  line-height: 1.3;
}

/* Title */
.mh-title-simple {
  padding: 0;
}

.mh-title-simple b {
  display: none;
}

.mh-title-simple .section-title,
.mh-title-simple .section-title-main {
  border: 0;
  padding: 0;
  margin: 0;
}

.mh-title-simple.center .section-title {
  justify-content: center;
}

.mh-title-simple.right .section-title {
  justify-content: flex-end;
}

.mh-title-simple.bold .section-title,
.mh-title-simple.bold .section-title-main {
  font-weight: 700;
}

.mh-title-simple.initial .section-title-main {
  text-transform: initial;
  position: relative;
}

/* Breadcrumbs */
.mh-breadcrumbs {
  background-color: transparent !important;
}

.mh-breadcrumbs>.page-title-bg {
  display: none;
}

.mh-breadcrumbs .page-title-inner,
.mh-breadcrumbs .title-breadcrumbs {
  padding: 0;
}

.mh-breadcrumbs .woocommerce-breadcrumb,
.mh-breadcrumbs .woocommerce-breadcrumb a {
  color: #575757;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -o-text-shadow: none;
  font-weight: 300;
  text-transform: initial;
  font-size: 14px;
  line-height: 1.4;
}

/* .mh-breadcrumbs .woocommerce-breadcrumb a {
	color: var(--primary-color);
} */

/* Slider */
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots {
  bottom: -30px;
}

.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  opacity: 0.2;
  width: 10px;
  height: 10px;
}

.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.mh-carousel.hide-dots .flickity-page-dots,
.mh-carousel.hide-button .flickity-button {
  display: none;
}

.mh-carousel .flickity-page-dots {
  bottom: -30px;
}

.mh-carousel .flickity-page-dots .dot {
  background-color: #ff4a4a;
  border-color: #ff4a4a;
  opacity: 0.2;
  width: 10px;
  height: 10px;
}

.mh-carousel .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.mh-carousel .flickity-button {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .11);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .11);
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .11);
  -o-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .11);
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  background-color: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  top: 45%;
  margin-top: 0 !important;
}

.mh-carousel:hover .flickity-button {
  opacity: 1;
  border: 1px solid transparent;
}

.mh-carousel .flickity-button::before {
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  position: relative;
  z-index: 999;
  font-size: 15px;
  width: 100%;
  height: 100%;
  line-height: 41px;
}

.mh-carousel .flickity-button.previous {
  left: -15px;
}

.mh-carousel .flickity-button.next {
  right: -15px;
}

.mh-carousel .flickity-button.next::before {
  content: "\f054";
}

.mh-carousel .flickity-button.previous::before {
  content: "\f053";
}

.mh-carousel .flickity-button:hover,
.mh-carousel .flickity-button:hover::before {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.mh-carousel .flickity-button svg {
  display: none;
}

/* Pagination */
.mh-pagination>a,
.mh-pagination>span {
  display: inline-flex;
  min-width: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d4d4;
  font-size: 16px;
}

.mh-pagination>span,
.mh-pagination>a:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.nav-pagination,
.mh-pagination {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 15px 0 0 !important;
}

.nav-pagination>li,
.page-numbers li {
  margin: 0 0.2em !important;
}

.nav-pagination>li>span,
.nav-pagination>li>a,
.page-numbers>li>span,
.page-numbers>li>a {
  font-weight: normal !important;
  border-width: 1px !important;
  background-color: #ffffff !important;
  border-color: #eaecee !important;
  color: #272b48 !important;
  opacity: 1;
}

.nav-pagination>li>.current,
.nav-pagination>li>span:hover,
.nav-pagination>li>a:hover,
.page-numbers>li>.current,
.page-numbers>li>span:hover,
.page-numbers>li>a:hover {
  border-color: var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

.page-numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.page-numbers>li>span,
.page-numbers>li>a {
  font-size: 1.1em;
  display: block;
  height: 2.25em;
  line-height: 2em;
  text-align: center;
  width: auto;
  min-width: 2.25em;
  padding: 0 7px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid currentColor;
  transition: all .3s;
  vertical-align: top;
}

/* Keyframes */
@-webkit-keyframes pulsejg1 {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(0.9);
    opacity: 0.2;
  }

  70% {
    -webkit-transform: scale(1.1);
    opacity: 0.35;
  }

  80% {
    -webkit-transform: scale(1.25);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}

@-moz-keyframes pulsejg1 {
  0% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }

  50% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }

  60% {
    -moz-transform: scale(0.9);
    opacity: 0.2;
  }

  70% {
    -moz-transform: scale(1.1);
    opacity: 0.35;
  }

  80% {
    -moz-transform: scale(1.25);
    opacity: 0.2;
  }

  100% {
    -moz-transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes pulsejg1 {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }

  50% {
    transform: scale(0.6);
    opacity: 0;
  }

  60% {
    transform: scale(0.9);
    opacity: 0.1;
  }

  70% {
    transform: scale(1.1);
    opacity: 0.25;
  }

  80% {
    transform: scale(1.25);
    opacity: 0.1;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@-webkit-keyframes pulsejg2 {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }

  40% {
    -webkit-transform: scale(0.8);
    opacity: 0.05;
  }

  50% {
    -webkit-transform: scale(1);
    opacity: 0.1;
  }

  60% {
    -webkit-transform: scale(1.1);
    opacity: 0.3;
  }

  80% {
    -webkit-transform: scale(1.2);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}

@-moz-keyframes pulsejg2 {
  0% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }

  40% {
    -moz-transform: scale(0.8);
    opacity: 0.05;
  }

  50% {
    -moz-transform: scale(1);
    opacity: 0.1;
  }

  60% {
    -moz-transform: scale(1.1);
    opacity: 0.3;
  }

  80% {
    -moz-transform: scale(1.2);
    opacity: 0.1;
  }

  100% {
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulsejg2 {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }

  40% {
    transform: scale(0.8);
    opacity: 0.05;
  }

  50% {
    transform: scale(1);
    opacity: 0.1;
  }

  60% {
    transform: scale(1.1);
    opacity: 0.3;
  }

  80% {
    transform: scale(1.2);
    opacity: 0.1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

/**
 * Header
 */
/* Main */
#masthead .hide-for-medium.flex-right .header-nav>li>a {
  font-size: 15px;
  padding: 0 10px;
}

#masthead .hide-for-medium.flex-right .header-nav>li.account-item>a {
  padding: 0;
}

#masthead .hide-for-medium.flex-right .header-nav>li.account-item>a::before {
  content: "\f2bd";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 7px;
  font-size: 16px;
  position: relative;
  top: -1px;
  opacity: 1;
}

#masthead .hide-for-medium.flex-right .header-nav>li.cart-item>a>i {
  font-size: 18px;
  position: relative;
  top: -3px;
  color: var(--fs-color-primary) !important;
}

#masthead .hide-for-medium.flex-right .header-nav>li>a>i {
  font-size: 14px;
  margin-right: 7px;
  font-weight: 400;
}

#masthead .hide-for-medium.flex-right .header-nav>li a:hover i,
#masthead .hide-for-medium.flex-right .header-nav>li.active a i {
  color: var(--fs-color-primary) !important;
}

#masthead .hide-for-medium.flex-right .cart-item>a {
  display: flex;
  flex-direction: row-reverse;
  color: #333333 !important;
}

#masthead .hide-for-medium.flex-right .cart-item>a .cart-price span {
  font-weight: 500;
}

#masthead .hide-for-medium.flex-right .cart-item>a .image-icon {
  margin-left: 0;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

#masthead .hide-for-medium.flex-right .header-search .icon-search::before {
  content: "\f002";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

/* Dropdown */
.nav-dropdown {
  border: 0;
}

/**
 * Footer
 */
.mh-col-inline>.col-inner>p,
.mh-col-inline>.col-inner>a,
.mh-col-inline>.col-inner>div {
  display: inline-block;
}

.mh-col-inline>.col-inner>p {
  margin: 0 25px 6px 0;
  font-size: 15px;
  font-weight: 500;
}

.mh-col-inline>.col-inner>a.plain {
  margin-right: 10px;
}

.mh-col-inline>.col-inner>a.plain .icon-box-img {
  margin-bottom: 0;
}

/* Before */
.row>.mh-col-before-footer:first-child {
  border-left: 1px solid #00000012;
}

.row>.mh-col-before-footer:last-child {
  border-right: 1px solid #00000012;
}

.mh-col-before-footer {
  border-color: #00000012 !important;
}

.mh-col-before-footer .icon-box-img {
  margin-bottom: 30px;
}

.mh-col-before-footer .icon-box-text h5 {
  text-transform: initial;
  font-size: 18px;
  color: #ff4a4a;
}

/* Main */
.mh-col-footer .is-divider {
  display: none;
}

.mh-col-footer .widget {
  padding: 0;
  margin: 0;
}

.mh-col-footer p {
  margin: 0;
  font-size: 14px;
  color: #676e6d;
  font-weight: 500;
}

.mh-col-footer p span,
.mh-col-footer a {
  color: #676e6d;
  font-weight: 500;
}

.mh-col-footer .widget-title {
  font-size: 16px;
  margin: 0 0 25px;
  color: #676e6d;
  font-weight: 500;
}

.mh-col-footer>.col-inner>h6 {
  text-transform: initial;
  opacity: 1;
  font-size: 16px;
  margin: 0 0 25px;
  font-weight: 500;
  color: #676e6d;
}

.mh-col-footer .menu li {
  border: 0;
}

.mh-col-footer .menu li a {
  font-size: 14px;
  color: #676e6d;
  display: block;
  padding: 0;
  line-height: 25px;
  font-weight: 500;
}

.mh-col-footer .menu li a::before {
  content: '\f324';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 5px;
  font-size: 9px;
  position: relative;
  top: -1px;
}

.mh-col-footer .menu li a:hover {
  color: var(--primary-color);
}

.mh-col-footer .wpcf7 label {
  margin: 0;
}

.mh-col-footer .wpcf7 input {
  line-height: 43px;
  min-height: 43px;
  border-color: var(--primary-color);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.mh-col-footer .wpcf7 input.wpcf7-text {
  min-width: 320px;
  background-color: transparent;
  border-color: var(--fs-color-primary);
}

.mh-col-footer .wpcf7 input.wpcf7-submit {
  min-width: 135px;
  border: 0;
  margin: 0;
  text-transform: initial;
  background-color: var(--fs-color-secondary);
  color: #e7eeef;
}

/* Bottom */
.absolute-footer {
  padding: 13px 0;
  font-size: 15px;
}

.absolute-footer.dark,
.absolute-footer.dark a,
.absolute-footer.dark a:hover {
  color: #676e6d;
}

.absolute-footer .footer-primary {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.absolute-footer .footer-nav {
  padding: 0;
  margin: 0;
  border: 0;
  opacity: 1;
}

.absolute-footer .footer-nav a {
  text-transform: initial;
  font-size: 14px;
}

/**
 * Blog
 */
/* Global */
.blog-wrapper {
  padding-top: 20px;
}

.blog-wrapper>.row {
  max-width: 1380px !important;
}

.blog-wrapper>.row.row-large>.col {
  padding: 0 15px 30px;
}

.blog-wrapper .is-divider {
  display: none;
}

.cat-box {
  font-size: 15px;
  margin: 5px 0 0 !important;
  color: #777474;
}

.cat-box .cat-name {
  color: #ff4a4a;
}

.mh-title-divided {
  font-size: 33px;
}

.mh-title-divided {
  position: relative;
  margin: 0 0 20px;
}

.mh-title-divided::after {
  content: '';
  display: inline-block;
  width: 90px;
  height: 4px;
  background-color: #ff4a4a;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.post-meta::before {
  content: '\f017';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  margin-right: 7px;
  font-size: 13px;
}

/* Archive */
.blog-archive>.row>.col:not(.post-sidebar) .col.post-item>.col-inner,
.mh-grid-blog .col.post-item>.col-inner {
  background-color: #fff;
  padding: 20px;
}

.blog-archive>.row>.col:not(.post-sidebar) .col.post-item .box-text,
.mh-grid-blog .col.post-item .box-text {
  padding: 20px 0 0;
}

.blog-archive>.row>.col:not(.post-sidebar) .col.post-item .post-title,
.mh-grid-blog .col.post-item .post-title {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.3;
  color: #333333;
  display: -webkit-box;
  min-height: 34px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  position: relative;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  font-weight: 500;
}

.blog-archive>.row>.col:not(.post-sidebar) .col.post-item:hover .post-title,
.mh-grid-blog .col.post-item:hover .post-title {
  color: var(--primary-color);
}

.blog-archive>.row>.col:not(.post-sidebar) .col.post-item .from_the_blog_excerpt,
.mh-grid-blog .col.post-item .from_the_blog_excerpt {
  margin: 0 0 10px;
  font-size: 16px;
  color: #777474;
}

.blog-archive>.row>.col:not(.post-sidebar) .col.post-item .post-meta,
.mh-grid-blog .col.post-item .post-meta {
  font-size: 14px;
}

/* .mh-grid-blog .col.post-item .box-text .cat-box {
	display: none;
} */

.mh-grid-blog .col.post-item .box-text button.button {
  margin: 0 0 10px;
  border: 0;
  padding: 0;
  text-transform: initial;
  font-weight: 500;
  font-size: 15px;
  min-height: auto;
  line-height: initial;
}

/* Single */
.blog-single article.post {
  background-color: #fff;
  padding: 20px;
  /* margin: 0 0 10px; */
}

.blog-single .entry-header {
  border-bottom: 1px dashed #d4d4d4;
  padding: 0 0 15px;
}

.blog-single .entry-header .entry-category {
  display: none;
}

.blog-single .entry-header .entry-header-text {
  padding-bottom: 0;
}

.blog-single .entry-header .entry-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.blog-single .entry-header .entry-meta {
  font-size: 14px;
  text-transform: initial;
}

.blog-single #comments,
.blog-single #comments .comment-respond {
  background-color: #fff;
}

.blog-single .mh-grid-blog .col.post-item>.col-inner {
  padding: 15px;
}

/**
 * Sidebar
 */
.widget-title {
  display: block;
}

.widget-area .widget-title,
.shop-sidebar .widget-title,
.sidebar-inner .widget-title {
  background-color: var(--primary-color);
  padding: 14px 20px 12px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-transform: initial;
}

aside.widget>div {
  padding: 20px;
  background-color: #fff;
}

aside.widget .menu>li+li {
  border-top: 1px dashed #d4d4d4;
}

aside.widget .menu>li>a {
  display: block;
  font-size: 16px;
  padding: 15px 0;
}

aside.widget .menu>li:first-child>a {
  padding-top: 0;
}

aside.widget .menu>li:last-child>a {
  padding-bottom: 0;
}

aside.widget .mh-vertical-blog {
  padding: 20px !important;
}

aside.widget .mh-vertical-blog>.post-item:not(:last-child) {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px dashed #d4d4d4;
}

aside.widget .mh-vertical-blog .post-title {
  margin: 0;
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  min-height: 34px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  position: relative;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  font-weight: 400;
}

aside.widget .mh-vertical-blog .col.post-item:hover .post-title {
  color: var(--primary-color);
}

aside.widget .mh-vertical-blog .cat-box {
  display: none;
}

.mh-advanced-search select,
.mh-advanced-search button {
  min-height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 400;
}

.mh-advanced-search button {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  opacity: 1;
}

/**
 * Woocommerce
 */
/* Price */
span.amount,
ins .woocommerce-Price-amount {
  color: #ff4a4a !important;
  font-weight: 500;
}

del .woocommerce-Price-amount {
  color: #6e6d6d !important;
}

del span.amount {
  opacity: 1;
}

/* Archive */
.shop-page-title {
  display: none;
}

.category-page-row {
  padding: 30px 0;
}

.mh-shop-page-title {
  margin: 0 0 40px;
}

/* Box product */
.product-small.col .badge-container {
  display: none;
}

.product-small.box {
  background-color: #fff;
  padding: 15px;
}

.product-small.box .box-text-products {
  padding: 15px 0 0;
}

.product-small.box .box-text-products .product-title {
  margin: 0 0 10px;
  line-height: 1.3;
  display: -webkit-box;
  min-height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  position: relative;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  font-weight: 500;
}

.product-small.box .box-text-products .product-title a {
  margin: 0;
  font-size: 15px;
}

.product-small.box .box-text-products span.amount,
.product-small.box .box-text-products ins .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 500;
}

.product-small.box .box-text-products del .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 400;
}

.product-small.box .box-text-products .add-to-cart-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-small.box .box-text-products .add-to-cart-button>a {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}

.product-small.box .box-text-products .add-to-cart-button>a:hover {
  background-color: transparent !important;
}

.product-small.box .box-text-products .add-to-cart-button>a::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('assets/img/all-icon.png');
  background-position: 5px 5px;
  background-repeat: no-repeat;
  text-indent: 0;
  float: left;
}

.product-small.box .box-text-products .add-to-cart-button .added_to_cart {
  display: none;
}

/* Single */
.product>.row {
  max-width: 1370px !important;
  padding-top: 30px;
}

.product>.row>.col {
  padding: 0 9.8px 30px;
  border: 0 !important;
}

.product-main {
  padding: 0;
  margin: 0 0 1.5em;
}

.product-main>.row {
  margin-left: -20px !important;
  margin-right: 0 !important;
}

.product-main>.row>.col.large-6 {
  padding: 0 20px;
}

.product-main>.row>.col.large-6 .product-images {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 0;
}

.product-main>.row>.col.large-6 .product-images .badge-container {
  display: none;
}

.product-main>.row>.col.large-6 .product-thumbnails {
  background-color: #fff;
  padding: 5px 5px 20px;
  margin-left: 0;
  margin-right: 0;
}

.product-main .product-thumbnails img {
  opacity: 1;
}

.product-main .product-thumbnails a:hover,
.product-main .product-thumbnails .is-nav-selected a {
  border-color: #f72936;
}

.product-info {
  background-color: #fff;
  padding: 15px 20px;
}

.product-info .woocommerce-breadcrumb {
  display: none;
}

.product-info .product-title {
  margin: 0 0 15px;
  font-size: 22px;
}

.product-info .product-page-price {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 2px solid #e2e2e2;
  font-size: 20px;
}

.product-info .product-page-price ins {
  font-size: 24px;
  margin-right: 20px;
}

.product-info .product-page-price del {
  font-size: 16px;
}

.product-info .woocommerce-Price-currencySymbol {
  font-size: inherit;
  margin-top: 0;
}

.product-info .mh-product-sku {
  font-size: 15px;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 2px solid #e2e2e2;
  color: #6e6e6e;
}

.product-info .mh-product-sku span {
  color: #333333;
}

.product-info .mh-excerpt .title {
  font-size: 19px;
  margin: 0 0 10px;
  text-transform: initial;
}

.product-info .variations_form .variations .label {
  padding: 0;
  width: 20%;
}

.product-info .mh-excerpt p,
.product-info .variations_form .variations .label label {
  color: #5a5959;
  font-size: 15px;
  font-weight: 400;
}

.product-info .variations_form .variations .reset_variations,
.product-info .variations_form .woocommerce-variation {
  display: none !important;
}

.product-info .variations_form .variations .select_option {
  margin-right: 10px;
  padding: 3px;
}

.product-info .variations_form .variations .select_option_colorpicker,
.product-info .variations_form .variations .select_option_colorpicker span {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  border-color: transparent;
}

.product-info .variations_form .variations .select_option_colorpicker.selected {
  border-color: #ff4a4a;
}

.product-info .variations_form .variations .select_option_colorpicker span {
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.12), 0 0px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.12), 0 0px 4px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.12), 0 0px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.12), 0 0px 4px rgba(0, 0, 0, 0.24);
}

.product-info .variations_button {
  padding: 0;
}

.product-info .quantity {
  border: 1px solid #e2e2e2;
}

.product-info .quantity input {
  border: 0;
  min-width: 33.3%;
}

.product-info .quantity input.button {
  font-size: 20px;
  line-height: 40px;
  min-height: 40px;
}

.product-info form.cart {
  position: relative;
  margin: 0 0 5px;
}

.product-info form.cart .mh-before-quantity {
  line-height: 42px;
  min-height: 42px;
  display: inline-block;
  margin-right: 10px;
}

.product-info form.cart .single_add_to_cart_button {
  margin: 0;
  border: 0;
  min-width: 250px;
  line-height: 42px;
  min-height: 42px;
  text-transform: initial;
  font-weight: 500;
}

/* .product-info .single_variation_wrap {
	position: relative;
}

.product-info .woocommerce-variation-add-to-cart .mh-shop-other {
	display: none;
}

.product-info .mh-shop-other {
	position: absolute;
  bottom: 0;
  right: 0;
  width: fit-content;
} */

.product-footer {
  background-color: #fff;
  padding: 25px;
}

.product-footer .woocommerce-tabs {
  border: 0;
  padding: 25px 0 0;
}

.product-footer ul.product-tabs {
  border-bottom: 2px solid #e2e2e2;
  margin: 0 0 20px;
}

.product-footer ul.product-tabs>li {
  margin: 0 15px;
}

.product-footer ul.product-tabs>li>a {
  font-size: 17px;
  padding: 0 0 10px;
  line-height: 1.4;
  color: #333;
  text-transform: capitalize;
}

.product-footer ul.product-tabs>li.active>a {
  color: #ff4a4a;
}

.product-footer ul.product-tabs>li.active>a::before,
.product-footer ul.product-tabs>li:hover>a::before {
  background-color: #ff4a4a;
}

.product-footer ul.product-tabs>li>a::before {
  bottom: -2px;
  top: auto;
  height: 2px;
  background-color: #333;
}

.product-footer .tab-panels {
  padding-top: 0;
}

.mh-col-related-product .related {
  border: 0;
}

.mh-col-related-product .related>h3 {
  max-width: 100%;
  position: relative;
  margin: 0 0 30px;
  font-size: 33px;
}

.mh-col-related-product .related>h3::after {
  content: '';
  display: inline-block;
  width: 90px;
  height: 4px;
  background-color: #ff4a4a;
  position: absolute;
  bottom: -0px;
  left: 0;
}

/* ===== Page ====== */
/**
 * Homepage
 */
/* Global */
.mh-col-title p {
  color: #777474;
  font-size: 15px;
  max-width: 850px;
  margin: auto;
}

.mh-col-title .sub-title {
  color: #333;
}

.mh-button-readmore {
  font-size: 16px;
  min-width: 210px;
  min-height: 54px;
  line-height: 52px;
  font-weight: 400;
  margin: 0;
}

/* Slider */
.mh-box-banner .text-inner>h2 {
  margin: 0 0 15px;
  font-weight: bold;
}

.mh-box-banner .text-inner>p {
  font-size: 17px;
}

.mh-box-banner .text-inner>.button {
  color: var(--fs-color-secondary) !important;
  border-radius: 0.5em 0.6em / 0.6em 1em 3em 1em !important;
  -moz-border-radius: 0.5em 0.6em / 0.6em 1em 3em 1em !important;
  -webkit-border-radius: 0.5em 0.6em / 0.6em 1em 3em 1em !important;
  -o-border-radius: 0.5em 0.6em / 0.6em 1em 3em 1em !important;
  box-shadow: 3px 0 0 0 #e7eeef, 3px 3px 0 0 #e7eeef, 0 3px 0 0 #e7eeef !important;
  -moz-box-shadow: 3px 0 0 0 #e7eeef, 3px 3px 0 0 #e7eeef, 0 3px 0 0 #e7eeef !important;
  -webkit-box-shadow: 3px 0 0 0 #e7eeef, 3px 3px 0 0 #e7eeef, 0 3px 0 0 #e7eeef !important;
  -o-box-shadow: 3px 0 0 0 #e7eeef, 3px 3px 0 0 #e7eeef, 0 3px 0 0 #e7eeef !important;
}

.mh-box-banner .text-inner>.button:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.mh-box-banner .text-inner>.button:hover span {
  color: #fff;
}

.mh-box-banner .text-inner>.button span {
  font-weight: normal;
  font-size: 15px;
  color: var(--fs-color-secondary);
}

/* 4 banner */
.mh-box-banner-effect .banner-bg {
  z-index: 0;
}

.mh-box-banner-effect .banner-layers {
  z-index: 1;
}

.mh-box-banner-effect .banner-bg::before,
.mh-box-banner-effect .banner-bg::after,
.mh-box-banner-effect .banner-bg .bg::before,
.mh-box-banner-effect .banner-bg .bg::after {
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 1;
  width: 50px;
  height: 50px;
}

.mh-box-banner-effect .banner-bg::before,
.mh-box-banner-effect .banner-bg::after {
  top: 20px;
  left: 20px;
}

.mh-box-banner-effect .banner-bg .bg::before,
.mh-box-banner-effect .banner-bg .bg::after {
  right: 20px;
  bottom: 20px;
}

.mh-box-banner-effect .banner-bg::before {
  border-top: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.mh-box-banner-effect .banner-bg .bg::before {
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.mh-box-banner-effect .banner-bg::after {
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.mh-box-banner-effect .banner-bg .bg::after {
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.mh-box-banner-effect:hover .banner-bg::before,
.mh-box-banner-effect:hover .banner-bg::after,
.mh-box-banner-effect:hover .banner-bg .bg::before,
.mh-box-banner-effect:hover .banner-bg .bg::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mh-box-banner-effect .overlay {
  width: 80%;
  height: 70%;
  left: 10%;
  top: 15%;
}

.mh-box-banner-effect .text-inner>h3 {
  margin: 0 0 10px;
  font-size: 17px;
}

.mh-box-banner-effect .text-inner>.button {
  min-width: 120px;
  min-height: 30px;
  line-height: 30px;
  border-width: 1px;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}

.mh-box-banner-effect .text-inner>.button:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
  color: #fff !important;

}

/* Tại sao .... */
.mh-box-policy .icon-box-img {
  margin-bottom: 30px;
}

.mh-box-policy .icon-box-text h5 {
  text-transform: initial;
  font-size: 19px;
  margin: 0 0 10px;
}

.mh-box-policy .icon-box-text p {
  font-size: 15px;
  color: #777474;
}

/* Công ty ... */
.mh-box-video .text-inner>h3 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 20px;
}

.mh-box-video .text-inner>p {
  font-size: 14px;
  max-width: 850px;
  margin: auto;
}

.mh-box-video .text-inner .video-button-wrapper>a {
  background-color: var(--fs-color-secondary);
  border-color: var(--fs-color-secondary);
  color: #fff;
  position: relative;
  min-width: 60px;
  min-height: 60px;
  border: 0;
}

.mh-box-video .text-inner .video-button-wrapper>a i {
  font-size: 24px !important;
  position: relative;
  top: 3px;
}

.mh-box-video .text-inner .video-button-wrapper>a::before,
.mh-box-video .text-inner .video-button-wrapper>a::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 100px;
  margin: auto;
  top: 0;
  left: -20px;
  bottom: 0;
  right: 0;
  opacity: 0;
  border: 2px solid var(--fs-color-secondary);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

.mh-box-video .text-inner .video-button-wrapper>a::before {
  z-index: 1;
  -webkit-animation: pulsejg1 4s linear infinite;
  -moz-animation: pulsejg1 4s linear infinite;
  animation: pulsejg1 4s linear infinite;
  -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
  -moz-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
  box-shadow: inset 0px 0px 15px 10px rgb(0 0 0 / 7%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mh-box-video .text-inner .video-button-wrapper>a::after {
  z-index: 2;
  -webkit-animation: pulsejg2 3s linear infinite;
  -moz-animation: pulsejg2 3s linear infinite;
  animation: pulsejg2 3s linear infinite;
  -webkit-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
  -moz-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
  box-shadow: inset 0px 0px 12px 5px rgb(255 255 255 / 93%);
}

/**
 * Page: Giới thiệu
 */
.mh-col-introduce>.col-inner>p {
  font-size: 16px;
  color: #5c5c5c;
}

.mh-col-introduce>.col-inner>p b {
  color: #333;
  font-weight: 500;
}

/**
 * Page: Liên hệ
 */
.mh-col-contact>.col-inner>h3 {
  margin: 0 0 25px;
  font-size: 24px;
}

.mh-col-contact>.col-inner>p {
  margin: 0;
  font-size: 15px;
  color: #333;
  line-height: 32px;
}

.mh-col-contact .wpcf7-form label,
.mh-col-contact .wpcf7-form label input,
.mh-col-contact .wpcf7-form label textarea {
  margin: 0;
  font-size: 15px;
}

.mh-col-contact .wpcf7-form label input {
  line-height: 48px;
  min-height: 50px;
}

.mh-col-contact .wpcf7-form label .wpcf7-submit {
  min-width: 210px;
  margin: 0;
}

/* ===== Responsive ===== */
/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {

  /* Global */
  .mh-title-divided,
  .mh-col-related-product .related>h3 {
    font-size: 30px;
  }

  .mh-breadcrumbs {
    padding: 5px 15px 0;
  }

  .mh-breadcrumbs .page-title-inner,
  .mh-breadcrumbs .title-breadcrumbs {
    text-align: left;
  }

  /* Footer */
  /* Before */
  .mh-row-footer {
    border-top: 1px solid #c7c5c5;
  }

  .mh-row-footer>.col {
    border: 0;
    border-bottom: 1px solid #c7c5c5;
  }

  .mh-row-footer>.col:first-child {
    border-left: 0;
  }

  .mh-row-footer>.col:last-child {
    border-right: 0;
  }

  .mh-row-footer>.col:nth-child(2n+1) {
    border-right: 1px solid #c7c5c5;
  }

  .mh-col-before-footer .icon-box-img {
    max-width: 48px;
    margin-bottom: 18px;
  }

  .mh-col-before-footer .icon-box-text h5 {
    font-size: 14px;
  }

  /* Main */
  .mh-col-email {
    text-align: center;
  }

  .mh-col-email>.col-inner>p {
    margin: 0 0 15px;
  }

  .mh-col-footer .wpcf7 input.wpcf7-text {
    min-width: auto;
  }

  .mh-col-footer .wpcf7 input.wpcf7-submit {
    min-width: 43px;
    text-indent: -1000px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
  }

  .mh-col-footer .wpcf7 .ml-half i {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    z-index: -1;
    min-width: 43px;
    min-height: 43px;
    background-color: var(--primary-color);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .mh-col-footer .wpcf7 .ml-half i::before {
    position: relative;
    top: 12px;
  }

  .mh-col-footer .widget-title {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 20px;
  }

  /* Bottom */
  .absolute-footer .footer-primary {
    flex-direction: column;
  }

  .absolute-footer .footer-nav a {
    font-size: 15px;
  }

  /* Homepage */
  .mh-title-simple .section-title,
  .mh-title-simple .section-title-main {
    font-size: 32px !important;
    line-height: 1.2;
  }

  .mh-col-title p {
    font-size: 14px;
  }

  .mh-col-title .sub-title {
    font-size: 16px;
  }

  .mh-button-readmore {
    font-size: 14px;
    min-width: 156px;
    min-height: 40px;
    line-height: 40px;
  }

  /* Slider */
  .mh-box-banner .text-inner>.button {
    line-height: 40px;
    min-height: 40px;
  }

  /* Video */
  .mh-box-video .text-inner .video-button-wrapper>a i {
    top: 6px;
  }

  /* Woocommerce */
  /* Single */
  .product>.row>.col {
    padding: 0;
  }

  .product-main>.row {
    margin: 0 !important;
    flex-direction: column-reverse;
  }

  .product-main .product-info {
    margin-bottom: 15px;
  }

  .product-main>.row>.col.large-6 {
    padding: 0 !important;
  }

  .product-info .product-title {
    margin: 0 0 10px;
  }

  .product-main .product-info .price,
  .product-main .product-info .price ins span {
    font-size: 19px;
    vertical-align: bottom;
  }

  .product-main .product-info .price del span {
    font-size: 13px;
    vertical-align: bottom;
  }

  .product-info .product-page-price {
    padding: 0 0 10px;
    margin: 0 0 12px;
  }

  .product-info .mh-shop-other {
    position: static;
    margin: 25px 0 0;
    width: 100%;
  }

  .product-footer {
    padding: 20px 15px;
    margin: 0 0 25px;
  }

  .product-footer ul.product-tabs>li {
    width: auto;
    margin: 0 15px !important;
  }

  .product-footer ul.product-tabs>li:first-child {
    margin-left: 0 !important;
  }

  /* Blog */
  .blog-single>.row>.col.large-9 {
    padding: 0;
  }

  .blog-single .mh-grid-blog {
    padding: 0;
  }

  .blog-archive>.row>.col:not(.post-sidebar) .col.post-item .post-title,
  .mh-grid-blog .col.post-item .post-title {
    font-size: 16px;
  }

  .mh-grid-blog .col.post-item .box-text button.button {
    font-size: 16px;
  }

}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {

  /* Global */
  .box-vertical.box-blog-post {
    display: flex;
    flex-direction: row;
  }

  .box-vertical.box-blog-post .box-image {
    width: 30% !important;
  }

  .box-vertical.box-blog-post .box-text {
    width: 70% !important;
    padding: 0 0 0 10px;
  }

  .box-vertical.box-blog-post .box-text .post-title,
  .box-vertical.box-blog-post .box-text .from_the_blog_excerpt {
    line-height: 1.3;
  }

  /* Homepage */
  /* Video */
  .mh-box-video .text-inner .video-button-wrapper>a i {
    top: 9px;
  }

  /* Sidebar */
  aside.widget_media_image img {
    width: 100%;
  }

}

@media only screen and (max-width: 320px) {

  /* Global */
  .mh-title-divided,
  .mh-col-related-product .related>h3 {
    font-size: 26px;
  }
}