/**
 * Theme Name: Extrapower
 * Description: This is a child theme for ThucPham6
 * Theme URI: https://extrapower.org
 * Author URI: https://extrapower.org
 * Author: extrapower.org
 * Template: flatsome
 * Version: 1.0.0
 */
/* open-sans-300 - cyrillic_vietnamese_latin_greek */

/**
 * Global
 */
p {
	margin-bottom: 10px;
}
.xemngaycss {
   padding-top:12px;
    letter-spacing: 2px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    z-index: 99999;
  
    
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align:middle !important;
    cursor: pointer;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
   
    color: rgba(255, 255, 255, 0.79);
   margin:0 auto;
 margin-top:100px;
   border:1px solid #ffffff;
   border-radius:30px;
}
.xemngaycss:after{
	content:"\f107";
    font-family: "fl-icons";
    font-style: normal;
    font-weight: 100 !important;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ffffff;
    font-size: 18px;
   
    position: absolute;
    top: 0px;
    left: 13px;
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}
.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,
.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: "fl-icons";
	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;
}

.nav-dark .nav>li>a {
	color: #fff;
}

.social-icons .instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

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

	/* 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: #333;
	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 */
.mh-slider-custom-arrow .flickity-button {
	max-height: 35px;
	margin: 0 !important;
}

.mh-slider-custom-arrow .flickity-button > svg {
  	display: none;
}

.mh-slider-custom-arrow .flickity-button.previous::before,
.mh-slider-custom-arrow .flickity-button.next::before {
	content: '';
	height: 35px;
	width: 35px;
	display: block;
	transform: translate(0,-50%) rotate(45deg);
	-moz-transform: translate(0,-50%) rotate(45deg);
	-webkit-transform: translate(0,-50%) rotate(45deg);
	-o-transform: translate(0,-50%) rotate(45deg);
	z-index: 2;
	margin: auto;
	position: absolute;
}

.mh-slider-custom-arrow .flickity-button.previous::before {
	left: 13px;
}

.mh-slider-custom-arrow .flickity-button.next::before {
	right: 13px;
}

.mh-slider-custom-arrow .flickity-button.previous::before {
	border-bottom: 2px solid var(--primary-color);
	border-left: 2px solid var(--primary-color);
}

.mh-slider-custom-arrow .flickity-button.next::before {
	border-top: 2px solid var(--primary-color);
	border-right: 2px solid var(--primary-color);
}

.mh-slider-custom-arrow .flickity-button:hover::before {
	border-color: var(--primary-color);
}

	/* Banner */
.mh-banner-effect .banner-layers > a.fill::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,0.2);
	border-radius: 100%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mh-banner-effect:hover .banner-layers > a.fill::before {
	-webkit-animation: circle 0.75s;
	-ms-animation: circle 0.75s;
	-o-animation: circle 0.75s;
	animation: circle 0.75s;
}

	/* Keyframes */
@-ms-keyframes circle {
  0% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}

@-o-keyframes circle {
  0% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}

@-webkit-keyframes circle {
  0% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}

@keyframes circle {
  0% {
    opacity: 1
  }

  40% {
    opacity: 1
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}

/**
 * Header
 */
/* Topbar */
#top-bar p,
#top-bar a {
  font-size: 13px;
}



/* Main */
#masthead .cart-item i {
	font-size: 26px;
}

#masthead .cart-item i::after {
	opacity: 1;
	background-color: #f9c938 !important;
}

#masthead .cart-item .nav-dropdown {
	padding: 10px 0 0;
}

#masthead .hide-for-medium.flex-right .hotline {
	position: relative;
	padding-left: 20px;
	display: inline-block
}

#masthead .hide-for-medium.flex-right .hotline i {
	font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

#masthead .hide-for-medium.flex-right .hotline a {
	display: inline-block;
  color: #fff;
  padding-left: 10px;
  margin-left: 9px;
  border-left: 1px solid #eee;
  line-height: 1.2;
}

#masthead .hide-for-medium.flex-right .hotline a span {
	text-align: right;
	display: block;
	font-size: 14px;
	line-height: 1.2;
}

#masthead .hide-for-medium.flex-right .hotline a span.evo-hotline {
	font-weight: 600;
  font-size: 16px;
}

#masthead .searchform .flex-col {
	padding: 0;
}

#masthead .searchform input {
	background-color: #ffffff !important;
	border: 0;
	line-height: 40px;
	min-height: 40px;
	font-size: 14px;
	padding: 0 20px;
	color: #292929 !important;
}

#masthead .searchform button i,
#masthead .searchform input::placeholder {
	color: #333333d1;
}

#masthead .searchform button {
	border: 0;
  line-height: 40px;
  min-height: 40px;
  position: relative;
  right: 5px;
  padding: 0 10px;
}

/* Bottom */
#wide-nav .header-nav > li {
	margin: 0 30px;
}

#wide-nav .header-nav > li > a {
	font-size: 15px;
}

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

/**
 * Footer
 */
/* Before */
.mh-col-before-footer .icon-box-left .icon-box-img {
	width: 60px;
  height: 60px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mh-col-before-footer .icon-box-left .icon-box-img i {
	font-size: 25px;
}

.mh-col-before-footer .icon-box-text h5 {
	font-size: 24px;
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}

.mh-col-before-footer .icon-box-text p {
	color: #222;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
}

.mh-col-before-footer .wpcf7-form {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	overflow: hidden;
}

.mh-col-before-footer .wpcf7-form input {
	border: 0;
	margin: 0;
	min-height: 50px;
	line-height: 50px;
	padding: 0 20px;
}

.mh-col-before-footer .wpcf7-form .wpcf7-submit {
	min-width: 120px;
	font-size: 14px;
}

/* Main */
.mh-col-footer li,
.mh-col-footer li a,
.mh-col-footer p,
.mh-col-footer a {
	color: #666;
	font-size: 14px;
}

.mh-col-footer ul {
	list-style-type: none;
	margin: 0;
}

.mh-col-footer ul li {
	margin: 0 0 4px;
}

.mh-col-footer ul li i {
	margin-right: 8px;
	font-size: 13px;
}

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

.mh-col-footer > .col-inner > h4 {
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 400;
}

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

.mh-col-footer .widget ul.menu li > a {
	padding: 0;
	line-height: 24px;
}

.mh-col-footer .social-icons > a {
  border: 0;
	min-width: 40px;
  min-height: 40px;
  line-height: 40px;
	margin: 0 5px;
}

.mh-col-footer .social-icons > a:first-child {
	margin-left: 0;
}

.mh-col-footer .social-icons > a i {
	font-size: 14px;
}

/* Bottom */
.absolute-footer {
  background-color: #f5f5f5;
	border-top: 1px solid #e2e2e2;
	padding: 11px 0;
}

.absolute-footer p {
	font-size: 13px;
	color: #222;
	margin: 0;
}

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

.blog-wrapper {
	padding: 20px 0;
}

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

.blog-wrapper > .row > .col {
	padding: 0 9.8px 19.6px;
}

/* Archive */
.blog-wrapper .archive-page-header {
	display: none;
}

.mh-grid-blog .col.post-item .col-inner,
.blog-archive .col.post-item .col-inner {
	
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.mh-grid-blog .col.post-item .col-inner:hover,
.blog-archive .col.post-item .col-inner:hover {
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	-o-box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.mh-blog-grid .col.post-item .box-text,
.blog-archive .col.post-item .box-text {
	padding: 10px;
	background-color: #fff;
}

.mh-blog-grid .col.post-item .col-inner > a:hover,
.blog-archive .col.post-item .col-inner > a:hover {
	color: var(--primary-color);
}

.mh-blog-grid .col.post-item .post-title,
.mh-blog-grid .col.post-item .post-meta,
.blog-archive .col.post-item .post-title,
.blog-archive .col.post-item .post-meta {
	margin: 0 0 5px;
}

.mh-blog-grid .col.post-item .post-title,
.blog-archive .col.post-item .post-title {
	font-size: 15px;
  
  line-height: 22px;
  display: -webkit-box;
  max-height: 45px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  position: relative;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000;
	font-weight: bold;
}

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

.mh-blog-grid .blog-post-inner .from_the_blog_excerpt,
.blog-archive .blog-post-inner .from_the_blog_excerpt {
	font-size: 13px;
	margin: 0;
	color: #1c1c1c;
	line-height: 20px;
	letter-spacing: 0.5px;
}

/* Single */
.blog-single header.entry-header .entry-header-text-top {
	text-align: center;
  padding: 0 0 10px;
}

.blog-single header.entry-header {
	position: relative;
}

.blog-single header.entry-header::before {
	content: "";
	width: 50px;
	height: 1px;
	background: rgba(0,0,0,0.35);
	margin: 0px auto;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
}

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

.blog-single header.entry-header .entry-title {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 15px;
	
	letter-spacing: 1.5px;
  color: #1c1c1c;
}

.blog-single header.entry-header .entry-meta .posted-on,
.blog-single header.entry-header .entry-meta .byline {
	margin: 0 5px;
}

.blog-single header.entry-header .entry-meta .posted-on,
.blog-single header.entry-header .entry-meta .posted-on a,
.blog-single header.entry-header .entry-meta .byline,
.blog-single header.entry-header .entry-meta .byline a {
	font-size: 14px;
	color: #676767;
  text-transform: initial;
}

.blog-single header.entry-header .entry-meta .posted-on::before,
.blog-single header.entry-header .entry-meta .byline::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "fl-icons";
  font-weight: 400;
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.blog-single header.entry-header .entry-meta .posted-on::before {
	content: "\e01a";
}

.blog-single header.entry-header .entry-meta .byline::before {
	content: "\e901";
}

.blog-single article.post {
	margin: 0;
}

.blog-single .entry-content {
  padding: 25px 0 0;
	text-align: justify;
}

.blog-single .blog-share {
	margin: 30px 0 0;
}

/**
 * Sidebar
 */
.post-sidebar .widget-title {
	background-color: var(--primary-color);
	color: #ffffff;
	font-size: 16px !important;
	padding: 9px 15px;
	display: block;
	margin: 0 0 5px;
	text-align:center;
}

aside.widget .is-divider, .footer-wrapper .sidebar-wrapper .is-divider {
	display: none;
}

.post-sidebar aside.widget:not(.widget_media_image) {
	border: 1px solid var(--primary-color);
  padding: 5px;
	border-radius:9px;
}

aside.widget_nav_menu .menu > li {
	border: 0;
}

aside.widget_nav_menu .menu > li > a {
	display: block;
	padding: 0;
	font-size: 14px;
	color: #1c1c1c;
	white-space: normal;
	line-height: 33px;;
}

aside.widget_nav_menu .menu .sub-menu {
	margin: 0;
	border: 0;
}

aside.widget_media_image > a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,0.2);
	border-radius: 100%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

aside.widget_media_image:hover > a::before {
	-webkit-animation: circle 0.75s;
	-ms-animation: circle 0.75s;
	-o-animation: circle 0.75s;
	animation: circle 0.75s;
}

.mh-vertical-blog > .post-item:not(:last-child) {
	margin: 0 0 15px;
}

.mh-vertical-blog .post-title {
	margin: 0;
	font-size: 14px;
	color: #333;
	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: 400;
}

#shop-sidebar aside.widget {
	margin: 0 0 15px;
}

.sidebar-inner .woocommerce-widget-layered-nav-list {
	max-height: 230px;
	overflow-y: auto;
}

.sidebar-inner .woocommerce-widget-layered-nav-list::-webkit-scrollbar-track {
	background-color: #d3d3d3;
}

.sidebar-inner .woocommerce-widget-layered-nav-list::-webkit-scrollbar {
	width: 4px;
	background-color: #f1f1f1;
}

.sidebar-inner .woocommerce-widget-layered-nav-list::-webkit-scrollbar-thumb {
	background-color: var(--primary-color);
	border: 2px solid var(--primary-color);
}

.sidebar-inner .woocommerce-widget-layered-nav-list>li>a,
.sidebar-inner .menu>li a {
  color: #6f6f6f;
  font-size: 14px;
}

.sidebar-inner .woocommerce-widget-layered-nav-list>li.chosen>a,
.sidebar-inner .woocommerce-widget-layered-nav-list>li>a:hover,
.sidebar-inner .menu>li a:hover {
  color: var(--primary-color);
}

.sidebar-inner .menu .sub-menu>li>a::before {
  content: "\e00a";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "fl-icons";
  font-weight: normal;
  margin-right: 5px;
  font-size: 9px;
  position: relative;
  top: -3px;
}

.sidebar-inner .woocommerce-widget-layered-nav-list>li {
  border: 0;
}

.sidebar-inner .woocommerce-widget-layered-nav-list>li .count {
  display: none;
}

.sidebar-inner .woocommerce-widget-layered-nav-list>li>a::before {
	content: " ";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "fl-icons";
	font-weight: 100;
	margin-right: 8px;
	font-size: 16px;
	position: relative;
	top: 1px;
	left: 1px;
	background-color: transparent;
	
	opacity: 1;
	height: 14px;
    width: 14px;
    border: 1px solid #ccc;
	border-radius:0px;
}

.sidebar-inner .woocommerce-widget-layered-nav-list>li.chosen>a::before {
  content: "\e00a";
  
	border: 1px solid var(--primary-color);
  font-weight: normal;
}

/**
 * Woocommerce
 */
/* Box product */
.product-small.box .box-image .image-tools {
	width: 100%;
	padding: 0;
}

.product-small.box .box-image .mh-box-action {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.product-small.box .box-image .mh-box-action > div {
	width: 49%;
}

.product-small.box .box-image .mh-box-action > div .added_to_cart {
	display: none;
}

.product-small.box .box-image .mh-box-action a {
	line-height: 36px;
  min-height: 36px;
  font-size: 12px;
  font-weight: normal;
	margin: 0;
}

.product-small.box .box-image .mh-box-action a:hover {
	background-color: #fff;
	color: var(--primary-color);
	border-color: var(--primary-color);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.product-small.box .box-text-products {
	padding: 20px 0;
	border-top: 1px solid #ffffff;
}

.product-small.box .box-text-products .name.product-title {
	margin: 0 0 10px;
}

.product-small.box .box-text-products .name.product-title a {
	color: #333;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0;
  font-weight: 600;
}

.product-small.box:hover .box-text-products .name.product-title a {
	color: var(--primary-color);
}

.product-small.box .box-text-products .price-wrapper > .price {
	display: flex;
	
	justify-content: center;
	align-items: flex-end;
}

.product-small.box .box-text-products .price-wrapper ins {
	margin-right: 7px;
}

.product-small.box .box-text-products .price-wrapper > .price > span.amount,
.product-small.box .box-text-products .price-wrapper ins span {
	font-size: 15px;
	font-weight: 600;
}

.product-small.box .box-text-products .price-wrapper del span {
	font-size: 13px;
	color: #939393;
}

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

/* Price */
span.amount {
	font-weight: 500;
	color: var(--primary-color);
}

.price del span,
.price del span.amount {
	opacity: 1;
	font-size: 15px;
	color: #1c1c1c;
}

/* Single */
.mh-col-product-gallery .product-thumbnails a {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
}

.mh-col-product-gallery .product-thumbnails a:hover,
.mh-col-product-gallery .product-thumbnails .is-nav-selected a {
	border-color: var(--primary-color);
}

.mh-col-product-info .product-title {
	font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin: 0 0 5px;
  letter-spacing: 0.5px;
  color: #000;
}

.mh-col-product-info .stock span {
	color: var(--primary-color);
}


.mh-col-product-info .product-short-description ul {
	margin-left: 20px;
}

.mh-col-product-info .product-short-description p,
.mh-col-product-info .product-short-description li {
	margin: 0 0 5px;
  font-size: 14px;
}

.mh-col-product-info .price-wrapper .price {
	font-size: 24px;
	font-weight: 500;
	color: #1c1c1c;
	display: inline-flex;
	
	align-items: flex-end;
	margin: 0;
}

.mh-col-product-info .mh-product-info {
	margin: 0 0 15px;
	list-style-type: none;
}

.mh-col-product-info .mh-product-info li a:not(:first-child)::before {
	content: ",";
	margin-right: 5px;
}

.mh-col-product-info .mh-product-info li,
.mh-col-product-info .mh-product-info li a {
	display: inline-block;
	font-size: 13px;
	margin: 0;
}

.mh-col-product-info .mh-product-info li:last-child::before {
	margin: 0 5px;
	content: "|";
	color: #333;
	left: 0;
	position: relative;
	top: -1px;
}

.mh-col-product-info .mh-product-info li a,
.mh-col-product-info .mh-product-info li span {
	color: var(--primary-color);
}

.mh-col-product-info .product-page-price > span,
.mh-col-product-info .product-page-price ins {
	font-size: 24px;
	margin-right: 7px;
}

.mh-col-product-info .product-page-price del {

}

.mh-col-product-info .product-page-price del span.amount {
	margin: 0;
}

.mh-col-product-info form.cart .mh-before-quantity {
  line-height: 38px;
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 15px;
  margin-right: 10px;
}

.mh-col-product-info form.cart .single_add_to_cart_button {
  font-size: 14px;
  display: block;
  margin: 15px 0 0;
  width: 100%;
  line-height: 1.6;
  min-height: 58px;
  border: 0;
	border-radius:9px;
}

.mh-col-product-info form.cart .single_add_to_cart_button span {
	display: block;
}

.mh-col-product-info form.cart .single_add_to_cart_button span sup,
.mh-col-product-info form.cart .single_add_to_cart_button span:last-child {
	text-transform: initial;
	font-size: 12px;
}

.mh-col-product-support p,
.mh-col-product-support p a {
	margin: 0 0 3px;
	font-size: 14px;
}

.mh-col-product-support p b {
	font-size: 15px;
}

.mh-col-product-support p a.phone {
	font-size: 30px;
	font-weight: 600;
	color: #ec7523;
}

.mh-col-product-support .or {
	margin: 0 0 10px;
	color: #7a7d8d;
	line-height: 1.1;
	position: relative;
}

.mh-col-product-support .or::before, .mh-col-product-support .or::after {
	display: block;
    content: "";
    width: 38%;
    height: 1px;
    background-color: var(--primary-color);
    /* top: -7px; */
    position: absolute;
    top: 9px;
   
    z-index: -1;
}
.mh-col-product-support .or::before{
    left: 0px;	
}
.mh-col-product-support .or::after{
	 right: 0px;
}
.mh-col-product-support .or span {
	display: inline-block;
  padding: 0 10px;
  font-size: 13px;
	text-transform: uppercase;
	background-color: #fff;
}

.mh-col-product-support .button {
	width: 100%;
  border-width: 1px;
  margin: 10px 0 0;
  line-height: 40px;
  min-height: 40px;
  font-size: 15px;
}

.mh-col-product-tabs ul.product-tabs {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 20px;
}

.mh-col-product-tabs ul.product-tabs > li > a {
	font-size: 15px;
	padding: 16px 0;
	line-height: 1.4;
	color: #1c1c1c;
}

.mh-col-product-tabs ul.product-tabs > li.active > a {
	color: var(--primary-color);
}

.mh-col-product-tabs ul.product-tabs > li.active > a::before {
	background-color: var(--primary-color);
}

.mh-col-product-tabs ul.product-tabs > li > a::before {
	bottom: -1px;
	top: auto;
	height: 1px;
	
}

.mh-col-product-tabs .tab-panels {
	padding-top: 0;
}

.product-title-head {
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 20px;
	font-size: 15px;
	padding: 16px 0;
  opacity: 1;
	text-align: left;
	line-height: 1.4;
}

.product-title-head span {
	font-weight: 600;
	position: relative;
	color: var(--primary-color);
}

.product-title-head span::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -18px;
	height: 1px;
	background: var(--primary-color);
	width: 100%;
	left: 0;
	
}

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

.category-page-row {
	padding-top: 20px;
}

.category-page-row > .col {
  padding: 0 9.8px 19.6px;
}

.mh-shop-banner {
	margin: 0 0 15px;
}

.mh-shop-page-title .page-title-inner {
	padding: 0 0 10px;
	border-bottom: 1px solid #f5f5f5;
	margin: 0 0 10px;
	min-height: auto;
}

.mh-shop-page-title .page-title-inner > .flex-col {
  width: 50%;
}

.mh-shop-page-title .mh-shop-title {
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 19px;
}

.mh-shop-page-title .woocommerce-result-count {
	display: none;
}

.mh-shop-page-title .flex-col.medium-text-center {
  font-size: 13px;
}

.mh-shop-page-title .woocommerce-ordering,
.mh-shop-page-title .woocommerce-ordering select {
  margin: 0;
	border: 0;
}

/* Checkout */


/* ===== Page ===== */
/**
 * Homepage
 */
/* Tiêu đề */
.mh-col-title .mh-label-new {
  background-color: #f9c938;
  color: #000;
  padding: 6px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 1.4;
}

.mh-col-title h2 {
  text-transform: uppercase;
  color: #292929;
  font-size: 40px;
  margin: 0;
  font-weight: 500;
  line-height: 66px;
}

.mh-col-title p {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #b7b7b7;
}

.mh-col-title .list-cat {
  margin: 0;
  list-style-type: none;
}

.mh-col-title .list-cat li {
  display: inline-block;
  margin: 0;
}

.mh-col-title .list-cat li:not(:first-child) {
  margin-left: 5px;
  border-left: 1px solid rgba(0,0,0,0.1);
  padding-left: 7px;
}

.mh-col-title .list-cat li a {
  font-weight: 400;
  color: #333;
  font-size: 14px;
}

/* Giá tốt */
.mh-section-label {
  position: relative;
}

.mh-section-label::before {
  background: url('assets/img/wave-white.svg') no-repeat top left;
  background-size: cover;
  content: "";
  position: absolute;
  width: 100%;
  height: 230px;
  top: -229px;
  z-index: 10;
}

.mh-section-label > .section-content {
  margin-top: -220px;
  z-index: 10;
}

/* Banner */
.mh-box-banner .text-inner > h4 {
  color: var(--primary-color);
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.mh-box-banner .text-inner > h5 {
  font-size: 31px;
  color: #131e2c;
  margin: 10px 0 15px;
  display: block;
  line-height: 1.2;
  font-weight: 500;
}

.mh-box-banner .text-inner a.button {
  font-size: 16px;
  border: 0;
  line-height: 47px;
  min-height: 47px;
  min-width: 150px;
}

/**
 * Contact
 */
.mh-col-contact .icon-box-center .icon-box-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
  margin: 0 auto 20px;
  float: none;
  border: 2px solid #222;
  color: #222;
}

.mh-col-contact .icon-box-center:hover .icon-box-img {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
  border-color: #51aa1b;
  background-color: #51aa1b;
}

.mh-col-contact .icon-box-center .icon-box-img i {
  font-size: 22px;
}

.mh-col-contact .icon-box-center .box-text {
  padding: 0;
}

.mh-col-contact .icon-box-center .box-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px;
}

.mh-col-contact .icon-box-center .box-text h4::after {
  content: '';
  display: block;
  margin: 15px auto;
  width: 60px;
  height: 2px;
  background-color: #222;
}

.mh-col-contact .icon-box-center .box-text a {
  font-size: 15px;
  color: #222;
}

.mh-col-contact .col-inner > h3 {
  font-size: 26px;
  line-height: 28px;
  margin: 0 0 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}

.mh-col-contact .col-inner > p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.mh-col-contact .wpcf7 p {
  text-transform: uppercase;
  text-align: left;
  font-size: 13px;
  margin: 0 0 10px;
}

.mh-col-contact .wpcf7 p b {
  color: #ff0000;
  font-size: 13px;
  margin-left: 3px;
}

.mh-col-contact .wpcf7 input,
.mh-col-contact .wpcf7 textarea {
  margin: 0;
  border-color: #c8c8d4;
  color: #5e5e78;
}

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

.mh-col-contact .wpcf7 .wpcf7-submit {
  border: 0;
  width: 100%;
  color: #fff;
  font-size: 13px;
}

/* ===== Responsive ===== */
/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Homepage */
  /* Giá tốt ... */
  .mh-section-label::before {
    display: none;
  }

  .mh-section-label > .section-content {
    margin: 0;
  }

  /* Banner */
  .mh-box-banner .text-inner > h4 {
    font-size: 15px;
  }

  .mh-box-banner .text-inner > h5 {
    font-size: 24px;
    margin: 10px 0;
  }

  .mh-box-banner .text-inner a.button {
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
  }

/* Woocommerce */
  /* Shop */
  .mh-filter-mobile > .is-large {
    display: none;
  }

  .mh-filter-mobile .category-filtering {
    padding: 0;
  }

  .mh-filter-mobile .category-filtering > a {
    margin: 0;
  }



}

/**
 * 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 */
  .mh-section-label {
    padding-bottom: 0 !important;
  }

  .mh-col-title .mh-label-new {
    font-size: 15px;
    margin: 0 0 5px;
  }

  .mh-col-title h2 {
    font-size: 28px;
    line-height: 40px;
  }

  /* Footer */
  .mh-col-before-footer .icon-box-text h5 {
    font-size: 22px;
    line-height: 1.4;
  }

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

  .mh-col-before-footer .wpcf7-form input {
    min-height: 43px;
    line-height: 43px;
  }

  .mh-col-before-footer .wpcf7-form .wpcf7-submit {
    min-width: 100px;
  }

}
@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);
}
@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;
}
}
@media only screen and (max-width: 320px) {

}
