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

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

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

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

/* .mh-fontawesome::before,
.mh-fontawesome::after,
.menu-item > a::before,
.menu-item > a::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;
}

.dark, .dark p, .dark td {
  color: #fff !important;
}

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

/* UX Theme */
.row.row-collapse {
  max-width: 1182.5px !important;
}

.mh-col-no-divider .is-divider {
	display: none;
}

/* Input range */
.mh-range-input input[type="range"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	height: 25px;
}

.mh-range-input input[type="range"]::-webkit-slider-runnable-track {
	background-color: #f6f6f6;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	overflow: hidden;
  border: 1px solid #eee;
}

.mh-range-input input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 25px;
	height: 25px;
	background-color: #fff;
	box-shadow: -100vw 0 3vw 100vw var(--primary-color);
	border: 2px solid var(--primary-color);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}

.mh-range-input input[type="range"] {
	width: 100%;
	margin: 0;
}

	/* 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;
}
@font-face {
	font-family: 'nk-font';
	font-display: swap;
	src: url(fonts/nki-icon-font.eot?11062020);
	src: url(fonts/nki-icon-font.eot?11062020) format("embedded-opentype"), url(fonts/nki-icon-font.ttf?11062020) format("truetype"), url(fonts/nki-icon-font.woff?11062020) format("woff"), url(fonts/nki-icon-font.svg?11062020) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}


#chat-scroll-section {
	position: fixed;
	z-index: 40;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
#chat-scroll-section.active{
	bottom: 90px;
	pointer-events: inherit;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#chat-scroll-section .open-chat-list-btn {
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	-moz-box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20
}

#chat-scroll-section .open-chat-list-btn .nki-chat-main-chatbox {
	display: block;
	font-size: 30px;
	padding-top: 15px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: var(--primary-color);
	opacity : 0.8;
	height: 60px;
	width: 60px;
	z-index: 20;
	position: absolute;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
         -webkit-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-o-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;
}

 @-moz-keyframes quick-alo-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}
    @-webkit-keyframes quick-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}
    @-o-keyframes quick-alo-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}}
    @-moz-keyframes quick-alo-circle-fill-anim{0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
    @-webkit-keyframes quick-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
    @-o-keyframes quick-alo-circle-fill-anim{0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
    @-moz-keyframes quick-alo-circle-img-anim{10%{transform:rotate(0) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}50%{-moz-transform:rotate(0) scale(1) skew(1deg)}100%{-moz-transform:rotate(0) scale(1) skew(1deg)}}
    @-webkit-keyframes quick-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}
    @-o-keyframes quick-alo-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}50%{-o-transform:rotate(0) scale(1) skew(1deg)}100%{-o-transform:rotate(0) scale(1) skew(1deg)}
        
    }
#chat-scroll-section .select-chat-field {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
	transform: scale(.6)
}

#chat-scroll-section .select-chat-field .sticker-fb-msg2 {
	height: 60px;
	width: 60px;
	margin: 0 0 14px 0;
	z-index: 20;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	-moz-box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	border-radius: 50%;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .16)
}

#chat-scroll-section .select-chat-field .sticker-fb-msg2 a .nki-mes-chatbox {
	position: absolute;
	width: 60px;
	height: 60px;
	display: block;
	font-size: 40px;
	background-color: #fff;
	text-align: center;
	padding-top: 10px;
	z-index: 20;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .16)
}

#chat-scroll-section .select-chat-field .sticker-fb-msg2 a .slide-tooltip {
	display: inline-block;
	padding: 0;
	color: #fff;
	border: 0;
	border-radius: 28px;
	height: 60px;
	position: absolute;
	right: 10px;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 1s;
	transition: all 1s;
	background-color:var(--primary-color);
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	white-space: nowrap;
	opacity: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.9em;
	z-index: 19;
	text-align: left
}

#chat-scroll-section .select-chat-field .sticker-fb-msg2 a:hover .slide-tooltip {
	width: 300px;
	padding-left: 25px;
	padding-right: 10px;
	opacity: 1;
	z-index: 19
}

#chat-scroll-section .select-chat-field .sticker-hotline-mobile2 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 20;
	-webkit-transition: all .5s ease;
	width: 60px;
	height: 60px;
	-webkit-box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	-moz-box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	transition: bottom 2s ease 0s;
	margin: 0 0 10px 0
}

#chat-scroll-section .select-chat-field .sticker-hotline-mobile2 a {
	text-align: center;
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	-moz-box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	height: 60px;
	position: absolute;
	z-index: 20
}

#chat-scroll-section .select-chat-field .sticker-hotline-mobile2 a .nki-call-chatbox {
	display: block;
	position: absolute;
	font-size: 40px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	height: 60px;
	width: 60px;
	z-index: 20;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .16)
}

#chat-scroll-section .select-chat-field .sticker-hotline-mobile2 a .slide-tooltip {
	display: inline-block;
	padding: 0;
	color: #fff;
	border: 0;
	border-radius: 28px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 10px;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 1s;
	transition: all 1s;
	background-color:var(--primary-color);
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	white-space: nowrap;
	opacity: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.9em;
	z-index: 19;
	text-align: left
}

#chat-scroll-section .select-chat-field .sticker-hotline-mobile2 a:hover .slide-tooltip {
	width: 300px;
	padding-left: 20px;
	padding-right: 10px;
	opacity: 1
}

#chat-scroll-section .select-chat-field .sticker-zalo-chat, #chat-scroll-section .select-chat-field .sticker-map {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 20;
	-webkit-transition: all .5s ease;
	width: 60px;
	height: 60px;
	-webkit-box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	-moz-box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	box-shadow: 0 0 0 8px rgba(219, 33, 40, 0);
	transition: bottom 2s ease 0s;
	margin: 0 0 10px 0
}

#chat-scroll-section .select-chat-field .sticker-zalo-chat a , #chat-scroll-section .select-chat-field .sticker-map a{
	text-align: center;
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	-moz-box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	box-shadow: 0 0 0 4px rgba(219, 33, 40, 0);
	height: 60px;
	position: absolute;
	z-index: 20
}

#chat-scroll-section .select-chat-field .sticker-zalo-chat a .nki-zalo-chatbox, #chat-scroll-section .select-chat-field .sticker-map a .nki-map-icon {
	display: block;
	position: absolute;
	font-size: 40px;
	
	text-align: center;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	height: 60px;
	width: 60px;
	z-index: 20;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .16);
	font-size: 18px;
    line-height: 60px;
}

#chat-scroll-section .select-chat-field .sticker-zalo-chat a .slide-tooltip , #chat-scroll-section .select-chat-field .sticker-map a .slide-tooltip {
	display: inline-block;
	padding: 0;
	color: #fff;
	border: 0;
	border-radius: 28px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 10px;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 1s;
	transition: all 1s;
	background-color:var(--primary-color);
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	white-space: nowrap;
	opacity: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.9em;
	z-index: 19;
	text-align: left
}

#chat-scroll-section .select-chat-field .sticker-zalo-chat a:hover .slide-tooltip, 
#chat-scroll-section .select-chat-field .sticker-map a:hover .slide-tooltip  {
	width: 300px;
	padding-left: 20px;
	padding-right: 10px;
	opacity: 1
}
#chat-scroll-section.is-show-chat-list .select-chat-field {
	bottom: 100%;
	opacity: 1;
	pointer-events: auto;
	transform: scale(1)
}
[class^="nki-"],
[class*=" nki-"] {
	font-family: 'nk-font'!important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.nki-chat-main-chatbox:before {
	content: "\e9dc";
	color: #fff
}

.nki-mes-chatbox:before, .open-chat-list-btn .nki-mes-chatbox:before  {
	content: "\e9dd";
	color: var(--primary-color);
}

.nki-call-chatbox:before, .open-chat-list-btn .nki-call-chatbox:before {
	content: "\e9ab";
	color: var(--primary-color);
}

.nki-zalo-chatbox:before, .open-chat-list-btn .nki-zalo-chatbox:before {
	content: "\e9fb";
	color: var(--primary-color);
}
.nki-map-icon:before , .open-chat-list-btn .nki-map-icon:before{
	content: "\e9d4";
	color: var(--primary-color);
}
.open-chat-list-btn .nki-mes-chatbox, .open-chat-list-btn .nki-call-chatbox, .open-chat-list-btn .nki-zalo-chatbox, .open-chat-list-btn .nki-map-icon{
	display: block;
    font-size: 40px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
   
    height: 60px ;
    width: 60px;
    z-index: 20;
    box-shadow: 0 3px 3px rgb(0 0 0 / 16%);
    font-size: 18px;
    line-height: 60px;
	background-color: var(--primary-color) !important;
	 -webkit-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-o-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;
}
.open-chat-list-btn .nki-mes-chatbox:before, .open-chat-list-btn .nki-call-chatbox:before, .open-chat-list-btn .nki-zalo-chatbox:before, .open-chat-list-btn .nki-map-icon:before{
	color: #fff !important;
}
#top-link{
width: 60px;
    height: 60px;
    right: 8px;
    line-height: 60px;
    border-color: var(--primary-color);
	background: #ffffff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
   
    border: 3px solid var(--primary-color);
	
}
#top-link i{
	margin-top: -4px;
}
#top-link:link{
	color: var(--primary-color);
}

#top-link.active:hover, #top-link:hover, #top-link:hover:link, #top-link:hover i, #top-link.active:hover i{
	color:#ffffff !important;
}
#top-link.active:hover{
	 background: var(--primary-color);
}

.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;
}

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

	/* Button */
.button.primary:not(.is-link) {
	background: linear-gradient(to left,#f6542f,#d62800);
}

.mh-button-store i {
	width: 15px;
  height: 15px;
  color: #fff;
  background: linear-gradient(to left,#f6542f,#d62800);
  border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

	/* Slider */
.mh-arrow-slider .flickity-button {
  color: #979797;
  width: 35px !important;
  height: 35px;
  top: 10%;
  margin-top: 0 !important;
	opacity: 1;
}

.mh-arrow-slider .flickity-button::before {
  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: 700;
  position: relative;
  z-index: 999;
  font-size: 25px;
  width: 100%;
  height: 100%;
  line-height: 41px;
  background-color: transparent;
  color: var(--primary-color);
}

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

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

.mh-arrow-slider .flickity-button svg,
.mh-hidden-dots .flickity-page-dots {
  display: none;
}

.mh-carousel .flickity-page-dots li {
	width: 6px;
	height: 6px;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

	/* Button video */
.open-video {
  background: linear-gradient(to left,#f6542f,#d62800);
  border: 0 !important;
}

.open-video i {
  position: relative;
  top: 3px !important;
  font-size: 35px !important;
}

/**
 * Header
 */
/* Main */
#masthead .header-nav.nav > li > a {
	border-radius: 100px;
	-moz-background: rder-radius: 100px;
	-webkit-background: rder-radius: 100px;
	-o-background: rder-radius: 100px;
	padding: 0 25px;
}

#masthead .header-nav.nav > li > a:hover {
	background: linear-gradient(to left,#f6542f,#d62800);
	color: #fff;
}

#masthead .header-block .icon-box {
	align-items: center;
}

#masthead .header-block .icon-box-text {
	padding-left: 10px;
}

#masthead .header-block .icon-box-text p {
	text-transform: uppercase;
	font-size: 11px;
  font-weight: 600;
}

.header.transparent p,
.header.transparent a {
	color: #fff;
}

/**
 * Footer
 */
.mh-col-footer p,
.mh-col-footer a {
	font-size: 14px;
}

.mh-col-footer .footer-title {
	padding: 2px 0 2px 10px;
	font-size: 16px;
	font-weight: 700;
	border-left: 3px solid var(--primary-color);
	margin: 0 0 35px;
}

/* Row 1 */
.mh-col-footer .mh-icon-reverse {
	align-items: center;
	display: inline-flex;
	width: auto;
}

.mh-col-footer .mh-icon-reverse .icon-box-text {
	padding: 5px 5px 0 0 !important;
}

.mh-col-footer .mh-icon-reverse .icon-box-text h5 {
	text-transform: initial;
	font-weight: normal;
}

.mh-col-footer .mh-icon-reverse .icon-box-text h5::before {
	content: "\f00c";
	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;
	color: var(--primary-color);
}

.mh-col-footer .mh-icon-support .icon-box-text h5 {
	text-transform: initial;
}

/* Row 2 */
.mh-col-footer .mh-button-store {
	width: 100%;
	line-height: 45px;
	min-height: 45px;
	border: 0;
	margin: 0;
	padding: 0;
}

.mh-col-footer .mh-button-store.is-link:hover {
	color: var(--primary-color);
}

/* Row 3 */
.mh-col-footer .social-icons a {
	margin-bottom: 0;
	font-size: 18px;
	color: var(--primary-color);
	border-color: var(--primary-color);
	margin-right: 15px;
	margin-left: 0;
}

.mh-col-footer .social-icons a i {
	top: 0;
	font-size: 18px;
}

.mh-col-footer .notification-ministry {
	display: inline-flex;
}

.mh-col-footer .notification-ministry .icon-box-img {
	margin-bottom: 0;
}

.mh-col-footer .mh-form-newsletter .flex-col {
	padding: 0;
}

.mh-col-footer .wpcf7-form {
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	-o-border-radius: 99px;
	background-color: #f6f6f6;
}

.mh-col-footer .mh-form-newsletter .flex-col i {
	position: absolute;
	top: 13px;
	left: 23px;
	color: var(--primary-color);
	z-index: 1;
}

.mh-col-footer .mh-form-newsletter input {
	line-height: 44px;
	min-height: 44px;
	border: 0;
	background-color: transparent;
}

.mh-col-footer .mh-form-newsletter input.mh-input {
	padding: 0 10px 0 50px;
}

.mh-col-footer .mh-form-newsletter input.mh-submit {
	padding: 0;
	width: 100%;
	margin: 0;
	min-width: 160px;
}

.mh-col-footer .mh-form-newsletter input.mh-submit:hover {
	box-shadow: 0 5px 15px 0 rgba(238,72,34,.3) !important;
	-moz-box-shadow: 0 5px 15px 0 rgba(238,72,34,.3) !important;
	-webkit-box-shadow: 0 5px 15px 0 rgba(238,72,34,.3) !important;
	-o-box-shadow: 0 5px 15px 0 rgba(238,72,34,.3) !important;
}

.mh-col-footer .wpcf7-form .wpcf7-response-output {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	position: absolute;
	margin: 15px 0 0 !important;
	width: 100%;
}

/* Bottom */
.absolute-footer {
	display: none;
}

.mh-col-footer-bottom a,
.mh-col-footer-bottom p {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 500;
}

/* ===== Page ===== */
/**
 * Homepage
 */
/* Global */
.mh-row-shadow {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .1);
  -o-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .1);
  background-color: #fff;
  overflow: hidden;
}

.mh-box-step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.mh-box-step .number {
  font-size: 44px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  min-width: 60px;
  margin-right: 15px;
}

.mh-box-step .content h2 {
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.15;
  letter-spacing: normal;
  margin: 0 0 10px;
}

.mh-box-step .content p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #9b9b9b;
}

/* Banner */
.mh-box-banner .text-inner h1 {
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 40px;
  line-height: 1.4em;
  margin: 0 0 20px;
}

.mh-box-banner .text-inner .button {
  margin: 0;
  border: 0;
  font-size: 16px;
  line-height: 50px;
  min-height: 50px;
}

.mh-box-banner .text-inner .button::after {
  content: "\f178";
  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-left: 7px;
  position: relative;
  top: 1px;
}

/* Tiền điện ... */
.mh-sec-electricity>.section-content {
  margin-top: -220px;
}

.mh-row-electricity {
  /* margin-top: -100px; */
  padding: 35px;
}

.mh-col-range>.col-inner>h4 {
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 15px;
  margin: 0 0 20px;
}

.mh-col-range .mh-icon-hili {
  background-color: #f9f9f9;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 12px;
  border: 1px solid #eee;
  align-items: center;
}

.mh-col-range .mh-icon-hili .icon-box-text p {
  margin: 0;
  font-size: 15px;
}

.mh-col-range .mh-icon-hili .icon-box-text .count {
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 0 15px;
  min-width: 90px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  min-height: 48px;
}

.mh-col-range .mh-icon-hili .icon-box-text .count i {
  font-size: 14px;
  position: relative;
  top: -4px;
  left: 3px;
  font-weight: 400;
}

.mh-col-electricity-sel .button {
  min-width: 162px;
  line-height: 44px;
  padding: 0;
  border: 0;
  margin: 0;
}

.mh-col-electricity-sel .icon-box-center {
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.23;
  text-align: center;
  color: #fff;
  width: 200px;
  height: 200px;
  background-image: linear-gradient(to left, #f6542f, #d62800);
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  padding: 25px 35px;
  position: relative;
  z-index: 2;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.mh-col-electricity-sel .icon-box-center::after {
  content: '';
  display: block;
  width: 367px;
  height: 377px;
  content: url('assets/img/bg-sel.png');
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0.2;
}

.mh-col-electricity-sel .icon-box-center .icon-box-text p {
  margin: 0;
}

.mh-col-electricity-sel .icon-box-center .icon-box-text .sel {
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
}

.tool-bar-wrap {
  position: relative;
  flex: 1;
}

.tool-bar-wrap:after {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border: 1px solid #f6f6f6;
  border-radius: 100px
}

.tool-bar {
  overflow: hidden;
  padding-right: 26px;
  background: #f6f6f6;
  border-radius: 100px;
  border: 2px solid #eee;
  position: relative
}

.tool-bar * {
  outline: none !important
}

.tool-bar .noUi-target {
  background: 0 0;
  border-radius: 100px;
  border: none;
  box-shadow: none;
  height: 26px
}

.tool-bar .noUi-connects {
  border-radius: 100px
}

.tool-bar .noUi-connect {
  background-color: transparent
}

.tool-bar .noUi-horizontal .noUi-handle {
  border: none;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
  box-shadow: none;
  width: 20px;
  height: 20px;
  top: 3px;
  right: -23px !important
}

.tool-bar .noUi-handle .noUi-touch-area {
  position: absolute;
  width: 900px;
  height: auto;
  background: #000;
  right: -3px;
  top: -3px;
  bottom: -3px;
  border-radius: 100px;
  z-index: -1;
  background: linear-gradient(to right, #bd2800, #f6542f)
}

.tool-bar .noUi-handle:before, .tool-bar .noUi-handle:after {
  display: none
}

.bar-style-1 {
  background: #f6f6f6;
  border-radius: 100px;
  padding: 3px;
  border: 1px solid #eee;
  display: -ms-flexbox;
  display: flex;
}

.bar-style-1 .tool-bar-wrap:after {
  display: none
}

.bar-style-1 .tool-bar {
  padding-right: 41px;
  border: none
}

.bar-style-1 .tool-bar .noUi-target {
  height: 41px
}

.bar-style-1 .tool-bar .noUi-horizontal .noUi-handle {
  background: url('assets/img/arrow-green.svg.') center no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
  top: 3px;
  right: -38px !important;
  position: absolute;
}

.bar-style-1 .tool-bar .noUi-handle .noUi-touch-area {
  background: linear-gradient(to right, #44af19, #4ac818)
}

.bar-style-1 .input-tool-vl {
  width: 200px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: inherit;
  line-height: 30px;
  padding-top: 6px;
  margin-left: 10px
}

.bar-style-1 .input-tool-vl span {
  font-weight: 700
}

.bar-style-1 {
  color: #44af19
}

.bar-style-1.lv-2 {
  color: #f0c700
}

.bar-style-1.lv-2 .tool-bar .noUi-horizontal .noUi-handle {
  background: url('assets/img/arrow-yellow.svg') center no-repeat;
  background-size: cover
}

.bar-style-1.lv-2 .tool-bar .noUi-handle .noUi-touch-area {
  background: linear-gradient(to left, #f9e500, #f0c700)
}

.bar-style-1.lv-3 {
  color: #dc800a
}

.bar-style-1.lv-3 .tool-bar .noUi-horizontal .noUi-handle {
  background: url('assets/img/arrow-orange.svg') center no-repeat;
  background-size: cover
}

.bar-style-1.lv-3 .tool-bar .noUi-handle .noUi-touch-area {
  background: linear-gradient(to left, #f0b718, #dc800a)
}

.bar-style-1.lv-4 {
  color: #ff3e23
}

.bar-style-1.lv-4 .tool-bar .noUi-horizontal .noUi-handle {
  background: url('assets/img/arrow-lightred.svg') center no-repeat;
  background-size: cover
}

.bar-style-1.lv-4 .tool-bar .noUi-handle .noUi-touch-area {
  background: linear-gradient(to left, #ff3e23, #ec3218)
}

.bar-style-1.lv-5 {
  color: #d32121
}

.bar-style-1.lv-5 .tool-bar .noUi-horizontal .noUi-handle {
  background: url('assets/img/arrow-darkred.svg') center no-repeat;
  background-size: cover
}

.bar-style-1.lv-5 .tool-bar .noUi-handle .noUi-touch-area {
  background: #d32121
}

.tool-text {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #44af19;
  margin-top: 15px;
  min-height: calc(2.3em + 5px);
  padding-left: 45px;
  padding-top: 3px;
  background: url('assets/img/alert-green.svg') 10px 10px no-repeat;
}

.tool-text.lv-2 {
  color: #f0c700;
  background: url('assets/img/alert-yellow.svg') left 15px top no-repeat
}

.tool-text.lv-3 {
  color: #dc800a;
  background: url('assets/img/alert-orange.svg') left 15px top no-repeat
}

.tool-text.lv-4 {
  color: #ff3e23;
  background: url('assets/img/alert-lightred.svg') left 15px top no-repeat
}

.tool-text.lv-5 {
  color: #d32121;
  background: url('assets/img/alert-darkred.svg') left 15px top no-repeat
}

/* Chương trình ... */
.mh-box-gift h4 {
  font-size: 22px;
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.mh-box-gift h4 i {
  font-size: 40px;
  margin-right: 20px;
}

.mh-box-gift p {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  font-size: 15px;
  max-width: 525px;
  text-align: right;
  font-weight: bold;
}

.mh-col-endow .img-inner {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  overflow: hidden;
}

.mh-col-endow>.col-inner>h4 {
  color: var(--primary-color);
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 20px;
}

.mh-col-endow>.col-inner>h5 {
  line-height: 36px;
  margin: 0 0 20px;
  font-size: 16px;
}

.mh-col-endow>.col-inner p {
  margin: 0 0 5px;
}

.mh-col-endow>.col-inner ul {
  list-style-type: none;
  margin: 0;
}

.mh-col-endow>.col-inner ul li {
  margin: 0 0 5px;
}

.mh-col-endow>.col-inner ul li::before {
  content: "\f00c";
  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-left: 7px;
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 14px;
}

.mh-col-endow .wpcf7-form label:not(.mh-submit),
.mh-col-endow .wpcf7-form label:not(.mh-submit) input,
.mh-col-endow .wpcf7-form label:not(.mh-submit) select {
  margin: 0;
  position: relative;
}

.mh-col-endow .wpcf7-form label:not(.mh-submit) {
  overflow: hidden;
  line-height: 46px;
  min-height: 46px;
}

.mh-col-endow .wpcf7-form label:not(.mh-submit) input,
.mh-col-endow .wpcf7-form label:not(.mh-submit) select {
  border: 0;
  padding-left: 50px;
  line-height: 50px;
  min-height: 50px;
  background-color: rgba(227, 227, 227, .2);
  border: 1px solid transparent;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
}

.mh-col-endow .wpcf7-form label:not(.mh-submit) input:hover,
.mh-col-endow .wpcf7-form label:not(.mh-submit) input:focus,
.mh-col-endow .wpcf7-form label:not(.mh-submit) select:hover,
.mh-col-endow .wpcf7-form label:not(.mh-submit) select:focus {
  border-color: var(--primary-color);
}

.mh-col-endow .wpcf7-form label:not(.mh-submit) select {
  font-weight: normal;
  color: #787878;
}

.mh-col-endow .wpcf7-form label i {
  position: absolute;
  top: 16px;
  left: 18px;
  color: var(--primary-color);
  font-size: 18px;
}

.mh-col-endow .wpcf7-form label .note {
  font-style: italic;
  color: #7f7f7f;
  line-height: 1.38;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  top: -10px;
  left: 45px;
}

.mh-col-endow .wpcf7-form .wpcf7-submit {
  min-width: 150px;
  border: 0;
  line-height: 45px;
  min-height: 45px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  overflow: hidden;
  margin: 0;
  background-image: linear-gradient(to left, #f6542f, #d62800);
}

.mh-col-endow .wpcf7-form .wpcf7-submit:hover {
  box-shadow: 0 5px 15px 0 rgba(238, 72, 34, .3);
  -moz-box-shadow: 0 5px 15px 0 rgba(238, 72, 34, .3);
  -webkit-box-shadow: 0 5px 15px 0 rgba(238, 72, 34, .3);
  -o-box-shadow: 0 5px 15px 0 rgba(238, 72, 34, .3);
}

.mh-col-endow .wpcf7-form .wpcf7-response-output {
  margin: 0;
}

.mh-col-endow .wpcf7-form .payment p {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 14px;
}

.mh-col-endow .wpcf7-form .payment p i,
.mh-col-endow .wpcf7-form .payment p span {
  color: var(--primary-color);
}

.mh-col-endow .wpcf7-form .payment p i {
  margin-right: 20px;
  font-size: 17px;
  position: relative;
  top: 1px;
}

.mh-col-endow .wpcf7-form .deposit {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  background-image: linear-gradient(to left, #f6542f, #d62800);
}

.mh-col-endow .wpcf7-form .deposit>.col:nth-child(2) {
  border-left: 1px solid rgba(227, 227, 227, .3);
}

.mh-col-endow .wpcf7-form .deposit>.col>.col-inner {
  padding: 20px;
}

.mh-col-endow .wpcf7-form .deposit>.col p {
  font-weight: bold;
  font-size: 14px;
}

.mh-col-endow .wpcf7-form .deposit>.col b {
  font-size: 24px;
}

.mh-col-endow .wpcf7-form .deposit .wpcf7-submit {
  background-image: none;
  background-color: #fff;
  color: var(--primary-color);
  border: 0;
  padding: 0;
}

/* Điện mặt trời ... */
.mh-col-slogan>.col-inner>h4 {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0;
  letter-spacing: 3px;
}

/* Lựa chọn ... */
.mh-row-services {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid #e3e3e3;
  padding: 8px 15px;
}

.mh-row-services .icon-box-left {
  align-items: center;
  display: inline-flex;
  width: auto;
}

.mh-row-services .icon-box-text p {
  font-size: 15px;
  line-height: 1.4;
}

.mh-col-down .down {
  margin: 0;
  font-size: 13px;
  font-style: italic;
}

.mh-col-down .down i {
  display: block;
  color: var(--primary-color);
  margin: 10px 0 0;
}

.mh-col-title>.col-inner>h4 {
  font-size: 26px;
  line-height: 1.3;
  margin: 0 0 15px;
}

/* Table */
.mh-table-supplier thead tr>th {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: initial;
  line-height: 1.6;
}

.mh-table-supplier tr>th,
.mh-table-supplier tr>td {
  border: 5px solid #fff;
  padding: 20px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  width: calc(100% - 10px);
  color: #000;
}

.mh-table-supplier tr>td p,
.mh-table-supplier tr>td a {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
}

.mh-table-supplier i {
  font-size: 18px;
  font-weight: 500;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.mh-table-supplier .fa-check {
  color: #19bc2c;
}

.mh-table-supplier .fa-times {
  color: #cb0019;
}

.mh-table-supplier a {
  font-style: italic;
}

.mh-table-supplier tr>th:nth-child(1),
.mh-table-supplier tr>td:nth-child(1) {
  text-align: right;
}

.mh-table-supplier thead tr>th:nth-child(1) {
  background-color: #9f9f9f;
}

.mh-table-supplier thead tr>th:nth-child(2) {
  background-color: var(--primary-color);
}

.mh-table-supplier thead tr>th:nth-child(3) {
  background-color: #7093af;
}

.mh-table-supplier tbody tr:nth-child(2n)>td:nth-child(1) {
  background-color: rgba(211, 211, 211, .3);
}

.mh-table-supplier tbody tr:nth-child(2n)>td:nth-child(2) {
  background-color: rgba(238, 72, 34, .3);
}

.mh-table-supplier tbody tr:nth-child(2n)>td:nth-child(3) {
  background-color: rgba(112, 147, 175, .3);
}

.mh-table-supplier tbody>tr:nth-child(2n+1)>td:nth-child(1) {
  background-color: rgba(211, 211, 211, .15);
}

.mh-table-supplier tbody>tr:nth-child(2n+1)>td:nth-child(2) {
  background-color: rgba(238, 72, 34, .15);
}

.mh-table-supplier tbody>tr:nth-child(2n+1)>td:nth-child(3) {
  background-color: rgba(112, 147, 175, .15);
}

.mh-table-supplier tbody tr>td:nth-child(1) {
  font-weight: bold;
}

.mh-supplier {
  height: 300px;
  overflow: hidden;
}

.mh-table-supplier {
  margin: 0;
}

.mh-supplier .separator {
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease;
  min-height: 115px;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  bottom: 0;
}

.mh-showmore button {
  font-size: 15px;
  text-transform: initial;
  font-weight: normal;
  margin: 15px 0 0;
  border: 0;
  padding: 0;
}

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

/* Đặt cọc ... */
.mh-col-deposit>.col-inner>h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 20px;
}

.mh-col-deposit>.col-inner p {
  font-size: 15px;
  font-weight: bold;
  color: #313131;
  margin: 0 0 10px;
}

.mh-col-deposit>.col-inner a {
  color: var(--primary-color);
}

.mh-col-deposit>.col-inner ul {
  list-style: none;
  margin: 0 0 20px;
}

.mh-col-deposit>.col-inner ul li {
  margin: 0 0 5px;
}

.mh-col-deposit>.col-inner ul:not(.step) {
  padding-left: 15px;
}

.mh-col-deposit>.col-inner ul:not(.step) li::before {
  content: "\f00c";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: 10px;
  color: #7f7f7f;
  font-size: 14px;
}

.mh-col-deposit>.col-inner ul li,
.mh-col-deposit>.col-inner ul li p {
  font-size: 14px;
  color: #7f7f7f;
  font-weight: normal;
}

.mh-col-deposit>.col-inner ul li p {
  margin: 0;
}

.mh-col-deposit>.col-inner ul.step {
  display: flex;
  flex-direction: row;
}

.mh-col-deposit>.col-inner ul.step li {
  color: #6c757d;
  font-weight: bold;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  width: calc(25% - 20px);
  text-align: right;
  position: relative;
}

.mh-col-deposit>.col-inner ul.step li p {
  font-size: 13px;
}

.mh-col-deposit>.col-inner ul.step li:not(:first-child) {
  opacity: .5;
}

.mh-col-deposit>.col-inner ul.step li:first-child p {
  font-weight: bold;
}

.mh-col-deposit>.col-inner ul.step li p:first-child {
  border-bottom: 3px solid #7f7f7f;
  padding: 0 0 8px;
  margin: 0 0 5px;
  line-height: 1.3;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.mh-col-deposit>.col-inner ul.step li i {
  font-size: 18px;
  margin-right: 6px;
}

.mh-col-deposit>.col-inner ul.step li:not(:last-child)::after {
  content: "\f054";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #7f7f7f;
  font-size: 14px;
  position: absolute;
  right: -15px;
  top: 33px;
}

/* Tính toán ... */
.mh-box-video {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

.mh-testimonial .mh-items-testimonial {
  padding: 0 40px;
}

.mh-box-testimonial .icon-box-img>.icon {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  overflow: hidden;
}

.mh-box-testimonial .icon-box-text {
  padding-left: 20px !important;
}

.mh-box-testimonial .icon-box-text p {
  font-size: 14px;
  line-height: 1.4em;
  font-style: italic;
}

.mh-box-testimonial .icon-box-text .author {
  color: var(--primary-color);
  font-style: normal;
  margin-top: 10px;
}

.mh-box-testimonial .icon-box-text .author span {
  color: #000;
}

.mh-box-testimonial .icon-box-text .author i {
  margin-left: 15px;
  color: var(--primary-color);
  font-size: 18px;
}

#testimonial-video iframe {
  width: 100%;
}

#testimonial-project,
.mh-box-project .icon-box-img {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  overflow: hidden;
}

.mh-box-project .icon-box-text h5 {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.mh-box-project .icon-box-text p {
  color: #54595f;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.mh-box-project .icon-box-text>p:nth-child(2) {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

.mh-box-project .icon-box-text p span {
  display: block;
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 400;
}

.mh-info-project {
  background-color: #f4f4f4;
  padding: 10px 20px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
}

.mh-info-project>h5 {
  font-weight: normal;
  color: #7a7a7a;
  font-size: 18px;
}

.mh-info-project .icon-box {
  align-items: center;
  padding: 10px 0 10px;
}

.mh-info-project .icon-box:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.mh-info-project .icon-box i {
  color: rgb(181 181 181);
  font-size: 24px;
}

.mh-info-project .icon-box-text p:first-child {
  color: #7a7a7a;
  font-size: 13px;
  font-weight: normal;
}

.mh-info-project .icon-box-text p:last-child {
  color: #54595f;
  font-size: 16px;
  font-weight: 700;
}

.mh-title-cacular>.col-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mh-title-cacular>.col-inner p {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0;
}

.mh-range-input,
.mh-box-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mh-range-input>span {
  width: 70%;
  display: inline-flex !important;
}

.mh-range-input output {
  width: 27%;
  text-align: center;
  line-height: 28px;
  max-height: 28px;
  font-size: 15px;
  font-weight: normal;
  color: var(--primary-color);
  background-color: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  border: 1px solid #eee;
}

.mh-range-input output span {
  font-weight: bold;
}

.mh-box-range {
  margin: 0 0 20px;
}

.mh-box-range>p {
  width: 27%;
  font-size: 15px;
  line-height: 1.3;
}

.mh-box-range>p span {
  font-size: 12px;
  font-style: italic;
  color: #7f7f7f;
  display: block;
}

.mh-box-range .mh-range-input,
.mh-box-range .mh-select-input,
.mh-checkbox-location {
  width: 73%;
  align-items: center;
}

.mh-checkbox-location .wpcf7-radio {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  overflow: hidden;
}

.mh-checkbox-location .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  position: relative;
  width: 33.33333%;
  line-height: 40px;
  min-height: 40px;
}

.mh-checkbox-location .wpcf7-radio .wpcf7-list-item:not(:last-child) {
  border-right: 1px solid #fff;
}

.mh-checkbox-location .wpcf7-radio .wpcf7-list-item input {
  opacity: 0;
}

.mh-checkbox-location .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  background-color: #eee;
  font-size: 15px;
  color: #4a4a4a;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mh-checkbox-location .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label.active {
  background: linear-gradient(to left, #f6542f, #d62800);
  color: #fff;
  font-weight: bold;
}

.mh-col-submit {
  margin: 15px 0 0;
  padding: 30px 0 0;
  border-top: 2px solid var(--primary-color);
}

.mh-col-submit p {
  font-style: italic;
  font-size: 14px;
  max-width: 400px;
}

.mh-col-cacular p {
  margin: 0 !important;
}

.mh-col-cacular p.notice {
  font-style: italic;
  font-size: 14px;
}

/* .mh-col-cacular .wpcf7-form .fieldset-cf7mls {
  padding: 0;
  margin: 0;
} */

.mh-col-cacular .wpcf7-form .fieldset-cf7mls .cf7mls_btn,
.mh-col-cacular .wpcf7-form .mh-submit {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 45px;
  min-height: 45px;
  min-width: 170px;
  background: linear-gradient(to left, #f6542f, #d62800);
  border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: inline-block;
}

.mh-col-cacular .wpcf7-form .fieldset-cf7mls .cf7mls_back {
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-transform: initial;
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  position: absolute;
  bottom: 140px;
  left: 20px;
  color: var(--primary-color);
}

.mh-col-cacular .wpcf7-form .fieldset-cf7mls .cf7mls_back::before {
  content: '\f323';
  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: 5px;
  font-size: 12px;
}

.mh-col-cacular .wpcf7-form,
.mh-col-cacular .fieldset-cf7mls-wrapper {
	overflow: visible;
}

.mh-col-cacular .fieldset-cf7mls-wrapper {
	padding: 0;
	margin: 0;
}

.mh-col-cacular .wpcf7-form .fieldset-cf7mls .cf7mls_progress_bar_percent_wrap {
	position: absolute;
  top: -90px;
  left: 0;
}

.mh-col-cacular .wpcf7-form .fieldset-cf7mls .cf7mls_progress_bar_percent_wrap p {
	text-align: center;
	position: relative;
	top: -34px;
	font-size: 14px;
	color: #fff;
}

.mh-col-cacular .cf7mls_progress_bar_percent_wrap .cf7mls_progress_percent {
	min-height: 28px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.mh-col-cacular .cf7mls_progress_bar_percent_wrap .cf7mls_progress_bar_percent,
.mh-col-cacular .cf7mls_progress_bar_per_mobie_wrap .cf7mls_progress_bar_percent {
	background-color: #718fa3;
}

.mh-col-cacular .wpcf7-form .mh-submit {
  right: 15px;
  bottom: 50px;
}

/**
 * Step page
 */
.mh-steps-all {
  z-index: 10;
	padding: 0;
}

.mh-timeline {
  position: absolute;
  left: -60px;;
  top: 470px;
  z-index: 10;
}

.mh-timeline > ul {
  padding: 0;
  position: absolute;
}

.mh-timeline .mh-default-line {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  background-color: #bdc3c7;
  height: 100%;
}

.mh-timeline .mh-draw-line {
  width: 2px;
  height: 0;
  position: absolute;
  left: 50%;
  background-color: var(--primary-color);
}

.mh-timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  background-color: transparent;
  left: 1px;
}

.mh-timeline ul li i {
  opacity: 0
}

.mh-timeline ul li.in-view i {
  color: #fff;
  opacity: 1;
  position: absolute;
  font-size: 17px;
  min-width: 42px;
  min-height: 42px;
  left: -20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mh-timeline ul li.in-view i::before {
  position: relative;
  top: -1px;
}

.mh-timeline ul li.in-view {
  transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}

.mh-timeline ul li.in-view::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--primary-color);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}

.mh-timeline ul li::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: inherit;
  background: #bdc3c7;
  transition: all .4s ease-in-out;
}

/* ===== Responsive ===== */
/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Homepage */
  /* Global */
  .mh-row-collapse-mobile {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }

  /* 4 icon */
  .mh-row-services .col-inner {
    text-align: center;
  }

  /* Đặt cọc */
  .mh-box-gift p {
    position: relative;
    max-width: 100%;
    text-align: left;
  }

  /* Lựa chọn */
  .mh-table-supplier thead tr > th,
  .mh-table-supplier thead tr > td {
    width: 33.3333%;
  }


/* Footer */
  .mh-col-footer-bottom > .col-inner {
    text-align: center;
  }

}
.box-image:hover::before, .post-item:hover .box-image::before , .img:hover > .img-inner::before{
-webkit-animation:shine .75s;animation:shine .75s
}
@-webkit-keyframes shine{
100%{left:125%}
}
@keyframes shine{
100%{left:125%}
}
.box-image::before, .img > .img-inner::before{
position:absolute;
top:0;
left:-75%;
z-index:2;
display:block;
content:'';
width:50%;
height:100%;
background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
-webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}
/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Homepage */
  /* Banner */
  .mh-box-banner .text-inner h1 {
    font-size: 30px;
  }

  /* Bạn đang ... */
  .mh-box-step .content h2 {
    font-size: 21px;
    margin: 0;
  }

  .mh-row-electricity {
    padding: 15px 0;
  }

	.bar-style-1 {
		margin: 55px 0 0;
    position: relative;
	}

	.bar-style-1 .input-tool-vl {
		width: 100%;
    margin: 0;
    position: absolute;
    top: -50px;
    padding: 5px 0;
	}

  /* Chương trình ... */
  .mh-box-gift h4 {
    font-size: 19px;
  }

  .mh-col-endow > .col-inner {
    padding: 15px !important;
  }

  /* 4 icon */
  .mh-row-services .icon-box-left {
    width: 100%;
  }

  /* Tính toán */
  .mh-testimonial .mh-items-testimonial {
    padding: 0 30px;
  }

  .mh-items-testimonial > .icon-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mh-items-testimonial > .icon-box .icon-box-img {
    margin: 0 0 20px;
  }

  .mh-items-testimonial > .icon-box .icon-box-text {
    padding: 0 !important;
  }

  /* Tính toán ... */
  .mh-box-range {
    flex-direction: column;
  }

  .mh-box-range > p,
  .mh-checkbox-location,
  .mh-box-range .mh-range-input {
    width: 100%;
  }

  .mh-box-range > p {
    margin: 0 0 10px !important;
  }

  .mh-checkbox-location .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    bottom: 0;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }

  .mh-range-input > span {
    width: 60%;
  }

  .mh-range-input output {
    font-size: 14px;
    width: 37%;
  }

	.mh-col-cacular > .col-inner {
		padding: 70px 0 40px !important;
	}

  .mh-col-cacular .wpcf7-form .fieldset-cf7mls .cf7mls_btn {
    position: relative;
    bottom: 0;
    left: 0;
  }

	.mh-col-cacular .wpcf7-form .fieldset-cf7mls {
		padding: 0 15px;
	}

	.mh-col-cacular .wpcf7-form .mh-submit {
		bottom: -30px;
		left: 0;
	}

  /* Lựa chọn ... */
  .mh-supplier {
    overflow-x: auto;
  }

  .mh-supplier table th,
  .mh-supplier table td {
    font-size: 16px;
    min-width: 300px;
  }

  .mh-supplier .separator {
    min-width: 900px;
  }

  /* Đặt cọc ... */
  .mh-col-endow .wpcf7-form .deposit > .col:nth-child(1) > .col-inner {
    padding-bottom: 0 !important;
    text-align: center;
  }

  .mh-col-deposit > .col-inner {
    padding: 25px !important;
  }

  .mh-col-deposit > .col-inner ul.step {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mh-col-deposit > .col-inner ul.step li {
    min-width: 45%;
    margin: 0 0 15px;
    text-align: center;
  }

  .mh-col-deposit > .col-inner ul.step li:not(:last-child)::after {
    right: -20px;
  }

/* Footer */
  .mh-col-footer .wpcf7-form {
    background-color: #fff;
    overflow: visible;
  }

  .mh-col-footer .mh-form-newsletter input.mh-input {
    margin: 0 0 10px;
    background-color: #f6f6f6;
  }

}

@media only screen and (max-width: 320px) {
/* Homepage */
  /* Bạn đang ... */
  .mh-col-range .mh-icon-hili .icon-box-text .count {
    min-width: 75px;
    min-height: 40px;
    font-size: 22px;
    top: 17px;
  }

  .mh-col-range .mh-icon-hili .icon-box-text p {
    font-size: 13px;
  }

  /* Đặt cọc ... */
  .mh-box-gift p {
    font-size: 13px;
  }

}
@media (max-width: 549px){
	
	#chat-scroll-section{
 width: 44px;
    height: 44px;
}
#chat-scroll-section.active {
  
    bottom: 74px;
}
#chat-scroll-section .open-chat-list-btn .nki-chat-main-chatbox, #chat-scroll-section .open-chat-list-btn,  #chat-scroll-section .select-chat-field .sticker-map, #chat-scroll-section .select-chat-field .sticker-zalo-chat, #chat-scroll-section .select-chat-field .sticker-hotline-mobile2, #chat-scroll-section .select-chat-field .sticker-fb-msg2, #top-link, .open-chat-list-btn .nki-mes-chatbox, .open-chat-list-btn .nki-call-chatbox, .open-chat-list-btn .nki-zalo-chatbox, .open-chat-list-btn .nki-map-icon
{
width: 44px;
height: 44px;

font-size: 18px;
}
#chat-scroll-section .select-chat-field .sticker-map, #chat-scroll-section .select-chat-field .sticker-zalo-chat, #chat-scroll-section .select-chat-field .sticker-hotline-mobile2, #chat-scroll-section .select-chat-field .sticker-fb-msg2{
margin: 0 0 10px 0 !important
}
#chat-scroll-section .select-chat-field a, #chat-scroll-section .select-chat-field i, .open-chat-list-btn .nki-mes-chatbox, .open-chat-list-btn .nki-call-chatbox, .open-chat-list-btn .nki-zalo-chatbox, .open-chat-list-btn .nki-map-icon {
width: 44px !important;
height: 44px  !important;
line-height: 44px  !important;

}
 #chat-scroll-section .select-chat-field i{
font-size: 18px !important;
padding-top: 0px  !important;
}
 #chat-scroll-section .select-chat-field i.nki-zalo-chatbox, .open-chat-list-btn .nki-zalo-chatbox{
font-size: 14px !important;
}
#chat-scroll-section .select-chat-field a:hover .slide-tooltip{
width: 210px !important;
}
#chat-scroll-section .select-chat-field a .slide-tooltip{
height: 44px  !important;
font-size: 13px !important;
}
 #top-link{
line-height: 44px;
}
}