.footer{background-color:#000;width:100%;margin-top:40px}.footer-container{max-width:1000px;margin:0 auto;padding:0 16px}.footer-top{background:#f2f2f2;padding:30px 0}.footer-top-inner{justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-top h2{margin:0;font-size:28px;font-weight:800}.footer-top p{margin:8px 0}.footer-hotline{color:#fff;background:#d60000;padding:12px 20px;font-weight:700;text-decoration:none}.footer-main{color:#fff;background:#000;padding:40px 0 20px}.footer-grid{grid-template-columns:1.8fr 1.1fr 1.1fr;gap:40px;padding-bottom:80px;line-height:20px;display:grid}.footer-grid h3{margin-bottom:12px;font-weight:800}.footer-grid p{margin:6px 0;font-size:14px}.socials{justify-content:center;gap:10px;font-size:20px;display:flex}.socials-h3{text-align:center}.icon-sc{border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.icon-sc svg{color:#fff;width:25px;height:25px}.icon-sc:first-child svg{transform:translateY(2px)translate(2px)}.icon-sc:nth-child(2) svg{transform:translate(3px)translateY(2.5px)}.icon-sc:nth-child(3) svg{transform:translate(5px)translateY(2.5px)}.icons{flex-direction:row;gap:12px;display:flex}.footer-bottom{border-top:1px solid #333;flex-wrap:wrap;justify-content:space-between;margin-top:30px;padding-top:20px;display:flex}.footer-links{gap:20px;display:flex}.footer-links a{color:#aaa;font-size:14px;text-decoration:none}.footer-links a:hover{color:#fff}@media (max-width:768px){.footer-top-inner{text-align:center;flex-direction:column;justify-content:center}.footer-hotline{width:fit-content;margin-top:10px}.footer-grid{text-align:center;grid-template-columns:1fr;gap:25px;padding-bottom:0}.footer-bottom{text-align:center;flex-direction:column;align-items:center}.footer-links{flex-wrap:wrap;justify-content:center}.socials{justify-content:center}}
.Gallery-module__LFd32G__containergallery{max-width:1000px;margin:0 auto;padding:0 16px}.Gallery-module__LFd32G__gallery{padding:40px 0}.Gallery-module__LFd32G__topInfo{grid-template-columns:auto 1fr 1fr 1fr;align-items:center;gap:20px;margin-bottom:30px;display:grid}.Gallery-module__LFd32G__avatar{justify-content:center;display:flex}.Gallery-module__LFd32G__avatar img{aspect-ratio:1;object-fit:cover;border-radius:9999px;width:100%;max-width:200px;height:100%;max-height:200px}.Gallery-module__LFd32G__company{color:#666;margin:0;font-size:14px}.Gallery-module__LFd32G__name{color:#d60000;margin:0;font-size:20px;font-weight:700;line-height:1.3}.Gallery-module__LFd32G__hotline{justify-content:flex-start;align-items:center;gap:10px;display:flex}.Gallery-module__LFd32G__icon{background:#fff;border:2px solid red;border-radius:9999px;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.Gallery-module__LFd32G__icon svg{color:red;width:50px;height:50px}.Gallery-module__LFd32G__phone{color:red;margin:0;font-size:20px;font-weight:700;line-height:1.2}.Gallery-module__LFd32G__label{text-align:left;color:#666;margin:0;font-size:14px;line-height:2.2}.Gallery-module__LFd32G__actions p{border-bottom:1px solid #ccc;margin:4px 0}@media (min-width:769px){.Gallery-module__LFd32G__info,.Gallery-module__LFd32G__hotline,.Gallery-module__LFd32G__actions{transform:translateY(40px)}}.Gallery-module__LFd32G__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.Gallery-module__LFd32G__card{aspect-ratio:4/3;border-radius:12px;overflow:hidden}.Gallery-module__LFd32G__card img{object-fit:cover;width:100%;height:100%}@media (max-width:1024px){.Gallery-module__LFd32G__grid{grid-template-columns:repeat(2,1fr)}.Gallery-module__LFd32G__topInfo{grid-template-columns:1fr 1.5fr 1.3fr 1fr}.Gallery-module__LFd32G__avatar img{width:140px;height:140px}.Gallery-module__LFd32G__actions p{font-size:14px}}@media (max-width:768px){.Gallery-module__LFd32G__topInfo{flex-direction:column;align-items:center;gap:16px;display:flex}.Gallery-module__LFd32G__avatar img{width:140px;height:140px}.Gallery-module__LFd32G__info,.Gallery-module__LFd32G__hotline{text-align:center;width:100%;transform:none}.Gallery-module__LFd32G__actions{text-align:center;width:70%;transform:none}.Gallery-module__LFd32G__hotline{justify-content:center}.Gallery-module__LFd32G__actions{border:none}}@media (max-width:600px){.Gallery-module__LFd32G__grid{grid-template-columns:1fr}}
.floating-desktop{z-index:999;flex-direction:column;gap:20px;display:flex;position:fixed;bottom:100px;left:25px}.float-btn{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;animation:1.6s infinite pulseBtn;display:flex;position:relative;overflow:visible}.fb{background:linear-gradient(145deg,#1877f2,#4e8df5)}.zalo{background:linear-gradient(145deg,#0a88ff,#5bbcff)}.phone{background:linear-gradient(145deg,#ff3b3b,#ff6b6b)}.float-btn img{z-index:3;position:relative}.fb{--wave-color:24,119,242}.zalo{--wave-color:10,136,255}.phone{--wave-color:255,59,59}.float-btn:before,.float-btn:after{content:"";background:inherit;filter:blur(3px);border-radius:50%;animation:2s infinite waveSmooth;position:absolute;inset:0}.float-btn:after{animation-delay:1s}.float-btn{animation:2s infinite pulseBtn}.zalo img,.fb img,.phone img{z-index:2;animation:1s infinite shake;position:relative}@keyframes btnPulse{0%{transform:scale(1)}40%{transform:scale(.9)}60%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes wave{0%{opacity:.5;transform:scale(1)}70%{opacity:.1;transform:scale(1.6)}to{opacity:0;transform:scale(1.8)}}@keyframes waveSmooth{0%{box-shadow:0 0 0 0 rgba(var(--wave-color), .6)}70%{box-shadow:0 0 0 30px rgba(var(--wave-color), 0)}to{box-shadow:0 0 0 0 rgba(var(--wave-color), 0)}}@keyframes shake{0%{transform:rotate(0)}20%{transform:rotate(30deg)}40%{transform:rotate(-30deg)}60%{transform:rotate(20deg)}80%{transform:rotate(-20deg)}to{transform:rotate(0)}}@keyframes pulseBtn{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.mobile-bar{box-sizing:border-box;z-index:9999;gap:8px;width:min(100%,640px);padding:0 8px;display:none;position:fixed;bottom:10px;left:50%;transform:translate(-50%)}.mobile-btn{color:#fff;white-space:nowrap;text-overflow:ellipsis;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;min-width:0;padding:10px 6px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 3px 8px #00000040}.mobile-btn.call{background:linear-gradient(135deg,#d60000,#ff2e2e)}.mobile-btn.quote{background:linear-gradient(135deg,#d60000,#ff5c5c)}.mobile-btn:active{transform:scale(.97)}@media (max-width:768px){.floating-desktop{display:none}.mobile-bar{display:flex}}
