.footer-contact{padding:0;margin:0;display:flex;flex-direction:column;justify-content:flex-start;gap:1rem;font-size:1rem;width:35%}.footer-contact-title{display:flex;gap:1rem;align-items:center;color:var(--color-black);font-weight:700;font-size:2.2rem!important}.footer-contact-title .img-sea-dragon{width:4rem;height:auto}.footer-contact-content{display:flex;flex-direction:column;padding:2px;gap:1.2rem}.footer-contact-content a{font-size:1.4rem}.footer-contact-content span{font-size:1.8rem}.footer-contact-content svg{flex-shrink:0;margin-left:-4px}.footer-contact-content .hotline{display:flex;gap:12px;justify-content:flex-start;align-items:center;color:var(--color-black);font-weight:700}.footer-contact-content .hotline .hotline-icon{background-color:var(--color-white);padding:4px;border-radius:50%}.footer-contact-content .location{display:flex;gap:12px;justify-content:flex-start;align-items:center;color:var(--color-black);font-weight:700}.footer-contact-content .location .location-icon{background-color:var(--color-white);padding:4px;border-radius:50%}.footer-contact-content .email{display:flex;gap:12px;justify-content:flex-start;align-items:center;color:var(--color-black);font-weight:700}.footer-contact-content .email .email-icon{background-color:var(--color-white);padding:4px;border-radius:50%}@media screen and (max-width:1024px){.footer-contact{width:45%}}@media screen and (max-width:768px){.footer-contact{display:flex;flex-direction:column;width:100%}.footer-contact-content{font-size:1.2rem}}@media screen and (max-width:480px){.footer-contact{display:flex;flex-direction:column;justify-content:center}.footer-contact-content{padding:0}}footer{display:flex;top:10rem;justify-content:center;padding:4rem 6rem}footer .container-pub{width:1400px!important}footer{background:#fff}footer .footer-item{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}@media screen and (max-width:1024px){footer .footer-item{display:flex;gap:4rem;justify-content:center;align-items:flex-start}}@media screen and (max-width:768px){footer .footer-item{display:flex;gap:2rem;align-items:center;flex-direction:column}}.location-form-map iframe{height:15rem;width:30rem}.location-form-content{padding:0 2rem;display:flex}.location-form-content h2{color:var(--color-black);font-weight:700;font-size:2.2rem!important}.location-form-icon{display:flex;justify-content:center;margin-top:2rem;gap:4rem}.location-form-icon-item:hover{cursor:pointer;opacity:.8;box-shadow:0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3)}@media screen and (max-width:1024px){.location-form{margin:0 auto}.location-form-map iframe{height:20rem;width:40rem}}@media screen and (max-width:768px){.location-form{width:80%}.location-form-map iframe{height:auto;width:100%}.location-form-content h2{margin:0 auto}}.payment{display:flex;flex-direction:column;gap:2rem;width:30%}.payment .top-payment{display:flex;gap:1rem;align-items:center;margin:0 auto}.payment .top-payment h2{color:var(--color-black);font-weight:700;font-size:2.2rem!important}.payment .bottom-payment{display:flex;align-items:center;justify-content:center}@media screen and (max-width:1024px){.payment{width:45%}}@media screen and (max-width:768px){.payment{width:100%}}@keyframes abc{0%{width:0}to{width:100%}}.navbar{height:55px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;position:sticky;top:0;z-index:20;background-color:var(--color-bg-version-2);border-bottom:1px solid var(--color-grey-400)}.navbar .nav-container{width:100%;height:100%;max-width:1500px;position:relative}.navbar .nav-container,.navbar .nav-container .nav-menu{display:flex;justify-content:space-between;align-items:center}.navbar .nav-container .nav-menu{flex-grow:1;text-align:center;gap:.5rem;border:none}.navbar .nav-container .nav-menu .nav-item{text-transform:uppercase;font-weight:400;flex:none;display:flex;align-items:center;height:100%;position:relative;margin:0 .6rem;white-space:nowrap}.navbar .nav-container .nav-menu .nav-item a:not(.nav-active):before{content:"";position:absolute;bottom:-4px;left:0;width:0;height:.2rem;background:var(--color-white);transition:width .3s ease}.navbar .nav-container .nav-menu .nav-item:hover>a:not(.nav-active):before{width:100%}.navbar .nav-container .nav-menu .nav-item .mobile-submenu{border-radius:4px;margin-top:4px;padding-left:4rem}.navbar .nav-container .nav-menu .nav-item .submenu-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.navbar .nav-container .nav-menu .nav-links{display:inline-flex;align-items:center;color:var(--color-text-white);margin:0!important;font-weight:500;font-size:1.5rem;white-space:nowrap;position:relative;line-height:1}@media screen and (min-width:767px)and (max-width:900px){.navbar .nav-container .nav-menu .nav-links{font-size:1.3rem}}.navbar .nav-container .nav-menu .nav-active{background:#e0efff;color:#1976d2!important;border-radius:999px;font-weight:600;font-size:1.5rem;box-shadow:0 2px 8px hsla(0,0%,100%,.15);padding:.5rem 1.4rem;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;line-height:1}@media screen and (min-width:767px)and (max-width:900px){.navbar .nav-container .nav-menu .nav-active{font-size:1.3rem;padding:.4rem 1rem}}.navbar .nav-container .nav-menu .nav-dropmenu{cursor:pointer}.navbar .nav-container .user-avatar{display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;width:36px;height:36px;border-radius:50%;overflow:hidden}.navbar .nav-container .user-avatar img{width:100%;height:100%;object-fit:cover}.navbar .nav-container .nav-btn{display:flex;justify-content:center;align-items:center;flex-shrink:0}.navbar .nav-container .nav-btn .login-btn{position:relative;color:var(--color-white);text-align:center;margin-left:1rem;padding:0 .8rem}.navbar .nav-container .nav-btn .login-btn a{display:inline-flex;align-items:center;font-size:1.5rem;font-weight:500;position:relative}.navbar .nav-container .nav-btn .login-btn a:before{content:"";position:absolute;bottom:-4px;left:0;width:0;height:.2rem;background:var(--color-white);transition:width .3s ease}.navbar .nav-container .nav-btn .login-btn:hover a:before{width:100%}.navbar .nav-icon{display:none}.navbar .nav-icon svg{width:2rem;height:2rem}@media screen and (min-width:1024px){.navbar{height:60px}.navbar .nav-menu{justify-content:center;gap:.2rem}.navbar .nav-item{margin:0 .8rem!important}}@media screen and (max-width:1023px)and (min-width:769px){.navbar{height:55px}.navbar .nav-menu{gap:0}.navbar .nav-item{margin:0 .3rem!important}}@media screen and (max-width:768px){.navbar .nav-menu{box-sizing:border-box;display:flex;flex-direction:column;width:99vw;transform:translateX(-1.4rem);max-height:100vh;height:auto;border-top:1px solid hsla(0,0%,100%,.2);position:absolute;top:100%;left:-110%;opacity:0;overflow-y:auto;transition:all .4s ease;align-items:flex-start!important;gap:0;box-shadow:0 8px 24px rgba(0,0,0,.12)}.navbar .nav-menu.active{background:var(--color-white);left:0;opacity:1;text-align:left;padding:0;z-index:1}.navbar .nav-menu .nav-item{margin:0!important;width:100%;height:auto;flex-shrink:0;display:block;border-bottom:1px solid #f0f0f0}.navbar .nav-menu .nav-item .nav-links{color:var(--color-black)!important;align-items:center}.navbar .nav-menu .nav-item .nav-active,.navbar .nav-menu .nav-item .nav-links{padding:1.4rem 2rem;width:100%;box-sizing:border-box;display:flex;gap:1.5rem;font-size:1.5rem}.navbar .nav-menu .nav-item .nav-active{background:#e8f1ff;color:#1976d2!important;border-radius:0;box-shadow:none;border-left:3px solid #1976d2;justify-content:flex-start}.navbar .nav-menu .nav-item .nav-active svg{color:#1976d2!important}.navbar .nav-menu li.w-\[1px\]{display:none!important}.navbar .nav-icon{cursor:pointer;display:block;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%);color:var(--color-white)}.navbar .nav-icon svg{width:2.8rem;height:2.8rem}.navbar .login-btn{display:none}.navbar .user-avatar{display:none!important}}@media screen and (min-width:769px){.navbar .hide{display:none!important}.navbar .nav-item .unhide{display:block}}@media screen and (max-width:480px){.navbar{height:55px}.navbar .nav-icon svg{width:2.5rem;height:2.5rem}}.head-nav-content{margin:0 auto}.head-nav-item{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0}.head-nav-item .left{display:block}.head-nav-item .left img{width:clamp(6rem,8vw,9rem);height:auto}.head-nav-item .right .right-content{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.head-nav-item .right .right-content .search{position:relative}.head-nav-item .right .right-content .search input{padding:.5rem 2.5rem .5rem 1rem;border-radius:9999px;border:none;outline:none;background-color:#fff;width:200px;font-size:.9rem;box-shadow:0 2px 5px rgba(0,0,0,.1)}@media screen and (max-width:768px){.head-nav-item .right .right-content .search input{width:150px;font-size:.8rem}}.head-nav-item .right .right-content .search .icon-search{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#2c3e50;font-size:1.2rem;pointer-events:none}.head-nav-item .right .right-content .email,.head-nav-item .right .right-content .hotline{font-size:1.1rem;color:#576c87;font-weight:500}@media screen and (max-width:768px){.head-nav-item .right .right-content .email,.head-nav-item .right .right-content .hotline{font-size:.9rem}}@media screen and (max-width:480px){.head-nav-item .right .right-content .email,.head-nav-item .right .right-content .hotline{display:none}.head-nav .right .search input{width:120px}}@media screen and (max-width:768px){.nav-item .unhide{display:none!important}}