@font-face{font-family:Georama;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/georama-vietnamese-400-normal-CS7buiNU.woff2) format("woff2"),url(/assets/georama-vietnamese-400-normal-flT-ZMmY.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Georama;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/georama-latin-ext-400-normal-CgQVi-8w.woff2) format("woff2"),url(/assets/georama-latin-ext-400-normal-CocwFkRl.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Georama;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/georama-latin-400-normal-vyLinIqA.woff2) format("woff2"),url(/assets/georama-latin-400-normal-BbQz2eYX.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}html body{font-family:Georama,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{width:100%;height:100dvh;margin:0;color:var(--font-color);cursor:default;background-color:var(--background-color)}h1{font-size:3.5rem;font-weight:700}h2{font-size:2.25rem;font-weight:700}h3{font-size:2rem;font-weight:700}h4{font-size:1.5rem;font-weight:400;color:var(--border-color)}h5{font-size:1.125rem;font-weight:400}:root{--font-color: #000000;--font-secondary-color: #373737;--background-color: #FFFFFF;--border-color: #727272;--box-background-color: #F9F6F5}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#202020a0;border-radius:3px;opacity:.5}::-webkit-scrollbar-thumb:hover{background:#131313df}*{scrollbar-width:thin;scrollbar-color:rgba(32,32,32,.6274509804) transparent}.w-100{width:100%}.text-c{text-align:center}.cursor-p{cursor:pointer}.required{color:#ff1919}@media only screen and (max-width: 800px){h1,h2{font-size:2.5rem}h4{font-size:1rem}}.sidebar{height:100%;padding:3rem 1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:2rem}.sidebar-brand{width:100%;display:flex;justify-content:center}.sidebar-brand img{width:156px;cursor:pointer}.sidebar-nav{display:flex;flex-direction:column;gap:1.5rem;width:100%}.sidebar-nav-item{border-bottom:1px solid var(--border-color);display:flex;align-items:center;padding:.5rem 1rem;gap:.5rem;font-size:1rem;font-weight:400;color:inherit;text-decoration:none}.sidebar-nav-item.active{border-radius:.125rem;border:1px solid var(--border-color)}.sidebar-nav-item.disabled{opacity:.3}.sidebar-nav-paragraph{opacity:.5;font-size:.875rem;font-weight:400;letter-spacing:.23625rem;margin-top:1rem}@media only screen and (max-width: 800px){.sidebar{padding:1.5rem 1rem .5rem;gap:1rem}.sidebar-brand img{width:88px}.sidebar-nav{flex-direction:row;justify-content:center;gap:.5rem}.sidebar-nav-item{border-bottom:none;padding:.5rem}.sidebar-nav-paragraph{display:none}}.global-modal-overlay{position:fixed;inset:0;width:100vw;height:100dvh;display:grid;place-items:center;background:#00000059;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9999}.global-modal{width:min(560px,100% - 2rem);background:var(--background-color);color:var(--font-primary-color);border-radius:.125rem;box-shadow:0 20px 40px #00000059;display:flex;flex-direction:column;align-items:center;overflow:hidden;border-radius:.25rem;gap:1rem;padding:2rem}.global-modal-header{display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:600}.global-modal-body{font-size:1rem;line-height:1.5;color:var(--font-secondary-color);white-space:pre-wrap;text-align:center;gap:.75rem;display:flex;flex-direction:column;align-items:center}.global-modal-body__email{padding:.5rem;gap:1rem;display:flex;flex-direction:row;border:1px solid var(--border-color);border-radius:.125rem}.global-modal-body__email__copy{background-color:transparent;border:0;cursor:pointer}.global-modal-footer{display:flex;justify-content:flex-end;width:100%;margin-top:1rem}.global-modal-footer-submit{width:100%;background-color:var(--font-color);border-radius:.125rem;padding:.5rem 1rem;font-size:1rem;font-weight:400;color:var(--background-color);cursor:pointer}.global-modal-footer-submit:hover{background-color:var(--font-secondary-color)}.global-modal-footer-submit:active{transform:translateY(1px)}@media only screen and (max-width: 800px){.global-modal-overlay{align-items:end}.global-modal{width:100%;padding:1rem}}.app-layout{display:flex;flex-direction:row;min-height:100dvh;max-height:100dvh;overflow:hidden}.app-layout__sidebar{width:310px;border-right:1px solid var(--border-color)}.app-layout__main{width:calc(100% - 310px)}@media only screen and (max-width: 800px){.app-layout{flex-direction:column}.app-layout__sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border-color)}.app-layout__main{width:100%}}.landing-main{display:flex;flex-direction:column;justify-content:space-between;gap:.5rem;height:100dvh;max-height:100dvh}.landing-main-body{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 0;gap:1.5rem;text-align:center;max-height:calc(100% - 92px);overflow:hidden}.landing-main-body-video{display:block;width:100%;max-width:720px;height:auto;object-fit:cover}.landing-main-footer{padding:2rem 1rem;overflow:hidden;width:100%}.landing-main-footer-track{display:flex;flex-direction:row;align-items:center;gap:2rem;white-space:nowrap;will-change:transform}.landing-main-footer p{font-size:1.5rem;font-weight:300;white-space:nowrap}@media only screen and (max-height: 800px){.landing-main{gap:0}.landing-main-body{padding:2rem 0;gap:.5rem;max-height:calc(100% - 60px)}.landing-main-footer{padding:1rem}}@media only screen and (max-width: 800px){.landing-main{height:calc(100dvh - 3rem - 123px);max-height:calc(100dvh - 3rem - 123px)}.landing-main-body{padding:4rem 1.5rem}}.contact-main{display:flex;flex-direction:row;gap:2rem;width:100%;padding:3rem;height:100dvh}.contact-main-info{width:50%;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;padding:1.5rem;border-top:.5px solid var(--border-color);border-left:.5px solid var(--border-color);border-radius:.25rem 0 0}.contact-main-info__image{border-radius:.125rem;filter:brightness(1.5)}.contact-main-info__texts{display:flex;flex-direction:column;gap:1rem}.contact-main-info__texts__box{display:flex;flex-direction:column;gap:.375rem}.contact-main-info__texts__box__title{color:var(--border-color);font-size:.875rem;font-weight:400;padding:.25rem 1rem}.contact-main-info__texts__box__content{color:var(--font-secondary-color);font-size:1.125rem;font-weight:500;padding:.25rem 0;text-decoration:none}.contact-main-info__texts__box__content.link{text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.contact-main-form{width:50%;padding:2rem 1.5rem;border-radius:0 0 .25rem;border-bottom:.5px solid var(--border-color);border-right:.5px solid var(--border-color);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}.contact-main-form.success{justify-content:center;text-align:center;gap:1.5rem}.contact-main-form.success h3{text-align:center;font-size:2rem;font-weight:600;line-height:normal}.contact-main-form.success h4{font-size:1.5rem;font-weight:600;line-height:2.125rem}.contact-main-form.success p{font-size:1rem;font-weight:400;line-height:1.5rem}.contact-main-form-fields{display:flex;flex-direction:column;gap:1rem;width:100%;overflow:auto}.contact-main-form-fields-group{display:flex;flex-direction:column;gap:.5rem}.contact-main-form-fields-group__label{color:var(--font-primary-color);font-size:.875rem;font-weight:500;margin-bottom:.25rem}.contact-main-form-fields-group__field{padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:.125rem;font-size:.875rem;font-family:inherit;background-color:transparent;color:var(--font-primary-color);transition:border-color .2s ease}.contact-main-form-fields-group__field:focus{outline:none;border-color:var(--font-primary-color)}.contact-main-form-fields-group__field::placeholder{color:var(--border-color)}.contact-main-form-fields-group__dropdown{position:relative;width:100%}.contact-main-form-fields-group__dropdown-trigger{display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer;width:100%}.contact-main-form-fields-group__dropdown-trigger:focus{outline:none;border-color:var(--font-primary-color)}.contact-main-form-fields-group__dropdown-arrow{font-size:.75rem;color:var(--border-color);transition:transform .2s ease}.contact-main-form-fields-group__dropdown-trigger:focus .contact-main-form-fields-group__dropdown-arrow,.contact-main-form-fields-group__dropdown-trigger:hover .contact-main-form-fields-group__dropdown-arrow{transform:rotate(180deg)}.contact-main-form-fields-group__dropdown-menu{position:absolute;top:100%;left:0;right:0;background-color:var(--background-color);border:1px solid var(--border-color);border-top:none;border-radius:0 0 .125rem .125rem;box-shadow:0 4px 6px #0000001a;z-index:10;max-height:200px;overflow-y:auto}.contact-main-form-fields-group__dropdown-item{width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;font-size:.875rem;font-family:inherit;color:var(--font-color);cursor:pointer;transition:background-color .2s ease}.contact-main-form-fields-group__dropdown-item:hover{background-color:var(--box-background-color)}.contact-main-form-fields-group__dropdown-item:focus{outline:none;background-color:var(--box-background-color)}.contact-main-form-fields-group__dropdown-item.is-selected{background-color:#41414122}.contact-main-form-fields-group textarea{resize:vertical;min-height:100px}.contact-main-form-submit{opacity:1!important;width:100%;background-color:var(--font-color);border-radius:.125rem;padding:.5rem 1rem;font-size:1rem;font-weight:400;color:var(--background-color);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.contact-main-form-submit:hover{background-color:var(--font-secondary-color)}.contact-main-form-submit:active{transform:translateY(1px)}.contact-main-form-submit:disabled{opacity:.6!important;cursor:not-allowed}.contact-main-form-submit.is-loading{position:relative}.contact-main-form-submit__loading{display:inline-flex;align-items:center;gap:.5rem}.contact-main-form-submit__loading__spinner{width:1rem;height:1rem;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (max-width: 1100px) and (min-width: 850px){.contact-main{gap:0}.contact-main-info,.contact-main-form{padding:1rem}}@media only screen and (max-width: 850px){.contact-main{flex-direction:column;overflow:auto}.contact-main-info,.contact-main-form{width:100%}}@media only screen and (max-width: 800px){.contact-main{padding:2.5rem 1.5rem;gap:2rem;height:calc(100dvh - 3rem - 123px);max-height:calc(100dvh - 3rem - 123px)}.contact-main-info{padding:0 1rem;width:100%;border-top:none;border-left:none}.contact-main-form{padding:0;width:100%;border-bottom:none;border-right:none}.contact-main-form-fields{overflow:hidden}}.about-main{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:3rem;padding:3.5rem 3rem;overflow:auto}.about-main-header{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center}.about-main-header p{font-size:1.375rem;font-weight:400}.about-main-header__seperator{display:none}.about-main-conent{text-align:center;font-size:1.125rem;font-weight:500;line-height:2.125rem}.about-main-conent-strong{font-weight:800}.about-main-body{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:3rem;width:100%;padding:1.5rem .5rem}.about-main-body-box{padding:1rem;border-radius:.25rem;background:var(--box-background-color);display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;width:300px}.about-main-body-box-title{display:flex;flex-direction:column;gap:1rem}.about-main-body-box-title__inspire{width:32px;height:32pxs}@media only screen and (max-width: 1100px){.about-main-body-box{width:100%}}@media only screen and (max-width: 800px){.about-main{padding:3rem 1.5rem;gap:2rem;height:calc(100dvh - 3rem - 123px);max-height:calc(100dvh - 3rem - 123px);overflow:auto}.about-main-header p{font-size:1rem;font-weight:400;line-height:1.5rem}.about-main-header__seperator{display:block}.about-main-content{font-size:.875rem;line-height:1.5rem}.about-main-body{padding:1.5rem .5rem;gap:1rem}}
