@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@font-face{font-family:ZVN Luxenta;font-style:normal;font-weight:400;font-display:swap;src:url(assets/fonts/ZVN-Luxenta-Regular.otf) format("opentype")}::-webkit-scrollbar{width:2px;height:1px}::-webkit-scrollbar-thumb{border-radius:3px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:window-inactive{background:rgba(135,141,141,.47058823529411764)}button,input,select,textarea{margin:0;outline:none}html{scroll-behavior:smooth}*,html{-webkit-box-sizing:border-box;box-sizing:border-box}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:left}body,html{margin:0;padding:0}body{font-family:ZVN Luxenta,sans-serif;font-optical-sizing:auto;font-size:16px;font-weight:300;font-style:normal;line-height:normal;color:var(--Text-blue,#131d29);font-display:swap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.typography blockquote,.typography body,.typography dd,.typography dl,.typography dt,.typography fieldset,.typography figure,.typography h1,.typography h2,.typography h3,.typography h4,.typography h5,.typography h6,.typography hr,.typography html,.typography iframe,.typography legend,.typography li,.typography ol,.typography p,.typography pre,.typography textarea,.typography ul,ul{margin:0;padding:0}.typography h1,.typography h2,.typography h3,.typography h4,.typography h5,.typography h6{font-size:100%;font-weight:400}.typography ul{list-style:none}@-webkit-keyframes spinAround{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.tw-container{width:100%;max-width:1240px;margin:0 auto;padding:0 20px}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.d-inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-around{-ms-flex-pack:distribute;justify-content:space-around}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.font-extra{font-weight:800!important}.font-bold{font-weight:700!important}.font-semibold{font-weight:600!important}.font-medium{font-weight:500!important}.font-light{font-weight:300!important}.text-white{color:#fff!important}.text-left{text-align:left!important}.tw-button{cursor:pointer;display:inline-block;text-align:center;min-width:200px;background-color:#092457;padding:.875em 2em;text-decoration:none;position:relative;overflow:hidden;border:0;font-family:Inter,sans-serif;-webkit-transition:all .4s ease;transition:all .4s ease}@media only screen and (max-width:767px){.tw-button{font-size:14px}}.tw-button.--secondary{background:var(--Cam-An-Lc,#e7632a)}.tw-button:before{background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(hsla(0,0%,100%,.75)),to(transparent));background:linear-gradient(transparent,hsla(0,0%,100%,.75),transparent)}.tw-button:hover span{letter-spacing:.075em}.tw-button.loading span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}.tw-button.loading span:after{content:"";width:16px;height:16px;border-radius:50%;border:3px solid #fff;display:block;border-right:0;border-bottom:0;-webkit-animation:loading 1s linear infinite;animation:loading 1s linear infinite;margin-left:8px}.tw-button:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.tw-button:before{pointer-events:none;content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(hsla(0,0%,100%,.3)),to(transparent));background:linear-gradient(transparent,hsla(0,0%,100%,.3),transparent);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:mirror-effect 1.75s linear infinite;animation:mirror-effect 1.75s linear infinite}.tw-button span{display:inline-block;color:#fff;leading-trim:both;text-edge:cap;font-size:16px;font-style:normal;font-weight:600;line-height:1.5em;text-transform:uppercase;-webkit-transition:all .4s ease;transition:all .4s ease}@media only screen and (max-width:767px){.tw-button span{font-size:14px}}.tw-button.--text-only{padding:0;border:0;background-color:transparent;min-width:unset}.tw-button.--text-only:before{display:none}.tw-button.--text-only span{color:var(--Cam-An-Lc,#e7632a);font-size:16px;font-weight:600;text-transform:none}.tw-button.--has-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}@-webkit-keyframes mirror-effect{0%{left:-100%;top:-100%}to{left:100%;top:100%}}@keyframes mirror-effect{0%{left:-100%;top:-100%}to{left:100%;top:100%}}@-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-pagination-bullet{width:16px;height:16px;border-radius:50%;background:transparent;position:relative;border:1px solid transparent;opacity:1}.swiper-pagination-bullet.swiper-pagination-bullet-active{border-color:#35498e}.swiper-pagination-bullet:before{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background-color:#35498e;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tab-items.--v2 ul{display:-webkit-box;display:-ms-flexbox;display:flex}.tab-items.--v2 ul li{border:1px solid var(--Xanh-An-Lc,#35498e);margin-left:-1px;-webkit-transition:all .4s ease;transition:all .4s ease}.tab-items.--v2 ul li.active,.tab-items.--v2 ul li:hover{background-color:var(--Xanh-An-Lc,#35498e)}.tab-items.--v2 ul li.active a,.tab-items.--v2 ul li:hover a{color:#fff}.tab-items.--v2 ul li.active a:after,.tab-items.--v2 ul li:hover a:after{display:none}.tab-items.--v2 ul a{color:var(--Xanh-An-Lc,#35498e);font-size:16px;font-weight:500;line-height:1.25em;text-transform:uppercase;padding:.5em 1.25em;-webkit-transition:all .4s ease;transition:all .4s ease}@media only screen and (max-width:767px){.tab-items.--v2 ul a{text-align:center;font-size:14px}}.tab-items ul{list-style:none;margin:0;padding:0}.tab-items ul li{border-bottom:1px solid var(--Gray-300,#d0d5dd);cursor:pointer}.tab-items ul li.active a{color:var(--Xanh-m,#092457)}.tab-items ul li.active a:after{content:url(assets/images/icons/arrow-right.svg);display:block;position:absolute;right:0;top:50%;line-height:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tab-items ul a{text-decoration:none;display:block;color:#667085;leading-trim:both;text-edge:cap;font-size:18px;font-weight:600;line-height:1.33em;text-transform:uppercase;padding-top:.875em;padding-bottom:.875em;position:relative;-webkit-transition:all .4s ease;transition:all .4s ease}.tab-items.center ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tab-content.progress .tab-panel{opacity:0;visibility:hidden;display:none;overflow:hidden;-webkit-transition:all .4s ease;transition:all .4s ease}.tab-content.progress .tab-panel.active{display:block;opacity:1;visibility:visible}.tab-content.progress .tab-panel .flex-panel{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:1023px){.tab-content.progress .tab-panel .flex-panel{-ms-flex-wrap:wrap;flex-wrap:wrap}}.tab-content.progress .tab-panel .flex-panel .panel-left{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-right:24px}@media only screen and (max-width:767px){.tab-content.progress .tab-panel .flex-panel .panel-left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-right:0}}.tab-content.progress .tab-panel .flex-panel .panel-right{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;line-height:0}@media only screen and (max-width:767px){.tab-content.progress .tab-panel .flex-panel .panel-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-top:16px}}.tab-content.progress .tab-panel .flex-panel .panel-right img{width:100%}.about-page{overflow:hidden}.about-page .section1{padding-top:80px;padding-bottom:80px}@media only screen and (max-width:767px){.about-page .section1{padding-top:64px;padding-bottom:64px}}.about-page .section1 .tw-heading{margin-bottom:24px}.about-page .section1 .box-heading{margin-bottom:48px}@media only screen and (max-width:767px){.about-page .section1 .box-heading{margin-bottom:32px}}.about-page .section1 .ss1-slide,.about-page .section1 .tab-panel{overflow:visible}@media only screen and (max-width:767px){.about-page .section1 .ss1-slide .swiper-slide:last-child .info-item .item-content{right:0!important;left:auto!important}}@media only screen and (min-width:1600px){.about-page .section1 #ss1-tab1 .ss1-slide .swiper-slide:first-child .info-item .item-content{top:50%;left:auto;right:calc(100% + 8px);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media only screen and (min-width:1600px){.about-page .section1 #ss1-tab1 .ss1-slide .swiper-slide:nth-child(3) .info-item .item-content{top:50%;right:auto;left:calc(100% + 8px);-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.about-page .section1 .info-item{cursor:pointer;position:relative}.about-page .section1 .info-item img{width:100%}.about-page .section1 .info-item:hover .item-content{opacity:1;visibility:visible}.about-page .section1 .info-item .item-img{line-height:0;position:relative;overflow:hidden}.about-page .section1 .info-item .item-img:before{content:"";position:absolute;display:block;width:10%;height:10%;background-color:rgba(53,73,142,.8313725490196079);top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;opacity:0;visibility:hidden;-webkit-transition:all .4s ease;transition:all .4s ease}.about-page .section1 .info-item .item-img .item-content{line-height:1.5em;position:absolute;width:100%;height:100%;top:0;left:0;padding:20px;opacity:0;color:#fff;visibility:hidden;-webkit-transition:all .4s ease;transition:all .4s ease}.about-page .section1 .info-item .item-body{margin-top:16px}@media only screen and (max-width:767px){.about-page .section1 .info-item .item-body{min-height:60px}}.about-page .section1 .info-item .item-body strong{display:block;text-align:center;color:#1a2a2d;font-size:15px;font-weight:600;line-height:1.33em}.about-page .section1 .info-item .item-body span{display:block;text-align:center;color:var(--Text-blue,#131d29);font-size:16px;font-weight:300;letter-spacing:-.72px}.about-page .section1 .info-item .item-content{position:absolute;top:calc(100% + 8px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:16px;border:1px solid var(--Xanh-An-Lc,#35498e);font-size:14px;width:100%;background-color:#fff;font-weight:400;opacity:0;visibility:hidden;-webkit-transition:all .4s ease;transition:all .4s ease;z-index:9;color:var(--Xanh-An-Lc,#35498e);padding:20px 0 20px 20px}.about-page .section1 .info-item .item-content::-webkit-scrollbar{width:4px;height:2px}.about-page .section1 .info-item .item-content .item-desc{height:200px;overflow:auto;padding-right:16px}@media only screen and (max-width:767px){.about-page .section1 .info-item .item-content .item-desc{height:auto}}@media only screen and (max-width:767px){.about-page .section1 .info-item .item-content{top:calc(100% + 8px)!important;width:calc(100vw - 40px)!important;left:0!important;right:auto!important;-webkit-transform:unset!important;transform:unset!important;height:auto}}.about-page .section1 .info-item .item-content ul{padding-left:20px;margin-bottom:1rem}.about-page .section1 .info-item .item-content ul li:not(:last-child){margin-bottom:.5rem}@media only screen and (min-width:1200px){.about-page .section1 #ss1-tab1 .swiper-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.about-page .section2{background-image:url(assets/images/about/ss2-bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:bottom;padding-top:32px;overflow:hidden}@media only screen and (max-width:767px){.about-page .section2{padding-top:0}}.about-page .section2 .ss2-main{padding-left:32px;padding-right:32px;position:relative}@media only screen and (max-width:767px){.about-page .section2 .ss2-main{padding-left:0;padding-right:0}}.about-page .section2 .ss2-main:before{content:"";position:absolute;top:10px;left:50%;width:100%;height:100%;background-color:#35498e;-webkit-transform:translateX(-50%);transform:translateX(-50%);clip-path:polygon(1.022% 38.459%,1.022% 38.459%,1.061% 37.593%,1.175% 36.745%,1.363% 35.924%,1.62% 35.134%,1.943% 34.382%,2.33% 33.674%,2.778% 33.017%,3.284% 32.416%,3.845% 31.877%,4.457% 31.407%,46.621% 2.706%,46.621% 2.706%,47.262% 2.322%,47.927% 2.022%,48.608% 1.808%,49.301% 1.68%,50% 1.637%,50.699% 1.68%,51.392% 1.808%,52.073% 2.022%,52.738% 2.322%,53.379% 2.706%,95.543% 31.407%,95.543% 31.407%,96.155% 31.877%,96.716% 32.416%,97.221% 33.017%,97.67% 33.674%,98.057% 34.382%,98.38% 35.134%,98.637% 35.924%,98.825% 36.745%,98.939% 37.593%,98.978% 38.459%,98.978% 99.188%,1.022% 99.188%,1.022% 38.459%)}@media only screen and (max-width:767px){.about-page .section2 .ss2-main:before{opacity:0}}.about-page .section2 .ss2-main .tw-heading{margin-bottom:24px;padding-top:80px;position:relative}@media only screen and (max-width:767px){.about-page .section2 .ss2-main .tw-heading{padding-top:64px}}.about-page .section2 .ss2-main .ss-content{position:relative;background-color:#fff;padding-left:64px;padding-right:96px;padding-bottom:220px}@media only screen and (max-width:767px){.about-page .section2 .ss2-main .ss-content{padding-left:20px;padding-right:20px;padding-bottom:120px}}.about-page .section2 .ss2-main .ss-content .logo{max-width:200px;height:100px;background:var(--Cam-An-Lc,#e7632a);padding:20px;margin-bottom:24px}@media only screen and (max-width:767px){.about-page .section2 .ss2-main .ss-content .logo{margin-left:auto;margin-right:auto}}.about-page .section2 .ss2-main .ss-content .logo img{display:block;margin:0 auto}.about-page .section2 .ss2-main .ss-content .decor{position:absolute;bottom:-1px;left:0;width:100%}@media only screen and (max-width:767px){.about-page .section2 .ss2-main .ss-content .decor{display:none}}.about-page .section2 .ss2-main .ss-content .decor2{position:absolute;left:-20%;bottom:0}.about-page .section2 .ss2-main .ss-content .content{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:767px){.about-page .section2 .ss2-main .ss-content .content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.about-page .section2 .ss2-main .ss-content .content .content-left{-webkit-box-flex:0;-ms-flex:0 0 181px;flex:0 0 181px;max-width:181px}@media only screen and (max-width:767px){.about-page .section2 .ss2-main .ss-content .content .content-left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.about-page .section2 .ss2-main .ss-content .content .content-left span{display:block;color:var(--Text-blue,#131d29);font-size:32px;font-weight:400;line-height:1.2em;letter-spacing:-1.44px;text-transform:uppercase}.about-page .section2 .ss2-main .ss-content .content .content-right{width:100%;padding-left:90px;margin-top:-16px}@media only screen and (max-width:767px){.about-page .section2 .ss2-main .ss-content .content .content-right{padding-left:0;margin-top:0}}.about-page .section2 .ss2-main .ss-content .content .content-right p{color:var(--Xanh-An-Lc,#35498e);font-size:16px;font-weight:300;line-height:1.5em;letter-spacing:-.72px}.about-page .section2 .ss2-main .ss-content .content .content-right .content-ft{margin-top:32px}@media only screen and (max-width:767px){.about-page .section2 .ss2-main .ss-content .content .content-right .content-ft{margin-top:24px}}.about-page .section2 .ss2-main .ss-content .content .content-ft{position:relative;padding-top:16px;margin-top:48px}.about-page .section2 .ss2-main .ss-content .content .content-ft:before{content:"";height:1px;width:100px;position:absolute;top:0;left:0;background-color:var(--Gray-400,#98a2b3)}.about-page .section2 .ss2-main .ss-content .content .content-ft span{font-style:italic;font-weight:500;display:block;margin-bottom:8px}.about-page .section2 .ss2-main .ss-content .content .content-ft strong{display:block;font-weight:700}.about-page .section3{padding-top:100px;padding-bottom:320px;background-image:url(assets/images/about/ss3-bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%}@media only screen and (max-width:767px){.about-page .section3{padding-top:64px;padding-bottom:64px}}.about-page .section3 .tw-heading{margin-bottom:32px}@media only screen and (max-width:767px){.about-page .section3 .tw-heading{margin-bottom:24px}}.about-page .section3 .ss3-slide .swiper-slide{height:auto}.about-page .section3 .ss3-slide .item{padding:32px 32px 24px 24px;background-color:#fff;border-radius:8px;cursor:pointer;height:100%}.about-page .section3 .ss3-slide .item:hover .item-icon{margin-left:0}.about-page .section3 .ss3-slide .item:hover .item-icon img{left:0}.about-page .section3 .ss3-slide .item .item-body strong{display:block;color:var(--Xanh-m,#092457);font-size:18px;font-weight:600;line-height:1.2em;margin-top:36px;margin-bottom:16px}.about-page .section3 .ss3-slide .item .item-body p{color:var(--Xanh-An-Lc,#35498e);font-size:14px;font-weight:300;letter-spacing:-.63px;max-height:136px;overflow:auto}.about-page .section3 .ss3-slide .item .item-icon{width:46px;height:46px;margin-left:24px;position:relative;-webkit-transition:all .4s ease;transition:all .4s ease}.about-page .section3 .ss3-slide .item .item-icon:before{content:"";display:block;width:46px;height:46px;background-image:linear-gradient(95deg,#fdc830,#f37335);border-radius:50%;opacity:.4}.about-page .section3 .ss3-slide .item .item-icon img{position:absolute;top:-12px;left:-20px;-webkit-transition:all .4s ease;transition:all .4s ease}.about-page .section4{background-color:#fff;padding-bottom:120px}@media only screen and (max-width:767px){.about-page .section4{padding-top:64px;padding-bottom:64px}}.about-page .section4 .ss4-img{margin-top:-240px}@media only screen and (max-width:767px){.about-page .section4 .ss4-img{margin-top:0}}.about-page .section4 .ss4-main{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:48px}@media only screen and (max-width:767px){.about-page .section4 .ss4-main{margin-top:32px}}.about-page .section4 .ss4-main .left{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media only screen and (max-width:767px){.about-page .section4 .ss4-main .left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:24px}}.about-page .section4 .ss4-main .right{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media only screen and (max-width:767px){.about-page .section4 .ss4-main .right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.about-page .section4 .ss4-main .right ul{padding:0;margin:0}.about-page .section4 .ss4-main .right ul li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.about-page .section4 .ss4-main .right ul li:before{content:"";width:16px;height:16px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;background-image:url(assets/images/icons/li-icon.svg);background-repeat:no-repeat;background-position:50%;background-size:contain;margin-right:8px;position:relative;top:2px}.about-page .section4 .ss4-main .right ul li:not(:last-child){margin-bottom:24px}.about-page .section5{padding-top:100px;padding-bottom:70px;background-image:url(assets/images/about/ss5-bg.jpg);background-repeat:no-repeat;background-position:50%;background-size:cover;overflow:hidden}@media only screen and (max-width:767px){.about-page .section5{padding-top:64px;padding-bottom:64px}}.about-page .section5 .tw-heading{margin-bottom:72px}@media only screen and (max-width:767px){.about-page .section5 .tw-heading{margin-bottom:24px}}.about-page .section5 .year-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}@media only screen and (max-width:767px){.about-page .section5 .year-list{display:none}}.about-page .section5 .year-list .progress{position:absolute;top:3px;left:0;background-color:#fff;width:0;height:2px;-webkit-transition:all 10s ease;transition:all 10s ease}.about-page .section5 .year-list .progress.active{width:calc(100% - 52px)}.about-page .section5 .year-list:before{content:"";display:block;position:absolute;top:3px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100vw;height:1px;background-color:hsla(0,0%,100%,.2)}.about-page .section5 .year-list .item{padding-top:32px;position:relative;width:52px}.about-page .section5 .year-list .item:before{content:"";width:8px;height:8px;border-radius:50%;background-color:#fff;position:absolute;top:0;left:0}.about-page .section5 .year-list .item strong{color:#fff;font-family:Manrope,sans-serif;font-size:20px;font-weight:800;line-height:1.6em;white-space:nowrap}.about-page .section5 .slide-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:64px}@media only screen and (max-width:767px){.about-page .section5 .slide-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:24px}}.about-page .section5 .slide-wrapper .left{-webkit-box-flex:0;-ms-flex:0 0 320px;flex:0 0 320px;max-width:320px}@media only screen and (max-width:767px){.about-page .section5 .slide-wrapper .left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:24px}}.about-page .section5 .slide-wrapper .right{-webkit-box-flex:0;-ms-flex:0 0 800px;flex:0 0 800px;max-width:800px}@media only screen and (max-width:767px){.about-page .section5 .slide-wrapper .right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.about-page .section5 .slide-wrapper .ss5-slide1 .swiper-slide strong{display:block;font-family:Manrope,sans-serif;font-size:40px;font-weight:800;background:var(--Gold,linear-gradient(300deg,#eedebc -166.08%,#ddc6a3 -143.28%,#c9a885 -112.05%,#9a7a5f -66.34%,#c9a885 -26.89%,#eedebc 22.96%,#ddc6a3 43.17%,#c9a885 70.76%,#9a7a5f 112.3%,#c9a885 158.02%,#eedebc 220.35%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}.about-page .section5 .slide-wrapper .ss5-slide2 .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:767px){.about-page .section5 .slide-wrapper .ss5-slide2 .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.about-page .section5 .slide-wrapper .ss5-slide2 .item img{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media only screen and (max-width:767px){.about-page .section5 .slide-wrapper .ss5-slide2 .item img{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.about-page .section5 .slide-wrapper .ss5-slide2 .item .desc{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding-left:48px;font-size:14px;color:#fff}@media only screen and (max-width:767px){.about-page .section5 .slide-wrapper .ss5-slide2 .item .desc{padding-left:0;margin-top:16px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.about-page .section6{padding-top:120px;padding-bottom:160px;position:relative;overflow:hidden}@media only screen and (max-width:767px){.about-page .section6{padding-top:64px;padding-bottom:64px}}.about-page .section6 .decor{position:absolute;right:-20%;top:-30%}.about-page .section6 .ss6-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.about-page .section6 .ss6-main .tw-heading{margin-bottom:32px}@media only screen and (max-width:767px){.about-page .section6 .ss6-main .tw-heading{margin-bottom:24px}}.about-page .section6 .ss6-main .desc ul{padding-left:20px}.about-page .section6 .ss6-main .desc ul li:not(:last-child){margin-bottom:8px}.about-page .section6 .ss6-main .left{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media only screen and (max-width:767px){.about-page .section6 .ss6-main .left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.about-page .section6 .ss6-main .right{-webkit-box-flex:0;-ms-flex:0 0 432px;flex:0 0 432px;max-width:432px}@media only screen and (max-width:1023px){.about-page .section6 .ss6-main .right{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:32px}}@media only screen and (max-width:767px){.about-page .section6 .ss6-main .right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.about-page .job-modal .modal-content-outer{max-width:880px}@media only screen and (max-width:767px){.about-page .job-modal .modal-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:32px 24px}}.about-page .job-modal .modal-content .left-content{-webkit-box-flex:0;-ms-flex:0 0 208px;flex:0 0 208px;max-width:208px}.about-page .job-modal .modal-content .left-content img{width:100%}.about-page .job-modal .modal-content .left-content strong{display:block;text-align:center;font-weight:600;margin-top:16px}.about-page .job-modal .modal-content .left-content span{display:block;text-align:center}@media only screen and (max-width:767px){.about-page .job-modal .modal-content .left-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.about-page .job-modal .modal-content .right-content{width:100%;padding-left:48px}@media only screen and (max-width:767px){.about-page .job-modal .modal-content .right-content{-webkit-box-flex:unset;-ms-flex:unset;flex:unset;max-width:100%;padding-left:0;height:250px;overflow:auto;margin-top:16px}}.teaser-ss1{position:relative;overflow:hidden}.teaser-ss1 .logo{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);line-height:0;z-index:2;-webkit-transition:all .4s ease;transition:all .4s ease}.teaser-ss1 .logo.loading{-webkit-animation:scaleInOut .9s ease infinite alternate;animation:scaleInOut .9s ease infinite alternate}.teaser-ss1 .logo.done{opacity:0;visibility:hidden}.teaser-ss1 .glass{-webkit-transition:all 1s linear;transition:all 1s linear;width:100%;height:100%;position:absolute;top:0;left:0;background:hsla(0,0%,100%,.15);-webkit-box-shadow:0 4px 30px rgba(0,0,0,.1);box-shadow:0 4px 30px rgba(0,0,0,.1);backdrop-filter:blur(9.7px);-webkit-backdrop-filter:blur(9.7px);z-index:1;display:none}.teaser-ss1 .glass.done{opacity:0;visibility:hidden}.teaser-ss1 .banner{line-height:0;-webkit-transition:all .4s ease;transition:all .4s ease}.teaser-ss1 .banner .logo-top{display:block;margin-left:auto;margin-right:auto}@media (min-width:1200px) and (max-width:1600px){.teaser-ss1 .banner .logo-top{max-width:125px}}@media only screen and (max-width:767px){.teaser-ss1 .banner .logo-top{max-width:65px;margin-top:-50px}}@media only screen and (max-width:1800px){.teaser-ss1 .banner .title{max-width:600px}}@media (min-width:1200px) and (max-width:1600px){.teaser-ss1 .banner .title{max-width:500px}}@media only screen and (max-width:1199px){.teaser-ss1 .banner .title{max-width:70%;margin-top:-16px}}.teaser-ss1 .banner .banner-bg{width:100%;height:100svh;-o-object-fit:cover;object-fit:cover;background-repeat:no-repeat;background-position:50%;-webkit-transition:all .4s ease;transition:all .4s ease}.teaser-ss1 .banner .banner-bg.--first{position:absolute;top:0;left:0}.teaser-ss1 .banner .banner-bg.--first.done{opacity:0;visibility:hidden}@media only screen and (max-width:767px){.teaser-ss1 .banner .banner-bg.pc{display:none!important}}.teaser-ss1 .banner .banner-bg.mb{display:none!important}@media only screen and (max-width:767px){.teaser-ss1 .banner .banner-bg.mb{display:block!important;-o-object-position:bottom;object-position:bottom}}.teaser-ss1 .banner .img-last{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;-webkit-transition:all 1s ease;transition:all 1s ease}@media only screen and (max-width:767px){.teaser-ss1 .banner .img-last{display:none!important}}.teaser-ss1 .banner .img-last.active{opacity:1;visibility:visible}.teaser-ss1 .banner .img-last.mb{display:none!important}@media only screen and (max-width:767px){.teaser-ss1 .banner .img-last.mb{display:block!important}}.teaser-ss1 .plane{position:absolute;top:25%;left:20%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:1199px){.teaser-ss1 .plane{display:none}}.teaser-ss1 .content{position:absolute;right:5%;top:15%;z-index:1;text-align:center;-webkit-transition:all .4s ease;transition:all .4s ease}@media only screen and (max-width:1600px){.teaser-ss1 .content{top:100px}}.teaser-ss1 .content.done{opacity:1;visibility:visible}@media only screen and (max-width:767px){.teaser-ss1 .content{right:0;top:70px}}.teaser-ss1 .plane-mb{display:none}@media only screen and (max-width:767px){.teaser-ss1 .plane-mb{display:block;position:absolute;margin:0;top:-80px;left:0;max-width:115px}}.teaser-ss1 .box-button{opacity:0;visibility:hidden;-webkit-transition:all .4s ease;transition:all .4s ease;margin-top:56px;position:relative}@media only screen and (max-width:767px){.teaser-ss1 .box-button{margin-top:0;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:77svh}}.teaser-ss1 .box-button.active{opacity:1;visibility:visible}.teaser-ss1 .box-button a{line-height:1.5em;padding:.75em 2em;display:inline-block;text-transform:uppercase;font-weight:500;position:relative;color:#6c3b04;-webkit-transition:all .4s ease;text-decoration:none;font-size:14px;overflow:hidden;border-radius:9999px;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffda94),to(#daa468));background-image:linear-gradient(180deg,#ffda94,#daa468);border:2px solid #daa468;transition:all .4s ease}@media only screen and (max-width:1440px){.teaser-ss1 .box-button a{font-size:12px}}.teaser-ss1 .box-button a span{position:relative;display:block;-webkit-transition:all .4s ease;transition:all .4s ease;z-index:1}.teaser-ss1 .box-button a:hover{letter-spacing:2px}.teaser-ss1 .box-button a:before{pointer-events:none;content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(hsla(0,0%,100%,.3)),to(transparent));background:linear-gradient(transparent,hsla(0,0%,100%,.3),transparent);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:mirror-effect 1.75s linear infinite;animation:mirror-effect 1.75s linear infinite}.teaser-ss1 .box-button a:after{content:"";position:absolute;width:0;height:100%;display:block;top:0;left:0;-webkit-transition:all .4s ease;transition:all .4s ease}.teaser-ss2{position:relative}.teaser-ss2 .banner{line-height:0}@media only screen and (max-width:767px){.teaser-ss2 .banner{display:none}}.teaser-ss2 .banner.mb{display:none}@media only screen and (max-width:767px){.teaser-ss2 .banner.mb{display:block}}.teaser-ss2 .banner.mb img{-o-object-position:bottom center;object-position:bottom center}.teaser-ss2 .banner img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.teaser-ss2 .banner img,.teaser-ss3{width:100%;height:100svh;background-repeat:no-repeat;background-position:50%}.teaser-ss3{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;background-image:url(assets/images/teaser/ss3-bg.webp);background-size:cover}@media only screen and (max-width:767px){.teaser-ss3{background-image:url(assets/images/teaser/ss3-bg-mb.webp)}}.teaser-ss3 .title{max-width:680px;margin-left:auto;margin-right:auto;mix-blend-mode:plus-lighter;margin-bottom:32px}@media only screen and (max-width:767px){.teaser-ss3 .title{margin-bottom:16px}}.teaser-ss3 .btn-submit{line-height:1.5em;padding:.75em 2em;display:inline-block;text-transform:uppercase;font-weight:500;position:relative;color:#6c3b04;-webkit-transition:all .4s ease;text-decoration:none;font-size:14px;overflow:hidden;border-radius:9999px;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffda94),to(#daa468));background-image:linear-gradient(180deg,#ffda94,#daa468);border:2px solid #daa468;transition:all .4s ease;display:block;margin:16px auto 0;font-family:ZVN Luxenta}@media only screen and (max-width:767px){.teaser-ss3 .btn-submit{font-size:12px;width:100%}}.teaser-ss3 .btn-submit:hover{letter-spacing:2px}.teaser-ss3 .btn-submit span{position:relative;display:block;-webkit-transition:all .4s ease;transition:all .4s ease;z-index:1}.teaser-ss3 .btn-submit.loading span{position:relative}.teaser-ss3 .btn-submit.loading span:after{content:"";position:absolute;top:3px;left:105%;width:12px;height:12px;border:2px solid #6c2e04;border-top-color:transparent;border-radius:50%;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.teaser-ss3 .btn-submit:before{pointer-events:none;content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(hsla(0,0%,100%,.3)),to(transparent));background:linear-gradient(transparent,hsla(0,0%,100%,.3),transparent);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:mirror-effect 1.75s linear infinite;animation:mirror-effect 1.75s linear infinite}.teaser-ss3 .btn-submit:after{content:"";position:absolute;width:0;height:100%;display:block;top:0;left:0;-webkit-transition:all .4s ease;transition:all .4s ease}@media only screen and (max-width:767px){.teaser-ss3 .g-recaptcha{-webkit-transform:scale(.85) translateX(-25px);transform:scale(.85) translateX(-25px)}}.teaser-ss3 .form-wrapper{background:#08384d;padding:32px;max-width:550px;margin-left:auto;margin-right:auto;border-radius:8px}.teaser-ss3 .form-wrapper .form-group{background-color:#fff;padding:6px 12px;border-radius:8px}.teaser-ss3 .form-wrapper .form-group.invalid{border:1.5px solid red}.teaser-ss3 .form-wrapper .form-message{margin-top:4px;margin-bottom:0;font-size:12px;color:red;display:none}.teaser-ss3 .form-wrapper .form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:8px;margin-left:-4px;margin-right:-4px}.teaser-ss3 .form-wrapper .form-row .form-col{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-left:4px;padding-right:4px}.teaser-ss3 .form-wrapper .form-row .form-col.--haft{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}@media only screen and (max-width:767px){.teaser-ss3 .form-wrapper .form-row .form-col.--haft{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}.teaser-ss3 .form-wrapper label{display:block;color:#99a3b3;font-size:12px;line-height:1.66em}.teaser-ss3 .form-wrapper .form-control,.teaser-ss3 .form-wrapper label{font-style:normal;font-family:ZVN Luxenta;font-weight:400;letter-spacing:-.12px}.teaser-ss3 .form-wrapper .form-control{color:#343b46;font-size:16px;line-height:1.5em;background-color:transparent;border:0;width:100%;padding:0}.teaser-ss3 .form-wrapper .form-control::-webkit-input-placeholder{color:#343b46;font-size:12px;font-style:normal;font-family:ZVN Luxenta;font-weight:400}.teaser-ss3 .form-wrapper .form-control::-moz-placeholder{color:#343b46;font-size:12px;font-style:normal;font-family:ZVN Luxenta;font-weight:400}.teaser-ss3 .form-wrapper .form-control:-ms-input-placeholder{color:#343b46;font-size:12px;font-style:normal;font-family:ZVN Luxenta;font-weight:400}.teaser-ss3 .form-wrapper .form-control::-ms-input-placeholder{color:#343b46;font-size:12px;font-style:normal;font-family:ZVN Luxenta;font-weight:400}.teaser-ss3 .form-wrapper .form-control::placeholder{color:#343b46;font-size:12px;font-style:normal;font-family:ZVN Luxenta;font-weight:400}.teaser-ss3 .form-wrapper .form-alert{font-size:14px;color:#fff;margin-top:16px}.teaser-ss3 .form-wrapper textarea.form-control{min-height:100px}.fullpage-dot{position:fixed;top:50%;left:0;opacity:0;visibility:hidden;pointer-events:none;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:9;-webkit-transition:all 1.5s ease;transition:all 1.5s ease;display:none}.fullpage-dot.active{opacity:1;visibility:visible;-webkit-transform:translate(32px,-50%);transform:translate(32px,-50%)}@media only screen and (max-width:767px){.fullpage-dot{display:none}}.fullpage-dot .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fullpage-dot .item:not(:last-child){margin-bottom:32px}.fullpage-dot .item:not(:last-child) strong:after{display:block}.fullpage-dot .item.active strong{background-color:#fff;color:#000}.fullpage-dot .item.active span{font-weight:600}.fullpage-dot .item strong{-webkit-transition:all .4s ease;transition:all .4s ease;color:var(--White,#fff);text-align:center;font-family:SVN Luxenta;font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase;display:block;border:1px solid #fff;padding:2px 8px;border-radius:9999px;position:relative}.fullpage-dot .item strong:after{display:none;content:"";position:absolute;top:calc(100% + 7px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:.5px;height:20px;background-color:#fff}.fullpage-dot .item span{-webkit-transition:all .4s ease;transition:all .4s ease;color:var(--White,#fff);font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.24px;text-transform:uppercase;display:block;padding-left:14px}@-webkit-keyframes scaleInOut{0%{-webkit-transform:translate(-50%,-50%) scale(.75);transform:translate(-50%,-50%) scale(.75)}to{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}}@keyframes scaleInOut{0%{-webkit-transform:translate(-50%,-50%) scale(.75);transform:translate(-50%,-50%) scale(.75)}to{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}}@-webkit-keyframes fadeInOutSmooth{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.15);transform:scale(1.15)}}@keyframes fadeInOutSmooth{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.15);transform:scale(1.15)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}