.footer{border-radius:30px 30px 0 0;background:url(../../static/image/footer-bg.png) no-repeat center / cover;overflow:hidden}.footer .footer-wrapper{color:#fff}.footer .footer-wrapper .title{text-align:center}.footer .footer-wrapper .footer-content{display:flex;justify-content:space-between}.footer .footer-wrapper .footer-content .footer-content-left{width:30%}.footer .footer-wrapper .footer-content .footer-content-left .logo-wrapper img{height:56px}.footer .footer-wrapper .footer-content .footer-content-left .content-left{display:flex;flex-direction:column;gap:32px}.footer .footer-wrapper .footer-content .footer-content-left .content-left span{font-family:'PlayfairDisplay-Medium',serif}.footer .footer-wrapper .footer-content .footer-content-right{width:50%;display:flex;gap:20%}.footer .footer-wrapper .footer-content .footer-content-right .title{text-align:left;color:var(--primary-color)}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper{white-space:nowrap}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper .footer-nav{display:flex;flex-direction:column;gap:30px}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper .footer-nav .footer-nav-item{position:relative}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper .footer-nav .footer-nav-item.title{color:#000000}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper .footer-nav .footer-nav-item:hover{color:var(--primary-color)}.footer .footer-wrapper .copyright{display:flex;align-items:center;justify-content:space-between;padding:36px 40px;position:relative}.footer .footer-wrapper .copyright::before{content:'';position:absolute;left:50%;top:0;transform:translate(-50%, -50%);width:96%;height:1px;background-color:#fff;z-index:1}.footer .footer-wrapper .copyright .copyright-left a:hover,.footer .footer-wrapper .copyright .copyright-right a:hover{color:var(--primary-color)}.footer .footer-wrapper .copyright .copyright-left .footer-icon{display:flex;align-items:flex-end;justify-content:center;gap:0 26px}.footer .footer-wrapper .copyright .copyright-left .footer-icon .code-wrapper{position:relative}.footer .footer-wrapper .copyright .copyright-left .footer-icon .code-wrapper .code-box{position:absolute;left:50%;top:110%;transform:translate(-50%, 0) scale(0);width:200px;padding:6px;background-color:#fff;transition:all .3s;z-index:2}.footer .footer-wrapper .copyright .copyright-left .footer-icon .code-wrapper .code-box::before{position:absolute;top:-6px;left:50%;width:12px;height:12px;content:"";background:#fff;border-top:.5px solid #fff;border-right:.5px solid #fff;transform:translate(-50%) rotate(-135deg);z-index:-1}.footer .footer-wrapper .copyright .copyright-left .footer-icon .code-wrapper .code-box img{width:100%;object-fit:cover}.footer .footer-wrapper .copyright .copyright-left .footer-icon .code-wrapper .code-box.show{transform:translate(-50%, 12px) scale(1)}.footer .footer-wrapper .copyright .copyright-left .footer-icon .icon-box{display:block;position:relative;transition:all .3s;width:30px;height:30px;overflow:hidden}.footer .footer-wrapper .copyright .copyright-left .footer-icon .icon-box .icon img{width:100%;height:100%;object-fit:contain}.footer .footer-wrapper .copyright .copyright-left .footer-icon .icon-box:hover .icon-wrapper{transform:translate(0)}.footer .footer-wrapper .copyright .copyright-left .footer-icon .icon-box .icon-wrapper{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center;margin-right:20px;cursor:pointer;transform:translate(-100%);transition:transform .4s cubic-bezier(.215, .61, .355, 1)}.footer .footer-wrapper .copyright .copyright-left .footer-icon .icon-box .icon-wrapper .icon{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-shrink:0}.footer .footer-wrapper .copyright .copyright-left .footer-icon .icon-box .icon-wrapper .icon .iconfont{font-size:20px}.footer .footer-wrapper .copyright .copyright-right{display:flex;align-items:center;gap:24px}.sideBar-wrapper{position:fixed;right:0;bottom:15%;z-index:990}.sideBar-wrapper a{display:block;width:50px;height:50px;border-radius:50%;background-color:#5e5c5d;color:#fff;display:flex;justify-content:center;align-items:center;margin-bottom:6px;transition:all .3s linear}.sideBar-wrapper a .iconfont{font-size:24px}.sideBar-wrapper a:hover{background:linear-gradient(to bottom, var(--primary-color-light), var(--primary-color))}.sideBar-wrapper .message-wrapper{position:absolute;left:-12px;bottom:0;transform:translate(-100%, 0);width:434px;background-color:#fff;box-shadow:0 4px 16px 2px rgba(0,0,0,0.1);border-radius:10px;padding:48px 24px 24px;display:none}.sideBar-wrapper .message-wrapper .message-close{position:absolute;top:12px;right:12px;cursor:pointer;transition:all .3s ease}.sideBar-wrapper .message-wrapper .message-close .iconfont{color:#666;font-size:26px}.sideBar-wrapper .message-wrapper .message-close:hover{transform:rotate(180deg)}.sideBar-wrapper .message-wrapper .desc{color:#888}.sideBar-wrapper .message-wrapper .contact-us-form{display:flex;flex-wrap:wrap;gap:12px;width:100%}.sideBar-wrapper .message-wrapper .contact-us-form .single-input-box{width:100%}.sideBar-wrapper .message-wrapper .contact-us-form .single-input-box img{height:70px}.sideBar-wrapper .message-wrapper .contact-us-form input,.sideBar-wrapper .message-wrapper .contact-us-form textarea{width:100%;border:none;color:#000;padding:0 24px;height:50px;transition:border .4s ease;line-height:70px;background-color:#f5f5f5}.sideBar-wrapper .message-wrapper .contact-us-form input:focus,.sideBar-wrapper .message-wrapper .contact-us-form textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 5px var(--primary-color)}.sideBar-wrapper .message-wrapper .contact-us-form input::placeholder,.sideBar-wrapper .message-wrapper .contact-us-form textarea::placeholder{color:#757575}.sideBar-wrapper .message-wrapper .contact-us-form textarea{height:120px;line-height:2;padding:24px;border-radius:initial}.sideBar-wrapper .message-wrapper .contact-us-form .submit{display:flex;justify-content:center}.sideBar-wrapper .message-wrapper .contact-us-form .btn{display:flex;justify-content:center;align-items:center;width:80%;height:50px;background:linear-gradient(to right, var(--primary-color), var(--primary-color-light));border:none;color:#fff;cursor:pointer}@media screen and (max-width:992px){.footer{border-radius:24px 24px 0 0}.footer .footer-wrapper{padding-top:40px}.footer .footer-wrapper .title br{display:none}.footer .footer-wrapper .footer-content{flex-direction:column;gap:40px;margin-top:32px;padding-bottom:56px}.footer .footer-wrapper .footer-content .footer-content-left,.footer .footer-wrapper .footer-content .footer-content-right{width:100%}.footer .footer-wrapper .footer-content .footer-content-left .logo-wrapper{text-align:center}.footer .footer-wrapper .footer-content .footer-content-left .logo-wrapper img{height:48px}.footer .footer-wrapper .footer-content .footer-content-left .content-left{gap:20px;margin-top:24px}.footer .footer-wrapper .footer-content .footer-content-right{flex-wrap:wrap;gap:24px}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper{width:100%}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper .footer-nav{gap:16px 24px;flex-direction:row;flex-wrap:wrap}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper .footer-nav .footer-nav-item{width:calc((100% - 24px) / 2)}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper:last-child .title{display:none}.footer .footer-wrapper .footer-content .footer-content-right .footer-nav-wrapper:last-child .footer-nav{margin-top:0}.footer .footer-wrapper .copyright{flex-direction:column;gap:20px;padding:24px;text-align:center}.footer .footer-wrapper .copyright::before{width:calc(100% - 48px)}.footer .footer-wrapper .copyright .copyright-left{width:100%}.footer .footer-wrapper .copyright .copyright-left .footer-icon{justify-content:center;gap:0 20px}.footer .footer-wrapper .copyright .copyright-right{flex-direction:column;gap:12px;justify-content:center}.sideBar-wrapper{right:0;bottom:5%}.sideBar-wrapper a{width:40px;height:40px}.sideBar-wrapper a .iconfont{font-size:20px}.sideBar-wrapper .message-wrapper{width:80vw;padding:24px 12px;bottom:100%}.sideBar-wrapper .message-wrapper .message-close{top:8px;right:8px}.sideBar-wrapper .message-wrapper .message-close .iconfont{font-size:20px}.sideBar-wrapper .message-wrapper .contact-us-form{gap:12px}.sideBar-wrapper .message-wrapper .contact-us-form .column{width:100%}.sideBar-wrapper .message-wrapper .contact-us-form input,.sideBar-wrapper .message-wrapper .contact-us-form textarea{height:40px;line-height:40px;padding:0 12px;font-size:12px}.sideBar-wrapper .message-wrapper .contact-us-form textarea{height:80px;line-height:1.5;padding:12px}.sideBar-wrapper .message-wrapper .contact-us-form .single-input-box img{height:40px}.sideBar-wrapper .message-wrapper .contact-us-form .submit .btn{width:100%;height:40px}}