.navigator{position:fixed;top:0;width:100%;display:flex;z-index:999;justify-content:space-between;flex-direction:row;gap:70px;transition:background .5s ease}.navigator .logo-section{width:315px;padding:22px 0;text-align:center;background-color:#f2f2f2}.navigator .logo-section .logo{width:33%;display:inline-block}@media(max-width:576px){.navigator .logo-section .logo{width:70%}}.navigator .nav-items{display:flex;align-items:center;flex:1 1;gap:50px}@media(max-width:992px){.navigator .nav-items{display:none}}.navigator .nav-items .nav-item{text-align:center;font-size:16px;font-weight:800;white-space:nowrap}.navigator .nav-items .nav-item a{transition:color .5s ease;text-decoration:none}.navigator .functions{width:200px;display:flex;align-items:center;justify-content:flex-end;padding-right:50px;gap:2rem}.navigator .functions .menu{cursor:pointer}.navigator .functions .search{font-size:1.2rem;cursor:pointer}.navigator .functions .icon-language{font-size:1.2rem;cursor:pointer;position:relative}.menu-scope{box-sizing:border-box;width:100vw;height:100dvh;display:flex}.menu-scope .btn{width:40px;height:40px;background-color:#000;position:relative;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#fff;font-size:20px;margin-right:20px}.menu-scope .nav{top:10%;box-sizing:border-box;width:100vw;position:absolute;display:flex;justify-content:space-between;align-items:center;padding:0 50px}.menu-scope .nav .logo{width:120px}@media(max-width:576px){.menu-scope .nav .logo{width:100px}}.menu-scope .nav .close-btn{width:50px;height:50px;background-color:#000;position:relative;cursor:pointer;z-index:99999}@media(max-width:576px){.menu-scope .nav .close-btn{width:40px;height:40px}}.menu-scope .nav .close-btn .icon{position:absolute;top:50%;left:50%;transform:rotate(45deg) translate(-50%,-50%)}.menu-scope .nav .close-btn .icon:before{width:10px;height:2px}.menu-scope .nav .close-btn .icon:after,.menu-scope .nav .close-btn .icon:before{content:"";display:block;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menu-scope .nav .close-btn .icon:after{width:2px;height:10px}.menu-scope .menu{box-sizing:border-box;min-width:460px;width:40%;display:flex;flex-direction:column;justify-content:center;gap:8%;padding:50px;background-size:cover;background-repeat:no-repeat;background-position:50%}@media(max-width:576px){.menu-scope .menu{min-width:100%}}.menu-scope .menu .menu-item{display:flex;align-items:flex-start}@media(max-width:576px){.menu-scope .menu .menu-item{flex-wrap:wrap}}.menu-scope .menu .menu-item a{text-decoration:none;color:#000;font-weight:800;font-size:20px;width:50%}.menu-scope .menu .menu-item a .en{font-size:16px;font-weight:500;line-height:30px;color:rgba(0,0,0,.5)}.menu-scope .menu .menu-item .link{text-decoration:none;color:#000;font-weight:800;font-size:20px;width:50%;cursor:pointer}.menu-scope .menu .menu-item .link .en{font-size:16px;font-weight:500;line-height:30px;color:rgba(0,0,0,.5)}.menu-scope .menu .menu-item .plus{font-size:30px;font-weight:200;cursor:pointer}@media(max-width:992px){.menu-scope .menu{width:100%}}.menu-scope .production-section{background:linear-gradient(180deg,#283a79,#36426b);width:100%;display:flex;flex-direction:column;align-items:center;padding-top:15%;height:100%;bottom:0;left:0;z-index:9999}.menu-scope .production-section .box{max-width:850px;width:90%;box-sizing:border-box}@media(max-width:992px){.menu-scope .production-section .box{width:100%;padding:0 12px}}.menu-scope .production-section .box .header{box-sizing:border-box;width:100%;padding:30px 60px;margin-bottom:40px;color:#fff;font-size:22px;font-weight:600;display:flex;justify-content:space-between;border-bottom:3px solid hsla(0,0%,100%,.1)}@media(max-width:1200px){.menu-scope .production-section .box .header{padding:30px 20px;font-size:20px}}@media(max-width:576px){.menu-scope .production-section .box .header{flex-wrap:wrap}.menu-scope .production-section .box .header .btn-explore{display:none}}.menu-scope .production-section .box .content{box-sizing:border-box;padding:0 60px 40px;display:flex;flex-direction:row}@media(max-width:1200px){.menu-scope .production-section .box .content{padding:0 20px 40px}}@media(max-width:576px){.menu-scope .production-section .box .content{flex-wrap:wrap}}.menu-scope .production-section .box .content .link{color:#fff;text-decoration:none;font-weight:600;font-size:22px;width:50%;cursor:pointer}@media(max-width:576px){.menu-scope .production-section .box .content .link{width:100%}}@media(max-width:1200px){.menu-scope .production-section .box .content .link{font-size:20px}.menu-scope .production-section .box .content .link .sub{font-size:14px}}.menu-scope .production-section .sub{color:hsla(0,0%,100%,.5);font-size:16px;line-height:30px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.menu-mask{position:fixed;top:0;z-index:9999;width:100%;height:100%;background:rgba(40,58,121,.8);animation:fadeIn 1s forwards;opacity:0}.menu-mask-fade-out{animation:fadeOut 1s forwards}.menu-wrapper{width:100%;height:100%;overflow:hidden}.menu-functions{display:flex;align-items:center;gap:40px}@media(max-width:576px){.menu-functions{gap:30px}}.menu-functions .icon-search{z-index:99999;font-size:20px;cursor:pointer}@media(max-width:576px){.menu-functions .icon-search{font-size:16px}}.menu-functions .icon-language{z-index:99999;font-size:20px;cursor:pointer;position:relative}@media(max-width:576px){.menu-functions .icon-language{font-size:16px}}.lang-seclet{position:absolute;top:0;left:50%;transform:translate(-50%,50%);width:120px;display:flex;flex-direction:column;text-align:center;background-color:#fff}.lang-seclet .item{color:#000;padding:10px 0;font-size:.85rem;font-weight:700;border-bottom:1px solid #ccc;transition:all .5s}.lang-seclet .item:hover{color:red}.searchCard_search-card__qd5QY{width:80%;display:flex;flex-direction:column;margin:0 auto;justify-content:center;height:100%}.searchCard_search-card__qd5QY .searchCard_head__nTefQ{display:flex;align-items:center;gap:3rem}@media(max-width:576px){.searchCard_search-card__qd5QY .searchCard_head__nTefQ{flex-wrap:wrap;justify-content:center}}.searchCard_search-card__qd5QY .searchCard_head__nTefQ .searchCard_icon__FX7Rl{border-radius:50%;background-color:#042080;min-width:180px;aspect-ratio:1;display:flex;align-items:center;justify-content:center}@media(max-width:576px){.searchCard_search-card__qd5QY .searchCard_head__nTefQ .searchCard_icon__FX7Rl{min-width:150px}}.searchCard_search-card__qd5QY .searchCard_head__nTefQ .searchCard_en__S1rmD{font-weight:800;font-size:1.5rem;line-height:1.5}@media(max-width:576px){.searchCard_search-card__qd5QY .searchCard_head__nTefQ .searchCard_en__S1rmD{font-size:1.2rem}}.searchCard_search-card__qd5QY .searchCard_head__nTefQ .searchCard_title__AH6EI{font-weight:900;font-size:1.8rem;line-height:1.5}@media(max-width:576px){.searchCard_search-card__qd5QY .searchCard_head__nTefQ .searchCard_title__AH6EI{font-size:1.5rem}}.searchCard_search-card__qd5QY .searchCard_head__nTefQ .searchCard_content__f3Mok{font-weight:500;font-size:1.4rem;line-height:2;color:#5c5c5c;margin-top:2rem}@media(max-width:576px){.searchCard_search-card__qd5QY .searchCard_head__nTefQ .searchCard_content__f3Mok{margin-top:1rem;font-size:1.2rem}}