/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.fix-toolbar{
  background:#2a5baa;
  width:100%;
  padding:12px 0px;
  bottom:0;
  position:fixed;
  z-index:500;
  height:auto;
  left:0;
  right:0;
  margin:0 auto;
  display:none;
}
.fix-toolbar img{vertical-align:top;}
.fix-toolbar ul{display:flex;align-items:center;justify-content:space-between;padding:5px;list-style:none;margin:0;}
.fix-toolbar ul li{text-align:center;width:20%;}
.fix-toolbar ul li a{display:block;width:100%;cursor:pointer;color:#fff;}
.fix-toolbar ul li a img{height:22px;width:auto; object-fit: contain;}
.fix-toolbar ul li a span{font-weight:400;color:#fff;font-size:13px;display:none;}

@media screen and (max-width: 991px) {
    .back-to-top {
        bottom: 100px;
    }
}


@media all and (max-width: 767px) {
    .fix-toolbar {
        display: block;
        box-shadow: -2px -10px 30px rgba(0,0,0,.2)
    }
	.fix-toolbar ul li{
		margin-bottom:0px !important;
	}
	.scroll-top{
		right:10px !important;
		bottom:80px !important;
	}
}

@media all and (min-width: 767px) {
  .fix-toolbar{left: unset;background:transparent;width:auto;padding:0;bottom:200px;position:fixed;z-index:500111;height:auto;right:25px;margin:0 auto;display:block;border-top:unset;}
  .fix-toolbar img{vertical-align:top;}
  .fix-toolbar ul{display:flex;padding:0;list-style:none;margin:0;display: grid;}
  .fix-toolbar ul li{background: #c19e52;text-align:center;width:50px;height: 50px;display: block;margin-bottom: 10px;display:flex;align-items: center;border-radius: 50px;}
  .fix-toolbar ul li a{display:flex;flex-flow: wrap;align-items: center;justify-content: center;width:100%;height: 100%;cursor:pointer;color:#fff;}
  .fix-toolbar ul li a img{height:25px;width:auto; object-fit: contain;}
  .fix-toolbar ul li a span{font-weight:400;color:#fff;font-size:13px;display:none;}

  .fix-toolbar ul li.zalo {
      background-image: url('images/zalo-icon.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      height: 60px;
      background-color: unset;
	  order:3;
  }

  .fix-toolbar ul li.zalo img {
      height: 15px;
      display: none;
  }

  .fix-toolbar ul li.sms {
      background-color: #2CDD44;
	  order:2;
  }

  .fix-toolbar ul li.phone {
      background-color: #fc4f00;
	  order:1;
  }

  .fix-toolbar ul li.facebook {
      background:linear-gradient(0deg, #0078ff, #00c6ff);
	  order:4;
  }

  .fix-toolbar ul li.map {
      background-color: #EA4335;
	  order:5;
  }
}
@keyframes zoom{0%{}70%{box-shadow:0 0 0 15px #fff0}100%{box-shadow:0 0 0 0 #fff0}}
@media (max-width: 549px){
	.fix-toolbar ul li.zalo{
		order:1;
	}
	.fix-toolbar ul li.sms {
			order:2;
	}
	.fix-toolbar ul li.phone {
		width: 50px;
    
    border-radius: 30px;
		    box-shadow: 0 0 0 0 #0E68C8;
    border: 2px solid #fff0;
		transition: all .5s;
    animation: zoom 1.3s infinite;
		order:3;
	}
	.fix-toolbar ul li.facebook {
		order:4;
	}
	.fix-toolbar ul li.map {
		order:5;
	}
	
}
.heading-0{
  font-size:50px;
    
}
.heading-1{
  font-size:36px;
  
}
.heading-2{
  font-size:30px;
   
}
.heading-3{
  font-size:24px;
  
}
.heading-4{
  font-size:18px;
  
}
.sago-color{
 color: #44437D;
}
.content-tnsm {
    display: flex
;
    padding: 30px 0 50px;
    border-top: 1px solid #D9D9D9;
}
.content-tnsm p{
	margin-bottom:0px !important;
}
.content-tnsm h3 {
    min-width: 45%;
    width: 45%;
    margin-bottom: 0;
}
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea,
.button:hover,
.dark .button.is-form:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

blockquote, dl, figure, form, ol, p, pre, ul, li {
    margin-bottom: 10px;
}

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

.nav-dropdown {
    border: 1px solid #ddd;
}

.sub-menu.nav-dropdown-bold {
    padding: 0;
}

.nav-dropdown-bold .nav-column li>a,
.nav-dropdown.nav-dropdown-bold>li>a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    margin: 0;
}

@keyframes ripple_btn {
    0% {
        box-shadow: 0 0 0 0 rgba(53, 52, 114, 0.1),
        0 0 0 0.5em rgba(53, 52, 114, 0.1);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(53, 52, 114, 0.2),
        0 0 0 0.5em rgba(53, 52, 114, 0.2);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(53, 52, 114, 0.5),
        0 0 0 1em rgba(53, 52, 114, 0);
    }
}

/* Pagination */
.woocommerce-pagination .nav-pagination {
    margin: 0;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    border: 0;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
    font-size: 15px;
}

.nav-pagination>li>a {
    border: 1px solid #F7F7F7;
    background-color: #F7F7F7;
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover,
.nav-pagination>li>.current {
    color: #fff;
    border: 1px solid var(--fs-color-primary);
    background-color: var(--fs-color-primary);
}

/* WPCF7 */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    margin: 1em 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 0;
    padding: 10px 15px;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 14px;
}

    /* Header */
.header-main .flex-col.hide-for-medium.flex-left {
    padding-left: 50px;
}

    /* Footer */
.mh_footer-section .social-icons .button.icon:not(.is-outline) {
    margin-bottom: 0;
    background-color: var(--primary-color) !important;
    border: 0;
}

.mh_footer-section h3,
.mh_footer-section h4,
.mh_footer-section h5,
.mh_footer-section h6 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 1em;
}

.mh_footer-section p i {
    color: var(--primary-color);
    font-size: 16px;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.mh_footer-section .ux-menu .ux-menu-link:last-child .ux-menu-link__link,
.mh_footer-section p:last-child {
    margin-bottom: 0;
}

.mh_footer-section p,
.mh_footer-section .ux-menu .ux-menu-link__link {
    padding: 0;
    margin-bottom: 1em;
    min-height: auto;
}

.mh_footer-section .ux-menu .ux-menu-link__link:hover {
    color: var(--primary-color);
}

.absolute-footer, html {
    background-color: var(--primary-color);
}

/**
 * Page
 */
/* Homepage */
/* Slider */
.mh_box-banner .text-inner {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 20px;
    -o-box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 20px;
    backdrop-filter: blur(10px);
    position: relative;
    opacity: 1;
    backface-visibility: hidden;
    border-radius: 40px 5px 5px;
    -webkit-border-radius: 40px 5px 5px;
    -o-border-radius: 40px 5px 5px;
    -moz-border-radius: 40px 5px 5px;
    border: 1px solid #fff;
    background: linear-gradient(125deg, rgba(53, 52, 114, 0.7) 0%, rgba(53, 52, 114, 0.16) 100% ) 0% 0% no-repeat padding-box padding-box transparent;
}

.mh_box-banner .text-inner::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    top: 13px;
    left: 15px;
    border-radius: 0px 28px 5px 31px;
    -webkit-border-radius: 0px 28px 5px 31px;
    -o-border-radius: 0px 28px 5px 31px;
    -moz-border-radius: 0px 28px 5px 31px;
    border: 1px solid #353472;
    z-index: 0;
}

.mh_box-banner .text-inner .count-banner {
    font-size: 70px;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    background: -webkit-linear-gradient(269deg, rgba(255, 255, 255, 1) 0.39%, rgba(255, 241, 241, 0) 78.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px;
}

.mh_box-banner .text-inner h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px;
}

.mh_box-banner .text-inner p {
    margin: 0;
}

/* Introduce */
.mh_section-introduce > .section-bg {
    background: linear-gradient(180deg, #e7e7ff 0%, #FFFFFF 100%);
    width: calc(32% + 160px);
}

/*.mh_section-introduce .row > .col:nth-child(1) .col-inner {*/
/*    padding: 10% 10% 0 0 !important;*/
/*}*/

.mh_section-introduce .icon-box {
    align-items: center;
}

.mh_section-introduce .icon-box h5 {
    letter-spacing: normal;
    font-size: 20px;
    font-weight: normal;
    color: var(--primary-color);
}

.mh_section-introduce ul,
.mh_section-introduce ul > li:last-child {
    margin-bottom: 0;
    list-style-type: none;
}

.mh_section-introduce ul > li {
    position: relative;
    margin: 0 0 15px;
    font-weight: bold;
}

.mh_section-introduce ul > li::before {
    content: "";
    margin-right: 10px;
    font-size: 15px;
    border: solid 1px var(--primary-color);
    line-height: 40px;
    position: relative;
    display: inline-block;
    height: 22px;
    width: 22px;
    opacity: 1;
    background-color: transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    top: 3px;
}

.mh_section-introduce ul > li::after {
    content: "";
    speak: none;
    display: inline-block;
    font-display: swap;
    font-family: fl-icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-transform: none;
    position: absolute;
    top: -1px;
    left: 4px;
    color: var(--primary-color);
}

.mh_section-introduce .button span {
    font-weight: normal;
}

.mh_section-introduce .row > .col:nth-child(2) > .col-inner {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 10% 0 0 0;
}

.mh_section-introduce .row > .col:nth-child(2) > .col-inner > .box {
    width: calc(50% - 15px);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 10px 10px 25px;
    border: 1px solid var(--primary-color);
    background-color: #fff;
}

.mh_section-introduce .box-text-bottom {
    overflow: hidden;
}

.mh_section-introduce .box-text-bottom::after {
    content: "";
    width: calc(100% - 30px);
    height: 20px;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
    background-image: url('Subtract.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.mh_section-introduce .box-text-bottom::before {
    content: "";
    width: 900px;
    height: 900px;
    top: 150%;
    left: 50%;
    transform: translatex(-50%);
    border-radius: 1000px;
    background-color: #ebecff;
    transition: .5s;
    position: absolute;
}

.mh_section-introduce .box-text-bottom:hover::before {
    top: -15%;
}

.mh_section-introduce .box-text-bottom .box-text p {
    margin: 0;
    font-weight: bold;
}

.mh_section-introduce .box-text-bottom .box-text p:nth-child(1) {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}

.mh_section-introduce .box-text-bottom .box-text p:nth-child(1) span {
    color: var(--primary-color);
    font-size: 50px;
}

/* Slide Introduce */
.mh_introduce-banner p.p_title {
   margin: 0 0 30px;
    background: var(--primary-color);
    border-radius: 5px;
    padding: 9px;
    font-size: 14px;
    display: inline-block;
    text-transform: initial;
	color:#fff;
}

.mh_introduce-banner h3,
.mh_introduce-banner h4,
.mh_introduce-banner h5,
.mh_introduce-banner h6 {
    font-size: 36px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 800;
    font-style: normal;
    line-height: 1.6;
    margin: 0 0 20px;
}

.mh_introduce-banner a.button {
    margin: 0;
    font-weight: normal;
    border-width: 1px;
    line-height: 36px;
    font-size: 16px;
}

.slider-nav-wrapper {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.slider-nav-wrapper .box {
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
  
    overflow: hidden;
	outline: 2px solid rgba(255,255,255,.5);
     margin:2px;
	  transition: all .6s;
}
.slider-nav-wrapper .box .image-cover{
	 border-radius: 5px;
}
.slider-nav-wrapper .box::before{
	position:absolute;
	z-index:999;
	transition: all .6s;
	content: "";
	width: 100%;
	height:100%;
	display: block;
background:#0000005f;
	border-radius:6px;
	
}
.slider-nav-wrapper .is-selected .box {
  outline: 2px solid #fff;
}
.slider-nav-wrapper .is-selected .box::before{
	background:transparent;
}
/* Partner */
.mh_introduce-partner {
    background: linear-gradient(180deg, #F2F2FF 8.58%, #FFFFFF 50.56%, #e0e0f5 89.31%);
}

.mh_introduce-partner .ux-logo-link {
    padding: 10px !important;
}

.mh_introduce-partner .ux-logo-link img {
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    width: 100%;
}

/* Products */
.mh_tab-products > .nav {
    justify-content: space-around;
}

.mh_tab-products > .nav::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #FFFFFF, #d7d7d7, #FFFFFF);
    bottom: -1px;
    left: 50%;
    transform: translatex(-50%);
    z-index: 0;
    opacity: 1;
}

.mh_tab-products > .nav > li:before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.mh_tab-products > .nav > li:nth-child(1):before {
    background-image: url('rem-nhua-pvc.png');
}

.mh_tab-products > .nav > li:nth-child(2):before {
    background-image: url('mang-nhua-pvc-tieu-chuan.png');
}

.mh_tab-products > .nav > li:nth-child(3):before {
    background-image: url('mang-nhua-pvc-tieu-chuan.png');
}

.mh_tab-products > .nav > li:nth-child(4):before {
    background-image: url('vach-panel.png');
}

.mh_tab-products > .nav > li:nth-child(5):before {
    background-image: url('mang-nhua-pvc-kho-rong.png');
}

.mh_tab-products > .nav > li:nth-child(6):before {
    background-image: url('nhua-polycabonnat.png');
}

/* Slide circle */
.slider-main-circle::before,
.slider-main-circle::after {
    content: '';
    position: absolute;
    width: 620px;
    height: 650px;
    border: 1px solid var(--primary-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    animation: ripple_cicle 3s linear infinite;
    z-index: 1;
}

.slider-main-circle::after {
    animation-delay: 1.5s;
}

.slider-main-circle {
    width: 85%;
    /*height: 85%;*/
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: visible;
    z-index: 2;
}

.slider-main-circle .box-image .image-cover {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

/*.slider-nav-circle,*/
/*.slider-nav-circle .flickity-viewport,*/
/*.slider-nav-circle .flickity-slider {*/
/*    overflow: visible;*/
/*    position: static;*/
/*}*/

/*.slider-nav-circle .col:nth-child(1) {*/
/*    top: 15%;*/
/*    left: -25%;*/
/*}*/

/*.slider-nav-circle .col:nth-child(2) {*/
/*    top: 15%;*/
/*    right: -25%;*/
/*}*/

/*.slider-nav-circle .col:nth-child(3) {*/
/*    top: 60%;*/
/*    left: -20%;*/
/*}*/

/*.slider-nav-circle .col:nth-child(4) {*/
/*    top: 60%;*/
/*    right: -20%;*/
/*}*/

/*.slider-nav-circle .col:nth-child(5) {*/
/*    top: 85%;*/
/*    left: 35%;*/
/*}*/

/*.slider-nav-circle .col:nth-child(1) .col-inner {*/
/*    top: 15%;*/
/*    left: -25%;*/
/*}*/

/*.slider-nav-circle .col:nth-child(2) .col-inner {*/
/*    top: 15%;*/
/*    right: -25%;*/
/*}*/

/*.slider-nav-circle .col:nth-child(3) .col-inner {*/
/*    top: 60%;*/
/*    left: -20%;*/
/*}*/

/*.slider-nav-circle .col:nth-child(4) .col-inner {*/
/*    top: 60%;*/
/*    right: -20%;*/
/*}*/

/*.slider-nav-circle .col:nth-child(5) .col-inner {*/
/*    top: 85%;*/
/*    left: 35%;*/
/*}*/

.slider-nav-item.active {
    background-color: var(--primary-color);
    color: #fff;
}

.slider-nav-item.active .number {
    background: -webkit-linear-gradient(269deg, rgba(255, 255, 255, 1) 0.39%, rgba(255, 241, 241, 0) 78.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
}

.nav-items .slider-nav-item:nth-child(1) {
    top: 15%;
    left: -25%;
}

.nav-items .slider-nav-item:nth-child(2) {
    top: 15%;
    right: -25%;
}

.nav-items .slider-nav-item:nth-child(3) {
    top: 60%;
    left: -20%;
}

.nav-items .slider-nav-item:nth-child(4) {
    top: 60%;
    right: -20%;
}

.nav-items .slider-nav-item:nth-child(5) {
    top: 85%;
    left: 35%;
}

.nav-items .slider-nav-item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
    display: none;
}

.slider-nav-item {
    position: absolute;
    width: 235px;
    height: 235px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    background-color:  #F7F7FF;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
}

.slider-nav-item .number {
    font-size: 70px;
    background: -webkit-linear-gradient(269deg, rgb(53 52 114 / 64%) 0.39%, rgba(255, 241, 241, 0) 78.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
    z-index: 3;
}

.slider-nav-item p {

}

@keyframes ripple_cicle {
    0% {
        width: 100%;
        height: 100%;
    }
    100% {
        width: 110%;
        height: 115%;
        border-color: transparent;
    }
}

    /* Contact */
.mh_box-partner {
    overflow: visible;
    cursor: pointer;
}

.mh_box-partner .box-text {
    width: 80%;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -o-border-radius: 18px;
    -moz-border-radius: 18px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    box-shadow: 0px 0px 15px 0px #57575714;
    -webkit-box-shadow: 0px 0px 15px 0px #57575714;
    -moz-box-shadow: 0px 0px 15px 0px #57575714;
    -o-box-shadow: 0px 0px 15px 0px #57575714;
}

.mh_box-partner .icon-box {
    align-items: center;
    justify-content: center;
}

.mh_box-partner .icon-box-text {
    flex: inherit;
}

.mh_box-partner .icon-box p {
    margin: 0;
    font-weight: 800;
}

.mh_box-partner:hover p {
    color: inherit;
}

.mh_row-contact .img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.mh_row-contact input[type=email],
.mh_row-contact input[type=number],
.mh_row-contact input[type=search],
.mh_row-contact input[type=tel],
.mh_row-contact input[type=text],
.mh_row-contact input[type=url] {
    outline: none;
    font-size: 16px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    height: 50px;
    border: 1px solid #D9D9D9;
    padding: 0 25px;
    background-color: transparent;
    margin: 0 0 20px;
}

.mh_row-contact input[type=submit],
.mh_row-contact input[type=submit].button {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    text-transform: none;
    padding: 2px 40px;
    margin: 0;
}

.mh_row-contact input[type=submit]:hover,
.mh_row-contact input[type=submit].button:hover {
    animation: ripple_btn 0.7s linear infinite;
}

.mh_row-contact .wpcf7-spinner {
    /*top: 8px;*/
    display: none;
}

/**
 * Blog
 */
/* Archive */
.blog-archive > .row > .large-10 {
    flex-basis: 100%;
    max-width: 100%;
}

.mh_box-title h2,
.mh_box-title h3,
.mh_box-title h4,
.mh_box-title h5,
.mh_box-title h6 {
    font-size: 30px;
    margin: 0;
}

.mh_box-title .nav li a {
    /*box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);*/
    /*-webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);*/
    /*-moz-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);*/
    /*-o-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);*/
    border-radius: 99px;
    -o-border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    padding: 0 30px;
    font-size: .97em;
    color: #fff;
    margin: 0;
}

.mh_box-title .nav li a:not(.primary) {
    background-color: #F7F7F7;
    color: #575757;
    border-color: #F7F7F7;
}

.mh_box-title .nav li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.mh_grid-news {
    display: flex;
    align-content: flex-start;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0 0;
}

.mh_feat-news {
    width: 50%;
}

.mh_feat-news,
.mh_feat-news img {
    border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
}

.mh_item-news:not(:last-child) {
    margin: 0 0 10px;
}

.mh_feat-news .box-text-inner > p:nth-child(2) {
    margin: 0;
}

.mh_item-news .icon-box-img {
    border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
    max-height: 96px;
    max-width: 170px;
}

.mh_item-news .icon-box-text > p:nth-child(1) {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    letter-spacing: 0;
}

.mh_item-news .icon-box-text > p:nth-child(2) {
    color: #768696;
}

/* Post item */
.blog-archive .col.post-item .box-image img {
    border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
}

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

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

.blog-archive .col.post-item .post-title a {
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    letter-spacing: 0;
    margin: 0;
}

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

.blog-archive .col.post-item .is-divider {
    display: none;
}

.blog-archive .col.post-item .from_the_blog_excerpt {
    margin: 0;
    font-size: 13px;
}

/* Single */
.blog-wrapper.blog-single .entry-divider {
    display: none;
}

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

.blog-wrapper.blog-single .entry-header .entry-title {
    margin: 0 0 15px;
    font-size: 27px;
    line-height: 1.3;
}

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

.blog-wrapper.blog-single .entry-header .entry-meta a {
    color: var(--primary-color);
}

.blog-wrapper.blog-single .entry-category,
.blog-wrapper.blog-single .entry-meta .byline {
    display: none;
}

.blog-wrapper.blog-single .entry-content h1,
.blog-wrapper.blog-single .entry-content h2,
.blog-wrapper.blog-single .entry-content h3,
.blog-wrapper.blog-single .entry-content h4,
.blog-wrapper.blog-single .entry-content h5,
.blog-wrapper.blog-single .entry-content h6,
.blog-wrapper.blog-single .entry-content b,
.blog-wrapper.blog-single .entry-content p,
.blog-wrapper.blog-single .entry-content li,
.blog-wrapper.blog-single .entry-content strong {
    margin: 0 0 10px;
}

.blog-wrapper.blog-single .entry-content ul,
.blog-wrapper.blog-single .entry-content img {
    margin-bottom: 0;
}

.blog-wrapper.blog-single .entry-content ul {
    padding-left: 20px;
}

.mh_blog-after .share-icons {
    margin-top: -63px;
    background-color: #fff;
    padding-left: 20px;
}

.mh_list-related h4,
.mh_list-related h5,
.mh_list-related h6 {
    font-size: 27px;
}

.mh_list-related ul li:last-child {
    margin-bottom: 0;
}

/* Sidebar */
aside.widget span.widget-title {
    color: #1C2A2D;
}

aside.widget .is-divider {
    max-width: 50px;
    height: 2px;
    background-color: #1C2A2D;
    margin-top: 10px;
}

.widget ul.menu>li>a,
.widget ul.menu>li li>a {
    font-size: 16px;
}

.recent-blog-posts a {
    margin-bottom: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.4;
}

/**
 * WooCommerce
/* Archive */
.mh_list-product-cat > .col {
    padding-bottom: 20px;
}

.mh_list-product-cat > .col > .col-inner {
    background: linear-gradient(203.4deg, #FAFAFF 10.54%, #edeef9 84.9%);
    border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 20px 20px 20px 30px;
}

.mh_list-product-cat .icon-box {
    align-items: center;
}

.mh_list-product-cat .icon-box-text h5 {
    font-size: 105%;
    margin: 0;
}

.mh_list-product-cat .icon-box-text p {
    font-size: 90%;
}

.mh_list-product-cat .icon-box-text p span {
    font-weight: bold;
}

.category-page-title > .page-title-inner {
    padding-top: 10px;
}

.category-page-title .shop-page-title {
    margin: 0;
}

.category-page-title .woocommerce-ordering select {
    border-radius: 99px;
    -o-border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    margin: 0;
}

#shop-sidebar ul.product-categories li,
#shop-sidebar ul.woocommerce-widget-layered-nav-list li,
.widget-area ul.product-categories li,
.widget-area ul.woocommerce-widget-layered-nav-list li {
    border: 0;
    position: relative;
}

#shop-sidebar ul.product-categories li a,
#shop-sidebar ul.woocommerce-widget-layered-nav-list li a,
.widget-area ul.product-categories li a,
.widget-area ul.woocommerce-widget-layered-nav-list li a {
    display: block;
    color: #212529;
    padding: 5px 5px 5px 25px;
    position: relative;
}

#shop-sidebar ul.woocommerce-widget-layered-nav-list li a,
.widget-area ul.woocommerce-widget-layered-nav-list li a {
    padding-left: 25px;
}

#shop-sidebar ul.product-categories li .count,
#shop-sidebar ul.woocommerce-widget-layered-nav-list li .count,
.widget-area ul.product-categories li .count,
.widget-area ul.woocommerce-widget-layered-nav-list li .count {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
}

#shop-sidebar ul.product-categories li a::before,
.widget-area ul.product-categories li a::before,
#shop-sidebar .woocommerce-widget-layered-nav-list>li>a::before,
.widget-area .woocommerce-widget-layered-nav-list>li>a::before {
    content: "" !important;
    margin-right: 7px !important;
    font-size: 15px;
    border: solid 1px #c0c0c0 !important;
    line-height: 40px !important;
    position: absolute !important;
    top: 8px !important;
    height: 17px !important;
    width: 17px !important;
    left: 0;
    opacity: 1 !important;
    background-color: #fff;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

#shop-sidebar ul.product-categories li.active a,
#shop-sidebar ul.product-categories li.active > .count,
#shop-sidebar .woocommerce-widget-layered-nav-list>li.chosen>a,
#shop-sidebar .woocommerce-widget-layered-nav-list>li.chosen>.count,
.widget-area .woocommerce-widget-layered-nav-list>li.chosen>a,
.widget-area .woocommerce-widget-layered-nav-list>li.chosen>.count {
    color: var(--primary-color);
}

#shop-sidebar ul.product-categories li.active a::before,
#shop-sidebar .woocommerce-widget-layered-nav-list>li.chosen>a::before,
.widget-area .woocommerce-widget-layered-nav-list>li.chosen>a::before {
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color);
}

#shop-sidebar ul.product-categories li.active a::after,
#shop-sidebar .woocommerce-widget-layered-nav-list>li.chosen>a::after,
.widget-area .woocommerce-widget-layered-nav-list>li.chosen>a::after {
    content: "";
    speak: none !important;
    display: inline-block;
    font-display: block;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-transform: none !important;
    position: absolute;
    top: 9px;
    left: 3px;
    color: #fff;
}

/* Product item */
.product-small > .col-inner {
    box-shadow: rgba(126, 126, 126, 0.1) 0 4px 35px 0;
    -webkit-box-shadow: rgba(126, 126, 126, 0.1) 0 4px 35px 0;
    -o-box-shadow: rgba(126, 126, 126, 0.1) 0 4px 35px 0;
    -moz-box-shadow: rgba(126, 126, 126, 0.1) 0 4px 35px 0;
    background-color: #fff;
    padding: 12.5px;
    border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.product-small > .col-inner .box-image {
    border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.product-small.box .product-title a {
    font-weight:bold;
    color: #1C2A2D;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product-small.box .box-text-products .button {
    font-size: 14px;
    min-height: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0 30px;
    margin: 15px 0;
    border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border: 1px solid var(--primary-color);
    background-color: var(--fs-color-primary);
    color: #fff;
    text-transform: initial;
    font-weight: normal;
}

/* Single */
.product-thumbnails a,
.woocommerce-product-gallery a img {
    border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
}

.product_title.entry-title {
    font-size: 21px;
}

.mh_product-cat-name {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.mh_button-product-cat,
.mh_button-product-cat:hover {
    width: max-content;
    padding: 0 25px;
    border-radius: 100px;
    background-color: #EEEEFF;
    font-size: 14px;
    margin: 15px 0;
    color: var(--primary-color);
    border: 0;
    font-weight: normal;
    line-height: 35px;
}

.mh_form-product-phone input[type=date],
.mh_form-product-phone input[type=email],
.mh_form-product-phone input[type=number],
.mh_form-product-phone input[type=password],
.mh_form-product-phone input[type=search],
.mh_form-product-phone input[type=tel],
.mh_form-product-phone input[type=text],
.mh_form-product-phone input[type=url],
.mh_form-product-phone input[type=submit],
.mh_form-product-phone select {
    border-color: var(--primary-color);
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 50px;
    line-height: 50px;
}

.mh_form-product-phone input[type=submit] {
    padding: 0 25px;
    margin: 0;
}

.mh_form-product-phone .wpcf7-spinner {
    display: none;
}

.mh_product-quick-phone {
    align-content: center;
}

.mh_product-quick-phone p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 4px;
}

.mh_product-content > h2 {
    padding: 0 0 15px;
    border-bottom: 1px solid #CECECE;
    font-size: 24px;
}

.mh_block-contact input[type=email],
.mh_block-contact input[type=number],
.mh_block-contact input[type=search],
.mh_block-contact input[type=tel],
.mh_block-contact input[type=text],
.mh_block-contact input[type=url],
.mh_block-contact textarea {
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: transparent;
    border-color: #9b9b9b;
}

.mh_block-contact input[type=submit],
.mh_block-contact input[type=submit].button {
    border-radius: 99px;
    -o-border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    text-transform: initial;
    font-weight: normal;
    margin: 0;
}

.mh_block-contact .wpcf7-spinner {
    display: none;
}

.product-section-title-related {
    font-size: 22px;
    text-align: center;
    letter-spacing: normal;
}

.related-products-wrapper {
    border: 0;
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 48em) {
    /* Blog Archive */
    .blog-wrapper.blog-archive #post-list>.row>.col.post-item {
        flex-basis: 50%;
        max-width: 50%;
    }

    .mh_box-title {
        flex-direction: column;
    }

    .mh_box-title h2,
    .mh_box-title h3,
    .mh_box-title h4,
    .mh_box-title h5,
    .mh_box-title h6 {
        font-size: 22px;
        margin: 0 0 15px;
    }

    .mh_box-title .nav {
        justify-content: flex-start;
    }

    .mh_grid-news {
        flex-direction: column;
        margin: 0;
    }

    .mh_feat-news {
        width: 100%;
    }

    .blog-wrapper.blog-single .entry-header .entry-title,
    .mh_list-related h4,
    .mh_list-related h5,
    .mh_list-related h6 {
        font-size: 22px;
    }

    .blog-wrapper.blog-single,
    .blog-wrapper.blog-single .entry-content {
        padding-bottom: 0;
    }

    /* WooCommerce */
    .category-page-title > .page-title-inner {
        padding-top: 0;
    }

    .mh_product-content > h2 {
        padding: 0 0 10px;
        font-size: 22px;
    }

    .mh_expanded-content {
        padding-top: 10px;
    }

    /* Homepage */
    .mh_box-banner .text-inner .count-banner {
        font-size: 50px;
        margin: 0 0 10px;
    }

    .mh_box-banner .text-inner h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .mh_box-banner .text-inner p {
        font-size: 14px;
    }

    .mh_section-introduce > .section-bg {
        width: 100%;
    }

    .mh_introduce-banner p {
        margin: 0 0 5px;
    }

    .mh_introduce-banner h3,
    .mh_introduce-banner h4,
    .mh_introduce-banner h5,
    .mh_introduce-banner h6 {
        font-size: 28px;
    }

    .mh_tab-products > .nav {
        overflow-x: scroll;
        flex-wrap: nowrap;
        overflow-y: hidden;
        padding: 0 0 15px;
    }

    .mh_tab-products > .nav > li {
        min-width: fit-content;
        display: flex;
        flex-direction: row;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        margin-right: 30px;
    }

    .mh_tab-products > .nav > li::before {
        min-width: 25px;
        top: 0;
    }

    .slider-nav-item {
        position: relative;
    }

    .slider-main-circle .flickity-viewport {
        padding-top: 35px;
    }

    .slider-main-circle::before,
    .slider-main-circle::after {
        display: none;
    }

    .slider-main-circle .box-image {
        width: 85%;
        height: 85%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        overflow: visible;
    }

    .slider-main-circle .box-image::before,
    .slider-main-circle .box-image::after {
        content: '';
        position: absolute;
        width: 620px;
        height: 650px;
        border: 1px solid var(--primary-color);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        animation: ripple_cicle 3s linear infinite;
        z-index: 1;
    }

    .slider-main-circle .box-image::after {
        animation-delay: 1.5s;
    }

    .slider-nav-item {
        width: 200px;
        height: 200px;
        bottom: 40px;
    }

    .slider-nav-item .number {
        font-size: 55px;
    }
}

@media only screen and (max-width: 559px) {
    /* WooCommerce */
    .mh_product-cat-name {
        margin: 0 0 15px;
    }

    .mh_button-product-cat,
    .mh_button-product-cat:hover {
        padding: 0 15px;
        margin: 0;
    }

    /* Blog Archive */
    .blog-wrapper.blog-archive #post-list>.row>.col.post-item {
        flex-basis: 100%;
        max-width: 100%;
    }

    .mh_box-title .nav li a {
        padding: 0 20px;
        font-size: 12px;
    }

    /* Homepage */
    .mh_section-introduce .row > .col:nth-child(2) > .col-inner > .box {
        width: 100%;
    }

    .mh_section-introduce .box-text-bottom .box-text p:nth-child(1) span {
        font-size: 40px;
    }

    .mh_item-news .icon-box-img {
        /*max-height: 80px;*/
        max-width: 120px;
    }

    .mh_item-news .icon-box-img * {
        height: 100%;
    }

    .mh_introduce-banner h3,
    .mh_introduce-banner h4,
    .mh_introduce-banner h5,
    .mh_introduce-banner h6 {
        font-size: 22px;
    }

    .slider-nav-item {
        width: 180px;
        height: 180px;
        left: 20px;
    }

    .slider-nav-item .number {
        font-size: 50px;
        margin: 0 0 10px;
    }

    .slider-nav-item p {
        font-size: 13px;
    }
}
.about_icon::before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(png-2.png);
    background-size: 100% 100%;
    border-radius: 100%;
    background-position: top;
    top: -30px;
    left: 0px;
   
}