.slide-image-wrapper{max-width:100vw;width:100%;overflow:hidden;position:relative;height:770px}@media (max-width: 1600px){.slide-image-wrapper{height:677px}}.slide-image-wrapper .overlay{position:absolute;top:0;left:0;z-index:22;height:100%;width:100%;background:rgb(0,0,0);background:linear-gradient(90deg,rgba(0,0,0,.2) 0%,rgba(0,0,0,.2) 100%)}.slide-image-wrapper .bottom-bullets{position:absolute;bottom:20px;left:0;width:100%;display:flex;justify-content:center}.slide-image-wrapper .bottom-bullets .bullet{width:14px;height:14px;background-color:#fff0;border:2px solid var(--color-primary);z-index:33;margin:4px;border-radius:10px;cursor:pointer}.slide-image-wrapper .bottom-bullets .bullet-active{background-color:var(--color-primary);border:0}.slide-image-wrapper .banner-text-wrapper{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:33;width:100%}.slide-image-wrapper .banner-text-wrapper .banner-text{width:100%;justify-content:flex-start}.slide-image-wrapper .banner-text-wrapper .content h1{max-width:700px;font-size:55px;font-weight:700}@media (max-width: 1200px){.slide-image-wrapper .banner-text-wrapper .content h1{font-size:40px}}@media (max-width: 900px){.slide-image-wrapper .banner-text-wrapper .content h1{font-size:30px}}@media (max-width: 600px){.slide-image-wrapper .banner-text-wrapper .content h1{font-size:25px}}.slide-image-wrapper .banner-text-wrapper .content h1,.slide-image-wrapper .banner-text-wrapper .content p{color:#fff;margin:0}.slide-image-wrapper .banner-text-wrapper .content p{max-width:500px;padding-top:35px;padding-bottom:40px}@media (max-width: 767px){.slide-image-wrapper .banner-text-wrapper .content p{padding-top:20px}}.slide-image-wrapper .banner-text-wrapper .content .btn2{border-radius:50px;background-color:var(--color-primary)}@media (min-width: 601px){.slide-image-wrapper .banner-text-wrapper .content .btn2{padding:12px 30px}}@media (max-width: 1024px){.slide-image-wrapper{height:557px}}@media (max-width: 767px){.slide-image-wrapper{height:507px}}.slide-image-wrapper .left-right-btn{width:100%;position:absolute;top:50%;transform:translateY(-50%);left:0;display:flex;justify-content:space-between;z-index:34}.slide-image-wrapper .left-right-btn>span{opacity:0}.slide-image-wrapper:hover .left-right-btn>span{width:50px;height:60px;background-color:var(--color-primary);transition:all .2s ease-in;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:5px;opacity:1}.slide-image-wrapper:hover .left-right-btn>span>*{color:#fff}.slide-image-wrapper:hover .left-right-btn>span>*{width:24px;height:24px;font-weight:700}.slide-image-wrapper:hover .left-right-btn>span:hover{background-color:#ffffffe6;transition:all .2s ease-in;border:0}.slide-image-wrapper:hover .left-right-btn>span:hover>*{color:#000}@media (max-width: 767px){.slide-image-wrapper:hover .left-right-btn{display:none}}.slide-image{display:none;width:100%;height:100%;object-fit:cover;object-position:center;animation-name:zoom;animation-duration:10s}.slide-image-active{display:block}@keyframes zoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.home-services-wrapper{background-color:#f8f8f8}.home-services-wrapper .home-services .card-container .card-row-top-wrapper{display:flex}@media (max-width: 900px){.home-services-wrapper .home-services .card-container .card-row-top-wrapper{flex-direction:column}}.home-services-wrapper .home-services .card-container .card-row-top-wrapper .headline-wrapper{max-width:400px;width:33.3%}@media (max-width: 900px){.home-services-wrapper .home-services .card-container .card-row-top-wrapper .headline-wrapper{max-width:none;width:100%}}.home-services-wrapper .home-services .card-container .card-row-top-wrapper .headline-wrapper .desc{margin-top:20px}.home-services-wrapper .home-services .card-container .card-row-top-wrapper .headline-wrapper .services-btn{border-radius:50px;background-color:var(--color-secondary);margin-top:20px;margin-bottom:40px;padding:10px 20px}@media (min-width: 601px){.home-services-wrapper .home-services .card-container .card-row-top-wrapper .headline-wrapper .services-btn{padding:12px 30px}}.home-services-wrapper .home-services .card-container .card-row-top-wrapper .card-row-top{display:flex;justify-content:flex-end;width:66.6%}@media (max-width: 900px){.home-services-wrapper .home-services .card-container .card-row-top-wrapper .card-row-top{flex-direction:column;justify-content:flex-start;width:100%}}.home-services-wrapper .home-services .card-container .card-row-bottom{display:flex}@media (max-width: 900px){.home-services-wrapper .home-services .card-container .card-row-bottom{flex-direction:column}}.services-card .card{max-width:400px;cursor:pointer;margin:0 10px 30px}@media (max-width: 900px){.services-card .card{margin:0 0 25px;max-width:none}}.services-card .card .img-wrapper{width:100%;position:relative;margin-bottom:-4px}.services-card .card .img-wrapper>img{height:100%;width:100%;object-fit:cover}.services-card .card .overlay{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#0000004d;opacity:0}.services-card .card .bottom{min-height:64px;background-color:#f8f8f8;width:100%;position:relative;border-top:4px solid var(--color-secondary);padding:23px 10px 13px 0}.services-card .card .bottom .title{font-weight:700;font-size:25px;color:#000}@media (max-width: 600px){.services-card .card .bottom .title{font-size:18px}}.services-card .card .bottom:before{position:absolute;content:"";left:0;bottom:0;height:2px;width:40px;background-color:var(--color-secondary);transition:all .5s ease;z-index:333}.services-card .card:hover{overflow:hidden}.services-card .card:hover .img-wrapper>img{transform:scale(1.2);transition:transform .2s}.services-card .card:hover .bottom:before{width:100%}.services-card .card:hover .overlay{opacity:1;transition:all 1s ease}.promo-main{background-color:var(--color-primary);background-color:var(--color-secondary)}.promo-container{display:flex;justify-content:space-between!important;align-items:center;gap:30px;padding:40px 0}@media (max-width: 900px){.promo-container{flex-direction:column;justify-content:center;gap:15px}}.promo-container *{color:#fff}.promo-title{font-size:22px!important;font-weight:300!important}@media (max-width: 900px){.promo-title{text-align:center}}.promo-btn{position:relative;float:right;color:#fff;font-size:22px;font-weight:500;text-decoration:underline;white-space:nowrap;cursor:pointer}.promo-btn:hover{text-decoration:none;transition:all 5s ease}.home-about-wrapper{display:flex;width:100%}@media (max-width: 920px){.home-about-wrapper{flex-direction:column;gap:30px}}.home-about-wrapper .home-about-content{width:50%}@media (max-width: 920px){.home-about-wrapper .home-about-content{width:100%}}.home-about-wrapper .home-about-img{width:50%;display:flex;justify-content:flex-end}.home-about-wrapper .home-about-img img{max-width:400px;width:100%}@media (max-width: 920px){.home-about-wrapper .home-about-img{width:100%;justify-content:flex-start}.home-about-wrapper .home-about-img img{max-width:500px;max-height:400px}}.home-about-wrapper .home-about-text1{margin-bottom:20px!important;color:#797979}.home-about-wrapper .abt-btn{border-radius:50px;background-color:var(--color-secondary);margin-top:20px;margin-bottom:40px;padding:10px 20px}@media (min-width: 601px){.home-about-wrapper .abt-btn{padding:12px 30px}}.whyus-wrapper .whyus{gap:20px}@media (max-width: 900px){.whyus-wrapper .whyus{flex-direction:column}}.whyus-wrapper .whyus .left,.whyus-wrapper .whyus .right{width:50%}@media (max-width: 900px){.whyus-wrapper .whyus .left,.whyus-wrapper .whyus .right{width:100%}}.whyus-wrapper .whyus .left .title{margin-top:20px}.whyus-wrapper .whyus .left .desc-text{opacity:.9;margin-top:20px;margin-bottom:20px}.whyus-wrapper .whyus .right{display:flex;flex-direction:column;gap:20px}.whyus-wrapper .whyus .right .right-row{padding:10px 20px;display:flex;gap:20px;align-items:center}@media (max-width: 600px){.whyus-wrapper .whyus .right .right-row{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:10px}}.whyus-wrapper .whyus .right .right-row .icon-wrapper .icon-wrapper-1{width:70px;height:70px;display:flex;justify-content:center;align-items:center;background-color:#8080804d;border-radius:50%}@media (max-width: 600px){.whyus-wrapper .whyus .right .right-row .icon-wrapper .icon-wrapper-1{width:60px;height:60px}}.whyus-wrapper .whyus .right .right-row .icon-wrapper .icon-wrapper-1 .num{font-size:18px;font-weight:700}.whyus-wrapper .whyus .right .right-row .icon-wrapper .icon-wrapper-2{width:70px;height:70px;display:none}@media (max-width: 600px){.whyus-wrapper .whyus .right .right-row .icon-wrapper .icon-wrapper-2{width:60px;height:60px}}.whyus-wrapper .whyus .right .right-row .icon-wrapper .icon-wrapper-2 img{object-fit:cover;width:100%;height:100%}.whyus-wrapper .whyus .right .right-row .row-desc .desc-title{font-size:25px;font-weight:700;margin-bottom:10px}@media (max-width: 600px){.whyus-wrapper .whyus .right .right-row .row-desc .desc-title{font-size:18px}}.whyus-wrapper .whyus .right .right-row .row-desc .desc-text{opacity:.9}.whyus-wrapper .whyus .right .right-row:hover{background-color:#f0f8ff80}.whyus-wrapper .whyus .right .right-row:hover .icon-wrapper .icon-wrapper-2{display:block}.whyus-wrapper .whyus .right .right-row:hover .icon-wrapper .icon-wrapper-1{display:none}.banner-wrapper{position:relative;display:flex;justify-content:center}.banner-wrapper .overlay{position:absolute;width:100%;height:100%;left:0;top:0;z-index:11;background-color:#030b1566}.banner-wrapper .banner{display:flex;align-items:center;justify-content:flex-start}.banner-wrapper .banner .title{width:max-content;z-index:22;font-weight:600;font-size:50px;color:#fff;padding:40px 0}@media (max-width: 1200px){.banner-wrapper .banner .title{font-size:40px}}@media (max-width: 900px){.banner-wrapper .banner .title{font-size:30px}}.banner-wrapper .img-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.banner-wrapper .img-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center}.company-container{display:flex;width:100%}@media (max-width: 900px){.company-container{flex-direction:column}}.profile-wrapper{width:30%}@media (max-width: 900px){.profile-wrapper{width:100%;margin-bottom:30px}}.about-detail{width:70%}@media (max-width: 900px){.about-detail{width:100%}}.detail-intro{position:relative;color:#242424;font-size:20px;line-height:1.6em;margin-bottom:25px!important}.detail-desc{position:relative;color:#797979;font-size:16px;line-height:1.8em;margin-bottom:55px}.detail-images{display:flex;gap:20px}@media (max-width: 460px){.detail-images{flex-direction:column}}.detail-images img{width:100%;object-fit:cover;object-position:center}.company-profile{margin-bottom:30px}.values-main-container{background-color:#f8f8f8}.values-container{display:grid;grid-template-columns:repeat(4,1fr);gap:60px}@media (max-width: 1024px){.values-container{grid-template-columns:repeat(2,2fr)}}@media (max-width: 460px){.values-container{grid-template-columns:repeat(1,4fr)}}@media (max-width: 460px){.values-container .values{justify-content:flex-start!important}}.values-container ul li{color:#000000b3;display:flex;align-items:start;gap:8px;margin-bottom:10px}.values-container .num{color:#000000b3;margin-bottom:10px}.values-container .values-wrapper{border-top:1px solid #e1e1e1;padding-top:20px}@media (max-width: 1024px){#cn-lang .values-container{grid-template-columns:repeat(4,1fr)}}@media (max-width: 560px){#cn-lang .values-container{grid-template-columns:repeat(2,4fr)}}.policy-main-container{background-color:#f8f8f8;padding-bottom:0!important}.nav-tabs-wrapper .active{color:var(--color-secondary)!important}.nav-tabs-wrapper li{font-weight:600;cursor:pointer}.nav-tabs-wrapper li:hover{color:var(--color-secondary)!important}.policy-wraper{justify-content:flex-start!important;width:100%;gap:40px}@media (max-width: 1024px){.policy-wraper{flex-direction:column;gap:20px}}.policy-wraper .policy-intro{width:50%}@media (max-width: 1024px){.policy-wraper .policy-intro{width:100%}}.policy-wraper .policy-main{width:50%}@media (max-width: 1024px){.policy-wraper .policy-main{width:100%}}.policy-wraper .policy-into-text{padding-top:20px}.policy-wraper .policy-nav-tabs{display:flex;gap:70px;margin:20px 0!important}@media (max-width: 430px){.policy-wraper .policy-nav-tabs{flex-direction:column;gap:20px}}.policy-wraper .tab-hr-line{height:1px;width:100%;border:none;background-color:#e2e2e2;margin-bottom:30px}.policy-wraper .tab-wrapper{display:flex;align-items:center;gap:5px}.policy-wraper .content-main{display:flex;gap:20px}@media (max-width: 560px){.policy-wraper .content-main{flex-direction:column}}.policy-wraper .img-wrapper{width:40%;max-width:300px;height:220px}@media (max-width: 560px){.policy-wraper .img-wrapper{width:100%}}.policy-wraper .img-wrapper img{width:100%;height:100%}.policy-wraper .text-wrapper{width:60%}@media (max-width: 560px){.policy-wraper .text-wrapper{width:100%}}.policy-wraper .content-title{padding-bottom:15px}.service-comp-wrapper .service-comp{width:100%;gap:20px}@media (max-width: 900px){.service-comp-wrapper .service-comp{flex-direction:column;gap:50px}}@media (max-width: 600px){.service-comp-wrapper .service-comp{gap:20px}}.service-comp-wrapper .service-comp .left{width:30%;gap:20px}@media (max-width: 900px){.service-comp-wrapper .service-comp .left{width:100%}}.service-comp-wrapper .service-comp .left .sidebar{display:flex;flex-direction:column;gap:10px}.service-comp-wrapper .service-comp .left .sidebar .sidebar-row{display:flex;justify-content:space-between;align-items:center;background-color:#80808033;max-width:320px;width:100%;height:50px;padding:10px 20px}@media (max-width: 900px){.service-comp-wrapper .service-comp .left .sidebar .sidebar-row{max-width:none}}.service-comp-wrapper .service-comp .left .sidebar .sidebar-row>*{text-transform:uppercase;font-weight:700;color:#000}.service-comp-wrapper .service-comp .left .sidebar .sidebar-row:hover{border-left:4px solid var(--color-secondary);background-color:var(--color-primary)}.service-comp-wrapper .service-comp .left .sidebar .sidebar-row:hover>*{color:#fff}.service-comp-wrapper .service-comp .left .sidebar .active{border-left:4px solid var(--color-secondary);background-color:var(--color-primary)}.service-comp-wrapper .service-comp .left .sidebar .active>*{color:#fff}.service-comp-wrapper .service-comp .right{width:70%}@media (max-width: 900px){.service-comp-wrapper .service-comp .right{width:100%}}.service-comp-wrapper .service-comp .right .content .content-texts .title{margin-bottom:20px}@media (max-width: 700px){.service-comp-wrapper .service-comp .swiper-slide-active{display:flex;justify-content:center}}.service-comp-wrapper .service-comp .active{color:"#029a5b"!important}.service-comp-wrapper .service-comp .show{display:block}.service-comp-wrapper .service-comp .hide{display:none}.service-comp-wrapper .service-comp .bullet{background-color:#96969685}.service-comp-wrapper .service-comp .bullet-active{background-color:var(--color-primary)}.contact-us-wrapper .contact-us{flex-direction:column}.contact-us-wrapper .contact-us .p{color:#797979;max-width:670px;margin-top:20px}.contact-us-wrapper .contact-us .top{margin-bottom:50px}@media (max-width: 1024px){.contact-us-wrapper .contact-us .top{margin-bottom:40px}}@media (max-width: 767px){.contact-us-wrapper .contact-us .top{margin-bottom:30px}}.contact-us-wrapper .contact-us .bottom{display:flex;column-gap:100px}@media (max-width: 1200px){.contact-us-wrapper .contact-us .bottom{column-gap:60px}}@media (max-width: 1024px){.contact-us-wrapper .contact-us .bottom{column-gap:40px}}@media (max-width: 767px){.contact-us-wrapper .contact-us .bottom{flex-direction:column;column-gap:0px;row-gap:40px}}.contact-us-wrapper .contact-us form{display:flex;flex-direction:column;width:70%}.contact-us-wrapper .contact-us form .btn-wrapper{width:100%;max-width:670px;padding:0 15px;display:flex;justify-content:center}.contact-us-wrapper .contact-us form .common-btn{width:max-content;color:#fff}.contact-us-wrapper .contact-us form ::placeholder{color:#797979;font-size:16px;font-weight:400;line-height:30px}@media (max-width: 1024px){.contact-us-wrapper .contact-us form ::placeholder{font-size:15px}}@media (max-width: 767px){.contact-us-wrapper .contact-us form ::placeholder{font-size:14px}}@media (max-width: 1024px){.contact-us-wrapper .contact-us form{width:60%}}@media (max-width: 767px){.contact-us-wrapper .contact-us form{width:100%}}.contact-us-wrapper .contact-us form>.input{height:48px;margin-bottom:20px;max-width:670px;width:100%}.contact-us-wrapper .contact-us form>.textarea{max-width:670px;margin-bottom:20px;padding-top:15px}.contact-us-wrapper .contact-us form>div{display:flex;column-gap:30px}@media (max-width: 576px){.contact-us-wrapper .contact-us form>div{flex-direction:column;column-gap:0}}.contact-us-wrapper .contact-us form>div .input{max-width:320px;width:50%;height:48px;margin-bottom:20px}@media (max-width: 576px){.contact-us-wrapper .contact-us form>div .input{width:100%;max-width:none}}.contact-us-wrapper .contact-us form>div .input:first-child{margin-left:0}.contact-us-wrapper .contact-us .info{display:flex;flex-direction:column;width:30%;row-gap:45px}@media (max-width: 1024px){.contact-us-wrapper .contact-us .info{width:40%}}@media (max-width: 767px){.contact-us-wrapper .contact-us .info{width:100%}}.contact-us-wrapper .contact-us .info .h3{font-weight:700;font-size:25px}@media (max-width: 600px){.contact-us-wrapper .contact-us .info .h3{font-size:18px}}.contact-us-wrapper .contact-us .info p,.contact-us-wrapper .contact-us .info h3{margin:0}.contact-us-wrapper .contact-us .info h3{margin-bottom:10px}.contact-us-wrapper .contact-us .info .inline>div{display:flex;align-items:center;column-gap:10px}.contact-us-wrapper .contact-us .info .inline>div>h3,.contact-us-wrapper .contact-us .info .inline>div p{margin:0}.contact-us-wrapper .contact-us .info .inline>div p{margin-bottom:10px}.map-container{width:100%}.map-container iframe{width:100%;height:500px;border:0}@media (max-width: 767px){.map-container iframe{height:400px}}.nav-wrapper{background:#242424;z-index:999;position:fixed;top:0}.nav-wrapper li .active{color:#da7422}.nav__menu__wrapper{display:flex;gap:30px;align-items:center}.nav{display:flex;align-items:center;justify-content:space-between;height:60px;width:100%;gap:30px}@media (max-width: 600px){.nav{gap:20px}}.nav ul{margin:0}.nav-img{width:280px;height:60px}.nav-img img{width:100%;height:100%}.nav__link{color:#fff}.nav__link *{white-space:nowrap}.nav__menu{display:flex;align-items:center;justify-content:space-around;gap:3rem}.nav__toggler{display:none;cursor:pointer}.nav__line{height:60px;width:1px;background-color:#4d4d4d;border:none}.globe-icon{color:#7c7c7c}.lang__icons{display:flex;align-items:center;gap:5px;cursor:pointer}.nav__lang{position:relative}.langs{position:absolute;margin-top:20px;padding:30px 20px 0 5px;z-index:101;background-color:#242424}.langs li p{color:#fff;cursor:pointer}.langs li{margin-bottom:10px}.lang__dropdown{color:#7c7c7c}@media screen and (max-width: 768px){.nav__toggler{display:block;cursor:pointer;z-index:100}.nav__menu{position:fixed;top:0;right:0;height:100vh;max-width:100vw;width:30vh;background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;transform:translate(100%);transition:.5s ease-in;padding-top:80px;padding-left:0;gap:0;z-index:100}.nav__link{color:#000}.nav__line{display:none}.nav__item{margin-bottom:15px;margin-top:15px;padding-left:25px}.hr-bottom-line{width:100%;border-bottom:1px solid #e5e5e5;margin:0 auto}}.nav__active{transform:translate(0)}.nav-lang-menu-wrapper{display:flex;align-items:center;gap:10px}.mdclose{width:30px;height:30px}.mdclose>*{width:100%;height:100%;color:#000!important}.mdmenu{width:30px;height:30px}.mdmenu>*{width:100%;height:100%;color:#4d4d4d!important}.footer-wrapper{background-color:#242424}.footer-wrapper>*{color:#fff!important}.footer-wrapper .footer{flex-direction:column}.footer-wrapper .footer .footer-top{padding-top:80px;padding-bottom:30px;display:flex;gap:40px}@media (max-width: 1025px){.footer-wrapper .footer .footer-top{flex-direction:column}}@media (max-width: 600px){.footer-wrapper .footer .footer-top{gap:20px}}.footer-wrapper .footer .footer-top .footer-top-row-1,.footer-wrapper .footer .footer-top .footer-top-row-2{display:flex;gap:40px;width:50%}@media (max-width: 1025px){.footer-wrapper .footer .footer-top .footer-top-row-1,.footer-wrapper .footer .footer-top .footer-top-row-2{width:100%}}@media (max-width: 600px){.footer-wrapper .footer .footer-top .footer-top-row-1,.footer-wrapper .footer .footer-top .footer-top-row-2{flex-direction:column;gap:20px}}.footer-wrapper .footer .footer-top .footer-sec .footer-title{margin-bottom:20px;font-weight:500;font-size:16px}@media (max-width: 600px){.footer-wrapper .footer .footer-top .footer-sec .footer-title{margin-bottom:10px;font-size:16px}}.footer-wrapper .footer .footer-top .footer-sec .footer-list-wrapper{opacity:.6}.footer-wrapper .footer .footer-top .footer-sec .footer-list-wrapper p{margin-bottom:8px;font-size:14px}.footer-wrapper .footer .footer-top .footer-sec .footer-list-wrapper p>a{text-decoration:none;color:#fff;font-size:14px}.footer-wrapper .footer .footer-top .footer-sec .footer-list-wrapper p:hover a{color:var(--color-secondary)}.footer-wrapper .footer .footer-top .footer-sec-1 .footer-logo-wrapper img{width:100%;object-fit:cover;max-width:300px}.footer-wrapper .footer .footer-top .footer-sec-1 .footer-about-txt{margin-top:20px;opacity:.6;font-size:14px}@media (max-width: 600px){.footer-wrapper .footer .footer-top .footer-sec-1 .footer-about-txt{margin-top:10px}}.footer-wrapper .footer .footer-top .footer-sec-1,.footer-wrapper .footer .footer-top .footer-sec-4{width:60%}@media (max-width: 1025px){.footer-wrapper .footer .footer-top .footer-sec-1,.footer-wrapper .footer .footer-top .footer-sec-4{width:50%}}@media (max-width: 600px){.footer-wrapper .footer .footer-top .footer-sec-1,.footer-wrapper .footer .footer-top .footer-sec-4{width:100%}}.footer-wrapper .footer .footer-top .footer-sec-2,.footer-wrapper .footer .footer-top .footer-sec-3{width:40%}@media (max-width: 1025px){.footer-wrapper .footer .footer-top .footer-sec-2,.footer-wrapper .footer .footer-top .footer-sec-3{width:50%}}@media (max-width: 600px){.footer-wrapper .footer .footer-top .footer-sec-2,.footer-wrapper .footer .footer-top .footer-sec-3{width:100%}}.footer-wrapper .footer .footer-bottom{padding-top:22px;padding-bottom:22px;opacity:.6;border-top:1px solid rgba(255,255,255,.1);font-weight:300;font-size:12px}@media (max-width: 600px){.footer-wrapper .footer .footer-bottom{text-align:center}}:root{--color-primary: #013686;--color-secondary: #da7422}body{background-color:#fff;margin:0;padding:0}*{box-sizing:border-box}li{list-style:none}ul{padding:0}a{text-decoration:none}.container-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:0 80px}@media (max-width: 1280px){.container-wrapper{padding:0 60px}}@media (max-width: 992px){.container-wrapper{padding:0 40px}}@media (max-width: 767px){.container-wrapper{padding:0 30px}}@media (max-width: 576px){.container-wrapper{padding:0 20px}}.container{max-width:1200px;width:100%;display:flex;justify-content:center}.tb-space{padding-top:80px;padding-bottom:80px}@media (max-width: 900px){.tb-space{padding-top:60px;padding-bottom:60px}}@media (max-width: 600px){.tb-space{padding-top:40px;padding-bottom:40px}}.top-title{color:var(--color-secondary);font-family:"Libre Franklin",Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;line-height:1.5em;letter-spacing:2px;margin-bottom:10px}.main-title{margin-bottom:20px!important}.title-hr-line{width:100%;max-width:65px;height:2px;border:none;margin-left:0;background-color:var(--color-secondary)}.common-btn{border-radius:50px!important;background-color:var(--color-secondary)!important;margin-top:20px!important;margin-bottom:40px!important;padding:10px 20px!important}@media (min-width: 601px){.common-btn{padding:12px 30px!important}}
