.error-404-section{padding:80px 0;background-color:var(--color-primary);min-height:100vh;display:flex;align-items:center;justify-content:center}.error-404-section .container{display:flex;justify-content:center;align-items:center;width:100%}.error-card{background-color:#ffffff;padding:40px 30px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.08);text-align:center;max-width:650px;width:100%}.error-card .error-code{font-size:8rem;font-weight:800;color:var(--color-accent);opacity:0.5;line-height:1;margin-bottom:5px;user-select:none}.error-card .title-main{font-size:2rem;font-weight:700;color:var(--color-accent);margin-bottom:10px}.error-card .description-main{font-size:1.1rem;color:#555;line-height:1.6;margin-bottom:30px;padding:0 15px}.error-card .suggestions{text-align:left;background-color:#e0f7fa;padding:20px;border-radius:8px;border:1px dashed #00859B;margin:30px auto;max-width:500px}.error-card .suggestions h4{font-size:1.1rem;font-weight:600;color:var(--color-accent);margin-top:0;margin-bottom:10px}.error-card .suggestions ul{list-style:none;padding:0;margin:0}.error-card .suggestions ul li{font-size:1rem;color:#333;margin-bottom:8px;display:flex;align-items:center}.error-card .suggestions ul li i{color:var(--color-accent);margin-right:8px;font-size:0.8rem}.error-card .back-to-home{text-align:center;margin-top:30px}.error-card .btn-intro{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(45deg, var(--color-accent), var(--color-primary));color:#ffffff;padding:12px 30px;border-radius:4px;text-decoration:none;font-weight:600;font-size:1rem;transition:all 0.3s ease;border:none;box-shadow:0 5px 15px rgba(0,98,114,0.4)}.error-card .btn-intro:hover{background:linear-gradient(45deg, var(--color-primary), var(--color-accent));transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,98,114,0.6)}.error-card .btn-intro i{font-size:16px;color:#fff}@media (max-width: 576px){.error-404-section{padding:50px 0}.error-card{padding:30px 15px}.error-card .error-code{font-size:6rem}.error-card .title-main{font-size:1.5rem}.error-card .description-main{font-size:0.9rem;padding:0}.error-card .suggestions ul li{font-size:0.9rem}}.lp-product{font-family:"Montserrat", sans-serif;color:var(--color-text);background:var(--color-white);overflow:hidden}.lp-product a{text-decoration:none}.lp-product img{max-width:100%}.pd-hero{background:linear-gradient(rgba(1,47,99,0.82), rgba(1,47,99,0.82)),url(/assets/images-2.jpeg) center/cover no-repeat;background-color:var(--color-primary);color:var(--color-white);padding:32px 0 40px}.pd-hero .pd-hero__crumb{font-size:12px;opacity:.75;margin:0 0 14px}.pd-hero .pd-hero__crumb a{color:var(--color-white);text-decoration:underline}.pd-hero .pd-hero__title{font-size:26px;font-weight:800;line-height:1.25;text-transform:uppercase;margin:0 0 12px}.pd-hero .pd-hero__title-sub{font-size:20px;font-weight:800;line-height:1.25;color:white;margin-top:12px}.pd-hero .pd-hero__title-accent{color:var(--color-accent)}.pd-hero .pd-hero__lead{font-size:14px;opacity:.92;margin:0 0 18px}.pd-hero .pd-hero__points{margin:0 0 22px;padding:0;list-style:none}.pd-hero .pd-hero__point{position:relative;padding:5px 0 5px 28px;font-size:14px;font-weight:600}.pd-hero .pd-hero__point-check{position:absolute;left:0;top:5px;width:20px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:var(--color-accent);color:var(--color-white);border-radius:50%;font-size:12px;font-weight:800}.pd-hero .pd-hero__call{display:inline-flex;align-items:center;gap:8px;background:var(--color-accent);color:var(--color-white);font-weight:700;font-size:16px;padding:13px 26px;border-radius:8px;margin-bottom:24px}.pd-hero .pd-hero__call:hover{background:var(--color-accent-dark);color:var(--color-white)}@media (min-width: 768px){.pd-hero{padding:48px 0 56px}.pd-hero .pd-hero__title{font-size:34px}.pd-hero .pd-hero__lead{font-size:16px}}@media (min-width: 1280px){.pd-hero .pd-hero__title{font-size:40px}}.pd-quote-form{background:var(--color-white);border-radius:8px;padding:22px 18px;color:var(--color-text);box-shadow:0 8px 30px rgba(1,47,99,0.25)}.pd-quote-form .pd-quote-form__title{color:var(--color-primary);font-weight:800;font-size:18px;text-transform:uppercase;text-align:center;margin:0 0 4px}.pd-quote-form .pd-quote-form__sub{text-align:center;font-size:13px;margin:0 0 16px}.pd-quote-form .pd-quote-form__field{margin-bottom:12px}.pd-quote-form .pd-quote-form__label{display:block;font-weight:600;font-size:13px;color:var(--color-primary);margin:0 0 5px}.pd-quote-form .pd-quote-form__input,.pd-quote-form .pd-quote-form__textarea{width:100%;border:1px solid var(--color-border);border-radius:4px;padding:11px 12px;font-size:14px;font-family:"Montserrat", sans-serif;color:var(--color-text)}.pd-quote-form .pd-quote-form__input:focus,.pd-quote-form .pd-quote-form__textarea:focus{outline:none;border-color:var(--color-primary)}.pd-quote-form .pd-quote-form__textarea{min-height:80px;resize:vertical}.pd-quote-form .pd-quote-form__submit{width:100%;border:none;background:var(--color-accent);color:var(--color-white);font-weight:700;font-size:15px;font-family:"Montserrat", sans-serif;padding:13px;border-radius:8px;cursor:pointer}.pd-quote-form .pd-quote-form__submit:hover{background:var(--color-accent-dark)}@media (min-width: 768px){.pd-quote-form{padding:26px 24px}}.lp-product .lp-section-head{text-align:center;margin-bottom:28px}.lp-product .lp-section-head__kicker{color:var(--color-accent);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1px;margin:0 0 6px}.lp-product .lp-section-head__title{color:var(--color-primary);font-weight:800;font-size:22px;text-transform:uppercase;margin:0}@media (min-width: 768px){.lp-product .lp-section-head__title{font-size:30px}}.pd-feature{padding:40px 0;background:var(--color-white)}.pd-feature .pd-feature__img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px;display:block;margin-bottom:20px}.pd-feature .pd-feature__row{margin-bottom:14px;display:flex;gap:12px}.pd-feature .pd-feature__row-icon{flex-shrink:0;width:40px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:var(--color-bg-light);color:var(--color-accent);font-weight:800;font-size:18px;border-radius:8px}.pd-feature .pd-feature__row-label{font-weight:700;font-size:15px;color:var(--color-primary);margin:0 0 3px}.pd-feature .pd-feature__row-desc{font-size:13px;margin:0}@media (min-width: 768px){.pd-feature{padding:56px 0}.pd-feature .pd-feature__img{margin-bottom:0}}.pd-price{padding:40px 0;background:var(--color-bg-light)}.pd-price .pd-price__table-wrap{overflow-x:auto;background:var(--color-white);border:1px solid var(--color-border);border-radius:8px}.pd-price .pd-price__table{width:100%;border-collapse:collapse;font-size:14px;min-width:560px}.pd-price .pd-price__table th{background:var(--color-primary);color:var(--color-white);font-weight:700;padding:12px 14px;text-align:left;white-space:nowrap}.pd-price .pd-price__table td{padding:12px 14px;border-top:1px solid var(--color-border)}.pd-price .pd-price__table .pd-price__cell-price{color:var(--color-accent-dark);font-weight:700;white-space:nowrap}.pd-price .pd-price__note{font-size:13px;margin:14px 0 0;text-align:center}.pd-price .pd-price__note a{color:var(--color-accent-dark);font-weight:700}.pd-price .pd-hero__call{display:inline-flex;align-items:center;justify-content:center;margin:20px auto 0;text-align:center;gap:8px;background:var(--color-accent);color:var(--color-white);font-weight:700;font-size:14px;padding:13px 26px;border-radius:8px;margin-bottom:24px;transition:all 0.3s}.pd-price .pd-hero__call:hover{background:var(--color-accent-dark);color:var(--color-white)}@media (min-width: 768px){.pd-price{padding:56px 0}}.pd-catalog{padding:40px 0;background:var(--color-white)}.pd-catalog .pd-catalog__group{margin-bottom:36px}.pd-catalog .pd-catalog__group:last-child{margin-bottom:0}.pd-catalog .pd-catalog__group-title{display:flex;align-items:center;gap:10px;color:var(--color-primary);font-weight:800;font-size:17px;text-transform:uppercase;margin:0 0 6px}.pd-catalog .pd-catalog__group-title-bar{display:inline-block;width:28px;height:4px;background:var(--color-accent);border-radius:4px;flex-shrink:0}.pd-catalog .pd-catalog__group-desc{font-size:13px;margin:0 0 16px}.pd-catalog .pd-catalog__card{background:var(--color-white);border:1px solid var(--color-border);border-radius:8px;overflow:hidden;height:100%;display:flex;flex-direction:column;transition:box-shadow .2s;position:relative}.pd-catalog .pd-catalog__card:hover{box-shadow:0 6px 18px rgba(1,65,136,0.12)}.pd-catalog .pd-catalog__badge{position:absolute;top:10px;left:10px;background:var(--color-accent);color:var(--color-white);font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;z-index:2}.pd-catalog .pd-catalog__thumb{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;transition:all 0.3s}.pd-catalog .pd-catalog__thumb:hover{transform:scale(1.05)}.pd-catalog .pd-catalog__body{padding:12px;display:flex;flex-direction:column;flex:1}.pd-catalog .pd-catalog__name{font-weight:700;font-size:14px;color:var(--color-primary);margin:0 0 4px;transition:all 0.3s}.pd-catalog .pd-catalog__name:hover{color:var(--color-accent)}.pd-catalog .pd-catalog__spec{font-size:12px;margin:0 0 10px}.pd-catalog .pd-catalog__link{margin-top:auto;display:inline-block;text-align:center;background:var(--color-primary);color:var(--color-white);font-weight:600;font-size:13px;padding:8px 12px;border-radius:8px}.pd-catalog .pd-catalog__link:hover{background:var(--color-primary-dark);color:var(--color-white)}.pd-catalog .pd-catalog__col{margin-bottom:20px}.pd-catalog .pd-catalog__col--extra{display:none}.pd-catalog .pd-catalog__group--open .pd-catalog__col--extra{display:block}.pd-catalog .pd-catalog__more{display:block;width:fit-content;margin:4px auto 0;background:var(--color-white);border:1px solid var(--color-primary);color:var(--color-primary);font-family:inherit;font-weight:600;font-size:14px;padding:10px 16px;border-radius:8px;cursor:pointer;transition:background .2s, color .2s}.pd-catalog .pd-catalog__more:hover{background:var(--color-primary);color:var(--color-white)}@media (min-width: 768px){.pd-catalog{padding:56px 0}.pd-catalog .pd-catalog__group-title{font-size:19px}}.pd-process{padding:40px 0;background:var(--color-primary)}.pd-process .lp-section-head__title{color:var(--color-white)}.pd-process .pd-process__step{text-align:center;padding:16px 10px;color:var(--color-white)}.pd-process .pd-process__num{width:48px;aspect-ratio:1 / 1;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;background:var(--color-accent);color:var(--color-white);font-weight:800;font-size:20px;border-radius:50%}.pd-process .pd-process__label{font-weight:700;font-size:15px;margin:0 0 4px}.pd-process .pd-process__note{font-size:13px;opacity:.85;margin:0}@media (min-width: 768px){.pd-process{padding:56px 0}}.pd-project{padding:40px 0;background:var(--color-white)}.pd-project .pd-project__thumb-wrap{border-radius:8px;overflow:hidden;position:relative;display:block}.pd-project .pd-project__thumb{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;transition:transform .3s}.pd-project .pd-project__thumb-wrap:hover .pd-project__thumb{transform:scale(1.05)}.pd-project .pd-project__caption{position:absolute;left:0;right:0;bottom:0;background:rgba(1,47,99,0.8);color:var(--color-white);font-size:13px;font-weight:600;padding:8px 12px;margin:0}.pd-project .pd-project__col{margin-bottom:20px}@media (min-width: 768px){.pd-project{padding:56px 0}}.pd-seo{padding:40px 0;background:var(--color-bg-light)}.pd-seo .pd-seo__article{max-width:820px;margin:0 auto}.pd-seo .pd-seo__heading{color:var(--color-primary);font-weight:800;font-size:19px;margin:26px 0 10px}.pd-seo .pd-seo__heading:first-child{margin-top:0}.pd-seo .pd-seo__sub-heading{color:var(--color-primary);font-weight:700;font-size:16px;margin:18px 0 8px}.pd-seo .pd-seo__para{font-size:14px;line-height:1.7;margin:0 0 12px}.pd-seo .pd-seo__para a{color:var(--color-accent-dark);font-weight:600;text-decoration:underline}.pd-seo .pd-seo__list{font-size:14px;line-height:1.7;margin:0 0 12px;padding-left:20px}.pd-seo .pd-seo__list-item{margin-bottom:6px}@media (min-width: 768px){.pd-seo{padding:56px 0}.pd-seo .pd-seo__heading{font-size:21px}}.pd-video{padding:40px 0;background:var(--color-white)}.pd-video .pd-video__thumb-wrap{position:relative;display:block;border-radius:8px;overflow:hidden}.pd-video .pd-video__thumb{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.pd-video .pd-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:56px;aspect-ratio:1 / 1;background:rgba(1,47,99,0.75);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.pd-video .pd-video__thumb-wrap:hover .pd-video__play{background:var(--color-accent)}.pd-video .pd-video__play-icon{width:22px;aspect-ratio:1 / 1;fill:var(--color-white);display:block;margin-left:4px}.pd-video .pd-video__frame{width:100%;aspect-ratio:16 / 9;border:0;border-radius:8px;display:block}.pd-video .pd-video__caption{font-size:13px;font-weight:600;color:var(--color-primary);margin:8px 0 0}.pd-video .pd-video__col{margin-bottom:20px}.pd-video .pd-video__channel{display:block;text-align:center;margin-top:8px}.pd-video .pd-video__channel-link{display:inline-block;border:2px solid var(--color-primary);color:var(--color-primary);font-weight:700;font-size:14px;padding:10px 22px;border-radius:8px}.pd-video .pd-video__channel-link:hover{background:var(--color-primary);color:var(--color-white)}@media (min-width: 768px){.pd-video{padding:56px 0}}.pd-faq{padding:40px 0;background:var(--color-bg-light)}.pd-faq .pd-faq__list{max-width:760px;margin:0 auto}.pd-faq .pd-faq__box{background:var(--color-white);border:1px solid var(--color-border);border-radius:8px;margin-bottom:10px;padding:4px 16px}.pd-faq .pd-faq__q{font-weight:700;font-size:14px;color:var(--color-primary);cursor:pointer;padding:12px 0;list-style:none}.pd-faq .pd-faq__q::-webkit-details-marker{display:none}.pd-faq .pd-faq__a{font-size:14px;padding:0 0 14px;margin:0}@media (min-width: 768px){.pd-faq{padding:56px 0}}.pd-related{padding:40px 0;background:var(--color-white)}.pd-related .pd-related__card{background:var(--color-white);border:1px solid var(--color-border);border-radius:8px;overflow:hidden;height:100%;display:flex;flex-direction:column;transition:box-shadow .2s}.pd-related .pd-related__card:hover{box-shadow:0 6px 18px rgba(1,65,136,0.12)}.pd-related .pd-related__thumb{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;transition:all 0.3s}.pd-related .pd-related__thumb:hover{transform:scale(1.05)}.pd-related .pd-related__body{padding:12px;display:flex;flex-direction:column;flex:1}.pd-related .pd-related__name{font-weight:700;font-size:14px;color:var(--color-primary);margin:0 0 4px;transition:all 0.3s}.pd-related .pd-related__name:hover{color:var(--color-accent)}.pd-related .pd-related__desc{font-size:12px;margin:0 0 10px}.pd-related .pd-related__link{margin-top:auto;display:inline-block;text-align:center;border:1px solid var(--color-primary);color:var(--color-primary);font-weight:600;font-size:13px;padding:8px 12px;border-radius:8px;transition:all 0.3s}.pd-related .pd-related__link:hover{background:var(--color-primary);color:var(--color-white)}.pd-related .pd-related__col{margin-bottom:20px}.pd-related .pd-related__swiper{position:relative}.pd-related .pd-related__prev,.pd-related .pd-related__next{width:34px;height:34px;margin-top:-24px;border-radius:50%;background:#fff;border:1px solid #e5e5e5;color:var(--color-accent);display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 8px 24px rgba(0,0,0,0.12)}.pd-related .pd-related__prev::after,.pd-related .pd-related__next::after{display:none}.pd-related .pd-related__prev i,.pd-related .pd-related__next i{font-size:16px;transition:all .3s ease}.pd-related .pd-related__prev:hover,.pd-related .pd-related__next:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff;transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,0.18)}.pd-related .swiper-button-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.pd-related .pd-related__prev{left:0}.pd-related .pd-related__next{right:0}@media (max-width: 991px){.pd-related .pd-related__swiper{padding:0 45px}.pd-related .pd-related__prev,.pd-related .pd-related__next{width:42px;height:42px;margin-top:-21px}.pd-related .pd-related__prev i,.pd-related .pd-related__next i{font-size:14px}}@media (max-width: 575px){.pd-related .pd-related__swiper{padding:0 35px}.pd-related .pd-related__prev,.pd-related .pd-related__next{width:36px;height:36px;margin-top:-18px}.pd-related .pd-related__prev i,.pd-related .pd-related__next i{font-size:12px}}@media (min-width: 768px){.pd-related{padding:56px 0}}.pd-final{padding:40px 0;background:var(--color-white)}.pd-final .pd-final__wrap{max-width:640px;margin:0 auto}.pd-final .pd-quote-form{border:1px solid var(--color-border);box-shadow:none}@media (min-width: 768px){.pd-final{padding:56px 0}}:root{--color-primary: #014188;--color-primary-dark: #012f63;--color-accent: #F89116;--color-accent-dark: #d97a09;--color-white: #FFFFFF;--color-bg-light: #F4F7FB;--color-text: #24303E;--color-border: #DCE4EE}a:hover{text-decoration:none;cursor:pointer}.contactCallPopUp{cursor:pointer}.popupAskContact .modal-footer .btnType_1{color:#ffffff !important;cursor:pointer;font-weight:700}.popupAskContact .modal-footer .btnType_1.btnContact{background-color:#eb1c24}.popupAskContact .modal-header .modal-title{font-weight:700;font-size:20px}.popupAskContact .modal-footer .btnType_1{color:#ffffff !important;cursor:pointer;font-weight:700;display:inline-block;cursor:pointer;background-color:var(--color-text);padding:7px 30px;text-align:center;font-size:18px;box-shadow:3px 3px 8px 0 rgba(0,0,0,0.2);margin-bottom:0px;transition:all 0.3s;border:none}.popupAskContact .modal-footer .btnType_1.btnContact{background-color:var(--color-accent)}.figure2{position:relative;overflow:hidden}.figure2::before{position:absolute;top:0;left:-90%;z-index:2;display:block;content:"";width:50%;height:100%;background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}.figure2:hover::before{-webkit-animation:shine 0.75s;animation:shine 0.75s}.news-detail-page{font-family:"Montserrat", sans-serif;color:var(--color-text);background:var(--color-white)}.news-detail-page a{text-decoration:none}.news-detail-page img{max-width:100%}.news-detail-page .news-section-head{text-align:center;margin-bottom:28px}.news-detail-page .news-section-head__kicker{color:var(--color-accent);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1px;margin:0 0 6px}.news-detail-page .news-section-head__title{color:var(--color-primary);font-weight:800;font-size:22px;text-transform:uppercase;margin:0}@media (min-width: 768px){.news-detail-page .news-section-head__title{font-size:30px}}.news-detail-hero{background:var(--color-primary);padding:22px 0}.news-detail-hero .news-detail-hero__crumb{font-size:13px;color:var(--color-white);opacity:.8;margin:0}.news-detail-hero .news-detail-hero__crumb a{color:var(--color-white);text-decoration:underline}.news-detail-hero .news-detail-hero__crumb-current{opacity:.85}@media (min-width: 768px){.news-detail-hero{padding:28px 0}}.news-article{padding:32px 0 8px;background:var(--color-white)}.news-article .news-article__kicker{color:var(--color-accent);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:1px;margin:0 0 10px}.news-article .news-article__title{color:var(--color-primary);font-weight:800;font-size:32px;line-height:1.3;margin:0 0 16px}.news-article .news-article__cover{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;border-radius:8px;margin:0 0 20px}.news-article .news-article__lead{font-size:15px;font-weight:600;color:var(--color-text);margin:0 0 20px;opacity:.9}.news-article .news-article__body{font-size:14px;line-height:1.75}.news-article .news-article__body p{margin:0 0 16px}.news-article .news-article__subhead{color:var(--color-primary);font-weight:700;font-size:17px;margin:28px 0 12px}.news-article .news-article__img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;border-radius:8px;margin:4px 0 20px}.news-article .news-article__img-caption{font-size:12px;color:var(--color-text);opacity:.6;margin:-14px 0 20px;text-align:center}.news-article .news-article__list{margin:0 0 16px;padding-left:20px}.news-article .news-article__list-item{margin-bottom:8px}@media (min-width: 768px){.news-article{padding:44px 0 8px}.news-article .news-article__title{font-size:30px}.news-article .news-article__body{font-size:15px}.news-article .news-article__subhead{font-size:20px}}.news-related{padding:40px 0;background:var(--color-bg-light)}.news-related .news-related__item{margin-bottom:24px}.news-related .news-related-card{display:flex;flex-direction:column;height:100%;background:var(--color-white);border-radius:8px;overflow:hidden}.news-related .news-related-card__thumb{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}.news-related .news-related-card__body{padding:16px;display:flex;flex-direction:column;flex:1}.news-related .news-related-card__title{font-size:15px;font-weight:700;color:var(--color-primary);margin:0 0 10px;line-height:1.35;flex:1;transition:all 0.3s}.news-related .news-related-card__title:hover{color:var(--color-accent)}.news-related .news-related-card__link{font-size:13px;font-weight:700;color:var(--color-primary)}.news-related .news-related-card__link:hover{color:var(--color-accent)}@media (min-width: 768px){.news-related{padding:56px 0}}.news-detail-cta{padding:36px 0 48px;background:var(--color-white);text-align:center}.news-detail-cta .news-detail-cta__title{color:var(--color-primary);font-weight:800;font-size:20px;text-transform:uppercase;margin:0 0 8px}.news-detail-cta .news-detail-cta__title-accent{color:var(--color-accent)}.news-detail-cta .news-detail-cta__desc{font-size:14px;margin:0 0 20px}.news-detail-cta .news-detail-cta__wrap{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.news-detail-cta .news-detail-cta__call{display:inline-flex;align-items:center;gap:8px;background:var(--color-accent);color:var(--color-white);font-weight:700;font-size:15px;padding:13px 24px;border-radius:8px}.news-detail-cta .news-detail-cta__call:hover{background:var(--color-accent-dark);color:var(--color-white)}.news-detail-cta .news-detail-cta__zalo{display:inline-flex;align-items:center;gap:8px;background:transparent;border:2px solid var(--color-primary);color:var(--color-primary);font-weight:700;font-size:15px;padding:11px 24px;border-radius:8px}.news-detail-cta .news-detail-cta__zalo:hover{background:var(--color-primary);color:var(--color-white)}@media (min-width: 768px){.news-detail-cta{padding:56px 0 64px}.news-detail-cta .news-detail-cta__title{font-size:26px}}.vh-about-page .vh-about-hero{position:relative;min-height:610px;overflow:hidden;background:var(--vh-color-white)}.vh-about-page .vh-about-hero__image,.vh-about-page .vh-about-hero__overlay{position:absolute;inset:0;display:block;width:100%;height:100%}.vh-about-page .vh-about-hero__image{aspect-ratio:16 / 9;object-fit:cover;object-position:58% center}.vh-about-page .vh-about-hero__overlay{background:var(--vh-color-white);opacity:0.8}.vh-about-page .vh-about-hero__inner{position:relative;z-index:2;display:flex;min-height:610px;flex-direction:column;justify-content:center;padding-top:62px;padding-bottom:68px}.vh-about-page .vh-about-breadcrumb{display:flex;align-items:center;gap:7px;margin-bottom:35px;color:var(--vh-color-muted);font-size:12px}.vh-about-page .vh-about-breadcrumb a{color:var(--vh-color-primary);font-weight:600}.vh-about-page .vh-about-breadcrumb a:hover{color:var(--vh-color-primary-dark)}.vh-about-page .vh-about-hero__content{max-width:690px}.vh-about-page.is-js .vh-about-hero__content{opacity:1;transform:none}.vh-about-page .vh-about-hero__eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;color:var(--vh-color-ink);font-size:11px;font-style:italic;font-weight:600;letter-spacing:0.03em}.vh-about-page .vh-about-hero__eyebrow::after{display:block;width:58px;height:2px;background:var(--vh-color-primary);content:""}.vh-about-page .vh-about-hero__title{margin:0 0 20px;color:var(--vh-color-ink);font-size:42px;font-weight:700;line-height:1.08;letter-spacing:-0.04em}.vh-about-page .vh-about-hero__title span{color:var(--vh-color-primary)}.vh-about-page .vh-about-hero__lead{max-width:520px;margin:0;color:var(--vh-color-muted);font-size:15px;line-height:1.75}.vh-about-page .vh-about-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:27px}.vh-about-page .vh-about-hero__actions a{width:100%}.vh-about-page .vh-about-hero__secondary{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:1px solid var(--vh-color-primary);border-radius:10px;background:var(--vh-color-white);color:var(--vh-color-primary);font-size:13px;font-weight:700;transition:background-color 180ms ease, color 180ms ease, transform 180ms ease}.vh-about-page .vh-about-hero__secondary:hover{background:var(--vh-color-primary);color:var(--vh-color-white);transform:translateY(-2px)}.vh-about-page .vh-about-hero .vh-button--primary{background:var(--vh-color-primary);color:var(--vh-color-white) !important;border-color:var(--vh-color-primary)}.vh-about-page .vh-about-hero .vh-button--primary:hover{background:var(--vh-color-primary-dark);border-color:var(--vh-color-primary-dark)}.vh-about-page .vh-about-hero__proofs{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:24px}.vh-about-page .vh-about-hero__proofs span{display:inline-flex;align-items:center;gap:6px;color:var(--vh-color-ink);font-size:12px;font-weight:600}.vh-about-page .vh-about-hero__proofs i{color:var(--vh-color-primary);font-size:17px}.vh-about-page .vh-about-overview,.vh-about-page .vh-about-direction,.vh-about-page .vh-about-strengths{padding:72px 0}.vh-about-page .vh-section-title{padding-bottom:0}.vh-about-page .vh-section-title::after{display:none}.vh-about-page .vh-about-overview{background:var(--vh-color-white)}.vh-about-page .vh-about-overview__layout{display:grid;gap:42px}.vh-about-page .vh-about-overview__copy .vh-section-title{max-width:720px;margin-top:11px}.vh-about-page .vh-about-overview__copy>:is(p, :where([data-heading-origin="p"])):not(.vh-section-title){color:var(--vh-color-muted);font-size:14px;line-height:1.82}.vh-about-page .vh-about-overview__principle{display:grid;margin-top:25px;padding:20px;grid-template-columns:36px 1fr;gap:13px;background:var(--vh-color-surface);border-left:4px solid var(--vh-color-primary);border-radius:0 10px 10px 0}.vh-about-page .vh-about-overview__principle i{color:var(--vh-color-primary);font-size:27px}.vh-about-page .vh-about-overview__principle :is(p, :where([data-heading-origin="p"])){margin:0;font-size:13px;font-weight:600;line-height:1.7}.vh-about-page .vh-about-overview__visual{position:relative;max-width:560px;padding:0 46px 34px 22px;background:var(--vh-color-surface);border-radius:46% 54% 48% 52%}.vh-about-page .vh-about-overview__visual img{display:block;width:100%;height:auto;object-fit:cover}.vh-about-page .vh-about-overview__visual img{aspect-ratio:4 / 5;border:7px solid var(--vh-color-white);border-radius:14px}.vh-about-page .vh-about-overview__badge{position:absolute;right:8px;bottom:20px;display:flex;width:142px;min-height:122px;flex-direction:column;justify-content:center;padding:18px;background:var(--vh-color-white);color:var(--vh-color-ink);border:1px solid var(--vh-color-border);border-radius:12px;box-shadow:0 14px 35px var(--vh-color-border)}.vh-about-page .vh-about-overview__badge strong{color:var(--vh-color-primary);font-size:38px;line-height:1}.vh-about-page .vh-about-overview__badge span{margin-top:8px;font-size:11px;font-weight:700}.vh-about-page .vh-about-stats{padding:0 0 76px;background:var(--vh-color-white);color:var(--vh-color-ink)}.vh-about-page .vh-about-stats .container{padding-top:30px;padding-bottom:30px;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:14px;box-shadow:0 16px 42px var(--vh-color-border)}.vh-about-page .vh-about-stats__title{max-width:660px;margin:0 auto 25px;color:var(--vh-color-ink);font-size:18px;font-weight:700;line-height:1.45;text-align:center}.vh-about-page .vh-about-stats__grid{display:grid;gap:10px}.vh-about-page .vh-about-stat{display:grid;min-height:110px;padding:18px;grid-template-columns:38px 1fr;align-items:center;gap:12px;background:var(--vh-color-surface);border-radius:9px}.vh-about-page .vh-about-stat i{color:var(--vh-color-primary);font-size:30px}.vh-about-page .vh-about-stat :is(p, :where([data-heading-origin="p"])){display:flex;margin:0;flex-direction:column}.vh-about-page .vh-about-stat strong{color:var(--vh-color-primary);font-size:23px;line-height:1.2}.vh-about-page .vh-about-stat span{margin-top:6px;color:var(--vh-color-muted);font-size:11px;font-weight:600}.vh-about-page .vh-about-direction{position:relative;padding-bottom:105px;overflow:hidden;background:var(--vh-color-surface);clip-path:polygon(0 0, 100% 0, 100% 96%, 0 100%)}.vh-about-page .vh-about-direction__head,.vh-about-page .vh-about-strengths__head{max-width:820px;margin:0 auto 38px;text-align:center}.vh-about-page .vh-about-direction__head .vh-section-title,.vh-about-page .vh-about-strengths__head .vh-section-title{margin-top:9px}.vh-about-page .vh-about-direction__head .vh-section-title{color:var(--vh-color-primary)}.vh-about-page .vh-about-direction__grid{display:grid;gap:16px}.vh-about-page .vh-about-direction-card{position:relative;min-height:258px;padding:28px;overflow:hidden;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-top:3px solid var(--vh-color-primary);border-radius:11px;box-shadow:0 11px 24px var(--vh-color-border)}.vh-about-page .vh-about-direction-card>span{position:absolute;top:17px;right:20px;color:var(--vh-color-border);font-size:39px;font-weight:700;line-height:1}.vh-about-page .vh-about-direction-card i{display:grid;width:56px;height:56px;place-items:center;margin:0 auto 20px;background:var(--vh-color-surface);color:var(--vh-color-primary);border-radius:50%;font-size:28px}.vh-about-page .vh-about-direction-card>[role="heading"]:is(p, :where([data-heading-origin="p"])){margin-bottom:10px;font-size:18px;font-weight:700;text-align:center}.vh-about-page .vh-about-direction-card>:is(p, :where([data-heading-origin="p"])):last-child{margin-bottom:0;color:var(--vh-color-muted);font-size:13px;line-height:1.7;text-align:center}.vh-about-page .vh-about-direction-card--featured{background:var(--vh-color-white);border-color:var(--vh-color-border);border-top-color:var(--vh-color-primary);color:var(--vh-color-ink)}.vh-about-page .vh-about-direction-card--featured>span{color:var(--vh-color-border)}.vh-about-page .vh-about-direction-card--featured i{background:var(--vh-color-surface);color:var(--vh-color-primary)}.vh-about-page .vh-about-direction-card--featured>:is(p, :where([data-heading-origin="p"])):last-child{color:var(--vh-color-muted);opacity:1}.vh-about-page .vh-about-strengths{background:var(--vh-color-white)}.vh-about-page .vh-about-strengths__head .vh-section-title{color:var(--vh-color-ink)}.vh-about-page .vh-about-strengths__grid{display:grid;gap:14px}.vh-about-page .vh-about-strength{padding:25px 22px;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:10px;text-align:center;transition:transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease}.vh-about-page .vh-about-strength:hover{border-color:var(--vh-color-primary);box-shadow:0 10px 24px var(--vh-color-border);transform:translateY(-4px)}.vh-about-page .vh-about-strength i{display:grid;width:62px;height:62px;place-items:center;margin:0 auto 18px;background:var(--vh-color-surface);color:var(--vh-color-trust);border:1px solid var(--vh-color-border);border-radius:50%;font-size:29px}.vh-about-page .vh-about-strength>[role="heading"]:is(p, :where([data-heading-origin="p"])){margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.4}.vh-about-page .vh-about-strength>:is(p, :where([data-heading-origin="p"])):last-child{margin-bottom:0;color:var(--vh-color-muted);font-size:12px;line-height:1.65}@media (min-width: 576px){.vh-about-page .vh-about-hero__actions a{width:auto}.vh-about-page .vh-about-hero__title{font-size:50px}.vh-about-page .vh-about-stats__grid,.vh-about-page .vh-about-strengths__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 768px){.vh-about-page .vh-about-hero,.vh-about-page .vh-about-hero__inner{min-height:620px}.vh-about-page .vh-about-overview,.vh-about-page .vh-about-direction,.vh-about-page .vh-about-strengths{padding-top:92px;padding-bottom:92px}.vh-about-page .vh-about-overview__layout{grid-template-columns:0.92fr 1.08fr;align-items:start;gap:60px}.vh-about-page .vh-about-overview__copy{order:2}.vh-about-page .vh-about-overview__visual{order:1}.vh-about-page .vh-about-stats{padding-bottom:88px}.vh-about-page .vh-about-stats .container{padding:32px 36px}.vh-about-page .vh-about-stats__grid{grid-template-columns:repeat(4, 1fr);gap:0}.vh-about-page .vh-about-stat{grid-template-columns:34px 1fr;background:var(--vh-color-white);border-radius:0}.vh-about-page .vh-about-stat+.vh-about-stat{border-left:1px solid var(--vh-color-border)}.vh-about-page .vh-about-direction{padding-bottom:125px}.vh-about-page .vh-about-direction__grid{grid-template-columns:repeat(3, 1fr)}}@media (min-width: 992px){.vh-about-page .vh-about-hero__image{inset:0 0 0 auto;width:52%;object-position:center}.vh-about-page .vh-about-hero__overlay{display:none}.vh-about-page .vh-about-hero__content{width:43%;max-width:550px}.vh-about-page .vh-about-hero__title{font-size:54px}.vh-about-page .vh-about-strengths__grid{grid-template-columns:repeat(5, 1fr)}.vh-about-page .vh-about-strength{min-height:255px}}@media (min-width: 1200px){.vh-about-page .vh-about-hero,.vh-about-page .vh-about-hero__inner{min-height:650px}.vh-about-page .vh-about-hero__title{font-size:56px}.vh-about-page .vh-about-overview__layout{gap:92px}.vh-about-page .vh-about-overview__visual{padding-right:60px}}@media (prefers-reduced-motion: reduce){.vh-about-page .vh-about-hero__secondary,.vh-about-page .vh-about-strength{transition:none}}.vh-about-page .vh-about-direction-card i.ph,.vh-about-page .vh-about-strength i.ph{-webkit-mask:none;mask:none}.vh-about-page .vh-about-direction-card i.ph::before,.vh-about-page .vh-about-strength i.ph::before{content:"";display:block;width:1em;height:1em;background-color:currentColor;-webkit-mask:var(--vh-icon) center/contain no-repeat;mask:var(--vh-icon) center/contain no-repeat}.vh-article-page{--vh-article-shadow: rgba(58, 42, 34, 0.08);background:var(--vh-color-white)}.vh-article-hero{padding:24px 0 0;background:var(--vh-color-white)}.vh-article-breadcrumb{display:flex;overflow:hidden;align-items:center;gap:8px;margin-bottom:34px;color:var(--vh-color-muted);font-size:13px;white-space:nowrap}.vh-article-breadcrumb a:hover{color:var(--vh-color-primary)}.vh-article-hero__copy{max-width:920px;margin-bottom:34px}.vh-article-hero__title{margin:0 0 18px;color:var(--vh-color-ink);font-size:clamp(30px, 5.5vw, 48px);font-weight:700;line-height:1.2;letter-spacing:-0.035em}.vh-article-hero__lead{max-width:760px;margin-bottom:20px;color:var(--vh-color-muted);font-size:16px}.vh-article-meta{display:flex;flex-wrap:wrap;gap:18px;color:var(--vh-color-muted);font-size:13px}.vh-article-meta time,.vh-article-meta span{display:inline-flex;align-items:center;gap:7px}.vh-article-meta i{color:var(--vh-color-primary);font-size:17px}.vh-article-main{padding:50px 0 72px;background:var(--vh-color-white)}.vh-article-main__layout{display:grid;gap:34px}.vh-article-toc__inner{padding:22px 20px;border:1px solid var(--vh-color-border);border-radius:14px;background:var(--vh-color-white)}.vh-article-toc__title{margin:0 0 16px;font-size:18px;font-weight:700}.vh-article-toc nav{display:grid;gap:2px}.vh-article-toc a{display:grid;padding:10px 8px;grid-template-columns:28px minmax(0, 1fr);gap:5px;border-left:2px solid transparent;color:var(--vh-color-muted);font-size:13px;line-height:1.45;transition:160ms ease}.vh-article-toc a span{color:var(--vh-color-border);font-size:11px;font-weight:700}.vh-article-toc a:hover,.vh-article-toc a.is-active{border-left-color:var(--vh-color-primary);background:var(--vh-color-surface);color:var(--vh-color-primary)}.vh-article-toc a.is-active span{color:var(--vh-color-primary)}.vh-article-content{min-width:0}.vh-article-content section{padding-top:10px;scroll-margin-top:100px}.vh-article-content section+section{margin-top:42px;padding-top:0}.vh-article-content__heading{margin:0 0 18px;color:var(--vh-color-ink);font-size:clamp(25px, 6vw, 34px);font-weight:700;line-height:1.28;letter-spacing:-0.025em}.vh-article-content__subheading{margin:26px 0 8px;color:var(--vh-color-ink);font-size:19px;font-weight:700}.vh-article-content section>:is(p, :where([data-heading-origin="p"])):not(.vh-article-content__heading):not(.vh-article-content__subheading){margin-bottom:16px;color:var(--vh-color-muted);font-size:16px;line-height:1.85}.vh-article-content ul,.vh-article-content ol{display:grid;margin:20px 0 0;padding-left:22px;gap:12px;color:var(--vh-color-muted)}.vh-article-content li{padding-left:4px}.vh-article-content li::marker{color:var(--vh-color-primary);font-weight:700}.vh-related{padding:64px 0 76px;border-top:1px solid var(--vh-color-border);background:var(--vh-color-white)}.vh-related__heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:28px}.vh-related__heading .vh-section-title{margin:0}.vh-related__heading>a{display:inline-flex;align-items:center;gap:7px;color:var(--vh-color-primary);font-size:13px;font-weight:700;white-space:nowrap}.vh-related__grid{display:grid;gap:22px}.vh-related-card{overflow:hidden;border:1px solid var(--vh-color-border);border-radius:14px;background:var(--vh-color-white);transition:180ms ease}.vh-related-card:hover{border-color:var(--vh-color-primary);box-shadow:0 14px 36px var(--vh-article-shadow);transform:translateY(-4px)}.vh-related-card__media{display:grid;aspect-ratio:16 / 10;place-content:center;gap:7px;overflow:hidden;background:var(--vh-color-surface);color:var(--vh-color-muted);text-align:center}.vh-related-card__media img{width:100%;height:100%;aspect-ratio:16 / 10;object-fit:cover}.vh-related-card__media i{color:var(--vh-color-border);font-size:38px}.vh-related-card__media span{font-size:12px}.vh-related-card__content{padding:20px}.vh-related-card__content time{color:var(--vh-color-muted);font-size:12px}.vh-related-card__content [role="heading"]{min-height:2.8em;margin:10px 0 15px;font-size:18px;font-weight:700;line-height:1.4}.vh-related-card__content>span{display:inline-flex;align-items:center;gap:7px;color:var(--vh-color-primary);font-size:13px;font-weight:700}@media (min-width: 768px){.vh-article-hero{padding-top:32px}.vh-article-hero__copy{margin-bottom:42px}.vh-article-main{padding:72px 0 92px}.vh-related__grid{grid-template-columns:repeat(3, minmax(0, 1fr))}.vh-related{padding:80px 0 92px}}@media (min-width: 992px){.vh-article-main__layout{grid-template-columns:260px minmax(0, 1fr);gap:64px}.vh-article-toc__inner{position:sticky;top:100px}.vh-article-content{max-width:850px}}@media (prefers-reduced-motion: reduce){.vh-article-toc a,.vh-related-card{transition:none}}.vh-article-content h2:not(.vh-article-content__heading){margin:0 0 18px;color:var(--vh-color-ink);font-size:clamp(25px, 6vw, 34px);font-weight:700;line-height:1.28;letter-spacing:-0.025em}.vh-article-content h3:not(.vh-article-content__subheading){margin:26px 0 8px;color:var(--vh-color-ink);font-size:19px;font-weight:700}.vh-article-content>:is(p, :where([data-heading-origin="p"])){margin-bottom:16px;color:var(--vh-color-muted);font-size:16px;line-height:1.85}.vh-article-content :is(h2, h3){scroll-margin-top:100px}.vh-article-content img{max-width:100%;height:auto}.vh-article-content table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse;margin:20px 0}.vh-article-content :is(td, th){padding:10px;border:1px solid var(--vh-color-border)}.vh-article-content blockquote{margin:20px 0;padding:12px 20px;border-left:3px solid var(--vh-color-primary);background:var(--vh-color-surface)}.vh-article-main__layout:has(>aside[hidden]){grid-template-columns:minmax(0, 1fr)}.vh-capacity-page{background:var(--vh-color-white)}.vh-capacity-page .vh-section-title{padding-bottom:0}.vh-capacity-page .vh-section-title::after{display:none}.vh-capacity-page .vh-capacity-hero{padding:34px 0 72px;overflow:hidden;background:var(--vh-color-white)}.vh-capacity-page .vh-capacity-breadcrumb{display:flex;align-items:center;gap:7px;margin-bottom:30px;color:var(--vh-color-muted);font-size:12px}.vh-capacity-page .vh-capacity-breadcrumb a{color:var(--vh-color-primary);font-weight:600}.vh-capacity-page .vh-capacity-breadcrumb a:hover,.vh-capacity-page .vh-capacity-breadcrumb a:focus{color:var(--vh-color-primary-dark)}.vh-capacity-page .vh-capacity-hero__layout{display:grid;gap:38px}.vh-capacity-page .vh-capacity-hero__copy{align-self:center}.vh-capacity-page .vh-capacity-hero__title{max-width:720px;margin:12px 0 20px;color:var(--vh-color-ink);font-size:39px;font-weight:700;line-height:1.12;letter-spacing:-0.04em}.vh-capacity-page .vh-capacity-hero__lead{max-width:650px;margin:0;color:var(--vh-color-muted);font-size:15px;line-height:1.75}.vh-capacity-page .vh-capacity-hero__actions{display:flex;flex-direction:column;gap:10px;margin-top:27px}.vh-capacity-page .vh-capacity-hero__actions a{width:100%}.vh-capacity-page .vh-capacity-hero__secondary{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:1px solid var(--vh-color-primary);border-radius:10px;background:var(--vh-color-white);color:var(--vh-color-primary);font-size:13px;font-weight:700;transition:background-color 180ms ease, color 180ms ease, transform 180ms ease}.vh-capacity-page .vh-capacity-hero__secondary:hover,.vh-capacity-page .vh-capacity-hero__secondary:focus{background:var(--vh-color-primary);color:var(--vh-color-white);transform:translateY(-2px)}.vh-capacity-page .vh-capacity-hero .vh-button--primary,.vh-capacity-page .vh-capacity-pricing .vh-button--primary,.vh-capacity-page .vh-capacity-quote .vh-button--primary{background:var(--vh-color-primary);color:var(--vh-color-white) !important;border-color:var(--vh-color-primary)}.vh-capacity-page .vh-capacity-hero .vh-button--primary:hover,.vh-capacity-page .vh-capacity-pricing .vh-button--primary:hover,.vh-capacity-page .vh-capacity-quote .vh-button--primary:hover{background:var(--vh-color-primary-dark);border-color:var(--vh-color-primary-dark)}.vh-capacity-page .vh-capacity-hero__proofs{display:grid;margin-top:30px;grid-template-columns:repeat(3, 1fr);gap:8px}.vh-capacity-page .vh-capacity-hero__proofs span{display:flex;min-height:88px;flex-direction:column;justify-content:center;padding:14px 11px;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:10px;color:var(--vh-color-muted);font-size:10px;font-weight:600;line-height:1.45}.vh-capacity-page .vh-capacity-hero__proofs strong{margin-bottom:6px;color:var(--vh-color-primary);font-size:21px;line-height:1}.vh-capacity-page .vh-capacity-hero__visual{position:relative;padding:0 0 25px 18px}.vh-capacity-page .vh-capacity-hero__visual img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:18px}.vh-capacity-page .vh-capacity-hero__image--actual-warehouse{object-position:center 67%}.vh-capacity-page .vh-capacity-hero__badge{position:absolute;right:14px;bottom:0;display:flex;max-width:225px;min-height:72px;align-items:center;gap:11px;padding:15px 17px;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:11px;box-shadow:0 12px 30px var(--vh-color-border);color:var(--vh-color-ink);font-size:11px;font-weight:700;line-height:1.45}.vh-capacity-page .vh-capacity-hero__badge i{color:var(--vh-color-trust);font-size:30px}.vh-capacity-page .vh-capacity-heading{max-width:790px;margin:0 auto 36px;text-align:center}.vh-capacity-page .vh-capacity-heading .vh-section-title{margin-right:auto;margin-left:auto}.vh-capacity-page .vh-capacity-heading__lead{max-width:680px;margin:0 auto;color:var(--vh-color-muted);font-size:14px;line-height:1.75}.vh-capacity-page .vh-capacity-strengths,.vh-capacity-page .vh-capacity-operation,.vh-capacity-page .vh-capacity-pricing,.vh-capacity-page .vh-capacity-process,.vh-capacity-page .vh-capacity-faq,.vh-capacity-page .vh-capacity-quote{padding:72px 0}.vh-capacity-page .vh-capacity-strengths{background:var(--vh-color-white)}.vh-capacity-page .vh-capacity-strengths__grid{display:grid;gap:13px}.vh-capacity-page .vh-capacity-strength{min-height:220px;padding:25px 21px;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:12px;text-align:center;transition:transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease}.vh-capacity-page .vh-capacity-strength:hover{border-color:var(--vh-color-primary);box-shadow:0 12px 28px var(--vh-color-border);transform:translateY(-4px)}.vh-capacity-page .vh-capacity-strength i{display:grid;width:58px;height:58px;place-items:center;margin:0 auto 18px;background:var(--vh-color-white);color:var(--vh-color-trust);border:1px solid var(--vh-color-border);border-radius:50%;font-size:27px}.vh-capacity-page .vh-capacity-strength>[role="heading"]:is(p, :where([data-heading-origin="p"])){margin-bottom:8px;color:var(--vh-color-ink);font-size:15px;font-weight:700;line-height:1.45}.vh-capacity-page .vh-capacity-strength>:is(p, :where([data-heading-origin="p"])):last-child{margin:0;color:var(--vh-color-muted);font-size:12px;line-height:1.65}.vh-capacity-page .vh-capacity-operation{background:var(--vh-color-white)}.vh-capacity-page .vh-capacity-operation__layout{display:grid;gap:46px}.vh-capacity-page .vh-capacity-operation__visual{position:relative;min-height:500px;padding-right:54px;padding-bottom:72px}.vh-capacity-page .vh-capacity-operation__image{position:absolute;display:block;object-fit:cover;border-radius:14px}.vh-capacity-page .vh-capacity-operation__image--main{top:0;left:0;width:78%;height:86%;aspect-ratio:4 / 5}.vh-capacity-page .vh-capacity-operation__image--small{right:0;bottom:0;width:52%;height:48%;aspect-ratio:4 / 3;border:7px solid var(--vh-color-white)}.vh-capacity-page .vh-capacity-operation__fact{position:absolute;top:22px;right:8px;display:flex;min-width:132px;min-height:96px;flex-direction:column;justify-content:center;padding:16px;background:var(--vh-color-primary);color:var(--vh-color-white);border-radius:10px;font-size:10px;font-weight:600}.vh-capacity-page .vh-capacity-operation__fact strong{margin-bottom:7px;font-size:25px;line-height:1}.vh-capacity-page .vh-capacity-operation__copy{align-self:center}.vh-capacity-page .vh-capacity-operation__copy .vh-section-title{margin-top:10px}.vh-capacity-page .vh-capacity-operation__lead{color:var(--vh-color-muted);font-size:14px;line-height:1.78}.vh-capacity-page .vh-capacity-operation__steps{display:grid;gap:10px;margin-top:27px}.vh-capacity-page .vh-capacity-operation__steps>div{display:grid;min-height:86px;padding:15px;grid-template-columns:44px 1fr;align-items:center;gap:12px;border:1px solid var(--vh-color-border);border-radius:10px}.vh-capacity-page .vh-capacity-operation__steps i{display:grid;width:42px;height:42px;place-items:center;background:var(--vh-color-white);border:1px solid var(--vh-color-border);color:var(--vh-color-primary);border-radius:9px;font-size:21px}.vh-capacity-page .vh-capacity-operation__steps :is(p, :where([data-heading-origin="p"])){display:flex;margin:0;flex-direction:column}.vh-capacity-page .vh-capacity-operation__steps strong{margin-bottom:4px;color:var(--vh-color-ink);font-size:13px}.vh-capacity-page .vh-capacity-operation__steps span{color:var(--vh-color-muted);font-size:11px;line-height:1.55}.vh-capacity-page .vh-capacity-pricing{background:var(--vh-color-white)}.vh-capacity-page .vh-capacity-pricing__panel{padding:28px;background:var(--vh-color-surface);border:1px solid var(--vh-color-border);border-radius:18px}.vh-capacity-page .vh-capacity-pricing__intro .vh-section-title{margin-top:10px}.vh-capacity-page .vh-capacity-pricing__intro>:is(p, :where([data-heading-origin="p"])):not(.vh-section-title){margin-bottom:24px;color:var(--vh-color-muted);font-size:14px;line-height:1.78}.vh-capacity-page .vh-capacity-pricing__intro .vh-button{width:100%}.vh-capacity-page .vh-capacity-pricing__factors{display:grid;gap:10px;margin-top:30px}.vh-capacity-page .vh-capacity-pricing__factors article{position:relative;min-height:182px;padding:23px;overflow:hidden;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:11px}.vh-capacity-page .vh-capacity-pricing__factors article>span{position:absolute;top:15px;right:18px;color:var(--vh-color-border);font-size:31px;font-weight:700;line-height:1}.vh-capacity-page .vh-capacity-pricing__factors i{display:grid;width:44px;height:44px;place-items:center;margin-bottom:18px;background:var(--vh-color-surface);color:var(--vh-color-primary);border-radius:9px;font-size:22px}.vh-capacity-page .vh-capacity-pricing__factors [role="heading"]:is(p, :where([data-heading-origin="p"])){margin-bottom:7px;color:var(--vh-color-ink);font-size:14px;font-weight:700}.vh-capacity-page .vh-capacity-pricing__factors :is(p, :where([data-heading-origin="p"])):last-child{margin:0;color:var(--vh-color-muted);font-size:11px;line-height:1.6}.vh-capacity-page .vh-capacity-process{background:var(--vh-color-white)}.vh-capacity-page .vh-capacity-process__list{display:grid;margin:0;padding:0;gap:0;list-style:none}.vh-capacity-page .vh-capacity-process__list li{position:relative;display:grid;min-height:146px;padding:0 0 22px;grid-template-columns:54px 1fr;align-items:start;gap:16px}.vh-capacity-page .vh-capacity-process__node{position:relative;z-index:2;display:grid;width:52px;height:52px;place-items:center;background:var(--vh-color-primary);color:var(--vh-color-white);border:5px solid var(--vh-color-white);border-radius:50%;font-size:14px;font-weight:700;box-shadow:0 0 0 1px var(--vh-color-primary)}.vh-capacity-page .vh-capacity-process__connector{position:absolute;top:49px;left:25px;z-index:1;display:block;width:2px;height:calc(100% - 49px);background:var(--vh-color-primary)}.vh-capacity-page .vh-capacity-process__connector i{position:absolute;right:-6px;bottom:-2px;color:var(--vh-color-primary);font-size:14px}.vh-capacity-page .vh-capacity-process__detail{min-height:112px;padding:17px 18px;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:11px;transition:border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease}.vh-capacity-page .vh-capacity-process__list li:hover .vh-capacity-process__detail{border-color:var(--vh-color-primary);box-shadow:0 10px 24px var(--vh-color-border);transform:translateY(-2px)}.vh-capacity-page .vh-capacity-process__list small{display:block;margin-bottom:8px;color:var(--vh-color-trust);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.04em}.vh-capacity-page .vh-capacity-process__list [role="heading"]:is(p, :where([data-heading-origin="p"])){margin-bottom:7px;color:var(--vh-color-ink);font-size:15px;font-weight:700}.vh-capacity-page .vh-capacity-process__list :is(p, :where([data-heading-origin="p"])):last-child{margin:0;color:var(--vh-color-muted);font-size:11px;line-height:1.6}.vh-capacity-page .vh-capacity-faq{background:var(--vh-color-white)}.vh-capacity-page .vh-capacity-faq__layout{display:grid;gap:35px}.vh-capacity-page .vh-capacity-faq__intro .vh-section-title{margin-top:10px}.vh-capacity-page .vh-capacity-faq__intro>:is(p, :where([data-heading-origin="p"])):not(.vh-section-title){color:var(--vh-color-muted);font-size:14px;line-height:1.75}.vh-capacity-page .vh-capacity-faq__intro>a,.vh-capacity-page .vh-capacity-faq__intro>button[data-hotline-picker-trigger]{display:inline-flex;padding:0;align-items:center;gap:12px;margin-top:18px;border:0;background:transparent;color:var(--vh-color-ink);text-align:left}.vh-capacity-page .vh-capacity-faq__intro>a i,.vh-capacity-page .vh-capacity-faq__intro>button[data-hotline-picker-trigger] i{display:grid;width:48px;height:48px;place-items:center;background:var(--vh-color-primary);color:var(--vh-color-white);border-radius:50%;font-size:22px}.vh-capacity-page .vh-capacity-faq__intro>a span,.vh-capacity-page .vh-capacity-faq__intro>button[data-hotline-picker-trigger] span{display:flex;flex-direction:column;color:var(--vh-color-muted);font-size:11px}.vh-capacity-page .vh-capacity-faq__intro>a strong,.vh-capacity-page .vh-capacity-faq__intro>button[data-hotline-picker-trigger] strong{margin-top:4px;color:var(--vh-color-primary);font-size:17px}.vh-capacity-page .vh-capacity-faq__list{display:grid;gap:9px}.vh-capacity-page .vh-capacity-faq__list details{background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:10px}.vh-capacity-page .vh-capacity-faq__list details[open]{border-color:var(--vh-color-primary)}.vh-capacity-page .vh-capacity-faq__list summary{display:flex;min-height:60px;align-items:center;justify-content:space-between;gap:15px;padding:15px 18px;color:var(--vh-color-ink);cursor:pointer;font-size:13px;font-weight:700;line-height:1.5;list-style:none}.vh-capacity-page .vh-capacity-faq__list summary i{flex:0 0 auto;color:var(--vh-color-primary);font-size:18px;transition:transform 180ms ease}.vh-capacity-page .vh-capacity-faq__list details[open] summary i{transform:rotate(45deg)}.vh-capacity-page .vh-capacity-faq__list details>:is(p, .vh-capacity-faq__answer, :where([data-heading-origin="p"])){margin:0;padding:0 18px 18px;color:var(--vh-color-muted);font-size:12px;line-height:1.7}.vh-capacity-page .vh-capacity-quote{background:var(--vh-color-white)}.vh-capacity-page .vh-capacity-quote__shell{display:grid;gap:24px;padding:24px;background:var(--vh-color-surface);border:1px solid var(--vh-color-border);border-radius:18px}.vh-capacity-page .vh-capacity-quote__intro .vh-section-title{margin-top:10px}.vh-capacity-page .vh-capacity-quote__intro>:is(p, :where([data-heading-origin="p"])):not(.vh-section-title){color:var(--vh-color-muted);font-size:14px;line-height:1.75}.vh-capacity-page .vh-capacity-quote__contacts{display:grid;gap:9px;margin-top:26px}.vh-capacity-page .vh-capacity-contact-menu{position:relative}.vh-capacity-page .vh-capacity-quote__contacts>a,.vh-capacity-page .vh-capacity-quote__contacts>button[data-hotline-picker-trigger],.vh-capacity-page .vh-capacity-contact-menu__toggle{display:grid;width:100%;min-height:70px;padding:12px 14px;grid-template-columns:40px 1fr;align-items:center;gap:11px;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:10px;color:var(--vh-color-ink);cursor:pointer;font:inherit;text-align:left}.vh-capacity-page .vh-capacity-quote__contacts>a:hover,.vh-capacity-page .vh-capacity-quote__contacts>button[data-hotline-picker-trigger]:hover,.vh-capacity-page .vh-capacity-quote__contacts>button[data-hotline-picker-trigger]:focus-visible,.vh-capacity-page .vh-capacity-contact-menu__toggle:hover,.vh-capacity-page .vh-capacity-contact-menu__toggle:focus-visible,.vh-capacity-page .vh-capacity-contact-menu__toggle[aria-expanded="true"]{border-color:var(--vh-color-primary);outline:0}.vh-capacity-page .vh-capacity-quote__contacts>a i,.vh-capacity-page .vh-capacity-quote__contacts>button[data-hotline-picker-trigger] i,.vh-capacity-page .vh-capacity-contact-menu__toggle i{display:grid;width:40px;height:40px;place-items:center;background:var(--vh-color-surface);color:var(--vh-color-primary);border-radius:50%;font-size:19px}.vh-capacity-page .vh-capacity-quote__contacts>a span,.vh-capacity-page .vh-capacity-quote__contacts>button[data-hotline-picker-trigger] span,.vh-capacity-page .vh-capacity-contact-menu__toggle span{display:flex;flex-direction:column;color:var(--vh-color-muted);font-size:10px}.vh-capacity-page .vh-capacity-quote__contacts>a strong,.vh-capacity-page .vh-capacity-quote__contacts>button[data-hotline-picker-trigger] strong,.vh-capacity-page .vh-capacity-contact-menu__toggle strong{margin-top:3px;color:var(--vh-color-ink);font-size:13px}.vh-capacity-page .vh-capacity-contact-menu__panel{position:absolute;z-index:8;top:calc(100% + 8px);right:0;left:0;display:grid;gap:12px;padding:14px;border:1px solid var(--vh-color-border);border-radius:12px;background:var(--vh-color-white);box-shadow:0 14px 34px var(--vh-color-border);opacity:0;pointer-events:none;transform:translateY(7px);transition:opacity 160ms ease, transform 160ms ease;visibility:hidden}.vh-capacity-page .vh-capacity-contact-menu__panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.vh-capacity-page .vh-capacity-contact-menu__panel>:is(p, :where([data-heading-origin="p"])){margin:0;color:var(--vh-color-ink);font-size:13px;font-weight:700}.vh-capacity-page .vh-capacity-contact-menu__region{display:grid;gap:5px}.vh-capacity-page .vh-capacity-contact-menu__region>span{color:var(--vh-color-muted);font-size:10px;font-weight:700;text-transform:uppercase}.vh-capacity-page .vh-capacity-contact-menu__region a{display:flex;min-height:44px;padding:8px 10px;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--vh-color-border);border-radius:8px;color:var(--vh-color-ink);font-size:12px}.vh-capacity-page .vh-capacity-contact-menu__region a:hover,.vh-capacity-page .vh-capacity-contact-menu__region a:focus-visible{border-color:var(--vh-color-primary);color:var(--vh-color-primary);outline:0}.vh-capacity-page .vh-capacity-contact-menu__region a small{color:var(--vh-color-muted);font-size:11px;white-space:nowrap}.vh-capacity-page .vh-capacity-quote__form{padding:18px;box-shadow:0 14px 34px var(--vh-color-border)}.vh-capacity-page .vh-capacity-quote__form .vh-quote-form__grid{gap:10px}.vh-capacity-page .vh-capacity-quote__form .vh-field label{margin-bottom:4px;font-size:11px}.vh-capacity-page .vh-capacity-quote__form .vh-field input,.vh-capacity-page .vh-capacity-quote__form .vh-field select,.vh-capacity-page .vh-capacity-quote__form .vh-field textarea{min-height:42px;padding:8px 11px;font-size:12px}.vh-capacity-page .vh-capacity-quote__form .vh-field textarea{min-height:72px}.vh-capacity-page .vh-capacity-quote__form .vh-field__error{min-height:0;margin-top:0}.vh-capacity-page .vh-capacity-quote__form .vh-field__error:not(:empty){min-height:14px;margin-top:3px}.vh-capacity-page .vh-capacity-quote__form .vh-quote-form__submit{min-height:46px;margin-top:12px}.vh-capacity-page .vh-capacity-quote__form .vh-quote-form__status{min-height:17px;margin-top:5px}@media (min-width: 576px){.vh-capacity-page .vh-capacity-quote__contacts{grid-template-columns:repeat(2, minmax(0, 1fr))}.vh-capacity-page .vh-capacity-hero__actions{flex-direction:row}.vh-capacity-page .vh-capacity-hero__actions a,.vh-capacity-page .vh-capacity-pricing__intro .vh-button{width:auto}.vh-capacity-page .vh-capacity-hero__title{font-size:47px}.vh-capacity-page .vh-capacity-strengths__grid,.vh-capacity-page .vh-capacity-pricing__factors{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 768px){.vh-capacity-page .vh-capacity-hero{padding-top:42px;padding-bottom:88px}.vh-capacity-page .vh-capacity-strengths,.vh-capacity-page .vh-capacity-operation,.vh-capacity-page .vh-capacity-pricing,.vh-capacity-page .vh-capacity-process,.vh-capacity-page .vh-capacity-faq,.vh-capacity-page .vh-capacity-quote{padding-top:88px;padding-bottom:88px}.vh-capacity-page .vh-capacity-hero__layout,.vh-capacity-page .vh-capacity-operation__layout,.vh-capacity-page .vh-capacity-faq__layout{grid-template-columns:0.92fr 1.08fr;align-items:center;gap:58px}.vh-capacity-page .vh-capacity-hero__title{font-size:48px}.vh-capacity-page .vh-capacity-hero__proofs span{min-height:92px;padding:15px}.vh-capacity-page .vh-capacity-operation__visual{min-height:570px}.vh-capacity-page .vh-capacity-pricing__panel{padding:42px}.vh-capacity-page .vh-capacity-quote__shell{padding:30px}.vh-capacity-page .vh-capacity-quote__form .vh-quote-form__grid{grid-template-columns:repeat(2, 1fr)}.vh-capacity-page .vh-capacity-quote__form .vh-field--full{grid-column:1 / -1}}@media (min-width: 992px){.vh-capacity-page .vh-capacity-hero__layout{grid-template-columns:0.95fr 1.05fr;min-height:540px}.vh-capacity-page .vh-capacity-hero__title{font-size:53px}.vh-capacity-page .vh-capacity-strengths__grid{grid-template-columns:repeat(5, 1fr)}.vh-capacity-page .vh-capacity-strength{min-height:245px}.vh-capacity-page .vh-capacity-pricing__panel{display:grid;grid-template-columns:0.72fr 1.28fr;align-items:center;gap:48px}.vh-capacity-page .vh-capacity-pricing__factors{margin-top:0}.vh-capacity-page .vh-capacity-process__list{grid-template-columns:repeat(6, 1fr);gap:14px}.vh-capacity-page .vh-capacity-process__list li{display:flex;min-width:0;min-height:262px;flex-direction:column;align-items:center;padding:0;gap:0;text-align:center}.vh-capacity-page .vh-capacity-process__node{flex:0 0 auto}.vh-capacity-page .vh-capacity-process__connector{top:25px;left:calc(50% + 26px);width:calc(100% - 52px + 14px);height:2px}.vh-capacity-page .vh-capacity-process__connector i{right:-2px;bottom:-6px;transform:rotate(-90deg)}.vh-capacity-page .vh-capacity-process__detail{width:100%;min-height:188px;margin-top:22px;padding:17px 11px}.vh-capacity-page .vh-capacity-faq__layout{grid-template-columns:0.7fr 1.3fr;align-items:start;gap:72px}.vh-capacity-page .vh-capacity-faq__intro{position:sticky;top:112px}.vh-capacity-page .vh-capacity-quote__shell{grid-template-columns:0.68fr 1.32fr;align-items:start;gap:42px}.vh-capacity-page .vh-capacity-quote__form .vh-quote-form__grid{grid-template-columns:repeat(3, 1fr);gap:10px}.vh-capacity-page .vh-capacity-quote__form .vh-field--full{grid-column:1 / -1}}@media (min-width: 1200px){.vh-capacity-page .vh-capacity-hero__layout{gap:78px}.vh-capacity-page .vh-capacity-hero__title{font-size:57px}.vh-capacity-page .vh-capacity-operation__layout{gap:92px}.vh-capacity-page .vh-capacity-operation__steps{grid-template-columns:repeat(2, 1fr)}}@media (prefers-reduced-motion: reduce){.vh-capacity-page .vh-capacity-hero__secondary,.vh-capacity-page .vh-capacity-strength,.vh-capacity-page .vh-capacity-process__detail,.vh-capacity-page .vh-capacity-faq__list summary i{transition:none}}.vh-capacity-page .vh-capacity-strength i.ph,.vh-capacity-page .vh-capacity-operation__steps i.ph,.vh-capacity-page .vh-capacity-pricing__factors i.ph,.vh-capacity-page .vh-capacity-faq__intro>a i.ph,.vh-capacity-page .vh-capacity-faq__intro>button[data-hotline-picker-trigger] i.ph,.vh-capacity-page .vh-capacity-quote__contacts>a i.ph,.vh-capacity-page .vh-capacity-quote__contacts>button[data-hotline-picker-trigger] i.ph,.vh-capacity-page .vh-capacity-contact-menu__toggle i.ph{-webkit-mask:none;mask:none}.vh-capacity-page .vh-capacity-strength i.ph::before,.vh-capacity-page .vh-capacity-operation__steps i.ph::before,.vh-capacity-page .vh-capacity-pricing__factors i.ph::before,.vh-capacity-page .vh-capacity-faq__intro>a i.ph::before,.vh-capacity-page .vh-capacity-faq__intro>button[data-hotline-picker-trigger] i.ph::before,.vh-capacity-page .vh-capacity-quote__contacts>a i.ph::before,.vh-capacity-page .vh-capacity-quote__contacts>button[data-hotline-picker-trigger] i.ph::before,.vh-capacity-page .vh-capacity-contact-menu__toggle i.ph::before{content:"";display:block;width:1em;height:1em;background-color:currentColor;-webkit-mask:var(--vh-icon) center/contain no-repeat;mask:var(--vh-icon) center/contain no-repeat}#cartAMARE{padding:0}#cartAMARE .secMainContent{padding-top:50px;padding-bottom:30px}#cartAMARE .secMainContent .cartTable{margin-bottom:20px;width:100%}#cartAMARE .secMainContent .mobileBlock{display:none}#cartAMARE .secMainContent .cartPayMobile .titleBlock{font-size:16px;font-weight:700;border-bottom:1px solid #e4e4e4;padding:10px 15px;margin:0 0px 20px 0px}#cartAMARE .secMainContent .cartPayMobile .specialBlock_30{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e4e4e4}#cartAMARE .secMainContent .cartPayMobile .specialBlock_30 .textPart .enterNumb{margin-bottom:15px}.cartTable .line1{font-size:13px;font-weight:700;border-bottom:1px solid #e4e4e4}.cartTable .line1 td{padding-bottom:10px;font-size:16px}.cartTable .line2{border-bottom:1px solid #e4e4e4}.cartTable .line2 .chon{vertical-align:top}.cartTable .chon{text-align:center;padding:8px 0}.cartTable .line2 .chon input{width:17px;height:17px}.cartTable .line2 .tdProduct{width:45%}.cartTable .specialBlock_31{padding:17px 0}.specialBlock_31{display:flex}.specialBlock_31 .wrapImgPart{width:35%;margin:auto}.specialBlock_31 .wrapImgPart .imgPart{padding-bottom:100%;position:relative;overflow:hidden;border:2px solid var(--mau-chu-dao1);transition:0.3s}.specialBlock_31 .wrapImgPart .imgPart img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;object-fit:contain;transition:0.3s}.specialBlock_31 .textPart{width:65%;padding-left:4%;margin:auto}.enterNumb{display:flex;position:relative}.enterNumb .fa-minus-square{left:0}.enterNumb .faFix{position:absolute;top:7px}.enterNumb .fa-plus-square{left:120px}.enterNumb .faFix{position:absolute;top:7px;cursor:pointer}.enterNumb .form-controlFix{width:75px;height:30px;margin:0 30px;text-align:center;font-size:13px}.cartTable .line2 .thanhTien{color:red}.cartTable .line2 td p{margin:0}.payBlock{display:flex;flex-wrap:wrap}.payBlock .wrapLeft{width:60%;padding-right:10px}.payBlock .wrapRight{width:40%}.payBlock .wrapLeft input{width:20px;height:20px;cursor:pointer;margin-top:auto;margin-bottom:auto}.payBlock .wrapLeft label{margin-left:10px;cursor:pointer}.payBlock .wrapLeft .backPage{display:inline-block;padding-left:30px;margin-bottom:18px;position:relative;color:#000000;font-size:15px}.payBlock .wrapLeft .backPage:before{position:absolute;top:-2px;left:0;content:"\f0a8";font-family:'Font Awesome 6 Free';font-size:25px;line-height:1;font-weight:900;color:#77B81E}.payBlock .wrapRight .wrapSecond{display:flex;margin-bottom:20px}.payBlock .wrapRight .wrapSecond .text{width:50%;text-align:center}.payBlock .wrapRight .wrapSecond .price{width:50%;text-align:center}.payBlock .wrapRight .wrapSecond .text .total{font-size:15px;font-weight:600}.payBlock .wrapRight .wrapSecond .text .number{font-size:13px;color:#999999;background-color:unset}.payBlock .wrapRight .wrapSecond .price .numberPrice{font-size:18px;font-weight:700;color:#D9001B}.payBlock .wrapRight .wrapSecond .price .tax{font-size:13px;color:#999999}.payBlock .wrapRight .btnPart{text-align:center}.payBlock .wrapRight .btnPart .btnType_1{background-color:#77B81E;min-width:60%;text-align:center;border-radius:3px;font-size:16px;font-weight:700;cursor:pointer}.btnType_11{display:inline-block;cursor:pointer;background-color:var(--mau_chu_dao_2);color:#ffffff !important;padding:9px 12px;text-align:center;font-size:14px;font-weight:500;border-radius:10px;min-width:11rem;box-shadow:3px 3px 8px 0 rgba(0,0,0,0.2);margin-top:20px}.btnType_11:hover{display:inline-block;cursor:pointer;background-color:var(--mau_chu_dao_1);color:#ffffff !important;padding:9px 12px;text-align:center;font-size:14px;font-weight:500;border-radius:10px;min-width:11rem;box-shadow:3px 3px 8px 0 rgba(0,0,0,0.2);margin-top:20px}#cartAMARE .secMainContent .cartPayMobile .titleBlock{font-size:16px;font-weight:700;border-bottom:1px solid #e4e4e4;padding:10px 15px;margin:0 0px 20px 0px}.specialBlock_30{display:flex}.specialBlock_30 .wrapImg{width:35%;margin:auto}.specialBlock_30 .imgProduct{padding-bottom:100%;position:relative;border:2px solid var(--mau_chu_dao_1);display:block}.specialBlock_30 .imgProduct img{width:100%;height:100%;object-fit:contain;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.specialBlock_30 .textPart{width:60%;margin:auto;padding-left:15px}.specialBlock_30 .textPart .titleProduct{margin-bottom:15px}.specialBlock_30 .textPart .titleProduct a{font-size:13px}.remove_item{cursor:pointer;color:#D9001B}@media only screen and (max-width: 991px){.payBlock{flex-direction:column-reverse}}@media only screen and (max-width: 991px){.payBlock .wrapLeft{width:100%;padding-right:0}}@media only screen and (max-width: 991px){.payBlock .wrapRight{width:100%;padding-bottom:20px;margin-bottom:20px;border-bottom:1.5px solid #e4e4e4}}@media only screen and (max-width: 991px){#cartAMARE .secMainContent .desktopBlock{display:none}#cartAMARE .secMainContent .mobileBlock{display:block}}.btnType_1cart{display:inline-block;cursor:pointer;background-color:var(--cl-main);color:#ffffff !important;padding:9px 12px;text-align:center;font-size:14px;font-weight:500;border-radius:10px;min-width:11rem;box-shadow:3px 3px 8px 0 rgba(0,0,0,0.2);margin-top:20px}.vh-contact-page{--vh-contact-shadow: rgba(58, 42, 34, 0.09);background:var(--vh-color-white)}.vh-contact-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:34px;color:var(--vh-color-muted);font-size:13px}.vh-contact-breadcrumb a:hover{color:var(--vh-color-primary)}.vh-contact-heading{display:grid;gap:10px;margin-bottom:28px}.vh-contact-heading .vh-section-title{margin:0}.vh-contact-heading>:is(p, :where([data-heading-origin="p"])):last-child{max-width:570px;margin:0;color:var(--vh-color-muted)}.vh-contact-locations{padding:24px 0 64px;background:var(--vh-color-white)}.vh-contact-locations__layout{display:grid;gap:20px}.vh-contact-company-summary{display:grid;align-content:start;gap:22px}.vh-contact-company-summary .vh-section-title{margin:0}.vh-contact-company-summary dl{margin:0;border-top:1px solid var(--vh-color-border)}.vh-contact-company-summary dl>div{display:grid;padding:11px 0;gap:4px;border-bottom:1px solid var(--vh-color-border)}.vh-contact-company-summary dt{color:var(--vh-color-muted);font-size:12px;font-weight:500}.vh-contact-company-summary dd{margin:0;font-size:14px;font-weight:600;overflow-wrap:anywhere}.vh-contact-company-summary dd a{color:var(--vh-color-primary)}.vh-contact-locations__list{display:grid;gap:10px}.vh-contact-location{display:grid;padding:20px;gap:8px;border:1px solid var(--vh-color-border);border-radius:12px;background:var(--vh-color-white);color:var(--vh-color-ink);cursor:pointer;text-align:left;transition:160ms ease}.vh-contact-location span{color:var(--vh-color-primary);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.04em}.vh-contact-location strong{font-size:15px;line-height:1.55}.vh-contact-location small{display:inline-flex;align-items:center;gap:6px;color:var(--vh-color-muted)}.vh-contact-location:hover,.vh-contact-location.is-active{border-color:var(--vh-color-primary);box-shadow:0 12px 30px var(--vh-contact-shadow)}.vh-contact-location.is-active{border-left:4px solid var(--vh-color-primary)}.vh-contact-map{position:relative;display:flex;overflow:hidden;min-height:420px;border:1px solid var(--vh-color-border);border-radius:16px;background:var(--vh-color-surface)}.vh-contact-map iframe{display:block;width:100%;min-height:420px;flex:1 1 auto;border:0}.vh-contact-map>a{position:absolute;right:16px;bottom:16px;display:inline-flex;padding:10px 14px;align-items:center;gap:7px;background:var(--vh-color-white);color:var(--vh-color-primary);box-shadow:0 8px 20px var(--vh-contact-shadow);font-size:12px;font-weight:700}.vh-contact-advisors{padding:64px 0;background:var(--vh-color-white)}.vh-contact-advisors__grid{display:grid;gap:16px}.vh-contact-advisor{display:grid;padding:18px;grid-template-columns:minmax(0, 1fr) 96px;gap:16px;border:1px solid var(--vh-color-border);border-radius:14px;background:var(--vh-color-white)}.vh-contact-advisor__top{display:flex;min-width:0;align-items:center;gap:12px}.vh-contact-advisor__avatar{display:block;width:44px;height:44px;flex:0 0 44px;object-fit:cover;object-position:center;border-radius:50%;background:var(--vh-color-surface)}.vh-contact-advisor__top small{color:var(--vh-color-trust);font-size:11px;font-weight:700;text-transform:uppercase}.vh-contact-advisor__top :is(p, :where([data-heading-origin="p"])){margin:1px 0;font-size:17px;font-weight:700}.vh-contact-advisor__top a{color:var(--vh-color-muted);font-size:13px}.vh-contact-advisor__qr{display:block;width:96px;max-width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;border:1px solid var(--vh-color-border);border-radius:10px;background:#fff}.vh-contact-advisor__actions{display:flex;grid-column:1 / -1;gap:8px}.vh-contact-advisor__actions a,.vh-contact-advisor__actions button{display:inline-flex;min-height:36px;padding:7px 12px;align-items:center;justify-content:center;gap:6px;border:1px solid var(--vh-color-border);border-radius:9px;background:transparent;color:var(--vh-color-primary);font-size:12px;font-weight:700}.vh-contact-advisor__actions a:first-child{border-color:var(--vh-color-trust);background:var(--vh-color-trust);color:var(--vh-color-white)}.vh-contact-advisor__actions a:hover,.vh-contact-advisor__actions button:hover,.vh-contact-advisor__actions button:focus-visible{border-color:var(--vh-color-primary);background:var(--vh-color-primary);color:var(--vh-color-white)}.vh-contact-advisor__actions a[href^="tel:"]{color:#c00;background:var(--vh-color-white)}.vh-contact-advisor__actions a[href^="tel:"] i{color:inherit}.vh-contact-advisors__note{display:flex;align-items:flex-start;gap:7px;margin:18px 0 0;color:var(--vh-color-muted);font-size:12px}.vh-contact-request{background:var(--vh-color-white)}@media (min-width: 576px){.vh-contact-advisors__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (min-width: 768px){.vh-contact-heading{grid-template-columns:minmax(0, 1fr) minmax(300px, 0.65fr);align-items:end}.vh-contact-locations{padding-top:32px;padding-bottom:80px}.vh-contact-advisors,.vh-contact-request{padding-top:80px;padding-bottom:80px}.vh-contact-locations__layout{grid-template-columns:440px minmax(0, 1fr);align-items:stretch}.vh-contact-location{padding:25px}.vh-contact-map iframe{min-height:100%}}@media (min-width: 992px){.vh-contact-advisors__grid{grid-template-columns:repeat(5, minmax(0, 1fr))}.vh-contact-advisor{grid-template-columns:minmax(0, 1fr);align-content:start}.vh-contact-advisor__top{align-items:flex-start}.vh-contact-advisor__qr{width:100%;max-width:132px;justify-self:center}.vh-contact-advisor__actions{justify-content:center}}@media (prefers-reduced-motion: reduce){.vh-contact-location,.vh-contact-advisor__actions a,.vh-contact-advisor__actions button{transition:none}}.vh-contact-advisor__actions a.vh-advisor-zalo{border-color:var(--vh-color-trust);background:var(--vh-color-trust);color:var(--vh-color-white)}.vh-contact-advisor__actions a.vh-advisor-phone{color:#c00;background:var(--vh-color-white)}.vh-contact-advisor__actions a.vh-advisor-phone i{color:inherit}.data_contents{padding:25px 0}.data_contents .container{border-top:1px solid #AAAAAA;padding-top:15px}.data_contents .imgPost{text-align:center}.data_contents .imgPost img{width:80%}@media only screen and (max-width: 767px){.data_contents .imgPost img{width:100%}}.data_contents h1{font-size:32px;overflow-wrap:break-word}.data_contents h2{font-size:24px;overflow-wrap:break-word;font-weight:700;color:var(--color-primary);margin-bottom:8px}.data_contents h3{font-size:20px;overflow-wrap:break-word}.data_contents h4{font-size:16px;overflow-wrap:break-word}.data_contents h5{font-size:16px;margin-bottom:16px;overflow-wrap:break-word}.data_contents h6{font-size:16px;overflow-wrap:break-word}.data_contents p{font-size:16px;overflow-wrap:break-word;margin-bottom:8px;text-align:justify}.data_contents a{font-size:16px;overflow-wrap:break-word;color:#295fcc;font-weight:inherit}.data_contents a:hover{text-decoration:underline}.data_contents ul{padding-left:35px}.data_contents ul li{margin-bottom:8px;font-size:16px;overflow-wrap:break-word}.data_contents ul li span{font-size:inherit;font-weight:inherit;color:inherit}.data_contents img,.data_contents video{width:80%;max-width:800px;height:auto;margin-top:16px;margin-bottom:16px}@media only screen and (max-width: 767px){.data_contents img,.data_contents video{width:100%;height:auto}}.data_contents blockquote{position:relative;padding-left:20px;padding-right:10px;font-style:italic;margin-top:15px;margin-left:10px;background-color:#f2f2f2;padding-top:10px;padding-bottom:5px;box-shadow:2px 2px 8px 0px rgba(0,0,0,0.2)}.data_contents blockquote:before{content:"";position:absolute;width:3px;height:100%;left:0;top:0;background-image:linear-gradient(to bottom, #7ed858, #e7838b, #737aa0, #5270fb)}.data_contents table{width:100%;max-width:800px;margin:auto;margin-top:15px;margin-bottom:15px}.data_contents table tr{background-color:#ffffff}.data_contents table tr:nth-child(2n+1){background-color:#f2f2f2}.data_contents table tr:first-child{background-color:var(--color-primary)}.data_contents table tr:first-child td{color:#ffffff;font-size:18px;font-weight:700;padding:10px 7px;text-align:center}.data_contents table tr:first-child td p{font-size:18px;color:unset}.data_contents table td{padding:7px;border:1px solid #d7d7d7}.data_contents table td p{margin-bottom:0}.data_contents .wrapIframeVideo{position:relative;padding-bottom:44.3%;width:80%;margin:auto}@media only screen and (max-width: 767px){.data_contents .wrapIframeVideo{width:100%;padding-bottom:55.375%;height:auto}}.data_contents .wrapIframeVideo iframe{width:100%;height:100%;position:absolute;top:0;left:0}@media only screen and (max-width: 991px){.tableOfContent{width:100%}}.tableOfContent #bookmark-list ul{padding-left:15px}.tableOfContent #bookmark-list ul li{list-style:none !important}.tableOfContent #bookmark-list ul li a{color:#295fcc}.tableOfContent #bookmark-list ul li a:hover{text-decoration:underline}.tableOfContent #bookmark-list ul li.sub_data{padding-left:15px}.contact-form label.error,.order-form label.error{color:red !important;line-height:1.5 !important;margin-top:6px !important;font-weight:400 !important}:root{--vh2-primary: #b42318;--vh2-primary-dark: #7a1b16;--vh2-accent: #f47b20;--vh2-trust: #5f923c;--vh2-ink: #3a2a22;--vh2-muted: #6f665f;--vh2-surface: #f6f3ef;--vh2-white: #fffefc;--vh2-border: #e2ddd6;--vh2-veil: rgba(255, 254, 252, 0.82)}html{scroll-behavior:smooth}body.vh2-home{margin:0;overflow-x:hidden;background:var(--vh2-white);color:var(--vh2-ink);font-family:"Be Vietnam Pro", sans-serif;font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}.vh2-home *,.vh2-home *::before,.vh2-home *::after{box-sizing:border-box}.vh2-home :is(p, :where([data-heading-origin="p"])){margin-top:0}.vh2-home a{color:inherit;text-decoration:none}.vh2-home button,.vh2-home input,.vh2-home select,.vh2-home textarea{font:inherit}.vh2-home :focus-visible{outline:3px solid var(--vh2-accent);outline-offset:3px}.vh2-home .container{width:100%;max-width:1280px;margin-inline:auto;padding-right:20px;padding-left:20px}.vh2-skip-link{position:fixed;top:10px;left:10px;z-index:300;padding:9px 14px;background:var(--vh2-ink);color:var(--vh2-white) !important;transform:translateY(-160%)}.vh2-skip-link:focus{transform:translateY(0)}.vh2-header{position:sticky;top:0;z-index:120;background:var(--vh2-white);border-bottom:1px solid var(--vh2-border)}.vh2-header__inner{position:relative;display:grid;min-height:68px;grid-template-columns:1fr 44px;align-items:center;gap:12px}.vh2-brand{display:inline-flex;width:max-content;align-items:center;gap:10px}.vh2-brand__mark{display:grid;width:43px;height:43px;place-items:center;flex:0 0 auto;background:var(--vh2-primary);color:var(--vh2-white);font-size:13px;font-weight:700;letter-spacing:0.08em}.vh2-brand__copy{display:flex;flex-direction:column;line-height:1.15}.vh2-brand__copy strong{color:var(--vh2-primary-dark);font-size:16px;letter-spacing:0.08em}.vh2-brand__copy small{margin-top:4px;color:var(--vh2-muted);font-size:9px;text-transform:uppercase;letter-spacing:0.08em}.vh2-header__toggle{display:grid;width:42px;height:42px;place-items:center;justify-self:end;border:0;background:transparent;color:var(--vh2-primary);cursor:pointer;font-size:24px}.vh2-nav{position:absolute;top:100%;right:20px;left:20px;display:none;max-height:calc(100dvh - 82px);overflow-y:auto;padding:10px 18px 20px;background:var(--vh2-white);border:1px solid var(--vh2-border);border-radius:0 0 8px 8px}.vh2-nav.is-open{display:block}.vh2-nav__link{display:flex;width:100%;min-height:45px;align-items:center;justify-content:space-between;padding:9px 0;border:0;border-bottom:1px solid var(--vh2-border);background:transparent;color:var(--vh2-ink) !important;cursor:pointer;font-size:13px;font-weight:600;text-align:left}.vh2-nav__link:hover,.vh2-nav__link--active{color:var(--vh2-primary) !important}.vh2-nav__group{position:relative}.vh2-mega{display:none;padding:12px 0 14px 16px}.vh2-mega.is-open{display:grid;gap:16px}.vh2-mega>div{display:grid;gap:7px}.vh2-mega span{color:var(--vh2-primary);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.07em}.vh2-mega a{color:var(--vh2-muted) !important;font-size:12px}.vh2-header__cta{display:none}.vh2-hero{position:relative;min-height:530px;overflow:hidden;background:var(--vh2-surface)}.vh2-hero__image{position:absolute;inset:0;display:block;width:100%;height:100%;aspect-ratio:16 / 9;object-fit:cover;object-position:center}.vh2-hero__veil{position:absolute;inset:0;background:var(--vh2-veil)}.vh2-hero__inner{position:relative;display:flex;min-height:530px;align-items:center;justify-content:center}.vh2-hero__content{width:100%;max-width:850px;padding:64px 0 92px;text-align:center}.vh2-hero__eyebrow,.vh2-kicker{display:inline-block;margin-bottom:12px;color:var(--vh2-primary);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em}.vh2-hero__title{margin:0 auto 20px;color:var(--vh2-primary-dark);font-size:clamp(35px, 7vw, 58px);font-weight:700;line-height:1.16;letter-spacing:-0.035em}.vh2-hero__lead{max-width:690px;margin:0 auto 28px;color:var(--vh2-ink);font-size:15px}.vh2-button{display:inline-flex;min-height:47px;align-items:center;justify-content:center;gap:9px;padding:11px 20px;border:1px solid transparent;border-radius:999px;cursor:pointer;font-size:13px;font-weight:700;white-space:nowrap;transition:transform 180ms ease, background-color 180ms ease, color 180ms ease}.vh2-button:hover{transform:translateY(-2px)}.vh2-button:active{transform:translateY(1px)}.vh2-button--primary{background:var(--vh2-primary);color:var(--vh2-white) !important}.vh2-button--primary:hover{background:var(--vh2-primary-dark)}.vh2-button--outline{border-color:var(--vh2-primary);background:var(--vh2-white);color:var(--vh2-primary) !important}.vh2-button--outline:hover{background:var(--vh2-primary);color:var(--vh2-white) !important}.vh2-stats{position:relative;z-index:3;margin-top:-42px}.vh2-stats__panel{padding:28px 20px;background:var(--vh2-surface);border:1px solid var(--vh2-border);border-radius:8px;box-shadow:0 12px 32px var(--vh2-border)}.vh2-stats__title{margin-bottom:22px;color:var(--vh2-ink);font-size:18px;font-weight:700;text-align:center}.vh2-stats__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px 12px}.vh2-stat{text-align:center}.vh2-stat strong{display:block;color:var(--vh2-primary-dark);font-size:34px;font-weight:700;line-height:1}.vh2-stat strong span{color:var(--vh2-accent);font-size:0.48em}.vh2-stat :is(p, :where([data-heading-origin="p"])){margin:9px 0 0;color:var(--vh2-muted);font-size:11px;font-weight:600}.vh2-section{padding:72px 0}.vh2-section-title{max-width:760px;margin:0 0 14px;padding-left:14px;border-left:4px solid var(--vh2-accent);color:var(--vh2-ink);font-size:clamp(29px, 4vw, 42px);font-weight:700;line-height:1.24;letter-spacing:-0.025em}.vh2-section-title--center{margin-right:auto;margin-left:auto;padding-left:0;border-left:0;text-align:center}.vh2-section-lead{max-width:650px;margin-bottom:0;color:var(--vh2-muted)}.vh2-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.vh2-text-link{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;color:var(--vh2-primary) !important;font-size:13px;font-weight:700}.vh2-about{padding-top:104px}.vh2-about__layout{display:grid;gap:40px;align-items:center}.vh2-about__copy>:is(p, :where([data-heading-origin="p"])):not(.vh2-section-title){max-width:620px;color:var(--vh2-muted)}.vh2-about__copy .vh2-button{margin-top:8px}.vh2-about__collage{display:grid;min-height:470px;grid-template-columns:1.3fr 0.7fr;grid-template-rows:repeat(2, 1fr);gap:12px}.vh2-about__image{display:block;width:100%;height:100%;aspect-ratio:4 / 5;grid-row:1 / span 2;object-fit:cover;border-radius:8px}.vh2-about__tile{display:flex;min-width:0;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:20px 12px;background:var(--vh2-surface);border-radius:8px;color:var(--vh2-primary-dark);text-align:center}.vh2-about__tile i{font-size:42px}.vh2-about__tile span{font-size:12px;font-weight:700}.vh2-about__tile--accent{background:var(--vh2-primary);color:var(--vh2-white)}.vh2-categories{background:var(--vh2-white)}.vh2-category-grid{display:grid;gap:12px}.vh2-category{display:grid;min-height:120px;grid-template-columns:54px 1fr 26px;align-items:center;gap:14px;padding:20px;background:var(--vh2-surface);border:1px solid var(--vh2-border);border-radius:8px;transition:transform 180ms ease, border-color 180ms ease}.vh2-category:hover{border-color:var(--vh2-primary);transform:translateY(-3px)}.vh2-category__icon{display:grid;width:52px;height:52px;place-items:center;background:var(--vh2-white);border-radius:50%;color:var(--vh2-primary);font-size:25px}.vh2-category strong,.vh2-category small{display:block}.vh2-category strong{margin-bottom:5px;font-size:16px}.vh2-category small{color:var(--vh2-muted);font-size:10px}.vh2-category>i{color:var(--vh2-primary);font-size:19px}.vh2-category--feature{background:var(--vh2-primary-dark);border-color:var(--vh2-primary-dark);color:var(--vh2-white) !important}.vh2-category--feature small,.vh2-category--feature>i{color:var(--vh2-white)}.vh2-commitments{background:var(--vh2-surface)}.vh2-commitments__grid{display:grid;gap:12px;margin-top:30px}.vh2-commitment{padding:24px 20px;background:var(--vh2-white);border:1px solid var(--vh2-border);border-radius:8px;text-align:center}.vh2-commitment i{display:grid;width:54px;height:54px;margin:0 auto 16px;place-items:center;background:var(--vh2-surface);border-radius:50%;color:var(--vh2-primary);font-size:26px}.vh2-commitment:nth-child(3) i,.vh2-commitment:nth-child(5) i{color:var(--vh2-trust)}.vh2-commitment strong{display:block;margin-bottom:8px;font-size:14px}.vh2-commitment :is(p, :where([data-heading-origin="p"])){margin-bottom:0;color:var(--vh2-muted);font-size:11px}.vh2-featured__head{display:grid;gap:20px;margin-bottom:28px}.vh2-featured__filters{display:flex;gap:7px;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.vh2-featured__filters::-webkit-scrollbar{display:none}.vh2-featured__filters button{flex:0 0 auto;padding:8px 13px;border:1px solid var(--vh2-border);border-radius:999px;background:var(--vh2-white);color:var(--vh2-muted);cursor:pointer;font-size:10px;font-weight:700;transition:background-color 180ms ease, color 180ms ease, border-color 180ms ease}.vh2-featured__filters button:hover,.vh2-featured__filters button.is-active{border-color:var(--vh2-primary);background:var(--vh2-primary);color:var(--vh2-white)}.vh2-featured__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px}.vh2-product{display:flex;min-width:0;overflow:hidden;flex-direction:column;background:var(--vh2-white);border:1px solid var(--vh2-border);border-radius:8px;transition:transform 180ms ease, box-shadow 180ms ease}.vh2-product:hover{transform:translateY(-4px);box-shadow:0 14px 30px var(--vh2-border)}.vh2-product[hidden]{display:none !important}.vh2-product__visual{display:flex;aspect-ratio:4 / 3;align-items:center;justify-content:center;flex-direction:column;gap:8px;background:var(--vh2-surface);color:var(--vh2-muted);font-size:9px}.vh2-product__visual i{color:var(--vh2-border);font-size:42px}.vh2-product__body{display:flex;min-height:142px;padding:15px;flex-direction:column}.vh2-product__body :is(p, :where([data-heading-origin="p"])){margin-bottom:5px;font-size:13px;font-weight:700;line-height:1.45}.vh2-product__body small{color:var(--vh2-muted);font-size:10px}.vh2-product__body a{margin-top:auto;padding-top:12px;color:var(--vh2-primary) !important;font-size:11px;font-weight:700}.vh2-capability{background:var(--vh2-surface)}.vh2-capability__layout{display:grid;gap:38px;align-items:center}.vh2-capability__copy>:is(p, :where([data-heading-origin="p"])):not(.vh2-section-title){color:var(--vh2-muted)}.vh2-capability__facts{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px;margin:24px 0}.vh2-capability__facts span{padding:16px;background:var(--vh2-white);border-radius:8px;color:var(--vh2-muted);font-size:10px}.vh2-capability__facts strong{display:block;color:var(--vh2-primary-dark);font-size:28px}.vh2-capability__image{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px;box-shadow:18px 18px 0 var(--vh2-accent)}.vh2-core__intro{margin-bottom:36px}.vh2-core-group{padding:28px 0;border-top:1px solid var(--vh2-border)}.vh2-core-group--hero{display:grid;min-height:320px;grid-template-columns:1fr;align-items:center;gap:28px;padding:34px;background:linear-gradient(135deg, var(--vh2-primary-dark), var(--vh2-primary));border:0;border-radius:8px;color:var(--vh2-white)}.vh2-core-group--hero span{display:block;margin-bottom:8px;color:var(--vh2-accent);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.07em}.vh2-core-group--hero [role="heading"]:is(p, :where([data-heading-origin="p"])){max-width:650px;margin-bottom:12px;font-size:clamp(25px, 4vw, 38px);font-weight:700;line-height:1.25}.vh2-core-group--hero :is(p, :where([data-heading-origin="p"])):not([role="heading"]){max-width:620px}.vh2-core-group--hero a{display:inline-flex;align-items:center;gap:7px;color:var(--vh2-white) !important;font-weight:700}.vh2-core-group__symbol{display:grid;width:180px;height:180px;place-items:center;justify-self:center;background:var(--vh2-white);border-radius:50%;color:var(--vh2-primary);font-size:78px}.vh2-core-group__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.vh2-core-group__head :is(p, :where([data-heading-origin="p"])){margin-bottom:0;font-size:23px;font-weight:700}.vh2-core-group__head a{color:var(--vh2-primary) !important;font-size:12px;font-weight:700}.vh2-core-group__grid{display:grid;gap:12px}.vh2-mini-product{min-width:0;padding:18px;background:var(--vh2-white);border:1px solid var(--vh2-border);border-radius:8px}.vh2-mini-product i{display:grid;aspect-ratio:4 / 3;place-items:center;margin-bottom:14px;background:var(--vh2-surface);color:var(--vh2-border);font-size:42px}.vh2-mini-product :is(p, :where([data-heading-origin="p"])),.vh2-landscape-product :is(p, :where([data-heading-origin="p"])){margin-bottom:5px;font-size:13px;font-weight:700}.vh2-mini-product small,.vh2-landscape-product small{color:var(--vh2-muted);font-size:10px}.vh2-landscape-product{display:grid;grid-template-columns:86px 1fr;align-items:center;gap:18px;padding:18px;background:var(--vh2-surface);border-radius:8px}.vh2-landscape-product i{display:grid;width:86px;aspect-ratio:1;place-items:center;background:var(--vh2-white);color:var(--vh2-primary);font-size:36px}.vh2-benefits{padding:28px 0;background:var(--vh2-ink)}.vh2-benefits__grid{display:grid;gap:12px}.vh2-benefit{display:grid;grid-template-columns:54px 1fr;align-items:center;gap:18px;padding:24px;border-radius:8px}.vh2-benefit>i{font-size:42px}.vh2-benefit span,.vh2-benefit strong{display:block}.vh2-benefit span{margin-bottom:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.07em}.vh2-benefit strong{font-size:18px}.vh2-benefit :is(p, :where([data-heading-origin="p"])){margin:5px 0 0;font-size:11px}.vh2-benefit--primary{background:var(--vh2-primary);color:var(--vh2-white)}.vh2-benefit--accent{background:var(--vh2-accent);color:var(--vh2-ink)}.vh2-audience__grid{display:grid;gap:12px;margin-top:30px}.vh2-audience__grid article{padding:25px;border-left:3px solid var(--vh2-primary);background:var(--vh2-surface)}.vh2-audience__grid i{display:block;margin-bottom:14px;color:var(--vh2-trust);font-size:30px}.vh2-audience__grid strong{display:block;margin-bottom:7px;font-size:15px}.vh2-audience__grid :is(p, :where([data-heading-origin="p"])){margin-bottom:0;color:var(--vh2-muted);font-size:11px}.vh2-quote{background:var(--vh2-surface)}.vh2-quote__layout{display:grid;gap:20px;margin-top:32px}.vh2-form,.vh2-process{height:100%;padding:24px;background:var(--vh2-white);border:1px solid var(--vh2-border);border-radius:8px}.vh2-form__grid{display:grid;gap:15px}.vh2-field{display:flex;flex-direction:column}.vh2-field label{margin-bottom:6px;font-size:12px;font-weight:700}.vh2-field label span,.vh2-field>small{color:var(--vh2-primary)}.vh2-field input,.vh2-field select,.vh2-field textarea{width:100%;min-height:48px;padding:10px 12px;border:1px solid var(--vh2-border);border-radius:4px;background:var(--vh2-surface);color:var(--vh2-ink)}.vh2-field textarea{min-height:112px;resize:vertical}.vh2-field [aria-invalid="true"]{border-color:var(--vh2-primary)}.vh2-field>small{min-height:16px;margin-top:4px;font-size:10px}.vh2-form__submit{width:100%;margin-top:14px;border:0}.vh2-form__status{min-height:20px;margin:8px 0 0;color:var(--vh2-muted);font-size:11px}.vh2-process{display:flex;flex-direction:column}.vh2-process__title{margin-bottom:22px;font-size:23px;font-weight:700}.vh2-process ol{margin:0;padding:0;list-style:none}.vh2-process li{display:grid;grid-template-columns:40px 1fr;gap:14px;margin-bottom:20px}.vh2-process li>span{color:var(--vh2-accent);font-weight:700}.vh2-process li strong{display:block;margin-bottom:4px;font-size:14px}.vh2-process li :is(p, :where([data-heading-origin="p"])){margin-bottom:0;color:var(--vh2-muted);font-size:11px}.vh2-process__contact{margin-top:auto;padding:20px;background:var(--vh2-primary-dark);border-radius:8px;color:var(--vh2-white)}.vh2-process__contact span{display:block;color:var(--vh2-accent);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.07em}.vh2-process__contact a{display:block;margin:4px 0;font-size:25px;font-weight:700}.vh2-process__contact :is(p, :where([data-heading-origin="p"])){margin-bottom:0;font-size:11px}.vh2-news__grid{display:grid;gap:14px}.vh2-news-card{overflow:hidden;background:var(--vh2-white);border:1px solid var(--vh2-border);border-radius:8px}.vh2-news-card__visual{display:grid;aspect-ratio:16 / 9;place-items:center;background:var(--vh2-surface);color:var(--vh2-border);font-size:52px}.vh2-news-card__body{padding:20px}.vh2-news-card__body>span{color:var(--vh2-primary);font-size:10px;font-weight:700;text-transform:uppercase}.vh2-news-card__body [role="heading"]:is(p, :where([data-heading-origin="p"])){margin:8px 0;font-size:17px;font-weight:700;line-height:1.4}.vh2-news-card__body :is(p, :where([data-heading-origin="p"])):not([role="heading"]){color:var(--vh2-muted);font-size:11px}.vh2-news-card__body a{display:inline-flex;align-items:center;gap:7px;color:var(--vh2-primary) !important;font-size:11px;font-weight:700}.vh2-footer{padding:58px 0 28px;background:var(--vh2-primary-dark);color:var(--vh2-white)}.vh2-footer__grid{display:grid;gap:34px}.vh2-brand--footer .vh2-brand__mark{background:var(--vh2-accent);color:var(--vh2-ink)}.vh2-brand--footer .vh2-brand__copy strong,.vh2-brand--footer .vh2-brand__copy small{color:var(--vh2-white)}.vh2-footer__brand>:is(p, :where([data-heading-origin="p"])){max-width:280px;margin:18px 0 12px;color:var(--vh2-border);font-size:12px}.vh2-footer__brand>a:not(.vh2-brand){color:var(--vh2-accent) !important;font-size:19px;font-weight:700}.vh2-footer__title{margin-bottom:14px;color:var(--vh2-accent);font-size:14px;font-weight:700}.vh2-footer__grid>div:not(.vh2-footer__brand)>:is(p, :where([data-heading-origin="p"])):not(.vh2-footer__title){margin-bottom:7px;color:var(--vh2-border);font-size:11px}.vh2-footer__grid>div>a{display:block;margin-bottom:7px;color:var(--vh2-white) !important;font-size:11px}.vh2-footer__links{display:flex;flex-direction:column}.vh2-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:35px;padding-top:20px;border-top:1px solid var(--vh2-primary)}.vh2-footer__bottom :is(p, :where([data-heading-origin="p"])){margin-bottom:0;color:var(--vh2-border);font-size:10px}.vh2-footer__bottom a{color:var(--vh2-accent) !important;font-size:11px;font-weight:700;white-space:nowrap}.vh2-floating{position:fixed;right:14px;bottom:14px;z-index:180;display:flex;align-items:flex-end;flex-direction:column;gap:8px}.vh2-hotline{position:relative}.vh2-floating__button{display:flex;min-width:112px;min-height:45px;align-items:center;justify-content:center;gap:7px;padding:9px 14px;border:0;border-radius:999px;color:var(--vh2-white) !important;cursor:pointer;font-size:12px;font-weight:600;box-shadow:0 8px 24px var(--vh2-border)}.vh2-floating__button--hotline{background:var(--vh2-primary)}.vh2-floating__button--zalo{background:var(--vh2-trust)}.vh2-hotline__panel{position:absolute;right:0;bottom:calc(100% + 10px);display:none;width:286px;max-height:430px;overflow-y:auto;padding:18px;background:var(--vh2-white);border:1px solid var(--vh2-border);border-radius:8px;box-shadow:0 18px 44px var(--vh2-border);color:var(--vh2-ink)}.vh2-hotline__panel.is-open{display:block}.vh2-hotline__panel>:is(p, :where([data-heading-origin="p"])){margin-bottom:14px;font-size:15px;font-weight:700}.vh2-hotline__panel>span{display:block;margin:10px 0 6px;color:var(--vh2-primary);font-size:10px;font-weight:700;text-transform:uppercase}.vh2-hotline__panel>a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--vh2-border);font-size:11px}.vh2-hotline__panel small{color:var(--vh2-muted)}.vh2-home.vh2-motion-ready [data-vh2-reveal]{opacity:0;transform:translateY(18px);transition:opacity 520ms ease, transform 520ms ease}.vh2-home.vh2-motion-ready .is-visible[data-vh2-reveal]{opacity:1;transform:translateY(0)}@media (min-width: 576px){.vh2-stats__grid{grid-template-columns:repeat(4, 1fr)}.vh2-category-grid,.vh2-commitments__grid,.vh2-audience__grid{grid-template-columns:repeat(2, 1fr)}.vh2-core-group__grid--two,.vh2-benefits__grid,.vh2-form__grid{grid-template-columns:repeat(2, 1fr)}.vh2-field--full{grid-column:1 / -1}}@media (min-width: 768px){.vh2-home .container{padding-right:28px;padding-left:28px}.vh2-section{padding-top:86px;padding-bottom:86px}.vh2-about__layout,.vh2-capability__layout{grid-template-columns:repeat(2, 1fr)}.vh2-category-grid{grid-template-columns:repeat(3, 1fr)}.vh2-category--feature{grid-column:span 2}.vh2-featured__grid{grid-template-columns:repeat(4, 1fr)}.vh2-core-group--hero{grid-template-columns:1fr 220px}.vh2-core-group__grid--five{grid-template-columns:repeat(3, 1fr)}.vh2-news__grid{grid-template-columns:repeat(3, 1fr)}.vh2-quote__layout{grid-template-columns:1.08fr 0.92fr;align-items:stretch}.vh2-footer__grid{grid-template-columns:repeat(2, 1fr)}.vh2-floating{right:24px;bottom:24px}}@media (min-width: 992px){.vh2-category-grid{grid-template-columns:repeat(4, 1fr)}.vh2-commitments__grid{grid-template-columns:repeat(5, 1fr)}.vh2-featured__head{grid-template-columns:auto 1fr;align-items:center}.vh2-featured__filters{justify-content:flex-end}.vh2-core-group__grid--five{grid-template-columns:repeat(5, 1fr)}.vh2-audience__grid{grid-template-columns:repeat(4, 1fr)}.vh2-footer__grid{grid-template-columns:1.08fr 1fr 1fr 0.62fr}}@media (min-width: 1200px){.vh2-header__inner{display:flex;min-height:76px;gap:18px}.vh2-header__toggle{display:none}.vh2-nav{position:static;display:flex;max-height:none;overflow:visible;margin-left:auto;padding:0;align-items:stretch;border:0;background:transparent}.vh2-nav__link{width:auto;min-height:76px;padding:0 12px;justify-content:center;gap:5px;border:0;font-size:12px;white-space:nowrap}.vh2-nav__group{position:static}.vh2-mega{position:absolute;top:100%;right:210px;display:none;width:580px;grid-template-columns:repeat(2, 1fr);gap:30px;padding:26px;background:var(--vh2-white);border:1px solid var(--vh2-border);border-top:4px solid var(--vh2-accent);border-radius:0 0 8px 8px;box-shadow:0 18px 44px var(--vh2-border)}.vh2-mega.is-open{display:grid}.vh2-header__cta{display:inline-flex;min-height:43px;align-items:center;justify-content:center;padding:9px 16px;background:var(--vh2-primary);border-radius:999px;color:var(--vh2-white) !important;font-size:11px;font-weight:700;white-space:nowrap}.vh2-hero,.vh2-hero__inner{min-height:620px}.vh2-hero__content{padding-top:72px;padding-bottom:112px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.vh2-home *,.vh2-home *::before,.vh2-home *::after{scroll-behavior:auto !important;transition-duration:0.01ms !important;animation-duration:0.01ms !important;animation-iteration-count:1 !important}.vh2-home.vh2-motion-ready [data-vh2-reveal]{opacity:1;transform:none}}[data-heading-origin]:where(h1, h2, h3, h4, h5, h6){font-size:inherit;font-weight:inherit;line-height:inherit;margin:0 0 1rem}[data-heading-origin="span"]:where(h1, h2, h3, h4, h5, h6){display:inline;margin:0}:root{--vh-color-primary: #b42318;--vh-color-primary-dark: #7a1b16;--vh-color-accent: #f47b20;--vh-color-trust: #5f923c;--vh-color-ink: #3a2a22;--vh-color-muted: #6f665f;--vh-color-surface: #f6f3ef;--vh-color-white: #fffefc;--vh-color-border: #e2ddd6;--vh-color-veil: rgba(255, 254, 252, 0.76)}html{font-family:"Be Vietnam Pro", sans-serif;scroll-behavior:smooth}.vh-home{margin:0;background:var(--vh-color-white);color:var(--vh-color-ink);font-family:"Be Vietnam Pro", sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}.vh-home *,.vh-home *::before,.vh-home *::after{box-sizing:border-box}.vh-home :is(p, :where([data-heading-origin="p"])){margin-top:0}.vh-home a{color:inherit;text-decoration:none}.vh-home button,.vh-home input,.vh-home select,.vh-home textarea{font:inherit;font-family:"Be Vietnam Pro", sans-serif}.vh-home option,.vh-home optgroup{font-family:"Be Vietnam Pro", sans-serif}.vh-home button,.vh-home a{-webkit-tap-highlight-color:transparent}.vh-home :focus-visible{outline:3px solid var(--vh-color-accent);outline-offset:3px}.vh-home .container{width:100%;max-width:1280px;margin-inline:auto;padding-right:20px;padding-left:20px}.vh-skip-link{position:fixed;top:12px;left:12px;z-index:300;padding:10px 16px;background:var(--vh-color-ink);color:var(--vh-color-white) !important;transform:translateY(-160%)}.vh-skip-link:focus{transform:translateY(0)}.vh-header{position:sticky;top:0;z-index:120;background:var(--vh-color-white);border-bottom:1px solid var(--vh-color-border)}.vh-header__inner{position:relative;display:grid;min-height:68px;grid-template-columns:44px 1fr auto;align-items:center;gap:8px}.vh-brand{display:inline-flex;align-items:center;justify-self:center;gap:10px}.vh-brand__mark{display:block;flex:0 0 42px;width:42px;height:42px;object-fit:contain}.vh-brand__copy{display:flex;flex-direction:column;line-height:1.15}.vh-brand__copy strong{color:var(--vh-color-primary-dark);font-size:16px;letter-spacing:0.08em}.vh-brand__copy span{margin-top:4px;color:var(--vh-color-muted);font-size:10px;text-transform:uppercase;letter-spacing:0.07em}.vh-header__menu-toggle,.vh-header__phone{display:grid;width:42px;height:42px;place-items:center;border:0;background:transparent;color:var(--vh-color-ink);cursor:pointer;font-size:24px}.vh-header__phone{justify-self:end;color:var(--vh-color-primary)}button.vh-header__phone{padding:0;background:transparent;border:0}@media (max-width: 767.98px){.vh-header__phone{display:none}}.vh-header__quote{display:none}.vh-nav{position:absolute;top:100%;right:20px;left:20px;display:none;max-height:calc(100vh - 84px);overflow-y:auto;padding:12px 18px 22px;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:0 0 14px 14px}.vh-nav.is-open{display:block}.vh-nav__link{display:flex;width:100%;min-height:48px;align-items:center;justify-content:space-between;padding:10px 0;border:0;border-bottom:1px solid var(--vh-color-border);background:transparent;color:var(--vh-color-ink);cursor:pointer;font-size:16px;font-weight:700;text-align:left}.vh-nav__link--active{color:var(--vh-color-primary)}.vh-nav__caret{transition:transform 180ms ease}.vh-home .vh-nav__mega-toggle{font-family:inherit;font-size:16px;font-weight:700}.vh-nav__mega-toggle[aria-expanded="true"] .vh-nav__caret{transform:rotate(180deg)}.vh-mega-menu{display:none;margin:8px 0 12px;padding:18px 0 10px 16px;border-left:3px solid var(--vh-color-accent)}.vh-mega-menu.is-open{display:block}.vh-mega-menu__intro{display:none;margin-bottom:22px}.vh-mega-menu__intro>:is(p, :where([data-heading-origin="p"])):not(.vh-mega-menu__title){color:var(--vh-color-muted);font-size:13px}.vh-mega-menu__title{margin:7px 0 8px;font-size:21px;font-weight:700;line-height:1.3}.vh-mega-menu__intro a,.vh-mega-menu__column a{color:var(--vh-color-primary);font-size:13px;font-weight:600}.vh-mega-menu__columns,.vh-mega-menu__column{display:grid}.vh-mega-menu__columns{gap:22px}.vh-mega-menu__category-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:8px}.vh-mega-menu__category{display:flex;min-width:0;min-height:46px;padding:10px 12px;align-items:center;gap:8px;border:1px solid var(--vh-color-border);border-radius:10px;background:var(--vh-color-white);color:var(--vh-color-ink) !important;font-size:13px;font-weight:700;line-height:1.35;transition:border-color 180ms ease, color 180ms ease, transform 180ms ease}.vh-mega-menu__category-image{display:block;flex:0 0 30px;width:30px;height:30px;object-fit:cover;border-radius:4px}.vh-mega-menu__category>i:last-child{margin-left:auto;color:var(--vh-color-muted);font-size:14px}.vh-mega-menu__category:hover,.vh-mega-menu__category:focus-visible{border-color:var(--vh-color-primary);color:var(--vh-color-primary) !important;outline:0;transform:translateY(-2px)}.vh-mega-menu__column{gap:8px}.vh-mega-menu__label{margin-bottom:0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.07em}.vh-hero{position:relative;min-height:500px;overflow:hidden;background:var(--vh-color-surface)}.vh-hero__slides,.vh-hero__slide{min-height:500px}.vh-hero__slide{position:absolute;inset:0;visibility:hidden;opacity:0;pointer-events:none;transition:opacity 650ms ease, visibility 650ms ease}.vh-hero__slide.is-active{position:relative;visibility:visible;opacity:1;pointer-events:auto}.vh-hero__image,.vh-hero__veil{position:absolute;inset:0;width:100%;height:100%}.vh-hero__image{object-fit:cover;object-position:center}.vh-home .vh-hero__image--actual-warehouse{object-position:center 72%}.vh-hero__veil{background:var(--vh-color-veil)}.vh-hero__veil--dark{background:rgba(58,42,34,0.64)}.vh-hero__inner{position:relative;z-index:1;display:flex;min-height:500px;align-items:center;justify-content:center;padding-top:72px;padding-bottom:92px}.vh-hero__content{max-width:870px;text-align:center}.vh-hero__eyebrow,.vh-kicker{display:inline-block;color:var(--vh-color-primary);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.12em}.vh-hero__eyebrow{margin-bottom:16px}.vh-hero__title{max-width:850px;margin:0 auto 20px;color:var(--vh-color-primary-dark);font-size:clamp(37px, 10vw, 62px);font-weight:700;line-height:1.12;letter-spacing:-0.035em}.vh-hero__description{max-width:720px;margin:0 auto 30px;color:var(--vh-color-ink);font-size:16px;line-height:1.75}.vh-hero__content--light .vh-hero__eyebrow,.vh-hero__content--light .vh-hero__title,.vh-hero__content--light .vh-hero__description{color:var(--vh-color-white)}.vh-hero__controls{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(12px, 2.4vw, 34px);pointer-events:none}.vh-hero__dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%)}.vh-hero__controls>button,.vh-hero__dots button{pointer-events:auto;cursor:pointer}.vh-hero__controls>button{display:grid;width:38px;height:38px;padding:0;place-items:center;border:1px solid var(--vh-color-white);border-radius:50%;background:var(--vh-color-veil);color:var(--vh-color-primary-dark)}.vh-hero__dots{display:flex;gap:7px}.vh-hero__dots button{width:24px;height:5px;padding:0;border:0;border-radius:5px;background:var(--vh-color-border);transition:width 180ms ease, background-color 180ms ease}.vh-hero__dots button.is-active{width:42px;background:var(--vh-color-primary)}.vh-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:9px;padding:12px 23px;border:2px solid transparent;border-radius:10px;cursor:pointer;font-size:14px;font-weight:700;transition:background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease}.vh-button:hover{transform:translateY(-2px)}.vh-button--primary{background:var(--vh-color-accent);color:var(--vh-color-ink) !important}.vh-button--primary:hover{background:var(--vh-color-primary);color:var(--vh-color-white) !important}.vh-button--outline{border-color:var(--vh-color-primary);color:var(--vh-color-primary) !important}.vh-button--outline:hover{background:var(--vh-color-primary);color:var(--vh-color-white) !important}.vh-journey{position:relative;z-index:3;margin-top:-58px}.vh-journey__panel{display:grid;overflow:hidden;background:var(--vh-color-white);border-radius:4px;box-shadow:0 18px 52px var(--vh-color-border)}.vh-journey__title{display:flex;min-height:112px;margin:0;padding:25px 28px;align-items:center;background:var(--vh-color-primary);color:var(--vh-color-white);font-size:20px;font-weight:700;line-height:1.35;text-transform:uppercase}.vh-journey__stats{display:grid}.vh-journey-stat{padding:24px 28px;border-bottom:1px solid var(--vh-color-border);text-align:center}.vh-journey-stat:last-child{border-bottom:0}.vh-journey-stat__value{margin:0 0 5px;color:var(--vh-color-primary-dark);font-size:clamp(48px, 4.4vw, 68px);font-weight:700;line-height:1;letter-spacing:-0.04em}.vh-journey-stat__value>span:first-child{color:var(--vh-color-accent);font-size:1em}.vh-journey-stat__value>span:not(:first-child){color:var(--vh-color-accent);font-size:0.44em}.vh-journey-stat>:is(p, :where([data-heading-origin="p"])):not(.vh-journey-stat__value){margin-bottom:0;color:var(--vh-color-muted);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:0.04em}.vh-section{padding:80px 0}.vh-categories{padding-top:112px}.vh-commitments,.vh-quote{background:var(--vh-color-white)}.vh-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:34px}.vh-section-head>div:first-child{max-width:720px}.vh-section-head--center{justify-content:center;text-align:center}.vh-section-head--center .vh-section-title,.vh-section-head--center .vh-section-lead{margin-right:auto;margin-left:auto}.vh-section-head--center .vh-section-title::after{left:50%;transform:translateX(-50%)}.vh-section-title{position:relative;max-width:760px;margin:7px 0 17px;padding-bottom:16px;color:var(--vh-color-ink);font-size:clamp(32px, 4.2vw, 44px);font-weight:700;line-height:1.2;letter-spacing:-0.025em}.vh-section-title::after{position:absolute;bottom:0;left:0;width:72px;height:4px;background:var(--vh-color-accent);content:""}.vh-section-lead{max-width:680px;margin-bottom:0;color:var(--vh-color-muted)}.vh-inline-link,.vh-featured-product__body a,.vh-news-row__body>a{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;color:var(--vh-color-primary) !important;font-size:13px;font-weight:700}.vh-inline-link i,.vh-featured-product__body a i,.vh-news-row__body>a i{transition:transform 180ms ease}.vh-inline-link:hover i,.vh-featured-product__body a:hover i,.vh-news-row__body>a:hover i{transform:translateX(4px)}.vh-categories .vh-category-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px}.vh-categories .vh-category-card{display:flex;min-width:0;align-items:center;flex-direction:column;padding:4px;text-align:center;color:var(--vh-color-ink)}.vh-categories .vh-category-card__visual{display:block;width:100%;max-width:180px;padding:6px;overflow:hidden;aspect-ratio:1;border-radius:50%;background:var(--vh-color-surface);border:2px solid var(--vh-color-surface);transition:border-color 180ms ease}.vh-categories .vh-category-card__visual img{display:block;width:100%;height:100%;aspect-ratio:1;object-fit:cover;border-radius:50%;transition:transform 220ms ease}.vh-categories .vh-category-card__content{display:flex;flex:1;align-items:center;flex-direction:column;gap:6px;padding:14px 12px}.vh-categories .vh-category-card__name{font-size:15px;font-weight:700;line-height:1.4}.vh-categories .vh-category-card__count{margin-top:0;color:var(--vh-color-muted);font-size:12px}.vh-categories .vh-category-card:hover .vh-category-card__visual,.vh-categories .vh-category-card:focus-visible .vh-category-card__visual{border-color:var(--vh-color-primary)}.vh-categories .vh-category-card:hover .vh-category-card__name,.vh-categories .vh-category-card:focus-visible .vh-category-card__name{color:var(--vh-color-primary)}.vh-categories .vh-category-card:focus-visible{outline:2px solid var(--vh-color-primary);outline-offset:3px}.vh-categories .vh-category-card:hover img{transform:scale(1.03)}@media (min-width: 768px){.vh-categories .vh-category-grid{grid-template-columns:repeat(6, 1fr);gap:20px}.vh-categories .vh-category-card{grid-column:span 2}.vh-categories .vh-category-card:last-child{grid-column:3 / span 2}.vh-categories .vh-category-card__content{padding:18px}.vh-categories .vh-category-card__name{font-size:18px}}@media (min-width: 992px){.vh-categories .vh-category-grid{grid-template-columns:repeat(7, 1fr);gap:12px}.vh-categories .vh-category-card,.vh-categories .vh-category-card:last-child{grid-column:auto}.vh-categories .vh-category-card__content{padding:12px 10px}.vh-categories .vh-category-card__name{font-size:14px}}@media (prefers-reduced-motion: reduce){.vh-categories .vh-category-card__visual,.vh-categories .vh-category-card__visual img{transition:none}}.vh-commitment-grid{display:grid;gap:12px}.vh-commitment{position:relative;min-height:248px;padding:23px;overflow:hidden;background:var(--vh-color-white);border-bottom:4px solid var(--vh-color-primary);border-radius:4px;transition:transform 220ms ease, box-shadow 220ms ease}.vh-commitment:hover{transform:translateY(-6px);box-shadow:0 16px 36px var(--vh-color-border)}.vh-commitment__number{position:absolute;top:14px;right:20px;color:var(--vh-color-border);font-size:36px;font-weight:700}.vh-commitment__icon{display:grid;width:56px;height:56px;margin-bottom:28px;place-items:center;background:var(--vh-color-primary);border-radius:50%;color:var(--vh-color-white);font-size:24px}.vh-commitment:nth-child(2) .vh-commitment__icon{background:var(--vh-color-accent)}.vh-commitment:nth-child(3) .vh-commitment__icon{background:var(--vh-color-trust)}.vh-commitment:nth-child(4) .vh-commitment__icon{background:var(--vh-color-primary-dark)}.vh-commitment:nth-child(5) .vh-commitment__icon{background:var(--vh-color-accent)}.vh-commitment__title{margin:0 0 10px;color:var(--vh-color-ink);font-size:17px;font-weight:700}.vh-commitment>:is(p, :where([data-heading-origin="p"])):not(.vh-commitment__title){margin-bottom:0;color:var(--vh-color-muted);font-size:12px}.vh-featured__header{display:grid;min-width:0;gap:14px;margin-bottom:24px}.vh-featured{padding-top:64px;padding-bottom:64px}.vh-featured__header>div{min-width:0}.vh-featured__header .vh-section-title{margin-bottom:0}.vh-featured__toolbar{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px}.vh-featured__tabs{display:flex;min-width:0;flex:1 1 auto;gap:6px;overflow-x:auto;padding-bottom:0;scrollbar-width:none}.vh-featured__tabs::-webkit-scrollbar{display:none}.vh-featured__tabs button{flex:0 0 auto;padding:8px 12px;border:1px solid var(--vh-color-border);border-radius:99px;background:var(--vh-color-white);color:var(--vh-color-muted);cursor:pointer;font-size:11px;font-weight:700;transition:background-color 180ms ease, border-color 180ms ease, color 180ms ease}.vh-featured__tabs button:hover,.vh-featured__tabs button.is-active{border-color:var(--vh-color-primary);background:var(--vh-color-primary);color:var(--vh-color-white)}.vh-featured__all{display:inline-flex;min-height:44px;align-items:center;gap:7px;color:var(--vh-color-primary);font-size:13px;font-weight:700;white-space:nowrap}.vh-featured__all:hover,.vh-featured__all:focus-visible{color:var(--vh-color-primary-dark);outline:0}.vh-home .vh-featured-visual span{display:none}.vh-carousel-actions{display:flex;gap:9px;flex:0 0 auto}.vh-carousel-actions button{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--vh-color-primary);border-radius:50%;background:transparent;color:var(--vh-color-primary);cursor:pointer;font-size:18px;transition:background-color 180ms ease, color 180ms ease}.vh-carousel-actions button:hover{background:var(--vh-color-primary);color:var(--vh-color-white)}.vh-featured-track{display:flex;gap:16px;overflow:hidden;padding:3px 3px 10px;scroll-behavior:smooth}.vh-featured .vh-featured-product{flex:0 0 82%;min-height:100%}.vh-news-visual i{color:var(--vh-color-border);font-size:50px}.vh-capability{overflow:hidden;border-top:1px solid var(--vh-color-border)}.vh-capability__layout{display:grid;gap:58px}.vh-capability__copy>:is(p, :where([data-heading-origin="p"])):not(.vh-section-title){color:var(--vh-color-muted)}.vh-capability__copy .vh-button{margin-top:10px}.vh-capability__collage{position:relative;min-height:480px}.vh-capability__image{position:absolute;display:block;object-fit:cover;border-radius:12px}.vh-capability__image--portrait{top:0;left:0;width:70%;height:82%}.vh-capability__image--landscape{right:0;bottom:0;width:68%;height:46%;border:8px solid var(--vh-color-white)}.vh-capability .vh-capability__image--actual-warehouse{object-position:center 68%}.vh-capability__since{position:absolute;top:24px;right:0;z-index:2;padding:12px 17px;background:var(--vh-color-primary);border-radius:8px;color:var(--vh-color-white);font-size:12px;font-weight:700}.vh-quote__heading{max-width:760px;margin:0 auto 42px;text-align:center}.vh-quote__heading .vh-section-title{margin-right:auto;margin-left:auto}.vh-quote__heading .vh-section-title::after{left:50%;transform:translateX(-50%)}.vh-quote__heading>:is(p, :where([data-heading-origin="p"])):not(.vh-section-title){color:var(--vh-color-muted)}.vh-quote__layout{display:grid;gap:24px}.vh-quote-form,.vh-quote-process{height:100%;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:16px}.vh-quote-form{padding:25px}.vh-quote-form__grid{display:grid;gap:17px}.vh-field{display:flex;flex-direction:column}.vh-field label{margin-bottom:7px;color:var(--vh-color-ink);font-size:13px;font-weight:700}.vh-field label span,.vh-field__error{color:var(--vh-color-primary)}.vh-field input,.vh-field select,.vh-field textarea{width:100%;min-height:50px;padding:11px 14px;border:1px solid var(--vh-color-border);border-radius:9px;background:var(--vh-color-surface);color:var(--vh-color-ink)}.vh-field textarea{min-height:120px;resize:vertical}.vh-field [aria-invalid="true"]{border-color:var(--vh-color-primary)}.vh-field__error{min-height:17px;margin-top:5px;font-size:11px}.vh-quote-form__submit{display:flex;width:auto;min-width:190px;margin:20px auto 0;justify-content:center;border:0}.vh-quote-form__status{min-height:22px;margin:10px 0 0;color:var(--vh-color-muted);font-size:12px}.vh-quote-process{display:flex;padding:30px;flex-direction:column}.vh-quote-process__title{margin-bottom:25px;font-size:25px;font-weight:700}.vh-quote-process__list{margin:0;padding:0;list-style:none}.vh-quote-process__list li{display:grid;grid-template-columns:45px 1fr;gap:15px;padding:0 0 22px}.vh-quote-process__list li>span{color:var(--vh-color-accent);font-size:17px;font-weight:700}.vh-quote-process__list strong{display:block;margin-bottom:5px;font-size:16px}.vh-quote-process__list :is(p, :where([data-heading-origin="p"])){margin-bottom:0;padding-bottom:20px;border-bottom:1px solid var(--vh-color-border);color:var(--vh-color-muted);font-size:13px}.vh-quote-process__contact{margin-top:auto;padding:21px;background:var(--vh-color-primary-dark);border-radius:12px;color:var(--vh-color-white)}.vh-quote-process__contact>span{color:var(--vh-color-accent);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em}.vh-quote-process__contact a,.vh-quote-process__contact button[data-hotline-picker-trigger]{display:block;margin-top:4px;padding:0;background:transparent;border:0;color:inherit;font-size:27px;font-weight:700}.vh-quote-process__contact :is(p, :where([data-heading-origin="p"])){margin-bottom:0;font-size:12px}.vh-news__grid{display:grid;gap:22px}.vh-news{padding-top:64px;padding-bottom:64px}.vh-news .vh-section-head{margin-bottom:26px}.vh-news .vh-section-lead{font-size:13px}.vh-news-feature,.vh-news-row{overflow:hidden;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:14px}.vh-news-feature{display:grid;grid-template-areas:"media" "content";grid-template-columns:1fr}.vh-news-feature .vh-news-visual{position:relative;width:100%;min-width:0;grid-area:media;min-height:0}.vh-news-visual{display:grid;place-items:center;overflow:hidden;background:var(--vh-color-surface)}.vh-news-visual img{display:block;width:100%;height:100%;aspect-ratio:4 / 3;object-fit:cover}.vh-news-visual--hiflex{aspect-ratio:16 / 9}.vh-news-visual--decal{background:var(--vh-color-border)}.vh-news-feature__body{position:relative;z-index:1;grid-area:content;padding:18px;background:var(--vh-color-white)}.vh-news-feature__body>span,.vh-news-row__body>span{color:var(--vh-color-primary);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.09em}.vh-news-feature__body>[role="heading"]:is(p, :where([data-heading-origin="p"])){margin:8px 0 7px;font-size:18px;font-weight:700;line-height:1.4}.vh-news-feature__body>[role="heading"]:is(p, :where([data-heading-origin="p"])) a,.vh-news-row__body>[role="heading"]:is(p, :where([data-heading-origin="p"])) a{color:var(--vh-color-ink)}.vh-news-excerpt{display:-webkit-box;margin:0 0 15px;overflow:hidden;color:var(--vh-color-muted);font-size:12px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:2}.vh-news-feature__body>div{display:flex;align-items:center;justify-content:space-between}.vh-news-feature time{color:var(--vh-color-muted);font-size:11px}.vh-news-feature__body>div .vh-news-readmore{display:inline-flex;width:auto;height:auto;align-items:center;gap:7px;border:0;border-radius:0;color:var(--vh-color-primary);font-size:12px;font-weight:700}.vh-news__side{display:grid;gap:18px}.vh-news-row{display:grid;grid-template-columns:0.65fr 1.35fr}.vh-news-row .vh-news-visual{min-height:158px}.vh-news-row__body{display:flex;padding:14px;align-items:flex-start;justify-content:center;flex-direction:column}.vh-news-row__body>[role="heading"]:is(p, :where([data-heading-origin="p"])){margin:6px 0 7px;font-size:16px;font-weight:700;line-height:1.45}.vh-news-row .vh-news-excerpt{margin-bottom:8px;-webkit-line-clamp:1}.vh-footer{padding:65px 0 84px;background:var(--vh-color-primary-dark);color:var(--vh-color-white)}.vh-footer__top{display:grid;gap:38px}.vh-brand--footer{justify-self:start}.vh-brand--footer .vh-brand__copy strong,.vh-brand--footer .vh-brand__copy span{color:var(--vh-color-white)}.vh-footer__brand>:is(p, :where([data-heading-origin="p"])){max-width:315px;margin:21px 0 16px;color:var(--vh-color-border);font-size:13px}.vh-footer__primary-contact{display:inline-flex;align-items:center;gap:8px;color:var(--vh-color-accent) !important;font-size:20px;font-weight:700}.vh-footer__title{margin-bottom:14px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em}.vh-footer__branch,.vh-footer__links{display:flex;align-items:flex-start;flex-direction:column}.vh-footer__branch :is(p, :where([data-heading-origin="p"])):not(.vh-footer__title),.vh-footer__branch a,.vh-footer__links a{color:var(--vh-color-border);font-size:13px}.vh-footer__branch a,.vh-footer__links a{margin-bottom:7px}.vh-footer__branch a:hover,.vh-footer__links a:hover{color:var(--vh-color-accent)}.vh-footer__bottom{display:flex;margin-top:45px;padding-top:22px;border-top:1px solid var(--vh-color-primary);align-items:center;justify-content:space-between;gap:20px;color:var(--vh-color-border);font-size:11px}.vh-footer__bottom :is(p, :where([data-heading-origin="p"])){margin-bottom:0}.vh-footer__bottom a{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.vh-floating-contact{position:fixed;right:14px;bottom:14px;z-index:180;display:flex;align-items:flex-end;flex-direction:column;gap:9px}.vh-hotline-menu{position:relative}.vh-floating-contact__button{display:inline-flex;width:52px;min-width:52px;height:52px;min-height:52px;padding:0;align-items:center;justify-content:center;gap:0;border:0;border-radius:99px;background:var(--vh-color-primary);box-shadow:0 10px 28px var(--vh-color-border);color:var(--vh-color-white) !important;cursor:pointer;font-size:12px;font-weight:700}.vh-floating-contact__button>span,.vh-floating-contact__button>.ph-caret-up{display:none}.vh-floating-contact__button--zalo{background:var(--vh-color-trust)}.vh-floating-contact__button i{font-size:20px}.vh-floating-contact__button .ph-caret-up{font-size:13px;transition:transform 180ms ease}.vh-floating-contact__button[aria-expanded="true"] .ph-caret-up{transform:rotate(180deg)}.vh-hotline-menu__panel{position:absolute;right:0;bottom:calc(100% + 11px);width:calc(100vw - 28px);max-width:320px;padding:18px;visibility:hidden;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:14px;box-shadow:0 18px 46px var(--vh-color-border);opacity:0;transform:translateY(10px);transition:opacity 180ms ease, transform 180ms ease, visibility 180ms ease}.vh-hotline-menu__panel.is-open{visibility:visible;opacity:1;transform:translateY(0)}.vh-hotline-menu__title{margin-bottom:14px;color:var(--vh-color-ink);font-size:16px;font-weight:700}.vh-hotline-menu__region+.vh-hotline-menu__region{margin-top:14px;padding-top:14px;border-top:1px solid var(--vh-color-border)}.vh-hotline-menu__region>span{display:block;margin-bottom:7px;color:var(--vh-color-primary);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em}.vh-hotline-menu__region a{display:flex;min-height:39px;padding:7px 9px;align-items:center;justify-content:space-between;gap:14px;border-radius:7px;color:var(--vh-color-ink) !important;font-size:12px}.vh-hotline-menu__region a:hover{background:var(--vh-color-surface);color:var(--vh-color-primary) !important}.vh-hotline-menu__region small{color:var(--vh-color-muted);font-size:11px;white-space:nowrap}button[data-hotline-picker-trigger]{font:inherit;text-align:inherit;cursor:pointer}.vh-hotline-picker{position:fixed;right:14px;bottom:78px;z-index:190}.vh-home.is-js [data-reveal]{opacity:0;transform:translateY(18px);transition:opacity 480ms ease, transform 480ms ease}.vh-home.is-js .is-visible[data-reveal]{opacity:1;transform:translateY(0)}@media (min-width: 576px){.vh-home .container{padding-right:28px;padding-left:28px}.vh-nav{right:28px;left:28px}.vh-featured .vh-featured-product{flex-basis:48%}.vh-commitment-grid{grid-template-columns:repeat(2, 1fr)}.vh-quote-form__grid{grid-template-columns:repeat(2, 1fr)}.vh-field--full{grid-column:1 / -1}.vh-footer__top{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 768px){.vh-hero,.vh-hero__inner,.vh-hero__slides,.vh-hero__slide{min-height:590px}.vh-journey__panel{grid-template-columns:0.85fr 2.15fr}.vh-journey__title{min-height:150px;padding:32px}.vh-journey__stats{grid-template-columns:repeat(3, 1fr)}.vh-journey-stat{display:flex;min-height:150px;padding:28px 20px;align-items:center;justify-content:center;border-right:1px solid var(--vh-color-border);border-bottom:0;text-align:center;flex-direction:column}.vh-journey-stat:last-child{border-right:0}.vh-commitment-grid{grid-template-columns:repeat(3, 1fr)}.vh-featured .vh-featured-product{flex-basis:31%}.vh-quote-form{padding:36px}.vh-quote-process{padding:36px}.vh-news__grid{grid-template-columns:1.1fr 0.9fr}.vh-news-feature{display:grid;grid-template-areas:"media content";grid-template-columns:0.88fr 1.12fr}.vh-news-feature .vh-news-visual{min-height:100%;aspect-ratio:auto}.vh-news-feature__body>[role="heading"]:is(p, :where([data-heading-origin="p"])){font-size:22px}.vh-footer{padding-bottom:44px}.vh-floating-contact{right:24px;bottom:24px}.vh-floating-contact__button{min-width:52px}}@media (min-width: 992px){.vh-section{padding-top:100px;padding-bottom:100px}.vh-section.vh-news{padding-top:72px;padding-bottom:72px}.vh-section.vh-featured{padding-top:64px;padding-bottom:64px}.vh-categories{padding-top:124px}.vh-commitment-grid{grid-template-columns:repeat(5, 1fr)}.vh-featured .vh-featured-product{flex-basis:23.6%}.vh-featured__header{grid-template-columns:1fr;align-items:stretch}.vh-featured__toolbar{justify-content:space-between}.vh-capability__layout{grid-template-columns:0.92fr 1.08fr;align-items:center;gap:80px}.vh-capability__collage{min-height:590px}.vh-quote__layout{grid-template-columns:repeat(2, 1fr);align-items:stretch;gap:28px}.vh-footer__top{grid-template-columns:1.2fr 1fr 1fr 0.65fr;gap:36px}}@media (min-width: 1200px){.vh-header__inner{display:flex;min-height:84px;gap:20px}.vh-brand{justify-self:auto;flex:0 0 auto}.vh-header__menu-toggle,.vh-header__phone{display:none}.vh-nav{position:static;display:flex;max-height:none;overflow:visible;margin-left:auto;padding:0;align-items:stretch;border:0;background:transparent}.vh-nav__link{width:auto;min-height:84px;padding:0 14px;border:0;justify-content:center;gap:6px;white-space:nowrap}.vh-nav__link:hover,.vh-nav__link--active{color:var(--vh-color-primary)}.vh-nav__group{position:static}.vh-mega-menu{position:absolute;top:100%;right:28px;left:28px;z-index:10;grid-template-columns:0.8fr 2.2fr;gap:42px;margin:0;padding:34px;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-top:4px solid var(--vh-color-accent);border-radius:0 0 16px 16px;box-shadow:0 18px 52px var(--vh-color-border)}.vh-mega-menu.is-open{display:grid}.vh-mega-menu__intro{display:block;margin-bottom:0;padding-right:24px;border-right:1px solid var(--vh-color-border)}.vh-mega-menu__columns{grid-template-columns:repeat(3, 1fr);gap:28px}.vh-mega-menu__category-grid{grid-template-columns:repeat(4, minmax(0, 1fr));align-content:center;gap:12px}.vh-mega-menu__category{min-height:58px;padding:12px 14px}.vh-mega-menu__column a{color:var(--vh-color-muted) !important;font-weight:400}.vh-mega-menu__column a:hover{color:var(--vh-color-primary) !important}.vh-header__quote{display:inline-flex;min-height:44px;align-items:center;justify-content:center;flex:0 0 auto;padding:10px 17px;background:var(--vh-color-primary);border-radius:9px;color:var(--vh-color-white) !important;font-size:13px;font-weight:700}.vh-hero,.vh-hero__inner,.vh-hero__slides,.vh-hero__slide{min-height:640px}.vh-hero__description{font-size:17px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.vh-home *,.vh-home *::before,.vh-home *::after{scroll-behavior:auto !important;transition-duration:0.01ms !important;animation-duration:0.01ms !important;animation-iteration-count:1 !important}}.vh-header__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.vh-header__search-toggle{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--vh-color-ink);cursor:pointer;transition:background .18s, color .18s}.vh-header__search-toggle:hover,.vh-header__search-toggle[aria-expanded="true"]{background:#fff0ef;color:var(--vh-color-primary)}.vh-header__search svg,.vh-header__search-toggle svg{display:block;flex-shrink:0;pointer-events:none}.vh-header__search{box-sizing:border-box;position:absolute;z-index:5;top:calc(100% + 12px);right:12px;left:12px;padding:24px;background:#fff;border:1px solid #eee8e5;border-radius:20px;box-shadow:0 20px 60px rgba(42,25,20,0.18),0 4px 12px rgba(42,25,20,0.04);font-family:"Be Vietnam Pro", sans-serif;animation:vh-search-appear .18s ease-out}.vh-header__search[hidden]{display:none}.vh-header__search-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.vh-header__search-heading label{margin:0;color:var(--vh-color-ink);font-size:18px;font-weight:700}.vh-header__search-close{display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#f7f5f4;color:#756b66;cursor:pointer}.vh-header__search-close:hover{background:#eee8e5}.vh-header__search-form{display:flex;align-items:center;gap:12px;margin:0;padding:6px 6px 6px 16px;border:1px solid #e4dedb;border-radius:12px;background:#faf8f7;transition:border-color .18s, box-shadow .18s}.vh-header__search-form:focus-within{background:#fff;border-color:var(--vh-color-primary);box-shadow:0 0 0 3px rgba(180,35,24,0.08)}.vh-header__search-form>svg{color:#9b8e87}.vh-header .vh-header__search-form input{width:100%;min-width:0;height:44px;margin:0;padding:0;border:0;border-radius:0;outline:none;box-shadow:none;background:transparent;color:var(--vh-color-ink);font:inherit;font-size:16px}.vh-header__search-form input::placeholder{color:#9b918b}.vh-header__search-submit{display:grid;place-items:center;flex:0 0 44px;height:44px;padding:0;border:0;border-radius:9px;background:var(--vh-color-primary);color:#fff;cursor:pointer}.vh-header__search-submit:hover{background:var(--vh-color-primary-dark)}.vh-header__search-suggestions{margin-top:20px}.vh-header__search-suggestions>span{display:block;margin-bottom:10px;color:#8b7f78;font-size:12px;font-weight:500}.vh-header__search-tags{display:flex;flex-wrap:wrap;gap:8px}.vh-header .vh-header__search-tags a{padding:7px 13px;border:1px solid #eee8e5;border-radius:8px;color:#675b54;background:#faf8f7;font-size:13px;line-height:1.5;text-decoration:none}.vh-header .vh-header__search-tags a:hover{color:var(--vh-color-primary);border-color:#edc9c5;background:#fff0ef}.vh-header__search :is(button, a):focus-visible,.vh-header__search-toggle:focus-visible{outline:2px solid var(--vh-color-primary);outline-offset:3px}@keyframes vh-search-appear{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.vh-header__search{left:auto;width:460px}}@media (max-width: 479px){.vh-header__search{padding:18px}.vh-header__search-form{gap:8px;padding-left:12px}}@media (prefers-reduced-motion: reduce){.vh-header__search{animation:none}}.vh-nav__news{position:relative}.vh-nav__news>a svg{flex-shrink:0}.vh-nav__news-dropdown{list-style:none;margin:0;padding:6px 0 10px 14px}.vh-nav__news-dropdown li{margin:0;padding:0}.vh-nav__news-dropdown a{display:block;padding:12px 14px;border-radius:8px;color:var(--vh-color-ink);font-size:14px;font-weight:500;line-height:1.5;text-decoration:none;transition:background .15s, color .15s}.vh-nav__news-dropdown a:hover,.vh-nav__news-dropdown a:focus-visible{background:#fff0ef;color:var(--vh-color-primary)}@media (min-width: 1200px){.vh-nav__news-dropdown{display:none;position:absolute;top:100%;left:0;z-index:12;width:230px;padding:8px;background:#fff;border:1px solid var(--vh-color-border);border-top:3px solid var(--vh-color-primary);border-radius:0 0 12px 12px;box-shadow:0 14px 32px rgba(58,42,34,0.13)}.vh-nav__news:hover>.vh-nav__news-dropdown,.vh-nav__news:focus-within>.vh-nav__news-dropdown{display:block}}.vh-nav__caret{display:block;width:12px;height:12px;flex-shrink:0}@media (min-width: 1200px){.vh-nav__news:hover .vh-nav__caret,.vh-nav__news:focus-within .vh-nav__caret{transform:rotate(180deg)}}.ph{display:inline-block;width:1em;height:1em;flex:0 0 auto;vertical-align:-0.125em;background-color:currentColor;-webkit-mask:var(--vh-icon) center/contain no-repeat;mask:var(--vh-icon) center/contain no-repeat}.ph::before{content:none}.ph[hidden]{display:none}.ph.ph-arrow-left{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m10%205-7%207%207%207M3%2012h18%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-arrow-right{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m14%205%207%207-7%207M3%2012h18%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-arrow-up{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m5%2010%207-7%207%207M12%203v18%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-caret-down{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m5%209%207%207%207-7%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-caret-up{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m5%2015%207-7%207%207%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-list{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%206h16M4%2012h16M4%2018h16%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-phone{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m8%203%203%205-3%203c1%202%203%204%205%205l3-3%205%203-1%204c-1%203-8%200-12-4S1%205%204%204Z%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-chat-circle-dots{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M21%2011.5a9%209%200%200%201-13%208L3%2021l1.5-5A9%209%200%201%201%2021%2011.5Z%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2211.5%22%20r%3D%22.7%22%20fill%3D%22black%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2211.5%22%20r%3D%22.7%22%20fill%3D%22black%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2211.5%22%20r%3D%22.7%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-stack{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m3%207%209-5%209%205-9%205ZM3%2012l9%205%209-5M3%2017l9%205%209-5%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-drop{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%202S5%2010%205%2015a7%207%200%200%200%2014%200c0-5-7-13-7-13Z%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-gear-six{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m9%203%206%200%201%203%203%201%202%205-2%205-3%201-1%203H9l-1-3-3-1-2-5%202-5%203-1Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-image{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%222%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22m3%2017%205-5%204%204%204-6%205%207%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-printer{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M7%208V3h10v5M7%2017H3V8h18v9h-4M7%2014h10v7H7Z%20M17%2011h1%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-scroll{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%203h12a3%203%200%200%201%203%203v2h-5V6a3%203%200%200%201%202-3M6%203a3%203%200%200%200-3%203v12a3%203%200%200%200%203%203h12a3%203%200%200%200%203-3v-2H8v2a3%203%200%200%201-2%203M7%208h5M7%2012h5%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-sticker{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M21%2013V5a2%202%200%200%200-2-2H5a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h8l8-8ZM13%2021v-6a2%202%200%200%201%202-2h6%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-arrows-out-line-horizontal{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M2%205v14M22%205v14M5%2012h14M8%209l-3%203%203%203M16%209l3%203-3%203%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-handshake{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m2%208%204-3%204%202%204-2%208%205-4%209-4%202-8-5-4-8ZM10%207l-3%204%203%202%203-3%205%205M6%2016l3-3M9%2018l3-3M12%2020l3-3%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-headset{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%2013v-1a9%209%200%200%201%2018%200v6c0%203-4%203-8%203%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%2211%22%20width%3D%224%22%20height%3D%228%22%20rx%3D%222%22%2F%3E%3Crect%20x%3D%2217%22%20y%3D%2211%22%20width%3D%224%22%20height%3D%228%22%20rx%3D%222%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-warehouse{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%2021V8l9-5%209%205v13M7%2021V11h10v10M7%2015h10M7%2018h10M2%2021h20%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-caret-right{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m9%205%207%207-7%207%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-check-circle{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22m8%2012%203%203%205-6%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-quotes{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M10%205H3v8h5c0%203-2%205-5%206M21%205h-7v8h5c0%203-2%205-5%206%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-medal{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229%22%20r%3D%226%22%2F%3E%3Cpath%20d%3D%22m7%2013-2%208%207-3%207%203-2-8%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-users-three{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%228%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M6%2021v-2a6%206%200%200%201%2012%200v2M4%205a3%203%200%200%201%200%206M20%205a3%203%200%200%200%200%206M2%2018v-2a4%204%200%200%201%203-4M22%2018v-2a4%204%200%200%200-3-4%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-globe-hemisphere-east{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22m15%204-4%204%202%204h5l-2%204-3%201-1%204M4%208l3%202-1%204-3%201%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-binoculars{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%2017%206%205h3l1%2012M14%2017l1-12h3l3%2012M10%208h4M10%2014h4%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2217%22%20r%3D%224%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2217%22%20r%3D%224%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-target{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%225%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-squares-four{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%227%22%20height%3D%227%22%20rx%3D%221%22%2F%3E%3Crect%20x%3D%2214%22%20y%3D%223%22%20width%3D%227%22%20height%3D%227%22%20rx%3D%221%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%2214%22%20width%3D%227%22%20height%3D%227%22%20rx%3D%221%22%2F%3E%3Crect%20x%3D%2214%22%20y%3D%2214%22%20width%3D%227%22%20height%3D%227%22%20rx%3D%221%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-ruler{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m3%2016%2013-13%205%205L8%2021ZM13%206l2%202M10%209l2%202M7%2012l2%202M4%2015l2%202%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-chart-line-up{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%203v18h18M6%2015l5-5%204%203%206-8M16%205h5v5%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-package{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m3%207%209-5%209%205v10l-9%205-9-5ZM3%207l9%205%209-5M12%2012v10M7.5%204.5l9%205V14%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-arrow-up-right{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2019%2019%205M5%205h14v14%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-qr-code{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%226%22%20height%3D%226%22%2F%3E%3Crect%20x%3D%2215%22%20y%3D%223%22%20width%3D%226%22%20height%3D%226%22%2F%3E%3Crect%20x%3D%223%22%20y%3D%2215%22%20width%3D%226%22%20height%3D%226%22%2F%3E%3Cpath%20d%3D%22M15%2015h3v3h3v3h-6v-3M21%2012v3M12%203v3M3%2012h6M12%209v6M12%2021v-3%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-arrow-down{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%203v18m-7-7%207%207%207-7%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-arrows-clockwise{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20%204v6h-6M4%2020v-6h6M20%2010a8%208%200%200%200-14-4M4%2014a8%208%200%200%200%2014%204%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-buildings{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%2021V3h11v18M14%208h7v13M1%2021h22M7%207h3M7%2011h3M7%2015h3M17%2012h1M17%2016h1M7%2021v-3h3v3%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-calendar-check{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M7%203v4M17%203v4M3%2010h18m-13%205%203%203%205-5%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-clipboard-text{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M8%205H5v16h14V5h-3M8%2011h8M8%2015h8%22%2F%3E%3Crect%20x%3D%228%22%20y%3D%223%22%20width%3D%228%22%20height%3D%224%22%20rx%3D%221%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-magnifying-glass{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%2F%3E%3Cpath%20d%3D%22m15%2015%206%206%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-map-pin-line{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M19%209c0%205-7%2011-7%2011S5%2014%205%209a7%207%200%200%201%2014%200ZM4%2022h16%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-map-trifold{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m3%205%206-2%206%202%206-2v16l-6%202-6-2-6%202ZM9%203v16M15%205v16%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-phone-call{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m7%203%203%205-3%203c1%203%203%205%206%206l3-3%205%203-1%204C11%2023%201%2013%203%204ZM14%203a7%207%200%200%201%207%207M14%207a3%203%200%200%201%203%203%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-plus{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%204v16M4%2012h16%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-truck{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%2017H2V5h12v12H8M14%209h4l4%205v3h-2M14%2017h2M14%2014h8%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2218%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%222%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-x{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m6%206%2012%2012M18%206%206%2018%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-list-dashes{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M9%206h12M9%2012h12M9%2018h12M3%206h1M3%2012h1M3%2018h1%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-caret-left{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m15%205-7%207%207%207%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-calendar-blank{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M16%203v4M8%203v4M3%2011h18%22%2F%3E%3C%2Fsvg%3E")}.ph.ph-user-circle{--vh-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M5.6%2018.3a7%207%200%200%201%2012.8%200%22%2F%3E%3C%2Fsvg%3E")}.vh-news-page{--vh-news-shadow-strong: rgba(58, 42, 34, 0.1);--vh-news-shadow-soft: rgba(58, 42, 34, 0.09);background:var(--vh-color-white)}.vh-news-hero{position:relative;overflow:hidden;padding:24px 0 48px;background:var(--vh-color-white)}.vh-news-hero::after{position:absolute;right:-96px;bottom:-122px;width:250px;height:250px;border:52px solid var(--vh-color-accent);border-radius:50%;content:"";opacity:0.1}.vh-news-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:34px;color:var(--vh-color-muted);font-size:13px}.vh-news-breadcrumb a:hover{color:var(--vh-color-primary)}.vh-news-hero__layout{position:relative;z-index:1;display:grid;gap:20px}.vh-news-hero__title{max-width:820px;margin:12px 0 0;color:var(--vh-color-ink);font-size:clamp(36px, 9vw, 66px);font-weight:700;line-height:1.12;letter-spacing:-0.04em}.vh-news-hero__lead{max-width:560px;margin:0;color:var(--vh-color-muted);font-size:16px}.vh-news-featured{padding:0 0 64px;background:var(--vh-color-white)}.vh-news-feature__card{display:grid;overflow:hidden;border:1px solid var(--vh-color-border);border-radius:14px;background:var(--vh-color-white);transition:border-color 180ms ease, box-shadow 180ms ease}.vh-news-feature__card:hover{border-color:var(--vh-color-primary);box-shadow:0 18px 50px var(--vh-news-shadow-strong)}.vh-news-feature__media,.vh-news-card__media{display:grid;aspect-ratio:16 / 10;overflow:hidden;place-content:center;gap:8px;background:var(--vh-color-surface);color:var(--vh-color-muted);text-align:center}.vh-news-feature__media img,.vh-news-card__media img{width:100%;height:100%;aspect-ratio:16 / 10;object-fit:cover}.vh-news-feature__media i,.vh-news-card__media i{color:var(--vh-color-border);font-size:42px}.vh-news-feature__media span,.vh-news-card__media span{font-size:13px}.vh-news-feature__content{display:flex;padding:28px 24px;flex-direction:column;justify-content:center}.vh-news-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px 12px;color:var(--vh-color-muted);font-size:12px}.vh-news-meta span{color:var(--vh-color-primary);font-weight:700;text-transform:uppercase;letter-spacing:0.04em}.vh-news-meta time,.vh-news-meta small{position:relative;padding-left:12px;font-size:inherit}.vh-news-meta time::before,.vh-news-meta small::before{position:absolute;top:50%;left:0;width:3px;height:3px;border-radius:50%;background:var(--vh-color-border);content:"";transform:translateY(-50%)}.vh-news-meta time:first-child{padding-left:0}.vh-news-meta time:first-child::before{display:none}.vh-news-feature__title{margin:16px 0 12px;font-size:clamp(27px, 7vw, 42px);font-weight:700;line-height:1.18;letter-spacing:-0.035em}.vh-news-feature__content>:is(p, :where([data-heading-origin="p"])):not(.vh-news-feature__title){margin-bottom:22px;color:var(--vh-color-muted)}.vh-news-readmore{display:inline-flex;align-items:center;gap:8px;color:var(--vh-color-primary);font-size:14px;font-weight:700}.vh-news-listing{padding:64px 0;border-top:1px solid var(--vh-color-border);background:var(--vh-color-white)}.vh-news-listing__heading{display:grid;gap:14px;margin-bottom:26px}.vh-news-listing__heading .vh-section-title{margin:8px 0 0}.vh-news-listing__heading>:is(p, :where([data-heading-origin="p"])){max-width:420px;margin:0;color:var(--vh-color-muted)}.vh-news-filters{display:flex;overflow-x:auto;padding-bottom:4px;gap:8px;scrollbar-width:none}.vh-news-filters::-webkit-scrollbar{display:none}.vh-news-filters a{display:inline-flex;align-items:center;text-decoration:none;min-height:42px;padding:9px 17px;flex:0 0 auto;border:1px solid var(--vh-color-border);border-radius:999px;background:var(--vh-color-white);color:var(--vh-color-muted);cursor:pointer;font-size:13px;font-weight:600;transition:160ms ease}.vh-news-filters a:hover,.vh-news-filters a:focus-visible,.vh-news-filters a.is-active{border-color:var(--vh-color-primary);background:var(--vh-color-primary);color:var(--vh-color-white)}.vh-news-results{min-height:22px;margin:18px 0;color:var(--vh-color-muted);font-size:13px}.vh-news-grid{display:grid;gap:24px}.vh-news-card{min-width:0;overflow:hidden;border:1px solid var(--vh-color-border);border-radius:14px;background:var(--vh-color-white);transition:border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease}.vh-news-card:hover{border-color:var(--vh-color-primary);box-shadow:0 16px 40px var(--vh-news-shadow-soft);transform:translateY(-4px)}.vh-news-card[hidden]{display:none}.vh-news-card__content{padding:22px 20px 24px}.vh-news-card__title{min-height:2.8em;margin:13px 0 10px;font-size:19px;font-weight:700;line-height:1.4}.vh-news-card__content>:is(p, :where([data-heading-origin="p"])):not(.vh-news-card__title){display:-webkit-box;overflow:hidden;margin-bottom:18px;color:var(--vh-color-muted);font-size:14px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.vh-news-pagination{display:flex;flex-wrap:wrap;min-height:46px;justify-content:center;gap:8px;margin-top:38px}.vh-news-pagination a{text-decoration:none;flex:0 0 44px;display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--vh-color-border);background:var(--vh-color-white);color:var(--vh-color-ink);cursor:pointer;font-weight:700}.vh-news-pagination a:hover,.vh-news-pagination a:focus-visible,.vh-news-pagination a.is-active{border-color:var(--vh-color-primary);background:var(--vh-color-primary);color:var(--vh-color-white)}.vh-news-pagination__ellipsis{display:grid;width:20px;height:44px;place-items:center}@media (min-width: 768px){.vh-news-hero{padding:32px 0 70px}.vh-news-listing__heading{grid-template-columns:minmax(0, 1.55fr) minmax(280px, 0.75fr);align-items:end}.vh-news-featured{padding-bottom:82px}.vh-news-feature__card{grid-template-columns:minmax(0, 1.2fr) minmax(330px, 0.8fr)}.vh-news-feature__media{aspect-ratio:16 / 9}.vh-news-feature__content{padding:36px}.vh-news-listing{padding:80px 0}.vh-news-listing__heading{margin-bottom:32px}.vh-news-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (min-width: 992px){.vh-news-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}.vh-news-feature__content{padding:48px}}@media (prefers-reduced-motion: reduce){.vh-news-card,.vh-news-feature__card{transition:none}}#orderAMARE{padding:0}#orderAMARE .secMainContent{padding-bottom:50px;padding-top:50px}#orderAMARE .secMainContent .form-group .form-control{box-shadow:none}#orderAMARE .secMainContent .leftBlock{padding-bottom:60px;margin-bottom:30px}#orderAMARE .secMainContent .deliveryInforBlock{margin-bottom:30px}#orderAMARE .secMainContent .btnBack{position:absolute;left:0;bottom:0;width:100%;padding-left:15px}#orderAMARE .secMainContent .btnBack a{padding:15px;padding-left:40px;padding-top:20px;color:var(--cl-main);display:block;position:relative}#orderAMARE .secMainContent .btnBack a:hover{color:var(--cl-main);text-decoration:underline}#orderAMARE .secMainContent .btnBack a:before{content:"";width:30px;height:30px;background-image:url(/tassets/images/backItem.svg);background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;top:50%;transform:translateY(-50%);left:0}.deliveryInforBlock .text1{font-weight:500;font-size:20px;margin-bottom:30px;position:relative;padding-bottom:5px;display:inline-block}.deliveryInforBlock .form-group{margin-bottom:20px}.deliveryInforBlock .form-group .form-control{background-color:rgba(237,238,255,0.2)}.deliveryInforBlock .text2{font-weight:500;font-size:17px;margin-bottom:16px}.deliveryInforBlock .wrapForm-check{margin-bottom:16px}.deliveryInforBlock .TTXuatHD{display:none}.deliveryInforBlock .text3{font-weight:500;font-size:14px;margin-bottom:16px}.deliveryInforBlock .wrapNote .noteP{font-size:17px;font-weight:500}.deliveryInforBlock .wrapNote ul{padding-left:16px}.deliveryInforBlock .wrapNote ul li{font-size:15px}.paymentMethodBlock .title{font-weight:500;font-size:20px;margin-bottom:30px;padding-bottom:5px;position:relative;display:inline-block}.paymentMethodBlock .detailPay{clear:both}.paymentMethodBlock .detailPay .text1{font-size:17px;font-weight:500;margin-bottom:16px}.paymentMethodBlock .detailPay .form-checkFix{border:1px solid #d7d7d7;border-radius:5px;width:100%;text-align:center}.paymentMethodBlock .detailPay .form-checkFix .form-check-input{margin-left:18px;cursor:pointer}.paymentMethodBlock .detailPay .form-checkFix .form-check-label{padding:10px;font-size:15px;font-weight:500;width:100%}.paymentMethodBlock .detailPay .text2{margin:15px 0}.paymentMethodBlock .detailPay .wrapChooseAcount{display:none;margin-top:20px}.orderInforBlock .title{font-weight:500;font-size:20px;margin-bottom:30px;padding-bottom:5px;display:inline-block;position:relative}.orderInforBlock .wrapOrder{border:1px solid #c1c1c1;padding:15px;padding-bottom:45px}.orderInforBlock .wrapOrder .productPriceBlock{display:flex;margin-bottom:25px}.orderInforBlock .wrapOrder .productPriceBlock .wrapImg{width:25%;margin:auto}.orderInforBlock .wrapOrder .productPriceBlock .imgPart{position:relative;padding-bottom:100%;border:1px solid #d6d6d6}.orderInforBlock .wrapOrder .productPriceBlock .imgPart img{width:100%;height:100%;object-fit:contain;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.orderInforBlock .wrapOrder .productPriceBlock .imgPart .bgAmountProduct{width:25px;height:25px;position:absolute;top:-10px;right:-10px;z-index:2;background-color:var(--cl-main);border-radius:25px}.orderInforBlock .wrapOrder .productPriceBlock .imgPart .amountProduct{position:absolute;top:-8px;right:-10px;font-size:14px;width:25px;text-align:center;z-index:3;color:#ffffff}.orderInforBlock .wrapOrder .productPriceBlock .textPart{width:75%;display:flex;margin:auto}.orderInforBlock .wrapOrder .productPriceBlock .textPart .nameProduct{width:65%;padding-left:10px}.orderInforBlock .wrapOrder .productPriceBlock .textPart .nameProduct a{font-size:16px;max-height:52px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.orderInforBlock .wrapOrder .productPriceBlock .textPart .priceProduct{width:35%;font-size:16px;text-align:right;padding-left:10px}.orderInforBlock .wrapOrder .wrapText{clear:both;height:25px}.orderInforBlock .wrapOrder .wrapText .text1{float:left;font-size:16px}.orderInforBlock .wrapOrder .wrapText .text2{float:right;font-size:16px}.deliveryInforBlock .TTXuatHD{display:none}.orderInforBlock .wrapOrder .underline{border-bottom:1px solid #d7d7d7;margin-bottom:20px;margin-top:10px;clear:both}.orderInforBlock .wrapOrder .wrapText .total{font-size:18px;font-weight:700;float:left;margin-bottom:20px}.wrapOrder .wrapText .priceTotal{font-size:18px;font-weight:700;float:right;margin-bottom:20px;color:#D8282F}.orderInforBlock .btnOrder{width:100%;margin-top:15px;background-color:var(--cl-main);color:#ffffff;font-weight:500;border:none}#orderAMARE .secMainContent .btnBack a{padding:15px;padding-left:40px;padding-top:20px;color:var(--cl-main);display:block;position:relative}.deliveryInforBlock .text1:before{position:absolute;content:"";width:100%;height:2px;background-color:var(--cl-main);bottom:0;left:0}.paymentMethodBlock .title:before{position:absolute;content:"";width:100%;height:2px;background-color:var(--cl-main);bottom:0;left:0}.orderInforBlock .title:before{position:absolute;content:"";width:100%;height:2px;background-color:var(--cl-main);bottom:0;left:0}.infor_bank{border:1px solid #d7d7d7;width:100%;overflow-x:auto;font-size:14px;padding:10px;margin-bottom:10px;display:none}.infor_bank img{width:100px;padding:15px}.paymentMethodBlock .detailPay .wrapChooseAcount .text5{font-size:16px}.vh-product-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:11px;cursor:pointer;transition:transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease}.vh-product-card:focus-visible{border-color:var(--vh-color-primary);box-shadow:0 0 0 3px var(--vh-color-border);outline:0}.vh-product-card:hover{border-color:var(--vh-color-primary);box-shadow:0 12px 28px var(--vh-color-border);transform:translateY(-4px)}.vh-product-card[hidden]{display:none}.vh-product-card .vh-product-card__media{display:flex;width:100%;aspect-ratio:1 / 0.88;align-items:center;justify-content:center;flex-direction:column;gap:7px;overflow:hidden;background:var(--vh-color-surface);color:var(--vh-color-muted);border-bottom:1px solid var(--vh-color-border);font-size:10px}.vh-product-card .vh-product-card__media i{color:var(--vh-color-border);font-size:37px}.vh-product-card .vh-product-card__media span{display:none}.vh-product-card .vh-product-card__media img{width:100%;height:100%;aspect-ratio:1 / 0.88;object-fit:cover}.vh-product-card .vh-product-card__media:hover,.vh-product-card .vh-product-card__media:focus-visible{color:var(--vh-color-primary);outline:0}.vh-product-card .vh-product-card__body{display:flex;flex:1;flex-direction:column;padding:13px 12px 14px}.vh-product-card .vh-product-card__name{min-height:58px;margin:0 0 8px;font-size:13px;font-weight:700;line-height:1.5}.vh-product-card .vh-product-card__name a{color:var(--vh-color-ink)}.vh-product-card .vh-product-card__name a:hover,.vh-product-card .vh-product-card__name a:focus-visible{color:var(--vh-color-primary);outline:0}.vh-product-card .vh-product-card__sizes{margin:0 0 13px;color:var(--vh-color-muted);font-size:9px;line-height:1.55}.vh-product-card .vh-product-card__quote{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:5px;margin-top:auto;padding:8px;background:var(--vh-color-white);color:var(--vh-color-primary);border:1px solid var(--vh-color-primary);border-radius:8px;font-size:10px;font-weight:700;text-align:center;transition:background-color 180ms ease, color 180ms ease}.vh-product-card .vh-product-card__quote:hover,.vh-product-card .vh-product-card__quote:focus-visible{background:var(--vh-color-primary);color:var(--vh-color-white);outline:0}@media (min-width: 576px){.vh-product-card .vh-product-card__body{padding:16px}}@media (min-width: 576px){.vh-product-card .vh-product-card__name{min-height:54px;font-size:14px}}@media (min-width: 576px){.vh-product-card .vh-product-card__sizes,.vh-product-card .vh-product-card__quote{font-size:11px}}@media (prefers-reduced-motion: reduce){.vh-product-card,.vh-product-card .vh-product-card__quote{transition:none}}.vh-related-products{padding:48px 0 64px;background:var(--vh-color-surface)}.vh-related-products .vh-related-products__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 24px;margin-bottom:24px}.vh-related-products .vh-related-products__title{margin:0;color:var(--vh-color-ink);font-size:28px;font-weight:700;line-height:1.3}.vh-related-products .vh-related-products__all{display:inline-flex;align-items:center;min-height:44px;gap:8px;color:var(--vh-color-primary);font-size:13px;font-weight:600}.vh-related-products .vh-related-products__grid{display:grid;grid-template-columns:1fr;gap:20px}.vh-related-products .vh-related-products__all:hover{color:var(--vh-color-primary-dark);text-decoration:underline}.vh-related-products .vh-related-products__all:focus-visible{outline:2px solid var(--vh-color-primary);outline-offset:-3px}@media (min-width: 576px){.vh-related-products .vh-related-products__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 992px){.vh-related-products{padding:64px 0 80px}.vh-related-products .vh-related-products__title{font-size:34px}.vh-related-products .vh-related-products__grid{grid-template-columns:repeat(4, 1fr)}}.vh-product-detail-page{background:var(--vh-color-white)}.vh-product-detail-page .vh-product-detail{padding:30px 0 72px;background:var(--vh-color-white)}.vh-product-detail-page .vh-product-detail__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:30px;color:var(--vh-color-muted);font-size:11px}.vh-product-detail-page .vh-product-detail__breadcrumb a{color:var(--vh-color-primary);font-weight:600}.vh-product-detail-page .vh-product-detail__breadcrumb a:hover,.vh-product-detail-page .vh-product-detail__breadcrumb a:focus-visible{color:var(--vh-color-primary-dark);outline:0}.vh-product-detail-page .vh-product-detail__layout{display:grid;gap:38px}.vh-product-detail-page .vh-product-gallery{min-width:0}.vh-product-detail-page .vh-product-gallery__main{position:relative;display:flex;width:100%;aspect-ratio:1 / 1;align-items:center;justify-content:center;flex-direction:column;gap:10px;overflow:hidden;background:var(--vh-color-white);color:var(--vh-color-muted);border:1px solid var(--vh-color-border);border-radius:15px}.vh-product-detail-page .vh-product-gallery__main img{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover}.vh-product-detail-page .vh-product-gallery__main i{color:var(--vh-color-border);font-size:78px}.vh-product-detail-page .vh-product-gallery__thumbs{display:grid;margin-top:12px;grid-template-columns:repeat(4, 1fr);gap:8px}.vh-product-detail-page .vh-product-gallery__thumb{display:flex;min-width:0;aspect-ratio:1 / 1;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:7px;background:var(--vh-color-white);color:var(--vh-color-muted);border:1px solid var(--vh-color-border);border-radius:9px;font:inherit;font-size:9px;transition:border-color 180ms ease, color 180ms ease, transform 180ms ease}.vh-product-detail-page .vh-product-gallery__thumb img{width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:5px}.vh-product-detail-page .vh-product-gallery__thumb:hover,.vh-product-detail-page .vh-product-gallery__thumb:focus-visible,.vh-product-detail-page .vh-product-gallery__thumb--active{color:var(--vh-color-primary);border-color:var(--vh-color-primary);outline:0}.vh-product-detail-page .vh-product-gallery__thumb:hover{transform:translateY(-2px)}.vh-product-detail-page .vh-product-summary{min-width:0}.vh-product-detail-page .vh-product-summary__title{margin:0 0 17px;color:var(--vh-color-ink);font-size:34px;font-weight:700;line-height:1.2;letter-spacing:-0.035em}.vh-product-detail-page .vh-product-summary__lead{margin:0;color:var(--vh-color-muted);font-size:14px;line-height:1.78}.vh-product-detail-page .vh-product-summary__status{display:flex;margin:22px 0 0;align-items:center;gap:8px;color:var(--vh-color-trust);font-size:12px;font-weight:700}.vh-product-detail-page .vh-product-summary__status i{font-size:19px}.vh-product-detail-page .vh-product-variants{margin:25px 0 0;padding:0;border:0}.vh-product-detail-page .vh-product-variants legend{width:auto;margin:0 0 11px;color:var(--vh-color-ink);font-size:13px;font-weight:700}.vh-product-detail-page .vh-product-variants__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:9px}.vh-product-detail-page .vh-product-variants label{position:relative;margin:0;cursor:pointer}.vh-product-detail-page .vh-product-variants input{position:absolute;width:1px;height:1px;opacity:0}.vh-product-detail-page .vh-product-variants span{display:grid;min-height:42px;place-items:center;padding:8px 12px;background:var(--vh-color-white);color:var(--vh-color-ink);border:1px solid var(--vh-color-border);border-radius:9px;font-size:12px;font-weight:700;transition:background-color 180ms ease, border-color 180ms ease, color 180ms ease}.vh-product-detail-page .vh-product-variants input:checked+span{background:var(--vh-color-primary);color:var(--vh-color-white);border-color:var(--vh-color-primary)}.vh-product-detail-page .vh-product-variants input:focus-visible+span{box-shadow:0 0 0 3px var(--vh-color-border)}.vh-product-detail-page .vh-product-summary__selected{margin:10px 0 0;color:var(--vh-color-muted);font-size:11px}.vh-product-detail-page .vh-product-summary__selected strong{color:var(--vh-color-primary)}.vh-product-detail-page .vh-product-summary__actions{display:grid;margin-top:25px;gap:10px}.vh-product-detail-page .vh-product-summary__call,.vh-product-detail-page .vh-product-summary__register{display:flex;min-height:56px;align-items:center;justify-content:center;gap:10px;padding:11px 17px;border:1px solid var(--vh-color-primary);border-radius:10px;font-size:12px;font-weight:700;text-align:center;transition:background-color 180ms ease, color 180ms ease, transform 180ms ease}.vh-product-detail-page .vh-product-summary__call{justify-content:flex-start;background:var(--vh-color-primary);color:var(--vh-color-white)}.vh-product-detail-page .vh-product-summary__call>i{font-size:25px}.vh-product-detail-page .vh-product-summary__call span{display:flex;flex-direction:column;align-items:flex-start;line-height:1.25}.vh-product-detail-page .vh-product-summary__call small{margin-bottom:2px;font-size:9px;font-weight:500}.vh-product-detail-page .vh-product-summary__register{background:var(--vh-color-white);color:var(--vh-color-primary)}.vh-product-detail-page .vh-product-summary__call:hover,.vh-product-detail-page .vh-product-summary__call:focus-visible,.vh-product-detail-page .vh-product-summary__register:hover,.vh-product-detail-page .vh-product-summary__register:focus-visible{background:var(--vh-color-primary-dark);color:var(--vh-color-white);border-color:var(--vh-color-primary-dark);outline:0;transform:translateY(-2px)}.vh-product-detail-page .vh-product-information{padding:72px 0;background:var(--vh-color-white)}.vh-product-detail-page .vh-product-information__layout{display:grid}.vh-product-detail-page .vh-product-description{min-width:0}.vh-product-detail-page .vh-product-description__title,.vh-product-detail-page .vh-detail-quote__title{margin:10px 0 20px;color:var(--vh-color-ink);font-size:30px;font-weight:700;line-height:1.3;letter-spacing:-0.025em}.vh-product-detail-page .vh-product-description>:is(p, :where([data-heading-origin="p"])):not(.vh-product-description__title){margin:0 0 14px;color:var(--vh-color-muted);font-size:13px;line-height:1.82}.vh-product-detail-page .vh-product-description__uses{margin-top:25px;padding:0;background:var(--vh-color-white)}.vh-product-detail-page .vh-product-description__uses>:is(p, :where([data-heading-origin="p"])){margin:0 0 13px;color:var(--vh-color-ink);font-size:15px;font-weight:700}.vh-product-detail-page .vh-product-description__uses ul{display:grid;margin:0;padding-left:18px;gap:8px;color:var(--vh-color-muted);font-size:12px;line-height:1.6}.vh-product-detail-page .vh-detail-quote{padding:62px 0;background:var(--vh-color-white)}.vh-product-detail-page .vh-detail-quote__layout{display:grid;overflow:hidden;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:16px;box-shadow:0 18px 44px var(--vh-color-border)}.vh-product-detail-page .vh-detail-quote__intro{padding:30px 24px;background:var(--vh-color-primary);color:var(--vh-color-white)}.vh-product-detail-page .vh-detail-quote__intro .vh-kicker,.vh-product-detail-page .vh-detail-quote__intro .vh-detail-quote__title{color:var(--vh-color-white)}.vh-product-detail-page .vh-detail-quote__intro>:is(p, :where([data-heading-origin="p"])):not(.vh-detail-quote__title){margin:0;color:var(--vh-color-white);font-size:12px;line-height:1.75;opacity:0.88}.vh-product-detail-page .vh-detail-quote__contact{display:grid;margin-top:27px;padding:17px;grid-template-columns:44px 1fr;align-items:center;gap:11px;background:var(--vh-color-primary-dark);border-radius:10px}.vh-product-detail-page .vh-detail-quote__contact>i{font-size:31px}.vh-product-detail-page .vh-detail-quote__contact div{display:flex;flex-direction:column}.vh-product-detail-page .vh-detail-quote__contact span,.vh-product-detail-page .vh-detail-quote__contact small{font-size:9px;opacity:0.8}.vh-product-detail-page .vh-detail-quote__contact a,.vh-product-detail-page .vh-detail-quote__contact button[data-hotline-picker-trigger]{margin:2px 0;padding:0;background:transparent;border:0;color:var(--vh-color-white);font-size:20px;font-weight:700}.vh-product-detail-page .vh-detail-form{padding:28px 24px}.vh-product-detail-page .vh-detail-form__grid{display:grid;gap:10px 14px}.vh-product-detail-page .vh-detail-form .vh-field input,.vh-product-detail-page .vh-detail-form .vh-field select{min-height:44px;background:var(--vh-color-white)}.vh-product-detail-page .vh-detail-form .vh-field textarea{min-height:88px;background:var(--vh-color-white)}.vh-product-detail-page .vh-detail-form .vh-field__error{min-height:13px;margin-top:3px}.vh-product-detail-page .vh-detail-form__submit{display:flex;width:fit-content;min-width:190px;min-height:52px;align-items:center;justify-content:center;gap:8px;margin:7px auto 0;padding:12px 18px;background:var(--vh-color-primary);color:var(--vh-color-white);border:1px solid var(--vh-color-primary);border-radius:9px;font:inherit;font-size:13px;font-weight:700;transition:background-color 180ms ease, border-color 180ms ease, transform 180ms ease}@media (min-width: 768px){.vh-product-detail-page .vh-detail-form__submit{width:fit-content;min-width:190px;justify-self:auto}}.vh-product-detail-page .vh-detail-form__submit:hover,.vh-product-detail-page .vh-detail-form__submit:focus-visible{background:var(--vh-color-primary-dark);border-color:var(--vh-color-primary-dark);outline:0;transform:translateY(-2px)}.vh-product-detail-page .vh-detail-form__status{min-height:22px;margin:10px 0 0;color:var(--vh-color-muted);font-size:11px}@media (min-width: 576px){.vh-product-detail-page .vh-product-gallery__thumb{font-size:10px}.vh-product-detail-page .vh-product-summary__title{font-size:40px}.vh-product-detail-page .vh-product-variants__grid,.vh-product-detail-page .vh-product-summary__actions,.vh-product-detail-page .vh-detail-form__grid{grid-template-columns:repeat(2, 1fr)}.vh-product-detail-page .vh-detail-form__quantity,.vh-product-detail-page .vh-detail-form__message{grid-column:1 / -1}}@media (min-width: 768px){.vh-product-detail-page .vh-product-detail{padding-top:38px;padding-bottom:90px}.vh-product-detail-page .vh-product-detail__layout{grid-template-columns:1.02fr 0.98fr;align-items:start;gap:52px}.vh-product-detail-page .vh-product-gallery{display:grid;grid-template-columns:82px 1fr;align-items:start;gap:12px}.vh-product-detail-page .vh-product-gallery__main{grid-column:2;grid-row:1}.vh-product-detail-page .vh-product-gallery__thumbs{margin-top:0;grid-column:1;grid-row:1;grid-template-columns:1fr}.vh-product-detail-page .vh-product-summary{position:sticky;top:105px}.vh-product-detail-page .vh-product-information,.vh-product-detail-page .vh-detail-quote{padding-top:64px;padding-bottom:64px}.vh-product-detail-page .vh-product-variants__grid{grid-template-columns:repeat(4, auto);justify-content:start}.vh-product-detail-page .vh-detail-quote__layout{grid-template-columns:0.82fr 1.18fr}.vh-product-detail-page .vh-detail-quote__intro,.vh-product-detail-page .vh-detail-form{padding:32px}}@media (min-width: 1200px){.vh-product-detail-page .vh-product-detail__layout{gap:78px}.vh-product-detail-page .vh-product-summary__title{font-size:46px}.vh-product-detail-page .vh-product-description__title,.vh-product-detail-page .vh-detail-quote__title{font-size:35px}.vh-product-detail-page .vh-detail-quote__intro,.vh-product-detail-page .vh-detail-form{padding:32px}.vh-product-detail-page .vh-detail-form__grid{grid-template-columns:repeat(3, 1fr)}.vh-product-detail-page .vh-detail-form__quantity{grid-column:1}.vh-product-detail-page .vh-detail-form__message{grid-column:2 / -1}}@media (prefers-reduced-motion: reduce){.vh-product-detail-page .vh-product-gallery__thumb,.vh-product-detail-page .vh-product-variants span,.vh-product-detail-page .vh-product-summary__call,.vh-product-detail-page .vh-product-summary__register,.vh-product-detail-page .vh-detail-form__submit{transition:none}}.vh-products-page{background:var(--vh-color-white)}.vh-products-page .vh-products-hero{padding:38px 0 42px;background:var(--vh-color-white);border-bottom:1px solid var(--vh-color-border)}.vh-products-page .vh-products-breadcrumb{display:flex;align-items:center;gap:7px;margin-bottom:27px;color:var(--vh-color-muted);font-size:12px}.vh-products-page .vh-products-breadcrumb a{color:var(--vh-color-primary);font-weight:600}.vh-products-page .vh-products-breadcrumb a:hover,.vh-products-page .vh-products-breadcrumb a:focus-visible{color:var(--vh-color-primary-dark)}.vh-products-page .vh-products-hero__row{display:grid;gap:17px}.vh-products-page .vh-products-hero__title{margin:0;color:var(--vh-color-ink);font-size:38px;font-weight:700;line-height:1.18;letter-spacing:-0.035em}.vh-products-page .vh-product-catalog{padding:34px 0 78px;background:var(--vh-color-white)}.vh-products-page .vh-product-toolbar{display:grid;margin-bottom:28px;padding:16px;gap:14px;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:12px;box-shadow:0 12px 30px var(--vh-color-border)}.vh-products-page .vh-product-search{position:relative;display:flex;min-height:48px;align-items:center;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:9px}.vh-products-page .vh-product-search>i{margin-left:15px;color:var(--vh-color-muted);font-size:19px}.vh-products-page .vh-product-search input{width:100%;min-width:0;height:46px;padding:0 42px 0 11px;background:transparent;color:var(--vh-color-ink);border:0;outline:0;font:inherit;font-size:13px}.vh-products-page .vh-product-search:focus-within{border-color:var(--vh-color-primary);box-shadow:0 0 0 3px var(--vh-color-border)}.vh-products-page .vh-product-search button{position:absolute;top:50%;right:8px;display:grid;width:32px;height:32px;padding:0;place-items:center;background:transparent;color:var(--vh-color-muted);border:0;border-radius:50%;transform:translateY(-50%)}.vh-products-page .vh-product-search button:hover,.vh-products-page .vh-product-search button:focus-visible{background:var(--vh-color-border);color:var(--vh-color-primary);outline:0}.vh-products-page .vh-product-search button[hidden]{display:none}.vh-products-page .vh-product-toolbar__result{margin:0;color:var(--vh-color-muted);font-size:12px;font-weight:500}.vh-products-page .vh-product-sort{position:relative;display:grid;align-items:center;grid-template-columns:auto 1fr;gap:9px;color:var(--vh-color-muted);font-size:12px;font-weight:600}.vh-products-page .vh-product-sort select{width:100%;height:46px;padding:0 38px 0 13px;appearance:none;background:var(--vh-color-white);color:var(--vh-color-ink);border:1px solid var(--vh-color-border);border-radius:9px;outline:0;font:inherit;font-size:12px}.vh-products-page .vh-product-sort select:focus{border-color:var(--vh-color-primary);box-shadow:0 0 0 3px var(--vh-color-border)}.vh-products-page .vh-product-sort>i{position:absolute;right:13px;bottom:15px;color:var(--vh-color-primary);pointer-events:none}.vh-products-page .vh-product-catalog__layout{display:grid;gap:32px}.vh-products-page .vh-product-sidebar{align-self:start;overflow:hidden;background:var(--vh-color-white);border:1px solid var(--vh-color-border);border-radius:12px}.vh-products-page .vh-product-sidebar__head{display:flex;min-height:58px;align-items:center;justify-content:space-between;padding:14px 17px;background:var(--vh-color-primary);color:var(--vh-color-white)}.vh-products-page .vh-product-sidebar__head :is(p, :where([data-heading-origin="p"])){margin:0;font-size:15px;font-weight:700}.vh-products-page .vh-product-sidebar__head i{font-size:21px}.vh-products-page .vh-product-sidebar__nav{display:grid;grid-template-columns:repeat(2, 1fr);padding:10px;gap:7px}.vh-products-page .vh-product-sidebar__link{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:7px;padding:10px 11px;background:var(--vh-color-white);color:var(--vh-color-ink);border:1px solid var(--vh-color-border);border-radius:8px;font-size:11px;font-weight:600;line-height:1.35;transition:background-color 180ms ease, border-color 180ms ease, color 180ms ease}.vh-products-page .vh-product-sidebar__link small{display:grid;width:25px;height:25px;flex:0 0 25px;place-items:center;background:var(--vh-color-surface);color:var(--vh-color-muted);border-radius:50%;font-size:10px}.vh-products-page .vh-product-sidebar__link:hover,.vh-products-page .vh-product-sidebar__link:focus-visible,.vh-products-page .vh-product-sidebar__link--active{background:var(--vh-color-white);color:var(--vh-color-primary);border-color:var(--vh-color-primary);outline:0}.vh-products-page .vh-product-sidebar__link--active small{background:var(--vh-color-primary);color:var(--vh-color-white)}.vh-products-page .vh-product-sidebar__support{display:grid;margin:0 10px 10px;padding:15px;grid-template-columns:39px 1fr;align-items:center;gap:10px;background:var(--vh-color-surface);border-radius:9px}.vh-products-page .vh-product-sidebar__support>i{display:grid;width:39px;height:39px;place-items:center;background:var(--vh-color-white);color:var(--vh-color-trust);border-radius:50%;font-size:21px}.vh-products-page .vh-product-sidebar__support div{display:flex;min-width:0;flex-direction:column}.vh-products-page .vh-product-sidebar__support span{color:var(--vh-color-muted);font-size:10px}.vh-products-page .vh-product-sidebar__support a,.vh-products-page .vh-product-sidebar__support button[data-hotline-picker-trigger]{padding:0;border:0;background:transparent;margin-top:3px;color:var(--vh-color-primary);font-size:14px;font-weight:700}.vh-products-page .vh-product-results{min-width:0}.vh-products-page .vh-product-results__head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:18px;padding-bottom:13px;border-bottom:1px solid var(--vh-color-border)}.vh-products-page .vh-product-results__title{margin:0;color:var(--vh-color-ink);font-size:22px;font-weight:700;line-height:1.35}.vh-products-page .vh-product-results__head>span{flex:0 0 auto;color:var(--vh-color-muted);font-size:11px}.vh-products-page .vh-product-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:11px}.vh-products-page .vh-product-empty{padding:64px 20px;background:var(--vh-color-surface);border:1px dashed var(--vh-color-border);border-radius:12px;text-align:center}.vh-products-page .vh-product-empty[hidden]{display:none}.vh-products-page .vh-product-empty i{color:var(--vh-color-primary);font-size:42px}.vh-products-page .vh-product-empty :is(p, :where([data-heading-origin="p"])){margin:12px 0 4px;color:var(--vh-color-ink);font-size:17px;font-weight:700}.vh-products-page .vh-product-empty span{color:var(--vh-color-muted);font-size:12px}.vh-products-page .vh-product-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:34px}.vh-products-page .vh-product-pagination:empty{display:none}.vh-products-page .vh-product-pagination :is(button, a){display:grid;width:42px;height:42px;padding:0;place-items:center;background:var(--vh-color-white);color:var(--vh-color-ink);border:1px solid var(--vh-color-border);border-radius:8px;font:inherit;font-size:12px;font-weight:700;transition:background-color 180ms ease, border-color 180ms ease, color 180ms ease}.vh-products-page .vh-product-pagination :is(button, a):hover,.vh-products-page .vh-product-pagination :is(button, a):focus-visible,.vh-products-page .vh-product-pagination [aria-current="page"]:is(button, a){background:var(--vh-color-primary);color:var(--vh-color-white);border-color:var(--vh-color-primary);outline:0}.vh-products-page .vh-product-pagination :is(button, a):disabled{opacity:0.42;cursor:not-allowed}@media (min-width: 576px){.vh-products-page .vh-products-hero__title{font-size:46px}.vh-products-page .vh-product-toolbar{grid-template-columns:1fr auto;align-items:center}.vh-products-page .vh-product-toolbar__result{grid-column:1;grid-row:2}.vh-products-page .vh-product-sort{min-width:240px;grid-column:2;grid-row:1 / span 2}.vh-products-page .vh-product-grid{gap:16px}}@media (min-width: 768px){.vh-products-page .vh-products-hero{padding:48px 0 52px}.vh-products-page .vh-product-catalog{padding-top:42px;padding-bottom:94px}.vh-products-page .vh-product-toolbar{grid-template-columns:1fr auto auto;padding:13px;gap:20px}.vh-products-page .vh-product-toolbar__result{grid-column:2;grid-row:1}.vh-products-page .vh-product-sort{grid-column:3;grid-row:1}.vh-products-page .vh-product-sidebar__nav{grid-template-columns:repeat(4, 1fr)}.vh-products-page .vh-product-grid{grid-template-columns:repeat(3, 1fr)}}@media (min-width: 992px){.vh-products-page .vh-product-catalog__layout{grid-template-columns:245px 1fr;gap:28px}.vh-products-page .vh-product-sidebar{position:sticky;top:104px}.vh-products-page .vh-product-sidebar__nav{grid-template-columns:1fr}.vh-products-page .vh-product-sidebar__link{min-height:45px;border-color:transparent;border-bottom-color:var(--vh-color-border);border-radius:7px;font-size:12px}.vh-products-page .vh-product-sidebar__link:last-child{border-bottom-color:transparent}}@media (min-width: 1200px){.vh-products-page .vh-products-hero__title{font-size:52px}.vh-products-page .vh-product-catalog__layout{grid-template-columns:255px 1fr;gap:34px}.vh-products-page .vh-product-grid{grid-template-columns:repeat(4, 1fr);gap:18px}}@media (prefers-reduced-motion: reduce){.vh-products-page .vh-product-sidebar__link,.vh-products-page .vh-product-pagination :is(button, a){transition:none}}.vh-products-page .vh-product-sidebar__support>i.ph{-webkit-mask:none;mask:none}.vh-products-page .vh-product-sidebar__support>i.ph::before{content:"";display:block;width:1em;height:1em;background-color:currentColor;-webkit-mask:var(--vh-icon) center/contain no-repeat;mask:var(--vh-icon) center/contain no-repeat}.wrapGeneralBig{padding:0;max-width:2000px;margin:auto;background-color:#ffffff}.orderInfoBlock2{border:1px solid #f2f2f2;border-radius:5px}.orderInfoBlock2 .title{font-size:18px;font-weight:700;padding:10px;background-color:#f2f2f2;border-radius:5px 5px 0 0}.orderInfoBlock2 .table1{width:100%;margin-bottom:20px}.orderInfoBlock2 .table1 .lineLast1 td{padding-top:20px}.table1 .lineTotal .colRight{color:#D9001B}.orderInfoBlock2 .table1 .lineTotal td{font-size:18px;padding-top:15px}.orderInfoBlock2 .table1 .lineTotal{border-top:1px solid #cdcdcd}.orderInfoBlock2 .table1 .line1{border-bottom:1px solid #cdcdcd}.orderInfoBlock2 .table1 .line1 .colTable{font-weight:700}.orderInfoBlock2 .table1 .col1{padding-left:15px;width:50%;text-align:left !important}.orderInfoBlock2 .table1 .colLeft{width:50%;padding-left:15px}.orderInfoBlock2 .table1 .colRight{text-align:center}.orderInfoBlock2 .table1 .lineLast td{font-weight:700;padding-bottom:7px}.orderInfoBlock2 .table1 .colTable{padding-top:8px;padding-bottom:8px;font-size:14px;text-align:center}#successOrderAMARE .secMainContent{padding-top:50px;padding-bottom:50px}.orderInfoBlock1 .rowFix{margin:0}.orderInfoBlock1 .colPart{width:calc((100% - 7.5px) / 5);border-right:1.5px solid #aaaaaa;text-align:center;padding:10px 5px}.customerInfoBlock{border:1px solid #f2f2f2;border-radius:5px}.customerInfoBlock .title{font-size:18px;font-weight:700;padding:10px;background-color:#f2f2f2;border-radius:5px 5px 0 0}.orderInfoBlock1 .colPart.lastCol{border-right:none}.customerInfoBlock .table1{width:100%}.customerInfoBlock .table1 .col1{width:30%;font-size:14px}.customerInfoBlock .table1 td{font-size:16px;padding-left:15px;padding-bottom:10px}#successOrderAMARE .secMainContent{padding-top:50px;padding-bottom:50px}#successOrderAMARE .secMainContent .textPart1{border:1px solid #77B81E;text-align:center;padding:20px;margin-bottom:30px}.orderInfoBlock1 .colPart:hover{background-color:#77B81E;transition:0.3s}#successOrderAMARE .secMainContent .textPart1:hover{background-color:#77B81E;transition:0.2s}#successOrderAMARE .secMainContent .textPart1:hover .text1{color:#ffffff}#successOrderAMARE .secMainContent .textPart1:hover .text2{color:#ffffff}.orderInfoBlock1 .colPart:hover p{color:white !important}#successOrderAMARE .secMainContent .textPart1 .text1{font-size:18px;font-weight:700;letter-spacing:0.3px}#successOrderAMARE .secMainContent .textPart1 .text2{font-size:15px;font-weight:500}#successOrderAMARE .secMainContent .orderInfoBlock1{margin-bottom:25px}#successOrderAMARE .secMainContent .customerInfoBlock{padding-bottom:10px;margin-bottom:15px}#successOrderAMARE .secMainContent .btnBack{margin-top:15px}#successOrderAMARE .secMainContent .btnBack a{padding:10px;padding-left:40px;color:#000000;display:block;position:relative;font-size:16px}#successOrderAMARE .secMainContent .btnBack a:hover{color:#77B81E;text-decoration:underline}#successOrderAMARE .secMainContent .btnBack a:before{content:"";width:30px;height:30px;background-image:url(/tassets/images/backItem.svg);background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;top:50%;transform:translateY(-50%);left:0}@media only screen and (max-width: 575px){#successOrderAMARE .secMainContent{padding-top:30px;padding-bottom:30px}#successOrderAMARE .secMainContent .textPart1{padding:20px 5px}#successOrderAMARE .secMainContent .textPart1 .text1{font-size:16px}}@media only screen and (max-width: 991px){.orderInfoBlock1 .colPart{width:calc((100% - 1.5px) / 2);margin-bottom:20px}.orderInfoBlock1 .colPart:nth-child(2n){border-right:none}.orderInfoBlock1 .lastCol{width:100%;border-top:1.5px solid #aaaaaa;border-right:none;margin-bottom:0}}.tableOfContent{position:relative;margin-bottom:20px;margin-top:20px;width:85%;padding:20px;background-color:#f4f4f4;border-radius:10px;box-shadow:2px 2px 8px 0px rgba(0,0,0,0.2)}.tableOfContent .title{position:relative;font-size:24px;font-weight:700;color:var(--color-primary);padding-left:40px}.tableOfContent .title:before{position:absolute;font-family:'Font Awesome 6 Free';content:'\f0c9';font-size:30px;top:50%;font-weight:900;left:10px;transform:translate(-50%, -50%)}.tableOfContent .title .fa-angle-down{position:absolute;right:0;top:2px;margin:0;font-size:30px;cursor:pointer}.tableOfContent .title .fa-angle-down:hover{color:var(--color-primary)}@media only screen and (max-width: 991px){.tableOfContent{width:100%}}.tableOfContent .mucLucPart{visibility:hidden;max-height:0;opacity:0;transition:0.4s;position:relative;top:-100px;padding-top:15px}.tableOfContent .mucLucPart ul{padding-left:15px}.tableOfContent .mucLucPart ul li{list-style:none !important}.tableOfContent .mucLucPart ul li a{color:var(--color-primary)}.tableOfContent .mucLucPart ul li a:hover{text-decoration:underline}.tableOfContent .mucLucPart ul li.sub_data{padding-left:15px}.tableOfContent.appearContent .mucLucPart{visibility:visible;max-height:500vh;height:unset;opacity:1;top:0}.tableOfContent.appearContent .mucLucPart li a{display:inline-block}.tableOfContent.appearContent .mucLucPart li a:hover{color:var(--color-primary) !important}.tableOfContent.appearContent .clickToggle{transform:rotate(180deg)}.thank-you-section{padding:100px 0;background-color:var(--color-primary);min-height:100vh;display:flex;align-items:center;justify-content:center}.thank-you-section .container{display:flex;justify-content:center;align-items:center;width:100%}.thank-you-card{background-color:#ffffff;padding:40px 30px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.08);text-align:center;max-width:600px;width:100%}.thank-you-card .icon-wrapper{margin-bottom:20px}.thank-you-card .icon-wrapper i{font-size:60px;color:var(--color-accent)}.thank-you-card .title-main{font-size:2rem;font-weight:700;color:var(--color-accent);margin-bottom:15px}.thank-you-card .description-main{font-size:1.1rem;color:#555;line-height:1.5;margin-bottom:30px;padding:0 15px}.thank-you-card .next-steps{text-align:left;background-color:#e0f7fa;padding:20px;border-radius:8px;border-left:5px solid var(--color-accent);margin-bottom:30px}.thank-you-card .next-steps ul{list-style:none;padding:0;margin:0}.thank-you-card .next-steps ul li{font-size:1rem;color:#333;margin-bottom:10px;line-height:1.4}.thank-you-card .next-steps ul li .phone{margin-left:5px;font-weight:700;cursor:pointer;color:var(--color-accent)}.thank-you-card .next-steps ul li .phone:hover{transform:translateY(-2px);text-decoration:underline}.thank-you-card .next-steps ul li i{color:var(--color-accent);margin-right:10px;font-size:1rem;flex-shrink:0}.thank-you-card .back-to-home{text-align:center}.thank-you-card .btn-intro{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(45deg, var(--color-primary), var(--color-accent));color:#ffffff;padding:12px 30px;border-radius:4px;text-decoration:none;font-weight:600;font-size:1rem;transition:all 0.3s ease;border:none;box-shadow:0 5px 15px rgba(0,98,114,0.4)}.thank-you-card .btn-intro:hover{background:linear-gradient(45deg, var(--color-accent), var(--color-primary));transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,98,114,0.6)}.thank-you-card .btn-intro i{font-size:16px;color:#fff}@media (max-width: 576px){.thank-you-section{padding:50px 0}.thank-you-card{padding:30px 15px}.thank-you-card .title-main{font-size:1.8rem}.thank-you-card .description-main{font-size:1rem}.thank-you-card .next-steps h4{font-size:1.1rem}.thank-you-card .next-steps ul li{font-size:0.9rem}}.articleSimilarPr{margin-bottom:10px}.articleSimilarPr .titleTypePr{font-weight:700;font-size:16px;margin-bottom:10px}.articleSimilarPr .listPrBlock{display:flex;flex-wrap:wrap;margin:0 -3px}.articleSimilarPr .listPrBlock .wrapPrPart{width:calc(100% / 3);padding:0 3px;margin-bottom:10px}.articleSimilarPr .listPrBlock .prPart{display:block;cursor:pointer;border:2px solid #e5e5e5;border-radius:10px;padding:3px 5px;box-shadow:2px 2px 8px 0px rgba(0,0,0,0.2);transition:0.3s;text-align:center;height:100%}.articleSimilarPr .listPrBlock .prPart:hover{box-shadow:2px 2px 8px 0px rgba(0,0,0,0.4);transform:translateY(1px)}.articleSimilarPr .listPrBlock .prPart.active{position:relative;border-color:#1f65cc;padding-right:10px}.articleSimilarPr .listPrBlock .prPart.active::before{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;top:-10px;right:-6px;color:#ffffff;background-color:var(--mau_chu_dao_1);line-height:1;font-size:12px;border-radius:100%;padding:3px}.articleSimilarPr .listPrBlock .prPart .nameTypePr{font-size:14px;margin-bottom:3px;font-weight:700}.articleSimilarPr .listPrBlock .prPart .priceTypePr{font-size:14px;margin-bottom:0}.articleSelectVerPr{margin-bottom:10px}.articleSelectVerPr .titleSelectVer{font-weight:700;font-size:16px;margin-bottom:10px}.articleSelectVerPr .listOptions{display:flex;flex-wrap:wrap;margin:0 -3px}.articleSelectVerPr .listOptions .wrapOption{width:auto;padding:0 3px;margin-bottom:10px}.articleSelectVerPr .listOptions .optionBlock{min-width:140px;height:48px;color:var(--cl-dark);font-weight:800;border-radius:10px;background:var(--cl-white);transition:all 0.35s ease 0s;display:flex;align-items:center;justify-content:center;cursor:pointer}.articleSelectVerPr .listOptions .optionBlock:hover{box-shadow:2px 2px 8px 0px rgba(0,0,0,0.4);transform:translateY(1px);background:var(--cl-main)}.articleSelectVerPr .listOptions .optionBlock:hover .infoOptionPr .nameOptionPr{color:white}.articleSelectVerPr .listOptions .optionBlock.active{color:var(--cl-white);box-shadow:rgba(111,115,80,0.18) 0px 12px 24px;background:var(--cl-main);border-color:var(--cl-main)}.articleSelectVerPr .listOptions .optionBlock .imgOptionPr{width:37px}.articleSelectVerPr .listOptions .optionBlock .infoOptionPr{padding:0 7px}.articleSelectVerPr .listOptions .optionBlock .infoOptionPr .nameOptionPr{font-size:16px;margin-bottom:3px;font-weight:700}.articleSelectVerPr .listOptions .optionBlock .infoOptionPr .priceOptionPr{font-size:14px;margin-bottom:0}.sectionBoxPr{margin-bottom:20px}.sectionBoxPr .areaSelectOpt{display:flex;flex-wrap:wrap}.sectionBoxPr .areaSelectOpt .wrapOpt{padding:0 4px;margin-bottom:5px}.sectionBoxPr .areaSelectOpt .optPart{margin:0;border:2px solid #e5e5e5;border-radius:10px;box-shadow:2px 2px 8px 0px rgba(0,0,0,0.2);padding:5px 10px;cursor:pointer}.sectionBoxPr .areaSelectOpt .optPart.active{background-color:var(--mau_chu_dao_1);color:#ffffff}.sectionBoxPr .areaBoxPr{margin-top:20px}.sectionBoxPr .areaBoxPr .listBoxPr{display:none}.sectionBoxPr .areaBoxPr .listBoxPr.active{display:block}.sectionBoxPr .areaBoxPr .listBoxPr .forFlex{display:flex;flex-wrap:wrap}.sectionBoxPr .areaBoxPr .listBoxPr .smallBlock{width:25%;padding:0 5px;margin-bottom:10px}.sectionBoxPr .specialBlock_5{padding-bottom:0}.sectionBoxPr .specialBlock_5 .imgPart{border:1px solid var(--mau_chu_dao_3)}@media only screen and (max-width: 767px){.sectionBoxPr .areaSelectOpt .wrapOpt{padding:0 2px}.sectionBoxPr .areaSelectOpt .optPart{font-size:13px;padding:5px}.sectionBoxPr .areaBoxPr .listBoxPr .smallBlock{width:50%}}.articleVideoAuto{margin-bottom:30px}.articleVideoAuto .frameVideo{position:relative}.articleVideoAuto .frameVideo video{width:100%;height:auto}.articleVideoAuto .frameVideo .textOnImg{position:absolute;top:50%;left:18%;transform:translate(-50%, -50%)}.articleVideoAuto .frameVideo .textOnImg .cateName{font-size:32px;margin-bottom:15px;color:#ffffff;font-weight:700}@media only screen and (max-width: 575px){.articleVideoAuto .frameVideo .textOnImg{left:32%}.articleVideoAuto .frameVideo .textOnImg .cateName{font-size:18px;margin-bottom:10px}}.data_contents .click-goi-ngay{font-size:18px;font-weight:700;color:#fff}.specialBlock_29{width:40px;cursor:pointer}.specialBlock_29:hover .itemCart{background-color:var(--mau_chu_dao_1)}.specialBlock_29 .itemCart{position:relative;background-color:var(--mau_chu_dao_2);height:40px;border-radius:5px;transition:0.3s}.specialBlock_29 .itemCart:before{content:"";font-family:"Font Awesome 6 Free";position:absolute;font-weight:900;top:50%;left:50%;transform:translate(-50%, -50%);font-size:24px;line-height:1;color:#ffffff}.specialBlock_29 .itemCart1:before{content:"\f217"}.specialBlock_29 .itemCart2:before{content:"\f00c";font-size:30px;top:50%;left:50%}
