:root {
    --wp-color-black: rgb(0,0,0);
    --wp-color-white: rgb(255,255,255);
    --wp-color-red-100: rgb(255,210,207);
    --wp-color-red-200: rgb(255,169,166);
    --wp-color-red-500: rgb(234,39,51);
    --wp-color-red-600: rgb(196,24,41);
    --wp-color-amber-100: rgb(255,241,184);
    --wp-color-amber-200: rgb(255,229,143);
    --wp-color-amber-500: rgb(250,173,20);
    --wp-color-amber-600: rgb(212,136,6);
    --wp-color-green-100: rgb(222,245,217);
    --wp-color-green-200: rgb(162,214,159);
    --wp-color-green-500: rgb(46,176,50);
    --wp-color-green-600: rgb(29,138,36);
    --wp-color-sky-100: rgb(204,235,255);
    --wp-color-sky-200: rgb(163,217,255);
    --wp-color-sky-500: rgb(42,146,255);
    --wp-color-sky-600: rgb(24,111,217);
    --wp-color-primary-50: rgb(255,249,233);
    --wp-color-primary-100: rgb(255,233,168);
    --wp-color-primary-200: rgb(150,216,255);
    --wp-color-primary-300: rgb(255,202,37);
    --wp-color-primary-400: rgb(50,172,243);
    --wp-color-primary-500: rgb(213,161,0);
    --wp-color-primary-600: rgb(0,87,138);
    --wp-color-primary-700: rgb(145,110,0);
    --wp-color-primary-800: rgb(0,58,92);
    --wp-color-primary-900: rgb(87,67,5);
    --wp-color-secondary-50: rgb(242,252,245);
    --wp-color-secondary-100: rgb(224,246,231);
    --wp-color-secondary-200: rgb(189,234,196);
    --wp-color-secondary-300: rgb(144,225,158);
    --wp-color-secondary-400: rgb(94,201,109);
    --wp-color-secondary-500: rgb(39,167,69);
    --wp-color-secondary-600: rgb(0,142,57);
    --wp-color-secondary-700: rgb(1,119,47);
    --wp-color-secondary-800: rgb(0,93,38);
    --wp-color-secondary-900: rgb(0,67,26);
    --wp-color-neutral-50: rgb(242,245,248);
    --wp-color-neutral-100: rgb(228,232,237);
    --wp-color-neutral-200: rgb(219,224,230);
    --wp-color-neutral-300: rgb(155,164,178);
    --wp-color-neutral-400: rgb(141,151,166);
    --wp-color-neutral-500: rgb(126,135,150);
    --wp-color-neutral-600: rgb(101,109,124);
    --wp-color-neutral-700: rgb(83,90,103);
    --wp-color-neutral-800: rgb(34,38,45);
    --wp-color-neutral-900: rgb(12,16,20);
    --wp-color-layout: rgb(255,255,255);
    --wp-font-family-caption-1: 'Inter',sans-serif;
    --wp-font-family-caption-2: 'Inter',sans-serif;
    --wp-font-family-body-1: 'Inter',sans-serif;
    --wp-font-family-body-2: 'Inter',sans-serif;
    --wp-font-family-heading-1: 'TMTSans',sans-serif;
    --wp-font-family-heading-2: 'TMTSans',sans-serif;
    --wp-font-family-heading-3: 'TMTSans',sans-serif;
    --wp-font-family-heading-4: 'TMTSans',sans-serif;
    --wp-font-family-heading-5: 'TMTSans',sans-serif;
    --wp-font-family-heading-6: 'TMTSans',sans-serif;
    --wp-font-size-caption-1: 12px;
    --wp-font-size-caption-2: 10px;
    --wp-font-size-body-1: 16px;
    --wp-font-size-body-2: 14px;
    --wp-font-size-heading-1: 42px;
    --wp-font-size-heading-2: 36px;
    --wp-font-size-heading-3: 32px;
    --wp-font-size-heading-4: 28px;
    --wp-font-size-heading-5: 24px;
    --wp-font-size-heading-6: 20px;
    --wp-line-height-caption-1: 16px;
    --wp-line-height-caption-2: 14px;
    --wp-line-height-body-1: 24px;
    --wp-line-height-body-2: 20px;
    --wp-line-height-heading-1: 56px;
    --wp-line-height-heading-2: 48px;
    --wp-line-height-heading-3: 42px;
    --wp-line-height-heading-4: 38px;
    --wp-line-height-heading-5: 32px;
    --wp-line-height-heading-6: 28px;
    --wp-font-style-caption-1: normal;
    --wp-font-style-caption-2: normal;
    --wp-font-style-body-1: normal;
    --wp-font-style-body-2: normal;
    --wp-font-style-heading-1: normal;
    --wp-font-style-heading-2: normal;
    --wp-font-style-heading-3: normal;
    --wp-font-style-heading-4: normal;
    --wp-font-style-heading-5: normal;
    --wp-font-style-heading-6: normal;
    --wp-font-weight-caption-1: 400;
    --wp-font-weight-caption-2: 400;
    --wp-font-weight-body-1: 400;
    --wp-font-weight-body-2: 400;
    --wp-font-weight-heading-1: 600;
    --wp-font-weight-heading-2: 600;
    --wp-font-weight-heading-3: 600;
    --wp-font-weight-heading-4: 600;
    --wp-font-weight-heading-5: 600;
    --wp-font-weight-heading-6: 600;
    --wp-screen-xs: 376px;
    --wp-screen-s: 640px;
    --wp-screen-m: 768px;
    --wp-screen-l: 1024px;
    --wp-screen-xl: 1280px;
    --wp-screen-xxl: 1536px;
    --wp-color-text-brand-primary: var(--wp-color-primary-500);
    --wp-color-text-primary: var(--wp-color-neutral-900);
    --wp-color-text-quarternary: var(--wp-color-neutral-700);
    --wp-color-text-tertinary: var(--wp-color-neutral-600);
    --wp-color-text-secondary: var(--wp-color-neutral-500);
    --wp-color-text-placeholder: var(--wp-color-neutral-400);
    --wp-color-text-disable: var(--wp-color-neutral-300);
    --wp-color-text-white: var(--wp-color-white);
    --wp-color-text-black: var(--wp-color-black);
    --wp-color-text-interactive-visited: rgb(73,50,217);
    --wp-color-text-interactive-hover: var(--wp-color-sky-600);
    --wp-color-text-interactive: var(--wp-color-sky-500);
    --wp-color-fill-brand-primary: var(--wp-color-primary-500);
    --wp-color-fill-primary: var(--wp-color-neutral-900);
    --wp-color-fill-quarternary: var(--wp-color-neutral-700);
    --wp-color-fill-tertiary: var(--wp-color-neutral-600);
    --wp-color-fill-secondary: var(--wp-color-neutral-500);
    --wp-color-fill-inactive: var(--wp-color-neutral-400);
    --wp-color-fill-disable: var(--wp-color-neutral-300);
    --wp-color-fill-white: var(--wp-color-white);
    --wp-color-fill-black: var(--wp-color-black);
    --wp-color-fill-interactive-visited: rgb(73,50,217);
    --wp-color-fill-interactive-hover: var(--wp-color-sky-600);
    --wp-color-fill-interactive: var(--wp-color-sky-500);
    --wp-color-background-primary-subtle-hover: var(--wp-color-primary-700);
    --wp-color-background-primary-subtle: var(--wp-color-primary-500);
    --wp-color-background-primary-minimal-hover: var(--wp-color-primary-300);
    --wp-color-background-primary-minimal: var(--wp-color-primary-100);
    --wp-color-background-secondary-subtle-hover: var(--wp-color-secondary-700);
    --wp-color-background-secondary-subtle: var(--wp-color-secondary-500);
    --wp-color-background-secondary-minimal-hover: var(--wp-color-secondary-300);
    --wp-color-background-secondary-minimal: var(--wp-color-secondary-100);
    --wp-color-background-neutral-boldest: var(--wp-color-neutral-400);
    --wp-color-background-neutral-bold: var(--wp-color-neutral-300);
    --wp-color-background-neutral-subtle: var(--wp-color-neutral-200);
    --wp-color-background-neutral-minimal: var(--wp-color-neutral-100);
    --wp-color-background-neutral-minimalist: var(--wp-color-neutral-50);
    --wp-color-background-disable: var(--wp-color-neutral-50);
    --wp-color-background-white: var(--wp-color-white);
    --wp-color-background-black: var(--wp-color-black);
    --wp-color-border-brand-primary-hover: var(--wp-color-primary-700);
    --wp-color-border-brand-primary: var(--wp-color-primary-500);
    --wp-color-border-neutral-subtle: var(--wp-color-neutral-500);
    --wp-color-border-neutral-minimalist: var(--wp-color-neutral-300);
    --wp-color-border-primary: var(--wp-color-neutral-200);
    --wp-color-border-disable: var(--wp-color-neutral-100);
    --wp-color-border-white: var(--wp-color-white);
    --wp-color-border-black: var(--wp-color-black);
    --wp-opacity-background: 1;
    --wp-opacity-text: 1;
    --wp-opacity-ring: 0.2;
    --wp-opacity-border: 1;
    --wp-text-color-caption-1: var(--wp-color-text-primary);
    --wp-text-color-caption-2: var(--wp-color-text-primary);
    --wp-text-color-body-1: var(--wp-color-text-primary);
    --wp-text-color-body-2: var(--wp-color-text-primary);
    --wp-text-color-heading-1: var(--wp-color-text-primary);
    --wp-text-color-heading-2: var(--wp-color-text-primary);
    --wp-text-color-heading-3: var(--wp-color-text-primary);
    --wp-text-color-heading-4: var(--wp-color-text-primary);
    --wp-text-color-heading-5: var(--wp-color-text-primary);
    --wp-text-color-heading-6: var(--wp-color-text-primary);
    --wp-btn-color-text-primary: var(--wp-color-text-white);
    --wp-btn-color-text-primary-hover: var(--wp-color-text-white);
    --wp-btn-color-text-secondary: var(--wp-color-text-primary);
    --wp-btn-color-text-secondary-hover: var(--wp-color-text-primary);
    --wp-btn-color-text-disable: var(--wp-color-text-disable);
    --wp-btn-color-fill-primary: var(--wp-color-fill-white);
    --wp-btn-color-fill-primary-hover: var(--wp-color-fill-white);
    --wp-btn-color-fill-secondary: var(--wp-color-fill-secondary);
    --wp-btn-color-fill-secondary-hover: var(--wp-color-fill-secondary);
    --wp-btn-color-fill-disable: var(--wp-color-fill-disable);
    --wp-btn-color-border-primary: var(--wp-color-border-brand-primary);
    --wp-btn-color-border-primary-hover: var(--wp-color-border-brand-primary-hover);
    --wp-btn-color-border-secondary: var(--wp-color-border-primary);
    --wp-btn-color-border-secondary-hover: var(--wp-color-border-primary);
    --wp-btn-color-border-disable: var(--wp-color-border-disable);
    --wp-btn-color-background-primary: var(--wp-color-background-primary-subtle);
    --wp-btn-color-background-primary-hover: var(--wp-color-background-primary-subtle-hover);
    --wp-btn-color-background-secondary: var(--wp-color-background-white);
    --wp-btn-color-background-secondary-hover: var(--wp-color-background-neutral-minimalist);
    --wp-btn-color-background-disable: var(--wp-color-background-disable);
    --wp-btn-color-ring-primary: var(--wp-color-background-primary-subtle);
    --wp-btn-color-ring-secondary: var(--wp-color-background-secondary-subtle);
    --wp-btn-opacity-ring: var(--wp-opacity-ring);
    --wp-btn-color-dropdown-menu-text-default: var(--wp-color-text-primary);
    --wp-btn-color-dropdown-menu-text-disable: var(--wp-color-text-disable);
    --wp-btn-color-dropdown-menu-background-default: var(--wp-color-background-white);
    --wp-btn-color-dropdown-menu-background-hover: var(--wp-color-background-neutral-minimalist);
    --wp-btn-color-dropdown-menu-fill-default: var(--wp-color-fill-secondary);
    --wp-btn-color-dropdown-menu-fill-disable: var(--wp-color-fill-disable);
    --wp-header-color-background: var(--wp-color-background-white);
    --wp-header-color-border: var(--wp-color-border-primary);
    --wp-header-color-text-default: var(--wp-color-text-primary);
    --wp-footer-color-background: var(--wp-color-background-white);
    --wp-footer-color-border: var(--wp-color-border-primary);
    --wp-nav-color-text-default: var(--wp-color-text-primary);
    --wp-nav-color-text-hover: var(--wp-color-text-primary);
    --wp-nav-color-text-active: var(--wp-color-text-brand-primary);
    --wp-nav-color-text-disable: var(--wp-color-text-disable);
    --wp-nav-color-dropdown-menu-text-default: var(--wp-color-text-primary);
    --wp-nav-color-dropdown-menu-text-hover: var(--wp-color-text-primary);
    --wp-nav-color-dropdown-menu-text-active: var(--wp-color-text-brand-primary);
    --wp-nav-color-dropdown-menu-text-disable: var(--wp-color-text-disable);
    --wp-nav-color-border-default: var(--wp-color-border-primary);
    --wp-nav-color-border-hover: var(--wp-color-border-primary);
    --wp-nav-color-border-active: var(--wp-color-border-brand-primary);
    --wp-nav-color-border-disable: var(--wp-color-border-disable);
    --wp-nav-color-fill-default: var(--wp-color-fill-primary);
    --wp-nav-color-fill-hover: var(--wp-color-fill-primary);
    --wp-nav-color-fill-active: var(--wp-color-fill-brand-primary);
    --wp-nav-color-fill-disable: var(--wp-color-fill-disable);
    --wp-nav-color-dropdown-menu-fill-default: var(--wp-color-fill-primary);
    --wp-nav-color-dropdown-menu-fill-hover: var(--wp-color-fill-primary);
    --wp-nav-color-dropdown-menu-fill-active: var(--wp-color-fill-brand-primary);
    --wp-nav-color-dropdown-menu-fill-disable: var(--wp-color-fill-disable);
    --wp-nav-color-menu-container-background: var(--wp-color-background-white);
    --wp-nav-color-background-default: var(--wp-color-background-white);
    --wp-nav-color-background-hover: var(--wp-color-background-neutral-minimalist);
    --wp-nav-color-background-active: var(--wp-color-background-white);
    --wp-nav-color-background-disable: var(--wp-color-background-disable);
    --wp-nav-color-dropdown-menu-container-background: var(--wp-color-background-disable);
    --wp-nav-color-dropdown-menu-background-default: var(--wp-color-background-white);
    --wp-nav-color-dropdown-menu-background-hover: var(--wp-color-background-neutral-minimalist);
    --wp-nav-color-dropdown-menu-background-active: var(--wp-color-background-white);
    --wp-nav-color-dropdown-menu-background-disable: var(--wp-color-background-disable);
    --wp-pagination-color-text-default: var(--wp-color-text-quarternary);
    --wp-pagination-color-text-hover: var(--wp-color-text-brand-primary);
    --wp-pagination-color-text-active: var(--wp-color-text-white);
    --wp-pagination-color-fill-default: var(--wp-color-fill-quarternary);
    --wp-pagination-color-fill-hover: var(--wp-color-fill-brand-primary);
    --wp-pagination-color-fill-active: var(--wp-color-fill-white);
    --wp-pagination-color-fill-disable: var(--wp-color-fill-disable);
    --wp-pagination-color-background-default: var(--wp-color-background-white);
    --wp-pagination-color-background-hover: var(--wp-color-background-neutral-minimalist);
    --wp-pagination-color-background-active: var(--wp-color-background-primary-subtle);
    --wp-pagination-color-border-default: var(--wp-color-border-primary);
    --wp-pagination-color-border-hover: var(--wp-color-border-brand-primary);
    --wp-pagination-color-border-active: var(--wp-color-border-brand-primary);
    --wp-breadcrumb-color-text-default: var(--wp-color-text-quarternary);
    --wp-breadcrumb-color-text-hover: var(--wp-color-text-brand-primary);
    --wp-breadcrumb-color-text-active: var(--wp-color-text-brand-primary);
    --wp-breadcrumb-color-fill-default: var(--wp-color-fill-quarternary);
    --wp-breadcrumb-color-fill-hover: var(--wp-color-fill-brand-primary);
    --wp-breadcrumb-color-fill-active: var(--wp-color-fill-brand-primary);
    --wp-breadcrumb-color-background-default: var(--wp-color-background-white);
    --wp-breadcrumb-color-background-hover: var(--wp-color-background-neutral-minimalist);
    --wp-breadcrumb-color-background-active: var(--wp-color-background-primary-minimal);
    --wp-breadcrumb-color-border-default: var(--wp-color-border-primary);
    --wp-breadcrumb-color-border-hover: var(--wp-color-border-primary);
    --wp-breadcrumb-color-border-active: var(--wp-color-primary-100);
    --wp-breadcrumb-color-separator: var(--wp-color-fill-quarternary);
    --wp-input-color-text-default: var(--wp-color-text-primary);
    --wp-input-color-text-placeholder: var(--wp-color-text-placeholder);
    --wp-input-color-text-disable: var(--wp-color-text-disable);
    --wp-input-color-fill-inactive: var(--wp-color-fill-inactive);
    --wp-input-color-fill-disable: var(--wp-color-fill-disable);
    --wp-input-color-border-default: var(--wp-color-border-primary);
    --wp-input-color-border-active: var(--wp-color-border-brand-primary);
    --wp-input-color-border-disable: var(--wp-color-border-disable);
    --wp-input-color-background-default: var(--wp-color-background-white);
    --wp-input-color-background-disable: var(--wp-color-background-disable);
    --wp-input-color-label-text-default: var(--wp-color-text-primary);
    --wp-input-color-number-btn-background-default: var(--wp-color-background-white);
    --wp-input-color-number-btn-background-hover: var(--wp-color-background-neutral-minimalist);
    --wp-input-color-number-btn-background-disable: var(--wp-color-background-disable);
    --wp-input-color-number-btn-fill-default: var(--wp-color-fill-primary);
    --wp-input-color-number-btn-fill-hover: var(--wp-color-fill-primary);
    --wp-input-color-number-btn-fill-disable: var(--wp-color-fill-disable);
    --wp-form-color-background: var(--wp-color-background-white);
    --wp-form-color-heading-text: var(--wp-color-text-primary);
    --wp-form-color-body-text: var(--wp-color-text-quarternary);
    --wp-dropdown-color-background-default: var(--wp-color-background-white);
    --wp-dropdown-color-background-hover: var(--wp-color-background-neutral-minimalist);
    --wp-dropdown-color-background-selected: var(--wp-color-background-white);
    --wp-dropdown-color-background-disable: var(--wp-color-background-disable);
    --wp-dropdown-color-text-default: var(--wp-color-text-primary);
    --wp-dropdown-color-text-disable: var(--wp-color-text-disable);
    --wp-dropdown-color-fill-default: var(--wp-color-fill-secondary);
    --wp-dropdown-color-fill-disable: var(--wp-color-fill-disable);
    --wp-grid-view-desktop: 1280px;
    --wp-grid-width: 1440px
}

body {
    font-family: var(--wp-font-family-body-1);
    font-size: var(--wp-font-size-body-1);
    background-color: var(--wp-color-layout)
}

.wipix-text-heading-1 {
    font-style: var(--wp-font-style-heading-1);
    font-family: var(--wp-font-family-heading-1);
    font-size: var(--wp-font-size-heading-1);
    font-weight: var(--wp-font-weight-heading-1);
    line-height: var(--wp-line-height-heading-1);
    color: var(--wp-text-color-heading-1)
}

@font-face {
    font-family: 'TMT Sans';
    src: url(../fonts/TMTSans-SemiBold.woff2) format('woff2'),url(../fonts/TMTSans-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'TMT Sans';
    src: url(../fonts/TMTSans-Regular.woff2) format('woff2'),url(../fonts/TMTSans-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'CAT Linz';
    src: url(../fonts/CATLinz.woff2) format('woff2'),url(../fonts/CATLinz.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'DVN - Photograph Signature';
    src: url(../fonts/DVNPhotograph-Signature.woff2) format('woff2'),url(../fonts/DVNPhotograph-Signature.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroySemiBold.woff2) format('woff2'),url(../fonts/SVN-GilroySemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroySemiBoldItalic.woff2) format('woff2'),url(../fonts/SVN-GilroySemiBoldItalic.woff) format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroyLight.woff2) format('woff2'),url(../fonts/SVN-GilroyLight.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroyMediumItalic.woff2) format('woff2'),url(../fonts/SVN-GilroyMediumItalic.woff) format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-Gilroy.woff2) format('woff2'),url(../fonts/SVN-Gilroy.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroyMedium.woff2) format('woff2'),url(../fonts/SVN-GilroyMedium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroyThinItalic.woff2) format('woff2'),url(../fonts/SVN-GilroyThinItalic.woff) format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroyBlackItalic.woff2) format('woff2'),url(../fonts/SVN-GilroyBlackItalic.woff) format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'SVN-Gilroy XLight';
    src: url(../fonts/SVN-GilroyXLight.woff2) format('woff2'),url(../fonts/SVN-GilroyXLight.woff) format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SVN-Gilroy XBold';
    src: url(../fonts/SVN-GilroyXBold.woff2) format('woff2'),url(../fonts/SVN-GilroyXBold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SVN-Gilroy XBold';
    src: url(../fonts/SVN-GilroyXBoldItalic.woff2) format('woff2'),url(../fonts/SVN-GilroyXBoldItalic.woff) format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'SVN-Gilroy XLight';
    src: url(../fonts/SVN-GilroyXLightItalic.woff2) format('woff2'),url(../fonts/SVN-GilroyXLightItalic.woff) format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroyThin.woff2) format('woff2'),url(../fonts/SVN-GilroyThin.woff) format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroyHeavy.woff2) format('woff2'),url(../fonts/SVN-GilroyHeavy.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroyBoldItalic.woff2) format('woff2'),url(../fonts/SVN-GilroyBoldItalic.woff) format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroyHeavyItalic.woff2) format('woff2'),url(../fonts/SVN-GilroyHeavyItalic.woff) format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroyBold.woff2) format('woff2'),url(../fonts/SVN-GilroyBold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroyItalic.woff2) format('woff2'),url(../fonts/SVN-GilroyItalic.woff) format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroyBlack.woff2) format('woff2'),url(../fonts/SVN-GilroyBlack.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SVN-Gilroy;
    src: url(../fonts/SVN-GilroyLightItalic.woff2) format('woff2'),url(../fonts/SVN-GilroyLightItalic.woff) format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url(../fonts/NeueEinstellung-Regular.woff2) format('woff2'),url(../fonts/NeueEinstellung-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url(../fonts/NeueEinstellung-Medium.woff2) format('woff2'),url(../fonts/NeueEinstellung-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url(../fonts/NeueEinstellung-Thin.woff2) format('woff2'),url(../fonts/NeueEinstellung-Thin.woff) format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url(../fonts/NeueEinstellung-Black.woff2) format('woff2'),url(../fonts/NeueEinstellung-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url(../fonts/NeueEinstellung-ExtraBold.woff2) format('woff2'),url(../fonts/NeueEinstellung-ExtraBold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url(../fonts/NeueEinstellung-XLight.woff2) format('woff2'),url(../fonts/NeueEinstellung-XLight.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url(../fonts/NeueEinstellung-Bold.woff2) format('woff2'),url(../fonts/NeueEinstellung-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url(../fonts/NeueEinstellung-SemiBold.woff2) format('woff2'),url(../fonts/NeueEinstellung-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Neue Einstellung';
    src: url(../fonts/NeueEinstellung-Light.woff2) format('woff2'),url(../fonts/NeueEinstellung-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'FS Magistral';
    src: url(../fonts/FSMagistralBold.woff2) format('woff2'),url(../fonts/FSMagistralBold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Beautique Display';
    src: url(../fonts/BeautiqueDisplay-MediumItalic.woff2) format('woff2'),url(../fonts/BeautiqueDisplay-MediumItalic.woff) format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Beautique Display';
    src: url(../fonts/BeautiqueDisplay-LightItalic.woff2) format('woff2'),url(../fonts/BeautiqueDisplay-LightItalic.woff) format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Beautique Display';
    src: url(../fonts/BeautiqueDisplay-Regular.woff2) format('woff2'),url(../fonts/BeautiqueDisplay-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Beautique Display';
    src: url(../fonts/BeautiqueDisplay-Light.woff2) format('woff2'),url(../fonts/BeautiqueDisplay-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Beautique Display';
    src: url(../fonts/BeautiqueDisplay-Medium.woff2) format('woff2'),url(../fonts/BeautiqueDisplay-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Beautique Display';
    src: url(../fonts/BeautiqueDisplay-Italic.woff2) format('woff2'),url(../fonts/BeautiqueDisplay-Italic.woff) format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Beautique Display';
    src: url(../fonts/BeautiqueDisplay-BoldItalic.woff2) format('woff2'),url(../fonts/BeautiqueDisplay-BoldItalic.woff) format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Beautique Display';
    src: url(../fonts/BeautiqueDisplay-BlackItalic.woff2) format('woff2'),url(../fonts/BeautiqueDisplay-BlackItalic.woff) format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Beautique Display';
    src: url(../fonts/BeautiqueDisplay-Black.woff2) format('woff2'),url(../fonts/BeautiqueDisplay-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Beautique Display';
    src: url(../fonts/BeautiqueDisplay-Bold.woff2) format('woff2'),url(../fonts/BeautiqueDisplay-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SVN-Product Sans';
    src: url(../fonts/SVN-ProductSansItalic.woff2) format('woff2'),url(../fonts/SVN-ProductSansItalic.woff) format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'SVN-Product Sans';
    src: url(../fonts/SVN-ProductSans.woff2) format('woff2'),url(../fonts/SVN-ProductSans.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SVN-Product Sans';
    src: url(../fonts/SVN-ProductSansBoldItalic.woff2) format('woff2'),url(../fonts/SVN-ProductSansBoldItalic.woff) format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'SVN-Product Sans';
    src: url(../fonts/SVN-ProductSansBold.woff2) format('woff2'),url(../fonts/SVN-ProductSansBold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

:root {
    --wp-font-size-heading-2: 36px;
    --color-green: #028251;
    --main-color: #eb241f;
    --sec-color: #fb4141;
    --thir-color: #6e6e6e;
    --four-color: #fbad37;
    --hover-color: black;
    --footer-color: #fff;
    --main-font: Roboto-Regular;
    --title-font: Roboto-Bold;
    --animate-delay: 0.5s
}

.box__product--name {
    font-family: var(--title-font);
    font-size: 20px;
    color: var(--main-color);
    margin-bottom: 10px
}

.box__product--price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 10px
}

.box__product--null,.box__product--regular {
    font-family: var(--title-font);
    font-size: 18px;
    color: var(--main-color)
}

.box__product--sale {
    font-family: var(--title-font);
    font-size: 15px;
    color: var(--sec-color);
    text-decoration: line-through
}

.box__product--null:hover {
    color: var(--sec-color)
}

.title-pro-detail {
    color: #08091a;
    width: 100%;
    font-size: 36px
}

.section-tin-tuc .box__tintuc {
    align-items: unset
}

.section-tin-tuc .box__tintuc--name {
    font-family: Inter;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize
}

.left-pro-detail,.right-pro-detail {
    flex: 0 0 50%;
    max-width: 50%
}

.share-box {
    background: unset;
    padding: unset
}

.section-tin-tuc .box__tintuc--btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    background: #105b3d;
    color: #fff
}

.titleMain p {
    text-align: center
}

.gioithieu .d-flex {
    justify-content: space-between
}

.box__product {
    border: 1px solid var(--main-color);
    margin: 15px 0
}

.box__product--content {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    background: #fff
}

.box__product--content article {
    max-height: 70%;
    overflow: hidden;
    position: relative
}

.box__product--content article::after {
    content: '';
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%)
}

.gioithieu .d-flex {
    flex-wrap: wrap
}

.ul-tabs-pro-detail {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0
}

.ul-tabs-pro-detail li {
    font-family: var(--title-font);
    font-size: 16px;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 40px;
    padding: 0 20px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer
}

.ul-tabs-pro-detail li.active,.ul-tabs-pro-detail li:hover {
    color: #fff;
    background: var(--main-color)
}

.content-tabs-pro-detail {
    display: none;
    position: relative
}

.content-tabs-pro-detail.active {
    display: block
}

#footer .title {
    font-family: var(--title-font);
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

.ul-news li {
    color: #fff;
    font-size: 12px
}

#footer .footerArticle--container {
    flex-direction: column;
    align-items: start
}

#footer article {
    color: #fff;
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-transform: capitalize
}

.box__product button {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
    background: var(--main-color);
    color: #fff;
    text-transform: capitalize;
    border-top-left-radius: 25px;
    transition: .3s
}

.box__product button:hover {
    background: #000
}

.wrap-content {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px
}

.headerTop__info {
    display: flex;
    align-items: center;
    gap: 60px;
    background: #006595;
    width: calc(100% - 350px);
    margin-left: auto;
    position: relative;
    margin-top: -10px;
    display: flex;
    justify-content: space-between;
    padding-left: 163px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 5px
}

.headerTop__slogan span {
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 7px
}

.headerTop__info__item span {
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 7px
}

form.form-search.form-search-d {
    width: 270px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1212px;
    border: 1px solid rgb(245 245 245 / 30%);
    background: 0 0
}

form.form-search.form-search-d input {
    width: 100%;
    height: 100%;
    border-right: unset;
    background: 0 0;
    text-indent: 10px;
    border-radius: 3px;
    color: #fff;
    font-family: 'Space Grotesk';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize
}

.block__contact {
    display: flex;
    align-items: center;
    gap: 9px
}

.block__contact__icon {
    border: 1px solid #d6d6d6;
    border-radius: 500px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center
}

.block__contact-info span {
    color: #929292;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.block__contact-info p {
    color: #333;
    text-align: right;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.block-search-container {
    display: flex;
    gap: 35px;
    align-items: center;
    width: 60%
}

.headerBottom .primary__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: stretch;
    padding: 0;
    box-sizing: border-box;
    border-top: unset
}

.slide__container {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    height: 100%
}

.product-list-menu {
    background: #b25407;
    padding: 21px 13px;
    color: #fff;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 246px
}

.page-slideshow {
    width: 100%;
    max-width: 246px;
    height: 100%;
    min-height: 100%
}

.slide__main__container {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    width: 100%
}

.slide__main,.slide__subs {
    height: 100%;
    box-shadow: none
}

.slide__subs {
    width: 272px
}

.slide__sub {
    margin-bottom: 14px;
    border-radius: 10px;
    overflow: hidden
}

.slide__sub:last-child {
    margin: 0
}

.sky-mega-menu,.sky-mega-menu * {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0
}

.sky-mega-menu {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 400
}

.sky-mega-menu {
    position: relative;
    z-index: 10;
    background: rgba(255,255,255,.9);
    font-size: 0;
    line-height: 0;
    text-align: right;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #c5c5c5;
    background: #fff
}

.sky-mega-menu:after {
    content: '';
    display: table;
    clear: both
}

.sky-mega-menu li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 45px;
    text-align: left;
    white-space: nowrap
}

li.list-product {
    background: var(--color-red);
    padding: 19px 12px;
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

li.list-product svg {
    margin-right: 10px
}

.sky-mega-menu li a {
    display: block;
    padding: 0 26px;
    text-decoration: none;
    color: #666;
    transition: background .4s,color .4s;
    -o-transition: background .4s,color .4s;
    -ms-transition: background .4s,color .4s;
    -moz-transition: background .4s,color .4s;
    -webkit-transition: background .4s,color .4s;
    color: #333;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 15px
}

.sky-mega-menu li>div {
    position: absolute;
    z-index: 999999;
    top: 100%;
    left: -9999px;
    margin-top: 8px;
    background: rgb(255 255 255);
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    opacity: 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transition: -o-transform .4s,opacity .4s;
    -ms-transition: -ms-transform .4s,opacity .4s;
    -moz-transition: -moz-transform .4s,opacity .4s;
    -webkit-transition: -webkit-transform .4s,opacity .4s
}

li.list-product {
    background: var(--color-red);
    padding: 19px 12px;
    color: #fff;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

li.list-product svg {
    margin-right: 10px
}

.sky-mega-menu li>div:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 8px;
    background: 0 0
}

.sky-mega-menu li>div:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 24px;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(255,255,255,.9);
    border-left: 5px solid transparent
}

.sky-mega-menu li.current>a,.sky-mega-menu li:hover>a {
    background: var(--color-main);
    color: #000
}

.sky-mega-menu li:hover>a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(39deg) brightness(105%) contrast(102%)
}

.sky-mega-menu li:hover>div {
    left: 0;
    opacity: 1;
    -webkit-transform: translate(0,0)
}

.sky-mega-menu .right {
    float: none;
    border-right-width: 0;
    border-left-width: 1px
}

.sky-mega-menu .right>div {
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%
}

.sky-mega-menu .right:hover>div {
    right: 0;
    left: auto
}

.sky-mega-menu .right:hover>div:before {
    right: 24px;
    left: auto
}

.sky-mega-menu .switcher {
    display: none
}

.sky-mega-menu li li {
    display: block;
    float: none;
    border-width: 0;
    border-top-width: 1px;
    line-height: 21px;
    white-space: normal;
    border-bottom: 1px solid #c5c5c5
}

.sky-mega-menu li li:first-child {
    border-top: 0;
    border-radius: 0
}

.sky-mega-menu li li a {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 45px;
    border-radius: 5px!important;
    font-size: 14px!important;
    text-transform: capitalize
}

.sky-mega-menu li li>div {
    top: -4px;
    margin: 0 0 0 8px
}

.sky-mega-menu li li>div:after {
    top: 0;
    right: 100%;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 100%
}

.sky-mega-menu li li>div:before {
    top: 22px;
    right: 100%;
    bottom: auto;
    left: auto;
    border-top: 5px solid transparent;
    border-right: 5px solid rgba(255,255,255,.9);
    border-bottom: 5px solid transparent
}

.sky-mega-menu li li:hover>div {
    left: 100%
}

.sky-mega-menu .right li>div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%
}

.sky-mega-menu .right li>div:after {
    right: auto;
    left: 100%
}

.sky-mega-menu .right li>div:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 5px solid rgba(255,255,255,.9)
}

.sky-mega-menu .right li:hover>div {
    right: 100%;
    left: auto
}

.sky-mega-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.sky-mega-menu-pos-bottom li>div {
    top: auto;
    bottom: 100%;
    margin: 0 0 8px;
    -o-transform-origin-y: 100%;
    -ms-transform-origin-y: 100%;
    -moz-transform-origin-y: 100%;
    -webkit-transform-origin-y: 100%
}

.sky-mega-menu-pos-bottom li>div:after {
    top: 100%;
    bottom: auto
}

.sky-mega-menu-pos-bottom li>div:before {
    top: 100%;
    bottom: auto;
    border-top: 5px solid rgba(255,255,255,.9);
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent
}

.sky-mega-menu-pos-bottom li li>div {
    top: auto;
    bottom: 0
}

.sky-mega-menu-pos-bottom li li>div:before {
    top: auto;
    bottom: 22px
}

.sky-mega-menu-pos-bottom.sky-mega-menu-fixed {
    top: auto;
    bottom: 0
}

.sky-mega-menu-pos-left li,.sky-mega-menu-pos-right li {
    display: block;
    float: none;
    border-width: 0;
    border-top-width: 1px;
    position: relative;
    border-bottom: 1px solid #c5c5c5
}

.sky-mega-menu-pos-left li:first-child,.sky-mega-menu-pos-right li:first-child {
    border-top: 0
}

.sky-mega-menu-pos-left li>div,.sky-mega-menu-pos-right li>div {
    top: -1px
}

.sky-mega-menu-pos-left li>div {
    margin: 0 0 0 8px
}

.sky-mega-menu-pos-right li>div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%
}

.sky-mega-menu-pos-left li>div:after,.sky-mega-menu-pos-right li>div:after {
    top: 0;
    bottom: auto;
    width: 8px;
    height: 100%
}

.sky-mega-menu-pos-left li>div:after {
    right: 100%;
    left: auto
}

.sky-mega-menu-pos-right li>div:after {
    right: auto;
    left: 100%
}

.sky-mega-menu-pos-left li>div:before,.sky-mega-menu-pos-right li>div:before {
    top: 22px;
    bottom: auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.sky-mega-menu-pos-left li>div:before {
    right: 100%;
    left: auto;
    border-right: 5px solid rgba(255,255,255,.9)
}

.sky-mega-menu-pos-right li>div:before {
    right: auto;
    left: 100%;
    border-left: 5px solid rgba(255,255,255,.9)
}

.sky-mega-menu-pos-left li:hover>div {
    left: 100%;
    border-radius: 5px!important
}

.sky-mega-menu-pos-right li:hover>div {
    right: 100%;
    left: auto
}

.sky-mega-menu-pos-left .bottom>div,.sky-mega-menu-pos-right .bottom>div {
    top: auto;
    bottom: 0;
    -o-transform-origin-y: 100%;
    -ms-transform-origin-y: 100%;
    -moz-transform-origin-y: 100%;
    -webkit-transform-origin-y: 100%
}

.sky-mega-menu-pos-left .bottom>div:before,.sky-mega-menu-pos-right .bottom>div:before {
    top: auto;
    bottom: 22px
}

.sky-mega-menu-pos-right li li>div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%
}

.sky-mega-menu-pos-right li li>div:after {
    right: auto;
    left: 100%
}

.sky-mega-menu-pos-right li li>div:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 5px solid rgba(255,255,255,.9)
}

.sky-mega-menu-pos-right li li:hover>div {
    right: 100%;
    left: auto
}

.sky-mega-menu-pos-left.sky-mega-menu-fixed {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: auto
}

.sky-mega-menu-pos-right.sky-mega-menu-fixed {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: auto
}

.sky-mega-menu-anim-slide li>div {
    -o-transform: translate(0,60px);
    -ms-transform: translate(0,60px);
    -moz-transform: translate(0,60px);
    -webkit-transform: translate(0,60px)
}

.sky-mega-menu-pos-bottom.sky-mega-menu-anim-slide li>div {
    -o-transform: translate(0,-60px);
    -ms-transform: translate(0,-60px);
    -moz-transform: translate(0,-60px);
    -webkit-transform: translate(0,-60px)
}

.sky-mega-menu-anim-slide li:hover>div {
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0)
}

.sky-mega-menu-anim-scale li>div {
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0)
}

.list-product ul ul {
    border-radius: 5px!important
}

.sky-mega-menu-anim-scale li:hover>div {
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1)
}

.sky-mega-menu-anim-flip {
    perspective: 2000px;
    -o-perspective: 2000px;
    -moz-perspective: 2000px;
    -webkit-perspective: 2000px
}

.sky-mega-menu-anim-flip li>div {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.sky-mega-menu-anim-flip li:hover>div {
    transform: rotateX(0);
    -o-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0)
}

.sky-mega-menu .grid-column {
    float: left;
    border-color: #d9d9d9;
    border-left-width: 1px;
    border-left-style: solid
}

.sky-mega-menu .grid-column:first-child {
    margin-left: 0;
    border-left: 0
}

.sky-mega-menu .grid-column2,.sky-mega-menu .grid-container2 {
    width: 155px
}

.sky-mega-menu .grid-column3,.sky-mega-menu .grid-container3 {
    width: 250px
}

.sky-mega-menu .grid-column4,.sky-mega-menu .grid-container4 {
    width: 311px
}

.sky-mega-menu .grid-column5,.sky-mega-menu .grid-container5 {
    width: 389px
}

.sky-mega-menu .grid-column6,.sky-mega-menu .grid-container6 {
    width: 467px
}

.sky-mega-menu .grid-column7,.sky-mega-menu .grid-container7 {
    width: 545px
}

.sky-mega-menu .grid-column8,.sky-mega-menu .grid-container8 {
    width: 623px
}

.sky-mega-menu .grid-column9,.sky-mega-menu .grid-container9 {
    width: 701px
}

.sky-mega-menu .grid-column10,.sky-mega-menu .grid-container10 {
    width: 779px
}

.sky-mega-menu .grid-column11,.sky-mega-menu .grid-container11 {
    width: 857px
}

.sky-mega-menu .grid-column12,.sky-mega-menu .grid-container12 {
    width: 935px
}

.sky-mega-menu li a>.fa {
    display: block;
    float: left;
    width: 16px;
    margin: 0 10px 0 -4px;
    font-size: 16px;
    line-height: inherit;
    text-align: center
}

.sky-mega-menu li a>.fa-single {
    float: none;
    margin: 0
}

.sky-mega-menu li a>.fa-indicator {
    position: relative;
    top: -1px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 -10px 0 10px;
    font-size: 9px;
    line-height: 1;
    text-align: right
}

.sky-mega-menu li li a>.fa-indicator {
    top: 0;
    float: right;
    display: block;
    line-height: inherit
}

.sky-mega-menu form fieldset {
    display: block;
    padding: 25px 30px
}

.sky-mega-menu form fieldset+fieldset {
    border-top: 1px solid rgba(0,0,0,.1)
}

.sky-mega-menu form section {
    margin-bottom: 20px
}

.sky-mega-menu form .button,.sky-mega-menu form .checkbox,.sky-mega-menu form .input,.sky-mega-menu form .radio,.sky-mega-menu form .textarea {
    position: relative;
    display: block
}

.sky-mega-menu form .input input,.sky-mega-menu form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 8px 10px;
    outline: 0;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background: #fff;
    font: 13px/19px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s
}

.sky-mega-menu form .textarea textarea {
    height: auto;
    resize: none
}

.sky-mega-menu form .button {
    float: right;
    height: 39px;
    overflow: hidden;
    margin-left: 20px;
    padding: 0 20px;
    outline: 0;
    border: 0;
    background-color: #2da5da;
    font: 300 13px/39px 'Open Sans',Helvetica,Arial,sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    opacity: .8;
    transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s
}

.sky-mega-menu form .fa-append {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 29px;
    height: 29px;
    padding-left: 3px;
    border-left: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color: #ccc
}

.sky-mega-menu form .input .fa-append+input,.sky-mega-menu form .textarea .fa-append+textarea {
    padding-right: 46px
}

.sky-mega-menu form .row {
    margin: 0 -15px
}

.sky-mega-menu form .row:after {
    content: '';
    display: table;
    clear: both
}

.sky-mega-menu form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.sky-mega-menu form .col-6 {
    width: 50%
}

.sky-mega-menu form .checkbox:hover i,.sky-mega-menu form .input:hover input,.sky-mega-menu form .textarea:hover textarea {
    border-color: #8dc9e5
}

.sky-mega-menu form .button:hover {
    opacity: 1
}

.sky-mega-menu form .checkbox input:focus+i,.sky-mega-menu form .input input:focus,.sky-mega-menu form .textarea textarea:focus {
    border-color: #2da5da
}

.sky-mega-menu .search {
    border-left: 0
}

.sky-mega-menu .search .input {
    margin: 3px 3px 3px 3px
}

.sky-mega-menu .search .input input {
    width: 240px;
    padding-right: 65px
}

.sky-mega-menu .search .button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0
}

.slide__item {
    overflow: hidden
}

.sky-mega-menu-pos-left li:last-child {
    border: unset
}

.navTitle__product {
    display: flex;
    justify-content: space-between;
    margin: 32px 0;
    align-items: center
}

h2.titleMain {
    color: #333;
    font-family: HelveticaNeue-Bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.product__navSlide__controls button {
    background: 0 0
}

h2.navTitle__product-title {
    color: #333;
    font-family: Nunito sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.slick-slide.product_slider {
    margin-left: 28px
}

.bestSlide__container .slick-list {
    margin-left: -28px
}

a.product__link__btn {
    border-radius: 500px;
    background: #144734;
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 7px 23px;
    margin: 11px 0;
    display: inline-block
}

.navTitle__product-slide ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px
}

.navTitle__product-slide ul li a {
    border-radius: 500px;
    border: 1px solid #c5c5c5;
    background: #fff;
    display: block;
    padding: 9px 34px;
    color: #898989;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all .3s linear
}

.navTitle__product-slide ul li a:hover {
    background: #ef7e22;
    color: #fff;
    border-color: #ef7e22
}

button.btn__control-Subslide-item {
    background: 0 0
}

.bestSeller__ProSlide {
    position: relative
}

.btn__viewAll__primary {
    text-align: center
}

.btn__viewAll__primary a {
    border-radius: 500px;
    background: #2c358c;
    padding: 16px 43px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 10px;
    margin-top: 26px
}

.pic-video img {
    width: 100%
}

.name-video {
    font-size: 16px;
    color: #000;
    margin-bottom: 0
}

.load-video-tc .h-r-v {
    width: 100%
}

.load-video-tc .h-l-v iframe {
    height: 540px
}

.load-video-tc div.item-duoi {
    margin: 0 4px;
    border: 2px solid #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.load-video-tc div.item-duoi:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon-video.png) no-repeat center;
    background-size: 30px;
    cursor: pointer
}

.load-video-tc div.item-duoi iframe {
    width: 100%;
    height: 100%
}

.load-video-tc div.item-duoi span {
    display: block;
    text-align: left
}

.load-video-tc div.item-duoi span.ten {
    font-size: 14px
}

.load-video-tc div.item-duoi span.ngay {
    font-size: 14px
}

.load-video-tc div.item-video {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.load-video-tc div.item-video a {
    position: relative;
    display: block;
    line-height: 0;
    cursor: pointer
}

.load-video-tc div.item-video a img {
    object-fit: cover;
    height: 348px;
    width: 100%
}

.load-video-tc {
    position: relative
}

section#videosIndex {
    margin: 60px 0 30px 0
}

.item-duoi.clearfix.slick-slide.slick-current.slick-active {
    border-color: #ef7e22
}

.title__main h2 {
    color: #333;
    font-family: Nunito sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 38px
}

.productOst__container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px
}

section#productOst {
    margin-bottom: 41px
}

.btn__control-customer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 105%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.wrap__footer__col {
    display: flex;
    justify-content: space-between;
    margin-top: 51px
}

h2.wrap__footer__col-item--tile {
    display: inline-block;
    position: relative;
    margin-bottom: 29px;
    color: #fff;
    font-family: "FS Magistral";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.wrap__footer__col-item ul {
    list-style: none
}

.wrap__footer__col-item ul li a {
    display: flex;
    align-items: start;
    position: relative;
    gap: 5px;
    color: #fff;
    font-family: SVN-Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    text-wrap: balance
}

.newsletter__container {
    position: relative
}

.newsletter__input input.form-control {
    height: 65px;
    text-indent: 20px;
    background: 0 0;
    border: unset;
    border-radius: unset;
    padding: 0;
    color: #1e1e1e
}

ul.item__info__company {
    list-style: none
}

ul.item__info__company li span {
    color: #fff;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block
}

ul.item__info__company li p {
    color: #ccc;
    font-family: "Fz Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
    align-items: center
}

ul.item__info__company li {
    margin-bottom: 30px
}

ul.item__info__company {
    margin-top: 34px
}

ul.item__info__company li p svg {
    width: 40px;
    flex-shrink: 0
}

.footer__power--left p {
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 27px 0
}

.sky-mega-menu-pos-left li a::after {
    padding-right: 10px;
    vertical-align: middle;
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 0
}

.logo__Container {
    background: 0 0;
    width: 139px;
    position: relative;
    border-radius: 0 0 10px 10px;
    flex-direction: column;
    margin: 0 auto
}

.menu ul li a.custom__hotline {
    display: flex;
    border: 1px solid #378148;
    background: #333;
    width: 183px;
    justify-content: space-between;
    line-height: 42px;
    padding: 0!important;
    border-radius: 500px
}

.custom__hotline__icon {
    border-radius: 0 500px 500px 0;
    background: #378148;
    width: 58px
}

.custom__hotline__title {
    width: calc(100% - 58px)
}

.header__menu {
    display: flex;
    align-items: center;
    padding: 8px 0;
    justify-content: space-between
}

.logo__Container:before {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 48px solid transparent;
    border-top: 80px solid #fff;
    left: 100%;
    height: 0
}

.slideshow {
    position: relative
}

.slide__content {
    position: absolute;
    width: 100%;
    max-width: 1230px;
    top: 50%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999
}

.slideshow {
    position: relative
}

.slide__item:before {
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 100%);
    z-index: 9
}

.slide__content-inside {
    color: #fff;
    max-width: 560px
}

h3.title__main__slide {
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 14px 0 19px
}

.slide__content-inside__tag span {
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

p.title__sub__desc {
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.slide__content-inside__tag span {
    position: relative;
    display: inline-block;
    padding-right: 17px
}

.slide__content-inside__tag span:before {
    position: absolute;
    content: '';
    width: 288px;
    height: 4px;
    background: linear-gradient(89deg,#fff 0,rgba(255,255,255,0) 100%);
    top: 50%;
    transform: translateY(-50%);
    left: 100%
}

.slide__content .widthBox {
    padding: 0
}

a.btn__main__btn {
    border-radius: 0 20px 0 0;
    display: inline-flex;
    align-items: stretch;
    height: 47px;
    overflow: hidden
}

a.btn__main__btn span {
    display: inline-block;
    padding: 13px;
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1.5px solid #fff
}

a.btn__main__btn b {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 19px;
    border: 1.5px solid #fff
}

.slide__content-inside__button {
    margin-top: 43px
}

.slide__item.swiper-slide {
    position: relative;
    z-index: 9999999
}

.slider-solution__nav .swiper-pagination {
    top: unset;
    bottom: 0
}

.slider-solution__nav {
    word-wrap: normal
}

.slider-solution__nav {
    position: absolute;
    right: 110px;
    z-index: 2;
    width: 26px
}

.slideshow {
    display: flex;
    align-items: center
}

.slider-solution__nav .swiper-pagination--solution {
    display: flex;
    flex-direction: column;
    gap: 104px
}

.slider-solution__nav .swiper-pagination--solution span {
    background-color: transparent;
    font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    color: #f7f7f7;
    position: relative;
    opacity: 1;
    font-family: 'Fz Poppins';
    width: 100%
}

.slider-solution__nav .swiper-pagination--solution span::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 68px;
    background-color: #555;
    bottom: -20.5px;
    left: 50%;
    transform: translate(-50%,100%)
}

.slider-solution__nav .swiper-pagination--solution span:is(.swiper-pagination-bullet-active) {
    color: #378148
}

.slider-solution__nav .swiper-pagination--solution span:is(.swiper-pagination-bullet-active)::after {
    background-color: #378148
}

section#aboutUs {
    margin: 47px 0
}

.aboutUs__container {
    display: flex;
    flex-wrap: wrap;
    gap: 23px
}

.aboutUs__container__left {
    width: 392px
}

.aboutUs__container__right {
    width: calc(100% - 415px)
}

.aboutUs__container__left__title {
    margin-left: 78px;
    max-width: 50%;
    margin-bottom: 60px
}

.aboutUs__container__left__title span {
    color: #378148;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px
}

.aboutUs__container__left__title h2 {
    color: #333;
    font-family: "Fz Poppins";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.aboutUs__container__right--button a span {
    border-color: #378148;
    color: #378148
}

.aboutUs__container__right--button a.btn__main__btn b {
    background: linear-gradient(180deg,#378148 -33.93%,#044524 125.8%);
    border-color: #378148
}

.aboutUs__container__right-content {
    display: flex;
    flex-wrap: wrap;
    gap: 36px
}

.aboutUs__container__right__img {
    width: 262px
}

.aboutUs__container__right--info {
    width: calc(100% - 298px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.aboutUs__container__right--sign {
    margin: 54px 0 23px
}

.aboutUs__container__right--desc p {
    color: #898989;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.aboutUs__container__left__img {
    position: relative
}

.aboutUs__container__left__img:before {
    position: absolute;
    content: '';
    width: 200px;
    height: 260px;
    background: url(../images/bg_non.png);
    top: 75%;
    left: -43px
}

.aboutUs__wrapper {
    position: relative
}

.main-img.img-cover.fix {
    overflow: hidden
}

.tx-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

h3.item-title-2.blta-heading-1.has-color-white.font-800.tx-title a:hover {
    color: #fff
}

@-webkit-keyframes Move_animation_1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    75% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes Move_animation_1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    75% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.wrap__footer__info {
    display: flex;
    justify-content: space-between
}

.wrap__footer__info-logo {
    width: 35%
}

.wrap__footer__info {
    display: flex
}

.wrap__footer__info-logo {
    width: 25%
}

.wrap__footer__info-social ul li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    border-radius: 10px
}

.footer__power--left p {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    font-family: 'Fz Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block
}

.footer__power--left {
    text-align: center
}

.footer__power--left p:after,.footer__power--left p:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    top: 50%
}

.footer__power--left p:before {
    right: 100%
}

.footer__power--left p:after {
    left: 100%
}

li.item-footer-info {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    gap: 5px
}

.wrap__footer__col-item:nth-child(2) {
    width: 22%
}

.wrap__footer__info-phone strong {
    font-family: 'Nunito Sans';
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal
}

.wrap__footer__info-phone {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px
}

.wrap__footer__info-email span {
    color: #fff;
    font-family: "Fz Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.footer__power--pay {
    display: flex;
    gap: 8px
}

.footer__power--img {
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

.headerTop__info__item {
    display: flex;
    align-items: center;
    gap: 10px
}

.headerTop__info__item span {
    color: #fff;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.headerTop__info:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 100%;
    background: #006595;
    right: calc(100% - 25px);
    transform: skew(40deg)
}

.widthBox.primary__header {
    display: flex;
    align-items: center;
    padding: 11px 10px;
    gap: 119px;
    padding-bottom: 5px
}

.headerTop__info:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #006595;
    left: 100%
}

.header-pcmenu {
    position: relative;
    z-index: 99;
    background: 0 0
}

section#home {
    position: relative;
    z-index: -1
}

.aboutUs__content {
    display: flex;
    gap: 66px;
    margin: 20px 0
}

.aboutUs__content__info,.aboutUs__content__photos {
    width: 50%
}

.aboutUs__content__info h2 {
    max-width: 75%;
    color: #333;
    font-family: "Afacad Flux";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 31px
}

.aboutUs__content__info p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.btn__about__act {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    border: 1px solid transparent;
    padding: 14px 36px;
    border-radius: 500px;
    background: #2654a5;
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.aboutUs__content__photo:first-child {
    position: relative;
    z-index: 2
}

.aboutUs__content__photo:first-child:before {
    position: absolute;
    content: '';
    background: url(../images/bf_about.png) no-repeat;
    width: 67px;
    height: 112px;
    left: 95%;
    z-index: -1
}

.aboutUs__content__photo-content {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    color: #333;
    font-family: "Lexend Deca";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 21px 20px;
    margin-top: 25px
}

.line__step img {
    width: 100%
}

.line__step {
    position: absolute;
    top: 59px;
    left: 50%;
    transform: translateX(-50%);
    width: 98%
}

.productProvice__content h2 {
    color: #333;
    text-align: center;
    font-family: "SVN-Neutraface 2";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize
}

.productProvice__wrapper {
    padding: 30px 0
}

.productProvice__list__category-nav a {
    color: #006595;
    font-family: "Lexend Deca";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.productProvice__list__category-nav {
    border-bottom: 2px solid #e7e7e7;
    margin-bottom: 28px
}

.productProvice__list__category-nav a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    position: relative
}

.productProvice__list__category-nav a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #006595;
    bottom: -2px
}

.productProvice__list__pro {
    position: relative
}

.bannerIndex__wrapper {
    margin: 50px 0
}

.newsEvent__content h2 {
    color: #333;
    text-align: center;
    font-family: "SVN-Neutraface 2";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize
}

.newsEvent__content__item-content {
    padding: 21px;
    display: flex;
    flex-direction: column;
    gap: 9px
}

.newsEvent__content__item-content {
    position: relative
}

.newsEvent__content__item-content span {
    position: absolute;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #0f3e77;
    right: 22px;
    bottom: -20px;
    transition: all .3s linear
}

a.newsEvent__content__item:hover {
    border-color: #006595
}

a.newsEvent__content__item:hover .newsEvent__content__item-content span {
    background: #006595
}

p.ContactIndex__container__slogan {
    color: #fff;
    text-shadow: 0 4px 4px rgba(0,0,0,.1);
    font-family: "Lexend Deca";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    width: 50%
}

.ContactIndex__container {
    display: flex;
    padding: 40px 0
}

.ContactIndex__container .btn__booking {
    width: 50%;
    text-align: end;
    display: inline-flex;
    align-items: center;
    justify-content: end
}

.ContactIndex__container .btn__booking a {
    border-radius: 500px;
    background: #006595;
    padding: 7px;
    color: #fff;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 35px
}

.ContactIndex__container .btn__booking a span {
    width: 51px;
    height: 51px;
    flex-shrink: 0;
    border-radius: 500px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.footer__top__content {
    display: flex;
    align-items: center;
    gap: 128px;
    padding: 47px 0
}

.footer__top__content-top-logo {
    width: 274px;
    flex-shrink: 0
}

ul.wrap__footer__col-item--list li strong {
    flex-shrink: 0;
    color: #fff
}

ul.wrap__footer__col-item--list li {
    color: #fff;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.wrap__footer__col-item ul li a:hover {
    color: #fff
}

.aboutUs__content a:hover {
    color: #333;
    border-color: #2654a5
}

.aboutUs__impressiveNumbers__item:hover .aboutUs__impressiveNumbers__item__content p {
    scale: 1.2
}

.aboutUs__content__info span {
    display: block;
    margin: 30px 0 15px 0;
    color: #333;
    font-family: "DVN - Photograph Signature";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.img__hkp__logo {
    margin-bottom: 30px;
    margin-top: 12px
}

.group__contact__about {
    display: flex;
    gap: 28px;
    margin-top: 20px
}

a.btn__email__about {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 8px
}

.icon__dot i {
    font-size: 4px;
    position: relative;
    top: -4px
}

.newsEvent__content__item-desc {
    color: #898989;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.newsEvent__content__item-content:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    background: #fff;
    clip-path: polygon(0 0,100% 0,100% 0,0 100%);
    top: calc(100% - 1px);
    left: 0
}

.newsEvent__content__item-img {
    position: relative
}

.newsEvent__content__item-img:before {
    position: absolute;
    content: '';
    width: 102px;
    height: 25px;
    clip-path: polygon(50% 0,0 100%,100% 100%);
    background: #fff;
    bottom: 0;
    z-index: 999;
    right: 8px
}

.wrap__footer__col-item--tile:before {
    position: absolute
}

.footer__power--center p:before {
    position: absolute
}

.wrap__footer__col-item:nth-child(3) {
    width: 12%;
    color: #fff
}

.contactUs__content__btn-item a:hover {
    background: linear-gradient(270deg,#e4bd6f 0,#c7903d 100%)
}

.hithere {
    animation: hithere 2s ease infinite
}

@keyframes hithere {
    30% {
        transform: scale(1.1)
    }

    40%,60% {
        transform: rotate(-20deg) scale(1.1)
    }

    50% {
        transform: rotate(10deg) scale(1.1)
    }

    70% {
        transform: rotate(0) scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.headerTop__slogan p {
    color: #333;
    text-align: center;
    font-family: Cabin;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: capitalize
}

.headerTop__hotline span {
    text-align: right;
    padding-left: 54px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.headerTop__hotline span svg {
    margin-right: 5px
}

.info__social__slide {
    position: absolute;
    bottom: 0;
    z-index: 99;
    padding: 44px;
    padding-bottom: 60px
}

.info__social__slide__content span {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #fff;
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px
}

.info__social__slide__list ul {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 154px
}

.info__social__slide__list:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 95px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 28px
}

.info__social__slide__list {
    position: relative
}

@keyframes leftRightOne {
    0%,to {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-100px)
    }
}

@keyframes leftRightTwo {
    0%,to {
        transform: translateX(0)
    }

    50% {
        transform: translateX(100px)
    }
}

a.btn__btn__primary {
    padding: 18px 52px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    background: #0e6837;
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.ProjecstDesign__wrapper {
    padding: 15px 0
}

.view-desk2 {
    text-align: center
}

.view-desk2 a {
    background: #fff;
    display: inline-block;
    color: #333;
    padding: 10px 2rem;
    font-family: Lexend-SemiBold;
    font-size: 14px;
    border: 2px solid #333;
    transition: all .5s;
    text-transform: uppercase
}

.view-desk2 a:hover {
    background: #333;
    color: #fff
}

.banner-da-top {
    text-align: center;
    margin-bottom: 2rem
}

.btn__action__design {
    text-align: center
}

.bg-warning--noti {
    color: #fff;
    padding: 20px 10px;
    margin-bottom: 2rem;
    border-radius: 10px;
    border: 1px solid transparent;
    border-image: linear-gradient(90deg,#dda517 0,#b57a11 31.98%,#fdd649 68.02%,#eccb34 100%);
    border-image-slice: 1
}

.control-owl button {
    background: 0 0;
    opacity: 1
}

.title-main h2 sup {
    top: -15px
}

.stars__customer {
    padding-bottom: 26px
}

.control-Customers.control-owl.transition .owl-prev {
    left: -40px
}

.control-Customers.control-owl.transition .owl-next {
    right: -40px
}

.control-Customers.control-owl.transition {
    top: calc(50% - 40.5px)
}

.form__newsletter__index {
    border: 1px solid #333;
    background: #191919;
    padding: 23px 25px
}

.newsletter__input textarea {
    border: 1px solid #333;
    background: 0 0;
    border-radius: unset;
    text-indent: 20px;
    padding-top: 15px
}

span.icon i {
    border-radius: 500px;
    background: #fff;
    color: #000;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0
}

.title-main p {
    margin: 0 auto
}

.btn__action__news {
    text-align: center;
    margin: 24px 0
}

.footer__power--center {
    position: relative;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    color: #333;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.wrap__footer__col-item--desc {
    text-transform: capitalize;
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 33px 0 31px 0
}

.wrap__footer__info-social span {
    flex-shrink: 0
}

.wrap__footer__info-link-map a {
    border: 1px solid #fff;
    padding: 15px 24px;
    margin-top: 38px;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.block-menu.sticky.animate__animated.animate__fadeInDown .header-pcmenu {
    background: rgb(0 0 0);
    z-index: 99;
    box-shadow: 0 0 10px 0 #ffffff26
}

.block-menu.sticky.animate__animated.animate__fadeInDown .header-pcmenu .primary__header .logo__Container .logo-header {
    display: flex;
    justify-content: center;
    align-items: center
}

.block-menu.sticky.animate__animated.animate__fadeInDown .header-pcmenu .primary__header {
    gap: 20px
}

button.owl-dot.active span {
    border: 1px solid #fff;
    border-radius: 50px;
    background: 0 0!important
}

li.has-sub:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px / 2);
    right: -10px;
    width: 5px;
    height: 5px;
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.slideshow.position-relative .owl-dots {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%)
}

a.btn__about__act:hover {
    color: #2654a5;
    background: 0 0
}

a.btn__about__act:hover svg path {
    fill: #be8518
}

form.contact-form .btn-primary {
    border: unset;
    border-color: #fff;
    background: #4c7fc8;
    color: #fff;
    padding: 8px 35px
}

form.contact-form .btn-primary:hover {
    background: red
}

.contact-input input {
    background: 0 0;
    border-radius: unset
}

.contact-input textarea {
    background: 0 0;
    border-radius: unset
}

.contact-input input::placeholder {
    color: #1e1e1e
}

.contact-input textarea::placeholder {
    color: #1e1e1e
}

.contact-input input:focus {
    border: 1px solid transparent;
    border-image: linear-gradient(90deg,#105b3d 0,#103f2c 31.98%,#1b6044 68.02%,#007245 100%);
    border-image-slice: 1;
    box-shadow: unset;
    background: 0 0
}

.contact-input textarea:focus {
    border: 1px solid transparent;
    border-image: linear-gradient(90deg,#105b3d 0,#103f2c 31.98%,#1b6044 68.02%,#007245 100%);
    border-image-slice: 1;
    box-shadow: unset;
    background: 0 0
}

.contact-input input {
    color: #1e1e1e
}

.headerTop__hotline__group {
    display: flex;
    margin-right: 15%
}

.Provider__Food__header {
    text-align: center
}

.Provider__Food__header span {
    color: #105b3d;
    text-align: center;
    font-family: "Alumni Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.Provider__Food__header h2 {
    color: #333;
    text-align: center;
    font-family: "Afacad Flux";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.page_sanpham_more {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 33px;
    margin-bottom: 27px
}

.food__product__item {
    position: relative
}

.food__product__item--info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    padding: 0 15px;
    align-content: center;
    background: rgb(0,0,0,.5);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear
}

h3.food__product__item--name {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.food__product__item--info a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    transition: all .5s
}

.list_monnb.list_sanpham_more {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap
}

.list_monnb.list_sanpham_more span {
    margin: 0 34px
}

span.line-list:last-child {
    display: none
}

.list_monnb.list_sanpham_more a {
    color: #898989;
    font-family: Livvic;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.list_monnb.list_sanpham_more a.active {
    color: #6f1900;
    border-bottom: 1px solid #6f1900
}

.list_monnb.list_sanpham_more {
    margin: 0
}

.food__product__item:hover .food__product__item--info {
    visibility: visible;
    opacity: 1
}

.btn__btn__main {
    text-align: center;
    margin-bottom: 27px
}

.btn__btn__main a {
    border: 2px solid #fff;
    display: inline-block;
    padding: 14px 43px;
    border-radius: 5000px;
    background: #2252a7;
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.News__Videos__Us__Header span {
    color: #105b3d;
    font-family: "Alumni Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.News__Videos__Us__Header h2 {
    color: #333;
    font-family: Livvic;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.News__Videos__Us__Container {
    display: flex;
    gap: 89px
}

.News__Us {
    width: 50%
}

.Videos__Us {
    width: 50%
}

.Banner__Index__Container {
    margin: 67px 0 15px 0
}

.icon__item_cus {
    text-align: start;
    position: relative;
    z-index: 1
}

.Evaluate__Customers__item p {
    position: relative;
    z-index: 9;
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -30px
}

.control-evaluate button {
    background: unset;
    margin-top: 20px
}

.footer__power--center p {
    color: #fff;
    text-align: center;
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.footer-statistic {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.6)
}

.wrap__footer__info-social ul {
    list-style: none;
    margin: 0
}

.list_monnb.list_sanpham_more a:hover {
    color: #2654a5
}

.shake-anim {
    -webkit-animation: shake-anim 1s infinite ease-in-out;
    -moz-animation: shake-anim 1s infinite ease-in-out;
    -ms-animation: shake-anim 1s infinite ease-in-out;
    -o-animation: shake-anim 1s infinite ease-in-out;
    animation: shake-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.breadcrumb-item a:hover {
    color: #ebc384
}

.wrap__footer__col-item ul li a:hover {
    color: #9ad46b
}

.btn__btn__main a:hover {
    background: #ebc384;
    color: #fff
}

ul.primary-menu.mm-listview a {
    text-transform: capitalize;
    color: #414141;
    font-family: SVN-Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.headerTop {
    position: relative
}

.headerTop:after {
    right: 0;
    top: 0;
    clip-path: polygon(20% 0,100% 0,100% 100%,0 100%)
}

.headerTop__social span {
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.headerTop__social {
    display: flex;
    align-items: center;
    gap: 10px
}

ul.social__list__right {
    display: flex;
    gap: 10px;
    margin: 0
}

.list_monnb.list_sanpham_more a {
    color: #333;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase
}

a.door__product__item {
    text-align: center
}

h3.door__product__item--name {
    color: #333;
    text-align: center;
    font-family: "Afacad Flux";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.door__product__item--info {
    margin: 13px 0
}

.door__product__item--img {
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.Provider__Food {
    margin-bottom: 60px
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.slick-arrow.slick-next {
    left: auto;
    right: -100px
}

.slick-next:before,.slick-prev:before {
    font-family: "\f060";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-next:before,.slick-prev:before {
    color: #898989
}

section#Evaluate__Customers {
    background: #f8f9fc;
    padding: 60px 0
}

.Evaluate__Customers__header h2 {
    color: #333;
    font-family: "Afacad Flux";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.Evaluate__Customers__header h2 strong {
    font-weight: 600;
    color: #2252a7
}

.icon__item_cus__info--container {
    display: flex;
    gap: 17px;
    margin: 30px 0
}

.icon__item_cus__info--avatar {
    border-radius: 200px;
    height: 70px;
    border-radius: 200px;
    overflow: hidden;
    flex-shrink: 0;
    width: 70px
}

.icon__item_cus__info {
    flex: 1
}

.title-main h2 {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.title-main h2 strong {
    color: #2252a7;
    font-weight: 600
}

a.News__index__item {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    display: block;
    margin: 10px;
    overflow: hidden
}

.News__index__item-content {
    padding: 23px
}

.News__index__item-content h3 {
    color: #333;
    font-family: "Afacad Flux";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

.News__index__item-content p {
    color: #898989;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 16px 0 36px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.News__index__item-content span {
    border-radius: 5000px;
    background: #2252a7;
    color: #fff;
    padding: 10px 43px;
    display: inline-block
}

.News__index__item-content-date {
    color: #2252a7;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px
}

.footer-statistic a {
    color: #898989;
    text-align: right;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    position: relative
}

.News__Index__wrapper {
    margin-bottom: 66px
}

.footer-statistic a:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background: #898989;
    top: 50%;
    transform: translateY(-50%);
    left: -20px
}

.footer-statistic a:first-child:before {
    display: none
}

.btn__btn__main a:hover {
    background: #f8d525;
    color: #1e1e1e
}

.list_monnb.list_sanpham_more a:hover {
    color: #000
}

.News__Index__container {
    position: relative
}

.control-news-index .owl-next,.control-news-index .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9
}

.control-news-index .owl-prev {
    left: -60px
}

.control-news-index .owl-next {
    right: -60px
}

.control-news-index button.owl-next,.control-news-index button.owl-prev {
    background: #2252a7;
    padding: 0;
    border-radius: 10px
}

.control-news-index button.owl-next svg rect,.control-news-index button.owl-prev svg rect {
    fill: #2252a7
}

.control-news-index button.owl-next svg path,.control-news-index button.owl-prev svg path {
    fill: #fff
}

.slideshow__content--overlay {
    background: linear-gradient(90deg,#0e6837 21.64%,rgba(14,104,55,0) 100%);
    inset: 0;
    position: absolute;
    z-index: 9
}

.slideshow__content__container {
    position: absolute;
    z-index: 999;
    inset: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center
}

.slideshow__content__container .widthBox {
    width: 100%
}

.slideshow__content--text--title.overText2 {
    color: #fff;
    font-family: "SVN-Neutraface 2";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 65px;
    margin: 13px 0 16px 0
}

.slideshow__content--text--title.overText2 strong {
    display: block;
    color: #fff;
    font-family: "SVN-Neutraface 2";
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 65px;
    text-transform: capitalize
}

.slideshow__content--bottom {
    display: flex;
    gap: 54px;
    max-width: 60%;
    margin-top: 47px
}

.slideshow__content--bottom--exp {
    writing-mode: sideways-lr
}

.slideshow__content--bottom--exp span {
    border: 1px solid #f9d527;
    background: #f9d527;
    color: #0e6837;
    font-family: "Afacad Flux";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 30px 18px;
    display: inline-block;
    position: relative
}

.slideshow__content--bottom--exp span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #f9d527;
    left: -10px;
    bottom: -10px;
    z-index: -1
}

.slideshow__content--bottom--desc p {
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 41px
}

.slideshow__content--bottom--desc .btn__btn--primary {
    border: 1px solid #f9d527;
    color: #f9d527;
    font-family: "Afacad Flux";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 21px 26px
}

.Construction__container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 26px
}

.construction__item {
    text-align: center
}

h3.construction__item--content--title a {
    color: #333;
    text-align: center;
    font-family: "Afacad Flux";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

p.construction__item--content--address {
    color: #898989;
    text-align: center;
    font-family: "Afacad Flux";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.construction__item--photo {
    position: relative
}

.contruct__item__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(14,104,55,0) 0,rgba(14,104,55,.7) 100%);
    display: flex;
    justify-content: end;
    padding: 9px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s
}

a.contruct__item__link {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center
}

.construction__item--content {
    margin-top: 13px
}

.construction__item:hover .contruct__item__overlay {
    opacity: 1;
    visibility: visible
}

.construction__viewall {
    margin: 31px 0 36px
}

.ContactUs__wrapper {
    padding: 64px 0
}

.ContactUs__container--group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px
}

a.ContactUs__item--btn {
    border: 1px solid #f9d527;
    color: #fff;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 19px 23px;
    display: inline-flex;
    width: 270px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.ContactUs__container--group {
    margin-top: 40px
}

.footer-statistic span {
    color: rgba(255,255,255,.6);
    text-align: right;
    font-family: "Afacad Flux";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase
}

#popup-cart.opened {
    width: 85%
}

.product__info__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 15px
}

.product__info {
    text-align: start;
    width: 50%
}

.product__info--link a {
    color: #333;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    border: .5px solid #333;
    padding: 8px 16px
}

.product_custom.custome-product .product__info__container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px
}

.wrap-product--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 43px
}

.productListTab__content .title-main {
    margin: 0
}

.productListTab__content .title-main h2 {
    margin: 0
}

.product_custom.custome-product .product__info {
    width: 55%
}

.ProductPagingList__wrapper {
    margin: 57px 0
}

nav.d-flex.justify-content-center.align-items-center {
    grid-column: span 4
}

.page_sanpham_more nav ul li a.active {
    background: 0 0!important;
    color: #6f1900!important
}

.page_sanpham_more nav ul li a {
    border-color: transparent;
    color: #898989;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer
}

.page_sanpham_more nav ul {
    gap: 5px
}

.page-link:hover {
    color: #86414a
}

.price__pro_old {
    text-transform: capitalize;
    color: #898989;
    font-family: 'Neue Einstellung';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: line-through
}

.SlideBanner__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr
}

h3.categoryProduct__item--title {
    color: #333;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    min-height: 51px
}

.CategoriesProduct__wrapper {
    margin: 55px 0
}

.StudioIndex__DesignFuniture {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.StudioIndex__DesignFuniture--photo {
    width: 790px
}

.StudioIndex__DesignFuniture--content {
    width: calc(100% - 822px);
    text-align: center
}

h3.StudioIndex__DesignFuniture--title {
    color: #6f1900;
    text-align: center;
    font-family: "CAT Linz";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 23px
}

p.StudioIndex__DesignFuniture--desc {
    color: #898989;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 42px 0 31px
}

.StudioIndex__DesignFuniture--content a {
    color: #6f1900;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase
}

.StudioIndex__container {
    padding-bottom: 11px
}

.ProjectUs__container--title p {
    max-width: 910px;
    margin: 0 auto;
    text-align: center;
    color: #898989;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

.ProjectUs__container--title {
    margin-bottom: 43px
}

h3.StudioIndex__DesignFuniture--title:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #6f1900;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

a.ProjectUs__container--item {
    text-align: center
}

h3.ProjectUs__container--item--title {
    color: #6f1900;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.ProjectUs__container--item--content {
    margin-top: 20px
}

.ProjectUs__container {
    margin-bottom: 52px
}

.BannerStatic__wrapper {
    margin-bottom: 70px
}

.PartnerUs__wrapper {
    margin: 50px 0 59px 0
}

.footer__newsletter h2.title-white {
    color: #fff;
    color: #333;
    text-align: center;
    font-family: Cabin;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 19.2px;
    text-transform: uppercase
}

.newsletter__input--form {
    width: 100%
}

.newsletter__input input::placeholder {
    color: #898989;
    text-align: center;
    font-family: "SVN-Product Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.newsletter__input--btn button {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 100%;
    width: 100%;
    background: #105b3d;
    color: #fff
}

.footer__newsletter .title-main {
    margin-bottom: 20px
}

.infoCompany__us ul li {
    display: flex;
    align-items: start;
    gap: 13px;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.wrap__footer__col-item--logo {
    margin-bottom: 20px
}

.wrap__footer__info-httt ul {
    display: flex;
    gap: 10px
}

.wrap__footer__info-social ul li a {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center
}

.wrap__footer__info-social ul li a img {
    max-width: 42px;
    height: 42px
}

#hamburger span {
    width: 20px;
    height: 3px
}

a.mm-navbar__title {
    padding: 10px
}

.row-photo-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0;
    gap: 10px
}

a.album {
    cursor: pointer;
    width: calc((100% - 20px)/ 3);
    margin: 0;
    text-align: center;
    cursor: pointer
}

h3.name-album {
    font-size: 16px;
    color: #7c7c7c;
    margin: 10px 0 0;
    font-family: 'Afacad Flux';
    text-transform: capitalize
}

.hover_sang2 {
    position: relative;
    overflow: hidden
}

.hover_sang2:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.hover_sang2:hover:before {
    transition: 1s;
    left: 100%
}

.BoxHinhanh {
    column-count: 3;
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 2rem
}

.picHa {
    break-inside: avoid;
    margin-bottom: 10px;
    transition: all .6s;
    cursor: pointer
}

a.AboutUs__Index__info--content--btn:hover {
    color: #1e1e1e;
    letter-spacing: .4px
}

.content__fullSlide--title a:hover {
    color: #fff;
    letter-spacing: .4px
}

.product__info--link a:hover {
    background: #6f1900;
    color: #fff;
    border-color: #6f1900
}

@keyframes minus {
    from {
        transform: matrix(1.1,0,0,1.1,0,0)
    }

    to {
        transform: matrix(1,0,0,1,0,0)
    }
}

.headerTop__slogan {
    text-align: center
}

.headerTop__slogan {
    background: #cdcdcd;
    padding: 12px 0
}

.google__map-menu a {
    color: #333;
    text-align: right;
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize
}

.google__map-menu a svg {
    margin-right: 10px
}

form.form-search.form-search-d input::placeholder {
    color: #fff;
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize
}

.categoryProduct__item--content {
    padding: 17px 5px 31px 5px;
    text-align: center
}

.control-categoriesProduct {
    top: calc(50% - 30.5px)
}

.control-categoriesProduct.control-owl button.owl-prev {
    left: 0
}

.control-categoriesProduct.control-owl button.owl-next {
    right: 0
}

.control-categoriesProduct button {
    width: 33px;
    height: 33px
}

.btn__btn--viewAll {
    text-align: center
}

.btn__btn--viewAll a {
    background: linear-gradient(90deg,#105b3d 0,#fff 100%);
    color: #333;
    text-align: center;
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 15px 59px;
    display: inline-block;
    margin: 35px 0 24px
}

.CategoriesProduct__container {
    position: relative
}

video::-webkit-media-controls-timeline {
    display: none
}

.group__btn__control {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px;
    padding-bottom: 20px
}

.group__btn__control button {
    width: 35px;
    height: 35px;
    background: #00000091;
    color: #fff;
    border-radius: 500px
}

.BrandStory__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 104px
}

.BrandStory__right--desc p {
    color: #898989;
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px
}

.BrandStory__right--desc {
    margin: 32px 0 35px
}

.BrandStory__right .btn__btn--viewAll {
    text-align: start
}

.BrandStory__right .btn__btn--viewAll a {
    margin: 0
}

.BrandStory__left-title {
    padding-top: 80px;
    padding-bottom: 50px
}

.BrandStory__wrapper {
    margin-bottom: 74px
}

.ProductHot__container--list {
    position: relative
}

.control-Product-Hot.control-owl.transition.disabled {
    top: calc(50% - 30.5px)
}

.control-Product-Hot.control-owl .owl-prev {
    left: 0
}

.control-Product-Hot.control-owl button {
    width: 33px;
    height: 33px
}

.control-Product-Hot.control-owl .owl-next {
    right: 0
}

.ProductHot__container {
    margin-bottom: 22px
}

.FeedbackCustomers--item--content {
    text-align: center
}

p.FeedbackCustomers--item--desc {
    color: #333;
    text-align: center;
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 50px 0 30px 0
}

.FeedbackCustomers--item--title {
    color: #333;
    text-align: center;
    font-family: Cabin;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase
}

.FeedbackCustomers__wrapper {
    margin-bottom: 85px
}

.FeedbackCustomers__container-mw {
    max-width: 835px;
    margin: 0 auto
}

.FeedbackCustomers__container {
    position: relative;
    margin-bottom: 80px
}

.CollectionCustomers .owl-item:nth-child(2n) {
    margin-top: 60px
}

.newsletter__input--btn {
    position: absolute;
    right: 7px;
    width: 140px;
    height: calc(100% - 14px);
    top: 50%;
    transform: translateY(-50%)
}

.newsletter__input input.form-control::placeholder {
    color: #898989;
    text-align: center;
    font-family: "SVN-Product Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

p.newsletter__desc {
    color: #333;
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 34px
}

.headerTop__menu {
    position: absolute;
    right: 0
}

.btn--primary a {
    text-align: center;
    padding: 8px;
    display: inline-block;
    border-radius: 200px;
    background: #08091a;
    color: #fff;
    font-family: "Neue Einstellung";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 34px;
    padding-left: 36px;
    padding-right: 9px
}

.ProductBrand__container {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 36px 19px;
    margin: 28px 0
}

a.ProductBrand__container--item {
    text-align: center
}

.ProductBrand__container--item-photo {
    border: 1px solid #d9d9d9;
    margin-bottom: 18px
}

.ProductBrand__container--item-title h3 {
    color: #898989;
    text-align: center;
    font-family: Cabin;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase
}

.ProductForCate__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px
}

.ProductForCate__nav--title .title-main {
    margin: 0
}

.ProductForCate__nav--title .title-main h2 {
    margin: 0
}

.ProductForCate__nav--item a {
    color: #898989;
    text-align: center;
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border: 1px solid #d9d9d9;
    padding: 13px 20px
}

.ProductForCate__nav--item {
    display: flex;
    gap: 10px
}

.ProductForCate__nav--item a:first-child {
    background: #105b3d;
    color: #fff;
    border-color: #105b3d
}

.ProductForCate__wrapper {
    margin: 77px 0
}

.ProductForCate__List--btn {
    text-align: center;
    margin: 20px 0
}

.WhyChooseUs__container {
    gap: 54px;
    display: grid;
    grid-template-columns: .9fr 1.1fr
}

.WhyChooseUs__list--container .title-main h2 {
    text-align: start
}

.WhyChooseUs__list--container .title-main p {
    color: #898989;
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    text-align: start
}

.WhyChooseUs__list--wrap {
    padding-right: 35%
}

.WhyChooseUs__list--wrap .title-main {
    max-width: 80%;
    margin-bottom: 45px
}

.WhyChooseUs__list--item span {
    color: #333;
    font-family: Cabin;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    padding-left: 68px
}

.WhyChooseUs__list--item p {
    color: #898989;
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    padding-left: 68px
}

.WhyChooseUs__list--item {
    margin-bottom: 37px;
    position: relative
}

.WhyChooseUs__list--item span:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #105b3d;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.BannerVideo__wrapper {
    position: relative
}

.BannerVideo__wrapper:before {
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(0deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%)
}

.BannerVideo__wrapper a {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%
}

#BannerVideo {
    margin-bottom: 54px
}

.footer__newsletter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #105b3d;
    align-items: center
}

.title-main-news {
    display: flex;
    align-items: center;
    gap: 10px
}

.title-main-news h2 {
    color: #fff;
    font-family: Cabin;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase
}

.footer__newsletter--wrap {
    background: #105b3d;
    padding: 35px 0
}

.wrap__footer__info-social ul li {
    margin: 0
}

.wrap__footer__col-item:nth-child(1)>p {
    text-transform: capitalize;
    margin: 20px 0 24px;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px
}

.wrap__footer__info-social {
    margin-top: 25px
}

.wrap__footer__col-item ul li a strong {
    flex-shrink: 0
}

.google__map-menu a:hover {
    color: #105b3d
}

.google__map-menu a:hover svg path {
    fill: #105b3d
}

@keyframes MOVE-BG {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(85px)
    }
}

.bar {
    height: 4px;
    width: 85px;
    background: #105b3d;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #fff;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG
}

@keyframes MOVE-BG {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(85px)
    }
}

.container__product {
    display: flex
}

.productCategory {
    width: 300px
}

.container__product .row {
    width: calc(100% - 300px)
}

@media screen and (max-width: 768px) {
    .container__product {
        flex-wrap:wrap
    }

    .productCategory {
        width: 100%;
        margin-bottom: 20px
    }

    .container__product .row {
        width: 100%
    }
}

@media screen and (max-width: 1440px) {
    .menu ul.primary-menu {
        gap:25px
    }
}

@media screen and (max-width: 1024px) {
    .header-pcmenu {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .ProductBrand__container--item-photo img {
        max-width:110px
    }

    section.section-slider.position-relative {
        margin: 0
    }

    .ProductBrand__container {
        grid-template-columns: 1fr 1fr
    }

    .WhyChooseUs__container {
        grid-template-columns: 1fr
    }

    .WhyChooseUs__list--wrap {
        padding: 0
    }

    .WhyChooseUs__list--wrap .title-main {
        max-width: 100%;
        text-align: center
    }

    .WhyChooseUs__list--container .title-main h2 {
        text-align: center
    }

    .WhyChooseUs__list--container .title-main p {
        text-align: center
    }

    .WhyChooseUs__list--wrap {
        padding-left: 10px
    }

    .BannerVideo__wrapper a svg {
        max-width: 35px
    }

    .footer__newsletter {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .title-main-news {
        justify-content: center
    }

    .title-main-news h2 {
        font-size: 18px
    }

    .title-main-news svg {
        width: 20px
    }

    .footer__newsletter--wrap {
        padding: 5px 0
    }
}

.ProductForCate__nav--item a:hover {
    background: #105b3d;
    color: #fff;
    border-color: #105b3d
}

.btn--primary a:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 0 10px 0 #00000024
}

a.ProductBrand__container--item:hover>.ProductBrand__container--item-photo {
    border-color: #105b3d
}

a.ProductBrand__container--item:hover>.ProductBrand__container--item-title h3 {
    color: #105b3d
}

a.logo-header.peShiner {
    max-width: 170px;
    flex-shrink: 0
}

.title__index {
    text-align: center;
    margin-bottom: 37px
}

.title__index span {
    color: #8ec641;
    font-family: SVN-Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block
}

.title__index h2 {
    color: #333;
    text-align: center;
    font-family: SVN-Gilroy;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase
}

.WorkingProcess__container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 44px
}

.WorkingProcess__item--info span {
    color: #333;
    font-family: SVN-Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block
}

.WorkingProcess__item--info p {
    color: #898989;
    font-family: SVN-Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.WorkingProcess__item--photo {
    margin-bottom: 33px;
    position: relative;
    display: inline-block
}

.WorkingProcess__item--photo span {
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 200px;
    background: #105b3d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10px;
    right: -10px;
    font-size: 12px
}

.WorkingProcess__item--photo img {
    border-radius: 10px
}

.WorkingProcess__wrapper {
    margin-bottom: 96px
}

.WorkingProcess__item--photo:before {
    position: absolute;
    content: '';
    width: 153px;
    height: 9px;
    background: url(../images/wk.png);
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 43px)
}

.WorkingProcess__item--info {
    max-width: 90%
}

.WorkingProcess__item:last-child .WorkingProcess__item--photo:before {
    content: unset
}

a.wrap__footer__col-item-map {
    color: #fff;
    font-family: SVN-Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 200px;
    border: 1px solid rgb(255 255 255 / 40%);
    padding: 14px 45px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 15px 0 53px 0
}

.wrap__footer__col-item--time {
    display: flex;
    color: #fff;
    font-family: SVN-Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    align-items: start;
    gap: 8px
}

.wrap__footer__col-item--time svg {
    margin-top: 6px
}

.gallery-row {
    margin: 0 -10px
}

.first-gallery {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px
}

.other-gallery {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px
}

.gallery-item-box {
    overflow: hidden;
    border-radius: 10px
}

.other-gallery-row {
    margin: 0 -10px
}

.other-gallery-item {
    padding: 0 10px;
    margin-bottom: 20px
}

.have-many {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000000aa;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    font-family: SVN-Gilroy;
    font-size: 16px;
    color: #fff
}

.information_news.information_news2 {
    width: 66.3%;
    margin-bottom: 2%;
    border: 1px solid #c3c3c3;
    border-radius: 13px
}

p.text_info2:nth-child(even) {
    background: #000
}

.text_info2:nth-child(1) .box_le {
    border-top-left-radius: 11px
}

.time-main2 {
    margin-left: 30px
}

.text_info2:nth-child(8) .box_le {
    border-bottom-left-radius: 10px
}

.text_info2:nth-child(8) {
    margin-bottom: -2px
}

.box_le i {
    margin-right: 5px
}

.box_le {
    padding: 21px 20px;
    flex: 0 0 35%;
    max-width: 35%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #c3c3c3;
    color: #000;
    font-family: SVN-Gilroy;
    font-size: 17px
}

.box_le {
    margin-right: 25px
}

.text_info2 {
    border-bottom: 1px solid #c3c3c3
}

.text_info2:last-child {
    border-bottom: none
}

p.text_info2 {
    padding: 20px 20px
}

p.text_info {
    padding: 5px 0
}

.c_vd3 {
    padding: 0 6px
}

.w50 {
    padding-right: 10px
}

.readon-button {
    display: inline-block;
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #000;
    transition: .3s;
    border-radius: 4px;
    padding: 10px 20px
}

.readon-button:hover {
    color: var(--main-color)
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px
}

.news3-item__image {
    flex: 0 0 48%;
    max-width: 48%
}

.news3-item__text {
    flex: 0 0 48%;
    max-width: 48%
}

.news3-item__text .title {
    font-family: Roboto-Bold;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 10px
}

.news3-item__text .title a {
    color: #000
}

.news3-item__text .title a:hover {
    color: var(--hover-color)
}

.col-news:nth-child(even) .news3-item__image {
    order: 2
}

.col-news:nth-child(even) .news3-item__text {
    order: 1
}

a.wrap__footer__col-item-map:hover {
    background: #fff;
    color: #8ec641
}

a.wrap__footer__col-item-map:hover svg path {
    fill: #8ec641
}

a.ServiceList__Item:hover .ServiceList__Item---photo:before {
    background: linear-gradient(180deg,#8ec641 0,#ffffff05 100%);
    transition: all .3s linear
}

a.ServiceList__Item:nth-child(3):hover .ServiceList__Item---photo:before {
    background: linear-gradient(360deg,#8ec641 0,#ffffff05 100%);
    transition: all .3s linear
}

a.ServiceList__Item:nth-child(4):hover .ServiceList__Item---photo:before {
    background: linear-gradient(360deg,#8ec641 0,#ffffff05 100%);
    transition: all .3s linear
}

.btn__contactUs a {
    display: flex;
    align-items: center;
    gap: 11px
}

.btn__contactUs__info strong {
    display: block
}

.btn__contactUs__info span {
    color: #898989;
    font-family: SVN-Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.btn__contactUs__info strong {
    color: #028251;
    font-family: SVN-Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.ProjectCoter__btn {
    text-align: center
}

.ProjectCoter__wrapper {
    margin-bottom: 41px
}

.ProjectCoter__item__photo {
    border-radius: 10px;
    overflow: hidden
}

.skill {
    margin-bottom: 43px
}

.progress-bar {
    height: 2px;
    position: relative;
    border-radius: 5px;
    background: rgb(255 255 255 / 30%);
    overflow: unset
}

.progress {
    background-color: #fff;
    height: 100%;
    width: 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 1s ease-in-out;
    overflow: unset!important
}

.skill span {
    color: #fff;
    font-family: SVN-Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block
}

.progress-bar {
    flex: 1
}

.skill__process {
    display: flex;
    align-items: center;
    gap: 19px
}

.skill__process strong {
    color: #fff;
    font-family: 'Neue Einstellung';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    right: -20px;
    bottom: calc(100% + 10px)
}

.SkillService__content--title {
    width: 80%;
    margin-bottom: 23px
}

.SkillService__content {
    width: 60%
}

.skill:last-child {
    margin: 0
}

.rotate {
    animation: spin 2s linear infinite;
    display: inline-block
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes spin-reverse {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(-360deg)
    }
}

ul.info__footer li a {
    color: #333;
    font-family: SVN-Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px
}

ul.info__footer li a svg {
    flex-shrink: 0;
    margin-top: 6px
}

ul.info__footer li a {
    align-items: start;
    gap: 13px;
    text-wrap: unset
}

ul.info__footer {
    margin: 12px 0;
    text-align: start
}

ul.policy__footer li a {
    text-transform: capitalize;
    justify-content: space-between;
    color: #898989;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.wrap__footer__col-item ul li a svg {
    margin-top: 7px;
    flex-shrink: 0
}

.newsletter textarea.text-newsletter {
    height: 82px
}

.btn--primary-about.btn--primary-about--primary {
    position: relative;
    z-index: 9;
    display: inline-block!important;
    position: absolute;
    bottom: 11px;
    right: 0
}

.d-block.btn--primary-about.btn--primary-about--primary button {
    width: fit-content;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 10px
}

.footer__map {
    position: relative;
    padding-top: 24px
}

.td-project-video-button {
    padding-left: 25px
}

.td-video-button {
    display: inline-block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.td-video-button i {
    z-index: 2
}

.td-video-button:after,.td-video-button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    background: #0e6837;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.td-video-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.BoxNewsFull2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2rem
}

.itemNewsDetail2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start
}

.picNews2 {
    width: 50%;
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.infoNews2 {
    width: 50%;
    padding: 1rem
}

.timeNews2 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #4c7fd3;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center
}

.timeNews2 span {
    display: block
}

.infoNews2 a {
    width: 100%;
    height: 100%;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center
}

.name-newshome2 {
    font-weight: 700;
    font-size: 20px;
    color: #4c7fc8;
    font-family: Inter;
    text-transform: uppercase
}

.desc-newshome2 {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.infoNews2 span.ViewNews2 {
    color: #4c7fc8;
    font-weight: 500;
    text-transform: capitalize
}

.infoNews2 span.ViewNews2:hover {
    color: var(--color-green)
}

.itemNewsDetail2:nth-child(2n) .picNews2 {
    order: 1
}

.dev-wrap-sanpham-full {
    padding: 2rem 0 0rem
}

.titleDmCay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    background: #fff;
    box-shadow: rgba(0,0,0,.15) 2.4px 2.4px 3.2px;
    border-radius: 36px 0 0 36px;
    border-top: 3px solid var(--color-green)
}

.nameDmCay {
    background: var(--color-green);
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 18px 10px 18px 20px;
    margin: 0;
    border-radius: 35px 0 0 35px;
    position: relative
}

.nameDmCay i {
    font-size: 5px;
    margin-right: 5px;
    vertical-align: middle
}

.nameDmCay:before {
    content: '';
    width: 120px;
    height: 100%;
    background: url(../images/line1.png) no-repeat center right;
    position: absolute;
    top: 0;
    right: -120px;
    background-size: 100% 100%
}

.allDmCay {
    display: inline-block;
    padding: 10px 20px;
    color: #259925;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.allDmCay:hover {
    color: #333
}

.iProduct {
    width: 95%;
    margin: 0 auto;
    max-width: 387px;
    text-align: center
}

.picProduct {
    box-shadow: rgba(0,0,0,.15) 2.4px 2.4px 3.2px;
    border-bottom: 5px solid #ebc384;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1.5rem
}

.nameProduct {
    margin: 0;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.cont_sp {
    padding-bottom: 2.5rem;
    margin-bottom: 2rem!important
}

.cont_sp .slick-dots {
    bottom: 0
}

.cont_sp .slick-dots li button:before {
    color: var(--color-green);
    font-size: 10px
}

.nameProduct:hover {
    background: linear-gradient(270deg,#ebc384 -.16%,#8f6c48 99.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.BoxProductFull {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2rem 1rem;
    margin-bottom: 2rem
}

.Product {
    width: calc((100% - 2rem)/ 3)
}

.dev-wrap-news {
    background: #f8f7fc;
    padding: 3rem 0
}

.itemNews {
    width: 94%;
    margin: 0 auto;
    background: #fff;
    border-bottom: 6px solid #dadada;
    border-radius: 0 0 1rem 1rem;
    transition: all .5s
}

.picNews {
    position: relative
}

.timeNews {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #333;
    color: #f8f7fc;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.timeNews span {
    display: block;
    background: var(--color-green);
    padding: 4px 10px
}

.timeNews b {
    display: block;
    padding: 4px 10px
}

.infoNews {
    padding: 1rem
}

.infoNews a {
    color: #333
}

.name-newshome {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.name-newshome:hover {
    color: var(--color-green)
}

.desc-newshome {
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 1rem
}

.infoNews span {
    color: var(--color-green);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.infoNews span:hover {
    color: #333
}

.infoNews span i {
    vertical-align: middle;
    margin-left: 5px
}

.itemNews:hover {
    border-bottom: 6px solid var(--color-green)
}

.BoxNewsFull {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2rem 1rem;
    margin-bottom: 2rem
}

.itemNewsDetail {
    width: calc((100% - 2rem)/ 3);
    position: relative;
    background: #fff;
    border-bottom: 6px solid #dadada;
    border-radius: 0 0 1rem 1rem;
    transition: all .5s
}

.itemNewsDetail:hover {
    border-bottom: 6px solid var(--color-green)
}

.BoxHinhanh {
    column-count: 3;
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 2rem
}

.picHa {
    break-inside: avoid;
    margin-bottom: 10px;
    transition: all .6s;
    cursor: pointer
}

@media (max-width: 1230px) {
    .title-main h2 {
        font-size:30px
    }

    .mb15_1230 {
        margin-bottom: 15px
    }

    .header-top,.headerBottom {
        display: none
    }

    .search-res .icon-search {
        color: #4c7fc8
    }

    .search-res .icon-search.active {
        color: #fff;
        background: #4c7fc8
    }

    #header {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 999
    }

    .slideshow__content--text--title.overText2 strong {
        font-size: 30px;
        line-height: 40px
    }

    .slideshow__content--text--title.overText2 {
        font-size: 20px
    }

    .slideshow__content--bottom {
        margin-top: 5px
    }

    .slideshow__content--bottom--exp span {
        font-size: 15px
    }

    .slideshow__content--bottom--desc p {
        font-size: 14px
    }

    .slideshow__content--bottom--desc .btn__btn--primary {
        font-size: 14px
    }

    .Construction__container {
        grid-template-columns: repeat(2,1fr);
        gap: 10px
    }
}

@media (max-width: 991px) {
    .title-main h2 {
        font-size:25px
    }

    .BrandStory__container {
        gap: 50px
    }

    .footer__newsletter h2.title-white {
        font-size: 50px
    }

    a.logo-header {
        text-align: center;
        text-transform: capitalize;
        background-size: cover
    }

    a.logo-header p {
        font-size: 10px
    }

    .mb15_991 {
        margin-bottom: 15px
    }

    .mb10_991 {
        margin-bottom: 10px
    }

    .footerPowered .widthBox {
        flex-direction: column
    }

    .footerPowered .footer-copyright,.footerPowered .footer-statistic {
        text-align: center
    }

    .social_fixed {
        bottom: 146px
    }

    .social_fixed .support-online:not(.cart_item) {
        display: none
    }

    .social_fixed .support-online:not(.cart_item).itemCart {
        display: block
    }

    .questionAwser__content__container {
        flex-wrap: wrap
    }

    .questionAwser__content__container__img {
        width: 100%
    }

    .questionAwser__content__list {
        width: 100%
    }

    .fengShui__content__list {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .widthBox.primary__header {
        display: none
    }

    .contactUs__content__btn {
        flex-wrap: wrap
    }

    .contactUs__content {
        background-size: cover
    }

    .questionHeader span {
        font-size: 14px
    }

    .footer__power--center p {
        font-size: 12px
    }

    .StudioIndex__DesignFuniture--photo {
        width: 550px
    }

    .StudioIndex__DesignFuniture--content {
        width: calc(100% - 580px)
    }

    .CategoriesProduct__wrapper {
        margin: 10px 0
    }

    .footer__power--center {
        padding: 10px 0
    }

    .ServiceList__Item---title h3 {
        font-size: 20px
    }

    .ServiceList__Item---title span {
        font-size: 16px
    }

    .ServiceList__Item---title {
        padding: 15px
    }

    .slideshow__service {
        position: static;
        align-items: start;
        margin-top: 10px
    }

    .slideshow.position-relative {
        display: block
    }

    .slideshow__service__wrapper {
        margin: 0;
        gap: 10px
    }

    a.slideshow__service__item {
        max-width: 100%;
        padding: 15px 10px
    }

    .BlogNew__Main {
        display: none
    }

    .BlogNew__List {
        width: 100%
    }
}

@media (max-width: 870px) {
    .footer__newsletter h2.title-white {
        font-size:45px
    }
}

@media (max-width: 767px) {
    .BlogNew__Main {
        display:block
    }

    .wrap__footer__col-item a img {
        max-width: 230px
    }

    .wrap__footer__col-item:nth-child(1) {
        text-align: center
    }

    .footer__newsletter h2.title-white {
        font-size: 30px
    }

    .BrandStory__right--photo {
        text-align: center
    }

    .BrandStory__container {
        grid-template-columns: 1fr
    }

    .BrandStory__left-title {
        padding-top: 10px;
        padding-bottom: 15px
    }

    .BrandStory__left-photo {
        max-width: 60%;
        margin: 0 auto
    }

    .BrandStory__right .btn__btn--viewAll {
        text-align: center
    }

    .row-photo-gallery {
        margin: 0 -5px 1rem
    }

    a.album {
        width: calc(50% - 10px);
        margin: 5px auto
    }

    .StudioIndex__DesignFuniture:first-child {
        flex-direction: column-reverse;
        margin-bottom: 2rem;
        gap: 20px
    }

    nav.d-flex.justify-content-center.align-items-center {
        grid-column: span 2
    }

    .newsletter__input--form {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 10px
    }

    form.validation-newsletter {
        flex-wrap: wrap;
        gap: 10px
    }

    .footer__newsletter .title-main {
        margin-bottom: 20px
    }

    .wrap-product--header {
        flex-wrap: wrap
    }

    .list_monnb.list_sanpham_more.text-center.text-2xl {
        width: 100%
    }

    .productListTab__content {
        width: 100%;
        margin-bottom: 30px
    }

    .content__fullSlide--title {
        text-align: center
    }

    a.VideoOst__item--link svg {
        width: 50px
    }

    .content__fullSlide--title h2 {
        margin-bottom: 20px
    }

    .content__fullSlide--title a {
        margin-bottom: 50px;
        margin-top: 20px
    }

    .StudioIndex__DesignFuniture {
        flex-wrap: wrap
    }

    .StudioIndex__DesignFuniture--photo {
        width: 100%
    }

    .StudioIndex__DesignFuniture--content {
        width: 100%
    }

    .content__fullSlide--list .owl-stage {
        padding-right: 0!important
    }

    .content__fullSlide {
        flex-wrap: wrap
    }

    .content__fullSlide--title {
        width: 100%
    }

    .content__fullSlide--list {
        width: 100%
    }

    .WorkingProcess__Us__desc {
        grid-template-columns: 1fr
    }

    .arck-work-process-item {
        margin-bottom: 60px
    }

    .split-line {
        text-align: center!important
    }

    a.product__link__btn {
        display: block;
        text-align: center;
        margin: 0
    }

    .price__pro_new a,.price__pro_new strong {
        font-size: 14px
    }

    .product__price {
        gap: 0;
        min-height: 50px
    }

    .price__pro_old del {
        font-size: 12px
    }

    button.btn__control-Subslide-item {
        position: unset;
        transform: unset
    }

    .btn__control-Subslide {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .productOst__container {
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
        margin-bottom: 10px
    }

    .mb15_767 {
        margin-bottom: 15px
    }

    .box__product--price {
        flex-direction: column
    }

    .titleMain h2 {
        font-size: 24px
    }

    .box.news--name {
        font-size: 14px
    }

    .box.news--content {
        padding: 10px 0
    }

    .box.news--pic {
        border-radius: 5px
    }

    .gioithieu--title {
        font-size: 24px
    }

    .box__product {
        margin: 7px 0
    }

    .row.product {
        margin-top: -7px;
        margin-bottom: -7px
    }

    .titleFooter h2 {
        font-size: 24px;
        text-align: center
    }

    .bestSeller__container.bestSlide__container.slick-initialized.slick-slider {
        overflow: hidden
    }

    .slick-slide.product_slider {
        margin-left: 0!important;
        padding: 0 5px
    }

    .bestSlide__container .slick-list {
        margin-right: 0!important;
        margin: 0 0
    }

    .btn__viewAll__primary a {
        margin-top: 10px;
        padding: 10px 0;
        display: block;
        font-size: 14px;
        max-width: 80%;
        margin: 0 auto
    }

    section#videosIndex {
        margin: 20px 0 20px 0
    }

    .btn__control-Subslide button svg {
        width: 30px
    }

    .product__price .price__pro_new {
        margin-bottom: 0
    }

    section#productOst {
        margin-bottom: 10px
    }

    .wrap__footer__info-logo img {
        max-width: 170px
    }

    .wrap__footer__info-logo {
        text-align: center
    }

    .wrap__footer__info-desc {
        text-align: center
    }

    .wrap__footer__info-social ul {
        justify-content: center
    }

    .wrap__footer__col {
        flex-wrap: wrap;
        gap: 20px
    }

    .newsletter--title p {
        font-size: 18px
    }

    .newsletter__button {
        transform: unset;
        position: relative
    }

    .newsletter__container {
        overflow: unset;
        border-radius: unset
    }

    .newsletter__button {
        width: 100%;
        right: 0
    }

    .newsletter__button input {
        height: 40px;
        border-radius: 5px;
        font-size: 15px
    }

    .questionAwser__content__list__wrap {
        width: 100%
    }

    ul.item__info__company .d-flex {
        flex-wrap: wrap
    }

    ul.item__info__company li span {
        font-size: 17px
    }

    #footer .footerArticle {
        padding: 10px 0 0
    }

    h2.wrap__footer__col-item--tile {
        font-size: 18px;
        padding-bottom: 10px
    }

    .wrap__footer__col-item {
        width: 100%
    }

    .title-main p {
        max-width: 80%;
        margin: 0 auto
    }

    .wrap__footer__info-social {
        justify-content: center
    }

    .ProductForCate__nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-bottom: 10px
    }

    .ProductForCate__nav--list {
        width: 100%
    }

    .ProductForCate__nav--title .title-main {
        text-align: center
    }

    .ProductForCate__nav--item a {
        width: calc(50% - 10px)
    }

    .ProductForCate__nav--item {
        flex-wrap: wrap
    }

    .ProductForCate__nav--item a {
        font-size: 12px;
        padding: 10px
    }

    .ProductForCate__wrapper {
        margin: 20px 0
    }

    .WhyChooseUs__list--item {
        margin-bottom: 10px
    }

    .WhyChooseUs__list--wrap .title-main {
        margin-bottom: 20px
    }

    .WhyChooseUs__list--item span {
        font-size: 18px
    }

    .WhyChooseUs__list--item p {
        font-size: 14px
    }

    .WhyChooseUs__list--item p {
        padding-left: 20px
    }

    .WhyChooseUs__list--item span {
        padding-left: 20px
    }

    .WhyChooseUs__list--item span:before {
        width: 15px
    }

    .title-main p {
        max-width: 100%
    }

    .WhyChooseUs__list--container .title-main p {
        font-size: 14px
    }

    .WhyChooseUs__container {
        gap: 10px
    }

    .btn--primary a {
        font-size: 12px
    }

    .ServiceList__container {
        grid-template-columns: 1fr 1fr
    }

    a.ServiceList__Item:nth-child(3):before {
        content: unset
    }

    a.ServiceList__Item:last-child:before {
        content: unset
    }

    .WorkingProcess__container {
        grid-template-columns: 1fr 1fr
    }

    .WorkingProcess__item--photo:before {
        content: unset
    }

    .btn--primary-about a {
        padding: 15px 20px;
        margin: 0
    }

    .btn__contactUs__icon svg {
        width: 50px;
        height: 50px
    }

    .SkillService__container {
        flex-wrap: wrap
    }

    .SkillService__content {
        width: 100%
    }

    .skill__process strong {
        width: 10%
    }

    .slideshow__service__item--content h3 {
        font-size: 14px;
        text-wrap: unset
    }

    .slideshow__service__wrapper {
        width: 100%;
        padding: 0 10px
    }

    .ProjectCoter__Nav {
        flex-wrap: wrap
    }

    .ProjectCoter__Nav-title {
        width: 100%
    }

    .ProjectCoter__Nav-desc {
        width: 100%;
        text-align: center
    }

    .ProjectCoter__Nav-title h2 {
        font-size: 25px;
        text-wrap: balance;
        margin-bottom: 10px
    }

    .ProjectCoter__List {
        margin-bottom: 10px
    }

    .ProjectCoter__wrapper {
        margin-bottom: 20px
    }

    .SkillService__mainTitle {
        font-size: 51px;
        line-height: 80px;
        font-weight: 800
    }

    .SkillService__content--title h2 {
        font-size: 25px;
        text-align: center
    }

    .SkillService__content--title {
        width: 100%;
        margin-bottom: 10px
    }

    .SkillService__content--desc {
        text-align: center
    }

    .title__partner h2 {
        font-size: 25px
    }

    .title__partner h2:before {
        content: unset
    }

    .title__partner h2:after {
        content: unset
    }

    section#hex-wrapper {
        overflow: hidden
    }
}

@media (max-width: 576px) {
    :root {
        --hex-w:clamp(50px, 10vw, 159px);
        --gap: 10px
    }

    .hex-row {
        margin: -3px
    }

    .btn__contactUs__info strong {
        font-size: 15px
    }

    .btn__contactUs__info span {
        font-size: 12px
    }

    .ServiceList__Item---title h3 {
        font-size: 16px
    }

    .ServiceList__Item---title span {
        font-size: 14px
    }

    .WorkingProcess__wrapper {
        margin-bottom: 25px
    }

    .title__index h2 {
        font-size: 25px;
        line-height: normal
    }

    .title__index {
        margin-bottom: 20px
    }

    .title__index span {
        margin-bottom: 10px
    }

    .WorkingProcess__item--info span {
        font-size: 15px
    }

    .WorkingProcess__item--info p {
        font-size: 14px
    }

    .WorkingProcess__item--info {
        max-width: 100%
    }

    .WorkingProcess__item {
        text-align: center;
        border: 1px solid #00000026;
        padding: 15px 10px;
        border-radius: 10px
    }

    .WorkingProcess__container {
        gap: 10px
    }

    .Service__nav .widthBox {
        flex-wrap: wrap;
        gap: 15px
    }

    .Service__title {
        width: 100%;
        text-align: center
    }

    .Service__title h2 {
        font-size: 25px;
        line-height: normal
    }

    .ServiceList__container {
        margin-top: 30px
    }

    .Service__cta a {
        padding: 10px 50px;
        font-size: 14px
    }

    .Service__nav .widthBox {
        justify-content: center
    }

    h3.ProjectUs__container--item--title {
        font-size: 15px
    }

    .product__info {
        width: 100%
    }

    .product__info__container {
        flex-wrap: wrap
    }

    .product_custom.custome-product .product__info {
        width: 100%
    }

    .product__price {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-evenly
    }

    .product__price .price__pro_old {
        flex: unset
    }

    .product__price .price__pro_new {
        flex: unset;
        margin: 0
    }

    .product__info--link {
        width: 100%
    }

    .product__info--link a {
        width: 100%;
        display: block;
        text-align: center
    }

    .wrap__footer__col-item--social h2 {
        display: block;
        margin-bottom: 5px
    }

    h2.wrap__footer__col-item--tile {
        margin-bottom: 5px
    }

    .wrap__footer__col-item ul li {
        margin-bottom: 10px
    }

    .wrap__footer__col-item--logo svg {
        max-width: 176px
    }

    .wrap__footer__col-item--logo {
        text-align: center
    }

    .wrap__footer__info {
        gap: 15px
    }

    .footer__newsletter {
        margin-bottom: 20px
    }

    .infoCompany__us ul li {
        font-size: 14px
    }

    section.footerMap {
        margin-bottom: 0
    }

    .content__fullSlide--title h2 {
        font-size: 24px
    }

    .content__fullSlide--title p {
        font-size: 12px
    }

    h3.StudioIndex__DesignFuniture--title {
        font-size: 20px
    }

    .title-main h2 {
        font-size: 24px
    }

    p.StudioIndex__DesignFuniture--desc {
        font-size: 12px;
        margin: 15px 0
    }

    .StudioIndex__DesignFuniture--content a {
        font-size: 12px
    }

    .ProjectUs__container--title p {
        max-width: 100%;
        font-size: 12px
    }

    .ProjectUs__container--title {
        margin-bottom: 10px
    }

    .BannerStatic__wrapper {
        margin-bottom: 30px
    }

    h3.construction__item--content--title a {
        font-size: 15px
    }

    h3.construction__item--content--title {
        line-height: 10px
    }

    p.construction__item--content--address {
        font-size: 12px
    }

    .productOst__container {
        grid-template-columns: repeat(2,1fr);
        gap: 10px
    }

    .mb15_576 {
        margin-bottom: 15px
    }

    .btn__btn--viewAll a {
        margin: 20px 0 15px
    }

    .title-main h2 {
        font-size: 20px
    }

    .BrandStory__wrapper {
        margin-bottom: 30px
    }

    h3.categoryProduct__item--title {
        font-size: 14px
    }

    p.FeedbackCustomers--item--desc {
        margin: 20px 0;
        font-size: 14px
    }

    .FeedbackCustomers--item--title {
        font-size: 16px
    }

    .FeedbackCustomers__container {
        margin-bottom: 20px
    }

    .FeedbackCustomers__wrapper {
        margin-bottom: 25px
    }

    .footer__newsletter h2.title-white {
        font-size: 30px;
        letter-spacing: 1px
    }

    .footer__newsletter {
        padding-top: 20px
    }

    p.newsletter__desc {
        margin-bottom: 20px
    }

    .CollectionCustomers .owl-item:nth-child(2n) {
        margin-top: 20px
    }

    .btn__btn--viewAll a {
        font-size: 12px
    }

    .ProductBrand__container {
        gap: 10px
    }

    .ProductBrand__container--item-title h3 {
        font-size: 14px
    }

    .ProductBrand__container--item-photo {
        margin-bottom: 5px
    }

    .row.row-30 {
        margin-right: -10px;
        margin-left: -10px
    }

    .hex__container:before {
        width: 150px;
        height: 150px;
        background-size: cover
    }

    section#hex-wrapper:before {
        width: 150px;
        height: 150px;
        background-size: cover;
        top: unset;
        bottom: 0
    }

    section#hex-wrapper {
        padding-bottom: 50px
    }

    .footer__map {
        position: relative;
        padding-top: 70px;
        margin-bottom: 4rem
    }

    section#SkillService:before {
        width: 150px;
        height: 150px;
        background-size: cover
    }

    section#SkillService:after {
        top: 20%;
        right: 65px
    }
}

@media (max-width: 375px) {
    .mb15_375 {
        margin-bottom:15px
    }
}

@media screen and (max-width: 767px) {
    .row-product {
        margin:20px -5px 0 -5px
    }
}

@media screen and (max-width: 767px) {
    .col-product {
        padding:0 5px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 991px) {
    .product__price {
        text-align:start;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 991px) {
    .product__price .price__pro_new+.price__pro_old {
        margin-left:0
    }
}

@media screen and (max-width: 991px) {
    .left-pro-detail {
        flex:0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
        padding-right: 0
    }
}

@media screen and (max-width: 991px) {
    .right-pro-detail {
        flex:0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
        padding-left: 0
    }
}

@media screen and (max-width: 991px) {
    .gallery-thumb-pro {
        margin-top:5px
    }
}

@media screen and (max-width: 767px) {
    .price-new-pro-detail {
        font-size:16px
    }
}

@media screen and (max-width: 767px) {
    .price-old-pro-detail {
        font-size:13px;
        padding: 0 7px
    }
}

@media screen and (max-width: 991px) {
    .tabs-pro-detail .nav-tabs .nav-link {
        font-size:13px!important
    }
}

@media screen and (max-width: 767px) {
    .col-news {
        padding:0 5px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 767px) {
    .row-news {
        margin:15px -5px 0 -5px
    }
}

@media screen and (max-width: 767px) {
    .list-news-other {
        width:100%
    }
}

@media screen and (max-width: 991px) {
    .first-gallery {
        flex:0 0 100%;
        max-width: 100%;
        margin-bottom: 20px
    }

    .other-gallery {
        flex: 0 0 100%;
        max-width: 100%
    }

    .information_news.information_news2 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .news3-item__image {
        flex:0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
        order: 1
    }

    .news3-item__text {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2
    }
}

.header-mmenu:before {
    content: ''
}

.container-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    background: #fff;
    box-shadow: 0 0 10px 2px #00000080;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    gap: 13px;
    z-index: 999999;
    display: flex
}

.item-contact {
    width: 50%
}

.item-contact.item-active {
    max-width: 50px;
    border-radius: 10px;
    border: 1px solid #ccc;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #333
}

.item-contact:nth-child(2) {
    background: #d5a100;
    padding: 13px;
    border-radius: 10px;
    color: #fff
}

.item-contact:nth-child(2) a,.item-contact:nth-child(3) a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #fff
}

.desc.contact {
    padding: 0 16px;
    color: #212529;
    color: #333;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.item-contact:nth-child(3) {
    padding: 12.5px 0;
    border-radius: 10px;
    color: #08091a;
    border: 1px solid #08091a
}

.container-extent.active {
    transform: translateY(0);
    opacity: 1
}

.container-extent {
    position: fixed;
    left: 0;
    bottom: 80px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 0 20px;
    box-shadow: 0 0 10px 2px #0d0d0d40;
    transition: all .5s ease-in-out;
    z-index: 99;
    transform: translateY(calc(100% + 80%));
    opacity: 0
}

.content-extend {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0;
    border-top: 1px solid #00000040
}

.extend-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative
}

.title-extend span {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase
}

span.close-extend {
    position: absolute;
    right: 20px
}

.container-contact svg {
    width: 26px;
    height: auto
}

.content-extend a.extent-item,.content-extend button {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    background: #fff;
    border: none;
    color: #333;
    padding: 10px!important;
    gap: 6px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none
}

.content-extend a.extent-item:nth-child(1) i {
    color: var(--color-ye)
}

.content-extend a.extent-item i,.content-extend button i {
    font-size: 24px;
    color: #333;
    filter: brightness(0) saturate(100%) invert(15%) sepia(71%) saturate(2448%) hue-rotate(212deg) brightness(97%) contrast(107%)
}

.content-extend img {
    filter: brightness(0) saturate(100%) invert(63%) sepia(43%) saturate(335%) hue-rotate(357deg) brightness(89%) contrast(92%)
}

a.extent-item img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(3630%) hue-rotate(191deg) brightness(100%) contrast(97%)
}

.item-contact:nth-child(3) a {
    color: #090a1b
}

.mobile_menu_section {
    background: #d5a100
}

@media only screen and (max-width: 768px) {
    .Product {
        width:calc((100% - 1rem)/ 2)
    }

    .BoxHinhanh {
        column-count: 2
    }
}

@media (max-width: 575px) {
    .nameProduct {
        font-size:14px
    }

    .skill {
        margin-bottom: 10px
    }

    .SkillService__wrapper {
        padding-bottom: 20px
    }

    .SkillService__container {
        gap: 30px
    }
}

@media (max-width: 525px) {
    .footer-ul li {
        width:calc((100% - 1rem)/ 2)
    }

    .picNews2 {
        width: 100%
    }

    .infoNews2 {
        width: 100%;
        padding: 1rem 0 0
    }

    .BoxNewsFull2 {
        gap: 1rem
    }

    .itemNewsDetail2:nth-child(2n) .picNews2 {
        order: 0
    }
}

.btn--primary-about a:hover:before,.btn--primary-about button:hover:before {
    top: 0;
    left: 0
}

.btn--primary-about a:before,.btn--primary-about button:before {
    transition: all .3s linear
}

.btn--primary-about a:hover,.btn--primary-about button:hover {
    background: #8ec641
}

section.section-slider.position-relative:before {
    position: absolute
}

.widthBoxFull {
    padding: 0 160px
}

.btn--primary a i {
    width: 40px;
    height: 40px;
    border-radius: 200px;
    background: linear-gradient(270deg,#ebc384 -.16%,#8f6c48 99.84%);
    display: flex;
    justify-content: center;
    align-items: center
}

.title__main-left b {
    background: linear-gradient(270deg,#ebc384 -.16%,#8f6c48 99.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Neue Einstellung";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .7px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px
}

.title__main-left h2 {
    color: #fff;
    font-family: "Neue Einstellung";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 7px
}

.title__main-left span {
    color: #fff;
    font-family: "Neue Einstellung";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.Service__Us__Wrapper {
    padding: 48px 0;
    position: relative
}

.Service__Us__service__wrapper {
    position: relative
}

a.Service__Us__service__item {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    position: relative
}

.Service__Us__service__item--content {
    bottom: 0;
    position: absolute;
    background: rgba(0,0,0,.7);
    width: 100%;
    min-height: 60px;
    transition: all .3s linear;
    display: flex;
    padding: 0 24px;
    flex-direction: column;
    justify-content: end;
    align-items: center
}

.Service__Us__service__item--content h3 {
    color: #fff;
    text-align: center;
    font-family: "Neue Einstellung";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 18px 0
}

.Service__Us__service__item--content p {
    color: #fff;
    text-align: center;
    font-family: "Neue Einstellung";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    min-height: 0;
    opacity: 0;
    transition: all .3s linear;
    max-height: 0;
    margin-bottom: 0
}

.Service__Us__service__item--content span {
    color: #fff;
    text-align: right;
    font-family: "Neue Einstellung";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    min-height: 0;
    opacity: 0;
    transition: all .3s linear;
    max-height: 0
}

a.Service__Us__service__item:hover .Service__Us__service__item--content {
    min-height: 100%
}

a.Service__Us__service__item:hover .Service__Us__service__item--content p,a.Service__Us__service__item:hover .Service__Us__service__item--content span {
    min-height: 10px;
    opacity: 1;
    max-height: 500px;
    margin-bottom: 30px
}

a.Service__Us__service__item:hover .Service__Us__service__item--content {
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 98.33%)
}

.control-service button.owl-next {
    right: -60px
}

.control-service button.owl-prev {
    left: -60px
}

.Service__Us__Wrapper:before {
    position: absolute;
    content: '';
    width: 408px;
    height: 754px;
    background: url(../images/mask_serivice_at.png);
    left: 0;
    bottom: 0
}

.Service__Us__Wrapper:after {
    position: absolute;
    content: '';
    width: 590px;
    height: 427px;
    background: url(../images/mask_service_bf.png) no-repeat;
    right: 0;
    top: 0
}

.Service__Us__btn {
    text-align: center;
    margin-top: 25px
}

.btn__second {
    border: 2px solid #3e7b0a;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 71px;
    border-radius: 5px;
    color: #3e7b0a;
    text-align: right;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px
}

.btn__second svg {
    margin-top: 3px
}

.DesignProject_Architech__Wrapper {
    background: url(../images/architech_bg.png) no-repeat;
    background-color: #000;
    padding: 35px 0
}

.title-main.text-white h2 {
    color: #fff
}

.DesignProject_Architech__Container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px
}

.DesignProject_Architech__Item--info h3 {
    color: #fff;
    font-family: "Neue Einstellung";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.DesignProject_Architech__Item--info p {
    color: #fff;
    font-family: "Neue Einstellung";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: end;
    gap: 10px
}

.DesignProject_Architech__Item--info p sup {
    top: -13px;
    right: 8px;
    font-size: 8px
}

.DesignProject_Architech__Item--photo {
    margin-bottom: 16px;
    border-radius: 5px;
    overflow: hidden
}

.title-main.text-white {
    margin-bottom: 42px
}

.DesignProject_Architech__btn {
    text-align: center;
    margin-top: 42px
}

.DesignProject_Architech__btn a {
    border-color: #ebc384;
    color: #fff
}

.DesignProject_Furniture__Nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0
}

.DesignProject_Furniture__desc {
    width: 50%
}

.DesignProject_Furniture__Nav .title-main {
    text-align: start;
    margin: 0
}

.DesignProject_Furniture__Nav .title-main h2 {
    margin: 0
}

.DesignProject_Furniture__desc p {
    color: #898989;
    font-family: "Neue Einstellung";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px
}

.DesignProject_Furniture__Container {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.DesignProject_Furniture__Item-list {
    display: grid;
    grid-template-columns: 1fr 1fr
}

a.DesignProject_Furniture__Item {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden
}

.DesignProject_Furniture__Item--info {
    position: absolute;
    bottom: 0;
    margin: 0;
    inset: 0;
    background: linear-gradient(0deg,rgba(0,0,0,.75) 0,rgba(0,0,0,.75) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    transform: translateX(-100%);
    transition: all .3s linear
}

.DesignProject_Furniture__Item--info h3 {
    margin: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0,0,0,.25);
    font-family: "Neue Einstellung";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 20px
}

.DesignProject_Furniture__Item--photo {
    margin: 0;
    height: 100%
}

.DesignProject_Furniture__Item--photo img {
    height: 100%
}

.DesignProject_Architech__Item-main .DesignProject_Furniture__Item--info h3 {
    color: #fff;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0,0,0,.25);
    font-family: "Neue Einstellung";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.DesignProject_Furniture__Item--info h3:before {
    position: absolute;
    content: '';
    width: 80%;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.DesignProject_Furniture__Item--info h3 {
    position: relative
}

.DesignProject_Furniture__Item--info h3:after {
    position: absolute;
    content: '';
    width: 60%;
    height: 1px;
    background: #fff;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%)
}

a.DesignProject_Furniture__Item:hover .DesignProject_Furniture__Item--info {
    transform: translateX(0)
}

.Construction_Works__wrapper {
    padding: 27px 0;
    position: relative
}

.page_construction {
    display: flex;
    flex-wrap: wrap;
    gap: 18px
}

.Construct__Works__Item {
    width: calc((100% - 36px)/ 3);
    border-radius: 5px;
    overflow: hidden
}

.list_monnb.list_construction a {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #898989;
    font-family: 'Neue Einstellung';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 15px 31px;
    display: inline-block
}

.list_monnb.list_construction.mb-3.text-center.text-2xl {
    margin-bottom: 91px!important
}

.list_monnb.list_construction a.active {
    background: #08091a;
    color: #fff
}

.page_construction .Construct__Works__Item:nth-child(2),.page_construction .Construct__Works__Item:nth-child(5) {
    transform: translateY(-52px)
}

.Construct__Works__Item--info {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 5px 5px;
    background: rgba(0,0,0,.65);
    width: 100%;
    text-align: center;
    padding: 19px 10px
}

.Construct__Works__Item {
    position: relative
}

.Construct__Works__Item--info h3 {
    color: #fff;
    text-align: center;
    font-family: "Neue Einstellung";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.Construct__Us__btn {
    text-align: center;
    margin-top: 33px
}

.Construction_Works__wrapper:before {
    position: absolute;
    content: '';
    background: url(../images/mask_cst.png) no-repeat;
    width: 231px;
    height: 769px;
    top: 0;
    left: 0
}

.Construction_Works__wrapper:after {
    position: absolute;
    content: '';
    background: url(../images/mask_cst_at.png) no-repeat;
    width: 239px;
    height: 925px;
    bottom: 0;
    right: 0
}

.PartnerUs__Wrapper {
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.8) 100%),url(../images/partner_bg.png) #d3d3d3 50%/cover no-repeat;
    padding: 42px 0 49px
}

a.PartnerUs__Item {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background: #fff;
    overflow: hidden
}

.BlogNew__container--item--photo {
    position: relative
}

.BlogNew__container--item--date {
    margin-bottom: 8px;
    color: #898989;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.BlogNew__container--item--tag {
    color: #898989;
    font-family: "Neue Einstellung";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 20px 0 13px
}

h3.BlogNew__container--item--title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    color: #333;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 25px
}

.BlogNew__container--item--content p {
    color: #898989;
    font-family: "SVN-Product Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.BlogNew__wrapper {
    position: relative;
    padding-top: 47px
}

.widthBoxFooter {
    background-size: cover
}

.info__company {
    color: #fff;
    font-family: "SVN-Product Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px
}

.footer__map a {
    border-radius: 200px;
    border: 1px solid rgb(255 255 255 / 30%);
    color: #fff;
    font-family: "Neue Einstellung";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 21px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    align-items: center
}

.footer__power--center a {
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.d-block.btn--primary-about.btn--primary-about--primary button {
    background: 0 0;
    margin: 0
}

ul.footer__power--police {
    display: flex;
    align-items: center;
    gap: 15px
}

ul.footer__power--police li a {
    color: #fff;
    font-family: "Neue Einstellung";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

li.line_police {
    color: #fff;
    font-size: 10px
}

li.line_police:last-child {
    display: none
}

@media screen and (max-width: 1600px) {
    .block-menu.sticky.animate__animated.animate__fadeInDown .header__menu {
        padding:5px 0;
        gap: 80px
    }

    .widthBoxFull {
        padding: 0 40px
    }
}

@media screen and (max-width: 768px) {
    section.section-slider.position-relative {
        margin:0
    }

    .DesignProject_Architech__Container {
        grid-template-columns: 1fr 1fr
    }

    .DesignProject_Architech__Wrapper {
        background-position: center
    }

    .DesignProject_Furniture__Container {
        grid-template-columns: 1fr
    }

    .Construct__Works__Item {
        width: calc((100% - 18px)/ 2)
    }

    .page_construction .Construct__Works__Item:nth-child(2),.page_construction .Construct__Works__Item:nth-child(5) {
        transform: unset
    }
}

@media screen and (max-width: 600px) {
    .title__main-left h2 {
        font-size:20px
    }

    .title__main-left span {
        font-size: 16px
    }

    .skill span {
        font-size: 14px
    }

    .skill__process strong {
        font-size: 12px;
        width: auto;
        right: -10px
    }

    .progress:before {
        height: 10px
    }

    .DesignProject_Architech__Container {
        gap: 10px
    }

    .title__sub__who {
        margin-bottom: 10px
    }

    .DesignProject_Furniture__Nav {
        flex-wrap: wrap;
        text-align: center
    }

    .DesignProject_Furniture__desc {
        width: 100%
    }

    .DesignProject_Furniture__Nav .title-main {
        text-align: center;
        width: 100%;
        margin-bottom: 10px
    }

    .DesignProject_Architech__Item-main .DesignProject_Furniture__Item--info h3 {
        font-size: 20px
    }

    .DesignProject_Furniture__Item--info h3 {
        font-size: 14px
    }

    .Construct__Works__Item--info h3 {
        font-size: 14px
    }

    .PartnerUs__Container {
        grid-template-columns: 1fr 1fr
    }

    .skill span {
        margin-bottom: 25px
    }

    .DesignProject_Architech__Item--info p {
        font-size: 12px
    }

    .footer__power {
        flex-direction: column-reverse
    }

    .list_monnb.list_construction.mb-3.text-center.text-2xl {
        display: flex;
        row-gap: 10px;
        flex-wrap: wrap
    }

    .list_monnb.list_construction a {
        width: calc(50% - 20px);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px
    }

    .list_monnb.list_construction.mb-3.text-center.text-2xl {
        margin-bottom: 20px!important
    }

    .list_monnb.list_construction a:first-child {
        width: 100%
    }

    .footer__map {
        margin-bottom: 1rem;
        padding-top: 20px
    }
}

.DesignProject_Architech__btn a:hover {
    background: linear-gradient(270deg,#ebc384 -.16%,#8f6c48 99.84%);
    color: #000
}

.DesignProject_Architech__btn a:hover svg path {
    stroke: #000
}

.btn__second:hover {
    background: #d23234;
    color: #fff;
    border-color: #d23234
}

.btn__second:hover svg path {
    stroke: #fff
}

.DesignProject_Furniture__Item:hover .DesignProject_Furniture__Item--photo img {
    scale: 1.1
}

.DesignProject_Furniture__Item--photo img {
    transition: all 2.3s linear
}

.list_monnb.list_construction a:hover {
    background: #08091a;
    color: #fff
}

.header-pcmenu__top-wrap {
    padding: 20px 0 10px 0
}

.header-pcmenu__top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

ul.header-pcmenu__top--social {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 8px
}

.header-pcmenu__top--info span {
    display: flex;
    gap: 10px;
    color: #3e7b0a;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase
}

ul.header-pcmenu__top--social li {
    max-width: 30px
}

.header-pcmenu__middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0
}

.header-pcmenu__middle-info p {
    color: #eb241f;
    text-align: center;
    text-shadow: -2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff,0 4px 4px rgba(0,0,0,.5);
    font-family: Unbounded;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    paint-order: stroke fill
}

.header-pcmenu__middle-info h2 {
    color: #eb241f;
    text-align: center;
    text-shadow: -2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff,0 4px 4px rgba(0,0,0,.5);
    font-family: Unbounded;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    paint-order: stroke fill;
    margin: 4px 0
}

.call-button {
    position: relative;
    width: 59px;
    height: 60px;
    cursor: pointer
}

.call-button .pulse {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 59px;
    height: 59px;
    background: #eb241f;
    border-radius: 50%;
    opacity: .4;
    transform: translate(-50%,-50%);
    animation: pulseRing 2s infinite;
    z-index: 0
}

.call-button svg {
    position: relative;
    z-index: 1
}

@keyframes pulseRing {
    0% {
        transform: translate(-50%,-50%) scale(1);
        opacity: .4
    }

    70% {
        transform: translate(-50%,-50%) scale(1.6);
        opacity: 0
    }

    100% {
        transform: translate(-50%,-50%) scale(1.6);
        opacity: 0
    }
}

.header-pcmenu__middle-contact--icon {
    display: flex;
    gap: 11px
}

.header-pcmenu__middle-contact--text span {
    color: #898989;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.header-pcmenu__middle-contact--text p {
    color: #eb241f;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal
}

.header-pcmenu__middle-info span {
    color: #333;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .84px;
    text-transform: uppercase
}

.primary__header.sticky.animate__animated.animate__fadeInDown {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 0 10px 0 #00000029
}

.header-pcmenu {
    z-index: 9999
}

p.icon-search.transition.active i {
    line-height: 0
}

p.icon-search.transition.active i svg path {
    fill: #eb241f
}

.menu ul.primary-menu>li a:before {
    content: ''
}

.menu ul.primary-menu>li.primary-menu-default a:before {
    content: unset
}

.menu ul.primary-menu>li a.current:before,.menu ul.primary-menu>li a:hover:before {
    opacity: 1;
    visibility: visible
}

.Criteria__List {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px
}

.Criteria__Item--photo {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0
}

.Criteria__Item--photo img {
    border-radius: 5px
}

.Criteria__Item-info span {
    letter-spacing: 1.6px;
    color: #333;
    font-family: "SVN-Product Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 14px;
    display: block
}

.Criteria__Item-info p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    color: #898989;
    font-family: "SVN-Product Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px
}

.product_custom.custome-product a {
    border: 1px solid #d9d9d9;
    background: #fff;
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative
}

.categoryProduct__item--content--price span {
    color: #898989;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

.price__pro_old span {
    font-size: 12px;
    font-weight: 400
}

.price__pro_new {
    display: flex;
    align-items: center;
    gap: 5px
}

.price__pro_old {
    display: flex;
    align-items: center;
    gap: 5px
}

.stars img {
    width: auto!important
}

.stars {
    text-align: center!important
}

.stars {
    display: inline-block;
    margin: 12px 0 10px
}

.ProductList_Hot {
    position: relative
}

.control-certificate button.owl-prev,.control-product-hot button.owl-prev {
    left: -70px
}

.control-certificate button.owl-next,.control-product-hot button.owl-next {
    right: -70px
}

.Certificate__container .owl-dots,.ProductList_Hot .owl-dots {
    bottom: -50px
}

.ProductList__wrapper {
    padding-bottom: 24px;
    margin: 64px 0
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #eb241f!important;
    border-color: #eb241f
}

.NavBarProduct {
    border-radius: 5px;
    background: #fafafa;
    padding: 20px 30px;
    border-left: 5px solid #eb241f;
    justify-content: space-between
}

.NavBarProduct .title-main span {
    color: #333;
    font-family: Unbounded;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase
}

.list_monnb.banchay_list .mr-2 {
    margin-left: 40px
}

.list_monnb.banchay_list a {
    color: #898989;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.list_monnb.banchay_list a.active {
    color: #eb241f;
    color: #eb241f
}

.Certificate__wrapper {
    margin: 66px 0
}

.Certificate__container {
    position: relative
}

.Certificate__item {
    position: relative
}

.Certificate__item:before {
    position: absolute;
    content: '';
    width: 100%;
    background: url(../images/shadow.png) no-repeat;
    height: 87px;
    bottom: 0;
    left: 0
}

.Certificate__item {
    padding-bottom: 22px
}

.title-main.text-start {
    text-align: start;
    margin-bottom: 31px
}

form.validation-newsletter input {
    height: 70px;
    border-radius: unset;
    padding: 16px 0;
    text-indent: 6px;
    border: unset;
    border-bottom: 1px solid #d9d9d9
}

.col-12-newsletter {
    margin-bottom: 10px
}

form.validation-newsletter input::placeholder,form.validation-newsletter textarea::placeholder {
    color: #898989;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase
}

textarea#content-newsletter {
    height: 165px;
    border-radius: unset;
    text-indent: 26px;
    padding: 0;
    padding-top: 16px
}

.BlogNew__container {
    display: flex;
    gap: 43px
}

.BlogNew__Video {
    width: 582px;
    flex-shrink: 0
}

.play-button-wrapper {
    position: relative;
    width: 124px;
    height: 124px;
    display: inline-block
}

.ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.3);
    animation: rippleAnim 2s infinite ease-out;
    z-index: 0
}

.ripple.delay {
    animation-delay: 1s
}

.play-button-wrapper svg {
    position: relative;
    z-index: 1
}

@keyframes rippleAnim {
    0% {
        transform: scale(1);
        opacity: .5
    }

    70% {
        transform: scale(1.8);
        opacity: 0
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

.play-button-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999999
}

.h-l-v.slick-initialized.slick-slider {
    margin-bottom: 9px
}

.h-r-v.slick-initialized.slick-slider {
    margin: 0 -4px
}

.load-video-tc div.item-video:before {
    position: absolute;
    content: '';
    background: linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%);
    z-index: 999;
    inset: 0
}

.info__company ul li {
    margin-bottom: 15px
}

a.hithere {
    display: block
}

.Criteria__Item:hover {
    box-shadow: 0 0 10px 0 #5d5d5d40;
    border-radius: 5px
}

.Criteria__Item {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px
}

strong.hithere {
    display: inline-block
}

.product_custom.custome-product a:hover {
    border-color: #3e7b0a
}

h3.categoryProduct__item--title:hover {
    color: #eb241f
}

.list_monnb.banchay_list {
    cursor: pointer
}

.list_monnb.banchay_list:hover {
    color: red!important
}

.list_monnb.banchay_list a:hover {
    color: #eb241f
}

h3.BlogNew__container--item--title:hover {
    color: #4c7fc8
}

.d-block.btn--primary-about.btn--primary-about--primary button:hover {
    background: 0 0;
    transition: all .3s linear
}

.control-owl.transition button:hover svg rect {
    fill: #eb241f;
    stroke: #eb241f
}

.control-owl.transition button:hover svg path {
    fill: #fff
}

.categoryProduct__item--content--new {
    position: absolute;
    top: 0;
    right: 5px
}

.categoryProduct__item--content--new span {
    background: #eb241f;
    padding: 5px 10px;
    font-size: 10px;
    color: #fff;
    border-radius: 5px
}

.Product__Us__btn {
    text-align: center
}

span.bf-tag {
    position: absolute;
    right: -10px;
    top: -5px
}

.header-pcmenu__top--right {
    display: flex;
    align-items: center;
    gap: 33px
}

form.form-search.form-search-d input::placeholder {
    color: #898989;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal
}

form.form-search.form-search-d {
    padding: 0 16px
}

.primary__header {
    position: relative
}

a.block-hotline-cta {
    display: flex;
    gap: 10px
}

.block-hotline-cta--ct span {
    display: block
}

p.block-hotline-cta--icon {
    border-radius: 1212px;
    background: rgb(239 55 48 / 10%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

span.block-hotline-cta--ct-title {
    color: #333;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

span.block-hotline-cta--ct-number {
    color: #ef3730;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

.primary__header.sticky.animate__animated.animate__fadeInDown a.logo-header.peShiner {
    width: 120px;
    max-width: 120px;
    transition: all .3s linear
}

.primary__header.sticky.animate__animated.animate__fadeInDown a.logo-header.peShiner canvas {
    width: 120px;
    height: 120px
}

.primary__header.sticky.animate__animated.animate__fadeInDown a.logo-header.peShiner img {
    width: 120px;
    height: 120px
}

.ProductList_Hot-nav {
    position: relative
}

.ProductList_Hot-nav .control-owl button {
    position: static
}

.ProductList_Hot-nav .control-product-hot.control-owl.transition {
    display: inline-flex;
    gap: 8px;
    background: #fff;
    width: fit-content;
    position: static;
    padding-left: 28px
}

.ProductList_Hot-nav {
    height: 40px;
    margin-top: 38px
}

.ProductList_Hot-nav {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: end
}

.ProductList_Hot-nav:before {
    position: absolute;
    content: '';
    width: calc(100% - 30px);
    height: 2px;
    background: rgb(137 137 137 / 20%);
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.ProductList_Hot-nav:after {
    position: absolute;
    content: '';
    width: 30%;
    height: 2px;
    background: #3e7b0a;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.AboutUs__Desc {
    text-align: start;
    margin: 0 auto;
    color: #535a67;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px
}

.AboutUs__cta {
    text-align: start
}

.AboutUs__cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d5a100;
    display: inline-flex;
    padding: 20px 62px;
    background: #d5a100;
    height: fit-content;
    width: fit-content;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    opacity: 1;
    border-radius: 999px;
    color: #fff;
    font-weight: 600
}

.AboutUs__cta a span {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.AboutUs__cta {
    margin: 30px 0
}

.AboutUs__photo {
    position: relative
}

.list_monnb.list_sanpham {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 44px
}

.list_monnb.list_sanpham a {
    border-radius: 5px;
    border: 1.5px solid #d9d9d9;
    background: #fff;
    color: #898989;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 19px 31px;
    position: relative
}

.list_monnb.list_sanpham a:first-child {
    background: #3e7b0a;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px
}

.list_monnb.list_sanpham a.active:before {
    position: absolute;
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE2IDEwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTYgMEgwTDguMjc1ODYgMTBMMTYgMFoiIGZpbGw9IiMzRTdCMEEiLz4KPC9zdmc+);
    width: 16px;
    height: 10px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.list_monnb.list_sanpham a.active {
    background: #3e7b0a;
    color: #fff
}

.BannerSanPham__support--container {
    background: url(../images/bg-in.png);
    padding: 32px 48px;
    display: flex;
    gap: 52px;
    align-items: center
}

.BannerSanPham__support--left span {
    color: #fff;
    font-family: "FS Magistral";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.BannerSanPham__support--left p {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 25px
}

.BannerSanPham__support--right--hotline span {
    color: #fff;
    font-family: "FS Magistral";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.BannerSanPham__support--right--info span {
    color: #fff;
    text-align: right;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase
}

.BannerSanPham__support--left {
    width: 62%;
    max-width: 735px;
    padding-right: 36px;
    border-right: 3px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px
}

.BannerSanPham__support--right {
    flex: 1
}

.BannerSanPham__support--right--hotline {
    display: flex;
    align-items: center;
    gap: 16px
}

.BannerSanPham__support--right--info {
    margin-top: 25px
}

.BannerSanPham__support {
    margin-top: -105px
}

.VideosUs__wrapper {
    margin: 58px 0
}

.input-cell {
    position: relative
}

.input-cell span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 21px
}

.col-12-newsletter:nth-child(4) span {
    top: 15px;
    transform: unset
}

.input-cell-police {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 25px 0
}

.input-cell-police p {
    color: #898989;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.input-cell-police p a {
    color: #3e7b0a;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize
}

.input-cell-police input {
    height: auto!important
}

.input-cell-police label {
    margin: 0
}

.col-12-newsletter:nth-child(2) {
    margin: 0;
    position: relative
}

.Newsletter__banner {
    position: relative;
    padding-top: 53px
}

.BlogNew__container--item-main {
    display: flex;
    margin-bottom: 30px
}

.BlogNew__container--item-main--photo.hover_sang2.hover-scale {
    width: 700px
}

.BlogNew__container--item-main--content {
    flex: 1;
    padding: 25px 33px 40px 33px;
    display: flex;
    flex-direction: column;
    background: #fafafa
}

h3.BlogNew__container--item-main--title {
    color: #333;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.BlogNew__container--item-main--desc {
    color: #898989;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px
}

.BlogNew__container--item-main--content a {
    display: flex;
    margin-top: auto;
    align-items: center;
    gap: 10px;
    color: #3e7b0a;
    text-align: right;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase
}

a.BlogNew__container--item {
    background: #fff;
    display: block;
    margin-bottom: 24px
}

.BlogNew__container--item--content {
    position: relative
}

.BlogNew__container--item--desc {
    color: #898989;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px
}

a.partnerUs__item {
    text-align: center;
    display: block;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 39px 36px
}

.partnerUs__item--photo {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.partnerUs__item .owl-item img {
    width: auto!important;
    max-width: 164px
}

.footer__power--analytic p {
    color: #fff;
    text-align: right;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px
}

#footer:before {
    content: ''
}

#footer:after {
    content: ''
}

.wrap__footer__right-top {
    display: flex;
    gap: 23px
}

.wrap__footer__right-top .wrap__footer__col-item {
    width: 50%
}

.wrap__footer__right-bottom--ct {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px
}

.wrap__footer-fb-map .contact-map {
    height: 223px
}

.wrap__footer__right-bottom {
    margin-top: 23px
}

.wrap__footer__left--infoMid {
    margin-top: 27px
}

.wrap__footer__col-item--title h2 {
    color: #fff;
    font-family: "FS Magistral";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    font-family: "SVN-Product Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px
}

.wrap__footer__col-item--title {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px
}

.wrap__footer__col-item--title span {
    flex: 1;
    border: 1px dashed rgb(255 255 255 / 40%)
}

ul.wrap__footer__left--infoCom li span {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 1.6px;
    text-transform: uppercase
}

ul.wrap__footer__left--infoCom li {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 991px) {
    .Working_Principles__container {
        grid-template-columns:repeat(2,1fr)
    }

    .page_sanpham_more {
        grid-template-columns: repeat(2,1fr)
    }

    .News__Videos__Us__Container {
        flex-wrap: wrap
    }

    .News__Us,.Videos_Us {
        width: 100%
    }

    .Videos__Us {
        width: 100%
    }

    .Evaluate__Customers__container {
        flex-wrap: wrap
    }

    .Evaluate__Customers__photo {
        width: 100%
    }

    .Evaluate__Customers__List {
        width: 100%
    }

    .info__social__slide__list ul {
        margin-top: 10px
    }

    .info__social__slide__content span {
        font-size: 12px
    }

    section.section-slider.position-relative:before {
        content: unset
    }

    .info__social__slide {
        padding: 10px
    }

    .info__social__slide__list:before {
        content: unset
    }

    .headerTop {
        display: none!important
    }

    .section-main .form-search {
        width: 100%
    }

    .header__menu {
        display: none
    }

    .header-mmenu,.header-mobi {
        display: block;
        position: sticky;
        width: 100%;
        background: #fff
    }

    .headerTop {
        display: none
    }

    .navTitle__product {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .navTitle__product-slide ul {
        flex-wrap: wrap
    }

    .navTitle__product-slide ul li {
        width: calc((100% - 10px)/ 2)
    }

    .slide__container {
        display: block
    }

    .page-slideshow {
        display: none
    }

    .slide__main__container {
        display: block
    }

    .slide__main {
        width: 100%
    }

    .slide__subs {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        width: 100%;
        margin-top: 10px
    }

    .slide__sub {
        border-radius: 5px;
        margin: 0
    }

    .slide__sub a {
        display: block
    }

    h2.navTitle__product-title {
        font-size: 22px
    }

    .product__navSlide__controls button svg {
        width: 30px
    }

    .btn__control-customer {
        position: unset;
        transform: unset;
        justify-content: center;
        margin-top: 10px
    }

    .btn__control-customer button svg {
        width: 30px;
        height: 30px
    }

    .title-main h2.text-white {
        font-size: 20px
    }

    .title__main h2 {
        font-size: 22px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 991px) {
    .top-cart {
        margin-top:2rem
    }
}

@media screen and (max-width: 991px) {
    .procart {
        padding:8px 0
    }

    .procart+.procart {
        border-top: 1px solid #f1f1f1
    }
}

@media screen and (min-width: 991px) {
    .cart-sticky {
        position:sticky;
        top: 60px
    }
}

@media screen and (max-width: 991px) {
    .pic-procart {
        flex:0 0 60px;
        -ms-flex: 0 0 60px;
        max-width: 60px
    }

    .pic-procart .del-procart {
        top: 0;
        left: 0;
        position: static;
        margin: 5px auto 0 auto
    }
}

@media screen and (max-width: 767px) {
    .info-procart {
        padding:0 10px
    }
}

@media screen and (max-width: 991px) {
    .cover-list-pro {
        border-radius:0;
        box-shadow: none
    }
}

@media screen and (max-width: 991px) {
    .section-cart.bot,.section-cart.top {
        padding:0
    }

    .section-cart h4 {
        font-size: 15px;
        padding: 0 0 15px 0;
        margin-bottom: 15px
    }

    .section-cart>p {
        font-size: 13px;
        margin-bottom: 5px
    }

    .section-cart .list-procart {
        padding: 0;
        border: 0;
        border-radius: 0
    }
}

@media screen and (max-width: 991px) {
    .title-cart {
        font-size:15px
    }
}

@media screen and (max-width: 991px) {
    .quantity-pro-detail {
        max-width:105px
    }

    .quantity-pro-detail span {
        width: 35px;
        height: 35px
    }

    .quantity-pro-detail span i {
        line-height: 35px;
        width: 35px;
        height: 35px
    }

    .quantity-pro-detail input {
        height: 35px;
        width: calc(100% - 70px)
    }
}

@media screen and (max-width: 991px) {
    .group-quantity-pro-detail {
        width:105px
    }
}

@media screen and (max-width: 991px) {
    .group-cart-pro-detail {
        flex:0 0 calc(100% - 105px);
        -ms-flex: 0 0 calc(100% - 105px);
        max-width: calc(100% - 105px)
    }
}

@media screen and (max-width: 991px) {
    .cart-pro-detail a {
        font-size:12.5px;
        line-height: 33px
    }
}

@media screen and (max-width: 991px) {
    .cupponBox_info h3 {
        font-size:14px
    }
}

@media screen and (max-width: 991px) {
    a.logo-header img {
        max-width: 140px;
    }

    .search-res .custom__hotline__menu svg {
        width: 40px
    }

    .search-res .custom__hotline__menu .custom__hotline__icon {
        width: 60px;
        text-align: center;
        border-radius: 12px
    }

    .wrap__footer__info-logo {
        width: 100%
    }

    .wrap__footer__info {
        flex-wrap: wrap;
        gap: 27px;
        padding: 10px 0;
        gap: 2rem
    }

    .wrap__footer__col-item {
        width: 100%!important
    }

    .arck-header-section.header-style-one .header-cta-social {
        display: none!important
    }

    .mobile_menu_button {
        display: block
    }

    .no-padding {
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2)
    }

    ul.primary-menu li:nth-child(2),ul.primary-menu li:nth-child(3) {
        margin: 0
    }

    span.bf-tag {
        right: 0
    }
}

@media screen and (max-width: 767px) {
    ul#workingProcessTab {
        display:grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 30px;
        gap: 10px
    }

    ul#workingProcessTab li.nav-item a {
        font-size: 14px;
        padding: 10px
    }

    .tab__working__process.active.show {
        flex-wrap: wrap;
        gap: 10px
    }

    .workingProcess__content__tabContent__item {
        width: calc(50% - 5px);
        padding: 0;
        padding-bottom: 1rem
    }

    .workingProcess__content__tabContent__item:before {
        content: unset
    }

    .workingProcess__content__tabContent__item:last-child {
        width: 100%
    }

    div#tab1 .workingProcess__content__tabContent__item:last-child {
        width: calc(50% - 10px)
    }

    .arck-work-process-item .inner-text h3 {
        font-size: 18px
    }

    .slide__item a img {
        min-height: 500px;
        object-fit: cover
    }

    h3.title__main__slide {
        font-size: 20px
    }

    .slide__content-inside__tag span:before {
        width: 50px
    }

    .slide__content {
        padding: 0 10px
    }

    p.title__sub__desc {
        font-size: 12px
    }

    .slider-solution__nav {
        right: 15px
    }

    .arck-appointment-form-wrap {
        max-width: 100%
    }

    .arck-video-play-wrap {
        width: 100%;
        height: 500px;
        margin-top: 50px;
        position: relative!important
    }

    .arck-video-cta-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .arck-appointment-video-section {
        padding-bottom: 0
    }

    .arck-blog-item,.arck-blog-item-2 {
        margin: 0 auto;
        display: block;
        max-width: 370px;
        margin-bottom: 40px
    }

    .filtr-container-area .grid-size-25,.filtr-container-area .grid-size-50,.filtr-container-area .grid-sizer {
        width: 100%
    }

    .arck-blog-details-main-content .arck-blog-share-tag {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .control-Customers.control-owl.transition .owl-next {
        right: -15px
    }

    .control-Customers.control-owl.transition .owl-prev {
        left: -15px
    }
}

@media screen and (max-width: 680px) {
    a.slideshow-image img {
        object-fit:cover
    }

    .slideshow__content--text--title.overText2 {
        font-size: 15px;
        line-height: 22px;
        font-size: 14px
    }

    .slideshow__content--text--title.overText2 strong {
        font-size: 21px
    }

    .slideshow__content--bottom {
        flex-wrap: wrap
    }

    .slideshow__content--bottom--exp {
        writing-mode: unset;
        width: 100%
    }

    .slideshow__content--bottom {
        max-width: 100%;
        gap: 16px
    }

    .slideshow__content--bottom--exp span {
        display: block;
        text-align: center;
        padding: 10px 0
    }

    .slideshow__content--bottom--desc p {
        margin-bottom: 30px
    }

    .slideshow__content--text span {
        display: none
    }

    .slideshow__content--bottom--desc .btn__btn--primary {
        padding: 10px 15px
    }

    p.line__bottom__title {
        display: none
    }

    .Evaluate__Customers__header {
        margin-bottom: 10px
    }

    .News__Videos__Us__Header {
        margin-bottom: 10px
    }

    .News__Videos__Us__Container {
        gap: 15px
    }

    .Working_Principles__container {
        gap: 10px
    }

    .Working_Principles__header {
        margin-bottom: 15px
    }

    a.btn__btn__primary {
        padding: 10px 37px
    }

    .footer__power--left p {
        font-size: 10px;
        padding: 10px
    }

    .title-main h2 {
        font-size: 20px
    }

    .title-main p {
        font-size: 12px
    }

    .workingProcess__content__tabContent__desc h3 {
        font-size: 14px
    }

    .workingProcess__wrapper {
        padding-top: 10px
    }

    .list_monnb.list_sanpham_more {
        flex-wrap: wrap;
        gap: 10px
    }

    span.line-list {
        display: none
    }

    .list_monnb.list_sanpham_more a {
        border: 1px solid #0000007a;
        width: calc((100% - 10px)/ 2);
        padding: 10px 5px;
        font-size: 14px;
        border-radius: 10px;
        text-align: center
    }

    .list_monnb.list_sanpham_more {
        margin: 10px 0
    }

    .Working_Principles__wrapper {
        margin-bottom: 20px
    }

    .page_sanpham_more {
        gap: 10px
    }

    h3.food__product__item--name {
        font-size: 16px;
        line-height: normal
    }

    a.box__tintuc--name.transition.overText2 {
        font-size: 14px
    }

    .box__tintuc--desc {
        font-size: 12px
    }

    .footer__power--center {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 10px
    }

    .btn__btn__main a {
        font-size: 14px;
        padding: 10px;
        width: 50%
    }

    .Evaluate__Customers__item strong {
        font-size: 18px
    }

    .wrap__footer__col-item ul li a:hover {
        color: #fb663e
    }

    .WorkingProcess__Us__wrapper {
        padding: 10px 0
    }

    .WorkingProcess__Us__desc--photo p:before {
        width: 40px;
        height: 40px
    }

    #ShareExp {
        margin-bottom: 20px
    }

    .ContactUs__container--group {
        gap: 10px
    }

    .ContactUs__wrapper {
        padding: 20px 0
    }

    .ShareExp__main-content {
        padding: 10px
    }
}

@media screen and (max-width: 480px) {
    .WorkingProcess__Us__item {
        padding:10px
    }

    .PartnerUs__item {
        border: 1px solid #1e1e1e17;
        border-radius: 10px;
        overflow: hidden
    }

    a.ContactUs__item--btn {
        width: 100%
    }

    .ContactUs__container--group {
        flex-wrap: wrap
    }

    p.WorkingProcess__Us__item--desc {
        font-size: 12px
    }

    h3.WorkingProcess__Us__item--title {
        font-size: 14px
    }

    h3.ShareExp__main--title {
        font-size: 20px
    }
}

.headerTop__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: relative;
    padding: 13px 0
}

.logo__Container--center p {
    color: #898989;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize
}

.logo__Container--center {
    text-align: center
}

button.btn-search {
    background: 0 0;
    line-height: 10px
}

.btn--about {
    text-align: center;
    margin-top: 42px
}

.content__fullSlide--title h2 {
    color: #fff;
    font-family: "CAT Linz";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 67px
}

.content__fullSlide--title p {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px
}

.content__fullSlide--title a {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 69px;
    display: inline-block
}

.content__fullSlide--title {
    width: 331px
}

.content__fullSlide--list {
    width: calc(100% - 370px)
}

.content__fullSlide {
    display: flex;
    justify-content: space-between
}

.content__fullSlide--list .slick-slide {
    margin-right: 36px
}

.content__fullSlide--list .owl-stage {
    padding-left: 0!important
}

@media screen and (max-width: 1300px) {
    .content__fullSlide--list .owl-stage {
        padding-right:66px!important
    }
}

@media screen and (max-width: 768px) {
    .Criteria__Item:last-child {
        grid-column:1/-1
    }

    .Criteria__List {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .Criteria__Item {
        flex-direction: column;
        box-shadow: 0 0 10px 0 #00000029;
        padding: 5px;
        border-radius: 5px;
        text-align: center
    }

    .Criteria__Item--photo {
        margin: 0 auto;
        margin-top: 1rem
    }

    .Criteria__Item-info span {
        font-size: 14px
    }

    section#CriteriaUs {
        margin-top: 15px
    }

    .title-main h2 {
        font-size: 28px
    }

    .list_monnb.banchay_list {
        width: 100%;
        margin: unset!important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px
    }

    .list_monnb.banchay_list a {
        margin: 0!important;
        width: calc(50% - 5px);
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        padding: 10px 5px;
        font-size: 13px;
        text-align: center
    }

    .NavBarProduct.d-flex.align-items-center.mb-3.flex-wrap {
        gap: 10px
    }

    .NavBarProduct .title-main span {
        font-size: 18px
    }

    .NavBarProduct {
        padding: 10px 5px 10px 10px
    }

    .page_danhmuc__wrap {
        margin: 0 10px
    }

    .Newsletter__container {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .BlogNew__container {
        flex-wrap: wrap
    }

    .BlogNew__List-news {
        width: 100%
    }

    .BlogNew__Video {
        width: 100%
    }

    .footer__power {
        font-size: 10px
    }

    .footer__power--center {
        font-size: 12px
    }

    .footer__power--center a {
        font-size: 12px
    }

    .Certificate__item:before {
        background-size: contain;
        height: 60px
    }

    .ProductList__wrapper {
        margin: 25px 0;
        padding: 0
    }

    .control-certificate button.owl-prev,.control-product-hot button.owl-prev {
        left: -12px
    }

    .control-certificate button.owl-next,.control-product-hot button.owl-next {
        right: -12px
    }

    .BannerSanPham__wrapper {
        margin-bottom: 29px
    }

    .categoryProduct__item--content--price {
        flex-direction: column
    }

    .list_monnb.list_sanpham {
        flex-wrap: wrap;
        gap: 5px;
        margin-bottom: 15px
    }

    .list_monnb.list_sanpham a {
        width: calc((100% - 5px)/ 2);
        font-size: 12px;
        padding: 10px;
        justify-content: center
    }

    .list_monnb.list_sanpham a.active:before {
        content: unset
    }

    .BannerSanPham__support {
        margin: 15px 0
    }

    .BannerSanPham__support--container {
        flex-wrap: wrap;
        padding: 15px;
        gap: 20px
    }

    .BannerSanPham__support--left {
        width: 100%;
        border-right: unset;
        border-bottom: 3px solid #fff;
        text-align: center;
        padding: 0;
        padding-bottom: 10px
    }

    .BannerSanPham__support--right {
        width: 100%;
        text-align: center
    }

    .BannerSanPham__support--left span {
        font-size: 20px
    }

    .BannerSanPham__support--right--hotline span {
        font-size: 25px
    }

    .BannerSanPham__support--right--hotline {
        justify-content: center
    }

    .BannerSanPham__support--left p {
        font-size: 14px
    }

    .BannerSanPham__support--right--info span {
        font-size: 14px
    }

    .wrap__footer__info {
        grid-template-columns: 1fr
    }

    .wrap__footer__right-top {
        flex-wrap: wrap
    }

    .wrap__footer__right-bottom--ct {
        grid-template-columns: 1fr
    }

    .footer__power .widthBox {
        flex-wrap: wrap;
        justify-content: center
    }

    .footer__power--analytic p {
        font-size: 12px
    }

    .wrap__footer__col-item--title h2 {
        font-size: 18px
    }

    .ProductList_Hot-nav:before {
        left: 5px
    }

    .ProductList_Hot-nav:after {
        left: 5px
    }

    .ProductList_Hot {
        margin: 0 5px
    }

    .title-main {
        margin-bottom: 20px
    }

    .AboutUs__cta {
        margin: 10px 0
    }

    .AboutUs__cta a svg {
        width: 30px
    }

    .categoryProduct__item--content {
        padding: 15px
    }

    .VideosUs__wrapper {
        margin: 15px 0
    }

    .title-main.text-start {
        text-align: center;
        margin-bottom: 15px
    }

    .title-main.text-start h2 {
        text-align: center
    }

    .Newsletter__banner:before {
        left: 50%;
        transform: translateX(-50%)
    }

    .Newsletter__banner {
        padding-top: 10px
    }

    .d-block.btn--primary-about.btn--primary-about--primary button {
        padding: 15px 24px;
        font-size: 14px
    }

    .BlogNew__container--item-main {
        flex-wrap: wrap
    }

    .BlogNew__container--item-main--photo.hover_sang2.hover-scale {
        width: 100%
    }

    .BlogNew__container--item-main--content {
        width: 100%;
        flex: unset;
        padding: 10px
    }

    h3.BlogNew__container--item-main--title {
        font-size: 18px
    }

    .BlogNew__container--item-main--content a svg {
        width: 30px
    }

    .BlogNew__wrapper {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .PartnerUs__wrapper {
        margin: 15px 0
    }

    .ripple {
        width: 50px;
        height: 50px
    }

    .play-button-wrapper {
        width: 50px;
        height: 50px
    }

    .play-button-wrapper svg {
        width: 50px;
        height: 50px
    }
}

@media screen and (max-width: 550px) {
    .Criteria__List {
        grid-template-columns:1fr;
        gap: 10px
    }

    .Criteria__Item {
        padding: 10px
    }
}

li.logo-menu {
    margin-left: -113px;
    margin-right: -89px;
    z-index: 0!important
}

.BlogNew__container--item-main--content a:hover {
    color: #f22123
}

.BlogNew__container--item-main--content a:hover svg rect {
    fill: #ed1c24
}

.AboutUs__wrapper {
    padding: 66px 0
}

ul.primary-menu li:nth-child(7),ul.primary-menu li:nth-child(8),ul.primary-menu li:nth-child(9) {
    margin-right: -30px
}

.Criteria__Item--photo-number {
    color: #14223a;
    font-family: "Cal Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase
}

.ProjectNb__wrapper {
    background: url(../images/bg_pj.png),#141414;
    padding: 50px 0
}

.ProjectNb__wrapper .title-main h2 {
    color: #fff
}

.ProjectNb__wrapper .title-main p {
    color: #fff;
    text-align: center;
    font-family: "SVN-Product Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 54%
}

.ProjectNbList__Item__title {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px
}

.ProjectNbList__Item__title h2 {
    color: #fff;
    text-align: center;
    font-family: "SVN-Product Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 0 28px
}

.ProjectNbList__Item__title h2:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100vw;
    right: 100%;
    background: rgb(255 255 255 / 50%);
    top: 50%;
    transform: translateY(-50%)
}

.ProjectNbList__Item__title h2:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100vw;
    left: 100%;
    background: rgb(255 255 255 / 50%);
    top: 50%;
    transform: translateY(-50%)
}

a.ProjectNbList__Item {
    position: relative
}

.ProjectNbList__Item--info {
    position: absolute;
    background: linear-gradient(180deg,rgba(20,34,58,0) 2.72%,rgba(20,34,58,.9) 100%);
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    color: #fff
}

h3.ProjectNbList__Item--info--title {
    color: #fff;
    font-family: "SVN-Product Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

.ProjectNbList__Item--info ul li {
    display: flex;
    color: #fff;
    font-family: "SVN-Product Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize
}

.ProjectNbList__Item--info>span {
    color: #fff;
    font-family: "SVN-Product Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase
}

.ProjectNbList__Item__Container {
    margin-bottom: 112px
}

.Service__Us__Item--info h3 {
    color: #333;
    text-align: center;
    font-family: "SVN-Product Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase
}

.Service__Us__Item--info {
    margin-top: 11px
}

.title-main p {
    max-width: 57%;
    color: #898989;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px
}

.Service__Us--wrapper {
    padding: 64px 0
}

.Working__Process_Container {
    display: grid;
    grid-template-columns: repeat(6,1fr)
}

.Working__Process__Item--info span {
    color: #333;
    font-family: "Cal Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase
}

.Working__Process__Item--info h3 {
    color: #333;
    font-family: "SVN-Product Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 16px 0 14px
}

.Working__Process__Item--info p {
    color: #898989;
    font-family: "SVN-Product Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px
}

.Working__Process__Item {
    position: relative
}

.Working__Process__Item:before {
    position: absolute;
    content: '';
    width: 100%;
    background: #d9d9d9;
    height: 1px
}

.Working__Process__Item:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #14223a;
    left: 0;
    top: -5px;
    aspect-ratio: 1/1;
    border-radius: 500px
}

.Working__Process__Item--info {
    padding-right: 20px;
    padding-top: 12px
}

.Working__Process__Item:last-child .Working__Process__Item--info {
    padding: 0;
    padding-top: 12px
}

.Working__Process_Contact a {
    color: #333;
    font-family: "SVN-Product Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 19px 47px;
    display: inline-flex;
    gap: 10px;
    align-items: center
}

.Working__Process_Contact {
    text-align: center;
    margin: 48px 0 57px
}

.Human_Resources--wrapper {
    background: #14223a
}

.Human_Resources--wrapper .title-main h2 {
    color: #fff;
    padding: 55px 0 0
}

.Human_Resources__Container {
    max-width: 436px;
    margin: 0 auto;
    position: relative
}

.Human_Resources__Container .owl-stage-outer {
    overflow: visible;
    margin-bottom: 20px
}

.Human_Resources__Container .owl-item:not(.active) {
    scale: .8;
    transition: all .3s linear;
    opacity: .5
}

.Human_Resources--wrapper .widthBox {
    overflow: hidden
}

.Human_Resources__Item--info {
    text-align: center;
    margin-top: 26px
}

.Human_Resources__Item--info span {
    color: #fff;
    text-align: center;
    font-family: "SVN-Product Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block
}

.Human_Resources__Item--info p {
    color: #fff;
    font-family: "SVN-Product Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.Human_Resources--wrapper {
    padding-bottom: 107px
}

.control-human-resources.control-owl.transition .owl-prev {
    left: -45px
}

.control-human-resources.control-owl.transition .owl-next {
    right: -45px
}

.control-human-resources.control-owl.transition {
    top: calc(50% - 61.5px)
}

.BlogNew__container--item--btn {
    border-radius: 10px;
    background: #14223a;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 22px
}

.PartnerUs_Customers__Container {
    display: flex;
    gap: 95px
}

.PartnerUs_Customers__Info {
    width: 440px
}

.PartnerUs_Customers__List {
    flex: 1
}

.PartnerUs_Customers__Info .title-main h2,.PartnerUs_Customers__Info .title-main p {
    text-align: start;
    max-width: 100%
}

.PartnerUs_Customers__List {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 47px
}

a.PartnerUs_Customers__item {
    display: flex;
    justify-content: center;
    align-items: center
}

.Newsletter__wrapper {
    position: relative;
    padding: 77px 0
}

.Newsletter__wrapper:before {
    position: absolute;
    content: '';
    width: 689px;
    height: 440px;
    background: url(../images/image_62.png);
    bottom: 0;
    left: 0
}

.Newsletter__wrapper:after {
    position: absolute;
    content: '';
    width: 590px;
    height: 427px;
    background: url(../images/image_61.png);
    bottom: 0;
    right: 0
}

.Newsletter__container {
    max-width: 652px;
    margin: 0 auto
}

.Newsletter__banner .title-main p {
    max-width: 100%
}

.footer__power__name {
    padding-top: 89px
}

.footer__power .widthBox {
    border-top: 1px solid rgb(255 255 255 / 30%)
}

.wrap__footer__col-item:nth-child(1) {
    width: 16%
}

.wrap__footer__col-item:nth-child(2) {
    width: 12%
}

.wrap__footer__col-item:last-child {
    width: 35%
}

a.hotline__footer {
    color: #fff;
    font-family: "SVN-Product Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-bottom: 20px;
    display: block
}

span.email__footer {
    color: #fff;
    font-family: "SVN-Product Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

ul.list__social {
    display: flex;
    gap: 15px;
    margin-top: 60px
}

ul.list__social li a:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    left: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%)
}

ul.list__social li a {
    position: relative
}

ul.list__social li:last-child a:after {
    content: unset
}

.sang_header {
    position: absolute;
    top: 30px;
    left: 28px
}

@keyframes star {
    0% {
        transform: rotate(0) scale(0)
    }

    50% {
        transform: rotate(180deg) scale(1.5)
    }

    100% {
        transform: rotate(360deg) scale(0)
    }
}

.start-animate {
    z-index: 999999999!important;
    position: absolute;
    animation: star linear 1.75s infinite;
    -moz-animation: star linear 1.75s infinite;
    -webkit-animation: star linear 1.75s infinite;
    -o-animation: star linear 1.75s infinite
}

.accordion .card-header {
    background: #f9f9f9;
    padding: 0
}

.accordion .btn-link {
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.accordion .btn-link:hover {
    text-decoration: none;
    color: #000
}

.accordion .card-header i {
    transition: transform .3s ease
}

.accordion .card-header.active i {
    transform: rotate(180deg)
}

.btn-apply {
    background-color: #c76b34;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px
}

.btn-apply:hover {
    background-color: #a75527;
    color: #fff;
    text-decoration: none
}

.card.card__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: unset
}

.card-header {
    border: unset;
    display: flex;
    justify-content: space-between;
    padding: 15px 40px!important
}

.card__item--content {
    background: #f9f9f9;
    border-top: 2px solid #efefef;
    padding: 30px 40px!important
}

.header__top {
    background: #4c7fc8;
    padding: 5px 0
}

.header__top__left--item strong {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.header__top__left--item {
    color: #fff
}

.header__top__container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__top__right {
    display: flex;
    align-items: center
}

form.form-search.form-search-d input::placeholder {
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: normal
}

.lang-header.ngon_ngu {
    display: flex;
    align-items: center;
    gap: 17px
}

.lang-header--line {
    background: #d9d9d9;
    height: 16px;
    width: 1px
}

.lang-header.ngon_ngu a {
    display: flex;
    align-items: center;
    gap: 5px
}

.social-flex {
    gap: 8px
}

a.logo-header {
    display: block
}

svg.slogan__logo {
    margin-left: auto;
    display: block;
    margin-top: 5px
}

.title__about h2 {
    color: #d5a100;
    font-family: 'TMT Sans';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    line-height: 48px
}

.ProductListNb__Container {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 24px;
    margin-bottom: 29px;
    margin-top: 38px
}

a.ProductListNb__item {
    display: block;
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 50px;
    padding: 0;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    row-gap: 16px;
    border-style: solid;
    opacity: 1;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #fff
}

.ProductListNb__item--photo:before {
    content: ''
}

.ProductListNb__item--info h3 {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.btnPrimary__view a {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background: #4c7fc8;
    padding: 20px 44px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 46px
}

.btnPrimary__view {
    text-align: center
}

.ServiceUs__Nav {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ServiceUs__Nav .title-main {
    margin: 0
}

.ServiceUs__Nav .btnPrimary__view a {
    margin: 0
}

.ServiceUs__Nav .title-main h2 {
    margin: 0;
    border-left: 4px solid #4c7fc8;
    padding-left: 14px
}

.ServiceUs__Nav {
    margin-bottom: 22px
}

.ServiceUs__wrapper {
    background: #fafafa;
    padding: 40px 0
}

.ServiceUs__Nav__desc p {
    color: #898989;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    max-width: 60%
}

.ServiceUs__Item {
    display: flex;
    background: #fff;
    box-shadow: 3px 3px 15px 0 rgba(0,0,0,.1);
    margin-bottom: 28px
}

.ServiceUs__Item--photo {
    width: 640px
}

.ServiceUs__Item--info {
    flex: 1;
    padding: 34px 30px 24px 30px;
    display: flex;
    flex-direction: column
}

.ServiceUs__Item--info--bottom h3 {
    color: #333;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 18px
}

.ServiceUs__Item--info--bottom p {
    color: #898989;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.ServiceUs__Item--infoBtn {
    margin-right: 20px;
    margin-top: auto;
    border-top: 1px solid #d9d9d9;
    padding-top: 28px
}

.ServiceUs__Item--infoBtn a {
    color: #4c7fc8;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px
}

.ServiceUs__Item--infoBtn a i {
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 200px;
    background: #4c7fc8;
    display: flex;
    justify-content: center;
    align-items: center
}

.ServiceUs__Container {
    margin-top: 45px
}

.ServiceUs__Item:nth-child(even) {
    flex-direction: row-reverse
}

.BlogNew__wrapper .title-main:before {
    position: absolute;
    content: '';
    width: 47px;
    height: 4px;
    background: #4c7fc8;
    left: 50%;
    transform: translateX(-50%);
    top: -20px
}

.BlogNew__wrapper .title-main {
    position: relative
}

.BlogNew__List {
    width: 661px
}

.BlogNew__Main {
    flex: 1
}

.BlogNew__Main .BlogNew__container--item--title {
    font-size: 24px
}

.BlogNew__Main .BlogNew__container--item--photo.hover_sang2.hover-scale {
    margin-bottom: 20px
}

.BlogNew__List .BlogNew__container--item--date {
    padding-bottom: 38px;
    border-bottom: 1px solid #d9d9d9
}

.BlogNew__wrapper .btnPrimary__view {
    margin-top: 20px
}

.wrap__footer__col-item--title h2 {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.footer__Listinfo-item {
    display: flex;
    align-items: center;
    gap: 21px;
    margin-bottom: 20px
}

.footer__Listinfo-item span {
    width: 10px
}

.footer__Listinfo-item p {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    text-transform: capitalize
}

ul.policy__footer li {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding: 16px 0
}

ul.policy__footer li:last-child {
    border: unset
}

ul.policy__footer li:first-child {
    padding-top: 0
}

@media screen and (max-width: 768px) {
    .ProductListNb__Container {
        grid-template-columns:1fr 1fr;
        gap: 25px
    }

    .ProductListNb__item--info h3 {
        font-size: 14px;
        text-wrap: balance
    }

    .ServiceUs__Item {
        flex-wrap: wrap
    }

    .ServiceUs__Item--info {
        padding: 15px
    }

    .title-main p {
        max-width: 100%;
        font-size: 12px
    }

    .ServiceUs__wrapper {
        padding: 15px 0
    }

    .ServiceUs__Nav__desc p {
        max-width: 100%;
        font-size: 14px
    }

    .ServiceUs__Nav .btnPrimary__view a {
        display: none
    }

    .AboutUs__wrapper {
        padding: 10px 0
    }

    .title__about {
        display: inline-block;
        margin: 0 auto
    }

    .AboutUs__Container {
        text-align: center
    }

    .AboutUs__Desc {
        text-align: center;
        font-size: 14px
    }

    .AboutUs__cta a {
        margin: 0 auto;
        padding: 20px
    }

    .title__about h2 {
        font-size: 24px
    }

    .title__about {
        margin-bottom: 10px
    }

    .btnPrimary__view a {
        margin-bottom: 15px;
        font-size: 14px;
        padding: 20px
    }

    .ProductListNb__Container {
        margin-bottom: 15px
    }

    .AboutUs__cta a span {
        font-size: 14px
    }

    .title-main h2 {
        margin-bottom: 5px
    }

    .ServiceUs__Item--info--bottom h3 {
        font-size: 18px
    }

    .ServiceUs__Item--info--bottom h3 {
        font-size: 18px
    }

    .ServiceUs__Item--info--bottom p {
        font-size: 14px;
        margin-bottom: 15px
    }

    .ServiceUs__Item--infoBtn {
        padding-top: 10px
    }

    .ServiceUs__Item--infoBtn a {
        font-size: 14px
    }

    .ServiceUs__Item--infoBtn a i {
        width: 20px;
        height: 20px
    }

    .BlogNew__wrapper {
        padding-top: 25px
    }

    .ServiceUs__Item {
        margin-bottom: 15px
    }

    .ServiceUs__Container {
        margin-top: 15px
    }

    .BlogNew__Main .BlogNew__container--item--title {
        font-size: 18px
    }

    .BlogNew__container {
        gap: 15px
    }

    h3.BlogNew__container--item--title {
        font-size: 18px;
        line-height: 22px
    }

    .BlogNew__container--item--date {
        padding-bottom: 5px
    }

    .BlogNew__List .BlogNew__container--item--date {
        padding-bottom: 5px
    }

    a.BlogNew__container--item {
        margin-bottom: 5px
    }

    .wrap__footer__col-item--title h2 {
        font-size: 20px
    }

    .wrap__footer__col-item--title {
        margin-bottom: 15px
    }

    .footer__Listinfo-item p {
        font-size: 14px;
        text-align: start
    }

    .footer__Listinfo-item {
        gap: 10px;
        margin-bottom: 10px
    }

    ul.policy__footer li {
        padding: 7px 0
    }

    ul.policy__footer li a {
        font-size: 14px
    }

    .wrap__footer__info {
        gap: 10px
    }

    .footer__power .widthBox {
        padding: 10px 0
    }
}

.right__mobile__menu .lang-header.ngon_ngu {
    gap: 5px
}

.right__mobile__menu {
    display: flex;
    align-items: center;
    gap: 10px
}

.primary__header.sticky.animate__animated.animate__fadeInDown .header__top {
    display: none
}

.primary__header.sticky.animate__animated.animate__fadeInDown .header__menu {
    padding: 5px 0
}

.primary__header.sticky.animate__animated.animate__fadeInDown .logo-croll {
    max-width: 150px
}

.AboutUs__cta a:hover,.btnPrimary__view a:hover,a.box__tintuc--btn.transition:hover {
    background: #9ad46b
}

.ServiceUs__Item--infoBtn a:hover {
    color: #9ad46b
}

.ServiceUs__Item--infoBtn a i {
    transition: all .3s linear
}

.ServiceUs__Item--infoBtn a:hover i {
    background: #9ad46b
}

.ProductListNb__item--photo img {
    transition: all .3s linear
}

.AboutUs__Container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    flex-direction: row;
    column-gap: 80px;
    min-height: 20px;
    min-width: 8px
}

.AboutUs__photo {
    width: 46%;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    opacity: 1;
    border-radius: 12px;
    min-height: 20px;
    min-width: 8px;
    max-height: 100%;
    flex-direction: row
}

.AboutUs__Info {
    width: 47.75%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    flex-direction: column;
    row-gap: 24px
}

.AboutUs__photo img {
    border-radius: 12px;
    object-fit: cover
}

.title__about span {
    font-family: 'TMT Sans';
    font-weight: 600;
    font-size: 32px;
    color: #0c1014;
    line-height: 48px
}

ul.AboutUs__Criterias li span {
    font-size: 18px;
    font-weight: 500;
    color: #0c1014;
    font-family: Inter
}

ul.AboutUs__Criterias {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    flex-direction: column;
    row-gap: 16px;
    min-height: 20px;
    min-width: 8px
}

ul.AboutUs__Criterias li p {
    width: 40px;
    height: 40px
}

ul.AboutUs__Criterias li {
    display: flex;
    align-items: center;
    gap: 20px
}

.ProductListNb__item_List--photo {
    border-radius: 20px;
    overflow: hidden
}

.ProductListNb__item_List--info h3 {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 14px;
    font-size: 20px;
    line-height: 28px
}

.ProductForList_Container--nav h2 {
    color: #d5a100;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.ProductForList_Container--nav h2 span {
    color: #333;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.ProductForList_Container--nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px
}

.btnPrimary__view_pro a {
    color: #333;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 2px solid #333
}

.ProductForList_Container--content {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px
}

span.tag__mini {
    color: #898989;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 5px;
    background: #f4f4f4;
    padding: 8px 11px;
    display: inline-block;
    margin-bottom: 11px
}

.ProductForList_Container--item {
    margin-bottom: 72px
}

.ContactSupport__Container {
    display: flex
}

.ContactSupport__Wrapper {
    background: url(../images/Background1.png) no-repeat;
    background-size: cover
}

.ContactSupport__Photo {
    width: 600px
}

.ContactSupport__Info {
    flex: 1;
    padding-top: 73px
}

.ContactSupport__Info span {
    color: #d5a100;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.ContactSupport__Info h2 {
    color: #333;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 23px
}

.ContactSupport__Info p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px
}

.WhyChooseUs__List--item {
    border-radius: 10px;
    background: #fff;
    padding: 25px
}

.WhyChooseUs__List--item--photo span {
    color: #333;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.WhyChooseUs__List--item span {
    color: #333;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin-bottom: 14px
}

.WhyChooseUs__List--item p {
    color: #898989!important;
    font-family: Inter!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 25px!important
}

span.WhychooseUs__titleSub {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.WhyChooseUs__Container h2 {
    color: #fff;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

.WhyChooseUs__nav p {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px
}

.WhyChooseUs__List {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.WhyChooseUs__Container {
    max-width: 70%;
    padding: 45px 0 77px
}

.WhyChooseUs__List--item--photo {
    max-width: 36px;
    margin-bottom: 29px
}

.WhyChooseUs__nav {
    margin-bottom: 65px
}

.WhyChooseUs__nav h2 {
    margin: 10px 0 25px
}

.CustomerFeedback__Wrapper {
    display: block;
    background: #fff9e9;
    padding: 45px 0
}

.CustomerFeedback__List--item {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #fff
}

.CustomerFeedback__List--item {
    padding: 27px 23px;
    display: flex;
    flex-direction: column
}

.CustomerFeedback__List--item h3 {
    color: #333;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 32px;
    min-height: 52px;
    margin-top: 18px
}

.CustomerFeedback__List--item p {
    color: #898989;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px
}

.CustomerFeedback__List--item--author {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 18px
}

.CustomerFeedback__List--item--photo {
    width: 55px;
    height: 55px;
    border-radius: 500px
}

.CustomerFeedback__List--item--info span {
    display: block;
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.CustomerFeedback__List--item--author strong {
    color: #898989;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    align-items: center
}

.CustomerFeedback__List {
    margin-top: 35px
}

.wrap__footer__col--logo p {
    color: #898989;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 20px
}

.footer__power-social ul {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer__power__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 0
}

.contact-map-footer iframe {
    width: 100%;
    height: 400px
}

.criteria__Footer {
    background: #d5a200
}

.criteria__Footer--content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 52px 0
}

.criteria__Footer--item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 33px;
    border-right: 2px solid #fff
}

.criteria__Footer--item--photo {
    max-width: 73px
}

.criteria__Footer--item--content span {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.criteria__Footer--item--content p {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px
}

.criteria__Footer--item:first-child {
    padding-left: 0
}

.criteria__Footer--item:last-child {
    border: unset;
    padding-right: 0
}

li.plus-1 {
    padding: 0 0 8px 0;
    border-bottom: 1px solid #eee
}

ul.list-category {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.box-category {
    width: 346px;
    height: auto;
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 32px;
    column-gap: 0;
    padding-left: 32px;
    padding-right: 32px
}

ol.breadcrumb.justify-content-center {
    background: 0 0;
    color: #fff;
    margin: 0
}

h2.breadCrumbsTitle {
    color: #fff;
    font-size: 42px
}

li.breadcrumb-item.active a {
    color: #fff
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.Main__AboutUs {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    flex-wrap: nowrap;
    column-gap: 80px
}

.Main__AboutUs-info {
    width: 47%;
    height: auto;
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 24px;
    min-height: 50px;
    min-width: 8px
}

.Main__AboutUs--photo {
    height: auto;
    width: 47.44%;
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    background: rgba(141,151,166,0);
    min-height: 50px;
    min-width: 8px
}

.Main__AboutUs--photo img {
    object-fit: cover;
    border-radius: 8px
}

.Main__AboutUs-info--text h2 {
    color: #d5a100;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 2rem
}

.Main__AboutUs-info--text span {
    font-size: 32px;
    line-height: 55px;
    color: var(--wp-color-text-primary);
    font-weight: 600
}

.AboutUs__cta.about-pageing span {
    text-transform: none
}

.Main__AboutUs-info--text p {
    line-height: 28px;
    color: #535a67;
    font-size: 16px
}

.so_lieu {
    display: flex;
    gap: 62px;
    padding-top: 40px;
    padding-bottom: 40px
}

.so_lieu__item {
    width: calc(100% / 4)
}

.so_lieu__item span {
    font-size: 68px;
    line-height: 90px;
    color: #d5a100;
    font-weight: 600;
    font-family: Inter
}

.so_lieu__item h3 {
    font-size: 20px;
    line-height: 28px;
    color: #d5a100;
    margin-bottom: 16px
}

.so_lieu p {
    font-size: 16px;
    color: #535a67;
    line-height: 28px
}

.wcAboutUs {
    background: url(../images/bg_wc.webp);
    padding-top: 100px;
    padding-bottom: 100px
}

.banner__main {
    padding-left: 32px;
    padding-right: 32px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 32px
}

.banner__main IMG {
    object-fit: cover;
    border-radius: 20px
}

:root {
    --flex-direction-default-price: row;
    --align-items-default-price: unset;
    --gap-default-price: 8px;
    --font-family-default-price-normal: var(--wp-font-family-body-1);
    --font-style-default-price-normal: var(--wp-font-style-body-1);
    --font-size-default-price-normal: var(--wp-font-size-body-1);
    --font-weight-default-price-normal: 600;
    --line-height-default-price-normal: var(--wp-line-height-body-1);
    --text-color-default-price-normal: var(--wp-color-text-brand-primary);
    --font-family-default-price-strikethrough: var(--wp-font-family-body-1);
    --font-style-default-price-strikethrough: var(--wp-font-style-body-1);
    --font-size-default-price-strikethrough: var(--wp-font-size-body-1);
    --line-height-default-price-strikethrough: var(--wp-line-height-body-1);
    --text-color-default-price-strikethrough: var(--wp-color-text-secondary);
    --font-weight-default-price-strikethrough: var(--wp-font-weight-body-1)
}

.wp-product-detail-price,.wp-product-listitems-item-price {
    align-items: var(--align-items-default-price);
    display: flex;
    flex-direction: var(--flex-direction-default-price);
    gap: var(--gap-default-price)
}

.wp-product-listitems-item-price-normal.wp-color-origin {
    color: var(--text-color-default-price-strikethrough);
    font-family: var(--font-family-default-price-strikethrough);
    font-size: var(--font-size-default-price-strikethrough);
    font-style: var(--font-style-default-price-strikethrough);
    font-weight: var(--font-weight-default-price-strikethrough);
    line-height: var(--line-height-default-price-strikethrough)
}

.wp-product-listitems-item-price-normal.wp-color-origin.strikethrough {
    text-decoration-line: line-through
}

.wp-product-detail-price-normal,.wp-product-listitems-item-price-normal {
    color: var(--text-color-default-price-normal);
    font-family: var(--font-family-default-price-normal);
    font-size: var(--font-size-default-price-normal);
    font-style: var(--font-style-default-price-normal);
    font-weight: var(--font-weight-default-price-normal);
    line-height: var(--line-height-default-price-normal);
    text-decoration-line: none
}

.wp-product-detail-price-strikethrough {
    color: var(--text-color-default-price-strikethrough);
    font-family: var(--font-family-default-price-strikethrough);
    font-size: var(--font-size-default-price-strikethrough);
    font-style: var(--font-style-default-price-strikethrough);
    font-weight: var(--font-weight-default-price-strikethrough);
    line-height: var(--line-height-default-price-strikethrough);
    text-decoration-line: line-through
}

.wp-product-detail-price-soldout {
    color: var(--wp-color-red-500);
    font-family: var(--wp-font-family-heading-5);
    font-size: var(--wp-font-size-heading-5);
    font-style: var(--wp-font-style-heading-5);
    font-weight: var(--wp-font-weight-heading-5);
    line-height: var(--wp-line-height-heading-5)
}

.wp-product-detail-variants {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.wp-product-detail-variants .wp-product-detail-variants-group {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-label {
    color: var(--wp-color-text-quarternary);
    font-family: var(--wp-font-family-body-2);
    font-size: var(--wp-font-size-body-2);
    font-style: var(--wp-font-style-body-2);
    font-weight: var(--wp-font-weight-body-2);
    line-height: var(--wp-line-height-body-2)
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-label .wp-product-detail-variants-group-label-highlight {
    color: var(--wp-color-text-primary);
    font-weight: 600
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-listitems {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked {
    display: flex;
    height: fit-content
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input {
    display: none
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags {
    align-items: center;
    background-color: var(--wp-color-background-neutral-minimalist);
    border: 1px solid transparent;
    border-radius: 8px;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-flex;
    padding: 10px 12px;
    transition: all .3s ease-in-out;
    user-select: none
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags .wp-product-detail-tags-item {
    align-items: center;
    box-sizing: content-box;
    column-gap: .125rem;
    display: inline-flex;
    min-height: 20px;
    min-width: 48px
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags .wp-product-detail-tags-item .wp-product-detail-tag-check-item {
    display: none
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags .wp-product-detail-tags-item .wp-product-detail-tags-content {
    color: var(--wp-color-text-primary);
    flex: 1 1 auto;
    font-family: var(--wp-font-family-body-2);
    font-size: var(--wp-font-size-body-2);
    font-style: var(--wp-font-style-body-2);
    font-weight: 600;
    line-height: var(--wp-line-height-body-2);
    text-align: center;
    transition: all .3s ease-in-out
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags:hover {
    border-color: var(--wp-color-black)
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:checked+.wp-product-detail-tags {
    background-color: var(--wp-color-black);
    border-color: var(--wp-color-black)
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:checked+.wp-product-detail-tags .wp-product-detail-tags-item .wp-product-detail-tags-content {
    color: var(--wp-color-text-white)
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:disabled+.wp-product-detail-tags {
    background-color: var(--wp-color-background-neutral-minimalist);
    border-color: transparent;
    cursor: not-allowed;
    position: relative
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:disabled+.wp-product-detail-tags:before {
    border-bottom: 1px solid var(--wp-color-neutral-300);
    border-top: 1px solid var(--wp-color-neutral-300);
    content: "";
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 16px)
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:disabled+.wp-product-detail-tags .wp-product-detail-tags-item .wp-product-detail-tags-content {
    color: var(--wp-color-text-disable)
}

.wp-product-detail-variants .wp-product-detail-variants-group .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:disabled+.wp-product-detail-tags:hover {
    background-color: transparent
}

.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags {
    background-color: var(--wp-color-background-neutral-minimalist);
    border-color: var(--wp-color-border-primary);
    border-radius: 9999px;
    box-sizing: border-box;
    height: 32px;
    padding: 0;
    transition: all .3s ease-in-out;
    width: 32px
}

.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags .wp-product-detail-tags-item {
    border-radius: 9999px;
    height: 100%;
    min-height: auto;
    min-width: auto;
    transform: scale(1);
    transition: transform .3s ease-in-out;
    width: 100%
}

.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags .wp-product-detail-tags-item .wp-product-detail-tag-check-item,.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags .wp-product-detail-tags-item .wp-product-detail-tags-content {
    display: none
}

.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags:hover {
    border-color: var(--wp-color-black)
}

.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:checked+.wp-product-detail-tags {
    background-color: var(--wp-color-background-neutral-minimalist);
    border-color: var(--wp-color-black)
}

.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:checked+.wp-product-detail-tags .wp-product-detail-tags-item {
    height: 100%;
    transform: scale(.8);
    transition: transform .3s ease-in-out;
    width: 100%
}

.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:checked+.wp-product-detail-tags .wp-product-detail-tags-item .wp-product-detail-tag-check-item,.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:checked+.wp-product-detail-tags .wp-product-detail-tags-item .wp-product-detail-tags-content {
    display: none
}

.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:disabled+.wp-product-detail-tags {
    border-color: var(--wp-color-border-primary);
    cursor: not-allowed
}

.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:disabled+.wp-product-detail-tags .wp-product-detail-tags-item {
    inset: 0;
    position: relative
}

.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:disabled+.wp-product-detail-tags .wp-product-detail-tags-item .wp-product-detail-tag-check-item,.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:disabled+.wp-product-detail-tags .wp-product-detail-tags-item .wp-product-detail-tags-content {
    display: none
}

.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:disabled+.wp-product-detail-tags .wp-product-detail-tags-item:before {
    background-color: var(--wp-color-neutral-300);
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translate(-50%) rotate(45deg);
    width: 1px
}

.wp-product-detail-variants .wp-product-detail-variants-group.wp-product-detail-variants-color .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input:disabled+.wp-product-detail-tags:hover {
    background-color: transparent
}

.wp-product-detail-quantity-wrapper {
    column-gap: 8px;
    display: flex;
    flex-direction: column
}

.wp-product-detail-quantity-wrapper .wp-product-detail-quantity-title {
    color: var(--wp-color-text-quarternary);
    font-family: var(--wp-font-family-body-2);
    font-size: var(--wp-font-size-body-2);
    font-style: var(--wp-font-style-body-2);
    font-weight: var(--wp-font-weight-body-2);
    line-height: var(--wp-line-height-body-2)
}

.wp-product-detail-quantity-wrapper .wp-product-detail-quantity {
    background-color: var(--wp-input-background-default);
    border: 1px solid var(--wp-input-color-border-default);
    border-radius: 6px;
    display: flex;
    max-height: 42px;
    transition: all .3s ease-in-out;
    width: fit-content
}

.wp-product-detail-quantity-wrapper .wp-product-detail-quantity .wp-product-detail-quantity-button {
    background-color: transparent;
    border-width: 0;
    color: var(--wp-input-color-number-btn-fill-default);
    padding: 10px
}

.wp-product-detail-quantity-wrapper .wp-product-detail-quantity .wp-product-detail-quantity-button svg {
    height: 20px;
    width: 20px
}

.wp-product-detail-quantity-wrapper .wp-product-detail-quantity .wp-product-detail-quantity-button.wp-product-detail-quantity-button-minus {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.wp-product-detail-quantity-wrapper .wp-product-detail-quantity .wp-product-detail-quantity-button.wp-product-detail-quantity-button-plus {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.wp-product-detail-quantity-wrapper .wp-product-detail-quantity .wp-product-detail-quantity-input {
    appearance: none;
    border-width: 0;
    color: var(--wp-input-color-text-default);
    font-family: var(--wp-font-family-body-2);
    font-size: var(--wp-font-size-body-2);
    font-style: var(--wp-font-style-body-2);
    font-weight: var(--wp-font-weight-body-2);
    line-height: var(--wp-line-height-body-2);
    max-width: 76px;
    min-width: 76px;
    outline-width: 0;
    padding: 8px 6px;
    text-align: center
}

.wp-product-detail-quantity-wrapper .wp-product-detail-quantity .wp-product-detail-quantity-input:focus {
    outline-width: 0
}

.wp-product-detail-quantity-wrapper .wp-product-detail-quantity .wp-product-detail-quantity-input::-webkit-inner-spin-button,.wp-product-detail-quantity-wrapper .wp-product-detail-quantity .wp-product-detail-quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wp-product-detail-quantity-wrapper>.wp-product-detail-quantity-message {
    align-items: center;
    display: none;
    gap: 4px;
    margin-top: 4px
}

.wp-product-detail-quantity-wrapper>.wp-product-detail-quantity-message .wp-product-detail-quantity-message-icon {
    color: var(--wp-color-red-500)
}

.wp-product-detail-quantity-wrapper>.wp-product-detail-quantity-message .wp-product-detail-quantity-message-icon svg {
    height: 16px;
    width: 16px
}

.wp-product-detail-quantity-wrapper>.wp-product-detail-quantity-message .wp-product-detail-quantity-message-content {
    color: var(--wp-color-red-500);
    font-family: var(--wp-font-family-body-2);
    font-size: var(--wp-font-size-body-2);
    font-style: var(--wp-font-style-body-2);
    font-weight: var(--wp-font-weight-body-2);
    line-height: var(--wp-line-height-body-2)
}

.wp-product-detail-quantity-wrapper.wp-product-detail-quantity-error .wp-product-detail-quantity {
    border-color: var(--wp-color-red-500)
}

.wp-product-detail-quantity-wrapper.wp-product-detail-quantity-error>.wp-product-detail-quantity-message {
    display: flex
}

.wp-button-product-detail {
    visibility: hidden
}

.wp-button-product-detail .wp-btn-content-text,.wp-button-product-detail-addcart.wipix-text-body-2,.wp-button-product-detail-buy.wipix-text-body-2 {
    font-weight: 600
}

.wp-btn-disabled .wp-btn-content-icon svg {
    color: var(--wp-color-fill-disable)
}

.wp-product-detail {
    width: 100%
}

.wp-product-detail .wp-product-detail-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%
}

.wp-product-detail .wp-product-detail-buttons {
    display: flex;
    gap: 16px
}

.wp-product-detail .wp-product-detail-buttons .wp-btn {
    width: 100%
}

.wp-editor-content.wp-product-content {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

.wp-editor-content.wp-product-content * {
    margin: 0
}

.wp-editor-content.wp-product-content h1 {
    color: var(--wp-text-color-heading-1);
    font-family: var(--wp-font-family-heading-1);
    font-size: var(--wp-font-size-heading-1);
    font-style: var(--wp-font-style-heading-1);
    font-weight: var(--wp-font-weight-heading-1);
    line-height: var(--wp-line-height-heading-1);
    padding-bottom: 24px;
    padding-top: 24px
}

.wp-editor-content.wp-product-content h2 {
    color: var(--wp-text-color-heading-2);
    font-family: var(--wp-font-family-heading-2);
    font-size: var(--wp-font-size-heading-2);
    font-style: var(--wp-font-style-heading-2);
    font-weight: var(--wp-font-weight-heading-2);
    line-height: var(--wp-line-height-heading-2);
    padding-bottom: 16px;
    padding-top: 16px
}

.wp-editor-content.wp-product-content h3 {
    color: var(--wp-text-color-heading-3);
    font-family: var(--wp-font-family-heading-3);
    font-size: var(--wp-font-size-heading-3);
    font-style: var(--wp-font-style-heading-3);
    font-weight: var(--wp-font-weight-heading-3);
    line-height: var(--wp-line-height-heading-3);
    padding-bottom: 16px;
    padding-top: 16px
}

.wp-editor-content.wp-product-content h4 {
    color: var(--wp-text-color-heading-4);
    font-family: var(--wp-font-family-heading-4);
    font-size: var(--wp-font-size-heading-4);
    font-style: var(--wp-font-style-heading-4);
    font-weight: var(--wp-font-weight-heading-4);
    line-height: var(--wp-line-height-heading-4);
    padding-bottom: 12px;
    padding-top: 12px
}

.wp-editor-content.wp-product-content h5 {
    color: var(--wp-text-color-heading-5);
    font-family: var(--wp-font-family-heading-5);
    font-size: var(--wp-font-size-heading-5);
    font-style: var(--wp-font-style-heading-5);
    font-weight: var(--wp-font-weight-heading-5);
    line-height: var(--wp-line-height-heading-5);
    padding-bottom: 12px;
    padding-top: 12px
}

.wp-editor-content.wp-product-content h6 {
    color: var(--wp-text-color-heading-6);
    font-family: var(--wp-font-family-heading-6);
    font-size: var(--wp-font-size-heading-6);
    font-style: var(--wp-font-style-heading-6);
    font-weight: var(--wp-font-weight-heading-6);
    line-height: var(--wp-line-height-heading-6);
    padding-bottom: 12px;
    padding-top: 12px
}

.wp-editor-content.wp-product-content p {
    color: var(--wp-text-color-body-1);
    font-family: var(--wp-font-family-body-1);
    font-size: var(--wp-font-size-body-1);
    font-style: var(--wp-font-style-body-1);
    font-weight: var(--wp-font-weight-body-1);
    line-height: var(--wp-line-height-body-1);
    padding-bottom: 16px
}

.wp-editor-content.wp-product-content p a {
    font-weight: 500
}

.wp-editor-content.wp-product-content ol {
    color: var(--wp-text-color-body-1);
    list-style-type: decimal;
    margin-left: 8px;
    padding-bottom: 16px
}

.wp-editor-content.wp-product-content ol li {
    color: var(--wp-text-color-body-1);
    font-family: var(--wp-font-family-body-1);
    font-size: var(--wp-font-size-body-1);
    font-style: var(--wp-font-style-body-1);
    font-weight: var(--wp-font-weight-body-1);
    line-height: var(--wp-line-height-body-1);
    margin-left: 16px;
    padding-left: 0
}

.wp-editor-content.wp-product-content ol li::marker {
    color: #0c1014
}

.wp-editor-content.wp-product-content ol li a {
    font-weight: 500
}

.wp-editor-content.wp-product-content ul {
    color: var(--wp-text-color-body-1);
    list-style-type: disc;
    margin-left: 8px;
    padding-bottom: 16px
}

.wp-editor-content.wp-product-content ul li {
    color: var(--wp-text-color-body-1);
    font-family: var(--wp-font-family-body-1);
    font-size: var(--wp-font-size-body-1);
    font-style: var(--wp-font-style-body-1);
    font-weight: var(--wp-font-weight-body-1);
    line-height: var(--wp-line-height-body-1);
    margin-left: 16px;
    padding-left: 0
}

.wp-editor-content.wp-product-content ul li::marker {
    color: #0c1014
}

.wp-editor-content.wp-product-content ul li a {
    font-weight: 500
}

.wp-editor-content.wp-product-content i {
    font-style: italic
}

.wp-editor-content.wp-product-content b {
    font-weight: 600
}

.wp-editor-content.wp-product-content figure {
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px
}

.wp-editor-content.wp-product-content figure img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%
}

.wp-editor-content.wp-product-content figure figcaption {
    color: var(--wp-text-color-body-2);
    font-family: var(--wp-font-family-body-2);
    font-size: var(--wp-font-size-body-2);
    font-style: var(--wp-font-style-body-2);
    font-weight: var(--wp-font-weight-body-2);
    line-height: var(--wp-line-height-body-2);
    padding-top: 8px;
    text-align: center
}

.wp-editor-content.wp-product-content figure figcaption i {
    color: var(--wp-text-color-body-2)
}

.wp-editor-content.wp-product-content blockquote {
    border-left-width: 1px;
    color: var(--wp-text-color-body-1);
    font-family: var(--wp-font-family-body-1);
    font-size: var(--wp-font-size-body-1);
    font-style: var(--wp-font-style-body-1);
    font-weight: var(--wp-font-weight-body-1);
    line-height: var(--wp-line-height-body-1);
    margin-bottom: 16px;
    padding-left: 6px
}

.wp-editor-content.wp-product-content blockquote b {
    color: var(--wp-text-color-body-1)
}

.wp-editor-content.wp-product-content blockquote a {
    font-weight: 500
}

.wp-editor-content.wp-product-content table {
    border-width: 1px;
    margin-bottom: 16px;
    text-align: center
}

.wp-editor-content.wp-product-content table td,.wp-editor-content.wp-product-content table th {
    color: var(--wp-text-color-body-1);
    font-family: var(--wp-font-family-body-1);
    font-size: var(--wp-font-size-body-1);
    font-style: var(--wp-font-style-body-1);
    font-weight: var(--wp-font-weight-body-1);
    line-height: var(--wp-line-height-body-1);
    padding: 12px
}

.wp-editor-content.wp-product-content table td {
    border-top-width: 1px
}

.wp-editor-content.wp-product-content .wp-toc-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
    transition: width .5s;
    width: 100%
}

.wp-editor-content.wp-product-content .wp-toc-main .wp-toc-title {
    color: var(--wp-text-color-heading-2);
    font-family: var(--wp-font-family-heading-2);
    font-size: var(--wp-font-size-heading-2);
    font-style: var(--wp-font-style-heading-2);
    font-weight: var(--wp-font-weight-heading-2);
    line-height: var(--wp-line-height-heading-2)
}

.wp-editor-content.wp-product-content .wp-toc-main .wp-toc-description {
    color: var(--wp-text-color-body-1);
    font-family: var(--wp-font-family-body-1);
    font-size: var(--wp-font-size-body-1);
    font-style: var(--wp-font-style-body-1);
    font-weight: var(--wp-font-weight-body-1);
    line-height: var(--wp-line-height-body-1)
}

.wp-editor-content.wp-product-content .wp-toc-main .wp-toc-description .wp-toc-level-1 {
    margin-left: 0
}

.wp-editor-content.wp-product-content .wp-toc-main .wp-toc-description .wp-toc-level-2 {
    margin-left: 28px
}

.wp-editor-content.wp-product-content .wp-toc-main .wp-toc-description .wp-toc-level-3 {
    margin-left: 52px;
    margin-left: 76px
}

.wp-editor-content.wp-product-content .wp-toc-main .wp-toc-description .wp-toc-level-4 {
    margin-left: 100px
}

.wp-editor-content.wp-product-content .wp-toc-main .wp-toc-description .wp-toc-level-5 {
    margin-left: 124px
}

.section-main-title .title-main {
    text-align: start
}

.section-main-title .title-main h2 {
    text-align: start
}

#COLUMN_6b68e193 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    flex-direction: row;
    min-height: 20px;
    min-width: 8px
}

a#BUTTON_acc1ac5c {
    height: fit-content;
    width: fit-content;
    opacity: 1;
    border-radius: 999px;
    color: var(--wp-color-text-brand-primary);
    font-weight: 600;
    display: flex;
    color: #d5a100;
    outline-offset: 2px;
    padding: 10px 12px;
    position: relative;
    transition: all .2s cubic-bezier(.4,0,.2,1);
    white-space: nowrap;
    border: 1px solid #d5a100;
    gap: 10px;
    font-size: 16px
}

div#COLUMN_7440964c {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 20px;
    min-width: 8px;
    max-height: 100%;
    flex-direction: row
}

.news-list-row {
    display: grid;
    column-gap: 30px;
    grid-template-columns: repeat(3,minmax(0,1fr));
    row-gap: 30px
}

@media screen and (max-width: 768px) {
    .AboutUs__Container {
        flex-wrap:wrap;
        gap: 30px
    }

    .AboutUs__photo {
        width: 100%
    }

    .AboutUs__Info {
        width: 100%
    }

    .title__about {
        text-align: start
    }

    .title__about h2 {
        font-size: 31px
    }

    ul.AboutUs__Criterias {
        text-align: start
    }

    .AboutUs__Desc {
        text-align: start
    }

    .ProductForList_Container--content {
        grid-template-columns: 1fr 1fr
    }

    .ProductForList_Container--nav {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 30px
    }

    .ProductForList_Container--nav h2 span {
        display: block
    }

    .ContactSupport__Container {
        flex-wrap: wrap
    }

    .WhyChooseUs__Container {
        max-width: 100%
    }

    .criteria__Footer--content {
        grid-template-columns: 1fr;
        padding: 30px 0
    }

    .criteria__Footer--item {
        padding: 0;
        border-left: unset;
        border-right: unset;
        margin-bottom: 30px
    }

    .criteria__Footer--item:last-child {
        margin: 0
    }

    .footer__power__container {
        flex-direction: column-reverse
    }
}

.wcAboutUs__item p {
    max-width: 48%
}

.wcAboutUs__List {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px
}

.wcAboutUs__List--item {
    display: flex;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    flex-direction: row;
    column-gap: 16px;
    row-gap: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    min-height: 20px;
    min-width: 8px;
    max-height: 100%;
    align-items: start
}

.wcAboutUs__List--item--photo {
    width: fit-content;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    opacity: 1;
    min-height: 20px;
    min-width: 8px;
    max-height: 100%;
    flex-direction: row
}

.wcAboutUs__List--item--info {
    width: 82.53%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    flex-direction: column;
    opacity: 1;
    row-gap: 16px;
    min-height: 20px;
    min-width: 8px;
    max-height: 100%
}

.wcAboutUs__List--item--photo img {
    display: block;
    vertical-align: middle
}

.wcAboutUs__List--item--info span {
    font-size: 24px;
    font-weight: 600
}

.wcAboutUs__List--item--info p {
    color: #656d7c;
    font-size: 16px
}

.wcAboutUs__List--item--photo--item {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.wcAboutUs__item {
    margin-bottom: 60px
}

.wcAboutUs__item h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px
}

.certificate__item {
    text-align: center;
    margin-bottom: 4rem
}

.certificate__item h2 {
    font-size: 36px;
    font-weight: 600
}

.certificate {
    padding-top: 80px;
    padding-bottom: 80px
}

.certificate__list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px
}

.certificate__list--item {
    text-align: center
}

.certificate__list--item--photo {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    background: #fff;
    flex-direction: column;
    border-style: solid;
    border-color: #d8d9e0;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    opacity: 1;
    border-radius: 24px;
    min-height: 20px;
    min-width: 8px;
    max-height: 100%
}

.certificate__list--item--info span {
    font-size: 20px;
    font-weight: 500
}

.certificate__list--item--info {
    margin-top: 20px
}

.nav__post {
    display: flex
}

.nav__post {
    margin-bottom: 40px;
    flex-wrap: nowrap;
    gap: 8px
}

.nav__post--item a {
    border: 1px solid #dbe0e6;
    display: flex;
    height: 48px;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 999px
}

.nav__post--item.active a,.nav__post--item:hover a {
    background: #d5a100;
    color: #fff;
    border-color: #d5a100
}

@media screen and (max-width: 768px) {
    .Main__AboutUs {
        flex-wrap:wrap
    }

    .Main__AboutUs-info {
        width: 100%
    }

    .Main__AboutUs--photo {
        width: 100%
    }

    .so_lieu {
        flex-wrap: wrap;
        gap: 10px
    }

    .so_lieu__item {
        width: 100%
    }

    .so_lieu__item span {
        font-size: 48px
    }

    .wcAboutUs {
        padding: 30px 0
    }

    .wcAboutUs__item p {
        max-width: 100%;
        font-size: 16px;
        color: #656d7c
    }

    .wcAboutUs__item h2 {
        font-size: 28px
    }

    .wcAboutUs__List {
        grid-template-columns: 1fr
    }

    .wcAboutUs__List--item {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: nowrap;
        align-content: start;
        flex-grow: 0;
        flex-shrink: 0;
        flex-direction: row;
        column-gap: 16px;
        row-gap: 0;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        opacity: 1
    }

    .wcAboutUs__item {
        margin-bottom: 20px
    }

    .wcAboutUs__List--item--info span {
        font-size: 18px
    }

    .certificate__list {
        grid-template-columns: 1fr 1fr
    }

    .certificate {
        padding: 20px 0
    }

    .wrap__footer__col--logo img {
        width: 156px!important
    }

    .wrap__footer__col--logo {
        text-align: start
    }

    .wrap__footer__col-item--title h2 {
        font-size: 18px;
        text-transform: math-auto
    }

    .wrap__footer__col-item {
        border: unset;
        padding-bottom: 16px;
        width: 100%;
        border-bottom: 1px solid #dbe0e6
    }

    .wrap__footer__col-item:first-child,.wrap__footer__col-item:last-child {
        border-bottom: unset
    }

    .news-list-row {
        grid-template-columns: 1fr 1fr
    }

    .nav__post {
        flex-wrap: wrap
    }
}

.content-main.content-main--news {
    width: 100%;
    height: auto;
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 80px;
    min-height: 50px;
    min-width: 8px
}

.content-main__left {
    width: 63.89%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    flex-direction: column;
    row-gap: 40px;
    min-height: 20px;
    min-width: 8px;
    max-height: 100%
}

.content-main__right {
    width: 30.55%;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    flex-direction: column;
    row-gap: 40px
}

.news-list-row__related--item a {
    display: flex;
    min-height: 50px;
    padding: 0;
    flex-direction: row;
    height: auto
}

.news-list-row__related--item--photo {
    min-height: 20px;
    width: 30%;
    min-width: 8px;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    opacity: 1
}

.news-list-row__related--item--info {
    min-height: 20px;
    width: 70%;
    min-width: 8px;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    padding-left: 12px;
    padding-right: 12px;
    flex-direction: column;
    row-gap: 4px;
    height: auto
}

.news-list-row__related--item--info h3 {
    font-weight: 600;
    width: 100%;
    opacity: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-style: var(--wp-font-style-body-2);
    font-family: var(--wp-font-family-body-2);
    font-size: var(--wp-font-size-body-2);
    line-height: var(--wp-line-height-body-2);
    color: var(--wp-text-color-body-2)
}

.news-list-row__related--item--date span {
    color: #7e8796;
    font-size: 14px
}

.news-list-row__related {
    column-gap: 0;
    grid-template-columns: repeat(1,minmax(0,1fr));
    row-gap: 16px;
    display: grid;
    width: 100%
}

.breadCrumbs_news__container {
    width: 100%;
    height: auto;
    display: flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    row-gap: 8px;
    align-content: center;
    align-items: center;
    opacity: 1;
    column-gap: 100px;
    min-height: unset;
    min-width: 8px
}

.breadCrumbs_news__left {
    width: 63%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    column-gap: 6px;
    opacity: 1;
    row-gap: 24px;
    min-height: 20px;
    min-width: 8px
}

.breadCrumbs_news__right {
    width: 30%;
    display: flex;
    flex-wrap: nowrap;
    align-content: start;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: end;
    justify-items: end;
    opacity: 1;
    flex-direction: row
}

.breadCrumbs_news__right img {
    width: 320px;
    height: 180px;
    opacity: 1;
    aspect-ratio: 4/3;
    border-radius: 10px
}

ol.breadcrumb.justify-content-center {
    justify-content: unset!important;
    align-items: start!important
}

.breadCrumbs_news__left .breadCrumbsTitle {
    font-size: 28px;
    font-weight: 600
}

.breadCrumbs.breadCrumbs_news {
    display: block
}

.breadCrumbs_news__left ol.breadcrumb.justify-content-center {
    padding: 0
}

li.breadcrumb-item span {
    color: #fff
}

.content-main__right h2 {
    font-size: 20px
}

.breadCrumbs_news__left-author {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.breadCrumbs_news__left-author--left {
    display: flex;
    align-items: center;
    gap: 10px
}

.breadCrumbs_news__left-author--left-name {
    color: #fff
}

.breadCrumbs_news__left-author--left-name span {
    font-weight: 600
}

td {
    border: 1px solid #1e1e1e
}

@media screen and (max-width: 768px) {
    .content-main.content-main--news {
        flex-wrap: wrap;
    }

    .content-main__left {
        width: 100%;
    }

    .content-main__right {
        width: 100%;
    }

    .breadCrumbs_news__container {
        flex-wrap: wrap;
    }

    .breadCrumbs_news__left {
        width: 100%;
    }

    .breadCrumbs_news__right {
        width: 100%;
        justify-content: start;
    }

    .breadCrumbs_news__left-author {
        flex-wrap: wrap;
    }
}
