/*
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.   ***************/
p {
	text-align: justify;
}
@media(max-width: 549px) {
	.sm\:stack-col>.video-button-wrapper {
		margin-bottom: 0!important;
		text-align: center;
	}
}
.ux-shape-divider {
	pointer-events: none;
}
/* Acccordion */
.accordion-title,
.accordion-title.active {
    background-color: transparent;
    border-color: transparent;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    background:#ffffff;
    border-radius:.4rem;
    margin-bottom: .5rem;
}
.accordion-title:hover {
    color: var(--primary-color);
}
.accordion .toggle {
    left: auto;
    right: 0;
    line-height: 1rem;
    width: 2rem;
    font-size: 0.85rem;
    top: .7rem;
}

.accordion-inner {
    background: #f3f3f3;
    border-radius: .4rem;
    border-bottom: 1px solid #eaeaea;
}
/* Box statics */
.box-statistics {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: 0.6s ease;
}
.box-statistics strong {
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
  font-size: 2rem;
  color: var(--primary-color);
}
.box-statistics:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}
/* button primary */
input.wpcf7-form-control.wpcf7-submit.has-spinner,
.button.primary:not(.is-outline) {
    background: linear-gradient(90deg, var(--primary-color) 0%, rgb(18 148 132) 100%);
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover,
input.wpcf7-form-control.wpcf7-submit.has-spinner:active,
input.wpcf7-form-control.wpcf7-submit.has-spinner:focus,
.button.primary:hover,
.button.primary:active,
.button.primary:focus {
    background: linear-gradient(90deg, rgb(18 148 132) 0% , var(--primary-color) 100%);
}
/* Banner hero */
.banner-group-button .video-button-wrapper a {
    margin-bottom: 0;
}
/* sider bar border stiky */
#secondary {
    position: sticky;
    top: 120px;
}
#secondary aside {
    border: 1px solid #eaeaea;
    border-radius: .5rem;
    padding: .5rem 1rem;
}
#secondary .widget-title {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#secondary .widget-title + .is-divider {
    display: flex;
    justify-content:center;
    margin: auto;
    background: var(--primary-color);
    height: 1px;
    margin-bottom: 1rem;
    justify-content: center;
    margin: auto;
    background: var(--primary-color);
    background-color: #eaeaea;
    height: 1px;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}
#secondary .widget>ul>li+li,
#secondary ul.menu>li+li {
    border-top: 1px solid transparent;
}
#secondary .cat-item a:before {
    content: "";
    font-family: fl-icons !important;
    margin-right: 0.5rem;
}
#secondary a {
    color: #333
}
#secondary a:hover {
    color: var(--primary-color);
}
/* image radius */
.img-radius img,
.img-radius{
	border-radius: 16px;
    overflow: hidden;
}
.img-right-bottom {
    margin-top: -4rem;
    margin-right: 12px!important;
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-self: end;
    justify-content: flex-end;
    align-items: flex-end;
}
.heading-gradient {
        background: linear-gradient(160deg, rgb(70 129 28) 0%, rgb(9 39 17) 50%, rgb(18 148 132) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0;
}
.img-logo-mask {
	display: block;
    width: 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 60%;
    mask-image: url(/wp-content/uploads/2025/09/logo.webp);
    mask-mode: alpha;
}
.has-transparent.has-sticky.sticky-jump.transparent .header-main .nav > li > a {
    color: #fff;
}
.transparent #logo img,
.white-image img {
  filter: grayscale(100%) brightness(0%) invert(100%);
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 99px;
}
.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    background-color: var(--primary-color);
	background-color: #132606;
}
.icon-64 {
	font-size: 64px;
	color: #fff9ef;
	transition: all ease .3s;
	width: 120px;
	height: 120px;
	background: #3F51B5;
	border-radius: 50%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 16px;
	margin-bottom: 16px;
}
.icon-64:hover {
	font-size: 64px;
	color: #2196F3;
	background: #f1ebe1;
}
.section-title b {
    background-color: currentColor;
    display: block;
    flex: 1;
    height: 2px;
    opacity: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* Reset layout blog page */
@media screen and (min-width: 850px) {
    .blog-wrapper.page-wrapper .large-10.col{
        flex-basis: 100%;
        max-width: 100%;
    }
}
.recent-blog-posts-li .badge {
    backface-visibility: hidden;
    display: table;
    height: 3.8em;
    pointer-events: none;
    width: 5.8em;
    z-index: 20;
}
/* Archive title  */
.page-wrapper h1.page-title.is-large {
    font-size: 0rem;
}
.page-wrapper h1.page-title.is-large > span{
    font-size: 1rem;
    border-bottom: 1px solid #d5d5d5;
    display: inline-block;
    padding: 0.5rem;
}
/* Paginations */
.nav-pagination>li>a, .nav-pagination>li>span {
    border: 1px solid;
    border-radius: 0.3em;
    display: block;
    font-size: 1.1em;
    font-weight: bolder;
    height: 2.25em;
    line-height: 2em;
    min-width: 2.25em;
    padding: 0 7px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto;
}
/* Left sidebar */
span.widget-title {
    font-size: 1em;
    font-weight: 600;
    color: #5e7326;
}
@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left:1px solid #c2e254;
        background: #efffb8;
        padding: 1rem;
        border-radius: .5rem;
    }
}
/* Breadcrumb */
.page-title.shop-page-title.product-page-title {
    background: #eeeeee;
}
.page-title-inner {
    min-height: 40px;
    padding-top: 0px;
    position: relative;
}
.breadcrumbs a,
.breadcrumbs {
    font-size: smaller;
}
.breadcrumbs a {
    color: #222;
}
.breadcrumbs {
    color: #222;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
}

/* Box blogpost style 1 */
.col.post-item {
    display: flex
;
}
.row-slider.flickity-enabled .flickity-slider {
	display: flex;
	height: 100%;
}
.flickity-slider .col.post-item {
	display: flex;
	min-height: 100%;
}
.page-wrapper .col.post-item .col-inner,
.flickity-slider .col.post-item .col-inner{
	min-height: 100%;
}
.box.box-blog-post.box-text-bottom {
	min-height: 100%;
	display: block;
	border: 1px solid #0000000A;
	box-shadow: 0px 12px 25px 0px #0000000D;
	border-radius: 0.5rem;
	background-color: #fff;
	overflow: hidden;
	color: #444;
}
.box.box-blog-post.box-text-bottom .is-divider {
	opacity:0
}
.box.box-blog-post.box-text-bottom .post-title{
    font-size: 1.125rem;
    color: #222;
}
.box.box-blog-post.box-text-bottom .box-text{
	padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.sidebar-inner .widget-title{
	display: block;
	background: #647633;
	border-radius: 6px 6px 0 0;
	text-align: center;
	color: #fff;
	font-weight: 500;
	line-height: 40px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif !important;
	margin-bottom: 0px;
}
.sidebar-inner .product-categories{
	border: 1px solid #ececec;
}


.sidebar-inner .product-categories > li > a:hover{
	color: #647633;
}
.sidebar-inner .is-divider{
	display: none;
}

.sidebar-inner .product-categories > li > a{
	display: block;
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    padding: 10px 10px 10px 35px;
    font-weight: 400;
    background: url(/wp-content/uploads/2025/04/rrr.png) 15px 17px no-repeat;
}

.sidebar-inner .price_slider_wrapper {
    border: 1px solid #ececec;
    padding: 15px 15px 15px 10px;
}

/* Single product */
.single-product .box-text{
	background: #fff;
}
.single-product .box-text .product-title{
	text-align: center;
}
.single-product .box-text .price{
	text-align: center;
}
a.devvn_buy_now_style{
	background: #fe9960 !important;
}
.quantity+.button,.devvn-popup-title,.popup-customer-info-group .devvn-order-btn{
	background: #647633 !important;
    border-radius:4px;
}
.single-product h1.entry-title{
	font-size: 23px;
	color: #48571f;
	font-weight: bold;
	text-transform: uppercase;
}
.single-product .rt_msp{
	margin-bottom: 5px;
	font-size: 14px;
	color: #404040;
}
.single-product .price2{
	margin-bottom: 5px;
}
.single-product .salep{
	font-size: 14px;
	color: #ef0c0c;
}
.single-product ins{
	font-size: 16px;
	color: #ee0d0d;
	font-weight: 400 !important;
}
.price2 ins{
	padding-right: 30px;
}
.single-product ins span{
	font-weight: 700 !important;
}
.single-product del{
	font-size: 14px;
	color: #999999;
	font-weight: 400 !important;
}
.single-product del span{
	font-weight: 700 !important;
}
.single-product .cart{
	clear: both;
	margin-bottom: 10px;
}
.single-product .product-main{
	padding-bottom: 0;
}
.single-product .widget_custom_html{
	margin-bottom: 10px;
}

.product-summary .percent{
	display: contents !important;
}
.price2 > span{
	font-size: 16px;
	color: #ee0d0d;
	font-weight: 700;
}
.single-product .is-divider {
    background-color: rgb(255 255 255 / 0%);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
}
.thongtin1{
	overflow: hidden;
	margin-bottom: 15px;
}
.thongtin1 p{
	font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
    background: url(img/m2.png) 0 6px no-repeat;
    padding-left: 20px;
}
.thongtin2{
	border: 1px dashed #b7b7b7;
	padding: 8px;
	margin-bottom: 15px;
}
.thongtin2 p{
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 0;
}
.thongtin2 p a{
	font-size: 17px;
	font-weight: bold;
	color: #0e773e;
}
/* Left sidebar */
span.widget-title {
    font-size: 1em;
    font-weight: 600;
    color: #5e7326;
}
@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left: 1px solid transparent;
        background: #ffffff;
        padding: 1rem;
        padding-top: 0;
        border-radius: .0rem;
    }
}
/* breadcrumb */
#breadcrumb-new {
    font-size: 0.85rem;
    background-color: transparent; /* Ná»n nháº¹ nhÃ ng cho breadcrumb */
    padding: 0px 15px;
    margin: 0;
    border-radius: 0; /* Bo trÃ²n cÃ¡c gÃ³c */
    box-shadow: 0 2px 4px rgba(0,0,0,0.0); /* Äá»• bÃ³ng nháº¹ */
}

#breadcrumb-new ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#breadcrumb-new li {
    display: flex;
    align-items: center;
    white-space: nowrap; /* NgÄƒn khÃ´ng cho chá»¯ xuá»‘ng dÃ²ng */
    margin-bottom: 0;
}

#breadcrumb-new li a {
    text-decoration: none;
    /* color: #007bff; */ /* MÃ u xanh dÆ°Æ¡ng cho liÃªn káº¿t */
    text-transform: uppercase;
    padding: 3px 0;
    transition: color 0.3s ease, transform 0.2s ease;
    border-bottom: 1px solid transparent; /* Viá»n dÆ°á»›i trong suá»‘t */
}

#breadcrumb-new li a:hover {
    color: #0056b3; /* MÃ u xanh Ä‘áº­m hÆ¡n khi di chuá»™t */
    border-color: #0056b3; /* Hiá»‡u á»©ng gáº¡ch chÃ¢n khi di chuá»™t */
}

#breadcrumb-new li span {
    color: #343a40; /* MÃ u chá»¯ cho má»¥c hiá»‡n táº¡i hoáº·c khÃ´ng pháº£i lÃ  link */
    font-weight: 400; /* Äáº­m hÆ¡n má»™t chÃºt */
    padding: 3px 0;
}


/* Biá»ƒu tÆ°á»£ng phÃ¢n tÃ¡ch giá»¯a cÃ¡c má»¥c */
#breadcrumb-new li.next::after {
    content: '/'; /* KÃ½ tá»± Unicode cho dáº¥u > */
    margin: 0 10px; /* Khoáº£ng cÃ¡ch quanh dáº¥u phÃ¢n tÃ¡ch */
    color: #6c757d; /* MÃ u xÃ¡m cho dáº¥u phÃ¢n tÃ¡ch */
    font-weight: 400;
    font-size: 1.1em; /* Lá»›n hÆ¡n má»™t chÃºt */
}

/* áº¨n dáº¥u phÃ¢n tÃ¡ch á»Ÿ má»¥c cuá»‘i cÃ¹ng */
#breadcrumb-new li:last-child a span{
    font-weight: 600;
}
#breadcrumb-new li:last-child::after {
    content: none;
}

#breadcrumb-new li.current span {
    color: #495057; /* MÃ u Ä‘áº­m hÆ¡n cho trang hiá»‡n táº¡i */
    font-weight: 400;
}