/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.price-wrapper {
	display: none;
}
.product-info.summary .product-title.product_title {
	color: #0f9f4a;
}
.tab-product .tab-product-bento li.tab {
    width: 80%;
	text-align: left;
}
.tab-product .tab-product-bento .nav {
	justify-content: left;
	align-items: start;
}
.tab-product li.tab {
	margin: unset !important;
    width: 50%;
	text-align: center;
}
.tab-product li.tab>a{
	display: block;
	width: 100%;
} 
.woocommerce-ordering .orderby {
    box-shadow: 2px 2px 6px 0 #0f9f4a;
    border: 0;
    border-radius: 10px;
}
#shop-sidebar .widget_price_filter .price_slider_amount .price_label {
	order: 0;
	width: 100%;
	text-align: left;
	padding: 10px 0;
	font-size: 112%;
}
#shop-sidebar .widget_price_filter .price_slider_amount .button {
	order: 1;
	width: 100%;
	border-radius: 5px;
	background-color: #0f9f4a;
}
#shop-sidebar .price_slider_amount {
	display: flex;
	flex-wrap: wrap;
}
#shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #0f9f4a;
}
#shop-sidebar .price_slider_wrapper .ui-slider-handle {
	background-color: #0f9f4a;
	border-radius: 3px;
}
#post-list .post-item>.col-inner {
	height: 100%;
}
.fluentform_wrapper_3 {
	color: #fff !important;
}
#fluentform_3_success {
	border: 0;
	padding-bottom: 50px;
}
#pdf-container iframe {
	height: 100vh;
}
.text-3d-primary {
	    text-shadow: 3px 0 #009d49, -3px 0 #009d49, 0 3px #009d49, 0 -3px #009d49, 3px 3px #009d49, -3px -3px #009d49, 3px -3px #009d49, -3px 3px #009d49;
}
.nav-tabs .tab a{
	min-height: 50px;
	background-color: unset;
	background: unset;
	border: 1px solid #049F4C;
}
.nav-tabs .tab.active a {
	background-color: #049F4C;
	color: #fff;
}
.full-banner-has-tab {
	min-height: calc(90vh - 50px) !important;
}
.nav-tabs+.tab-panels {
	border: 0;
	padding: 30px 0;
}
.full-banner-has-tab 
#fluentform_3 .ff-t-container.ff-column-container{
	margin-bottom: 15px;
}
.bordered  {
	border-radius: 8px;
	box-shadow: 0 1px 5px #049F4C;
}
.bordered img {
	border-radius: 8px;
}
.p-15 {
	padding: 15px;
}
form.fluent_form_3 .wpf_has_custom_css.ff-btn-submit:hover {
	color: #009d49;
	border-color: #009d49;
}
form.fluent_form_3 .wpf_has_custom_css.ff-btn-submit {
	font-weight: 600;
}
#fluentform_3 .ff-el-form-check-label {
	color: #fff;
}
#fluentform_3 .ff-el-group.ff_list_inline .ff-el-input--content {
	text-align: center;
}
#fluentform_3 .ff-el-form-control {
	border-radius: 0;
    background: #d9d9d933;
    color: #fff;
    border: 0;
}
.stars a.active:after, .stars a:hover:after {
	color: #049F4C !important
}
.review-form-inner {
	border: 0 !important;
	border-radius: 12px;
	box-shadow: 0 1px 5px #049F4C;
}
#additional-info-wrapper {
	padding: 15px;
	box-shadow: 0 1px 5px #049F4C;
	border-radius: 8px;
	margin: 25px 0;
}
#additional-info-wrapper .short-description-title {
	font-size: 20px;
}
.popup-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7); /* Màu nền đen mờ */
}

.popup-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-popup {
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

#expand-additional-info-button {
    color: #049F4C;
	padding: 0;
	text-align: center;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
	display: flex;
	margin: 0 auto;
	text-transform: none;
}
#logo {
	display: flex;
	align-items: center;
}
#header .current-dropdown .nav-dropdown {
	border:0;
	padding: 0;
}
#header .current-dropdown .nav-dropdown a {
	border: 0;
}
#header .current-dropdown .nav-dropdown a:hover {
	color: #fff;
}
#header .current-dropdown .nav-dropdown li:hover {
	background-color: #049F4C;
} 
#header .nav-left {
	justify-content: center;
	height: 100%;
}
#header .flex-left.flex-grow .menu-item .nav-top-link,
#header .flex-left.flex-grow .menu-item,
#header .flex-left.flex-grow {
	height: 100%;
}
blockquote, dl, figure, form, ol, p, pre, ul {
	margin-bottom: 0.6em;
}
h1 {
	font-size: 2em !important;
}
.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
	color: #049F4C;
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
	color: #231f20;
	font-size: 100%;
}
.nav-left.nav {
	justify-content: center;
}
.button.white{
	color: #231f20!important;
}
a{
	text-decoration: none!important;
}
.button.white.is-link{
	color: #fff!important;
}
article .article-inner,
.post-item .box-blog-post .box-image,
.post-item .col-inner .box-blog-post,
.post-item .col-inner{
	border-radius: 10px;
}
.button-container {
            position: fixed;
            bottom: 20px;
            left: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 40px;
            border-radius: 25px;
            padding-right: 10px;
            background-color: #5BDB87;
            font-weight: bold;
            color: #fff;
	z-index: 999;
        }

        .float-button {
            width: 45px;
            height: 45px;
            background-color: #5BDB87;
            color: white;
            border: none;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 0px;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            position: relative;
            z-index: 2;
			margin: 0;
            margin-right: 10px;
        }

        /* Lớp nền pulsing */
        .pulse-background {
            position: absolute;
            width: 40px;
            height: 40px;
            background-color: #5BDB87;
            border-radius: 50%;
            animation: pulse 2s infinite ease-in-out;
            z-index: 1;
        }
.pulse-background.blue {
	background-color: #0068FF;
}
        /* Animation phóng to thu nhỏ và mờ dần */
        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 0.3;
            }
            50% {
                transform: scale(1.5);
                opacity: 0.1;
            }
            100% {
                transform: scale(1);
                opacity: 0.3;
            }
        }
@keyframes button-contact-animate {
    0% {
        transform: rotate(0) scale(1);
    }
    10% {
        transform: rotate(-25deg) scale(1);
    }
    20% {
        transform: rotate(25deg) scale(1);
    }
    30% {
        transform: rotate(-25deg) scale(1);
    }
    40% {
        transform: rotate(25deg) scale(1);
    }
    50% {
        transform: rotate(0) scale(1);
    }
    100% {
        transform: rotate(0) scale(1);
    }
}
.contact-btn {
    position: fixed;
    bottom: 70px;
    left: 20px;
	z-index: 999;
}
.item-contact {
	margin-top: 12px;
}
.item-contact.animated {
    animation: button-contact-animate infinite 1s ease-in-out;
}
.item-contact.mobile {
    display: none;
    visibility: hidden;
}
@media only screen and (max-width: 48em) {
	.item-contact.mobile {
		display: block !important;
		visibility: visible !important;
	}
	.contact-btn {
    	bottom: 70px;
    	left: 10px;
	}
	.button-container   {
		left: 10px;
	}
	.mobile-nav.nav-left.nav {
		justify-content: unset;
	}
	.center-col.row .col-inner,
	.center-col.row .col-inner .text {
		text-align: center !important;
	}
}