﻿div,p,ul,li,ol,span,h1,h2,h3,h4,h5{margin:0;padding:0;}p,.text{color:#000;font-family:"Inter-Regular";font-size:16px;line-height:24px;}p.font14,.text.font14{font-size:14px;line-height:20px;}a{text-decoration:none;}.defaultList{list-style:disc;margin-left:30px;margin-bottom:25px;}@media screen and (min-width:1600px){.defaultList{margin-left:1.875vw;margin-bottom:1.563vw;}}.defaultList:last-child{margin-bottom:0;}.btnWrapper{width:fit-content;height:51px;border-radius:51px;padding:16px 10px 16px 34px;display:flex;justify-content:space-between;align-items:center;overflow:hidden;}.btnWrapper .arrow{position:relative;overflow:hidden;width:31px;height:31px;margin-left:38px;border-radius:50%;display:flex;justify-content:center;align-items:center;}.btnWrapper .arrow svg{position:absolute;width:16px;height:8px;left:50%;top:50%;transform:translate(-50%,-50%);}.btnWrapper.white{background:#fff;color:#1b3232;}@media screen and (min-width:960px){.btnWrapper.white:hover{color:#710f12;-moz-transition:all 300ms;-webkit-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms;}.btnWrapper.white:hover a{color:#710f12!important;}}.btnWrapper.white .arrow{background:#1b3232;}.btnWrapper.white .arrow svg{fill:#fff;}.btnWrapper.black{background:#1b3232;color:#fff;}@media screen and (min-width:960px){.btnWrapper.black:hover{color:#fff;}.btnWrapper.black:hover svg,.btnWrapper.black:hover img{fill:#710f12!important;}}.btnWrapper.black .arrow{background:#fff;}.btnWrapper.black .arrow svg{fill:#1b3232;}.h2hearder{display:flex;margin-bottom:16px;}.h2hearder h2{font-family:"Montserrat-SemiBold";font-size:32px;line-height:39px;color:#000;}@media screen and (max-width:767px){.h2hearder h2{font-size:24px;line-height:29px;}}@media screen and (max-width:430px){.h2hearder h2.nowrap{white-space:nowrap;}}.h2hearder .line{width:1px;height:24px;background:#000;transform:rotate(45deg);margin:20px 8px 0 12px;}@media screen and (max-width:767px){.h2hearder .line{margin:10px 8px 0 12px;}}@media screen and (max-width:767px){.h2hearder .line.noshrink{flex-shrink:0;}}@media screen and (max-width:767px){.h2hearder .line.adjust4{margin:46px 8px 0 -114px!important;}}@media screen and (min-width:560px) and (max-width:767px){.h2hearder .line.adjust4{margin:26px 8px 0 1px!important;}}@media screen and (max-width:400px){.h2hearder .line.adjust4{margin:46px 8px 0 -166px!important;}}.h2hearder .sdesc{font-family:"Montserrat-Regular";font-size:14px;line-height:18px;color:#710f12;margin-top:28px;}@media screen and (max-width:767px){.h2hearder .sdesc.adjust4{margin-top:60px!important;}}@media screen and (min-width:560px) and (max-width:767px){.h2hearder .sdesc.adjust4{margin-top:42px!important;}}.mbshow{display:none!important;}.mbhide{display:block!important;}#Home{position:relative;overflow:hidden;}#Home .Homebanner{position:relative;width:98.5vw;overflow:hidden;text-align:center;margin:109px auto 0;height:633px;border-radius:27px;display:block;}#Home .Homebanner .Hbanner{position:relative;width:100%;height:633px;border-radius:27px;}#Home .Homebanner .Hbanner .cover{position:absolute;width:100%;height:100%;z-index:1;background:rgba(0,0,0,.15);border-radius:27px;}#Home .Homebanner .Hbanner.banner1{background:url(../images/homebanner1.jpg) no-repeat center center;background-size:cover;opacity:0;transition:opacity 1s;}#Home .Homebanner .Hbanner.banner1.show{opacity:1;}#Home .Homebanner .owl-dots{position:absolute;bottom:18px;text-align:center;margin:0 auto;left:50%;transform:translateX(-50%);}#Home .Homebanner .owl-carousel button.owl-dot{width:10px;height:10px;margin:0 6px;background:rgba(255,255,255,.52);border-radius:50%;color:inherit;border:0;padding:0!important;font:inherit;}#Home .Homebanner .owl-carousel button.owl-dot.active,#Home .Homebanner .owl-carousel button.owl-dot:hover{background:#fffae4;}#Home .Homebanner .bannerText{position:absolute;z-index:3;bottom:55px;left:5.625vw;max-width:800px;}#Home .Homebanner .bannerText h1{font-family:"Montserrat-Semibold";font-size:52px;line-height:63px;margin-bottom:21px;color:#fafafa;text-align:left;max-width:800px;opacity:0;transform:translateY(10%);transition:opacity 1s,transform 1s;}#Home .Homebanner .bannerText h1.show{opacity:1;transform:translateY(0);}#Home .Homebanner .bannerText p{font-family:"Inter-Medium";color:#fafafa;text-align:left;max-width:600px;opacity:0;transform:translateY(20%);transition:opacity 1s,transform 1s;transition-delay:.5s;}#Home .Homebanner .bannerText p.show{opacity:1;transform:translateY(0);}#Home .Homebanner .btnWrapper{position:absolute;z-index:2;right:13.813vw;bottom:55px;opacity:0;transition:opacity 1s;transition-delay:1s;}#Home .Homebanner .btnWrapper.show{opacity:1;}#Home .Homebanner .scrollbtn{position:absolute;z-index:2;width:109px;height:109px;right:3.438vw;bottom:-54px;border-radius:50%;padding:19px;background:#fff;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;font-family:"Montserrat-Regular";font-size:16px;line-height:19px;color:#1b3232;cursor:pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}#Home .Homebanner .scrollbtn svg{width:11px;height:10px;fill:#1b3232;margin-top:6px;}#Home .Homebanner .scrollbtn svg #scroll .arrowOne{animation:opacity 1s ease infinite;animation-delay:.5s;}#Home .Homebanner .scrollbtn svg #scroll .arrowTwo{animation:opacity 1s ease infinite;}@media screen and (min-width:960px){#Home .Homebanner .scrollbtn:hover{color:#710f12;box-shadow:0 3px 6px rgba(255,255,255,.5);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}#Home .Homebanner .scrollbtn:hover svg{fill:#710f12;}}#Home .About{position:relative;width:100%;overflow:hidden;text-align:center;padding:80px 4.875vw;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end;}#Home .About .leftimg{position:relative;width:33vw;height:30.938vw;border-radius:1.25vw;margin-right:2.625vw;opacity:0;transform:translateX(-10%);transition:opacity 1s,transform 1s;}@media screen and (max-width:767px){#Home .About .leftimg{transform:none;}}#Home .About .leftimg.show{opacity:1;transform:translateX(0);}#Home .About .leftimg.none{display:none!important;}#Home .About .rightcontent{text-align:left;opacity:0;transform:translateX(10%);transition:opacity 1s,transform 1s;}@media screen and (max-width:767px){#Home .About .rightcontent{transform:none;}}#Home .About .rightcontent.show{opacity:1;transform:translateX(0);}#Home .About .rightcontent .imgWrapperMobile{display:none;}#Home .About .rightcontent p.text{margin-bottom:22px;}#Home .About .rightcontent .imgWrapper{position:relative;display:flex;justify-content:flex-end;width:100%;}#Home .About .rightcontent .imgWrapper .img{width:22.375vw;height:17.75vw;margin-left:2.125vw;}#Home .About .rightcontent .imgWrapper .morebtn{position:absolute;left:-.625vw;bottom:0;width:5.625vw;height:5.625vw;border:1px solid rgba(27,50,50,.56);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;}@media screen and (min-width:961px){#Home .About .rightcontent .imgWrapper .morebtn:hover{border:1px solid #710f12;}}#Home .About .rightcontent .imgWrapper .morebtn .insidebox{width:3.625vw;height:3.625vw;background:#1b3232;display:flex;align-items:center;justify-content:center;border-radius:50%;}#Home .About .rightcontent .imgWrapper .morebtn .insidebox svg{width:.875vw;height:.875vw;fill:#fbf7f0;transition:fill .3s ease;}#Home .Solutions{position:relative;width:100%;overflow:hidden;text-align:center;padding:36px 0;margin:0 auto;}#Home .Solutions .topcontent{width:580px;text-align:center;margin:0 auto;margin-bottom:76px;opacity:0;transform:translateY(20%);transition:opacity 1s,transform 1s;}#Home .Solutions .topcontent.show{opacity:1;transform:translateY(0);}#Home .Solutions p.font14{color:#939393;}#Home .Solutions .soluitems{width:1180px;padding:0;text-align:center;margin:0 auto;margin-left:calc(50% - 576px);margin-bottom:60px;display:flex;justify-content:space-between;align-items:flex-start;}#Home .Solutions .soluitems .item{width:289px;text-align:left;opacity:0;transition:opacity 1s,transform 1s;}#Home .Solutions .soluitems .item.show{opacity:1;}#Home .Solutions .soluitems .item:nth-child(2){transition-delay:.3s;}#Home .Solutions .soluitems .item:nth-child(3){transition-delay:.6s;}#Home .Solutions .soluitems .item .titleWrapper{display:flex;justify-content:flex-start;flex-direction:column;}#Home .Solutions .soluitems .item .icon{width:51px;height:51px;display:flex;justify-content:flex-start;align-items:center;margin-bottom:20px;}#Home .Solutions .soluitems .item .icon .one{width:38px;}#Home .Solutions .soluitems .item .icon .two{width:51px;}#Home .Solutions .soluitems .item .icon .three{width:54px;}#Home .Solutions .soluitems .item .title{font-family:"Inter-Medium";font-size:16px;line-height:22px;color:#000;margin-bottom:32px;}#Home .Solutions .btnWrapper{text-align:center;margin:0 auto;opacity:0;transition:opacity 1s,transform 1s;transform:translateY(30%);}#Home .Solutions .btnWrapper.show{opacity:1;transform:translateY(0);}#Home .News{position:relative;width:100%;overflow:hidden;text-align:center;padding:64px 5vw;margin:0 auto;}#Home .News .h2hearder{padding-left:1.5vw;}#Home .News .NewsWrapper{position:relative;width:100%;display:flex;justify-content:space-between;}#Home .News .NewsWrapper .item{display:flex;align-items:center;justify-content:flex-start;}#Home .News .NewsWrapper .item .img{width:24.188vw;height:16.125vw;border-radius:1vw;margin-right:1.75vw;}#Home .News .NewsWrapper .item .content{width:16.375vw;text-align:left;}#Home .News .NewsWrapper .item .content p.font14.date{color:#000;margin-bottom:8px;}#Home .News .NewsWrapper .item .content p.title{font-family:"Inter-Medium";color:#000;margin-bottom:8px;}#Home .News .NewsWrapper .item .content p.font14.desc{color:#939393;line-height:20px;margin-bottom:32px;}#Home .News .NewsWrapper .item .content .btnWrappers{display:flex;justify-content:flex-start;}#Home .News .NewsWrapper .item .content .btnWrappers .btn{display:flex;color:#000;margin-right:1.5vw;font-family:"Inter-Medium";font-size:16px;line-height:22px;justify-content:flex-start;align-items:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}#Home .News .NewsWrapper .item .content .btnWrappers .btn svg{width:13px;height:12px;margin-right:9px;fill:#000;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}@media screen and (min-width:960px){#Home .News .NewsWrapper .item .content .btnWrappers .btn:hover{color:#710f12;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}#Home .News .NewsWrapper .item .content .btnWrappers .btn:hover svg{fill:#710f12;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}}.Partners{position:relative;width:100%;overflow:hidden;text-align:center;padding:40px 5vw;margin:0 auto;}.Partners .h2hearder{width:fit-content;text-align:center;padding:14px 0 39px 0;margin:0 auto;opacity:0;transition:opacity 1s,transform 1s;transform:translateY(20%);}.Partners .h2hearder.show{opacity:1;transform:translateY(0);}.Partners .itemsWrapper{width:fit-content;text-align:center;margin:0 auto;display:flex;justify-content:center;align-items:center;}.Partners .itemsWrapper .item{border:.25px solid rgba(112,112,112,.25);width:194px;height:194px;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity 1s,transform 1s;}.Partners .itemsWrapper .item.show{opacity:1;}.Partners .itemsWrapper .item:nth-child(2){transition-delay:.1s;}.Partners .itemsWrapper .item:nth-child(3){transition-delay:.2s;}.Partners .itemsWrapper .item:nth-child(4){transition-delay:.3s;}.Partners .itemsWrapper .item:nth-child(5){transition-delay:.4s;}.Partners .itemsWrapper .item:nth-child(6){transition-delay:.5s;}.Partners .itemsWrapper .item img{width:auto;height:70px;}.ContactExp{position:relative;width:97.5vw;overflow:hidden;text-align:center;margin:0 auto;margin-bottom:56px;background:#f6f6f6;height:109px;border-radius:58px;padding:0 2.75vw 0 5vw;display:flex;justify-content:space-between;align-items:center;}.ContactExp p.font24{font-family:"Montserrat-SemiBold";font-size:24px;line-height:29px;color:#000;}.subbanner{position:relative;width:98.5vw;height:426px;border-radius:27px;margin:0 auto;margin:108px auto;opacity:0;transition:opacity 1s;}.subbanner.show{opacity:1;}@media screen and (min-width:1600px){.subbanner{margin:6.75vw auto;}}.subbanner .cover{position:absolute;width:100%;height:100%;z-index:1;background:rgba(0,0,0,.27);border-radius:27px;}.subbanner .cover h1{position:absolute;left:7vw;bottom:32px;font-family:"Montserrat-SemiBold";font-size:52px;line-height:63px;color:#fff;opacity:0;transform:translateY(10%);transition:opacity 1s,transform 1s;transition-delay:.5s;}.subbanner .cover h1.show{opacity:1;transform:translateY(0);}#Aboutus{position:relative;overflow:hidden;}#Aboutus .aboutbanner{background:url(../images/subbanner_about.jpg) no-repeat center center;background-size:cover;}#Aboutus .firm{position:relative;width:100%;padding:0 160px 0 200px;margin-bottom:114px;display:flex;align-items:flex-start;}@media screen and (min-width:1081px) and (max-width:1599px){#Aboutus .firm{gap:50px;}}#Aboutus .firm:nth-of-type(2) img{transform:translateX(10%);}#Aboutus .firm .content{width:40vw;opacity:0;transform:translateY(10%);transition:opacity 1s,transform 1s;}#Aboutus .firm .content.show{opacity:1;transform:translateY(0);}#Aboutus .firm .img{width:34.938vw;height:25.813vw;border-radius:1.688vw;object-fit:cover;opacity:0;transform:translateX(-10%);transition:opacity 1s,transform 1s;transition-delay:.5s;}#Aboutus .firm .img.show{opacity:1;transform:translateY(0);}#Aboutus .Philosophy{position:relative;width:100%;padding:0 9vw;margin-bottom:110px;}#Aboutus .Philosophy .h2hearder{text-align:center;margin:0 auto;justify-content:center;margin-bottom:40px;opacity:0;transform:translateY(20%);transition:opacity 1s,transform 1s;}#Aboutus .Philosophy .h2hearder.show{opacity:1;transform:translateY(0);}#Aboutus .Philosophy .content{display:flex;justify-content:space-between;align-items:flex-start;}#Aboutus .Philosophy .content .img{opacity:0;transition:opacity 1s;}#Aboutus .Philosophy .content .img.show{opacity:1;}#Aboutus .Philosophy .content .itemsWrapper{width:27.875vw;display:flex;flex-direction:column;}#Aboutus .Philosophy .content .itemsWrapper:nth-child(1) .item:nth-child(1){transition-delay:.2s;}#Aboutus .Philosophy .content .itemsWrapper:nth-child(1) .item:nth-child(2){transition-delay:.4s;}#Aboutus .Philosophy .content .itemsWrapper:nth-child(3) .item:nth-child(1){transition-delay:.6s;}#Aboutus .Philosophy .content .itemsWrapper:nth-child(3) .item:nth-child(2){transition-delay:.8s;}#Aboutus .Philosophy .content .itemsWrapper .item{width:100%;text-align:left;background:#f6f6f6;border-radius:1.625vw;padding:18px 2vw;opacity:0;transition:opacity 1s;}@media screen and (max-width:767px){#Aboutus .Philosophy .content .itemsWrapper .item{transition-delay:0s!important;}}#Aboutus .Philosophy .content .itemsWrapper .item.show{opacity:1;}#Aboutus .Philosophy .content .itemsWrapper .item.h282{height:282px;}#Aboutus .Philosophy .content .itemsWrapper .item .titleWrapper{display:flex;justify-content:flex-start;flex-direction:column;}#Aboutus .Philosophy .content .itemsWrapper .item .icon{width:64px;height:64px;display:flex;justify-content:flex-start;align-items:center;margin-bottom:10px;}#Aboutus .Philosophy .content .itemsWrapper .item .icon .train{width:35px;}#Aboutus .Philosophy .content .itemsWrapper .item .title{font-family:"Inter-SemiBold";font-size:16px;line-height:22px;color:#000;margin-bottom:11px;}#Aboutus .Philosophy .content .itemsWrapper .item:first-child{margin-bottom:35px;}#Aboutus .Philosophy .content .img{width:23vw;min-height:630px;border-radius:1.625vw;object-fit:cover;}#Aboutus .KeyProcess{position:relative;width:100%;text-align:center;margin:0 auto;margin-bottom:110px;}#Aboutus .KeyProcess .topcontent{width:600px;text-align:center;margin:0 auto;margin-bottom:80px;}#Aboutus .KeyProcess p{color:#939393;line-height:22px;}#Aboutus .KeyProcess .h2hearder{text-align:center;margin:0 auto;justify-content:center;margin-bottom:40px;}#Aboutus .KeyProcess .processitems{width:1240px;padding:0;text-align:center;margin:0 auto;margin-bottom:22px;display:flex;justify-content:space-between;align-items:flex-start;}#Aboutus .KeyProcess .processitems .item{width:330px;text-align:left;}#Aboutus .KeyProcess .processitems .item .titleWrapper{display:flex;justify-content:flex-start;flex-direction:column;}#Aboutus .KeyProcess .processitems .item .icon{width:75px;height:75px;display:flex;justify-content:flex-start;align-items:center;margin-bottom:20px;}#Aboutus .KeyProcess .processitems .item .title{font-family:"Inter-Medium";font-size:16px;line-height:22px;color:#000;margin-bottom:20px;}#Aboutus .KeyProcess .btnWrapper{text-align:center;margin:0 auto;}#Aboutus .Awards{position:relative;width:100%;padding:0 7.375vw;margin-bottom:70px;}#Aboutus .Awards .h2hearder{text-align:center;margin:0 auto;justify-content:center;margin-bottom:40px;}#Aboutus .Awards .content{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;margin-bottom:28px;}#Aboutus .Awards .content .img{width:33.375vw;height:27vw;border-radius:1.625vw;}#Aboutus .Awards .content .awardslist{margin-right:2vw;display:flex;flex-wrap:wrap;}#Aboutus .Awards .content .awardslist .item{background:#f6f6f6;width:23.313vw;height:103px;display:flex;justify-content:center;align-items:center;padding:0 1vw;font-family:"Inter-SemiBold";font-size:16px;line-height:22px;border-radius:26px;color:#000;margin:16px 0;text-align:center;}#Aboutus .Awards .content .awardslist .item:nth-child(2n+1){margin-right:2.75vw;}#Aboutus .Awards .btnWrapper{text-align:center;margin:0 auto;}#Aboutus .Partners{padding:40px 5vw 65px 5vw;}#Aboutus .ContactExp{margin-bottom:66px;}@media screen and (min-width:1600px){p,.text{font-size:1vw;line-height:1.5vw;}p.font14,.text.font14{font-size:.875vw;line-height:1.25vw;}.btnWrapper{height:3.188vw;border-radius:3.188vw;padding:1vw .625vw 1vw 2.125vw;}.btnWrapper .arrow{width:1.938vw;height:1.938vw;margin-left:2.375vw;}.btnWrapper .arrow svg{width:1vw;height:.5vw;}.h2hearder{margin-bottom:1vw;}.h2hearder h2{font-size:2vw;line-height:2.438vw;}.h2hearder .line{width:1px;height:1.5vw;margin:1.25vw .5vw 0 .75vw;}.h2hearder .sdesc{font-size:1vw;line-height:1.188vw;margin-top:1.75vw;}#Home .Homebanner{margin:6.813vw auto 0;height:39.563vw;border-radius:1.688vw;}#Home .Homebanner .Hbanner{height:39.563vw;border-radius:1.688vw;}#Home .Homebanner .Hbanner .cover{border-radius:1.688vw;}#Home .Homebanner .owl-dots{bottom:1.125vw;}#Home .Homebanner .owl-carousel button.owl-dot{width:.625vw;height:.625vw;margin:0 .375vw;}#Home .Homebanner .bannerText{bottom:3.438vw;max-width:50vw;}#Home .Homebanner .bannerText h1{font-size:3.25vw;line-height:3.938vw;margin-bottom:1.313vw;max-width:50vw;}#Home .Homebanner .bannerText p{max-width:37.5vw;}#Home .Homebanner .btnWrapper{bottom:3.438vw;}#Home .Homebanner .scrollbtn{width:6.813vw;height:6.813vw;bottom:-3.375vw;padding:1.188vw;font-size:1vw;line-height:1.188vw;}#Home .Homebanner .scrollbtn svg{width:.688vw;height:.625vw;margin-top:.375vw;}}@media screen and (min-width:1600px) and (min-width:960px){#Home .Homebanner .scrollbtn:hover{box-shadow:0 .188vw .375vw rgba(255,255,255,.5);}}@media screen and (min-width:1600px){#Home .About{padding:5vw 4.875vw;}#Home .About .rightcontent p.text{margin-bottom:1.375vw;}#Home .About .rightcontent .imgWrapper .morebtn{border:.063vw solid rgba(27,50,50,.56);}}@media screen and (min-width:1600px){#Home .Solutions{padding:2.25vw 0;}#Home .Solutions .topcontent{width:36.25vw;margin-bottom:4.75vw;}#Home .Solutions .soluitems{width:73.75vw;margin-left:calc(50% - 36vw);margin-bottom:3.75vw;}#Home .Solutions .soluitems .item{width:18.063vw;}#Home .Solutions .soluitems .item .icon{width:3.188vw;height:3.188vw;margin-bottom:1.25vw;}#Home .Solutions .soluitems .item .icon .one{width:2.375vw;}#Home .Solutions .soluitems .item .icon .two{width:3.188vw;}#Home .Solutions .soluitems .item .icon .three{width:2.8vw;}#Home .Solutions .soluitems .item .title{font-size:1vw;line-height:1.375vw;margin-bottom:2vw;}}@media screen and (min-width:1600px){#Home .News{padding:4vw 5vw;}#Home .News .NewsWrapper .item .content p.font14.date{margin-bottom:.5vw;}#Home .News .NewsWrapper .item .content p.title{margin-bottom:.5vw;}#Home .News .NewsWrapper .item .content p.font14.desc{line-height:1.25vw;margin-bottom:2vw;}#Home .News .NewsWrapper .item .content .btnWrappers .btn{font-size:1vw;line-height:1.375vw;}#Home .News .NewsWrapper .item .content .btnWrappers .btn svg{width:.813vw;height:.75vw;margin-right:.563vw;}}@media screen and (min-width:1600px){.Partners{padding:2.5vw 5vw;}.Partners .h2hearder{padding:.875vw 0 2.438vw 0;}.Partners .itemsWrapper .item{border:.016vw solid rgba(112,112,112,.25);width:12.125vw;height:12.125vw;}.Partners .itemsWrapper .item img{height:4.375vw;}}@media screen and (min-width:1600px){.ContactExp{margin-bottom:3.5vw;height:6.813vw;border-radius:3.625vw;}.ContactExp p.font24{font-size:1.5vw;line-height:1.813vw;}}@media screen and (min-width:1600px){#Aboutus .firm{padding:0 10vw 0 12.5vw;margin-bottom:7.125vw;gap:3.125vw;}#Aboutus .Philosophy{margin-bottom:6.875vw;}#Aboutus .Philosophy .h2hearder{margin-bottom:2.5vw;}#Aboutus .Philosophy .content .itemsWrapper .item{padding:1.125vw 2vw;}#Aboutus .Philosophy .content .itemsWrapper .item .icon{width:4vw;height:4vw;margin-bottom:.625vw;}#Aboutus .Philosophy .content .itemsWrapper .item .icon .train{width:2.188vw;}#Aboutus .Philosophy .content .itemsWrapper .item .title{font-size:1vw;line-height:1.375vw;margin-bottom:.688vw;}#Aboutus .Philosophy .content .itemsWrapper .item:first-child{margin-bottom:2.188vw;}#Aboutus .Philosophy .content .itemsWrapper .item.h282{height:17.625vw;}#Aboutus .Philosophy .content .img{width:23vw;min-height:39.375vw;}#Aboutus .KeyProcess{margin-bottom:6.875vw;}#Aboutus .KeyProcess .topcontent{width:37.5vw;margin-bottom:5vw;}#Aboutus .KeyProcess p{line-height:1.375vw;}#Aboutus .KeyProcess .h2hearder{margin-bottom:2.5vw;}#Aboutus .KeyProcess .processitems{width:77.5vw;margin-bottom:1.375vw;}#Aboutus .KeyProcess .processitems .item{width:20.625vw;}#Aboutus .KeyProcess .processitems .item .icon{width:4.688vw;height:4.688vw;margin-bottom:1.25vw;}#Aboutus .KeyProcess .processitems .item .title{font-size:1vw;line-height:1.375vw;margin-bottom:1.25vw;}#Aboutus .Awards{margin-bottom:4.375vw;}#Aboutus .Awards .h2hearder{margin-bottom:2.5vw;}#Aboutus .Awards .content{margin-bottom:1.75vw;}#Aboutus .Awards .content .awardslist .item{height:6.438vw;font-size:1vw;line-height:1.375vw;border-radius:1.625vw;margin:1vw 0;}#Aboutus .Partners{padding:2.5vw 5vw 4.063vw 5vw;}#Aboutus .ContactExp{margin-bottom:4.125vw;}}@media screen and (max-width:1280px){#Home .Solutions .soluitems{width:960px;margin-left:auto;}#Home .News .NewsWrapper .item{justify-content:flex-start;align-items:flex-start;margin-top:10px;}#Home .News .NewsWrapper .item .content .btnWrappers{flex-direction:column;}#Home .News .NewsWrapper .item .content .btnWrappers .btn{margin-bottom:8px;}#Aboutus .firm{padding:0 14vw;}#Aboutus .Philosophy{padding:0 6vw;}#Aboutus .Philosophy .content .img{width:28vw;min-height:580px;}#Aboutus .KeyProcess .processitems{width:900px;}#Aboutus .KeyProcess .processitems .item{width:280px;}}@media screen and (max-width:1080px){#Home .Homebanner .bannerText h1{font-size:40px;line-height:50px;max-width:600px;}#Home .Homebanner .bannerText p{max-width:500px;}#Home .Solutions .soluitems{width:830px;}#Home .Solutions .soluitems .item{width:250px;}#Home .News .NewsWrapper .item .content .btnWrappers{flex-direction:column;}#Home .News .NewsWrapper .item .content .btnWrappers .btn{margin-bottom:8px;}.Partners .itemsWrapper .item{width:15vw;height:15vw;}.Partners .itemsWrapper .item img{height:5vw;}#Aboutus .firm{padding:0 8vw;justify-content:space-between;}#Aboutus .firm .content{width:38.5vw;}#Aboutus .firm .img{width:40vw;height:26vw;object-fit:cover;}}@media screen and (max-width:960px){.btnWrapper{border-radius:44px;padding:12px 9px 12px 36px;}.btnWrapper .arrow{width:29px;height:29px;margin-left:32px;}.btnWrapper .arrow svg{width:16px;height:8px;}#Home .Homebanner{height:calc(100vh - 120px);width:96.512vw;border-radius:20px;}#Home .Homebanner .Hbanner{height:calc(100vh - 120px);border-radius:20px;}#Home .Homebanner .Hbanner.banner1{background:url(../images/homebanner1_mb.jpg) no-repeat center center;background-size:cover;}#Home .Homebanner .Hbanner .cover{border-radius:20px;}#Home .Homebanner .bannerText{bottom:110px;left:6vw;}#Home .Homebanner .bannerText h1{font-size:32px;line-height:38px;max-width:83vw;}#Home .Homebanner .bannerText p{width:65vw;margin:5px 0;}#Home .Homebanner .btnWrapper{right:auto;left:6vw;bottom:50px;}#Home .Homebanner .scrollbtn{display:none;}#Home .Homebanner .owl-dots{bottom:15px;}#Home .Homebanner .owl-carousel button.owl-dot{width:7px;height:7px;margin:0 5px;}#Home .Solutions .soluitems{width:700px;}#Home .Solutions .soluitems .item{width:220px;}#Home .News .NewsWrapper{flex-direction:column;}#Home .News .NewsWrapper .item{width:100%;margin-bottom:40px;}#Home .News .NewsWrapper .item .img{width:48vw;height:32vw;border-radius:2vw;margin-right:3.5vw;}#Home .News .NewsWrapper .item .content{width:32.5vw;}#Home .News .NewsWrapper .item .content .btnWrappers{flex-direction:row;}.Partners .itemsWrapper .item{width:18vw;height:18vw;}.Partners .itemsWrapper .item img{height:6.5vw;}.ContactExp{width:94vw;height:auto;padding:28px 2.75vw 22px 5vw;flex-direction:column;border-radius:20px;}.ContactExp p,.ContactExp .btnWrapper{max-width:280px;}.ContactExp p{font-size:20px;line-height:24px;margin-bottom:18px;}#Aboutus .KeyProcess .processitems{width:700px;}#Aboutus .KeyProcess .processitems .item{width:220px;}}@media screen and (max-width:767px){.mbshow{display:block!important;}.mbhide{display:none!important;}.h2hearder{margin:0 auto;margin-bottom:40px;max-width:96vw;}.h2hearder .sdesc{margin-top:29px;margin-left:-5px;}.h2hearder.marginleft{margin-left:15px;}.h2hearder.nowrap{white-space:nowrap;}#Home .About{padding:80px 1.744vw 50px 1.744vw;}#Home .About .leftimg{width:100%;height:190px;object-fit:cover;border-radius:12px;margin-right:auto;margin-bottom:8.64px;}#Home .About .leftimg.none{display:block!important;cursor:default;}#Home .About .leftimg.mobileNone{display:none!important;}#Home .About .rightcontent{position:relative;}#Home .About .rightcontent .imgWrapperMobile{display:flex;justify-content:space-between;margin-bottom:37px;cursor:default;}#Home .About .rightcontent .imgWrapperMobile .img{width:47vw;height:158px;object-fit:cover;border-radius:10px;}#Home .About .rightcontent p.text{text-align:center;margin-bottom:0;cursor:text;}#Home .About .rightcontent .imgWrapper{position:absolute;top:75px;right:-4vw;height:81px;}#Home .About .rightcontent .imgWrapper .img{display:none;}#Home .About .rightcontent .imgWrapper .morebtn{position:absolute;left:auto;bottom:auto;top:-65px;right:28px;width:57px;height:57px;border:1px solid rgba(27,50,50,.56);}#Home .About .rightcontent .imgWrapper .morebtn .insidebox{width:36.78px;height:36.78px;}#Home .About .rightcontent .imgWrapper .morebtn .insidebox svg{width:8.72px;height:8.72px;}#Home .Solutions .topcontent{width:85vw;}#Home .Solutions .h2header{margin-left:0;}#Home .Solutions .h2hearder .sdesc{margin-top:31px;}#Home .Solutions .soluitems{width:78vw;flex-direction:column;margin-bottom:20px;}#Home .Solutions .soluitems .item{position:relative;width:100%;margin-bottom:69px;}#Home .Solutions .soluitems .item::after{content:"";position:absolute;height:1px;width:100%;bottom:-43px;background-color:#000;opacity:.1;}#Home .Solutions .soluitems .item .titleWrapper{align-items:center;flex-direction:row;margin-bottom:5px;margin-bottom:15px;}#Home .Solutions .soluitems .item .font14{font-size:16px;line-height:22px;}#Home .Solutions .soluitems .item .icon{width:42px;height:42px;margin-right:11.27px;margin-bottom:0;}#Home .Solutions .soluitems .item .icon .one{width:27px;}#Home .Solutions .soluitems .item .icon .two{width:36px;}#Home .Solutions .soluitems .item .icon .three{width:32px;}#Home .Solutions .soluitems .item .title{margin-bottom:0;}#Home .News{padding:50px 5vw 0 5vw;}#Home .News .h2hearder{margin-bottom:20px;max-width:90vw;margin-left:0;justify-content:center;}#Home .News .h2hearder .sdesc{margin-top:25px;}#Home .News .NewsWrapper .owl-dots{display:flex;justify-content:center;gap:10px;}#Home .News .NewsWrapper .owl-dots .owl-dot{width:7px;height:7px;border-radius:50%;background-color:#000!important;opacity:.3;}#Home .News .NewsWrapper .owl-dots .owl-dot.active{background-color:#000!important;opacity:1;}#Home .News .NewsWrapper .item{flex-direction:column;}#Home .News .NewsWrapper .item .img{width:90vw;height:60vw;border-radius:5vw;margin-right:0;margin-bottom:15px;}#Home .News .NewsWrapper .item .content{width:100%;padding:0 4.5vw;}#Home .News .NewsWrapper .item .content p.font14.desc{margin-bottom:20px;}#Home .News .NewsWrapper .item .content .btnWrappers .btn{margin-right:25px;}.Partners{padding:40px 0 60px 0;}.Partners .itemsWrapper{position:relative;display:grid;grid-template-columns:auto auto auto;}.Partners .itemsWrapper .item{width:26.512vw;height:26.512vw;}.Partners .itemsWrapper .item img{height:10vw;}.Partners .owl-dots{position:absolute;bottom:-22px;text-align:center;margin:0 auto;left:0;width:100vw;}.Partners .owl-carousel button.owl-dot{width:7px;height:7px;margin:0 5px;background:rgba(27,50,50,.52);border-radius:50%;color:inherit;border:0;padding:0!important;font:inherit;}.Partners .owl-carousel button.owl-dot.active,.Partners .owl-carousel button.owl-dot:hover{background:#1b3232;}.subbanner{position:relative;width:94vw;height:320px;margin:108px auto 60px auto;}.subbanner .cover h1{left:7vw;bottom:27px;font-family:"Montserrat-SemiBold";font-size:32px;line-height:39px;}#Aboutus .firm{padding:0 5.5vw;flex-direction:column;margin-bottom:55px;}#Aboutus .firm .content{width:100%;}#Aboutus .firm .img{width:89.302vw;height:57.674vw;object-fit:cover;text-align:center;margin:-10px auto 30px auto;}#Aboutus .Philosophy{margin-bottom:45px;}#Aboutus .Philosophy .h2hearder{text-align:left;width:fit-content;margin:0 0 40px 0;}#Aboutus .Philosophy .h2hearder h2{width:260px;}#Aboutus .Philosophy .h2hearder .line{margin:65px 8px 0 -70px;}#Aboutus .Philosophy .h2hearder .sdesc{margin-top:80px;margin-left:0;}#Aboutus .Philosophy .img{width:100%;height:50.93vw;margin-bottom:19px;object-fit:cover;border-radius:8px;}#Aboutus .Philosophy .content{flex-direction:column;}#Aboutus .Philosophy .content .itemsWrapper{width:100%;margin-bottom:0;}#Aboutus .Philosophy .content .itemsWrapper .item{padding:25px 5.023vw;text-align:center;margin-bottom:17px;text-align:left;}#Aboutus .Philosophy .content .itemsWrapper .item:first-child{margin-bottom:17px;}#Aboutus .Philosophy .content .itemsWrapper .item .titleWrapper{align-items:flex-start;}#Aboutus .Philosophy .content .itemsWrapper .item .titleWrapper .icon .train{width:36px;}#Aboutus .Philosophy .content .itemsWrapper .item.h282{height:auto;}#Aboutus .KeyProcess{margin-bottom:70px;}#Aboutus .KeyProcess .topcontent{width:82vw;}#Aboutus .KeyProcess .topcontent .h2hearder{text-align:left;width:fit-content;}#Aboutus .KeyProcess .topcontent .h2hearder h2{width:340px;}#Aboutus .KeyProcess .topcontent .h2hearder .line{margin:25px 8px 0 -85px;}#Aboutus .KeyProcess .topcontent .h2hearder .sdesc{margin-top:50px;margin-left:-70px;}#Aboutus .KeyProcess .processitems{width:79vw;flex-direction:column;}#Aboutus .KeyProcess .processitems .item{width:100%;margin-bottom:25px;}#Aboutus .KeyProcess .processitems .item .titleWrapper{flex-direction:row;align-items:center;}#Aboutus .KeyProcess .processitems .item .titleWrapper .icon{margin-bottom:10px;margin-right:10px;}#Aboutus .Awards{padding:0 2vw;}#Aboutus .Awards .h2hearder{text-align:left;width:fit-content;}#Aboutus .Awards .h2hearder h2{width:365px;}#Aboutus .Awards .h2hearder .line{margin:25px 8px 0 5px;}#Aboutus .Awards .h2hearder .sdesc{margin-top:50px;margin-left:-160px;}#Aboutus .Awards .content{flex-direction:column;}#Aboutus .Awards .content .img{width:84.884vw;height:49.535vw;border-radius:6.047vw;margin-bottom:17px;}#Aboutus .Awards .content .awardslist{flex-direction:column;margin-right:0;}#Aboutus .Awards .content .awardslist .item{margin:0 auto!important;margin-bottom:16px!important;width:100%;height:auto;padding:24px 4.5vw;}#Aboutus .Partners{padding:40px 0 65px 0;}}@media screen and (min-width:560px) and (max-width:767px){.Philosophy .h2hearder h2{width:auto!important;}}@media screen and (max-width:400px){#Aboutus .Philosophy .h2hearder h2{width:313px;}}@keyframes moveDown{0%{transform:translateY(-50%);}100%{transform:translateY(200%);}}@keyframes opacity{0%{opacity:.2;}50%{opacity:1;}100%{opacity:.2;}}