.home-page-header .header{width:1600px;margin:auto;display:flex;justify-content:space-between;align-items:center;height:145px}.home-page-header .header img{width:100px;object-fit:cover;align-self:self-start;margin-top:15px}.home-page-header .header .header-inner{font-weight:700;text-align:center;color:#272727}.home-page-header .header .header-inner .header-text{font-size:18px}.home-page-header .header .header-inner .header-title{font-size:34px;margin-bottom:0}.home-page-header nav{display:flex;justify-content:center;align-items:center;box-shadow:0 0 2px hsla(0,0%,53.3%,.5098039215686274);position:relative;width:100%;height:50px}.home-page-header nav ul{text-align:center;list-style-type:none;margin:0;padding:10px;display:flex;position:relative}.home-page-header nav ul .list-item{display:flex;align-items:center;font-family:Fira Sans,sans-serif;font-size:16px;padding:0 14px;cursor:pointer;transition:all .2s cubic-bezier(.645,.045,.355,1);overflow:hidden}.home-page-header nav ul .list-item .active-link a{color:#00f}.home-page-header nav ul .list-item .menu-language{display:flex;align-items:center;color:#8e8e8e!important}.home-page-header nav ul .list-item .menu-language .language-icon{width:23px;height:23px;object-fit:cover;border-radius:50%;margin-right:5px}.home-page-header nav ul .list-item .menu-language span{margin-top:2px}.home-page-header nav ul .list-item .ant-dropdown-link{color:#272727;font-size:16px}.home-page-header nav ul .list-item .ant-dropdown-link img{margin-left:5px}.home-page-header nav ul .list-item a{color:#272727}.home-page-header nav ul .list-item:hover{color:#1e90ff}.home-page-header nav ul li:first-child.is-closed{animation-delay:30ms;animation-name:specialFadeIn;animation-duration:.4s;animation-fill-mode:both}.home-page-header nav ul li:first-child.hidden{animation-delay:.18s;animation-name:specialFadeOut;animation-duration:.4s;animation-fill-mode:both}.home-page-header nav ul li:nth-child(2).is-closed{animation-delay:60ms;animation-name:specialFadeIn;animation-duration:.4s;animation-fill-mode:both}.home-page-header nav ul li:nth-child(2).hidden{animation-delay:.15s;animation-name:specialFadeOut;animation-duration:.4s;animation-fill-mode:both}.home-page-header nav ul li:nth-child(3).is-closed{animation-delay:90ms;animation-name:specialFadeIn;animation-duration:.4s;animation-fill-mode:both}.home-page-header nav ul li:nth-child(3).hidden{animation-delay:.12s;animation-name:specialFadeOut;animation-duration:.4s;animation-fill-mode:both}.home-page-header nav ul li:nth-child(4).is-closed{animation-delay:.12s;animation-name:specialFadeIn;animation-duration:.4s;animation-fill-mode:both}.home-page-header nav ul li:nth-child(4).hidden{animation-delay:90ms;animation-name:specialFadeOut;animation-duration:.4s;animation-fill-mode:both}.home-page-header nav ul li:nth-child(5).is-closed{animation-delay:.15s;animation-name:specialFadeIn;animation-duration:.4s;animation-fill-mode:both}.home-page-header nav ul li:nth-child(5).hidden{animation-delay:60ms;animation-name:specialFadeOut;animation-duration:.4s;animation-fill-mode:both}.home-page-header nav ul li:nth-child(6).is-closed{animation-delay:.18s;animation-name:specialFadeIn;animation-duration:.4s;animation-fill-mode:both}.home-page-header nav ul li:nth-child(6).hidden{animation-delay:30ms;animation-name:specialFadeOut;animation-duration:.4s;animation-fill-mode:both}.home-page-header nav ul li:nth-child(7).is-closed{animation-delay:.21s;animation-name:specialFadeIn;animation-duration:.4s;animation-fill-mode:both}.home-page-header nav ul li:nth-child(7).hidden{animation-delay:0ms;animation-name:specialFadeOut;animation-duration:.4s;animation-fill-mode:both}.home-page-header nav ul .menu-language{font-size:16px;display:flex;align-items:center;overflow:hidden}.home-page-header nav ul .menu-language i{margin-left:4px}.home-page-header nav .menu-search-container{display:none;position:absolute;top:0;left:0;width:100%;z-index:2;height:100%}.home-page-header nav .menu-search-container .menu-search-input{display:flex;flex-grow:1;align-items:center;height:100%;width:90%;animation-name:specialFadeInRight;animation-duration:.4s;animation-fill-mode:both;animation-delay:.35s}.home-page-header nav .menu-search-container .menu-search-input input{height:100%;background-color:initial;border:none;flex-grow:1;font-size:16px;outline:none;margin-left:10px}.home-page-header nav .menu-search-container.active{display:flex;animation-name:specialFadeOut;transition:opacity .2s cubic-bezier(.645,.045,.355,1)}.home-page-header nav .menu-search-container.active .menu-search-close{opacity:1;visibility:visible}.home-page-header nav .menu-search-container .menu-search-close{cursor:pointer;display:flex;align-items:center;animation-name:specialFadeInRight;animation-duration:1s;animation-fill-mode:both}.home-page-header nav .menu-search-container .menu-search-close i{font-size:22px;color:inherit;width:100%}.home-page-header nav .btn{display:none;position:absolute;right:20px;background:transparent;height:100%;transition:color .2s}.home-page-header .navMenu{position:absolute;z-index:2;background:#fff;width:100%;margin-top:1px;display:none}.home-page-header .navMenu .navigation-menu{width:100%;box-shadow:0 0 2px hsla(0,0%,53.3%,.5098039215686274);overflow-x:hidden}.home-page-header .navMenu .navigation-menu .ant-menu-item>a{display:inline!important}.language-dropdown-item img{width:23px;height:23px;object-fit:cover;border-radius:50%;margin-right:5px}@keyframes specialFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1}}@keyframes specialFadeOut{0%{opacity:1}to{opacity:0;transform:scale(.8)}}@keyframes specialFadeInRight{0%{opacity:0;transform:translate3d(10%,0,0)}to{opacity:1;transform:none}}@media (max-width:1600px){.home-page-header .header{width:90%}}@media only screen and (max-width:1300px) and (min-width:1000px){.home-page-header nav ul .list-item{font-size:12px}.home-page-header nav ul .list-item .ant-dropdown-link{font-size:13px}}@media (max-width:1000px){.home-page-header .header .header-inner .header-text{font-size:14px}.home-page-header .header .header-inner .header-title{font-size:22px;margin-bottom:0}.home-page-header nav .btn{display:flex;align-items:center}.home-page-header nav ul{width:90%;justify-content:space-between;overflow:hidden;padding-left:0}.home-page-header nav ul .list-item{display:none}.home-page-header nav ul .search-icon{display:block;font-size:15px;order:2}.home-page-header nav ul .language-selector{display:block;order:1;padding-left:0}.home-page-header nav ul .language-selector .ant-dropdown-link{font-size:15px}.home-page-header nav .menu-search-container .menu-search-close i{margin-right:20px}.home-page-header .navMenu{display:block;max-height:0;overflow:hidden;transition:all .5s ease-in,background .5s ease-in}.home-page-header .navMenu.menu-opened{overflow-x:hidden;overflow-y:auto;max-height:calc(100vh - 195px);box-shadow:0 0 2px hsla(0,0%,53.3%,.5098039215686274)}.home-page-header .navMenu.menu-opened ul>li{transform:translateX(0);opacity:1}.home-page-header .navMenu.menu-opened ul li:last-child{margin-bottom:16px}.home-page-header .navMenu.menu-opened button{width:100%;height:40px;background-color:#7295fe;color:#fff;font-family:Bold;font-size:14px;letter-spacing:.5px;border-radius:4px;margin-bottom:10px}.home-page-header .navMenu.menu-opened button img{margin-left:8px}.home-page-header .navMenu ul>li{transform:translateX(30px);transition:transform .5s cubic-bezier(.4,.01,.165,.99),opacity .4s cubic-bezier(.4,.01,.165,.99);opacity:0}}@media (max-width:768px){.home-page-header .header img{width:50px}.home-page-header .header .header-inner .header-text{font-size:13px}.home-page-header .header .header-inner .header-title{font-size:20px;margin-bottom:0}}@media (max-width:576px){.home-page-header .header img{width:40px}.home-page-header .header .header-inner .header-text{font-size:13px}.home-page-header .header .header-inner .header-title{font-size:18px}.home-page-header nav ul{width:87%}}@media (max-width:400px){.home-page-header nav ul{width:86%}}.service-list-button{display:flex;align-items:center;justify-content:space-between;padding:0 15px;height:60px;width:100%;background:#fff;border-radius:3px;transition:all .3s ease;box-shadow:0 2px 4px 0 rgba(125,151,168,.14)}.service-list-button:hover{box-shadow:0 6px 12px 0 rgba(125,151,168,.14)}.service-list-button span{color:#3b3943;font-size:16px;font-weight:500;width:calc(100% - 18px);text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.service-list-button img{width:14px;height:14px}.next-lg,.prev-lg{width:25px;padding:0;background:#fff;-webkit-user-select:none;user-select:none}.next-lg i,.prev-lg i{color:#333e48}.next-lg.passive,.prev-lg.passive{cursor:default}.next-lg.passive i,.prev-lg.passive i{color:#9e9e9e}.next-sm,.prev-sm{background:#ff3f62;border-radius:4px;position:absolute;left:50%;-webkit-user-select:none;user-select:none;transform:translateX(-50%);width:30px;height:30px;display:flex;align-items:center;justify-content:center;z-index:4;transition:all .2s linear}.next-sm:hover,.prev-sm:hover{box-shadow:0 4px 4px 0 rgba(109,134,163,.25)}.next-sm i,.prev-sm i{color:#fff}.next-sm.passive,.prev-sm.passive{opacity:0;visibility:hidden}.see-more{border:1px solid #ff3f62;background:none;color:#ff3f62;height:46px;width:auto;font-size:15px;white-space:nowrap;border-radius:4px}.see-more a{width:100%;height:100%;color:inherit;padding:0 40px;text-decoration:none}.see-more a,.to-top-button{display:flex;align-items:center;justify-content:center}.to-top-button{background:#ff3f62;border-radius:4px;transition:opacity .3s linear,box-shadow .3s ease;opacity:0;z-index:50;position:fixed;bottom:40px;right:40px;width:40px;height:40px;box-shadow:0 2px 4px 0 rgba(109,134,163,.25)}.to-top-button:hover{box-shadow:0 4px 4px 0 rgba(109,134,163,.25)}.to-top-button.show{opacity:1}.to-top-button i{color:#fff}.list-point{border:1px solid #ff3f62;border-radius:4px;position:relative;width:28px;height:28px}.list-point .floating-inner-point{position:absolute;top:50%;left:50%;color:#ff3f62;transform:translate(-50%,-50%)}.hamburger-btn{position:absolute;top:6px;right:20px;width:40px;height:40px;z-index:999;padding:0;border:0;background-color:initial;cursor:pointer;transition:transform .2s cubic-bezier(.23,1,.32,1);outline:0}.hamburger-btn:after,.hamburger-btn:before{content:"";position:relative;transform-origin:center;display:block;height:2px;background-color:#000;transition:all .25s ease}.hamburger-btn:before{width:40px}.hamburger-btn:after{top:7px;width:30px}.hamburger-btn.is-open{top:10px;position:fixed}.hamburger-btn.is-open:after,.hamburger-btn.is-open:before{width:30px;background-color:#fff}.hamburger-btn.is-open:before{transform:rotate(45deg) translate(4px,-2px)}.hamburger-btn.is-open:after{transform:rotate(-45deg) translate(8px,-3px)}.form-input{border:none;border-bottom:1px solid #a1a5a9;background:none;color:#a1a5a9;transition:all .2s linear;padding-bottom:22px}.form-input:focus{outline:none;border-bottom:1px solid #424043;color:#424043}.form-input.invalid{border-bottom:1px solid #ff002e}@media screen and (max-width:768px){.service-list-button{padding:0 25px;height:50px}.see-more,.service-list-button span{font-size:14px}.see-more a{padding:0 25px}}@media screen and (max-width:560px){.next-sm,.prev-sm{top:50%;left:0;transform:translateY(-50%)}.next-sm{right:0;left:unset}.hamburger-btn{top:8px}.hamburger-btn:before{width:30px}.hamburger-btn:after{top:6px;width:20px}.hamburger-btn.is-open{top:12px}.hamburger-btn.is-open:before{transform:rotate(45deg) translate(2px,-2px)}.hamburger-btn.is-open:after{transform:rotate(-45deg) translate(8px,-4px)}.to-top-button{width:35px;height:35px;bottom:35px;right:35px}}@media screen and (max-width:380px){.next-sm,.prev-sm{width:20px;height:20px}.next-sm i,.prev-sm i{font-size:18px}.form-input{padding-bottom:12px;font-size:12px}.service-list-button{padding:0 15px;height:45px}.see-more{font-size:13px;height:36px}.see-more a{padding:0 20px}.hamburger-btn{top:4px;width:25px;right:15px}.hamburger-btn:before{width:25px}.hamburger-btn:after{top:6px;width:15px}.hamburger-btn.is-open{top:7px}.hamburger-btn.is-open:before{width:25px;transform:rotate(45deg) translate(2px,-2px)}.hamburger-btn.is-open:after{width:25px;transform:rotate(-45deg) translate(8px,-4px)}}.layout-footer .top{background-color:#1b1b30;color:#fff;padding:3rem 0}.layout-footer .top .content{display:flex;position:relative;width:90%;margin:auto}.layout-footer .top .content .img{display:flex}.layout-footer .top .content .img img{height:100px}.layout-footer .top .content .content-inner{display:flex;justify-content:space-between}.layout-footer .top .content .content-inner ul{list-style-type:none;line-height:25px;font-size:15px}.layout-footer .top .content .content-inner ul li:first-child,.layout-footer .top .content .content-inner ul li:first-child a{font-size:1.6rem;padding-bottom:1rem}.layout-footer .top .content .content-inner ul li,.layout-footer .top .content .content-inner ul li a{font-family:Medium;color:#fff}.layout-footer .top .content .content-inner ul li{font-size:14px;text-wrap:nowrap}@media screen and (max-width:600px){.layout-footer .top .content .content-inner ul li{text-wrap:wrap}}.layout-footer .top .content .content-inner ul .footer-span{font-size:13px;color:#b1b1b8;padding-right:5px;font-family:Regular}.layout-footer .top .content .social{display:flex;align-items:flex-end;padding-bottom:1rem;position:absolute;right:0;top:0}.layout-footer .top .content .social div{display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#7295fe;margin-right:10px}.layout-footer .top .content .social div img{width:50px;height:50px}.layout-footer .bottom{background-color:#121320;color:#fff;font-size:16px;display:flex;justify-content:space-between;padding:2rem 0}.layout-footer .bottom .content{display:flex;justify-content:space-between;align-items:center;width:90%;margin:auto}.layout-footer .bottom .content .left{width:28%}.layout-footer .bottom .content .right{font-size:13px}.layout-footer .bottom .content .right img{padding-left:10px}@media (min-width:1600px){.layout-footer .bottom .content,.layout-footer .top .content{max-width:1600px}}@media (max-width:1300px){.layout-footer .top .content .content-inner ul{font-size:13px}.layout-footer .top .content .content-inner ul li:first-child,.layout-footer .top .content .content-inner ul li:first-child a{font-size:20px}.layout-footer .bottom .content .left{width:40%}}@media (max-width:1327px){.layout-footer .top .content{flex-wrap:wrap;justify-content:start}.layout-footer .top .content .img{order:1;width:35.5%}.layout-footer .top .content .content-inner{order:3;flex-wrap:wrap;width:100%}.layout-footer .top .content .content-inner ul{padding-top:15px}.layout-footer .top .content .content-inner .footer-home-page,.layout-footer .top .content .content-inner .footer-news{width:30%}.layout-footer .top .content .social{position:relative;order:2;padding-left:0}.layout-footer .bottom .content{flex-direction:column;justify-content:center;text-align:center}.layout-footer .bottom .content .left{width:100%;font-size:13px}.layout-footer .bottom .content .right{font-size:12px}}@media (max-width:900px){.layout-footer .top .content .content-inner .footer-home-page,.layout-footer .top .content .content-inner .footer-news,.layout-footer .top .content .img{width:50%}.layout-footer .top .content .social{order:2;padding-left:0}}@media (max-width:550px){.layout-footer .top .content .content-inner .footer-home-page,.layout-footer .top .content .content-inner .footer-news{width:100%}}.home-page-slider{overflow:hidden;margin:50px 0 0 5%;padding-bottom:50px;position:relative}.home-page-slider .slider-item{display:flex!important;padding-right:20px;border-radius:6px;position:relative;height:500px}.home-page-slider .slider-item .slide-overlay{position:absolute;bottom:0;left:0;right:0;width:calc(100% - 20px);height:120px;border-radius:6px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.4))}.home-page-slider .slider-item img{object-fit:cover;width:100%;height:100%;border-radius:6px}.home-page-slider .slider-item .slider-text{position:absolute;bottom:0;left:20px;color:#fff;font-size:16px;width:80%;height:48px;overflow:hidden;height:50px;line-height:25px;letter-spacing:.5px}.home-page-slider .slider-arrows{display:flex;position:absolute;z-index:1}.home-page-slider .slider-arrows .slider-btn{display:flex;justify-content:center;align-items:center;background-color:#000;border-radius:50%;padding:5px;width:20px;height:20px}.home-page-slider .slider-arrows .slider-btn img{width:10px;height:10px}.home-page-slider .slider-arrows .prev-btn{margin-right:20px}.home-page-slider .slider-numbers{width:250px;margin:40px auto}.home-page-slider .slider-numbers .slick-slider .slick-list{height:20px}.home-page-slider .slider-numbers .slick-slider .slick-list .slick-track{color:#272727}.home-page-slider .slider-numbers .slick-slider .slick-list .slick-track .slider-dot-link{font-family:Medium}.home-page-slider .slider-numbers .slick-slider .slick-list .slick-track .slick-current{color:#000;font-size:16px}.home-page-slider .slider-numbers .slick-slider .slick-list .slick-track .slick-current+div{opacity:.5}.home-page-slider .slider-numbers .slick-slider .slick-list .slick-track .slick-current+div+div{opacity:.2}.home-page-slider .slick-list{border-radius:6px 0 0 6px}@media (min-width:1500px){.home-page-slider{margin-left:150px}.home-page-slider .slider-item .slider-text{left:30px;font-size:20px}}@media (max-width:1500px){.home-page-slider .slider-item{height:400px}}@media (max-width:1200px){.home-page-slider .slider-item{height:320px}}@media (max-width:1000px){.home-page-slider .slider-item{height:220px}}@media (max-width:576px){.home-page-slider .slider-item{height:200px}.home-page-slider .slider-arrows .prev-btn{margin-right:10px}.home-page-slider .slider-numbers{width:160px}}.about{display:flex;justify-content:space-between;width:100%;margin:50px auto 0}.about .about-person{width:65%}.about .about-person .about-header{display:flex}.about .about-person .about-header .about-header-img-content .about-header-img{width:400px;position:relative;padding-bottom:80%}.about .about-person .about-header .about-header-img-content .about-header-img img{width:100%;height:100%;top:0;left:0;object-fit:cover;border-radius:4px;position:absolute}.about .about-person .about-header .about-header-inner{margin-left:5%;width:calc(100% - 400px);display:flex;flex-direction:column;justify-content:flex-end}.about .about-person .about-header .about-header-inner .about-name{color:#1e1e20;white-space:nowrap;font-size:30px;font-family:Bold}.about .about-person .about-header .about-header-inner .about-position{font-size:18px;font-family:Bold;word-break:break-word;margin-bottom:0}.about .about-person .about-header .about-header-inner .see-more{background:transparent;border:1px solid #000;border-radius:25px;font-size:16px;width:210px;height:44px;color:#000;letter-spacing:2px}.about .about-person .about-header .about-header-inner .see-more img{margin-left:10px}.about .about-person .about-description{margin:30px 0;font-size:16px;white-space:pre-wrap;font-family:Regular}.about .about-panel{width:25%}.about .about-panel .ant-collapse-item{position:relative}.about .about-panel .ant-collapse-item .collapse-item-wrapper{width:100%;height:100%;top:0;position:absolute;left:0}.about .about-panel .hide .ant-collapse-content{display:none!important}.about .about-panel .ant-collapse-arrow{transition:all .2s;transform:rotate(-90deg)!important}.about .about-panel .ant-collapse-arrow.rotate{transform:translateY(-50%) rotate(0deg)!important}.about .about-panel .ant-collapse{background-color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0}.about .about-panel .ant-collapse p{cursor:pointer;color:#2d62ff}.about .about-panel .ant-collapse p:hover{color:#2d62ff}.about .about-panel .ant-collapse>.ant-collapse-item>.ant-collapse-header{padding-left:20px;color:#2d62ff;font-family:Medium}.about .about-panel .ant-collapse>.ant-collapse-item>.ant-collapse-header:hover{color:#2d62ff}.about .about-panel .empty{height:50px;background-color:#fff;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9}.about .about-panel button{width:100%;height:45px;background-color:#2d62ff;color:#fff;border-radius:0 0 4px 4px;font-size:15px;font-family:Bold}.about .about-panel button img{margin-left:8px}@media (max-width:1500px){.about .about-person{width:60%}.about .about-person .about-header .about-header-img-content .about-header-img{width:350px}.about .about-person .about-header .about-header-inner{width:calc(100% - 350px)}.about .about-person .about-header .about-header-inner .about-name{font-size:25px}.about .about-person .about-header .about-header-inner .about-position{font-size:16px}.about .about-panel{width:30%}}@media (max-width:1250px){.about .about-person .about-header .about-header-img-content .about-header-img{width:300px}.about .about-person .about-header .about-header-inner{margin-left:2%;width:calc(100% - 300px)}.about .about-person .about-header .about-header-inner .about-name{font-size:21px;margin-bottom:5px}.about .about-person .about-header .about-header-inner .about-position{font-size:13px}.about .about-person .about-header .about-header-inner .see-more{font-size:13px;width:170px;height:40px}.about .about-panel{width:28%}}@media (max-width:1000px){.about .about-person,.about .about-person .about-header .about-header-inner{width:100%}.about .about-person .about-header .about-header-inner .about-name{font-size:24px}.about .about-person .about-header .about-header-inner .about-position{font-size:14px}.about .about-person .about-header .about-header-inner .see-more{font-size:14px;width:190px}.about .about-panel{display:none}}@media (max-width:768px){.about .about-person{width:100%}.about .about-person .about-header .about-header-img{width:300px}.about .about-person .about-header .about-header-inner .about-name{font-size:22px}.about .about-person .about-header .about-header-inner .about-position{font-size:13px}.about .about-person .about-description{font-size:14px}}@media (max-width:700px){.about .about-person .about-header{flex-direction:column}.about .about-person .about-header .about-header-img-content .about-header-img{width:100%}.about .about-person .about-header .about-header-inner{margin:0}.about .about-person .about-header .about-header-inner .about-name{margin-top:15px;font-size:18px}.about .about-person .about-header .about-header-inner .see-more{font-size:12px;width:170px}.about .about-person .about-title{width:100%;font-size:17px}}.news-card-home{width:25%;margin-bottom:20px}.news-card-home .inner-part{border-radius:6px;box-shadow:0 0 8px hsla(0,0%,53.3%,.5098039215686274);margin-right:15px}.news-card-home .inner-part:hover{box-shadow:0 0 25px hsla(0,0%,53.3%,.5098039215686274);transition:all .6s}.news-card-home .inner-part .news-image{width:100%;padding-top:56.25%;position:relative}.news-card-home .inner-part .news-image img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:6px 6px 0 0}.news-card-home .inner-part .card-content{padding:1rem;letter-spacing:.5px}.news-card-home .inner-part .card-content .categories{height:46px;overflow:hidden;margin:10px 0}.news-card-home .inner-part .card-content .categories button{background-color:#7295fe;color:#fff;border:0;border-radius:15px;padding:8px 15px 7px;font-size:11px;margin:0 5px 15px 0;white-space:nowrap}.news-card-home .inner-part .card-content .card-title{font-size:16px;font-family:Medium;line-height:22px;height:46px;overflow:hidden;margin-bottom:12px;color:#1e1e20}.news-card-home .inner-part .card-content .card-description{font-size:13px;height:60px;line-height:20px;overflow:hidden;margin-bottom:16px}.news-card-home .inner-part .card-content .card-description figure{display:none}.news-card-home .inner-part .card-content .card-description p,.news-card-home .inner-part .card-content .card-description span{margin:0;font-size:13px!important;font-family:Regular!important;word-break:break-word;line-height:21px!important}.news-card-home .inner-part .card-content .card-footer{color:grey}.news-card-home .inner-part .card-content .card-footer .footer-calendar{width:24px}.news-card-home .inner-part .card-content .card-footer small{padding-left:10px;text-transform:capitalize}.news-card-home .inner-part .card-content .card-footer .footer-angel{float:right;cursor:pointer;width:24px}@media (max-width:1300px) and (min-width:992px){.news-card-home .card-content .categories button{font-size:9px}}@media (max-width:992px){.news-card-home{width:33.33333%}.news-card-home .card-content button{padding:6px;font-size:10px;margin-top:0}.news-card-home .card-content .card-title{font-size:14px}.news-card-home .card-content p{font-size:11px}}@media (max-width:768px){.news-card-home{width:50%}}@media (max-width:576px){.news-card-home{width:400px;margin-right:0}}.news{width:100%;margin:50px auto}.news .title{color:#1e1e20;font-size:30px;font-family:Bold;margin-bottom:10px}.news .link{color:#1e1e20;font-size:18px;cursor:pointer;display:inline-block}.news .link img{margin-left:8px}.news .news-content{display:flex}@media (max-width:992px) and (min-width:768px){.news .news-content{height:430px;overflow:hidden;padding-left:5px;padding-top:10px}.news .news-content .news-card-home{margin-bottom:50px}}@media (max-width:992px){.news .news-content{display:flex;justify-content:space-between;flex-wrap:wrap}}@media (max-width:768px){.news .news-content{display:flex;justify-content:space-between;flex-wrap:wrap}}@media (max-width:576px){.news .news-content{justify-content:center}}.video-card{width:33.33333%;margin-bottom:20px}.video-card .inner-part{margin-right:15px}.video-card .video-img-content{position:relative;width:100%;padding-top:56.25%}.video-card .video-img-content .video-youtube{position:absolute;top:0;left:0;width:100%;height:100%}.video-card .categories{height:50px;overflow:hidden;margin:10px 0}.video-card .categories .chip{background-color:#7295fe;color:#fff;border:0;border-radius:15px;padding:8px 15px 7px;font-size:11px;margin:15px 5px 15px 0;display:inline-block;white-space:nowrap}.video-card .card-text{font-size:17px;font-family:Medium;letter-spacing:.5px;color:#1e1e20;width:70%;margin-bottom:12px;line-height:20px;height:40px;overflow:hidden}@media (max-width:1300px){.video-card .card-text{width:70%;font-size:15px;height:40px;line-height:20px;overflow:hidden}}@media (max-width:1000px){.video-card .card-text{width:100%}}@media (max-width:768px){.video-card{width:50%}.video-card .card-text{width:100%}}@media (max-width:576px){.video-card{width:400px}}.gallery{width:100%;margin:50px auto}.gallery .title{color:#1e1e20;font-size:30px;font-family:Bold;margin-bottom:10px}.gallery .link{font-size:18px;cursor:pointer;color:#1e1e20;display:inline-block}.gallery .link img{margin-left:8px}.gallery .content{display:flex}@media (max-width:768px) and (min-width:576px){.gallery .content{height:300px;overflow:hidden}.gallery .content .video-card{margin-bottom:50px}}@media (max-width:768px){.gallery .content{flex-wrap:wrap}}@media (max-width:576px){.gallery .content{justify-content:center}}.video-page{width:90%;margin:auto;padding-top:50px;min-height:calc(100vh - 195px)}.video-page .video-content{display:flex;flex-wrap:wrap}@media (min-width:1600px){.video-page{max-width:1600px}}@media (max-width:576px){.video-page .video-content{justify-content:center}}.category-slider .category-item{margin-right:10px;font-size:16px;border-radius:25px;padding:8px 20px;transition:all .2s;text-align:center;text-overflow:ellipsis}.category-slider .selected{background-color:#7295fe;color:#fff}.category-slider .category-arrows{display:flex;position:absolute;right:6%;z-index:1;margin-top:10px}.category-slider .category-arrows .slider-btn-img{width:12px}.category-slider .category-arrows .prev-btn{margin-right:30px}@media (min-width:1700px){.category-slider .category-arrows{right:9%}}@media (max-width:1200px){.category-slider .category-item{font-size:14px}}@media (max-width:992px){.category-slider .category-item{font-size:13px;padding:6px 17px}}@media (max-width:576px){.category-slider .category-item{font-size:12px;padding:5px 15px;margin-right:0}}.category-filter{display:flex}.category-filter .category-item{margin-right:10px;font-size:16px;border-radius:25px;padding:8px 20px;transition:all .2s;cursor:pointer}.category-filter .selected{background-color:#7295fe;color:#fff}@media (max-width:1200px){.category-filter .category-item{font-size:14px}}@media (max-width:992px){.category-filter .category-item{font-size:13px;padding:6px 17px}}@media (max-width:576px){.category-filter .category-item{font-size:12px;padding:5px 15px;margin-right:0}}.page-header{margin-bottom:50px;overflow:hidden}.page-header .category-title{color:#1e1e20;font-size:30px;display:inline-block;border-bottom:3px solid #7295fe;margin-bottom:35px;padding-bottom:7px;font-family:Bold}.custom-page{width:90%;margin:50px auto;min-height:calc(100vh - 195px)}.custom-page .page-content{display:flex;flex-direction:column;width:100%}.custom-page .page-content .image-wrapper{margin-bottom:20px}.custom-page .page-content .image-wrapper img{max-width:400px;height:auto;object-fit:cover}.custom-page .media-wrapper{display:flex;flex-wrap:wrap}.custom-page .media-wrapper .media-item{width:20%;padding-right:20px;padding-bottom:20px}.custom-page .media-wrapper .media-item .image{padding-bottom:56.25%;position:relative;width:100%;height:100%;border-radius:4px;padding-right:20px}.custom-page .media-wrapper .media-item img{position:absolute;object-fit:cover;top:0;left:0;right:0;bottom:0;border-radius:4px;width:100%;height:100%}@media (min-width:1600px){.custom-page{max-width:1600px}}@media (max-width:1100px){.custom-page .media-wrapper .media-item{width:25%}}@media (max-width:900px){.custom-page .media-wrapper .media-item{width:33.33333%}}@media (max-width:700px){.custom-page .media-wrapper .media-item{width:50%}}@media (max-width:500px){.custom-page .media-wrapper .media-item,.custom-page .page-content .image-wrapper img{width:100%}}.slider-modal{display:flex;justify-content:center;align-items:center;height:100%}.slider-modal .slider-modal-content{width:60%;position:relative}.slider-modal .slider-modal-content .dialog-closing-btn{background-color:initial;color:#c9c6c6;position:absolute;top:-40px;right:-90px}.slider-modal .slider-modal-content .dialog-closing-btn i{font-size:60px}.slider-modal .slider-modal-content .slick-list .slick-slide .img-content{width:100%;padding-bottom:56.25%;position:relative}.slider-modal .slider-modal-content .slick-list .slick-slide .img-content img{position:absolute;width:100%;height:100%;object-fit:cover;border-radius:4px}.slider-modal .slider-modal-content .slider-left-arrow,.slider-modal .slider-modal-content .slider-right-arrow{position:absolute;top:calc(50% - 20.5px)}.slider-modal .slider-modal-content .slider-right-arrow{right:-90px}.slider-modal .slider-modal-content .slider-left-arrow{left:-90px}.slider-modal-overlay{position:fixed;top:0;left:0;right:0;z-index:1500;bottom:0;background:rgba(0,0,0,.35)}@media (max-width:800px){.slider-modal .slider-modal-content{width:70%;margin-top:50px}.slider-modal .slider-modal-content .dialog-closing-btn{top:-45px}.slider-modal .slider-modal-content .dialog-closing-btn img{width:25px}.slider-modal .slider-modal-content .slider-left-arrow img,.slider-modal .slider-modal-content .slider-right-arrow img{width:20px}}@media (max-width:600px){.slider-modal .slider-modal-content{width:100%}.slider-modal .slider-modal-content .dialog-closing-btn{right:10px}.slider-modal .slider-modal-content .slider-left-arrow,.slider-modal .slider-modal-content .slider-right-arrow{top:calc(50% - 30px)}.slider-modal .slider-modal-content .slider-right-arrow{right:10px}.slider-modal .slider-modal-content .slider-left-arrow{left:10px;z-index:1}}.news-page{width:90%;margin:50px auto}.news-page .ant-dropdown-link{font-size:30px;font-family:Bold;color:#1e1e20;border-bottom:3px solid #7295fe;margin-bottom:35px;padding-bottom:7px;display:inline-block}.news-page .news-content{display:flex;flex-wrap:wrap;min-height:500px}@media (min-width:1600px){.news-page{max-width:1600px}}@media (max-width:576px){.news-page .news-content{justify-content:center}}.news-details{width:90%;padding-top:50px;margin:auto;min-height:calc(100vh - 195px)}.news-details .news-spin{position:absolute;left:calc(50% - 50px);top:calc(50vh - 50px)}.news-details .news-header{display:flex}.news-details .news-header .main-img{width:550px;position:relative}.news-details .news-header .main-img img{width:100%;height:100%;top:0;left:0;object-fit:cover;border-radius:4px}.news-details .news-header .video-clip{width:570px}.news-details .news-header .video-clip .video-wrapper{width:100%;position:relative;padding-bottom:56.25%}.news-details .news-header .video-clip .video-wrapper .video-youtube{position:absolute}.news-details .news-header .news-title-content{width:calc(100% - 550px);padding-left:50px}.news-details .news-header .news-title-content .news-title{font-size:25px;font-family:Bold;color:#1e1e20}.news-details .news-header .news-title-content .categories{margin-top:20px}.news-details .news-header .news-title-content .categories button{background-color:#7295fe;color:#fff;border:0;border-radius:15px;padding:8px 15px 7px;font-size:11px;margin:0 5px 15px 0;white-space:nowrap}.news-details .news-content{font-size:15px;font-family:Regular;margin-top:50px}.news-details .share-wrapper{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:8px}.news-details .share-wrapper .like-button{position:relative}.news-details .share-wrapper .like-button .like{position:absolute;top:0;left:0;z-index:-11;opacity:1}.news-details .news-calendar{display:flex;align-items:center;text-transform:capitalize;margin:5px 20px 5px 0}.news-details .news-calendar img{margin-right:10px}.news-details .news-slider{margin:40px 0}.news-details .news-slider:hover .slick-next:before,.news-details .news-slider:hover .slick-prev:before{color:#000!important}.news-details .news-slider .slick-prev{left:-15px}.news-details .news-slider .slick-next{right:-15px}.news-details .news-slider .slider-item{padding-right:20px;max-height:200px}.news-details .news-slider .slick-list{margin:0 10px}.news-details .news-slider .slick-slide{overflow:hidden;padding-right:10px}.news-details .news-slider .slick-slide .slider-item{width:100%;position:relative;padding-bottom:56.25%}.news-details .news-slider .slick-slide .slider-item img{object-fit:cover;width:100%;height:100%;position:absolute;display:block;border-radius:4px}.news-details .more-news{border-top:1px solid #c9c6c6;padding:50px 0}.news-details .more-news h2{color:#1e1e20;font-family:Bold;font-size:22px;margin-bottom:20px}.news-details .more-news .content{display:flex;flex-wrap:wrap}@media (min-width:1600px){.news-details{max-width:1600px}}@media (max-width:1300px){.news-details .news-header .main-img,.news-details .news-header .video-clip{width:470px}.news-details .news-header .news-title-content{width:calc(100% - 470px)}.news-details .news-header .news-title-content .news-title{font-size:22px}.news-details .news-content{font-size:14px}}@media (max-width:1000px){.news-details .news-header .main-img,.news-details .news-header .video-clip{width:350px}.news-details .news-header .news-title-content{width:calc(100% - 350px);padding-left:30px}.news-details .news-header .news-title-content .news-title{font-size:20px}}@media (max-width:850px){.news-details .news-header .main-img{width:300px}.news-details .news-header .news-title-content{width:calc(100% - 300px)}.news-details .news-header .news-title-content .news-title{font-size:18px}.news-details .news-content{font-size:13px}}@media (max-width:750px){.news-details .news-header{flex-wrap:wrap}.news-details .news-header .main-img,.news-details .news-header .video-clip{width:100%}.news-details .news-header .news-title-content{width:100%;padding-left:0}.news-details .news-header .news-title-content .news-title{font-size:18px;margin:20px 0 0}.news-details .news-content{font-size:13px}.news-details .news-slider .slider-item{padding-right:10px}.news-details .more-news .content{justify-content:center}}.services{width:90%;margin:50px auto;min-height:calc(100vh - 195px);color:#272727}@media (min-width:1600px){.services{max-width:1600px}}@media (max-width:576px){.services .services-content{display:flex;justify-content:center;flex-wrap:wrap}}.member-card{display:flex;margin-bottom:60px}.member-card .member-card-img{width:280px}.member-card .member-card-img .img-wrapper{position:relative;width:100%;padding-bottom:80%}.member-card .member-card-img .img-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;object-fit:cover}.member-card .member-card-content{width:60%;border-bottom:1px solid #d8d8d8;margin-left:60px;letter-spacing:.5px}.member-card .member-card-content a{color:#272727}.member-card .member-card-content .member-card-name{font-size:28px;font-family:Bold;margin-bottom:15px}.member-card .member-card-content .member-card-profession{font-size:18px;line-height:30px;height:66px;overflow:hidden}.member-card .member-card-content .member-card-text{font-size:14px;line-height:20px;height:62px;overflow:hidden}@media (max-width:1200px){.member-card .member-card-img{width:260px}.member-card .member-card-content{width:80%;margin-left:50px}.member-card .member-card-content .member-card-name{margin-bottom:10px}}@media (max-width:992px){.member-card .member-card-img{width:240px}.member-card .member-card-content{width:70%;margin-left:40px}.member-card .member-card-content .member-card-name{font-size:20px}.member-card .member-card-content .member-card-text{font-size:13px}}@media (max-width:768px){.member-card .member-card-img{width:220px}.member-card .member-card-content{margin-left:30px}.member-card .member-card-content .member-card-name{margin:5px 0}}@media (max-width:650px){.member-card{flex-direction:column}.member-card .member-card-img{width:100%}.member-card .member-card-content{width:100%;margin-left:0;padding-bottom:12px}.member-card .member-card-content .member-card-name{margin:10px 0}}.member-details{width:90%;padding-top:50px;margin:auto;min-height:calc(100vh - 195px)}.member-details .member-header{display:flex;align-items:flex-end;min-height:200px}.member-details .member-header .img-wrapper{width:570px}.member-details .member-header .img-wrapper .img-content{position:relative;padding-bottom:80%}.member-details .member-header .img-wrapper .img-content img{width:100%;height:100%;top:0;left:0;object-fit:cover;border-radius:4px;position:absolute}.member-details .member-header .wrapper{margin-left:100px}.member-details .member-header .wrapper .member-title{font-family:Bold;color:#1e1e20;margin-bottom:50px}.member-details .member-header .wrapper .member-profession{font-size:21px;font-family:Regular;width:70%;line-height:30px}.member-details .member-content{font-size:15px;font-family:Regular;margin:50px 0}@media (min-width:1600px){.member-details{max-width:1600px}}@media (max-width:1300px){.member-details .member-header img{max-width:470px;height:300px}.member-details .member-header .wrapper{margin-left:80px}.member-details .member-header .wrapper .member-profession{font-size:18px;width:85%}.member-details .member-content{font-size:14px}}@media (max-width:1000px){.member-details .member-header .wrapper{margin-left:40px}.member-details .member-header .wrapper .member-title{margin-bottom:35px;font-size:22px}.member-details .member-header .wrapper .member-profession{font-size:15px;width:90%;line-height:30px}}@media (max-width:768px){.member-details .member-header{flex-wrap:wrap}.member-details .member-header img{max-width:100%}.member-details .member-header .wrapper{margin-left:0;margin-top:30px}.member-details .member-header .wrapper .member-profession{font-size:16px;width:70%;line-height:30px}.member-details .member-content{font-size:13px}}@media (max-width:576px){.member-details .member-header .wrapper .member-title{margin-bottom:35px;font-size:22px}.member-details .member-header .wrapper .member-profession{font-size:16px;width:100%;line-height:30px}.member-details .member-content{font-size:13px}}.institution-card{display:flex;margin-bottom:60px}.institution-card .institution-card-img{width:280px}.institution-card .institution-card-img .img-wrapper{width:100%;padding-bottom:80%;position:relative}.institution-card .institution-card-img .img-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px}.institution-card .institution-card-content{width:60%;border-bottom:1px solid #d8d8d8;margin-left:60px;letter-spacing:.5px}.institution-card .institution-card-content .institution-card-name{font-size:26px;font-family:Bold;margin-bottom:15px;color:#1e1e20;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.institution-card .institution-card-content .institution-card-description{height:74px!important;overflow:hidden;font-size:14px;line-height:15px;white-space:nowrap}.institution-card .institution-card-content .institution-card-description p{margin-bottom:10px!important}.institution-card .institution-card-content .institution-card-description p span{font-size:14px!important;line-height:15px!important;white-space:nowrap}@media (max-width:1200px){.institution-card .institution-card-img{width:280px}.institution-card .institution-card-content{margin-left:30px}.institution-card .institution-card-content .institution-card-name{font-size:22px;margin:10px 0}}@media (max-width:992px){.institution-card .institution-card-img{width:240px}.institution-card .institution-card-content{width:70%;margin-left:20px}.institution-card .institution-card-content .institution-card-name{font-size:18px;margin:10px 0}.institution-card .institution-card-content .institution-card-description{font-size:12px}.institution-card .institution-card-content .institution-card-description p span{font-size:12px!important}}@media (max-width:768px){.institution-card{flex-direction:column;width:100%}.institution-card .institution-card-img{width:100%}.institution-card .institution-card-content{width:100%;margin-left:0;padding-bottom:10px}.institution-card .institution-card-content .institution-card-name{white-space:normal;font-size:18px;margin:10px 0}.institution-card .institution-card-content .institution-card-description{width:100%;height:82px!important}.institution-card .institution-card-content .institution-card-description p:first-child{white-space:normal}}.institution-details{width:90%;margin:50px auto;min-height:calc(100vh - 195px)}.institution-details .institution-header{display:flex;align-items:flex-end;min-height:200px}.institution-details .institution-header .img-content{width:570px}.institution-details .institution-header .img-content .img-wrapper{position:relative;width:100%;padding-bottom:80%}.institution-details .institution-header .img-content .img-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;object-fit:cover}.institution-details .institution-header .wrapper{margin-left:70px}.institution-details .institution-header .wrapper .institution-title{font-family:Bold;color:#1e1e20}.institution-details .institution-header .wrapper .institution-profession{font-size:21px;font-family:Regular;width:70%;line-height:30px}.institution-details .institution-content{font-size:15px;font-family:Regular;margin-top:50px}@media (min-width:1600px){.institution-details{max-width:1600px}}@media (max-width:1300px){.institution-details .institution-header img{max-width:470px}.institution-details .institution-header .wrapper{margin-left:40px}.institution-details .institution-header .wrapper .institution-profession{font-size:18px;width:85%}.institution-details .institution-content{font-size:14px}}@media (max-width:1000px){.institution-details .institution-header img{max-width:320px}.institution-details .institution-header .wrapper{margin-left:10px}.institution-details .institution-header .wrapper .institution-title{margin-bottom:35px;font-size:22px}.institution-details .institution-header .wrapper .institution-profession{font-size:15px;width:90%;line-height:30px}}@media (max-width:768px){.institution-details .institution-header{flex-wrap:wrap}.institution-details .institution-header img{max-width:100%}.institution-details .institution-header .wrapper{margin-left:0;margin-top:30px}.institution-details .institution-header .wrapper .institution-profession{font-size:16px;width:70%;line-height:30px}.institution-details .institution-content{font-size:13px}}@media (max-width:576px){.institution-details .institution-header .wrapper .institution-title{margin-bottom:35px;font-size:22px}.institution-details .institution-header .wrapper .institution-profession{font-size:16px;width:100%;line-height:30px}.institution-details .institution-content{font-size:13px}}.contact-page{display:flex;justify-content:space-between;width:90%;margin:50px auto}.contact-page .contact-form{font-size:16px;display:flex;flex-direction:column;width:55%}.contact-page .contact-form .input-required{color:red;margin-left:4px}.contact-page .contact-form .form-top{display:flex;justify-content:space-between}.contact-page .contact-form .form-top .form-input-left,.contact-page .contact-form .form-top .form-input-right{width:45%}.contact-page .contact-form .form-top .form-input-left .input-group input,.contact-page .contact-form .form-top .form-input-right .input-group input{font-size:15px;height:55px}.contact-page .contact-form .form-top .form-input-left .input-group label,.contact-page .contact-form .form-top .form-input-right .input-group label{font-size:17px;color:#000}.contact-page .contact-form .form-bottom .input-group textarea{font-size:15px;height:150px}.contact-page .contact-form .form-bottom .input-group label{font-size:17px;color:#000}.contact-page .contact-form .recaptcha-wrapper{display:flex;justify-content:space-between;align-items:center}.contact-page .contact-form .recaptcha-wrapper .link-button{display:flex;align-items:center;justify-content:center;background-color:#7295fe;color:#fff;font-family:Bold;font-size:14px;width:198px;border-radius:6px;letter-spacing:1.5px;height:46px}.contact-page .contact-form .recaptcha-wrapper .link-button .flex-row{display:flex;align-items:center;justify-content:center}.contact-page .contact-form .recaptcha-wrapper .link-button .flex-row i svg{font-size:20px}.contact-page .contact-form .recaptcha-wrapper .link-button .flex-row .button-text,.contact-page .contact-form .recaptcha-wrapper .link-button .flex-row .button-text-check{animation:open 1s ease}@keyframes open{0%{opacity:0}to{opacity:1}}.contact-page .contact-form .recaptcha-wrapper .link-button .flex-row .ant-spin-dot{height:18px}.contact-page .contact-form .recaptcha-wrapper .link-button .flex-row .ant-spin{margin-left:8px}.contact-page .contact-form .show-error{color:red;font-size:12px}.contact-page .contact-map{width:44%}.contact-page .contact-map h3{color:#000;font-family:Bold}.contact-page .contact-map .map{width:100%;height:370px;background-color:#fff5e8}.contact-page .contact-map .map .marker{position:relative}.contact-page .contact-map .map .marker img{position:absolute;width:40px;height:40px;top:-20px;left:-20px}.contact-page .contact-map .map-info{margin-top:40px;color:#000;font-size:15px;letter-spacing:1px;font-family:Regular}.contact-page .contact-map .map-info .info-text span{font-family:Bold}@media (min-width:1600px){.contact-page{max-width:1600px}}@media (max-width:1200px){.contact-page .contact-form{width:58%}.contact-page .contact-form .form-top .form-input-left,.contact-page .contact-form .form-top .form-input-right{width:48%}.contact-page .contact-map{width:38%}.contact-page .contact-map .map{width:100%;height:360px;background-color:#fff5e8}}@media (max-width:992px){.contact-page{flex-direction:column}.contact-page .contact-form{width:100%}.contact-page .contact-form .form-top .form-input-left,.contact-page .contact-form .form-top .form-input-right{width:45%}.contact-page .contact-map{margin-top:50px;width:100%;display:flex;align-items:flex-end}.contact-page .contact-map .map-left{width:60%}.contact-page .contact-map .map-left .map{width:100%;height:200px;background-color:#fff5e8}.contact-page .contact-map .map-info{margin-left:50px}}@media (max-width:576px){.contact-page{flex-direction:column}.contact-page .contact-form{width:100%}.contact-page .contact-form .form-top{flex-direction:column}.contact-page .contact-form .form-top .form-input-left,.contact-page .contact-form .form-top .form-input-right{width:100%}.contact-page .recaptcha-wrapper{flex-direction:column;align-items:baseline!important}.contact-page .recaptcha-wrapper .link-button{order:2;margin-top:20px}.contact-page .contact-map{margin-top:50px;flex-direction:column;align-items:baseline}.contact-page .contact-map .map-left{width:100%}.contact-page .contact-map .map-info{margin-left:0}}.input-group{margin-bottom:16px;padding:0 2px}.input-group label{display:block;font-size:14px;font-weight:500;color:#677897;margin-bottom:8px}.input-group input,.input-group select,.input-group textarea{font-size:13px;font-weight:400;height:40px;width:100%;padding:6px 12px;border:1px solid #ced4da;border-radius:4px;transition:all .2s}.input-group input:hover,.input-group select:hover,.input-group textarea:hover{border-color:#1f3a62}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{outline:none;border-color:#1f3a62;box-shadow:0 0 0 2px rgba(31,58,98,.2)}.input-group input.invalid,.input-group select.invalid,.input-group textarea.invalid{border-color:red;outline:none}.input-group input[type=checkbox]{height:25px;width:25px}.input-group textarea{resize:none;height:100px}.input-group .multi-select-wrapper{position:relative}.input-group .multi-select-wrapper .select-header{font-size:13px;font-weight:400;height:40px;width:100%;display:flex;align-items:center;justify-content:space-between;padding:6px 12px;border:1px solid #ced4da;border-radius:4px;cursor:pointer;-webkit-user-select:none;user-select:none}.input-group .multi-select-wrapper .select-header i{font-size:20px;transition:all .2s ease}.input-group .multi-select-wrapper.is-open .select-header i{transform:rotate(180deg)}.select-options{width:100%;max-height:250px;overflow-x:hidden;overflow-y:auto;background:#fff;border-radius:4px;box-shadow:0 2px 2px rgba(0,0,0,.15);z-index:50}.select-options .option-item{display:flex;align-items:center;padding:5px 12px;overflow:hidden;font-size:13px;color:rgba(0,0,0,.65);font-weight:400;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:background .3s ease}.select-options .option-item input{width:15px;height:15px;margin-right:5px}.select-options .option-item:hover{background-color:#e6f7ff}.select-options .option-item.checked{color:rgba(0,0,0,.65);font-weight:600;background-color:#fafafa}.not-found-page{display:flex;align-items:center;justify-content:center;flex-grow:1;padding:20px;min-height:calc(100vh - 195px)}.not-found-page .inner-content{text-align:center;color:#121320;font-family:Bold}.not-found-page .inner-content img{width:60%}.not-found-page .inner-content .number{font-size:15vw;line-height:15vw;display:block}.not-found-page .inner-content .text-message{font-size:2vw;display:block}.not-found-page .inner-content .lost-text{color:#0e0e10;font-size:36px;font-weight:500;margin-bottom:0}.admin-layout .not-found-page{background:#f2f7fb;width:calc(100% - 45px);transition:width .2s linear;float:right;margin-top:70px;min-height:calc(100vh - 70px)}.admin-layout .not-found-page.size-sm{width:calc(100% - 250px)}@media screen and (max-width:1500px){.not-found-page .inner-content .lost-text{font-size:28px}}@media screen and (max-width:1200px){.not-found-page .inner-content .lost-text{font-size:25px}}@media screen and (max-width:1000px){.not-found-page .inner-content .number{font-size:25vw;line-height:25vw}.not-found-page .inner-content .lost-text{font-size:20px}.admin-layout .not-found-page.size-sm{width:calc(100% - 220px)}}@media screen and (max-width:520px){.not-found-page .inner-content .lost-text{font-size:18px}}@media screen and (max-width:480px){.not-found-page{min-height:50vh}.not-found-page .inner-content .number{font-size:30vw;line-height:30vw}.not-found-page .inner-content .lost-text{font-size:16px}}.vacancies-page{width:90%;margin:auto;min-height:calc(100vh - 195px)}.vacancies-page .vacancies-content{word-break:break-word}.vacancies-page .table,.vacancies-page .table table{width:100%}.vacancies-page .table table p{margin:0}.vacancies-page .table table thead{background-color:#f8f8f8;border:1px solid #e5e5e6;border-radius:15px 15px 0 0}.vacancies-page .table table thead tr th{padding:10px}.vacancies-page .table table tr{width:100%}.vacancies-page .table table tr td{padding:10px;height:100%;max-width:33.2%;width:33.2%;overflow:hidden;border:1px solid #e6e6e6}.vacancies-page .table table tr td span{word-break:break-word;display:inline-block;width:100%;height:100%;overflow:hidden}@media (max-width:576px){.vacancies-page .category-filter .category-item{text-align:center;font-size:11px}}.search-page{width:90%;margin:50px auto}.search-page .search-header{position:relative}.search-page .ant-dropdown-link{position:absolute;font-size:20px;font-family:Medium;color:#1e1e20;margin-bottom:35px;padding-bottom:7px;display:inline-block;height:30px;top:0;right:0}.search-page .ant-dropdown-link i,.search-page .ant-dropdown-link img{margin-left:10px}.search-page .search-content{position:relative;display:flex;flex-wrap:wrap;min-height:500px}.search-page .search-content .no-content-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.search-page .search-content .no-content-wrapper img{width:200px;height:200px}.search-page .search-content .no-content-wrapper .text-message{font-size:22px;font-family:Medium}@media (min-width:1600px){.search-page{max-width:1600px}}@media (max-width:576px){.search-page .search-header{display:flex;flex-direction:column}.search-page .search-header .ant-dropdown-link{position:static}.search-page .search-content{justify-content:center}}@font-face{font-family:Bold;src:url(/static/media/Mardoto-Bold.6d2f08b9.ttf)}@font-face{font-family:Black;src:url(/static/media/Mardoto-Black.d998acfc.ttf)}@font-face{font-family:Medium;src:url(/static/media/Mardoto-Medium.f627b09e.ttf)}@font-face{font-family:Regular;src:url(/static/media/Mardoto-Regular.65f00b36.ttf)}@font-face{font-family:Ligh;src:url(/static/media/Mardoto-Light.dce830bf.ttf)}@font-face{font-family:Thin;src:url(/static/media/Mardoto-Thin.b7515232.ttf)}*{box-sizing:border-box;margin:0;font-family:Regular,Montserrat,Helvetica,Arial,sans-serif}body::-webkit-scrollbar{width:6px;cursor:pointer}body::-webkit-scrollbar-track{background:#f1f1f1;cursor:pointer}body::-webkit-scrollbar-thumb{background:#7697ff;cursor:pointer}body::-webkit-scrollbar-thumb:hover{background:#527cff;cursor:pointer}.attention{position:fixed;bottom:100px;right:0;z-index:999999999}.attention a{cursor:pointer}@media screen and (max-width:768px){.attention a img{width:200px}}body.ReactModal__Body--open{overflow:hidden;padding-right:5px}button{cursor:pointer;border:none;padding:0}button:focus{outline:none}a{text-decoration:none}.slick-slide{outline:none!important}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{background-color:#fff!important;-webkit-box-shadow:0 0 0 30px #fff inset!important}.ReactModal__Overlay{opacity:0;transition:opacity .15s linear}.ReactModal__Overlay--after-open{position:fixed;top:0;left:0;right:0;z-index:1500;bottom:0;background:rgba(0,0,0,.35)!important;opacity:1}.ReactModal__Overlay--after-open .preview-modal-content{overflow:hidden!important}.ReactModal__Overlay--before-close{opacity:0}.home-design-layout{display:flex;flex-direction:column;min-height:100vh}.gallery-modal-overlay{position:fixed;top:0;left:0;right:0;z-index:1500;bottom:0;background-color:rgba(12,15,19,.8)}.custom-scrollbar-x::-webkit-scrollbar{height:3px;cursor:pointer}.custom-scrollbar-x::-webkit-scrollbar-track{background:#f1f1f1;cursor:pointer}.custom-scrollbar-x::-webkit-scrollbar-thumb{background:#adadad;cursor:pointer}.custom-scrollbar-x::-webkit-scrollbar-thumb:hover{background:#757575;cursor:pointer}.custom-scrollbar-y::-webkit-scrollbar{width:3px;cursor:pointer}.custom-scrollbar-y::-webkit-scrollbar-track{background:#f1f1f1;cursor:pointer}.custom-scrollbar-y::-webkit-scrollbar-thumb{background:#adadad;cursor:pointer}.custom-scrollbar-y::-webkit-scrollbar-thumb:hover{background:#757575;cursor:pointer}.homepage .content-wrapper{max-width:1600px;margin:auto}@media (max-width:1600px){.homepage .content-wrapper{max-width:90%}}:root{--ck-image-style-spacing:1.5em}.ck-content-wrapper figure{display:inline!important}.ck-content-wrapper:after{content:"";clear:both;display:table}.ck-content-wrapper img{width:100%;height:100%;max-height:400px;max-width:400px}.ck-content-wrapper p{word-break:break-word}.ck-content-wrapper .image-style-align-center,.ck-content-wrapper .image-style-align-left,.ck-content-wrapper .image-style-align-right,.ck-content-wrapper .image-style-side{max-width:50%}.ck-content-wrapper .image-style-side{float:right;margin-left:var(--ck-image-style-spacing)}.ck-content-wrapper .image-style-align-left{float:left;margin-right:var(--ck-image-style-spacing)}.ck-content-wrapper .image-style-align-center{margin-left:auto;margin-right:auto}.ck-content-wrapper .image-style-align-right{float:right;margin-left:var(--ck-image-style-spacing)}.ck-content-wrapper table figure{display:block!important}.editor-data .table{width:100%}.editor-data .table table{width:100%;table-layout:fixed}.editor-data .table table p{margin:0}.editor-data .table table thead{border:1px solid #e5e5e6;border-radius:15px 15px 0 0}.editor-data .table table thead tr th{border:1px solid #e5e5e6;padding:10px}.editor-data .table table tr{width:100%}.editor-data .table table tr td{padding:10px;height:100%;border:1px solid #e6e6e6}.ant-checkbox-wrapper span{transition:opacity .2s}.ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:0}.ant-checkbox-wrapper .ant-checkbox-input:focus,.ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#1f3a62}.ant-checkbox-wrapper .ant-checkbox-disabled{opacity:.4}.ant-checkbox-wrapper .ant-checkbox-disabled .ant-checkbox-inner:after{border-color:#fff!important}.ant-checkbox-wrapper .ant-checkbox-input:focus+.ant-checkbox-inner{border-color:#ced4da}.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background-color:#1f3a62;border-color:#1f3a62}.ant-checkbox-wrapper .ant-checkbox-checked:after{border-color:#1f3a62}.ant-switch-checked{background-color:#1f3a62!important}.ant-click-animating-node{border:0 solid #1f3a62}.ant-tabs-bar{border-bottom:1px solid #d9d9d9}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab{font-weight:500}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active{border-bottom:1px solid #fff}.ant-calendar-selected-day .ant-calendar-date{background:#1f3a62!important;color:#fff}.ant-calendar .ant-calendar-ok-btn{background-color:#1f3a62!important}.ant-calendar-today .ant-calendar-date{color:#1f3a62!important}.ant-calendar-selected-day.ant-calendar-today .ant-calendar-date{color:#fff!important}.ant-input:hover,.ant-select-selection:hover{border-color:#1f3a62!important}.ant-input:hover{border-right-width:1px!important}.ant-select-dropdown-menu::-webkit-scrollbar{width:3px;cursor:pointer}.ant-select-dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;cursor:pointer}.ant-select-dropdown-menu::-webkit-scrollbar-thumb{background:#adadad;cursor:pointer}.ant-select-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#757575;cursor:pointer}.ant-select-arrow{margin-top:0;transform:translateY(-50%)}.ant-select-arrow,.ant-select-selection__placeholder{color:rgba(0,0,0,.65)}
/*# sourceMappingURL=main.193ae063.chunk.css.map */