/*
 Theme Name:   Flatsome Child
 Template:     flatsome
 Version:      3.19.12
 Author:       Your Name
 Description:  Child theme for Flatsome theme.
*/
.footer-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer-legal {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.footer-legal img {
    width: 45px;
    margin: 0 8px;
}
.footer .footer-legal .copyright {
    margin-right: 60px;
}
.region {
    margin-bottom: 0px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.footer .copyright {
    display: flex
;
    align-items: center;
}
.footer-legal .social img {
    width: 35px;
}
.footer-legal img {
    width: 45px;
    margin: 0 8px;
}
.footer-links li {
    padding: 3px 0;
}

.footer-links li:hover {
    color: #3498db;
}

.footer-links li a {
    color: inherit;
    text-decoration: none;
}

.footer-links li a:hover {
    text-decoration: underline;
}
.footer ul {
    list-style: none;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.footer ul li {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.footer ul li img {
    margin-right: 8px;
}

.footer ul li a {
    text-decoration: none;
    color: inherit;
}

.footer ul li a:hover {
    color: #f1c40f; /* màu vàng nổi bật theo logo VAR eCOM */
}

#footer .Logo_ft img{
    min-width: unset;
    box-shadow: rgb(149 157 165 / 63%) 0px 8px 24px;
    background-color: #fff;
    margin: 0;
    padding: 7px;
    border-radius: 7px;
}

/* Contact phone */
.hotline-quick-access {
	position: fixed;
    z-index: 100;
    left: 0;
    top: 50%;
}

.hotline-content-wrapper {
    display: flex;
    align-items: flex-start;
    float: right;
    width: 50px;
    position: relative;
    line-height: 40px;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    clear: both;
    transition: width 1s;
    -webkit-transition: width 1s;
    direction: rtl;
}


.hotline-content-wrapper:hover {
	width: 195px;
	height: auto;
}

.img-responsive {
    min-width: 50px;
    min-height: 60px;
    background: #000;
    padding: 10px;
    border-radius: 0 6px 6px 0;
}

.hotline-group {
	background: #000;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    direction: ltr;
}

.hotline-group a {
	padding: 8px 15px;
    font-size: 14px;
    line-height: 1.7;
    display: block;
}

.hotline-group a:first-child {
    border-bottom: 2px solid #fff;
}

.hotline-group a:last-child {
    background: #ffd500;
	color: #000;
}

.hotline-group a span {
    display: block;
    line-height: 1.2;
    font-size: 17px;
}

@media (max-width: 979px) {
    .hotline-quick-access {
        top: 70%;
    }
}


hr {
    border-top: 1px solid #ddd;
}

/* class global */
.fc {
	width: fit-content;
}

.colu-flex .col-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.mg-0 {
	margin: 0;
}

/* Button */
.button {
	color: #282828;
	font-weight: 600 !important;
	transition: all .4s ease;
	border: none;
	box-shadow: 0 2px 6px #122b690a, 0 1px 2px #122b6914, 0 0 0 1px #122b6914;
}

.button:hover {
	color: currentcolor;
	box-shadow: none !important;
	transform: translatex(3px);
	transition: all .4s ease;
}

.mg-0 {
	margin: 0 !important;
}

.button.primary {
	background: linear-gradient(to right, #fbd42e, #ffe98a);
}	

.button.alert {
	background: #fff;
}

.button.success {
	background: linear-gradient(135deg, #fbd42e 0%, #282828 30%);
	color: #fff;
}

.button.white {
	border: none;
	box-shadow: none !important;
	background-color: transparent !important;
}

.button.primary.is-outline, .button.primary.is-outline:hover {
	background: transparent;
	line-height: 2.3em;
	border: 1px solid !important;
	box-shadow: none !important;
}

.button i {
	font-size: 120%;
}

.button.btn-pointer:before {
	content: "";
	position: absolute;
	width: 43px;
	height: 46px;
	background: url("http://motek.hoangtinhpham.website/wp-content/uploads/2025/06/mouse.webp") no-repeat center center;
	background-size: contain;
	right: -22px;
    top: 30px;
    animation: shake-circle 0.8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

@keyframes shake-circle {
	0% {
	transform: translate(0, 0);
	}
	25% {
	transform: translate(-5px, -5px);
	}
	50% {
	transform: translate(5px, 5px);
	}
	75% {
	transform: translate(-5px, -5px);
	}
	100% {
	transform: translate(0, 0);
	}
}

h1, h2, h3, h4, h5, h6,.uppercase, span.widget-title, th {
    letter-spacing: 0;
}

strong, b {
	font-weight: 700;
}

@media (max-width: 767px) {
	.button.btn-sp {
		margin: 0 0 15px;
	}
}