footer{background:#fff;min-height:498px;height:540px;position:relative;padding:96px 0 102px}footer h3{font-size:var(--text-lg);font-weight:var(--font-bold)}footer a{transition:all .1s ease}footer a:hover{color:var(--secondary-500)}footer .footer-info{font-size:var(--text-xs);font-weight:var(--font-medium)}footer .footer-info p{margin:0 0 24px}footer .footer-info .social{display:flex;gap:16px;flex-wrap:wrap;align-items:center}footer .footer-info .btn-with-icon{margin-top:24px}footer .footer-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}footer .footer-grid .col-span-2{grid-column:span 2}footer .footer-grid .col-span-3{grid-column:span 3}footer .footer-grid .menu-list{display:flex;flex-direction:column;gap:12px;font-size:var(--text-xs)}footer .footer-grid .menu-list a{color:var(--gray-300)}footer .footer-grid .menu-list a br{display:none}footer .footer-grid .menu-list a:hover{color:var(--secondary-500)}footer .btn-tel{width:95px}footer .app-download{display:flex;gap:16px;margin-top:8px}footer .footer-section{display:flex;flex-direction:column;gap:24px}footer .footer-bottom{position:absolute;bottom:0;left:0;right:0;text-align:center;display:flex;align-items:center;font-size:var(--text-2xs);font-weight:var(--font-medium);color:var(--gray-600);background:var(--primary-500);height:54px;width:100%;color:var(--gray-100);font-size:var(--text-xs);font-weight:var(--font-regular)}footer .footer-bottom .menu-bottom{display:flex;gap:16px;align-items:center}footer .footer-bottom .menu-bottom span{display:block;width:1px;height:20px;background:var(--grayalpha-200)}footer .footer-bottom a{color:var(--gray-100);border-bottom:1px solid transparent}footer .footer-bottom a:hover{border-bottom-color:var(--gray-100)}@media(max-width:1024px){footer{height:fit-content}footer .footer-grid{grid-template-columns:repeat(2,1fr)}footer .footer-grid .col-span-2{grid-column:span 1}footer .download-box{display:flex;width:300px;max-width:100%;gap:8px;align-items:center}footer .qr-code{width:50%}footer .app-download{flex-direction:column;width:50%;gap:8px}}@media(max-width:640px){footer{padding-top:40px}footer .footer-section{gap:0}footer .footer-section h3{border-bottom:1px solid var(--grayalpha-100)}footer .footer-section.last h3{border-bottom:none}footer .footer-section.has-submenu{border-bottom:1px solid var(--grayalpha-100)}footer .footer-section.has-submenu h3{border-bottom:none;display:flex;align-items:center;justify-content:space-between}footer .footer-section.has-submenu h3 .accordion-btn{content:"";background:url(/images/icons/alt-arr-down.svg) no-repeat 50%/16px 16px;width:20px;height:20px;display:block;margin-left:auto;transition:transform .3s ease}footer .footer-grid{grid-template-columns:repeat(1,1fr);gap:0}footer .footer-grid h3{padding:16px 0;font-size:var(--text-sm)}footer .footer-grid .footer-info{padding:0 0 24px}footer .footer-grid .menu-list{max-height:0;overflow:hidden;transition:max-height .3s ease}footer .footer-grid .show-submenu .accordion-btn{transform:rotate(180deg)}footer .footer-grid .show-submenu .menu-list{max-height:300px;margin-bottom:12px}footer .footer-bottom{height:auto;padding:8px 0}footer .footer-bottom .flex{justify-content:center}}@keyframes bonce-in{0%{transform:scale(1.5)}to{transform:scale(1)}}@keyframes bonce-out{0%{transform:scale(1.5)}to{transform:scale(1)}}header{position:fixed;top:0;left:0;right:0;z-index:100;transition:all .3s ease}header .kbj-top-bar{background:var(--tertiary-500);height:40px;display:flex;align-items:center;position:relative;z-index:2}header .parent-menu{cursor:pointer}header .kbj-menu-bar{height:60px;display:flex;align-items:center;position:relative;z-index:1}header .kbj-menu-bar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--whitealpha-500);backdrop-filter:blur(12px);width:100%;height:100%;z-index:0}header .kbj-menu-bar .logo,header .kbj-menu-bar .top-right,header .kbj-menu-bar ul{position:relative;z-index:1}header .kbj-menu-bar .container{height:100%;position:relative;z-index:2}header .menu-top{font-size:var(--text-xs);font-weight:var(--font-medium);height:100%}header .menu-top ul{gap:28px}header .menu-top li,header .menu-top ul{display:flex;align-items:center;justify-content:center;height:100%}header .menu-top li{position:relative;gap:4px}header .menu-top a,header .menu-top button{color:var(--greyscale-100);transition:all .2s ease}header .menu-top a:hover,header .menu-top button:hover{color:var(--secondary-500)}header .menu-top .sub-menu{position:absolute;top:calc(100% - 10px);left:50%;transform:translateX(-50%);background:var(--whitealpha-900);padding:20px 24px;border-radius:24px;min-width:150px;width:fit-content;opacity:0;visibility:hidden;transition:all .2s ease;backdrop-filter:blur(12px);display:flex;gap:64px}header .menu-top .sub-menu .left{display:grid;grid-template-columns:repeat(1,1fr);gap:20px;align-content:flex-start}header .menu-top .sub-menu .left.two-column{grid-template-columns:repeat(2,1fr)}header .menu-top .sub-menu a{display:flex;padding:0;gap:16px;align-items:center;white-space:nowrap;font-size:var(--text-xs);font-weight:var(--font-medium);min-width:200px}header .menu-top .sub-menu a .icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--secondary-500);background:var(--yellowalpha-500);border-radius:8px;padding:10px}header .menu-top .sub-menu .ant-btn{color:#fff}header .menu-top .sub-menu .banner{width:200px;flex-shrink:0}header .menu-top .sub-menu.active{opacity:1;visibility:visible;top:10px}header .top-right{display:flex;align-items:center;justify-content:center;gap:16px}header .top-right .ant-btn{font-size:var(--text-sm);font-weight:var(--font-medium)}header .top-right .ant-btn.ant-btn-default{background:transparent}header.is-hidden{top:-100px}@media(min-width:1025px){header:not(.is-hidden) li:hover .sub-menu{opacity:1;visibility:visible;top:calc(100% + 10px)}}.menu-mobile{display:none}@media(max-width:1280px){header .menu-top ul{gap:16px}}@media(max-width:1024px){.menu-mobile{display:flex}header{height:56px}header .kbj-top-bar{display:none}header .logo{background:#fff;padding:0;width:104px;height:40px;border-radius:40px;display:flex;align-items:center;justify-content:center}header .kbj-menu-bar{background:none;height:100%}header .menu-top{display:none}header.mobile-show .logo{border:1px solid var(--tertiary-600)}header.mobile-show .btn-top-register{background:var(--secondary-500)!important;color:#fff!important}header .top-right{gap:8px}header .top-right .btn-search{display:none}header .top-right .menu-mobile{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:40px;height:40px;border-radius:50%;background:#fff;cursor:pointer}header .top-right .menu-mobile span{background:#000;height:1.5px;width:100%;display:block;transition:all .2s ease;position:relative}header .top-right .menu-mobile span:nth-child(2){margin:4px 0}header .top-right .menu-mobile .icon{width:fit-content;height:fit-content;display:flex;align-items:center;justify-content:center;position:absolute;inset:0;margin:auto}header .top-right .menu-mobile .icon.close{opacity:0}header .top-right .menu-mobile .icon svg{display:block;width:24px;height:24px}header .top-right .menu-mobile:active{transform:scale(.9)}header .top-right .menu-mobile.clicked{animation:bonce-in 1s cubic-bezier(.33,1.42,.05,.96) forwards}header .top-right .menu-mobile.clicked .icon.close{opacity:1}header .top-right .menu-mobile.clicked .icon.hamburger{opacity:0}header .top-right .menu-mobile:not(.clicked){animation:bonce-out 1s cubic-bezier(.33,1.42,.05,.96) forwards}header .top-right .menu-mobile:not(.clicked) .icon.close{opacity:0}header .top-right .menu-mobile:not(.clicked) .icon.hamburger{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;bottom:-20px}to{opacity:1;bottom:0}}@keyframes menuOpen{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes menuClose{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.menu-for-mobile{position:fixed;width:100%;height:100vh;top:0;transform:translateY(-100%);opacity:0;left:0;background:#fff;z-index:99;transition:all .3s cubic-bezier(.165,.84,.44,1);padding:60px 16px}.menu-for-mobile .top{display:flex;align-items:center;justify-content:space-between;height:60px;transition:all .2s ease-in-out}.menu-for-mobile .top .ant-btn{font-size:var(--text-sm);font-weight:var(--font-medium)}.menu-for-mobile .top.show{opacity:1}.menu-for-mobile .logo-menu{width:105px;height:40px;border:1px solid var(--tertiary-600);border-radius:40px;padding:6px;display:flex;align-items:center;justify-content:center}.menu-for-mobile .search-input{position:relative;display:flex;align-items:center;width:100%;margin:24px 0 20px;opacity:0}.menu-for-mobile .search-input .icon{position:absolute;left:10px;width:20px;height:20px;color:#949495}.menu-for-mobile .search-input input{padding-left:40px;height:48px;border:none;background:var(--gray-500);border-radius:24px;width:100%;font-size:var(--text-sm);font-weight:var(--font-medium)}.menu-for-mobile .right{display:flex;align-items:center;gap:16px}.menu-for-mobile button.close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#fff;border-radius:50%}.menu-for-mobile ul{position:relative;opacity:0}.menu-for-mobile li{display:block;height:fit-content;text-align:left}.menu-for-mobile li a,.menu-for-mobile li button{padding:10px 0;display:block;font-size:var(--text-lg);font-weight:var(--font-bold)}.menu-for-mobile li .main-menu-button{width:100%;text-align:left;z-index:1;position:relative}.menu-for-mobile li .parent-menu{padding:0;display:block;font-size:var(--text-lg);font-weight:var(--font-bold);cursor:pointer}.menu-for-mobile li .arrow-submenu{display:none}.menu-for-mobile .mobile-submenu{padding:0 0 0 12px;max-height:0;overflow:hidden;transition:max-height .3s ease}.menu-for-mobile .mobile-submenu a,.menu-for-mobile .mobile-submenu button{font-size:var(--text-xs);font-weight:var(--font-regular);padding:6px 0!important}.menu-for-mobile .mobile-submenu a br,.menu-for-mobile .mobile-submenu button br{display:none}.menu-for-mobile .mobile-submenu.show{max-height:200px}.menu-for-mobile .menu-bottom{display:flex;align-items:center;justify-content:space-between;background:var(--tertiary-500);padding:12px;width:100%;position:absolute;bottom:0;left:0;opacity:0}@media(max-width:1024px){.menu-for-mobile.active{animation:menuOpen .2s cubic-bezier(.165,.84,.44,1) forwards}.menu-for-mobile.active .search-input{animation:slideDown .8s cubic-bezier(.165,.84,.44,1) forwards;animation-delay:.25s}.menu-for-mobile.active ul{animation:slideDown 1.2s cubic-bezier(.165,.84,.44,1) forwards;animation-delay:.25s}.menu-for-mobile.active .menu-bottom{animation:slideUp .3s cubic-bezier(.165,.84,.44,1) forwards;animation-delay:.3s}.menu-for-mobile:not(.active){animation:menuClose .6s cubic-bezier(.165,.84,.44,1) forwards}.menu-for-mobile:not(.active) ul{animation:slideUp 1s cubic-bezier(.165,.84,.44,1) forwards;animation-delay:.25s}.menu-for-mobile li{position:relative}.menu-for-mobile li .arrow-submenu{display:flex;align-items:center;justify-content:center;position:absolute;right:0;top:6px;width:40px;height:40px;transition:transform .3s ease}.menu-for-mobile li .arrow-submenu.active{transform:rotate(180deg)}}:root{--background:#fff;--primary-100:#fff9e7;--primary-200:#fff0c5;--primary-300:#ffe498;--primary-400:#fed768;--primary-500:#fec00f;--primary-600:#e5ad0e;--primary-700:#cb9a0c;--secondary-100:#feefe9;--secondary-200:#fcd7ca;--secondary-300:#f9b8a0;--secondary-400:#f69774;--secondary-500:#f15a22;--secondary-600:#cd4d1d;--secondary-700:#ab4018;--tertiary-100:#fff7e8;--tertiary-200:#feecc7;--tertiary-300:#fedd9b;--tertiary-400:#fdcd6d;--tertiary-500:#fcaf17;--tertiary-600:#f6910a;--tertiary-700:#b54908;--quaternary-100:#e4e2dd;--quaternary-200:#cac7be;--quaternary-300:#aca598;--quaternary-400:#948b7b;--quaternary-500:#857b6d;--quaternary-600:#776c61;--quaternary-700:#5c524c;--base-white:#fff;--base-black:#000;--neutral-black:#222229;--grayalpha-100:rgba(34,34,41,.08);--grayalpha-200:rgba(34,34,41,.12);--grayalpha-300:rgba(34,34,41,.16);--grayalpha-400:rgba(34,34,41,.28);--grayalpha-500:rgba(34,34,41,.4);--grayalpha-600:rgba(34,34,41,.52);--gray-default:#222229;--gray-600:#fdfdfd;--gray-500:#f5f5f5;--gray-400:#949495;--gray-300:#454547;--gray-200:#211f23;--gray-100:#171719;--grayalpha-700:rgba(34,34,41,.64);--grayalpha-800:rgba(34,34,41,.76);--grayalpha-900:rgba(34,34,41,.88);--grayalpha-1000:rgba(34,34,41,.96);--whitealpha-100:hsla(0,0%,100%,.08);--whitealpha-200:hsla(0,0%,100%,.12);--whitealpha-300:hsla(0,0%,100%,.16);--whitealpha-400:hsla(0,0%,100%,.28);--whitealpha-500:hsla(0,0%,100%,.4);--whitealpha-600:hsla(0,0%,100%,.52);--whitealpha-700:hsla(0,0%,100%,.64);--whitealpha-800:hsla(0,0%,100%,.76);--whitealpha-900:hsla(0,0%,100%,.88);--whitealpha-1000:hsla(0,0%,100%,.96);--yellowalpha-100:rgba(254,192,15,.08);--yellowalpha-200:rgba(254,192,15,.12);--yellowalpha-300:rgba(254,192,15,.16);--yellowalpha-400:rgba(254,192,15,.28);--yellowalpha-500:rgba(254,192,15,.4);--yellowalpha-600:rgba(254,192,15,.52);--yellowalpha-700:rgba(254,192,15,.64);--yellowalpha-800:rgba(254,192,15,.76);--yellowalpha-900:rgba(254,192,15,.88);--yellowalpha-1000:rgba(254,192,15,.96);--orangealpha-300:rgba(241,90,34,.16);--error-100:#ffe8e8;--warning-100:#fff8e8;--success-100:#eaf8ee;--success-200:#abe2b8;--success-300:#88d69b;--success-400:#54c570;--success-500:#31b953;--warning-200:#ffe19f;--warning-300:#ffd477;--warning-400:#ffb514;--warning-500:#e8a512;--error-200:#ffa1a2;--error-300:#ff7a7c;--error-400:#ff1a1d;--error-500:#cc1517;--font-db_heavent_rounded:"DBHeaventRounded";--font-regular:400;--font-medium:500;--font-bold:700;--font-black:900;--text-3xs:16px;--text-2xs:20px;--text-xs:22px;--text-sm:24px;--text-md:26px;--text-lg:28px;--text-xl:32px;--text-2xl:36px;--text-3xl:44px;--text-4xl:48px;--text-5xl:56px;--text-6xl:68px}@media(max-width:768px){:root{--text-xl:30px;--text-2xl:32px;--text-3xl:36px;--text-4xl:38px;--text-5xl:40px;--text-6xl:44px}}h1,h2,h3,h4,h5,h6,strong{font-weight:var(--font-bold)}.font-regular{font-weight:var(--font-regular)}.font-medium{font-weight:var(--font-medium)}.font-bold{font-weight:var(--font-bold)}.font-black{font-weight:var(--font-black)}.text-3xs{font-size:var(--text-3xs)}.text-2xs{font-size:var(--text-2xs)}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-md{font-size:var(--text-md)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-2xl{font-size:var(--text-2xl)}.text-3xl{font-size:var(--text-3xl)}.text-4xl{font-size:var(--text-4xl)}.text-5xl{font-size:var(--text-5xl)}.text-6xl{font-size:var(--text-6xl)}.kbj-top-search{box-shadow:0 1px 0 var(--grayalpha-100);background:var(--whitealpha-900);backdrop-filter:blur(12px);position:absolute;top:0;left:0;right:0;z-index:1;width:100vw;overflow:hidden;max-height:0;transition:all .3s ease}.kbj-top-search .btn-back{display:none}.kbj-top-search .top-search-box{width:630px;margin:auto;padding:106px 0 32px;max-width:100%}.kbj-top-search .top-search-box .input-search{width:100%;border-radius:40px;border:2px solid var(--yellowalpha-600);padding-left:44px;height:48px;box-shadow:none!important;outline:none;font-size:var(--text-sm);color:var(--gray-200);background:url(/images/icons/magnifer.svg) var(--gray-600) no-repeat left 12px center/20px 20px}.kbj-top-search .top-search-box .input-search:focus{border:2px solid var(--yellowalpha-600)!important}.kbj-top-search .top-search-box .search-input{position:relative;width:100%}.kbj-top-search .search-action{height:300px;overflow-y:auto;margin:32px 0 0;padding-bottom:32px}.kbj-top-search .search-title{font-size:var(--text-xs);font-weight:var(--font-bold);color:var(--gray-200);margin:0 0 16px}.kbj-top-search .recent-box{padding:0 0 32px}.kbj-top-search .result-box{padding:0 0 20px}.kbj-top-search .result-box:last-child{padding-bottom:0}.kbj-top-search .search-recent ul{display:flex;gap:12px;flex-wrap:wrap}.kbj-top-search .search-recent .recent-btn{border-radius:24px;background:var(--gray-500);padding:0 16px;height:36px;display:flex;align-items:center;gap:8px;font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--gray-200)}.kbj-top-search .search-result ul{display:grid;grid-template-columns:repeat(1,1fr);gap:8px}.kbj-top-search .search-result .search-link{border-radius:12px;background:url(/images/icons/alt-arr-right.svg) var(--gray-500) no-repeat right 16px center/20px 20px;mix-blend-mode:multiply;padding:12px 52px 12px 16px;font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--gray-200);display:block}.kbj-top-search .search-result .search-link .match{color:var(--secondary-500)!important}.kbj-top-search.open{max-height:520px}.kbj-top-search .no-result{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--gray-200);margin:0 0 0 16px;text-align:center}.search-overlay{background:var(--whitealpha-400);backdrop-filter:blur(12px);position:fixed;top:0;left:0;right:0;bottom:0;z-index:11;width:100vw;height:100vh;visibility:hidden;opacity:0;transition:all .3s ease}.search-overlay.open{visibility:visible;opacity:1}@media(max-width:768px){.kbj-top-search{position:fixed;top:0;left:0;right:0;z-index:1001;width:100vw;height:100vh;overflow:hidden;transition:all .3s ease;padding:12px;opacity:0;transition:opacity .3s ease,max-height .3s}.kbj-top-search.open{opacity:1;max-height:100vh}.kbj-top-search .top-search-box{padding:72px 0 0}.kbj-top-search .top-search-box .search-action{height:calc(100vh - 180px)}.kbj-top-search .top-search-box .btn-back{position:absolute;top:16px;left:12px;display:flex}.kbj-top-search .top-search-box .input-search{border-color:transparent;background-position:left 14px center;padding-left:44px;font-size:var(--text-sm);font-weight:var(--font-medium);background-color:var(--gray-500)}}