/* Footer */
.title-ft {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
a.logo-ft {
    width: 170px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.name_title {
    font-family: Merriweather;
    font-size: 24px;
    font-weight: 700;
    background: var(--MU-CHNH, linear-gradient(270deg, #BE9039 0%, #F1CC6E 25%, #815512 50%, #FBF9CA 75%, #C29B5E 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex: 1;
    padding-left: 10px;
}
.footer-news:nth-child(1) {width: 32%;}
.footer-news:nth-child(2) {width: 20%;}
.footer-news:nth-child(3) {width: 20%;}
.footer-news:nth-child(4) {width: 22.9166666667%;}
.footer-ul {}
.footer-ul li{position:relative;}
.footer-ul li a{color: #fff;display: block;font-weight: 300;}
.footer-ul li a:hover{color: #d3a84f;}
.info-footer .flex-footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.info-footer .flex-footer .box-footer .social-footer {
	display: flex;
	gap: 5px;
	margin: 10px 0px;
}
.info-footer .flex-footer .box-footer:nth-child(1) {
	width: 33.3%;
}
.info-footer .flex-footer .box-footer:nth-child(2) {
	width: 40%;
}
.info-footer .flex-footer .box-footer:nth-child(3) {
	width: 25%;
}
.info-footer .flex-footer .title-footer {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 14px;
}
.info-footer .flex-footer .service-footer {
	margin-top: 20px;
}
.info-footer .flex-footer .service-footer ul {
	padding: 0px;
	margin: 0px;
}
.info-footer .flex-footer .service-footer ul li {
	list-style: none;
	padding: 5px 0px;
}
.info-footer a {
	color: #fff;
}
.footer-map{}
.footer-map iframe{width: 100%;height: 470px;}

footer {
    overflow: hidden;
    background: linear-gradient(180deg, #656565 0%, #101014 100%);
    padding-top: 50px;
}

.title-footer {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: #fff;
}
/* Tags */
.title-tags {
	position: relative;
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #777;
}
.title-tags:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	height: 3px;
	width: 30px;
}
.flex-tags {
	display: flex;
	gap: 5px;
}
.flex-tags a {
	color: #333;
	border: 1px solid;
	border-radius: 3px;
	display: inline-block;
	font-size: 0.8em !important;
	opacity: 0.8;
	padding: 2px 5px;
}
.flex-tags a:hover {
	background-color: #446084;
	border-color: #446084;
	color: #fff;
	opacity: 1;
}
.footer-powered {
}
p.copyright {
    border-top: solid 1px #525255;
    padding-top: 15px;
    font-size: 13px;
}
.footer-powered .footer-news:nth-child(2){
	width:30%;
}
.footer-powered .footer-news:nth-child(3){
	width:30%;
}
.mxh_right {
    position: fixed;
    bottom: 250px;
    right: 10px;
    width: 50px;
    z-index: 11;
}

.mxh_right a {
    width: 54px;
    height: 54px;
    border-radius: 5px 0 0 5px;
    background: linear-gradient(270deg, #BE9039 0%, #F1CC6E 30%, #FBF9CA 70%, #C29B5E 100%);
    margin-bottom: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sticky-bottom-bar {
    padding: 4px 0;
    box-shadow: 0px -2px 16px rgba(139.19, 125.54, 80.03, 0.21);
    z-index: 90;
    background: linear-gradient(270deg, #BE9039 0%, #F1CC6E 30%, #FBF9CA 70%, #C29B5E 100%);
}
.icon-text--sticky-bar {
    flex-direction: column;
    align-items: center;
}
.icon-text--sticky-bar .icon-text__icon {
    /* padding: 0.25em; */
    border: 1px solid #000 !important;
    border-radius:8px;
    width: 30px;
    height: 30px;
    justify-content: center;!i;!;
} 
.icon-text--sticky-bar .icon-text__content {
    padding: 0.5em 0 0 0;
}
.icon-text--sticky-bar .icon-text__title {
    font-size: 0.75rem;
}
.icon-text--cart .product-qty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 2px;
    min-width: 16px;
    color: #fff;
    font-size: 0.5rem;
    line-height: 1.4;
    background: #B7001B;
    border-radius: 50%;
}
.icon-text--cart .icon-text__icon {
    position: relative;
}
.sticky-bottom-bar{display: none;}