html {
filter: grayscale(85%);
filter: gray;
-moz-filter: grayscale(85%);
-webkit-filter: grayscale(85%);
}:root{--theme-primary-color: #003973;--theme-secondary-color: #EFA800;--theme-page: black;--theme-bg-page: #FAFAFA;--theme-border-radius: 6px;--theme-text-color: white;--plyr-color-main: #003973;--main-margin-top: 70px;--base-font-size: clamp(1.125rem, 2vw, 1.25rem)}@media(min-width: 768px){:root{--main-margin-top: 76px}}@media(min-width: 992px){:root{--main-margin-top: 82px}}@media(min-width: 1200px){:root{--main-margin-top: 86px}}@media(min-width: 1400px){:root{--main-margin-top: 100px}}@media(max-width: 1399px){body main{margin-top:var(--main-margin-top)}}body:has(.body-bg-theme){background-color:var(--theme-page)}.theme-bg-primary{background-color:var(--theme-primary-color)}.theme-bg-secondary{background-color:var(--theme-secondary-color)}.theme-page{background-color:var(--theme-page)}.theme-text-primary{color:var(--theme-primary-color)}.theme-text-secondary{color:var(--theme-secondary-color)}.btn-theme-primary{display:flex;flex-direction:row;align-items:center;color:#fff;background-color:var(--theme-primary-color);border:2px solid var(--theme-primary-color);transition:all 500ms}.btn-theme-primary-outline{color:var(--theme-primary-color);border:2px solid var(--theme-primary-color);transition:all 500ms}.btn-theme-secondary{display:flex;flex-direction:row;align-items:center;color:#fff;background-color:var(--theme-secondary-color);border:2px solid var(--theme-secondary-color);transition:all 500ms}.btn-theme-secondary-outline{color:var(--theme-secondary-color);border:2px solid var(--theme-secondary-color);transition:all 500ms}.btn-theme-secondary:hover{background-color:rgba(0,0,0,0);color:var(--theme-secondary-color) !important;border-width:2px;border-style:solid;border-color:var(--theme-secondary-color);border-image:initial}.btn-theme-secondary-outline:hover{color:#fff;background-color:var(--theme-secondary-color);border:2px solid var(--theme-secondary-color)}.btn-theme-primary:hover{background-color:rgba(0,0,0,0);color:var(--theme-primary-color) !important;border-width:2px;border-style:solid;border-color:var(--theme-primary-color);border-image:initial}.btn-theme-primary-outline:hover{color:#fff;background-color:var(--theme-primary-color);border:2px solid var(--theme-primary-color)}header .navbar{--navbar-font-size: 1.0625rem;font-size:var(--navbar-font-size);background-color:hsla(0,0%,100%,.85);backdrop-filter:blur(8px);box-shadow:rgba(0,0,0,.1) 0px 4px 6px;padding:.5rem 0px;transition:.3s}@media(min-width: 1400px){header .navbar{background-color:rgba(0,0,0,0);backdrop-filter:unset;box-shadow:unset;padding:2.5rem 0px}}header .navbar .container .navbar-brand{position:relative;margin:0}header .navbar .container .navbar-brand img{height:44px;width:auto;object-fit:contain;transition:.3s;transform:translateY(2px)}@media(min-width: 768px){header .navbar .container .navbar-brand img{height:50px}}@media(min-width: 992px){header .navbar .container .navbar-brand img{height:56px}}@media(min-width: 1200px){header .navbar .container .navbar-brand img{height:60px}}@media(min-width: 1400px){header .navbar .container .navbar-brand img{position:absolute;left:0;top:-4px;height:120px;transform:unset}}@media(max-width: 1399px){header .navbar .container .navbar-collapse{overflow-y:scroll !important;max-height:85dvh !important}}@media(min-width: 1400px){header .navbar .container .navbar-collapse ul.navbar-nav{column-gap:.625rem;margin-right:.875rem}}header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item{border-bottom:1px solid #ccc}@media(min-width: 1400px){header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item{border-bottom:none}}header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .nav-link{width:100%;color:#000;font-weight:400;white-space:nowrap}@media(min-width: 1400px){header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .nav-link{color:#fff}}header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .nav-link i{font-size:var(--navbar-font-size)}header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .nav-link.active{font-weight:500;color:var(--theme-secondary-color) !important}header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .nav-link:hover{color:var(--theme-secondary-color)}header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .dropdown-menu{background-color:rgba(0,0,0,.9);backdrop-filter:blur(10px);padding:20px 30px 20px 20px}@media(min-width: 1400px){header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .dropdown-menu{left:50%;transform:translateX(-50%)}}header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .dropdown-menu .dropdown-wrapper .dropdown-icon{width:34px;height:34px;color:#000;background-color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;border-radius:var(--theme-border-radius)}header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .dropdown-menu .dropdown-wrapper .dropdown-nav .dropdown-title{white-space:nowrap}header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .dropdown-menu .dropdown-wrapper .dropdown-nav ul{list-style:none;padding:0}header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .dropdown-menu .dropdown-wrapper .dropdown-nav ul .dropdown-item{color:#fff}header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .dropdown-menu .dropdown-wrapper .dropdown-nav ul .dropdown-item.active{background:rgba(0,0,0,0);color:var(--theme-secondary-color)}header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .dropdown-menu .dropdown-wrapper .dropdown-nav ul .dropdown-item:hover{color:var(--theme-secondary-color);background-color:rgba(0,0,0,0)}header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item:last-child{border-bottom:0}@media(min-width: 1400px){header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item.dropdown:hover .dropdown-menu{display:block}}header .navbar .container .navbar-collapse .navbar-member .dropdown-user-avatar .btn-user-avatar img{width:35px;height:35px;object-fit:cover;object-position:center;padding:.125rem}header .navbar .container .navbar-collapse .navbar-member .btn-logout{width:49px;height:49px}@media(min-width: 768px){header .navbar .container .navbar-collapse .navbar-member .btn-auth{min-width:200px}}@media(min-width: 1400px){header .navbar .container .navbar-collapse .navbar-member .btn-auth{min-width:fit-content}}header .navbar .container .navbar-collapse .switch-language{margin-left:1rem}header .navbar .container .navbar-collapse .switch-language .btn{width:40px;height:40px;padding:4px;border-radius:50%;overflow:hidden;color:#000}@media(min-width: 1200px){header .navbar .container .navbar-collapse .switch-language .btn{color:#fff}}header .navbar .container .navbar-collapse .switch-language .btn .dropdown-icon{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:50%}header .navbar .container .navbar-collapse .switch-language .dropdown-menu .dropdown-item{display:flex;align-items:center;column-gap:12px;padding-top:6px;padding-bottom:6px}header .navbar .container .navbar-collapse .switch-language .dropdown-menu .dropdown-item .dropdown-icon{width:30px;height:30px;border-radius:50%}header .navbar .container .navbar-collapse .switch-language .dropdown-menu .dropdown-item:active{background-color:var(--theme-secondary-color)}@media(min-width: 1400px){header .navbar.scrolled{padding:.625rem 0;background-color:hsla(0,0%,100%,.85);backdrop-filter:blur(8px);box-shadow:0px 4px 6px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(8px);-webkit-box-shadow:0px 4px 6px rgba(0,0,0,.1)}}@media(min-width: 1400px){header .navbar.scrolled .container .navbar-brand img{position:relative;height:50px;transform:translateY(4px)}}@media(min-width: 1400px){header .navbar.scrolled .container .navbar-collapse ul.navbar-nav li.nav-item .nav-link{color:#000}}header .navbar.scrolled .container .navbar-collapse ul.navbar-nav li.nav-item .nav-link:hover{color:var(--theme-secondary-color)}header .navbar.scrolled .container .navbar-collapse .switch-language .btn{color:#000}body:has(main .navbar-static) header .navbar{padding:.5rem 0px;background-color:#fff;box-shadow:0px 4px 6px rgba(0,0,0,.1);-webkit-box-shadow:0px 4px 6px rgba(0,0,0,.1)}@media(min-width: 1400px){body:has(main .navbar-static) header .navbar{padding:.625rem 0}}body:has(main .navbar-static) header .navbar .container .navbar-brand{position:relative}body:has(main .navbar-static) header .navbar .container .navbar-brand img{position:relative;height:44px;width:auto;object-fit:contain;transition:.3s;transform:translateY(2px)}@media(min-width: 768px){body:has(main .navbar-static) header .navbar .container .navbar-brand img{height:50px}}@media(min-width: 992px){body:has(main .navbar-static) header .navbar .container .navbar-brand img{height:56px}}@media(min-width: 1200px){body:has(main .navbar-static) header .navbar .container .navbar-brand img{height:60px}}@media(min-width: 1400px){body:has(main .navbar-static) header .navbar .container .navbar-brand img{height:70px;transform:translateY(4px)}}body:has(main .navbar-static) header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .nav-link{color:#000}body:has(main .navbar-static) header .navbar .container .navbar-collapse ul.navbar-nav li.nav-item .nav-link:hover{color:var(--theme-secondary-color)}body:has(main .navbar-static) header .navbar .container .navbar-collapse .switch-language .btn{color:#000}@media(min-width: 1400px){body:has(main .navbar-static) header .navbar.scrolled{padding:.625rem 0;background-color:hsla(0,0%,100%,.85);backdrop-filter:blur(8px);box-shadow:0px 4px 6px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(8px);-webkit-box-shadow:0px 4px 6px rgba(0,0,0,.1)}}@media(min-width: 1400px){body:has(main .navbar-static) header .navbar.scrolled .container .navbar-brand img{position:relative;height:50px}}@media(min-width: 1400px){body:has(main .navbar-static) header .navbar.scrolled .container .navbar-collapse ul.navbar-nav li.nav-item .nav-link{color:#000}}body:has(main .navbar-static) header .navbar.scrolled .container .navbar-collapse ul.navbar-nav li.nav-item .nav-link:hover{color:var(--theme-secondary-color)}body:has(main .navbar-static) header .navbar.scrolled .container .navbar-collapse .switch-language .btn{color:#000}body:has(main .navbar-static) main{margin-top:var(--main-margin-top)}footer{display:flex;flex-direction:column}footer .sitemap{color:#fff;background-image:linear-gradient(to top, rgb(0, 29, 58), rgb(0, 57, 115) 50%)}footer .sitemap .container .sitemap-wrapper{padding:50px 0 60px}footer .sitemap .container .sitemap-wrapper .sitemap-logo{width:200px;height:auto;max-width:100%;object-fit:contain;display:block;margin-bottom:1.875rem}@media(min-width: 768px){footer .sitemap .container .sitemap-wrapper .sitemap-logo{width:220px}}@media(min-width: 992px){footer .sitemap .container .sitemap-wrapper .sitemap-logo{width:230px}}@media(min-width: 1400px){footer .sitemap .container .sitemap-wrapper .sitemap-logo{width:260px}}footer .sitemap .container .sitemap-wrapper .sitemap-title{width:fit-content;font-size:1.375rem;position:relative;margin-bottom:2.75rem}footer .sitemap .container .sitemap-wrapper .sitemap-title::after{content:"";position:absolute;width:45%;bottom:-1.375rem;left:0;border-bottom:2px solid #fff}footer .sitemap .container .sitemap-wrapper .sitemap-contact ul.sitemap-contact-lists{list-style:none;margin:0;padding:0}footer .sitemap .container .sitemap-wrapper .sitemap-contact ul.sitemap-contact-lists li{margin-bottom:.25rem}footer .sitemap .container .sitemap-wrapper .sitemap-menu .sitemap-menu-title{font-size:1.375rem}footer .sitemap .container .sitemap-wrapper .sitemap-menu ul.sitemap-menu-lists{list-style:none;margin:0;padding:0}footer .sitemap .container .sitemap-wrapper .sitemap-menu ul.sitemap-menu-lists li{padding:.5rem 0;border-bottom:1px solid #fff}@media(min-width: 1200px){footer .sitemap .container .sitemap-wrapper .sitemap-menu ul.sitemap-menu-lists li{padding:.3125rem 0;border-bottom:0}}footer .sitemap .container .sitemap-wrapper .sitemap-menu ul.sitemap-menu-lists li a{font-size:1rem;transition:300ms all}footer .sitemap .container .sitemap-wrapper .sitemap-menu ul.sitemap-menu-lists li a:hover{color:var(--theme-secondary-color)}footer .sitemap .container .sitemap-wrapper .sitemap-menu ul.sitemap-menu-lists li:last-child{border-bottom:0}footer .sitemap .container .sitemap-wrapper .sitemap-form-contact{border-radius:.375rem;width:100%}@media(min-width: 768px){footer .sitemap .container .sitemap-wrapper .sitemap-form-contact{width:60%;margin:auto}}@media(min-width: 992px){footer .sitemap .container .sitemap-wrapper .sitemap-form-contact{width:50%}}@media(min-width: 1200px){footer .sitemap .container .sitemap-wrapper .sitemap-form-contact{width:100%}}footer .sitemap .container .sitemap-wrapper .sitemap-form-contact .card-body{padding:1.625rem}footer .sitemap .container .sitemap-wrapper .sitemap-form-contact .card-body .card-header .card-title{font-size:1.5rem;margin-bottom:.5rem}footer .sitemap .container .sitemap-wrapper .sitemap-form-contact .card-body .card-header .card-brief{font-size:.875rem}footer .sitemap .container .sitemap-wrapper .sitemap-form-contact .card-body .card-form .form-label{font-size:.875rem;margin-bottom:.125rem}footer .copyright{color:#fff;font-size:.875rem;background-color:var(--theme-secondary-color);overflow:hidden}@media(min-width: 1200px){footer .copyright{font-size:1rem}}footer .copyright .container .copyright-wrapper{padding:24px 0}footer .copyright .container .copyright-wrapper .footer-social-group{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.75rem}footer .copyright .container .copyright-wrapper .footer-social-group .social-item{display:block;width:36px;height:36px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}footer .copyright .container .copyright-wrapper .footer-social-group .social-item i{color:var(--theme-secondary-color)}footer .copyright .container .copyright-wrapper .footer-policy{list-style:none;padding:0;margin:0}footer .copyright .container .copyright-wrapper .footer-policy li a{display:block;line-height:1rem}footer .copyright .container .copyright-wrapper .footer-policy li+li a{padding-left:.5rem;margin-left:.5rem;border-left:1px solid #fff}.banner-page-theme{position:relative;overflow:hidden;background-color:#000}.banner-page-theme .banner-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:3;color:#fff;text-align:center;width:90%}@media(min-width: 576px){.banner-page-theme .banner-content{width:70%}}@media(min-width: 768px){.banner-page-theme .banner-content{width:70%}}@media(min-width: 992px){.banner-page-theme .banner-content{width:60%}}@media(min-width: 1200px){.banner-page-theme .banner-content{width:65%}}@media(min-width: 1400px){.banner-page-theme .banner-content{width:60%}}@media(min-width: 1800px){.banner-page-theme .banner-content{width:50%}}.banner-page-theme .banner-content .banner-title{font-size:clamp(2rem,5vw,4.125rem)}.banner-page-theme .banner-content .banner-desc{font-size:clamp(1.125rem,2vw,1.5rem);margin:0}.banner-page-theme .banner-gradient{position:absolute;width:100%;height:100%;inset:0;z-index:2;background-image:linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0) 100%)}.banner-page-theme .banner-img{display:block;opacity:.8;object-fit:cover;width:100%;height:auto;min-height:300px}@media(min-width: 768px){.banner-page-theme .banner-img{min-height:320px}}@media(min-width: 992px){.banner-page-theme .banner-img{min-height:350px}}@media(min-width: 1200px){.banner-page-theme .banner-img{min-height:400px}}@media(min-width: 1400px){.banner-page-theme .banner-img{min-height:465px}}.home-page .banner-highlight .banner-content{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);color:#fff;z-index:2}.home-page .banner-highlight .banner-content .container .banner-logo{width:280px;height:auto;max-width:100%;object-fit:contain;display:block;margin-bottom:1.625rem}@media(min-width: 768px){.home-page .banner-highlight .banner-content .container .banner-logo{width:350px}}@media(min-width: 992px){.home-page .banner-highlight .banner-content .container .banner-logo{width:450px}}@media(min-width: 1200px){.home-page .banner-highlight .banner-content .container .banner-logo{width:500px}}@media(min-width: 1400px){.home-page .banner-highlight .banner-content .container .banner-logo{width:550px}}.home-page .banner-highlight .banner-content .container .banner-brief{font-size:calc(.875rem + 1vw);line-height:1.4;margin:0}.home-page .banner-highlight .banner-content .container .banner-quote{font-size:clamp(1.625rem,4vw,2.215rem);color:#989898}.home-page .banner-highlight .banner-content .container .banner-quote big{font-size:clamp(2.5rem,4vw,3.375rem)}.home-page .banner-highlight .banner-content .container .banner-btn{margin-top:1.875rem}@media(min-width: 768px){.home-page .banner-highlight .banner-content .container .banner-btn{margin-top:2.215rem}}@media(min-width: 992px){.home-page .banner-highlight .banner-content .container .banner-btn{margin-top:2.5rem}}@media(min-width: 1200px){.home-page .banner-highlight .banner-content .container .banner-btn{margin-top:2.875rem}}@media(min-width: 1400px){.home-page .banner-highlight .banner-content .container .banner-btn{margin-top:3.125rem}}.home-page .banner-highlight .banner-content .container .banner-btn .btn{min-width:225px}@media(max-width: 991px){.home-page .banner-highlight .banner-content .container .banner-btn .btn{font-size:1.125rem;padding:6px 20px !important}}.home-page .banner-highlight .banner-bg{height:calc(100dvh - var(--main-margin-top));min-height:calc(680px - var(--main-margin-top));object-position:center center}@media(min-width: 768px){.home-page .banner-highlight .banner-bg{height:auto;min-height:650px}}@media(min-width: 1200px){.home-page .banner-highlight .banner-bg{min-height:700px}}@media(min-width: 1400px){.home-page .banner-highlight .banner-bg{min-height:930px}}.home-page .banner-highlight .bg-gradient-left-right,.home-page .banner-highlight .bg-gradient-bottom-top,.home-page .banner-highlight .bg-gradient-top-bottom{position:absolute}.home-page .banner-highlight .bg-gradient-left-right{width:70%;left:0;top:0;bottom:0;background-image:linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0) 100%)}.home-page .banner-highlight .bg-gradient-bottom-top,.home-page .banner-highlight .bg-gradient-top-bottom{width:100%;height:40%;left:0;right:0}.home-page .banner-highlight .bg-gradient-bottom-top{bottom:0;background-image:linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0) 100%)}.home-page .banner-highlight .bg-gradient-top-bottom{height:30%;top:0;background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 100%)}.home-page .section-wrapper{padding:36px 0px}@media(min-width: 768px){.home-page .section-wrapper{padding:50px 0}}@media(min-width: 992px){.home-page .section-wrapper{padding:60px 0}}@media(min-width: 1200px){.home-page .section-wrapper{padding:60px 0}}@media(min-width: 1400px){.home-page .section-wrapper{padding:60px 0}}.home-page .section-about-us .container .section-body{display:flex;flex-direction:column-reverse;align-items:center;gap:42px}@media(min-width: 768px){.home-page .section-about-us .container .section-body{gap:52px}}@media(min-width: 992px){.home-page .section-about-us .container .section-body{flex-direction:row;gap:74px}}@media(min-width: 1200px){.home-page .section-about-us .container .section-body{flex-direction:row;gap:100px}}@media(min-width: 1400px){.home-page .section-about-us .container .section-body{flex-direction:row;gap:9.375rem}}.home-page .section-about-us .container .section-body .section-item{flex:1}.home-page .section-about-us .container .section-body .section-img img{width:100%;margin:auto;display:block}@media(min-width: 768px){.home-page .section-about-us .container .section-body .section-img img{width:80%}}@media(min-width: 992px){.home-page .section-about-us .container .section-body .section-img img{width:100%}}@media(min-width: 1200px){.home-page .section-about-us .container .section-body .section-img img{width:100%}}@media(min-width: 1400px){.home-page .section-about-us .container .section-body .section-img img{width:100%}}.home-page .section-about-us .container .section-body .section-content .section-title{font-size:clamp(1.875rem,4vw,3.125rem);margin-bottom:1rem}.home-page .section-about-us .container .section-body .section-content .section-title big{font-size:clamp(2.5rem,4vw,4.375rem)}.home-page .section-about-us .container .section-body .section-content .section-detail{font-size:var(--base-font-size)}.home-page .section-solutions .section-body .solution-tab-lists .section-header{margin-top:40px}@media(min-width: 1200px){.home-page .section-solutions .section-body .solution-tab-lists .section-header{width:45px}}@media(min-width: 1400px){.home-page .section-solutions .section-body .solution-tab-lists .section-header{width:50px}}.home-page .section-solutions .section-body .solution-tab-lists .section-header h2{font-size:clamp(1.875rem,4vw,3.125rem)}.home-page .section-solutions .section-body .solution-tab-lists .solution-tabs{margin-top:50px;border-bottom:0}@media(min-width: 1200px){.home-page .section-solutions .section-body .solution-tab-lists .solution-tabs{margin-top:55px}}@media(min-width: 1400px){.home-page .section-solutions .section-body .solution-tab-lists .solution-tabs{margin-top:60px}}.home-page .section-solutions .section-body .solution-tab-lists .solution-tabs .nav-link{font-size:clamp(1.375rem,2vw,1.5rem);font-weight:400;line-height:1.428;position:relative;color:var(--theme-secondary-color);margin-bottom:20px;z-index:2;padding:14px 0px;border:none;border-radius:10px;background:#fff}.home-page .section-solutions .section-body .solution-tab-lists .solution-tabs .nav-link:last-child{margin-bottom:0}.home-page .section-solutions .section-body .solution-tab-lists .solution-tabs .nav-link.active{color:#fff;font-weight:600;background:var(--theme-secondary-color);isolation:unset}.home-page .section-solutions .section-body .solution-tab-lists .solution-tabs .nav-link.active::after{position:absolute;content:"";width:60px;height:60px;right:-110px;top:50%;transform:translateY(-50%);background-image:url("/assets/img/icon/icon_solution-right-active.svg");background-repeat:no-repeat;background-size:contain;background-position:left center;z-index:2}@media(min-width: 1400px){.home-page .section-solutions .section-body .solution-tab-lists .solution-tabs .nav-link.active::after{width:64px;height:64px}}.home-page .section-solutions .section-body .solution-tab-lists .solution-tabs-content-wrap{padding:55px 0px 55px 120px}@media(min-width: 1200px){.home-page .section-solutions .section-body .solution-tab-lists .solution-tabs-content-wrap{padding:60px 0px 60px 125px}}@media(min-width: 1400px){.home-page .section-solutions .section-body .solution-tab-lists .solution-tabs-content-wrap{padding:65px 0px 65px 130px}}.home-page .section-solutions .section-body .solution-tab-lists .solution-tabs-content-wrap .tab-pane{position:relative;font-size:var(--base-font-size)}.home-page .section-solutions .section-body .solution-tab-lists .solution-tabs-content-wrap::before{position:absolute;content:"";background-image:url("/assets/img/background/bg_content-solutions.webp");background-repeat:no-repeat;background-position:left bottom;height:100%;width:1085px;left:65px;top:0;bottom:0;z-index:0;border-radius:14px 0 0 14px}.home-page .section-solutions .section-body .solution-tab-lists .btn-seemore{position:relative;margin-left:auto;margin-bottom:40px;color:#fff;display:flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:50%;z-index:2;width:60px;height:60px;font-size:26px}.home-page .section-solutions .section-body .solution-accordion .section-title{font-size:clamp(1.875rem,4vw,3.125rem);margin-bottom:1rem}.home-page .section-solutions .section-body .solution-accordion .accordion .accordion-item{margin-bottom:8px;border:none;border-radius:10px;overflow:hidden}.home-page .section-solutions .section-body .solution-accordion .accordion .accordion-item .accordion-header .accordion-button{font-size:1.125rem;font-weight:600}.home-page .section-solutions .section-body .solution-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed{font-weight:500}.home-page .section-solutions .section-body .solution-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){color:#fff;background-color:var(--theme-secondary-color);box-shadow:none}.home-page .section-solutions .section-body .solution-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{filter:brightness(0) invert(1)}.home-page .section-solutions .section-body .solution-accordion .accordion .accordion-item .accordion-collapse .accordion-body{font-size:var(--base-font-size);color:#fff;background-color:#000;padding:var(--bs-accordion-body-padding-x)}.home-page .section-solutions .section-body .solution-accordion .accordion .accordion-item:last-child{margin-bottom:0px}.home-page .section-solutions .section-body .solution-video-player{width:100%;height:200px;border-radius:14px;margin-top:100px;cursor:pointer}@media(min-width: 768px){.home-page .section-solutions .section-body .solution-video-player{height:280px}}@media(min-width: 992px){.home-page .section-solutions .section-body .solution-video-player{height:350px;margin-top:60px}}@media(min-width: 1200px){.home-page .section-solutions .section-body .solution-video-player{height:410px;margin-top:70px}}@media(min-width: 1400px){.home-page .section-solutions .section-body .solution-video-player{height:500px;margin-top:80px}}.home-page .section-solutions .section-body .solution-video-player .player-content{width:90%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:3}@media(min-width: 768px){.home-page .section-solutions .section-body .solution-video-player .player-content{width:70%}}@media(min-width: 992px){.home-page .section-solutions .section-body .solution-video-player .player-content{width:70%}}@media(min-width: 1200px){.home-page .section-solutions .section-body .solution-video-player .player-content{width:60%}}@media(min-width: 1400px){.home-page .section-solutions .section-body .solution-video-player .player-content{width:60%}}.home-page .section-solutions .section-body .solution-video-player .player-content .player-icon{width:50px;height:50px;object-fit:contain;opacity:.8;margin-bottom:14px;transition:.5s}@media(min-width: 768px){.home-page .section-solutions .section-body .solution-video-player .player-content .player-icon{width:60px;height:60px;margin-bottom:20px}}@media(min-width: 992px){.home-page .section-solutions .section-body .solution-video-player .player-content .player-icon{width:70px;height:70px;margin-bottom:22px}}@media(min-width: 1200px){.home-page .section-solutions .section-body .solution-video-player .player-content .player-icon{width:80px;height:80px;margin-bottom:24px}}@media(min-width: 1400px){.home-page .section-solutions .section-body .solution-video-player .player-content .player-icon{width:90px;height:90px;margin-bottom:28px}}.home-page .section-solutions .section-body .solution-video-player .player-content .player-title{font-size:1.25rem;margin-bottom:.375rem}@media(min-width: 768px){.home-page .section-solutions .section-body .solution-video-player .player-content .player-title{font-size:1.375rem;margin-bottom:.625rem}}@media(min-width: 992px){.home-page .section-solutions .section-body .solution-video-player .player-content .player-title{font-size:1.875rem;margin-bottom:.625rem}}@media(min-width: 1200px){.home-page .section-solutions .section-body .solution-video-player .player-content .player-title{font-size:2rem;margin-bottom:.75rem}}@media(min-width: 1400px){.home-page .section-solutions .section-body .solution-video-player .player-content .player-title{font-size:2.375rem;margin-bottom:.75rem}}.home-page .section-solutions .section-body .solution-video-player .player-content .player-brief{font-size:.875rem;line-height:1.428;margin-bottom:0;-webkit-line-clamp:3}@media(min-width: 768px){.home-page .section-solutions .section-body .solution-video-player .player-content .player-brief{font-size:1rem;line-height:normal;-webkit-line-clamp:3}}@media(min-width: 992px){.home-page .section-solutions .section-body .solution-video-player .player-content .player-brief{font-size:1.125rem;line-height:normal;-webkit-line-clamp:4}}@media(min-width: 1200px){.home-page .section-solutions .section-body .solution-video-player .player-content .player-brief{font-size:1.25rem;line-height:normal;-webkit-line-clamp:4}}@media(min-width: 1400px){.home-page .section-solutions .section-body .solution-video-player .player-content .player-brief{font-size:1.25rem;line-height:normal;-webkit-line-clamp:4}}.home-page .section-solutions .section-body .solution-video-player .player-preview{width:100%;height:100%;display:block;object-fit:cover}.home-page .section-solutions .section-body .solution-video-player .player-bg{position:absolute;inset:0;z-index:1;background-color:rgba(0,0,0,.5)}.home-page .section-solutions .section-body .solution-video-player .player-bg-gradient{position:absolute;inset:0;background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5));z-index:2;opacity:.5;transition:opacity .7s ease-in-out}.home-page .section-solutions .section-body .solution-video-player:hover .player-content .player-icon{opacity:1;transform:scale(1.08)}.home-page .section-solutions .section-body .solution-video-player:hover .player-bg-gradient{opacity:1}.home-page .section-solutions .section-body .modal-solutions-video .modal-dialog .modal-content .modal-close{position:absolute;left:calc(100% - 20px);bottom:calc(100% - 12px);z-index:1;background-color:hsla(0,0%,100%,.5);width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media(min-width: 768px){.home-page .section-solutions .section-body .modal-solutions-video .modal-dialog .modal-content .modal-close{left:calc(100% + 2px);bottom:calc(100% + 2px);width:32px;height:32px}}@media(min-width: 992px){.home-page .section-solutions .section-body .modal-solutions-video .modal-dialog .modal-content .modal-close{left:calc(100% + 4px);bottom:calc(100% + 4px);width:36px;height:36px}}@media(min-width: 1200px){.home-page .section-solutions .section-body .modal-solutions-video .modal-dialog .modal-content .modal-close{left:calc(100% + 6px);bottom:calc(100% + 6px);width:38px;height:38px}}@media(min-width: 1400px){.home-page .section-solutions .section-body .modal-solutions-video .modal-dialog .modal-content .modal-close{left:calc(100% + 6px);bottom:calc(100% + 6px);width:40px;height:40px}}.home-page .section-solutions .section-body .modal-solutions-video .modal-dialog .modal-content .modal-close button{width:100%;height:100%;border-radius:50%;padding:0}.home-page .section-why .container .section-body .row .section-img img{width:105%;margin:auto}@media(min-width: 768px){.home-page .section-why .container .section-body .row .section-img img{width:80%}}@media(min-width: 992px){.home-page .section-why .container .section-body .row .section-img img{width:65%}}@media(min-width: 1200px){.home-page .section-why .container .section-body .row .section-img img{width:115%;height:115%;object-fit:contain;object-position:right top;margin-left:-25%}}@media(min-width: 1400px){.home-page .section-why .container .section-body .row .section-img img{margin-left:-30%}}.home-page .section-why .container .section-body .row .section-body .section-achievement .achievement-group{display:flex;flex-wrap:wrap;justify-content:center;max-width:840px;margin:auto;list-style:none;padding:0}@media(min-width: 1400px){.home-page .section-why .container .section-body .row .section-body .section-achievement .achievement-group{flex-wrap:nowrap}}.home-page .section-why .container .section-body .row .section-body .section-achievement .achievement-group li{position:relative;width:40%;margin-left:20px}@media(min-width: 1400px){.home-page .section-why .container .section-body .row .section-body .section-achievement .achievement-group li{width:100%;margin-left:0}}.home-page .section-why .container .section-body .row .section-body .section-achievement .achievement-group li .achieve-icon{position:relative;margin-bottom:.5rem}.home-page .section-why .container .section-body .row .section-body .section-achievement .achievement-group li .achieve-icon i{position:relative;z-index:2;font-size:3.125rem;color:var(--theme-secondary-color)}.home-page .section-why .container .section-body .row .section-body .section-achievement .achievement-group li .achieve-icon::before{position:absolute;content:"";width:44px;height:44px;background-color:#363636;border-radius:50px;left:-12px;top:-12px;z-index:1}.home-page .section-why .container .section-body .row .section-body .section-achievement .achievement-group li .achieve-counter{font-size:2.25rem;font-weight:700;line-height:1.458;color:var(--theme-secondary-color);margin-bottom:.25rem}.home-page .section-why .container .section-body .row .section-body .section-achievement .achievement-group li .achieve-title{font-size:1.25rem;font-weight:500;line-height:1.167;color:var(--theme-secondary-color);max-width:150px;display:block}.home-page .section-why .container .section-body .row .section-body .section-achievement .achievement-group li+li{padding-left:36px;margin-left:20px}@media(min-width: 1400px){.home-page .section-why .container .section-body .row .section-body .section-achievement .achievement-group li+li{margin-left:30px}}.home-page .section-why .container .section-body .row .section-body .section-achievement .achievement-group li+li::before{content:"";position:absolute;left:0;top:50%;bottom:0;height:150px;width:1px;background-color:#8f8f8f;transform:translateY(-50%)}.home-page .section-why .container .section-body .row .section-body .section-content .section-title{font-size:clamp(1.875rem,4vw,3.125rem);margin-bottom:1rem}.home-page .section-why .container .section-body .row .section-body .section-content .section-title big{font-size:clamp(2.5rem,4vw,4.375rem)}.home-page .section-why .container .section-body .row .section-body .section-content .section-subtitle{font-size:1.5rem}@media(min-width: 1400px){.home-page .section-why .container .section-body .row .section-body .section-content .section-subtitle{font-size:2.215rem}}.home-page .section-why .container .section-body .row .section-body .section-content .section-detail{font-size:var(--base-font-size)}.home-page .section-why .container .section-body .row .section-body .section-content .why-accordion .accordion .accordion-item{margin-bottom:16px;border-width:2px;border-style:solid;border-color:#8f8f8f;border-image:initial;border-radius:10px;overflow:hidden}.home-page .section-why .container .section-body .row .section-body .section-content .why-accordion .accordion .accordion-item .accordion-header .accordion-button{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;background-color:#000;gap:1.25rem}.home-page .section-why .container .section-body .row .section-body .section-content .why-accordion .accordion .accordion-item .accordion-header .accordion-button .accordion-icon{position:relative;margin:0px}.home-page .section-why .container .section-body .row .section-body .section-content .why-accordion .accordion .accordion-item .accordion-header .accordion-button .accordion-icon i{position:relative;z-index:2;font-size:clamp(2.25rem,3vw,2.625rem);color:#fff}.home-page .section-why .container .section-body .row .section-body .section-content .why-accordion .accordion .accordion-item .accordion-header .accordion-button .accordion-title{font-size:clamp(1.125rem,4vw,1.375rem);font-weight:600;color:#fff}.home-page .section-why .container .section-body .row .section-body .section-content .why-accordion .accordion .accordion-item .accordion-header .accordion-button::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238f8f8f' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.home-page .section-why .container .section-body .row .section-body .section-content .why-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed .accordion-icon i{color:var(--theme-secondary-color)}.home-page .section-why .container .section-body .row .section-body .section-content .why-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed .accordion-title{color:var(--theme-secondary-color);font-weight:500}.home-page .section-why .container .section-body .row .section-body .section-content .why-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{filter:brightness(0) invert(1)}.home-page .section-why .container .section-body .row .section-body .section-content .why-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){color:#fff;background-color:var(--theme-secondary-color);box-shadow:none}.home-page .section-why .container .section-body .row .section-body .section-content .why-accordion .accordion .accordion-item .accordion-collapse .accordion-body{font-size:var(--base-font-size);color:#fff;background-color:#000;padding:var(--bs-accordion-body-padding-x)}.home-page .section-why .container .section-body .row .section-body .section-content .why-accordion .accordion .accordion-item.active{border:2px solid var(--theme-secondary-color)}.home-page .section-why .container .section-body .row .section-body .section-content .why-accordion .accordion .accordion-item:last-child{margin-bottom:0px}.home-page .section-customers{padding-bottom:100px}@media(min-width: 768px){.home-page .section-customers{padding-bottom:110px}}@media(min-width: 992px){.home-page .section-customers{padding-bottom:120px}}@media(min-width: 1200px){.home-page .section-customers{padding-bottom:200px}}@media(min-width: 1400px){.home-page .section-customers{padding-bottom:290px}}.home-page .section-customers .container .section-body .section-title{font-size:clamp(1.875rem,4vw,3.125rem)}.home-page .section-customers .container .section-body .customer-lists{margin-top:40px}@media(min-width: 768px){.home-page .section-customers .container .section-body .customer-lists{margin-top:42px}}@media(min-width: 992px){.home-page .section-customers .container .section-body .customer-lists{margin-top:50px}}@media(min-width: 1200px){.home-page .section-customers .container .section-body .customer-lists{margin-top:54px;width:85%}}@media(min-width: 1400px){.home-page .section-customers .container .section-body .customer-lists{margin-top:60px;margin-left:60px;width:84%}}.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide{padding-top:35px}.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item{position:relative;color:#fff;border:2px solid var(--theme-secondary-color);text-align:center;border-radius:40px;padding:34px;padding-bottom:26px;height:100%;width:100%;max-width:400px;margin:auto}@media(min-width: 768px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item{padding:34px;padding-bottom:26px;max-width:100%}}@media(min-width: 992px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item{padding:34px;padding-bottom:26px;max-width:430px}}@media(min-width: 1200px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item{padding:36px;padding-bottom:26px;max-width:480px}}@media(min-width: 1400px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item{padding:36px;padding-bottom:28px;max-width:500px}}.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-detail{font-size:1.125rem;line-height:1.56;height:5.25rem;-webkit-line-clamp:3}@media(min-width: 768px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-detail{font-size:1.125rem;line-height:1.56;height:5.25rem}}@media(min-width: 1200px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-detail{font-size:1.25rem;line-height:1.56;height:5.25rem}}@media(min-width: 1400px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-detail{font-size:1.5rem;line-height:2.375rem;height:7.125rem}}.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-logo{width:180px;height:180px;object-fit:contain;object-position:center;margin:10px auto}@media(min-width: 768px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-logo{width:160px;height:160px}}@media(min-width: 992px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-logo{width:180px;height:180px}}@media(min-width: 1200px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-logo{width:180px;height:180px}}@media(min-width: 1400px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-logo{width:200px;height:200px;margin:14px auto}}.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-name{font-size:1.25rem;-webkit-line-clamp:1}@media(min-width: 768px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-name{font-size:1.25rem}}@media(min-width: 1200px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-name{font-size:1.375rem}}@media(min-width: 1400px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-name{font-size:1.5rem}}.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-brief{font-size:1.125rem;-webkit-line-clamp:1}@media(min-width: 768px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-brief{font-size:1.125rem}}@media(min-width: 1200px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-brief{font-size:1.25rem}}@media(min-width: 1400px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item .customer-brief{font-size:1.25rem}}.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item::before{content:"";width:70px;height:70px;background-color:#000;border:2px solid var(--theme-secondary-color);border-radius:50%;position:absolute;top:0;left:50%;transform:translate(-50%, -50%);z-index:2}.home-page .section-customers .container .section-body .customer-lists .splide .splide__track .splide__list .splide__slide .customer-item::after{content:"";width:45px;height:45px;color:#fff;position:absolute;top:-2px;left:50%;transform:translate(-50%, -50%);z-index:3;background-image:url("/assets/img/icon/icon_quotation-mark-start.svg");background-repeat:no-repeat;background-position:center;background-size:contain}.home-page .section-customers .container .section-body .customer-lists .splide .splide__arrows{--arrow-distance: 26px}.home-page .section-customers .container .section-body .customer-lists .splide .splide__arrows .splide__arrow{width:fit-content;height:fit-content;border-radius:0;background:rgba(0,0,0,0);top:55%}.home-page .section-customers .container .section-body .customer-lists .splide .splide__arrows .splide__arrow img{width:36px;height:36px;object-fit:contain}@media(min-width: 1400px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__arrows .splide__arrow--prev{left:unset;right:calc(100% + var(--arrow-distance))}}@media(min-width: 1400px){.home-page .section-customers .container .section-body .customer-lists .splide .splide__arrows .splide__arrow--next{right:unset;left:calc(100% + var(--arrow-distance))}}.home-page .section-customers .container .section-body .customer-lists .splide .splide__arrows .splide__arrow--next img{transform:rotateY(180deg)}.home-page .section-customers .container .section-body .customer-lists .splide .splide__pagination{bottom:unset;top:calc(100% + 20px)}.home-page .section-customers .container .section-body .customer-lists .splide .splide__pagination .splide__pagination__page.is-active{background:var(--theme-secondary-color)}.home-page .section-customers .section-bg{position:absolute;right:-2%;bottom:0px;height:350px;width:auto;object-fit:contain}@media(min-width: 1400px){.home-page .section-customers .section-bg{height:450px}}@media(min-width: 1600px){.home-page .section-customers .section-bg{height:480px}}@media(min-width: 1800px){.home-page .section-customers .section-bg{height:540px}}.home-page .section-partners{padding:50px 0;padding-bottom:70px}.home-page .section-partners .container .section-body .section-title{font-size:2rem}@media(min-width: 768px){.home-page .section-partners .container .section-body .section-title{font-size:2.25rem}}@media(min-width: 992px){.home-page .section-partners .container .section-body .section-title{font-size:2.75rem}}@media(min-width: 1200px){.home-page .section-partners .container .section-body .section-title{font-size:2.875rem}}@media(min-width: 1400px){.home-page .section-partners .container .section-body .section-title{font-size:3.5rem}}.home-page .section-partners .container .section-body .partner-lists{margin-top:24px}@media(min-width: 768px){.home-page .section-partners .container .section-body .partner-lists{margin-top:26px}}@media(min-width: 992px){.home-page .section-partners .container .section-body .partner-lists{margin-top:30px}}@media(min-width: 1200px){.home-page .section-partners .container .section-body .partner-lists{margin-top:34px}}@media(min-width: 1400px){.home-page .section-partners .container .section-body .partner-lists{margin-top:36px}}.home-page .section-partners .container .section-body .partner-lists .splide .splide__track .splide__list .splide__slide .partner-item .partner-logo{width:80px;height:80px;object-fit:contain;object-position:center;margin:auto}@media(min-width: 768px){.home-page .section-partners .container .section-body .partner-lists .splide .splide__track .splide__list .splide__slide .partner-item .partner-logo{width:100px;height:100px}}@media(min-width: 992px){.home-page .section-partners .container .section-body .partner-lists .splide .splide__track .splide__list .splide__slide .partner-item .partner-logo{width:110px;height:110px}}@media(min-width: 1200px){.home-page .section-partners .container .section-body .partner-lists .splide .splide__track .splide__list .splide__slide .partner-item .partner-logo{width:120px;height:120px}}@media(min-width: 1400px){.home-page .section-partners .container .section-body .partner-lists .splide .splide__track .splide__list .splide__slide .partner-item .partner-logo{width:130px;height:130px}}.home-page .section-partners .container .section-body .partner-lists .splide .splide__pagination{bottom:unset;top:calc(100% + 1.25rem)}.home-page .section-partners .container .section-body .partner-lists .splide .splide__pagination .splide__pagination__page.is-active{background:var(--theme-secondary-color)}.who-we-are-page .section-content{color:var(--theme-text-color);font-size:var(--base-font-size)}.who-we-are-page .section-content .section-header{font-size:clamp(1.875rem,4vw,2.5rem)}.who-we-are-page .section-content .section-header big{font-size:clamp(2.5rem,4vw,3.125rem)}.who-we-are-page .section-content.vision-mission .section-image .image-content{position:absolute;width:100%;left:0;bottom:0;z-index:2;padding:8%;background-image:linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0) 100%) !important}@media(min-width: 1200px){.who-we-are-page .section-content.vision-mission .section-image .image-content{padding:10%}}.who-we-are-page .section-content.vision-mission .section-image .image-content .content-title{font-size:clamp(1.875rem,2vw,3.125rem)}.who-we-are-page .section-content.vision-mission .section-image .image-content .content-brief{font-size:clamp(1.25rem,2vw,1.5rem)}.why-kernel-page .section-content{color:var(--theme-text-color);font-size:var(--base-font-size)}.why-kernel-page .section-content .section-header{font-size:clamp(1.875rem,4vw,2.5rem)}.why-kernel-page .section-content .section-header big{font-size:clamp(2.5rem,4vw,3.125rem)}.why-kernel-page .section-why-kernel .row,.why-kernel-page .section-why-kernel .row>*{--bs-gutter-x: 8.125rem;--bs-gutter-y: 2.5rem}@media(min-width: 768px){.why-kernel-page .section-why-kernel .row,.why-kernel-page .section-why-kernel .row>*{--bs-gutter-x: 3.75rem}}@media(min-width: 992px){.why-kernel-page .section-why-kernel .row,.why-kernel-page .section-why-kernel .row>*{--bs-gutter-x: 5rem}}@media(min-width: 1200px){.why-kernel-page .section-why-kernel .row,.why-kernel-page .section-why-kernel .row>*{--bs-gutter-x: 3.125rem}}@media(min-width: 1400px){.why-kernel-page .section-why-kernel .row,.why-kernel-page .section-why-kernel .row>*{--bs-gutter-x: 8.125rem}}.why-kernel-page .section-why-kernel .section-img-element{position:absolute;right:0;bottom:-3rem;height:520px;width:auto}@media(min-width: 768px){.why-kernel-page .section-why-kernel .section-img-element{height:420px}}@media(min-width: 992px){.why-kernel-page .section-why-kernel .section-img-element{height:450px}}@media(min-width: 1200px){.why-kernel-page .section-why-kernel .section-img-element{height:470px}}@media(min-width: 1400px){.why-kernel-page .section-why-kernel .section-img-element{height:520px}}.solutions-page .banner-page .banner-content{top:30%}@media(min-width: 768px){.solutions-page .banner-page .banner-content{top:28%}}@media(min-width: 992px){.solutions-page .banner-page .banner-content{top:32%}}@media(min-width: 1200px){.solutions-page .banner-page .banner-content{top:34%}}@media(min-width: 1400px){.solutions-page .banner-page .banner-content{top:35%}}.solutions-page .banner-page .banner-img{min-height:730px}@media(min-width: 768px){.solutions-page .banner-page .banner-img{min-height:680px}}@media(min-width: 992px){.solutions-page .banner-page .banner-img{min-height:800px}}@media(min-width: 1200px){.solutions-page .banner-page .banner-img{min-height:830px}}@media(min-width: 1400px){.solutions-page .banner-page .banner-img{min-height:840px}}@media(min-width: 1600px){.solutions-page .banner-page .banner-img{min-height:804px}}@media(min-width: 1800px){.solutions-page .banner-page .banner-img{max-height:960px}}.solutions-page .section-header .section-icon{width:50px;height:50px;object-fit:contain}@media(min-width: 768px){.solutions-page .section-header .section-icon{width:54px;height:54px}}@media(min-width: 992px){.solutions-page .section-header .section-icon{width:60px;height:60px}}@media(min-width: 1200px){.solutions-page .section-header .section-icon{width:66px;height:66px}}@media(min-width: 1400px){.solutions-page .section-header .section-icon{width:75px;height:75px}}.solutions-page .section-header .section-title{font-size:clamp(1.875rem,4vw,3.125rem)}.solutions-page .section-content{color:var(--theme-text-color);font-size:var(--base-font-size)}.solutions-page .section-content .section-header{font-size:clamp(1.75rem,4vw,2.5rem)}.solutions-page .section-content .section-header big{font-size:clamp(2.375rem,4vw,3.125rem)}.solutions-page .section-summary .section-wrapper{--section-body-margin: 0}@media(min-width: 992px){.solutions-page .section-summary .section-wrapper{--section-body-margin: 120px}}@media(min-width: 1200px){.solutions-page .section-summary .section-wrapper{--section-body-margin: 135px}}@media(min-width: 1400px){.solutions-page .section-summary .section-wrapper{--section-body-margin: 150px}}.solutions-page .section-summary .section-wrapper .section-image{width:100%;height:260px;z-index:1;border-radius:var(--theme-border-radius) var(--theme-border-radius) 0 0}@media(min-width: 540px){.solutions-page .section-summary .section-wrapper .section-image{height:300px}}@media(min-width: 576px){.solutions-page .section-summary .section-wrapper .section-image{height:384px}}@media(min-width: 768px){.solutions-page .section-summary .section-wrapper .section-image{height:400px}}@media(min-width: 992px){.solutions-page .section-summary .section-wrapper .section-image{width:450px;height:300px;border-radius:var(--theme-border-radius)}}@media(min-width: 1200px){.solutions-page .section-summary .section-wrapper .section-image{width:495px;height:330px}}@media(min-width: 1400px){.solutions-page .section-summary .section-wrapper .section-image{width:600px;height:400px}}.solutions-page .section-summary .section-wrapper .section-body{--section-body-padding: 30px;height:fit-content;padding:var(--section-body-padding);border-radius:0 0 var(--theme-border-radius) var(--theme-border-radius)}@media(min-width: 768px){.solutions-page .section-summary .section-wrapper .section-body{--section-body-padding: 36px}}@media(min-width: 992px){.solutions-page .section-summary .section-wrapper .section-body{--section-body-padding: 38px;min-height:350px;border-radius:var(--theme-border-radius);margin-top:var(--section-body-padding);margin-left:calc(var(--section-body-margin)*-1);padding-left:calc(var(--section-body-margin) + var(--section-body-padding))}}@media(min-width: 1200px){.solutions-page .section-summary .section-wrapper .section-body{--section-body-padding: 44px;min-height:380px}}@media(min-width: 1400px){.solutions-page .section-summary .section-wrapper .section-body{--section-body-padding: 50px;min-height:400px}}.solutions-page .section-key-features .row,.solutions-page .section-key-features .row>*{--bs-gutter-x: 1.875rem;--bs-gutter-y: 1.875rem}@media(min-width: 768px){.solutions-page .section-key-features .row,.solutions-page .section-key-features .row>*{--bs-gutter-x: 1.75rem;--bs-gutter-y: 1.75rem}}@media(min-width: 992px){.solutions-page .section-key-features .row,.solutions-page .section-key-features .row>*{--bs-gutter-x: 1.875rem;--bs-gutter-y: 1.875rem}}@media(min-width: 1200px){.solutions-page .section-key-features .row,.solutions-page .section-key-features .row>*{--bs-gutter-x: 2rem;--bs-gutter-y: 2rem}}@media(min-width: 1400px){.solutions-page .section-key-features .row,.solutions-page .section-key-features .row>*{--bs-gutter-x: 2.25rem;--bs-gutter-y: 2.25rem}}.solutions-page .section-key-features .row .card-item{height:100%;min-height:245px;padding:30px;background-color:#202020;border-radius:var(--theme-border-radius)}@media(min-width: 768px){.solutions-page .section-key-features .row .card-item{padding:34px}}@media(min-width: 992px){.solutions-page .section-key-features .row .card-item{padding:36px}}@media(min-width: 1200px){.solutions-page .section-key-features .row .card-item{padding:38px}}@media(min-width: 1400px){.solutions-page .section-key-features .row .card-item{padding:40px}}.solutions-page .section-business-benefits .splide-business-benefits .splide__track .splide__list .splide__slide{position:relative}.solutions-page .section-business-benefits .splide-business-benefits .splide__track .splide__list .splide__slide::after{content:"";width:1px;height:100%;position:absolute;top:0;bottom:0;left:calc(100% + 1.5625rem);border-right:1px solid #707070}@media(min-width: 768px){.solutions-page .section-business-benefits .splide-business-benefits .splide__track .splide__list .splide__slide::after{left:calc(100% + 1.875rem)}}@media(min-width: 992px){.solutions-page .section-business-benefits .splide-business-benefits .splide__track .splide__list .splide__slide::after{left:calc(100% + 2rem)}}@media(min-width: 1200px){.solutions-page .section-business-benefits .splide-business-benefits .splide__track .splide__list .splide__slide::after{left:calc(100% + 2.125rem)}}@media(min-width: 1400px){.solutions-page .section-business-benefits .splide-business-benefits .splide__track .splide__list .splide__slide::after{left:calc(100% + 2.25rem)}}@media(min-width: 1600px){.solutions-page .section-business-benefits .splide-business-benefits .splide__track .splide__list .splide__slide::after{left:calc(100% + 2.375rem)}}@media(min-width: 1800px){.solutions-page .section-business-benefits .splide-business-benefits .splide__track .splide__list .splide__slide::after{left:calc(100% + 2.4375rem)}}.solutions-page .section-business-benefits .splide-business-benefits .splide__arrows{--arrow-distance: 26px}.solutions-page .section-business-benefits .splide-business-benefits .splide__arrows .splide__arrow{width:fit-content;height:fit-content;border-radius:0;background:rgba(0,0,0,0)}.solutions-page .section-business-benefits .splide-business-benefits .splide__arrows .splide__arrow img{width:36px;height:36px;object-fit:contain}@media(min-width: 1600px){.solutions-page .section-business-benefits .splide-business-benefits .splide__arrows .splide__arrow--prev{left:unset;right:calc(100% + var(--arrow-distance))}}@media(min-width: 1600px){.solutions-page .section-business-benefits .splide-business-benefits .splide__arrows .splide__arrow--next{right:unset;left:calc(100% + var(--arrow-distance))}}.solutions-page .section-business-benefits .splide-business-benefits .splide__arrows .splide__arrow--next img{transform:rotateY(180deg)}.solutions-page .section-business-benefits .splide-business-benefits .splide__pagination{bottom:unset;top:calc(100% + 8px)}.solutions-page .section-business-benefits .splide-business-benefits .splide__pagination .splide__pagination__page.is-active{background:var(--theme-secondary-color)}.solutions-page .section-brochure .card-brochure{border-radius:var(--theme-border-radius)}.solutions-page .section-brochure .card-brochure .card-image{width:100%;height:auto}@media(min-width: 576px){.solutions-page .section-brochure .card-brochure .card-image{height:374px}}@media(min-width: 768px){.solutions-page .section-brochure .card-brochure .card-image{height:500px}}@media(min-width: 992px){.solutions-page .section-brochure .card-brochure .card-image{width:40%;height:272px}}@media(min-width: 1200px){.solutions-page .section-brochure .card-brochure .card-image{width:40%;height:325px}}@media(min-width: 1400px){.solutions-page .section-brochure .card-brochure .card-image{width:35%}}.solutions-page .section-brochure .card-brochure .card-image img{width:100%;height:100%;object-fit:cover;object-position:center}.solutions-page .section-brochure .card-brochure .card-content{width:100%;padding:30px}@media(min-width: 768px){.solutions-page .section-brochure .card-brochure .card-content{padding:36px}}@media(min-width: 992px){.solutions-page .section-brochure .card-brochure .card-content{width:60%;padding:30px 36px}}@media(min-width: 1200px){.solutions-page .section-brochure .card-brochure .card-content{width:60%;padding:34px 40px}}@media(min-width: 1400px){.solutions-page .section-brochure .card-brochure .card-content{width:65%;padding:42px 48px}}.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one{display:flex;flex-direction:column-reverse;align-items:center;margin-bottom:30px}@media(min-width: 768px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one{margin-bottom:34px}}@media(min-width: 992px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one{margin-bottom:36px}}@media(min-width: 1200px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one{flex-direction:row;margin-bottom:40px}}@media(min-width: 1400px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one{flex-direction:row}}.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-content{flex:1;height:fit-content;padding:30px;background-color:#fff;border-radius:0 0 var(--theme-border-radius) var(--theme-border-radius)}@media(min-width: 768px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-content{padding:36px}}@media(min-width: 992px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-content{padding:38px}}@media(min-width: 1200px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-content{padding:28px 38px;border-radius:var(--theme-border-radius) 0 0 var(--theme-border-radius)}}@media(min-width: 1400px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-content{padding:30px 40px}}.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-content .card-title{font-size:clamp(1.75rem,4vw,2.5rem)}.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-content .card-detail{color:#000;margin:0}.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-image{width:100%;border-radius:var(--theme-border-radius) var(--theme-border-radius) 0 0;overflow:hidden}@media(min-width: 1200px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-image{width:fit-content;border-radius:var(--theme-border-radius)}}.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-image img{width:100%;height:260px;object-fit:cover}@media(min-width: 540px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-image img{height:300px}}@media(min-width: 768px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-image img{height:510px}}@media(min-width: 992px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-image img{height:695px}}@media(min-width: 1200px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-image img{width:500px;height:320px}}@media(min-width: 1400px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one .card-image img{width:600px;height:420px}}.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one:nth-child(even){flex-direction:column-reverse}@media(min-width: 1200px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one:nth-child(even){flex-direction:row-reverse}}.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one:nth-child(even) .card-content{background-color:var(--theme-primary-color);border-radius:0 0 var(--theme-border-radius) var(--theme-border-radius)}@media(min-width: 1200px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one:nth-child(even) .card-content{border-radius:0 var(--theme-border-radius) var(--theme-border-radius) 0}}@media(min-width: 1400px){.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one:nth-child(even) .card-content{border-radius:0 var(--theme-border-radius) var(--theme-border-radius) 0}}.sap-business-one-page .section-sap-business-one .section-lists .card-sap-business-one:nth-child(even) .card-content .card-detail{color:#fff}.sap-business-one-page .section-packages{--section-padding-package: 142px}.sap-business-one-page .section-packages .section-wrapper .card-package{width:468px;max-width:100%;height:fit-content;padding:30px;padding-right:var(--section-padding-package);border-radius:var(--theme-border-radius)}@media(min-width: 768px){.sap-business-one-page .section-packages .section-wrapper .card-package{padding:36px;padding-right:var(--section-padding-package)}}@media(min-width: 992px){.sap-business-one-page .section-packages .section-wrapper .card-package{padding:38px;padding-right:var(--section-padding-package)}}@media(min-width: 992px){.sap-business-one-page .section-packages .section-wrapper .card-package{padding:44px;padding-right:var(--section-padding-package)}}@media(min-width: 1400px){.sap-business-one-page .section-packages .section-wrapper .card-package{padding:48px;padding-right:var(--section-padding-package)}}.sap-business-one-page .section-packages .section-wrapper .card-package .card-title{font-size:clamp(3.125rem,4vw,3.75rem);line-height:2.75rem}@media(min-width: 768px){.sap-business-one-page .section-packages .section-wrapper .card-package .card-title{line-height:2.875rem}}@media(min-width: 992px){.sap-business-one-page .section-packages .section-wrapper .card-package .card-title{line-height:3rem}}@media(min-width: 1200px){.sap-business-one-page .section-packages .section-wrapper .card-package .card-title{line-height:3.125rem}}@media(min-width: 1400px){.sap-business-one-page .section-packages .section-wrapper .card-package .card-title{line-height:3.375rem}}.sap-business-one-page .section-packages .section-wrapper .card-package .card-title big{font-size:clamp(4.375rem,4vw,5rem)}.sap-business-one-page .section-packages .section-wrapper .card-package .card-title small{font-size:clamp(2.125rem,4vw,2.75rem)}.sap-business-one-page .section-packages .section-wrapper .card-brochure{margin-top:30px}@media(min-width: 768px){.sap-business-one-page .section-packages .section-wrapper .card-brochure{margin-top:36px}}@media(min-width: 992px){.sap-business-one-page .section-packages .section-wrapper .card-brochure{margin-top:38px}}@media(min-width: 992px){.sap-business-one-page .section-packages .section-wrapper .card-brochure{margin-top:42px}}@media(min-width: 1400px){.sap-business-one-page .section-packages .section-wrapper .card-brochure{margin-top:130px;margin-left:calc(var(--section-padding-package)*-0.8)}}.sap-business-one-on-hana-page .section-solution-highlights .row,.sap-business-one-on-hana-page .section-solution-highlights .row>*{--bs-gutter-x: 0;--bs-gutter-y: 0}.sap-business-one-on-hana-page .section-solution-highlights .row .card-item{height:100%;background-color:#fff;border-radius:0}.sap-business-one-on-hana-page .section-solution-highlights .row .card-item .card-detail{color:#000;min-height:180px}.sap-business-one-on-hana-page .section-solution-highlights .row .col:nth-child(even) .card-item{background-color:#000}.sap-business-one-on-hana-page .section-solution-highlights .row .col:nth-child(even) .card-item .card-detail{color:#fff}.package-price-page .banner-page .banner-content{top:15%}@media(min-width: 768px){.package-price-page .banner-page .banner-content{top:20%}}@media(min-width: 992px){.package-price-page .banner-page .banner-content{top:22%}}@media(min-width: 1400px){.package-price-page .banner-page .banner-content{top:20%}}.package-price-page .banner-page .banner-img{min-height:580px}@media(min-width: 768px){.package-price-page .banner-page .banner-img{min-height:650px}}@media(min-width: 992px){.package-price-page .banner-page .banner-img{min-height:800px}}@media(min-width: 1200px){.package-price-page .banner-page .banner-img{min-height:830px}}@media(min-width: 1400px){.package-price-page .banner-page .banner-img{max-height:unset}}.package-price-page .banner-page .section-package{position:absolute;bottom:14%;right:0;left:0;z-index:2}@media(min-width: 768px){.package-price-page .banner-page .section-package{bottom:10%}}@media(min-width: 992px){.package-price-page .banner-page .section-package{bottom:15%}}@media(min-width: 1400px){.package-price-page .banner-page .section-package{bottom:30%}}.package-price-page .banner-page .section-package .splide .splide__track .splide__list .splide__slide .card-package{border-radius:10px;padding:20px;max-width:300px;margin:auto}.package-price-page .banner-page .section-package .splide .splide__track .splide__list .splide__slide .card-package .card-header{border-bottom:1px solid var(--theme-secondary-color)}.package-price-page .banner-page .section-package .splide .splide__track .splide__list .splide__slide .card-package .card-header .card-title{font-size:clamp(1.625rem,4vw,1.75rem);margin:0}.package-price-page .banner-page .section-package .splide .splide__track .splide__list .splide__slide .card-package .card-header .card-count-user{font-size:1rem;width:130px;min-width:fit-content;padding:4px 0;border-radius:50px;color:#fff;background-color:var(--theme-primary-color);margin:20px auto}.package-price-page .banner-page .section-package .splide .splide__track .splide__list .splide__slide .card-package .card-price{font-size:clamp(1.875rem,4vw,2rem);margin-top:20px}.package-price-page .banner-page .section-package .splide .splide__track .splide__list .splide__slide .card-package .card-price small{font-size:clamp(1.375rem,2vw,1.5rem)}.package-price-page .banner-page .section-package .splide .splide__track .splide__list .splide__slide .card-package .btn-price{margin-top:100px}.package-price-page .banner-page .section-package .splide .splide__arrows{--arrow-distance: 26px}.package-price-page .banner-page .section-package .splide .splide__arrows .splide__arrow{width:fit-content;height:fit-content;border-radius:0;background:rgba(0,0,0,0)}.package-price-page .banner-page .section-package .splide .splide__arrows .splide__arrow img{width:36px;height:36px;object-fit:contain}@media(min-width: 1600px){.package-price-page .banner-page .section-package .splide .splide__arrows .splide__arrow--prev{left:unset;right:calc(100% + var(--arrow-distance))}}@media(min-width: 1600px){.package-price-page .banner-page .section-package .splide .splide__arrows .splide__arrow--next{right:unset;left:calc(100% + var(--arrow-distance))}}.package-price-page .banner-page .section-package .splide .splide__arrows .splide__arrow--next img{transform:rotateY(180deg)}.package-price-page .banner-page .section-package .splide .splide__pagination{bottom:unset;top:calc(100% + 20px)}.package-price-page .banner-page .section-package .splide .splide__pagination .splide__pagination__page.is-active{background:var(--theme-secondary-color)}.package-price-page .section-content{position:relative;z-index:2}@media(min-width: 992px){.package-price-page .section-content{margin-top:-5%}}@media(min-width: 1400px){.package-price-page .section-content{margin-top:-12%}}.package-price-page .section-content .card-content{font-size:var(--base-font-size);border-radius:10px;padding:30px}@media(min-width: 768px){.package-price-page .section-content .card-content{padding:36px}}@media(min-width: 992px){.package-price-page .section-content .card-content{padding:38px}}@media(min-width: 1200px){.package-price-page .section-content .card-content{padding:40px}}@media(min-width: 1400px){.package-price-page .section-content .card-content{padding:46px}}.success-story-page .section-success-story{font-size:var(--base-font-size);color:#fff}.success-story-page .section-success-story .customer-lists{--bs-gutter-x: 1.5rem;--bs-gutter-y: 4.375rem}.success-story-page .section-success-story .customer-lists .customer-item{position:relative;color:#fff;border:2px solid var(--theme-secondary-color);text-align:center;border-radius:40px;padding:34px;padding-bottom:26px;height:100%;width:100%;max-width:400px;margin:auto}@media(min-width: 768px){.success-story-page .section-success-story .customer-lists .customer-item{padding:34px;padding-bottom:26px;max-width:100%}}@media(min-width: 992px){.success-story-page .section-success-story .customer-lists .customer-item{padding:34px;padding-bottom:26px;max-width:430px}}@media(min-width: 1200px){.success-story-page .section-success-story .customer-lists .customer-item{padding:36px;padding-bottom:26px;max-width:480px}}@media(min-width: 1400px){.success-story-page .section-success-story .customer-lists .customer-item{padding:36px;padding-bottom:28px;max-width:unset}}.success-story-page .section-success-story .customer-lists .customer-item .customer-detail{font-size:1.125rem;line-height:1.56;height:5.25rem;-webkit-line-clamp:3}@media(min-width: 768px){.success-story-page .section-success-story .customer-lists .customer-item .customer-detail{font-size:1.125rem;line-height:1.56;height:5.25rem}}@media(min-width: 1200px){.success-story-page .section-success-story .customer-lists .customer-item .customer-detail{font-size:1.25rem;line-height:1.56;height:5.25rem}}@media(min-width: 1400px){.success-story-page .section-success-story .customer-lists .customer-item .customer-detail{font-size:1.5rem;line-height:2.375rem;height:7.125rem}}.success-story-page .section-success-story .customer-lists .customer-item .customer-logo{width:180px;height:180px;object-fit:contain;object-position:center;margin:10px auto}@media(min-width: 768px){.success-story-page .section-success-story .customer-lists .customer-item .customer-logo{width:160px;height:160px}}@media(min-width: 992px){.success-story-page .section-success-story .customer-lists .customer-item .customer-logo{width:180px;height:180px}}@media(min-width: 1200px){.success-story-page .section-success-story .customer-lists .customer-item .customer-logo{width:180px;height:180px}}@media(min-width: 1400px){.success-story-page .section-success-story .customer-lists .customer-item .customer-logo{width:200px;height:200px;margin:14px auto}}.success-story-page .section-success-story .customer-lists .customer-item .customer-name{font-size:1.25rem;-webkit-line-clamp:1}@media(min-width: 768px){.success-story-page .section-success-story .customer-lists .customer-item .customer-name{font-size:1.25rem}}@media(min-width: 1200px){.success-story-page .section-success-story .customer-lists .customer-item .customer-name{font-size:1.375rem}}@media(min-width: 1400px){.success-story-page .section-success-story .customer-lists .customer-item .customer-name{font-size:1.5rem}}.success-story-page .section-success-story .customer-lists .customer-item .customer-brief{font-size:1.125rem;-webkit-line-clamp:1}@media(min-width: 768px){.success-story-page .section-success-story .customer-lists .customer-item .customer-brief{font-size:1.125rem}}@media(min-width: 1200px){.success-story-page .section-success-story .customer-lists .customer-item .customer-brief{font-size:1.25rem}}@media(min-width: 1400px){.success-story-page .section-success-story .customer-lists .customer-item .customer-brief{font-size:1.25rem}}.success-story-page .section-success-story .customer-lists .customer-item::before{content:"";width:70px;height:70px;background-color:#000;border:2px solid var(--theme-secondary-color);border-radius:50%;position:absolute;top:0;left:50%;transform:translate(-50%, -50%);z-index:2}.success-story-page .section-success-story .customer-lists .customer-item::after{content:"";width:45px;height:45px;color:#fff;position:absolute;top:-2px;left:50%;transform:translate(-50%, -50%);z-index:3;background-image:url("/assets/img/icon/icon_quotation-mark-start.svg");background-repeat:no-repeat;background-position:center;background-size:contain}.articles-page .section-content{font-size:var(--base-font-size);color:#fff}.articles-page .section-article-highlight .card-articles-highlight .card-image{width:100%;height:fit-content}.articles-page .section-article-highlight .card-articles-highlight .card-image img{width:100%;height:290px;object-fit:cover;object-position:center}@media(min-width: 576px){.articles-page .section-article-highlight .card-articles-highlight .card-image img{height:340px}}@media(min-width: 768px){.articles-page .section-article-highlight .card-articles-highlight .card-image img{height:450px}}@media(min-width: 992px){.articles-page .section-article-highlight .card-articles-highlight .card-image img{height:300px}}@media(min-width: 1200px){.articles-page .section-article-highlight .card-articles-highlight .card-image img{height:340px}}@media(min-width: 1400px){.articles-page .section-article-highlight .card-articles-highlight .card-image img{height:390px}}.articles-page .section-article-highlight .card-articles-highlight .card-body{margin-top:16px}@media(min-width: 768px){.articles-page .section-article-highlight .card-articles-highlight .card-body{margin-top:18px}}@media(min-width: 992px){.articles-page .section-article-highlight .card-articles-highlight .card-body{margin-top:0;padding-left:16px}}@media(min-width: 1200px){.articles-page .section-article-highlight .card-articles-highlight .card-body{padding-left:18px}}@media(min-width: 1400px){.articles-page .section-article-highlight .card-articles-highlight .card-body{margin-top:0;padding-left:20px}}.articles-page .section-article-highlight .card-articles-highlight .card-body .card-date{position:relative;padding-bottom:12px;margin-bottom:20px;font-size:1.125rem;color:var(--theme-secondary-color)}@media(min-width: 768px){.articles-page .section-article-highlight .card-articles-highlight .card-body .card-date{margin-bottom:22px}}@media(min-width: 992px){.articles-page .section-article-highlight .card-articles-highlight .card-body .card-date{margin-bottom:22px}}@media(min-width: 1200px){.articles-page .section-article-highlight .card-articles-highlight .card-body .card-date{margin-bottom:24px}}@media(min-width: 1400px){.articles-page .section-article-highlight .card-articles-highlight .card-body .card-date{margin-bottom:24px}}.articles-page .section-article-highlight .card-articles-highlight .card-body .card-date::after{content:"";position:absolute;border-bottom:1px solid var(--theme-secondary-color);height:1px;max-width:450px;width:100%;left:0;bottom:0}.articles-page .section-article-highlight .card-articles-highlight .card-body .card-content .card-title{font-size:clamp(1.5rem,4vw,2rem)}@media(min-width: 992px){.articles-page .section-article-highlight .card-articles-highlight .card-body .card-content .card-title{font-size:1.625rem}}@media(min-width: 1200px){.articles-page .section-article-highlight .card-articles-highlight .card-body .card-content .card-title{font-size:clamp(1.5rem,4vw,2rem)}}.articles-page .section-article-highlight .card-articles-highlight .card-body .card-content .card-brief{margin:18px 0}@media(min-width: 768px){.articles-page .section-article-highlight .card-articles-highlight .card-body .card-content .card-brief{margin:20px 0}}@media(min-width: 992px){.articles-page .section-article-highlight .card-articles-highlight .card-body .card-content .card-brief{font-size:1.125rem;margin:20px 0}}@media(min-width: 1200px){.articles-page .section-article-highlight .card-articles-highlight .card-body .card-content .card-brief{font-size:var(--base-font-size);margin:22px 0}}@media(min-width: 1400px){.articles-page .section-article-highlight .card-articles-highlight .card-body .card-content .card-brief{margin:24px 0}}.articles-page .section-article-highlight .card-articles-highlight .card-body .card-content .card-btn{display:flex;align-items:center;flex-wrap:nowrap;border:none;background-color:rgba(0,0,0,0);color:var(--theme-secondary-color)}.articles-page .section-articles .row{--bs-gutter-x: 3.125rem;--bs-gutter-y: 3.125rem}@media(min-width: 992px){.articles-page .section-articles .row{--bs-gutter-x: 2.75rem}}@media(min-width: 1200px){.articles-page .section-articles .row{--bs-gutter-x: 3.125rem}}.articles-page .section-articles .card-article .card-image{width:100%;height:fit-content}.articles-page .section-articles .card-article .card-image img{width:100%;height:290px;object-fit:cover;object-position:center}@media(min-width: 576px){.articles-page .section-articles .card-article .card-image img{height:340px}}@media(min-width: 768px){.articles-page .section-articles .card-article .card-image img{height:290px}}@media(min-width: 992px){.articles-page .section-articles .card-article .card-image img{height:220px}}@media(min-width: 1200px){.articles-page .section-articles .card-article .card-image img{height:250px}}@media(min-width: 1400px){.articles-page .section-articles .card-article .card-image img{height:290px}}.articles-page .section-articles .card-article .card-body{margin-top:16px}@media(min-width: 768px){.articles-page .section-articles .card-article .card-body{margin-top:18px}}@media(min-width: 992px){.articles-page .section-articles .card-article .card-body{margin-top:20px}}@media(min-width: 1200px){.articles-page .section-articles .card-article .card-body{margin-top:22px}}@media(min-width: 1400px){.articles-page .section-articles .card-article .card-body{margin-top:24px}}.articles-page .section-articles .card-article .card-body .card-date{position:relative;padding-bottom:12px;margin-bottom:20px;font-size:1.125rem;color:var(--theme-secondary-color)}.articles-page .section-articles .card-article .card-body .card-date::after{content:"";position:absolute;border-bottom:1px solid var(--theme-secondary-color);height:1px;width:100%;left:0;bottom:0}.articles-page .section-articles .card-article .card-body .card-content .card-title{font-size:clamp(1.5rem,4vw,1.625rem)}.articles-page .section-articles .card-article .card-body .card-content .card-brief{font-size:clamp(1.125rem,2vw,1.125rem);margin:18px 0}@media(min-width: 768px){.articles-page .section-articles .card-article .card-body .card-content .card-brief{margin:20px 0}}@media(min-width: 1400px){.articles-page .section-articles .card-article .card-body .card-content .card-brief{margin:20px 0}}.articles-page .section-articles .card-article .card-body .card-content .card-btn{display:flex;align-items:center;flex-wrap:nowrap;border:none;background-color:rgba(0,0,0,0);color:var(--theme-secondary-color)}.article-page .section-body{color:var(--theme-text-color);font-size:var(--base-font-size)}.article-page .section-body .section-title{margin:0}.article-page .section-body .section-banner{width:100%;height:fit-content;margin:16px 0 30px;border-radius:10px}@media(min-width: 768px){.article-page .section-body .section-banner{margin:18px 0 36px}}@media(min-width: 992px){.article-page .section-body .section-banner{margin:20px 0 40px}}@media(min-width: 1400px){.article-page .section-body .section-banner{margin:20px 0 40px}}.article-page .section-body .section-banner img{width:100%;height:auto;max-height:200px;object-fit:cover;object-position:center}@media(min-width: 576px){.article-page .section-body .section-banner img{max-height:unset;height:200px}}@media(min-width: 768px){.article-page .section-body .section-banner img{height:270px}}@media(min-width: 992px){.article-page .section-body .section-banner img{height:360px}}@media(min-width: 1200px){.article-page .section-body .section-banner img{height:430px}}@media(min-width: 1400px){.article-page .section-body .section-banner img{height:500px}}.article-page .section-body .section-content img{max-width:100% !important;height:auto}.contact-us-page .section-content{color:var(--theme-text-color);font-size:var(--base-font-size)}.contact-us-page .section-content .section-header{font-size:clamp(2.25rem,4vw,3.125rem)}.contact-us-page .section-content .row-contact,.contact-us-page .section-content .row-contact>*{--bs-gutter-x: 2.75rem}.contact-us-page .section-content .row-contact .contact-item .contact-icon,.contact-us-page .section-content .row-contact>* .contact-item .contact-icon{font-size:clamp(1.5rem,3vw,1.875rem)}.contact-us-page .section-content .row-contact .contact-item .contact-content .contact-title,.contact-us-page .section-content .row-contact>* .contact-item .contact-content .contact-title{font-size:clamp(1.625rem,3vw,2.125rem);margin-top:1px}@media(min-width: 992px){.contact-us-page .section-content .row-contact .contact-item .contact-content .contact-title,.contact-us-page .section-content .row-contact>* .contact-item .contact-content .contact-title{margin-top:2px}}@media(min-width: 1200px){.contact-us-page .section-content .row-contact .contact-item .contact-content .contact-title,.contact-us-page .section-content .row-contact>* .contact-item .contact-content .contact-title{margin-top:3px}}.contact-us-page .section-content .row-contact .contact-item .contact-content .social-group,.contact-us-page .section-content .row-contact>* .contact-item .contact-content .social-group{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.75rem}.contact-us-page .section-content .row-contact .contact-item .contact-content .social-group .social-item,.contact-us-page .section-content .row-contact>* .contact-item .contact-content .social-group .social-item{display:block;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #fff}.contact-us-page .section-content .row-contact .contact-item .contact-content .social-group .social-item i,.contact-us-page .section-content .row-contact>* .contact-item .contact-content .social-group .social-item i{color:#fff}.contact-us-page .section-content .row-contact .iframe-map,.contact-us-page .section-content .row-contact>* .iframe-map{height:300px}@media(min-width: 992px){.contact-us-page .section-content .row-contact .iframe-map,.contact-us-page .section-content .row-contact>* .iframe-map{height:312px}}@media(min-width: 1200px){.contact-us-page .section-content .row-contact .iframe-map,.contact-us-page .section-content .row-contact>* .iframe-map{height:100%}}.auth-page .section-form{width:100%;height:calc(100dvh - var(--main-margin-top));min-height:800px;font-size:1.125rem}.auth-page .section-form .card-form-auth{width:460px;max-width:100%;padding:30px;background-color:#fff;border-radius:10px;margin:auto;position:relative;z-index:2}.auth-page .section-form .card-form-auth .card-title{font-size:clamp(1.75rem,4vw,2.125rem)}.auth-page .section-form .card-form-auth .btn-auth-other a{color:#585c5f;border-bottom:2px solid #585c5f}.auth-page .section-form .card-form-auth .btn-auth-other a.active{color:#000;border-bottom:2px solid #000}.auth-page .section-form .card-form-auth .card-input input{font-size:1rem}.auth-page .section-form .card-form-auth .card-policy{font-size:1rem}.auth-page .section-form .card-form-auth .card-btn .btn-provider{position:relative}.auth-page .section-form .card-form-auth .card-btn .btn-provider .btn-icon{height:20px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.auth-page .section-form .bg-gradient-bottom-top,.auth-page .section-form .bg-gradient-top-bottom{position:absolute}.auth-page .section-form .bg-gradient-bottom-top,.auth-page .section-form .bg-gradient-top-bottom{width:100%;height:40%;left:0;right:0}.auth-page .section-form .bg-gradient-bottom-top{bottom:0;background-image:linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0) 100%)}.auth-page .section-form .bg-gradient-top-bottom{height:30%;top:0;background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 100%)}.member-page .section-content{--member-content-padding: 30px;font-size:1.125rem;margin-top:-10%;position:relative;z-index:2}.member-page .section-content .card-nav-member{padding:var(--member-content-padding)}.member-page .section-content .card-nav-member .user-profile .profile-avata{width:130px;height:130px;object-fit:cover;object-position:center;display:block;margin:0 auto}.member-page .section-content .card-nav-member .user-profile .profile-name{font-size:1.25rem}.member-page .section-content .card-nav-member .user-profile .profile-username{font-size:1rem}.member-page .section-content .card-nav-member .nav-member{list-style:none;padding:0;margin:0 calc(var(--member-content-padding)*-1);margin-top:1rem}.member-page .section-content .card-nav-member .nav-member .nav-item{padding:4px var(--member-content-padding)}.member-page .section-content .card-nav-member .nav-member .nav-item .nav-link{display:flex;align-items:center;flex-direction:row;column-gap:.75rem}.member-page .section-content .card-nav-member .nav-member .nav-item.active{color:var(--theme-primary-color);border-left:4px solid var(--theme-primary-color)}.member-page .section-content .card-member-content{padding:var(--member-content-padding)}.member-page .section-content .card-member-content .card-form-title{position:relative}.member-page .section-content .card-member-content .card-form-title::before{content:"";position:absolute;left:0;bottom:-0.375rem;width:3.75rem;height:4px;background-color:var(--theme-secondary-color);border-radius:0}.member-page .section-content .card-member-content .form-upload-profile .form-img img{width:120px;height:120px;object-fit:cover;object-position:center;display:block}.member-page .section-content .card-member-content .form-upload-profile .form-img .btn-remove{background-color:rgba(127,128,130,.8);color:#fff;font-size:12px;line-height:12px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;position:absolute;top:4px;right:4px;z-index:2;border-radius:50%;border:none}.alert-page{padding:40px 0}.alert-page .section-content{height:500px;font-size:var(--base-font-size)}.alert-page .section-content .section-icon{width:160px;height:160px;object-fit:contain}.solutions-other{position:absolute;left:0;right:0;bottom:80px;z-index:2}.solutions-other .splide .splide__track .splide__list .splide__slide .card-solutions-other{width:100%;height:220px;border-radius:6px;object-fit:cover;object-position:center}@media(min-width: 576px){.solutions-other .splide .splide__track .splide__list .splide__slide .card-solutions-other{width:400px;height:230px}}.solutions-other .splide .splide__track .splide__list .splide__slide .card-solutions-other .card-title{position:absolute;left:0;right:0;bottom:0;background-image:linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0) 100%);padding:2.25rem;z-index:3}.solutions-other .splide .splide__track .splide__list .splide__slide .card-solutions-other .card-bg{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .6s ease}.solutions-other .splide .splide__track .splide__list .splide__slide .card-solutions-other:hover .card-bg{transform:scale(1.15)}.solutions-other .splide .splide__arrows{--arrow-distance: 26px}.solutions-other .splide .splide__arrows .splide__arrow{width:fit-content;height:fit-content;border-radius:0;background:rgba(0,0,0,0)}.solutions-other .splide .splide__arrows .splide__arrow img{width:40px;height:40px;object-fit:contain}@media(min-width: 1600px){.solutions-other .splide .splide__arrows .splide__arrow--prev{left:unset;right:calc(100% + var(--arrow-distance))}}@media(min-width: 1600px){.solutions-other .splide .splide__arrows .splide__arrow--next{right:unset;left:calc(100% + var(--arrow-distance))}}.solutions-other .splide .splide__arrows .splide__arrow--next img{transform:rotateY(180deg)}.solutions-other .splide .splide__pagination{bottom:unset;top:calc(100% + 20px)}.solutions-other .splide .splide__pagination .splide__pagination__page.is-active{background:var(--theme-secondary-color)}.solutions-other .background-gradient{position:absolute;top:0;right:0;bottom:0;width:20%;background-image:linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0) 100%)}.form-required:has(input[required]) label:after{content:"*";color:red;font-size:1.125rem;margin-left:4px;opacity:1;position:relative;display:inline}#loading_page{position:fixed;width:100%;height:100%;background:#fff;display:flex;justify-content:center;align-items:center;z-index:9999}#loading_page .spinner{width:50px;height:50px;border:5px solid rgba(0,0,0,.2);border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width: 992px){.text-lg-left{text-align:left !important}}