.products{--sidebar-left-width:267px;--sidebar-right-width:calc(100% - var(--sidebar-left-width));--sidebar-spacing:40px}.products__list .product.row{margin:0 -12px}@media (max-width:768px){.products__list .product.row{margin:0 -6px}}.products__list .product.row>*{-webkit-box-flex:0;-ms-flex:0 0 calc(33.3333333333% - 24px);flex:0 0 calc(33.3333333333% - 24px);margin:0 12px 24px}@media (max-width:992px){.products__list .product.row>*{-webkit-box-flex:0;-ms-flex:0 0 calc(33.3333333333% - 24px);flex:0 0 calc(33.3333333333% - 24px)}}@media (max-width:768px){.products__list .product.row>*{margin:0 6px 12px;-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 12px);flex:0 0 calc(50% - 12px)}}@media (max-width:350px){.products__list .product.row>*{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 12px);flex:0 0 calc(100% - 12px)}}.products__list .product__item{border:1px solid #d6e3e8;border-radius:24px;position:relative;background-color:#fff;-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;overflow:hidden;padding-left:0;padding-right:0;height:auto}.products__list .product__item:hover{-webkit-box-shadow:0 16px 56px 0 #e0e0e0;box-shadow:0 16px 56px 0 #e0e0e0}.products__list .product__item:hover .product__toolbar{opacity:1;visibility:visible;-webkit-transform:translate(0,0);transform:translate(0,0)}.products__list .product__toolbar{position:absolute;top:16px;right:16px;border-radius:1000px;background:rgba(9,120,190,.24);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px;opacity:0;visibility:hidden;-webkit-transform:translate(10px,0);transform:translate(10px,0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:2}.products__list .product__toolbar>*{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:8px;border-radius:40px;color:#1c1b1f;background-color:#fff;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.products__list .product__toolbar>.active,.products__list .product__toolbar>:hover{background-color:var(--color-primary);color:#fff}.products__list .product__toolbar>:last-child{margin-bottom:0}.products__list .product__cancel{position:absolute;top:16px;right:16px;width:24px;height:24px;background-image:url(../../assets/images/icons/cancel.svg);background-size:100% 100%;cursor:pointer;z-index:2;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.products__list .product__cancel:hover{opacity:.8}.products__list .product__tag{position:absolute;border-radius:1000px;border:1px solid #0978be;top:16px;left:16px;padding:0 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:40px;font-weight:700;color:#0978be;z-index:2}@media (max-width:767.98px){.products__list .product__tag{height:30px;font-size:14px}}.products__list .product__tag.sale{border-color:#ffa800;color:#ffa800}.products__list .product__tag.hot{border-color:transparent;color:#ff4d4f;height:auto;top:0;left:0;padding:0}.products__list .product__tag.hot img{width:115px}@media (max-width:767.98px){.products__list .product__tag.hot img{width:80px}}.products__list .product__price{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.products__list .product__price .label{-webkit-box-flex:0;-ms-flex:0 0 58px;flex:0 0 58px;max-width:58px;text-align:right;font-size:12px;line-height:1;color:#546472}@media (max-width:600px){.products__list .product__price .label{display:none}}@media (min-width:601px){.products__list .product__price .label.en{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;max-width:40px}.products__list .product__price .label.en+.price{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 58px);flex:0 0 calc(100% - 58px);margin-left:8px}}.products__list .product__price .price{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 66px);flex:0 0 calc(100% - 66px);margin-left:8px;height:36px;border-radius:100px;background-color:#f4f9fa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:18px;color:#0978be;font-weight:700;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:600px){.products__list .product__price .price{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;font-size:14px;margin-left:0}}.products__list .product__price .price.price-sale{background-color:#fff8df;color:#ffa800;text-align:center;display:block;padding-top:4px}.products__list .product__price .price.price-sale>*{display:block;line-height:1.1}.products__list .product__price .price.price-sale .old-price{color:#9bacbc;font-size:9px;text-decoration:line-through}.products__list .product__content{padding:0 16px 16px}@media (max-width:600px){.products__list .product__content{padding:0 16px 16px}}.products__list .product__category{text-align:center}@media (max-width:768px){.products__list .product__category{min-height:48px}}.products__list .product__category *{font-size:12px;font-weight:700;color:#0978be}.products__list .product__title{margin-top:16px;line-height:25px;font-weight:600;color:#00131f;text-align:center;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;height:75px}.products__list .product__thumbnail{position:relative;overflow:hidden;margin:0 0 0}.products__list .product__thumbnail:before{content:"";display:block;padding-top:100%}.products__list .product__thumbnail img{position:absolute;display:block;top:50%;left:50%;max-width:100%;max-height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:600px){.products__list .product-bottom-tool .number-of-page{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.products__list .product-bottom-tool .pager{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:24px}}.products__list .sidebar-left{-webkit-box-flex:0;-ms-flex:0 0 var(--sidebar-left-width);flex:0 0 var(--sidebar-left-width);max-width:var(--sidebar-left-width)}@media (max-width:992px){.products__list .sidebar-left{padding-left:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (max-width:992px){.products__list .sidebar-left.sidebar-sideOut{visibility:hidden;position:fixed;top:0;right:0;height:calc(var(--vh,1vh) * 100);z-index:9999;background-color:#fff;width:350px;max-width:calc(100% - 35px);background-color:#fff;-webkit-transform:translate(100%,0);transform:translate(100%,0);opacity:0;-webkit-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}.products__list .sidebar-left.sidebar-sideOut.active{-webkit-transform:translate(0,0);transform:translate(0,0);opacity:1;visibility:visible}.products__list .sidebar-left.sidebar-sideOut .close-menu{position:absolute;top:8px;left:-8px;-webkit-transform:translate(-100%,0);transform:translate(-100%,0);color:#fff;font-size:24px}.products__list .sidebar-left.sidebar-sideOut .sidebar-item{display:none}.products__list .sidebar-left.sidebar-sideOut .sidebar-item[data-sidebar=navigation] .sidebar-item__body{height:calc(var(--vh,1vh) * 100);overflow:auto}.products__list .sidebar-left.sidebar-sideOut .sidebar-item[data-sidebar=category] .sidebar-item__body{height:calc(var(--vh,1vh) * 100 - 72px);overflow:auto}.products__list .sidebar-left.sidebar-sideOut .sidebar-item[data-sidebar=category] .sidebar-submition{position:absolute;bottom:0;left:0;width:100%;padding:0 16px}.products__list .sidebar-left.sidebar-sideOut .sidebar-item[data-sidebar=category] .sidebar-submition>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.products__list .sidebar-left.sidebar-sideOut .sidebar-item[data-sidebar=category] .sidebar-submition .btn span{margin-left:auto!important}.products__list .sidebar-left.sidebar-sideOut .sidebar-item__body{padding:16px}.products__list .sidebar-left.sidebar-sideOut .sidebar-item__body::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}.products__list .sidebar-left.sidebar-sideOut .sidebar-item__body::-webkit-scrollbar{width:6px;background-color:transparent}.products__list .sidebar-left.sidebar-sideOut .sidebar-item__body::-webkit-scrollbar-thumb{border-radius:10px;background-color:#0978be}.products__list .sidebar-left.sidebar-sideOut .sidebar-item.active{display:block}}.products__list .sidebar-right{-webkit-box-flex:0;-ms-flex:0 0 var(--sidebar-right-width);flex:0 0 var(--sidebar-right-width);max-width:var(--sidebar-right-width);padding-left:var(--sidebar-spacing)}@media (max-width:992px){.products__list .sidebar-right{padding-left:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.products__list .reset-filter{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#0978be;border:none;outline:0;font-weight:600;margin-right:16px;background-color:transparent;cursor:pointer}.products__list .reset-filter:disabled{cursor:default;color:#9bacbc}.products__list .sidebar-category{--active-color:#0978be;--text-color:#00131f;list-style:none;padding:0;margin:0}.products__list .sidebar-category__item{padding-bottom:17px;margin-bottom:17px;border-bottom:solid 1px #d6e3e8}.products__list .sidebar-category__item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.products__list .sidebar-category__link{font-weight:700}.products__list .sidebar-category__link.active{color:var(--active-color)}.products__list .sidebar-category .icon-expand-more{padding-left:15px;font-size:20px}.products__list .sidebar-category .icon-expand-more::before{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:block}.products__list .sidebar-category .sub-menu{padding-top:16px}.products__list .sidebar-category .sub-menu__item{padding-bottom:16px}.products__list .sidebar-category .sub-menu__item:last-child{padding-bottom:0}.products__list .sidebar-category a.open-menu{color:var(--active-color)}.products__list .sidebar-category a.open-menu .icon-expand-more::before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.products__list .sidebar-category ul{list-style:none;margin:0;padding:0 0 0 24px}.products__list .sidebar-category a{color:var(--text-color);font-size:16px;line-height:24px;display:-webkit-box;display:-ms-flexbox;display:flex}.products .product-empty{padding:88px 24px;border-radius:40px;background:-webkit-gradient(linear,left top,left bottom,color-stop(30.1%,#fff),to(rgba(255,255,255,0)));background:linear-gradient(180deg,#fff 30.1%,rgba(255,255,255,0) 100%);text-align:center}.products .product-empty .products__empty-text{margin-top:40px}.products .products-sidebar{--bg:#f0f5f6;--radius:24px}.products .products-sidebar .product-sidebar-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.products .products-sidebar .product-sidebar-group>.item{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 8px);flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px);background-color:#0978be;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 10px;cursor:pointer}.products .products-sidebar .product-sidebar-group>.item.one-column{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.products .products-sidebar .product-sidebar-group>.item span{margin-right:8px}.products .products-sidebar .product-sidebar-group>.item:not(:last-child){margin-right:16px}.products .products-sidebar .sidebar-item{border-bottom:solid 1px #d6e3e8;padding-bottom:40px;margin-bottom:40px}.products .products-sidebar .sidebar-item:last-child{border-bottom:none;padding-bottom:0}.products .products-sidebar .sidebar-item .sidebar-filter{background-color:var(--bg);border-radius:var(--radius);padding:16px}.products .products-sidebar .sidebar-item .sidebar-filter:not(:last-child){margin-bottom:8px}.products .products-sidebar .sidebar-item .sidebar-filter .icon-expand-more::before{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:block}.products .products-sidebar .sidebar-item .sidebar-filter.active .icon-expand-more::before{-webkit-transform:rotate(0);transform:rotate(0)}.products .products-sidebar .sidebar-item .sidebar-filter__title{font-size:16px;cursor:pointer}.products .products-sidebar .sidebar-item .sidebar-filter__title span{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:block}.products .products-sidebar .sidebar-item .sidebar-filter__title.active span{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.products .products-sidebar .sidebar-item .sidebar-filter__body{margin-top:16px;max-height:200px;overflow-y:auto}.products .products-sidebar .sidebar-item .sidebar-filter__body::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}.products .products-sidebar .sidebar-item .sidebar-filter__body::-webkit-scrollbar{width:2px;background-color:transparent}.products .products-sidebar .sidebar-item .sidebar-filter__body::-webkit-scrollbar-thumb{border-radius:10px;background-color:#0978be}.products .products-sidebar .sidebar-item .sidebar-filter .form-checkbox,.products .products-sidebar .sidebar-item .sidebar-filter .form-radio{position:relative}.products .products-sidebar .sidebar-item .sidebar-filter .form-checkbox:not(:last-child),.products .products-sidebar .sidebar-item .sidebar-filter .form-radio:not(:last-child){border-bottom:solid 1px #d6e3e8}.products .products-sidebar .sidebar-item .sidebar-filter .form-checkbox input,.products .products-sidebar .sidebar-item .sidebar-filter .form-radio input{opacity:0;position:absolute;width:100%;height:100%;cursor:pointer;visibility:hidden}.products .products-sidebar .sidebar-item .sidebar-filter .form-checkbox label,.products .products-sidebar .sidebar-item .sidebar-filter .form-radio label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 0;cursor:pointer}.products .products-sidebar .sidebar-item .sidebar-filter .form-checkbox label:before,.products .products-sidebar .sidebar-item .sidebar-filter .form-radio label:before{color:#0978be;font-family:icomoon;margin-right:10px}.products .products-sidebar .sidebar-item .sidebar-filter .form-radio label:before{content:"\e925"}.products .products-sidebar .sidebar-item .sidebar-filter .form-radio input:checked+label:before{content:"\e924"}.products .products-sidebar .sidebar-item .sidebar-filter .form-checkbox label:before{content:"\e92b"}.products .products-sidebar .sidebar-item .sidebar-filter .form-checkbox input:checked+label:before{content:"\e92a"}.products .products-sidebar .sidebar-item .sidebar-filter .form-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.products .products-sidebar .sidebar-item .sidebar-filter .form-price .price-field{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 19px);flex:0 0 calc(50% - 19px);max-width:calc(50% - 19px)}.products .products-sidebar .sidebar-item .sidebar-filter .form-price .price-field input{width:100%;background-color:#e1edf2;height:24px;padding:0 4px;border-radius:8px;border:none;outline:0;color:#00131f;font-size:12px}.products .products-sidebar .sidebar-item .sidebar-filter .form-price .divine{-webkit-box-flex:0;-ms-flex:0 0 38px;flex:0 0 38px;text-align:center;color:#000;font-size:12px}.homepage-carousel{position:relative;overflow:hidden;-webkit-transition:border-radius .1s linear;transition:border-radius .1s linear}.homepage-carousel .slide-button{position:absolute;top:50%;width:56px;height:56px;background-color:rgba(0,19,38,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;border-radius:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;z-index:2;font-size:25px}.homepage-carousel .slide-button.owl-next{right:24px}.homepage-carousel .slide-button.owl-prev{left:24px}@media (max-width:1024px){.homepage-carousel .slide-button{width:36px;height:36px;font-size:20px}.homepage-carousel .slide-button.owl-next{right:16px}.homepage-carousel .slide-button.owl-prev{left:16px}}@media (max-width:767px){.homepage-carousel .slide-button{display:none}}@media (min-width:768px){.homepage-carousel.cornered{border-radius:0 0 80px 80px}}.homepage-carousel .carousel__item.overlay:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:rgba(0,0,0,.3)}.homepage-carousel .carousel__video{line-height:0}.homepage-carousel .carousel__video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.homepage-carousel .carousel__image,.homepage-carousel .carousel__video{height:calc(var(--vh,1vh) * 100 - 65px)}@media (max-width:768px){.homepage-carousel .carousel__image,.homepage-carousel .carousel__video{height:calc(var(--vh,1vh) * 100 - 60px)}}.homepage-carousel .carousel__image img,.homepage-carousel .carousel__image video,.homepage-carousel .carousel__video img,.homepage-carousel .carousel__video video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media (min-width:769px){.homepage-carousel .carousel__image img.mobile,.homepage-carousel .carousel__image video.mobile,.homepage-carousel .carousel__video img.mobile,.homepage-carousel .carousel__video video.mobile{display:none}}@media (max-width:768px){.homepage-carousel .carousel__image img.desktop,.homepage-carousel .carousel__image video.desktop,.homepage-carousel .carousel__video img.desktop,.homepage-carousel .carousel__video video.desktop{display:none}}.homepage-carousel .carousel__image img:not(.mobile),.homepage-carousel .carousel__image video:not(.mobile),.homepage-carousel .carousel__video img:not(.mobile),.homepage-carousel .carousel__video video:not(.mobile){width:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.homepage-carousel .carousel__image .only-desktop,.homepage-carousel .carousel__image video,.homepage-carousel .carousel__video .only-desktop,.homepage-carousel .carousel__video video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.homepage-carousel .carousel__content{z-index:3;text-shadow:-1px 3px 5px rgba(0,0,0,.75)}.homepage-carousel .carousel__content .btn{text-shadow:none}@media (min-width:769px){.homepage-carousel .carousel__content{position:absolute;bottom:50%;left:0;-webkit-transform:translateY(50%);transform:translateY(50%);width:100%}}@media (min-width:769px) and (max-width:1320px){.homepage-carousel .carousel__content{padding:0 160px}}@media (max-width:1024px) and (min-width:769px){.homepage-carousel .carousel__content{padding:0 0 0 60px}}@media (max-width:768px){.homepage-carousel .carousel__content{padding:0 0 44px 0;position:absolute;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;bottom:0;left:0;text-align:left;width:100%}}.homepage-carousel .carousel__content--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;max-width:80%}@media (max-width:768px){.homepage-carousel .carousel__content--inner{max-width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}}.homepage-carousel .carousel__content--title{line-height:46px;font-size:40px}.homepage-carousel .carousel__content--head{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.homepage-carousel .carousel__content--image{max-width:330px}@media (max-width:768px){.homepage-carousel .carousel__content--image{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;max-width:180px;margin:0 auto 16px}}@media (max-width:768px){.homepage-carousel .carousel__content--body{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:left}}.homepage-carousel .carousel__content div>*{margin-bottom:0}.homepage-carousel .carousel-controls{position:absolute;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;bottom:40px;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);display:none}@media (max-width:768px){.homepage-carousel .carousel-controls{right:inherit;bottom:15px}}.homepage-carousel .carousel-controls .controls{padding:0 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.homepage-carousel .carousel-controls .controls .nav-control{width:24px;height:24px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.homepage-carousel .carousel-controls .controls .dots{line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;padding:0 8px}.homepage-carousel .carousel-controls .controls .dots span{width:8px;height:8px;background-color:#fff;border:none;border-radius:8px;padding:0;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;position:relative;overflow:hidden;opacity:1;margin:0}.homepage-carousel .carousel-controls .controls .dots span span{position:absolute;top:0;left:0;height:100%}.homepage-carousel .carousel-controls .controls .dots span.swiper-pagination-bullet-active{width:80px}.homepage-carousel .carousel-controls .controls .dots span.swiper-pagination-bullet-active span{background-color:var(--color-primary)}.mpe-customer-form{background-color:#f4faff;padding:220px 0 40px;border-radius:80px 80px 0 0}@media (max-width:1024px){.mpe-customer-form{margin-top:80px;padding-top:80px;padding-bottom:40px}}@media (min-width:992px){.mpe-customer-form .tabs__item{padding-bottom:175px}}.mpe-customer-form .form-title{text-align:center}.mpe-customer-form .form-title *{margin:0}.mpe-customer-form .block-form{padding:25px;position:relative}.mpe-customer-form .block-form:before{content:"";border-radius:24px;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(4.5px);backdrop-filter:blur(4.5px);position:absolute;top:0;left:0;width:100%;height:100%}.mpe-customer-form .block-form .formio>*{position:relative;z-index:2}.mpe-customer-form .block-form .formio .formio-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -16px}.mpe-customer-form .block-form .formio .formio-form>*{margin:0 8px 16px}.mpe-customer-form .block-form .formio .formio-form .formio-component-fieldSet,.mpe-customer-form .block-form .formio .formio-form .formio-component-submit{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 16px);flex:0 0 calc(100% - 16px);max-width:calc(100% - 16px)}.mpe-customer-form .block-form .formio .formio-form .formio-component-submit button[type=submit]{background-color:var(--color-primary)}.mpe-customer-form .block-form .formio .formio-form .formio-component-submit button[type=submit]:hover{background-color:#00131f}.mpe-customer-form .block-form .formio .formio-form .formio-component-Diachi,.mpe-customer-form .block-form .formio .formio-form .formio-component-district,.mpe-customer-form .block-form .formio .formio-form .formio-component-file,.mpe-customer-form .block-form .formio .formio-form .formio-component-province,.mpe-customer-form .block-form .formio .formio-form .formio-component-wards{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 16px);flex:0 0 calc(25% - 16px);max-width:calc(25% - 16px)}@media (max-width:991.98px){.mpe-customer-form .block-form .formio .formio-form .formio-component-Diachi,.mpe-customer-form .block-form .formio .formio-form .formio-component-district,.mpe-customer-form .block-form .formio .formio-form .formio-component-file,.mpe-customer-form .block-form .formio .formio-form .formio-component-province,.mpe-customer-form .block-form .formio .formio-form .formio-component-wards{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 16px);flex:0 0 calc(50% - 16px);max-width:calc(50% - 16px)}}@media (max-width:575.98px){.mpe-customer-form .block-form .formio .formio-form .formio-component-Diachi,.mpe-customer-form .block-form .formio .formio-form .formio-component-district,.mpe-customer-form .block-form .formio .formio-form .formio-component-file,.mpe-customer-form .block-form .formio .formio-form .formio-component-province,.mpe-customer-form .block-form .formio .formio-form .formio-component-wards{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 16px);flex:0 0 calc(100% - 16px);max-width:calc(100% - 16px)}}.mpe-customer-form .block-form .formio .formio-form .formio-component-email,.mpe-customer-form .block-form .formio .formio-form .formio-component-phonenumber,.mpe-customer-form .block-form .formio .formio-form .formio-component-website{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 16px);flex:0 0 calc(50% - 16px);max-width:calc(50% - 16px)}@media (max-width:991.98px){.mpe-customer-form .block-form .formio .formio-form .formio-component-email,.mpe-customer-form .block-form .formio .formio-form .formio-component-phonenumber,.mpe-customer-form .block-form .formio .formio-form .formio-component-website{-webkit-box-flex:0!important;-ms-flex:0 0 calc(100% - 16px)!important;flex:0 0 calc(100% - 16px)!important;max-width:calc(100% - 16px)!important}}.mpe-customer-form .block-form .formio .formio-form .formio-component-contact,.mpe-customer-form .block-form .formio .formio-form .formio-component-tenCuaHang,.mpe-customer-form .block-form .formio .formio-form .formio-component-wholesaler{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:calc(100% - 16px);flex-basis:calc(100% - 16px)}@media (min-width:992px){.mpe-customer-form .block-form .formio .formio-form .formio-component-contact,.mpe-customer-form .block-form .formio .formio-form .formio-component-tenCuaHang,.mpe-customer-form .block-form .formio .formio-form .formio-component-wholesaler{-ms-flex-preferred-size:calc(50% - 16px);flex-basis:calc(50% - 16px)}}.mpe-customer-form .block-form .formio .formio-form .formio-component-wholesaler:not(:has(label)){display:none}.mpe-customer-form .block-form .formio .formio-form .formio-component-file{border:none;padding:0}.mpe-customer-form .block-form .formio .formio-form .formio-component-file label{display:none}.mpe-customer-form .block-form .formio .formio-form .formio-component-file .fileSelector{padding:0;margin:0;display:none;border:none}.mpe-customer-form .block-form .formio .formio-form .formio-component-file .browse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mpe-customer-form .block-form .formio .formio-form .formio-component-file .browse__icon{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;width:32px}.mpe-customer-form .block-form .formio .formio-form .formio-component-file .browse__text{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 32px);flex:0 0 calc(100% - 32px);width:calc(100% - 32px);color:#00131f;font-weight:700;font-size:12px;text-align:left;padding-left:16px}.mpe-customer-form .block-form .formio .formio-form .formio-component-file .browse__text .required{color:#ff4949}.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-tert{-webkit-box-flex:0;-ms-flex:0 0 calc(14% - 16px);flex:0 0 calc(14% - 16px);max-width:calc(14% - 16px)}.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-hoVaTen,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-phonenumber,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-tenCongTyThau{-webkit-box-flex:0;-ms-flex:0 0 calc(28.6666666667% - 16px);flex:0 0 calc(28.6666666667% - 16px);max-width:calc(28.6666666667% - 16px)}.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-district,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-province,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-wards{-webkit-box-flex:0;-ms-flex:0 0 calc(33.3333333333% - 16px);flex:0 0 calc(33.3333333333% - 16px);max-width:calc(33.3333333333% - 16px)}.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-Diachi,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-recaptcha{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 16px);flex:0 0 calc(100% - 16px);max-width:calc(100% - 16px)}.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-layHangTuDau{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 16px);flex:0 0 calc(50% - 16px);max-width:calc(50% - 16px)}@media (max-width:1024px){.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-Diachi,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-district,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-hoVaTen,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-phonenumber,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-province,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-tenCongTyThau,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-tert,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-wards{-webkit-box-flex:0!important;-ms-flex:0 0 calc(50% - 16px)!important;flex:0 0 calc(50% - 16px)!important;max-width:calc(50% - 16px)!important}.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-contact,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-layHangTuDau{-webkit-box-flex:0!important;-ms-flex:0 0 calc(100% - 16px)!important;flex:0 0 calc(100% - 16px)!important;max-width:calc(100% - 16px)!important}}@media (max-width:600px){.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-Diachi,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-contact,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-district,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-hoVaTen,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-layHangTuDau,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-phonenumber,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-province,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-tenCongTyThau,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-tert,.mpe-customer-form #danh-cho-nha-thau .block-form .formio-component-wards{-webkit-box-flex:0!important;-ms-flex:0 0 calc(100% - 16px)!important;flex:0 0 calc(100% - 16px)!important;max-width:calc(100% - 16px)!important}}.mpe-customer-form .form-kv{position:absolute;bottom:-175px;right:-50px;max-width:77%;text-align:right}.mpe-customer-form .form-kv img{max-width:100%}@media (max-width:991.98px){.mpe-customer-form .form-kv{display:none}}.mpe-customer-form .grid-content{text-align:center}.mpe-customer-form .grid-content .title-icon{display:block}.mpe-customer-form .grid-content .title-icon img{display:block;margin:0 auto 16px}@media (max-width:991.98px){.mpe-customer-form .grid-content{padding-right:0}}.mpe-customer-form .choices__list--single{line-height:1}.project-partner{padding-top:220px}@media (max-width:1024px){.project-partner{padding-top:120px}}.project-partner .partner-list{position:relative}@media (max-width:575px){.project-partner .partner-list .swiper-btn-left,.project-partner .partner-list .swiper-btn-right{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#00131f;font-size:26px;z-index:2}.project-partner .partner-list .swiper-btn-left.swiper-button-disabled,.project-partner .partner-list .swiper-btn-right.swiper-button-disabled{opacity:.5;cursor:not-allowed}.project-partner .partner-list .swiper-btn-left{left:20px}.project-partner .partner-list .swiper-btn-right{right:20px}.project-partner .partner-list .logo-item{padding:0 40px}}@media (min-width:576px){.project-partner .partner-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:1;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;justify-content:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.project-partner .partner-list .swiper-btn-left,.project-partner .partner-list .swiper-btn-right{display:none}.project-partner .partner-list .swiper-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:450px){.project-partner .partner-list{margin-left:-15px;margin-right:-15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}.project-partner .partner-list .logo-item{margin:0 15px 15px}@media (max-width:575px){.project-partner .partner-list .logo-item{text-align:center;margin:0}.project-partner .partner-list .logo-item img{margin-left:auto;margin-right:auto}}@media (min-width:576px){.project-partner .partner-list .logo-item{width:auto}}.project-partner .partner-list .owl-item{-webkit-box-flex:0;-ms-flex:none;flex:none}.project-partner .partner-list .owl-item img{width:auto;max-width:100%}.project-partner .projects{width:100%;padding:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,0)),to(rgba(255,255,255,0))),url(../../assets/images/partner-default.png),#d3d3d3 0 -164.983px/100% 160.078% no-repeat;background:linear-gradient(0deg,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%),url(../../assets/images/partner-default.png),#d3d3d3 0 -164.983px/100% 160.078% no-repeat}@media (max-width:991.98px){.project-partner .projects{padding:40px 15px}}.project-partner .projects .projects-bg__item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.project-partner .projects .projects-bg__item.active{opacity:1}.project-partner .projects .projects-bg__item:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,0)),to(rgba(255,255,255,0))),#d3d3d3 0 -164.983px/100% 160.078% no-repeat;background:linear-gradient(0deg,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%),#d3d3d3 0 -164.983px/100% 160.078% no-repeat;opacity:.1}.project-partner .projects .projects-bg__item img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-partner .projects:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,0)),to(rgba(255,255,255,0))),#d3d3d3 0 -164.983px/100% 160.078% no-repeat;background:linear-gradient(0deg,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%),#d3d3d3 0 -164.983px/100% 160.078% no-repeat;opacity:.1}.project-partner .projects .projects-list{max-width:1440px}.project-partner .projects .projects-list .owl-stage-outer{overflow:inherit}.project-partner .projects .projects-list__item{width:320px}@media (max-width:575.98px){.project-partner .projects .projects-list__item{width:270px}}.project-partner .projects .projects-list__item .inner{min-height:440px;position:relative;z-index:3}.project-partner .projects .projects-list__item .icon img{width:auto;max-width:100%;margin-left:auto;margin-right:auto}.project-partner .projects .projects-list__item .left-side,.project-partner .projects .projects-list__item .right-side{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:opacity .35s ease-in-out,-webkit-transform .5s ease;transition:opacity .35s ease-in-out,-webkit-transform .5s ease;transition:opacity .35s ease-in-out,transform .5s ease;transition:opacity .35s ease-in-out,transform .5s ease,-webkit-transform .5s ease;padding:40px;border-radius:24px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.project-partner .projects .projects-list__item .left-side>*,.project-partner .projects .projects-list__item .right-side>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.project-partner .projects .projects-list__item .left-side{border:solid 1px #fff}.project-partner .projects .projects-list__item .left-side .desc p{margin:0;line-height:24px}.project-partner .projects .projects-list__item .right-side{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);opacity:0}.project-partner .projects .projects-list__item .right-side>*{position:relative;z-index:2}.project-partner .projects .projects-list__item .right-side::before{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(255,240,211,.47);-webkit-filter:blur(16px);filter:blur(16px)}.project-partner .projects .projects-list__item .right-side .desc p{line-height:24px;margin:0 0 8px}.project-partner .projects .projects-list__item.active .left-side{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);opacity:0}.project-partner .projects .projects-list__item.active .right-side{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:1}.project-partner .projects .projects-list:not(.mobile) .projects-list__item:hover .left-side{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);opacity:0}.project-partner .projects .projects-list:not(.mobile) .projects-list__item:hover .right-side{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:1}@media (max-width:575px){html[lang=vn] .project-and-partner .text-title{max-width:323px}}.project-and-partner .typical-projects{position:relative}.project-and-partner .typical-projects .swiper-pagination{bottom:0;display:none;position:relative;margin-top:24px}@media (max-width:1300px){.project-and-partner .typical-projects .swiper-pagination{display:block}}.project-and-partner .typical-projects .swiper-pagination-active{background-color:#0978be}.project-and-partner .typical-projects .swiper-slide{height:540px;border-radius:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-size:cover;background-position:center center;background-repeat:no-repeat;padding:24px;color:#fff;overflow:hidden}@media only screen and (orientation:landscape) and (min-width:1024px){.project-and-partner .typical-projects .swiper-slide{max-height:calc(100vh - 200px)}}@media (max-width:1399.98px){.project-and-partner .typical-projects .swiper-slide{height:480px}}@media (max-width:767.98px){.project-and-partner .typical-projects .swiper-slide{height:400px}}.project-and-partner .typical-projects .swiper-slide:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,left bottom,color-stop(35.02%,rgba(0,0,0,0)),color-stop(80.01%,rgba(0,0,0,.91)));background:linear-gradient(180deg,rgba(0,0,0,0) 35.02%,rgba(0,0,0,.91) 80.01%)}.project-and-partner .typical-projects .swiper-slide .item__content{position:relative;z-index:2}@media (max-width:600px){.project-and-partner .typical-projects .swiper-slide .item__content h4{font-size:20px}}.project-and-partner .typical-projects .swiper-slide .item__content .location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Manrope,sans-serif}@media (max-width:600px){.project-and-partner .typical-projects .swiper-slide .item__content .location{font-size:14px}}.project-and-partner .typical-projects .swiper-slide .item__content .location span{margin-right:8px}.project-and-partner .typical-projects .swiper-slide .item__desc{overflow:hidden;-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out}@media (min-width:992px){.project-and-partner .typical-projects .swiper-slide .item__desc{height:0}}.project-and-partner .typical-projects .swiper-slide .item__desc p{font-family:Manrope,sans-serif;text-overflow:ellipsis;overflow:hidden;height:48px;-webkit-line-clamp:2}@media (max-width:600px){.project-and-partner .typical-projects .swiper-slide .item__desc p{font-size:14px;height:42px}}@media (min-width:992px){.project-and-partner .typical-projects .swiper-slide:hover .item__desc{height:120px}}.project-and-partner .typical-projects .slide-button{position:absolute;top:50%;width:56px;height:56px;background-color:#d9d9d9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;border-radius:100%;cursor:pointer;z-index:2;font-size:25px}@media (max-width:1300px){.project-and-partner .typical-projects .slide-button{display:none}}.project-and-partner .typical-projects .slide-button.owl-next{right:-70px;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%)}@media (max-width:1440px){.project-and-partner .typical-projects .slide-button.owl-next{right:-20px}}.project-and-partner .typical-projects .slide-button.owl-prev{left:-70px;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}@media (max-width:1440px){.project-and-partner .typical-projects .slide-button.owl-prev{left:-20px}}.project-and-partner .partner-list{position:relative;overflow:hidden}@media (max-width:575px){.project-and-partner .partner-list .swiper-btn-left,.project-and-partner .partner-list .swiper-btn-right{position:absolute;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#00131f;font-size:26px;z-index:2}.project-and-partner .partner-list .swiper-btn-left.swiper-button-disabled,.project-and-partner .partner-list .swiper-btn-right.swiper-button-disabled{opacity:.5;cursor:not-allowed}.project-and-partner .partner-list .swiper-btn-left{left:20px}.project-and-partner .partner-list .swiper-btn-right{right:20px}.project-and-partner .partner-list .logo-item{padding:0 40px}}@media (min-width:576px){.project-and-partner .partner-list .swiper-btn-left,.project-and-partner .partner-list .swiper-btn-right{display:none}}@media (max-width:450px){.project-and-partner .partner-list{margin-left:-15px;margin-right:-15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}@media (min-width:769px){.project-and-partner .partner-list .logo-item{max-width:190px}}@media (max-width:575px){.project-and-partner .partner-list .logo-item{text-align:center;margin:0}.project-and-partner .partner-list .logo-item img{margin-left:auto;margin-right:auto}}@media (min-width:576px){.project-and-partner .partner-list .logo-item{width:auto}}.project-and-partner .partner-list .owl-item{-webkit-box-flex:0;-ms-flex:none;flex:none}.project-and-partner .partner-list .owl-item img{width:auto;max-width:100%}.marquee-logo{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.marquee-logo .marquee__group{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;min-width:100%;animation-direction:reverse;-webkit-animation-delay:-3s;animation-delay:-3s;-webkit-animation:scroll-x 45s linear infinite;animation:scroll-x 45s linear infinite}@-webkit-keyframes scroll-x{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes scroll-x{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.toggle-list .toggle__item{padding:24px 0;border-bottom:solid 1px #d9d9d9}.toggle-list .toggle__item .toggle__body{padding-top:40px}@media (max-width:992px){.toggle-list .toggle__item .toggle__body{padding-top:24px}}.toggle-list .toggle__item .toggle__body .inner{background-color:#00131f;border-radius:40px;overflow:hidden;padding:16px 16px 16px 40px}@media (max-width:992px){.toggle-list .toggle__item .toggle__body .inner{border-radius:32px;padding:32px}}.toggle-list .toggle__item:first-child{padding-top:0}.toggle-list .toggle__item:last-child{padding-bottom:0;border:none}.toggle-list .toggle__item:not(.active){cursor:pointer}@media (max-width:992px){.toggle-list .toggle__item .toggle__img{text-align:center}.toggle-list .toggle__item .toggle__img img{margin:0 auto}.toggle-list .toggle__item .toggle__content{max-width:100%}}.toggle-list .toggle__content{margin-top:59px;color:#fff;max-width:490px}@media (max-width:991.98px){.toggle-list .toggle__content{margin-top:3rem}}@media (max-width:767.98px){.toggle-list .toggle__content{margin-top:1.5rem}}.toggle-list .toggle__content h3{font-size:28px;line-height:normal;margin:0}@media (max-width:991.98px){.toggle-list .toggle__content h3{font-size:20px}}@media (max-width:767.98px){.toggle-list .toggle__content h3{font-size:18px}}.toggle-list .toggle__content p{font-family:Manrope,sans-serif;font-weight:400;margin-top:24px}.toggle-list .toggle__head{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:28px;line-height:33px;font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.toggle-list .toggle__head .icon-expand-more{display:block;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.toggle-list .toggle__head.active .icon-expand-more{-webkit-transform:rotate(0);transform:rotate(0)}@media (max-width:991.98px){.toggle-list .toggle__head{font-size:24px}}@media (max-width:767.98px){.toggle-list .toggle__head{font-size:20px}}.toggle-list .toggle__head .icon{margin-right:40px}.toggle-list .toggle__head .icon img{max-width:57px}@media (max-width:992px){.toggle-list .toggle__head .icon img{max-width:40px}}.whyChooseMpe{padding-top:60px}.whyChooseMpe .whyChooseMpe-heading{z-index:2}@media (max-width:991.98px){.whyChooseMpe{padding:20px 0 0}}.look-and-feel{margin-top:80px;overflow:hidden;background-repeat:no-repeat}.look-and-feel .text-title{white-space:pre-line}@media (max-width:1024px){.look-and-feel{border-radius:0;margin-top:40px;background:0 0!important}.look-and-feel .block-bottom{margin:0 -16px;position:relative}}.look-and-feel .mpe-video-button{position:absolute;right:15%}@media (max-width:1024px){.look-and-feel .mpe-video-button{top:30%}}@media (min-width:1025px){.look-and-feel{background-size:100% auto;background-position:top center}.look-and-feel .thumbnail{display:none}.look-and-feel .section-content{position:absolute}}@media (max-width:768px){.look-and-feel{background-size:contain;background-position:bottom center}}.look-and-feel:after{content:"";display:block;padding-top:46.555555%}@media (max-width:1024px){.look-and-feel:after{display:none}}@media (max-width:1024px){.look-and-feel .mpesmartfactory-content{width:100%}}@media (max-width:420px){.look-and-feel .mpesmartfactory-content h3{font-size:20px!important}}@media (max-width:320px){.look-and-feel .mpesmartfactory-content h3{font-size:18px!important}}.home-product{--color-default:#9BACBC;--color-active:#0978BE;--spacing-desktop:160px 0 120px;--spacing-mobile:80px 0 40px;--font-size:32px;--line-height:38px;--font-weight:700;padding:var(--spacing-desktop);margin-bottom:20px}@media (max-width:768px){.home-product{padding:var(--spacing-mobile);margin-bottom:0}}.home-product .tabs-switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home-product .tabs__link{color:var(--color-default);font-size:var(--font-size);line-height:var(--line-height);font-weight:var(--font-weight);display:block;cursor:pointer}.home-product .tabs__link.active{color:var(--color-active)}@media (max-width:768px){.home-product .tabs__link{font-size:24px;line-height:32px}}@media (max-width:500px){.home-product .tabs__link{font-size:14px;line-height:18px}}.home-product .tabs .switch{margin:0 40px;width:48px;height:25px;background:#c1e7ff;border-radius:1000px;padding:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;position:relative}@media (max-width:768px){.home-product .tabs .switch{margin:0 24px}}.home-product .tabs .switch:after{content:"";display:block;background-color:#0978be;width:17px;height:17px;display:block;border-radius:100%;position:absolute;left:4px;top:50%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.home-product .tabs .tabs-switch[data-active="1"] .switch:after{left:calc(100% - 21px)}.home-product .tabs__item{width:calc(100% + 40px);margin-left:-20px;padding:0;position:relative}.home-product .tabs__item .swiper-pagination{bottom:0;display:none}@media (max-width:1300px){.home-product .tabs__item .swiper-pagination{display:block}}.home-product .tabs__item .swiper-pagination-active{background-color:#0978be}.home-product .tabs__item .slide-button{position:absolute;top:50%;width:56px;height:56px;background-color:#d9d9d9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;border-radius:100%;cursor:pointer;z-index:2;font-size:25px}@media (max-width:1300px){.home-product .tabs__item .slide-button{display:none}}.home-product .tabs__item .slide-button.owl-next{right:-50px;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%)}@media (max-width:1440px){.home-product .tabs__item .slide-button.owl-next{right:0}}.home-product .tabs__item .slide-button.owl-prev{left:-50px;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}@media (max-width:1440px){.home-product .tabs__item .slide-button.owl-prev{left:0}}.home-product .tabs-content .swiper:not(.swiper-initialized){display:none}.home-product .tabs-content .swiper{padding:40px 20px}.product-category-grid .row{margin-left:-8px;margin-right:-8px}.product-category-grid .row>*{padding:0 8px}@media (max-width:768px) and (min-width:350px){.product-category-grid .catgory-grid-mobile{padding:0}}.product-category-grid .category-item{position:relative;background-size:cover;background-position:center center;background-repeat:no-repeat;border-radius:32px;margin-bottom:16px}@media (min-width:768px){.product-category-grid .category-item:last-child{margin-bottom:0}}.product-category-grid .category-item.big-size{min-height:558px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.product-category-grid .category-item.big-size .category-item__content{padding:0 40px 40px}.product-category-grid .category-item.big-size .category-item__content h3{text-shadow:0 0 5px #000}@media (max-width:767px){.product-category-grid .category-item.big-size{min-height:195px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-category-grid .category-item.big-size .category-item__content{padding:20px 40px}}.product-category-grid .category-item:not(.big-size){min-height:175px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-category-grid .category-item:not(.big-size) .category-item__content{padding:20px 40px}.product-category-grid .category-item:not(.big-size) .category-item__content h3{text-shadow:0 0 5px #000;position:relative;padding-right:20px}.product-category-grid .category-item:not(.big-size) .category-item__content h3 .icon-arrow-up-right{position:absolute;right:0;bottom:0}@media (max-width:767px){.product-category-grid .category-item:not(.big-size) .category-item__content{padding:20px}}@media (max-width:767px){.product-category-grid .category-item:not(.big-size){-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 16px);flex:0 0 calc(50% - 16px);max-width:calc(50% - 16px);margin-left:8px;margin-right:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:300px}.product-category-grid .category-item:not(.big-size) h3{font-size:18px!important}}@media (max-width:500px){.product-category-grid .category-item:not(.big-size){height:300px}}@media (max-width:420px){.product-category-grid .category-item:not(.big-size) h3{font-size:12px!important}}@media (max-width:400px){.product-category-grid .category-item:not(.big-size){height:250px}}@media (max-width:349px){.product-category-grid .category-item:not(.big-size){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-left:0;margin-right:0;height:200px}.product-category-grid .category-item:not(.big-size) h3{font-size:14px!important}}.product-category-grid .category-item .category__thumbnail{position:relative}.product-category-grid .category-item .category__thumbnail:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0)}@media (max-width:767px){.product-category-grid .category-item{background:0 0!important;height:auto!important;min-height:0!important;overflow:hidden;border-radius:24px}.product-category-grid .category-item .category-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:block}.product-category-grid .category-item .category-item__content{position:absolute;bottom:0;left:0;width:100%}}.light-solutions{position:relative}.light-solutions .swiper.main-slide{overflow:inherit}.light-solutions .slide-button{position:absolute;top:50%;width:56px;height:56px;background-color:rgba(0,19,38,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;border-radius:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;z-index:2;font-size:25px}.light-solutions .slide-button.swiper-button-disabled{opacity:.3;cursor:default}.light-solutions .slide-button.owl-next{right:24px}.light-solutions .slide-button.owl-prev{left:24px}@media (max-width:1024px){.light-solutions .slide-button{width:36px;height:36px;font-size:20px}.light-solutions .slide-button.owl-next{right:16px}.light-solutions .slide-button.owl-prev{left:16px}}@media (max-width:767px){.light-solutions .slide-button{display:none}}.light-solutions__pager{z-index:2;top:0;left:50%;width:100%;max-width:642px;padding-top:20px;padding-bottom:20px;position:absolute;text-align:center;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}@media (max-width:768px){.light-solutions__pager{padding-top:30px}}.light-solutions__pager .tabs__head{border-radius:1000px;overflow:hidden;background-color:rgba(0,49,97,.6);padding:4px;max-width:100%}.light-solutions__pager .tabs__link{height:56px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 16px;color:#c1e7ff;border-radius:56px;font-size:14px;font-weight:700;font-family:Manrope,sans-serif}.light-solutions__pager .tabs__link .icon{margin-right:16px;max-width:24px;display:none}@media (max-width:1024px){.light-solutions__pager .tabs__link{height:48px;font-size:12px;border-radius:48px}}.light-solutions__pager .sticky-tabs{opacity:0}.light-solutions__pager .sticky-tabs.sticky-show{opacity:1}@media (max-width:1099px){.light-solutions__pager .sticky-tabs{display:inline-block;max-width:100%}}.light-solutions__pager .sticky-tabs.auto-width{display:inline-block;max-width:100%}@media (min-width:1100px){.light-solutions__pager .sticky-tabs:not(.auto-width){width:100%;margin:0 auto}}.light-solutions__pager .sticky-tabs .swiper-slide{width:auto}.light-solutions__pager .sticky-tabs .tabs__head{border-radius:1000px;overflow:hidden;padding:4px}.light-solutions__pager .sticky-tabs .tabs__link{height:56px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 16px;color:#fff;border-radius:56px;font-weight:700;font-family:Manrope,sans-serif}.light-solutions__pager .sticky-tabs .tabs__link .icon{margin-right:16px;max-width:24px;display:none}@media (max-width:1024px){.light-solutions__pager .sticky-tabs .tabs__link{height:48px;font-size:12px;border-radius:48px}}.light-solutions__pager .sticky-tabs .tabs__link.active{color:#00131f!important;background-color:#fff!important}.light-solutions__pager .sticky-tabs .tabs__link.active .icon{display:block}.light-solutions__item{background-size:cover;background-repeat:no-repeat;background-position:center center}.light-solutions__item .inner-item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;position:relative;min-width:1440px}.light-solutions__item .inner-item.img-loaded .points{opacity:1;visibility:visible}.light-solutions__item.overlay:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,19,31,.3)}.light-solutions__item .item__thumbnail img{width:100%}.light-solutions__item .item__body{z-index:2}.light-solutions__item .points{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.light-solutions__item .points .point{position:absolute}.light-solutions__item .points .point.active{z-index:1}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 8px #c1e7ff,0 0 0 0 rgba(193,231,255,.9);box-shadow:0 0 0 8px #c1e7ff,0 0 0 0 rgba(193,231,255,.9)}70%{-webkit-box-shadow:0 0 0 8px #c1e7ff,0 0 0 30px rgba(193,231,255,0);box-shadow:0 0 0 8px #c1e7ff,0 0 0 30px rgba(193,231,255,0)}100%{-webkit-box-shadow:0 0 0 8px #c1e7ff,0 0 0 0 rgba(193,231,255,0);box-shadow:0 0 0 8px #c1e7ff,0 0 0 0 rgba(193,231,255,0)}}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 8px #c1e7ff,0 0 0 0 rgba(193,231,255,.9);box-shadow:0 0 0 8px #c1e7ff,0 0 0 0 rgba(193,231,255,.9)}70%{-webkit-box-shadow:0 0 0 8px #c1e7ff,0 0 0 30px rgba(193,231,255,0);box-shadow:0 0 0 8px #c1e7ff,0 0 0 30px rgba(193,231,255,0)}100%{-webkit-box-shadow:0 0 0 8px #c1e7ff,0 0 0 0 rgba(193,231,255,0);box-shadow:0 0 0 8px #c1e7ff,0 0 0 0 rgba(193,231,255,0)}}@-webkit-keyframes pulseActive{0%{-webkit-box-shadow:0 0 0 8px #fff7cf,0 0 0 0 rgba(255,247,207,.9);box-shadow:0 0 0 8px #fff7cf,0 0 0 0 rgba(255,247,207,.9)}70%{-webkit-box-shadow:0 0 0 8px #fff7cf,0 0 0 30px rgba(255,247,207,0);box-shadow:0 0 0 8px #fff7cf,0 0 0 30px rgba(255,247,207,0)}100%{-webkit-box-shadow:0 0 0 8px #fff7cf,0 0 0 0 rgba(255,247,207,0);box-shadow:0 0 0 8px #fff7cf,0 0 0 0 rgba(255,247,207,0)}}@keyframes pulseActive{0%{-webkit-box-shadow:0 0 0 8px #fff7cf,0 0 0 0 rgba(255,247,207,.9);box-shadow:0 0 0 8px #fff7cf,0 0 0 0 rgba(255,247,207,.9)}70%{-webkit-box-shadow:0 0 0 8px #fff7cf,0 0 0 30px rgba(255,247,207,0);box-shadow:0 0 0 8px #fff7cf,0 0 0 30px rgba(255,247,207,0)}100%{-webkit-box-shadow:0 0 0 8px #fff7cf,0 0 0 0 rgba(255,247,207,0);box-shadow:0 0 0 8px #fff7cf,0 0 0 0 rgba(255,247,207,0)}}.light-solutions__item .points .point.active .point-circle{background-color:#fff7cf;-webkit-box-shadow:0 0 0 8px transparent;box-shadow:0 0 0 8px transparent;-webkit-animation:pulseActive 2s infinite;animation:pulseActive 2s infinite}.light-solutions__item .points .point.active .point-circle:after{background-color:var(--color-primary)}.light-solutions__item .points .point .point-circle{width:28px;height:28px;display:block;background-color:var(--color-primary);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:relative;-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite;cursor:pointer}.light-solutions__item .points .point .point-circle:after{width:8px;height:8px;background-color:#fff;display:block;border-radius:50%;content:"";-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.light-solutions__item .wrapper-slide::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}.light-solutions__item .wrapper-slide::-webkit-scrollbar{height:6px;background-color:transparent}.light-solutions__item .wrapper-slide::-webkit-scrollbar-thumb{height:6px;border-radius:10px;background-color:#0978be}@media (max-width:1024px){.light-solutions__item .wrapper-slide{overflow-x:auto;overflow-y:hidden}}@media (max-width:768px){.light-solutions__item{height:auto;background-image:none!important;padding-bottom:0}.light-solutions__item .item__thumbnail{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.light-solutions__item .item__thumbnail img{width:100%}}.light-solutions .item__body{position:absolute;bottom:30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.light-solutions .item__body h4{font-size:20px}.light-solutions .points-slide{position:absolute;bottom:40px;width:100%;left:0;overflow:hidden}.light-solutions .points-slide:not(.active){display:none}.light-solutions .points-slide .swiper{overflow:inherit}.light-solutions .points-slide .swiper:not(.swiper-initialized){opacity:0}.light-solutions .points-slide .swiper-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.light-solutions .points-slide .swiper-slide{width:auto;max-width:290px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.light-solutions .points-slide .swiper-slide.active .inner{background-color:#fff7cf;max-width:332px}.light-solutions .points-slide .swiper-slide.active .inner .thumb{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;max-width:120px;height:120px}.light-solutions .points-slide .swiper-slide.active .inner .desc{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 120px);flex:0 0 calc(100% - 120px);max-width:calc(100% - 120px)}.light-solutions .points-slide .swiper-slide.active .inner .point__link{opacity:1;visibility:visible}.light-solutions .points-slide .swiper-slide .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;background-color:#fff;border-radius:16px;padding:16px;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.light-solutions .points-slide .swiper-slide .inner .point__link{height:40px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 16px;background-color:#0978be;color:#fff;width:40px;border-radius:40px;font-size:18px;position:absolute;top:8px;right:8px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.light-solutions .points-slide .swiper-slide .inner .thumb{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px;height:80px;max-width:80px;position:relative}.light-solutions .points-slide .swiper-slide .inner .thumb img{position:absolute;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}.light-solutions .points-slide .swiper-slide .inner .desc{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 calc(100% - 80px);max-width:calc(100% - 80px);text-align:center;padding-left:8px;font-size:12px;font-weight:700}.light-solutions .points-slide .swiper-slide .inner .desc .category{margin-bottom:4px;color:#0978be}.light-solutions .points-slide .swiper-slide .inner .desc .title{color:#00131f;margin:0}.light-solutions__item .light-panel__content .light-panel__image{position:relative;text-align:center}.light-solutions__item .light-panel__content .light-panel__image img{max-height:180px;margin:0 auto}.light-panel__content:not(.panel-clone){position:absolute;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);left:100%;width:160px;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:16px;visibility:hidden;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.light-panel__content:not(.panel-clone):not(.out-bottom){top:50%}.light-panel__content:not(.panel-clone).out-top{-webkit-transform:translate(-50%,-10%);transform:translate(-50%,-10%);top:60px}.light-panel__content:not(.panel-clone).out-bottom{-webkit-transform:translate(0,0);transform:translate(0,0);top:initial;bottom:0}.light-panel__content:not(.panel-clone).active{-webkit-transform:translate(15%,-50%);transform:translate(15%,-50%);opacity:1;visibility:visible}.light-panel__content:not(.panel-clone).active.out-top{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.light-panel__content:not(.panel-clone).active.out-bottom{-webkit-transform:translate(15%,0);transform:translate(15%,0)}.light-panel__content:not(.panel-clone) .close{position:absolute;top:4px;left:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#000;color:#fff;width:30px;height:30px;cursor:pointer;border-radius:50%;z-index:2}.light-panel__content.panel-clone{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:16px}.light-panel__content .light-panel__image{position:relative}.light-panel__content .light-panel__image .link{position:absolute;top:2px;right:4px;color:#000;font-size:30px}.light-panel__content .light-panel__desc{padding:5px 16px 16px;text-align:center}.light-panel__content .light-panel__desc .tag{font-family:Manrope,sans-serif;color:var(--color-primary);font-weight:700;font-size:12px;margin:0 0 4px}.light-panel__content .light-panel__desc .title{font-size:15px;color:#00131f;font-weight:700}.light-panel__content.panel-clone.fancybox__content{max-width:400px}.travel-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px;background-color:transparent;display:none;width:100%;max-width:830px}.travel-form>.f-button{display:none}.travel-form .travel-form-wrapper{padding:40px;width:100%;border-radius:24px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.8)),color-stop(72.67%,rgba(255,255,255,.8)),to(rgba(255,255,255,.16)));background:linear-gradient(180deg,rgba(255,255,255,.8) 0,rgba(255,255,255,.8) 72.67%,rgba(255,255,255,.16) 100%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (max-width:600px){.travel-form .travel-form-wrapper{padding:24px;border-radius:12px}}.travel-form .travel-form-wrapper .f-button{position:relative;top:0;left:0;opacity:1;background-color:transparent}.travel-form .travel-form-wrapper .formio-component-htmlelement.recaptcha{margin-top:16px}.travel-form .form-sucess{min-height:320px;-ms-flex-wrap:wrap;flex-wrap:wrap;border-radius:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;display:none}.travel-form .form-sucess.active{display:-webkit-box;display:-ms-flexbox;display:flex}.travel-form .form-sucess .inner img{margin:0 auto 16px}.travel-form .form-sucess .inner p{color:#00131f;text-align:center;font-size:18px;font-weight:700;margin:0}.travel-form .formio .formio-component .form-wrapper{border-radius:24px;background:#fff;padding:24px 24px 24px 24px;border:none}@media (max-width:600px){.travel-form .formio .formio-component .form-wrapper{padding:16px;border-radius:12px}}.travel-form .formio .formio-component .form-wrapper .radio{position:relative}.travel-form .formio .formio-component .form-wrapper .radio label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#00131f;font-family:Manrope}.travel-form .formio .formio-component .form-wrapper .radio label:before{content:"\e919";font-family:icomoon;font-size:24px;margin-right:16px}.travel-form .formio .formio-component .form-wrapper .radio input{opacity:0;position:absolute;top:0;left:0;visibility:hidden}.travel-form .formio .formio-component .form-wrapper .radio.radio-selected label:before{content:"\e91a"}.travel-form .formio .formio-component .form-wrapper .formio-component-email,.travel-form .formio .formio-component .form-wrapper .formio-component-number,.travel-form .formio .formio-component .form-wrapper .formio-component-select,.travel-form .formio .formio-component .form-wrapper .formio-component-textfield{border:solid 1px #9bacbc;border-radius:8px;padding:5px 16px}.travel-form .formio .formio-component .form-wrapper .thong-tin-dang-ky{border:none;border-radius:8px;background:#e1edf2;padding:16px}.travel-form .formio .formio-component .form-wrapper .thong-tin-dang-ky .card{border:none!important;margin:0!important}.travel-form .formio .formio-component .form-wrapper .thong-tin-dang-ky .card .card-title{color:#00131f;font-size:18px;font-style:normal;font-weight:700;display:block;margin-bottom:16px!important}.travel-form .formio .formio-component-submit{margin-top:16px}.travel-form .visitor-type{border:none!important;border-radius:0!important;padding:0!important}.menu-gotosection{position:fixed;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:9999;-webkit-box-align:center;-ms-flex-align:center;align-items:center;left:30px}@media (max-width:991.98px){.menu-gotosection{display:none}}.menu-gotosection ul{list-style:none;padding:0;margin:0}.menu-gotosection ul:hover li{-webkit-transform:translateX(0);transform:translateX(0)}.menu-gotosection ul:hover li span{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.menu-gotosection ul:hover li::before{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}.menu-gotosection li{--transition:background-color 0.35s,transform 0.7s,opacity 0.7s,width 0.7s;position:relative;cursor:pointer;-webkit-transition:var(--transition);transition:var(--transition);line-height:30px}.menu-gotosection li *{pointer-events:none}.menu-gotosection li span{opacity:0;-webkit-transition:var(--transition);transition:var(--transition);-webkit-transform:translateX(-30px);transform:translateX(-30px);display:block}.menu-gotosection li::before{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);content:"";width:18px;height:1px;background-color:#939598;display:block;-webkit-transition:var(--transition);transition:var(--transition)}.menu-gotosection li.active,.menu-gotosection li:hover{color:var(--color-link)}.menu-gotosection li.active::before,.menu-gotosection li:hover::before{width:30px;background-color:var(--color-link)}#header{z-index:99999}@media (min-width:993px){#header .bottom-header{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}#header .breadcrumb{display:none!important}.homepage-carousel .controls{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.homepage-carousel .controls .dots span.swiper-pagination-bullet-active{width:80px;position:relative;background:#fff}.homepage-carousel .controls .dots span.swiper-pagination-bullet-active::before{content:"";display:block;background:#0978be;position:absolute;left:0;right:0;top:0;bottom:0;border-radius:100px;-webkit-animation-name:dot;animation-name:dot;-webkit-animation-duration:var(--duration);animation-duration:var(--duration);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.products-trigger-smoother .parallax-bg{position:fixed;bottom:0;z-index:-1;opacity:0;-webkit-transition:.5s all ease-in-out;transition:.5s all ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh;top:0;width:100%;left:0;right:0}.products-trigger-smoother .sticky-tabs{position:fixed;bottom:0;z-index:-1;opacity:0;-webkit-transition:.5s all ease-in-out;transition:.5s all ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;left:0;right:0}.products-trigger-smoother.isActiveParallaxBG .parallax-bg{opacity:1}.products-trigger-smoother.isActiveStickyTabs .sticky-tabs{opacity:1;z-index:9999}@-webkit-keyframes dot{from{width:0}to{width:100%}}@keyframes dot{from{width:0}to{width:100%}}@-moz-document url-prefix(){img:-moz-loading{visibility:hidden}}.product-home .scroll-section .product-scroll img{max-width:600px;max-height:600px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;-webkit-transform:translate3d(0,28%,0);transform:translate3d(0,28%,0)}.product-home .category>a img{min-height:485px;-o-object-fit:contain;object-fit:contain;-o-object-position:top;object-position:top}.product-home .category>a img[src]{min-height:auto}