.wrap-heading {
  margin-bottom: 40px; }
  .wrap-heading .wrap-heading-action {
    display: flex;
    align-items: center;
    gap: 50px; }
  .wrap-heading h2, .wrap-heading .h2 {
    font-weight: 300;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: -5.4px;
    text-transform: uppercase;
    color: #494949;
    margin: 0 0 12px 0; }
  .wrap-heading .description {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.47;
    color: #000000;
    margin: 0;
    max-width: 100%; }

/*LAYOUT ABOUT US*/
.layoutPage-about-us {
  background-color: #F9F9F9; }
  .layoutPage-about-us .breadcrumb-shop {
    background-color: transparent; }
  .layoutPage-about-us .section-aboutus_introduce {
    padding-top: 40px; }
    .layoutPage-about-us .section-aboutus_introduce .wrap-heading h2 {
      color: var(--shop-color-main); }
    @media (min-width: 992px) {
      .layoutPage-about-us .section-aboutus_introduce .wrap-heading .description {
        font-size: 24px; } }
    .layoutPage-about-us .section-aboutus_introduce .aboutus_introduce_video {
      position: relative; }
      .layoutPage-about-us .section-aboutus_introduce .aboutus_introduce_video .icon-play {
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
        padding: 0 40px 40px;
        cursor: pointer; }
        .layoutPage-about-us .section-aboutus_introduce .aboutus_introduce_video .icon-play svg {
          width: 85px;
          height: 85px; }
  .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item {
    border-top: 1px solid #ddb778;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease; }
    .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item:first-child .milestone-header .milestone-content {
      display: flex; }
    .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item.active .milestone-header .milestone-year {
      opacity: 1; }
      .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item.active .milestone-header .milestone-year .year-range {
        color: var(--shop-color-main); }
    .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item.active .milestone-header .milestone-content {
      display: flex; }
    .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header {
      padding: 24px;
      display: flex;
      gap: 32px;
      align-items: flex-start; }
      .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header .milestone-year {
        flex: 0 0 auto;
        opacity: 0.3;
        transition: all 0.3s ease; }
        .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header .milestone-year .year-label {
          font-weight: 300;
          font-size: 20px;
          line-height: 1.1;
          color: #000000;
          display: block;
          margin-bottom: 4px; }
        .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header .milestone-year .year-range {
          font-weight: 300;
          font-size: 50px;
          line-height: 1;
          letter-spacing: -3px;
          text-transform: uppercase;
          color: var(--shop-color-main);
          margin: 0;
          white-space: nowrap; }
      .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header .milestone-content {
        flex: 1;
        display: none;
        gap: 32px;
        align-items: flex-start; }
        .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header .milestone-content .milestone-image {
          flex: 1;
          aspect-ratio: 1;
          overflow: hidden; }
          .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header .milestone-content .milestone-image img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header .milestone-content .milestone-text {
          flex: 1; }
          .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header .milestone-content .milestone-text h4 {
            font-weight: 400;
            font-size: 18px;
            line-height: 1.3;
            color: #000000;
            margin: 0 0 16px 0; }
          .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header .milestone-content .milestone-text p {
            font-weight: 300;
            font-size: 15px;
            line-height: 1.47;
            color: #000000;
            margin: 0; }
    .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item:not(.active):hover .milestone-header .milestone-year {
      opacity: 0.7; }
  .layoutPage-about-us .section-aboutus_stats .stats-content .stats-image {
    aspect-ratio: 1;
    overflow: hidden;
    margin-bottom: 32px; }
    .layoutPage-about-us .section-aboutus_stats .stats-content .stats-image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .layoutPage-about-us .section-aboutus_stats .stats-content .stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px; }
    .layoutPage-about-us .section-aboutus_stats .stats-content .stats-grid .stat-item {
      background-color: #fcf8f0;
      border-radius: 6px;
      padding: 22px 20px; }
      .layoutPage-about-us .section-aboutus_stats .stats-content .stats-grid .stat-item.stat-full-width {
        grid-column: 1 / -1; }
      .layoutPage-about-us .section-aboutus_stats .stats-content .stats-grid .stat-item .stat-content .stat-number {
        font-weight: 300;
        font-size: 50px;
        line-height: 1;
        letter-spacing: -3px;
        text-transform: uppercase;
        color: #9f5d2f;
        margin-bottom: 2px; }
      .layoutPage-about-us .section-aboutus_stats .stats-content .stats-grid .stat-item .stat-content .stat-title {
        font-weight: 300;
        font-size: 20px;
        line-height: 1.1;
        color: #000000;
        margin-bottom: 16px; }
      .layoutPage-about-us .section-aboutus_stats .stats-content .stats-grid .stat-item .stat-content .stat-description {
        font-weight: 300;
        font-size: 15px;
        line-height: 1.47;
        color: #000000;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
  .layoutPage-about-us .section-aboutus_stats.section-aboutus_stats2 .wrap-heading h2 {
    color: var(--shop-color-main); }
  @media (min-width: 992px) {
    .layoutPage-about-us .section-aboutus_stats.section-aboutus_stats2 .stats-image {
      aspect-ratio: unset;
      height: 100%;
      margin-bottom: 0; }
    .layoutPage-about-us .section-aboutus_stats.section-aboutus_stats2 .stats-content .stats-grid .stat-item .stat-content .stat-description {
      font-size: 24px;
      min-height: 136px; } }
  .layoutPage-about-us .section-aboutus_collection {
    background-color: #fff; }
    .layoutPage-about-us .section-aboutus_collection .wrap-heading {
      display: flex;
      justify-content: space-between; }
      .layoutPage-about-us .section-aboutus_collection .wrap-heading h2 {
        color: #000; }
    .layoutPage-about-us .section-aboutus_collection .swiper {
      margin: -4px; }
      .layoutPage-about-us .section-aboutus_collection .swiper .swiper-wrapper {
        padding: 4px; }
      .layoutPage-about-us .section-aboutus_collection .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100%/2);
        max-width: calc(100%/2); }
        @media (min-width: 992px) {
          .layoutPage-about-us .section-aboutus_collection .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
            flex: 0 0 calc(100%/4.2);
            max-width: calc(100%/4.2); } }
  .layoutPage-about-us .section-aboutus_factory .wrap-heading {
    display: flex;
    justify-content: space-between; }
  .layoutPage-about-us .section-aboutus_factory .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100%/1);
    max-width: calc(100%/1); }
    @media (min-width: 992px) {
      .layoutPage-about-us .section-aboutus_factory .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100%/1.2);
        max-width: calc(100%/1.2); } }
  .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider {
    overflow: visible; }
    .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .swiper-wrapper {
      align-items: stretch; }
    .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .swiper-slide {
      height: auto; }
    .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card {
      background: #ffffff;
      overflow: hidden;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
      height: 100%;
      display: flex;
      flex-direction: column; }
      .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-image {
        aspect-ratio: 16/9;
        overflow: hidden; }
        .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content {
        padding: 24px;
        flex: 1;
        display: flex;
        flex-direction: column; }
        .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-header {
          margin-bottom: 16px; }
          .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-header .factory-name {
            font-weight: 300;
            font-size: 40px;
            line-height: 1.2;
            letter-spacing: -2.5px;
            text-transform: uppercase;
            color: var(--shop-color-main);
            margin: 0 0 8px 0; }
          .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-header .factory-address {
            font-weight: 300;
            font-size: 16px;
            line-height: 1.4;
            letter-spacing: -0.5px;
            color: #494949;
            margin: 0; }
        .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs {
          display: flex;
          align-items: center;
          gap: 20px;
          flex-wrap: wrap;
          flex: 1;
          align-items: flex-end; }
          .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs .spec-item {
            display: flex;
            flex-direction: column;
            gap: 8px;
            min-width: 0;
            flex: 1; }
            .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs .spec-item .spec-label {
              font-weight: 300;
              font-size: 20px;
              line-height: 1.1;
              color: #494949; }
            .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs .spec-item .spec-value-group {
              display: flex;
              align-items: flex-end;
              gap: 10px; }
              .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs .spec-item .spec-value-group .spec-value {
                font-weight: 300;
                font-size: 26px;
                line-height: 1;
                letter-spacing: -2px;
                color: #9f5d2f; }
              .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs .spec-item .spec-value-group .spec-unit {
                font-weight: 300;
                font-size: 20px;
                line-height: 1.1;
                color: #494949;
                padding-bottom: 2px; }
          .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs .spec-divider {
            width: 1px;
            height: 56px;
            background-color: #E1DCD8;
            flex-shrink: 0;
            transform: rotate(180deg);
            border-radius: 1px; }

/*LAYOUT STORES*/
.layout-pageStores {
  background-color: #F9F9F9; }
  .layout-pageStores .breadcrumb-shop {
    background-color: transparent; }
  .layout-pageStores .wrap-heading {
    margin-top: 40px; }
    .layout-pageStores .wrap-heading h1 {
      font-weight: 300;
      font-size: 64px;
      line-height: 1.2;
      letter-spacing: -5.4px;
      text-transform: uppercase;
      color: var(--shop-color-main);
      margin: 0 0 12px 0; }
  .layout-pageStores .wrapbox-info .filter-select .select-item {
    margin-bottom: 16px; }
    .layout-pageStores .wrapbox-info .filter-select .select-item .field-select {
      position: relative; }
      .layout-pageStores .wrapbox-info .filter-select .select-item .field-select select {
        padding: 0 25px 0 15px;
        cursor: pointer;
        outline: none;
        text-overflow: ellipsis;
        border-radius: 4px;
        height: 40px;
        line-height: 38px;
        background: #ffffff;
        border: 1px solid var(--shop-color-border);
        font-size: 15px;
        width: 100%;
        color: #000;
        font-weight: 500;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none; }
      .layout-pageStores .wrapbox-info .filter-select .select-item .field-select::after {
        content: '';
        position: absolute;
        top: calc(50% - 5px);
        right: 12px;
        border: solid #666666;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
  .layout-pageStores .wrapbox-info #store-info {
    overflow-y: scroll;
    max-height: 680px;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    padding-right: 20px;
    padding-top: 12px; }
    .layout-pageStores .wrapbox-info #store-info::-webkit-scrollbar {
      width: 8px;
      height: 3px;
      background-color: #E5E7EB; }
    .layout-pageStores .wrapbox-info #store-info::-webkit-scrollbar-track {
      border-radius: 0; }
    .layout-pageStores .wrapbox-info #store-info::-webkit-scrollbar-thumb {
      background: #374151;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .layout-pageStores .wrapbox-info #store-info::-webkit-scrollbar-thumb:window-inactive {
      background: #374151; }
    @media (min-width: 992px) {
      .layout-pageStores .wrapbox-info #store-info {
        min-height: 680px; } }
    .layout-pageStores .wrapbox-info #store-info .store-item {
      border-bottom: 1px solid #E1DCD8;
      padding-bottom: 20px; }
      .layout-pageStores .wrapbox-info #store-info .store-item:not(:last-child) {
        margin-bottom: 20px; }
      .layout-pageStores .wrapbox-info #store-info .store-item .store--name {
        font-size: 24px;
        font-weight: 300;
        margin: 0 0 12px; }
      .layout-pageStores .wrapbox-info #store-info .store-item p {
        margin: 0;
        color: #494949;
        font-size: 16px; }
        .layout-pageStores .wrapbox-info #store-info .store-item p:not(:last-child) {
          margin: 0 0 6px; }
      .layout-pageStores .wrapbox-info #store-info .store-item .store--link {
        text-decoration: underline;
        color: #1a73e8;
        display: block; }
  .layout-pageStores #boxMap iframe {
    aspect-ratio: 1;
    width: 100%;
    height: auto; }
  .layout-pageStores .section-pageStores_imgshowroom {
    background-color: #ffffff; }
    .layout-pageStores .section-pageStores_imgshowroom .showroom-header {
      margin-bottom: 32px; }
      .layout-pageStores .section-pageStores_imgshowroom .showroom-header .wrap-heading {
        margin-top: 0; }
      .layout-pageStores .section-pageStores_imgshowroom .showroom-header .wrap-heading-action {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .layout-pageStores .section-pageStores_imgshowroom .showroom-header .wrap-heading-action .showroom-filters {
          display: flex;
          gap: 10px;
          align-items: center; }
          .layout-pageStores .section-pageStores_imgshowroom .showroom-header .wrap-heading-action .showroom-filters .filter-btn {
            background: #f7efdd;
            border: none;
            border-radius: 3px;
            padding: 10px 20px;
            font-weight: 400;
            font-size: 16px;
            color: #494949;
            cursor: pointer;
            outline: none;
            transition: all 0.3s ease;
            text-transform: uppercase; }
            .layout-pageStores .section-pageStores_imgshowroom .showroom-header .wrap-heading-action .showroom-filters .filter-btn.active, .layout-pageStores .section-pageStores_imgshowroom .showroom-header .wrap-heading-action .showroom-filters .filter-btn:hover {
              background: #9f5d2f;
              color: #ffffff; }
      .layout-pageStores .section-pageStores_imgshowroom .showroom-header .showroom-title-section {
        margin-bottom: 0; }
        .layout-pageStores .section-pageStores_imgshowroom .showroom-header .showroom-title-section .showroom-title {
          color: #494949;
          margin: 0 0 12px 0; }
    .layout-pageStores .section-pageStores_imgshowroom .showroom-gallery {
      position: relative; }
      .layout-pageStores .section-pageStores_imgshowroom .showroom-gallery .showroom-swiper {
        overflow: visible; }
        .layout-pageStores .section-pageStores_imgshowroom .showroom-gallery .showroom-swiper .swiper-wrapper {
          align-items: stretch; }
        .layout-pageStores .section-pageStores_imgshowroom .showroom-gallery .showroom-swiper .swiper-slide {
          height: auto;
          width: auto;
          flex: 0 0 auto; }
          .layout-pageStores .section-pageStores_imgshowroom .showroom-gallery .showroom-swiper .swiper-slide .showroom-image {
            background: #ffffff;
            overflow: hidden;
            height: 100%; }
            .layout-pageStores .section-pageStores_imgshowroom .showroom-gallery .showroom-swiper .swiper-slide .showroom-image img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              display: block;
              aspect-ratio: 1440/792; }

/*LAYOUT CONTACT*/
.layout-pageContact .heading-pageDetail .wrap-heading {
  margin: 34px 0 0; }
  .layout-pageContact .heading-pageDetail .wrap-heading h1 {
    color: var(--shop-color-main); }

.layout-pageContact .pageContact-information {
  padding-bottom: 140px; }
  .layout-pageContact .pageContact-information .bg-information {
    background-color: #FCF8F0;
    padding: 32px; }
    .layout-pageContact .pageContact-information .bg-information .information-brand {
      display: flex;
      justify-content: space-between; }
      .layout-pageContact .pageContact-information .bg-information .information-brand:not(:last-child) {
        margin-bottom: 56px; }
      @media (min-width: 992px) {
        .layout-pageContact .pageContact-information .bg-information .information-brand .brand-title {
          flex: 0 0 calc(100% - 793px); } }
      .layout-pageContact .pageContact-information .bg-information .information-brand .brand-title h3 {
        margin: 0;
        color: #9F5D2F;
        font-size: 54px;
        font-weight: 300;
        text-transform: uppercase; }
      .layout-pageContact .pageContact-information .bg-information .information-brand .brand-content {
        background-color: #fff;
        padding: 32px; }
        @media (min-width: 992px) {
          .layout-pageContact .pageContact-information .bg-information .information-brand .brand-content {
            flex: 0 0 793px; } }
        .layout-pageContact .pageContact-information .bg-information .information-brand .brand-content .brand-item:not(:last-child) {
          border-bottom: 1px solid #E1DCD8;
          margin-bottom: 12px;
          padding-bottom: 12px; }
        .layout-pageContact .pageContact-information .bg-information .information-brand .brand-content .brand-item b {
          font-size: 24px;
          font-weight: 300;
          display: block;
          margin-bottom: 6px; }
        .layout-pageContact .pageContact-information .bg-information .information-brand .brand-content .brand-item span {
          color: #494949;
          font-size: 16px;
          font-weight: 300;
          display: block; }
        .layout-pageContact .pageContact-information .bg-information .information-brand .brand-content .contact-social {
          display: flex;
          justify-content: space-between;
          width: 100%; }
          .layout-pageContact .pageContact-information .bg-information .information-brand .brand-content .contact-social li {
            flex: 1; }
            .layout-pageContact .pageContact-information .bg-information .information-brand .brand-content .contact-social li:not(:last-child) {
              border-right: 1px solid #E1DCD8; }
          .layout-pageContact .pageContact-information .bg-information .information-brand .brand-content .contact-social li a {
            display: block;
            text-align: center; }
            .layout-pageContact .pageContact-information .bg-information .information-brand .brand-content .contact-social li a svg {
              width: 64px;
              height: 64px; }
            .layout-pageContact .pageContact-information .bg-information .information-brand .brand-content .contact-social li a span {
              font-size: 24px;
              font-weight: 300;
              display: block;
              color: #494949;
              padding-top: 12px; }

.layout-pageContact .box-send-contact {
  background-color: #041B6B; }
  .layout-pageContact .box-send-contact .box-send-contact-flex {
    display: flex;
    gap: 78px;
    position: relative; }
    .layout-pageContact .box-send-contact .box-send-contact-flex .box-send-contact-left {
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 992px) {
        .layout-pageContact .box-send-contact .box-send-contact-flex .box-send-contact-left {
          flex: 0 0 435px;
          max-width: 435px; }
          .layout-pageContact .box-send-contact .box-send-contact-flex .box-send-contact-left .box-send-contact-absolute {
            position: absolute;
            bottom: -60px;
            width: 100%;
            margin: 0 0 0 -78px; } }
      .layout-pageContact .box-send-contact .box-send-contact-flex .box-send-contact-left h2 {
        color: #fff;
        font-size: 45px;
        font-weight: 300;
        margin: 0 0 16px;
        text-transform: uppercase; }
      .layout-pageContact .box-send-contact .box-send-contact-flex .box-send-contact-left p {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 40px; }
    .layout-pageContact .box-send-contact .box-send-contact-flex #contactFormWrapper {
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 992px) {
        .layout-pageContact .box-send-contact .box-send-contact-flex #contactFormWrapper {
          flex: 0 0 calc(100% - 435px - 80px);
          max-width: calc(100% - 435px - 80px); } }
      .layout-pageContact .box-send-contact .box-send-contact-flex #contactFormWrapper .contact-form .input-group input, .layout-pageContact .box-send-contact .box-send-contact-flex #contactFormWrapper .contact-form .input-group textarea {
        border-radius: 0;
        border: 1px solid #233E9A;
        background: #0E2577;
        padding: 16px 12px;
        height: 52px;
        width: 100%;
        outline: none;
        font-size: 16px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.9); }
        .layout-pageContact .box-send-contact .box-send-contact-flex #contactFormWrapper .contact-form .input-group input::placeholder, .layout-pageContact .box-send-contact .box-send-contact-flex #contactFormWrapper .contact-form .input-group textarea::placeholder {
          color: rgba(255, 255, 255, 0.9); }
      .layout-pageContact .box-send-contact .box-send-contact-flex #contactFormWrapper .contact-form .input-group textarea {
        height: 213.448px; }
      .layout-pageContact .box-send-contact .box-send-contact-flex #contactFormWrapper .contact-form .cta-submitform {
        background-color: #9F5D2F;
        border-radius: 3px;
        margin-top: 40px;
        color: #F4F2EE;
        font-weight: 600;
        text-transform: uppercase; }

.content-pageDetail a {
  color: #0782c1 !important;
  text-decoration: underline; }

@media (max-width: 991px) {
  .wrap-heading {
    margin-bottom: 24px; }
    .wrap-heading h2, .wrap-heading .h2 {
      font-size: 28px;
      letter-spacing: -1px; }
  .layoutPage-about-us .section-aboutus_introduce .aboutus_introduce_video .icon-play {
    padding: 0 10px 15px; }
    .layoutPage-about-us .section-aboutus_introduce .aboutus_introduce_video .icon-play svg {
      width: 22px;
      height: 22px; }
  .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header {
    flex-direction: column;
    padding: 16px 8px;
    gap: 16px; }
    .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header .milestone-year .year-label {
      font-size: 16px; }
    .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header .milestone-year .year-range {
      font-size: 28px;
      letter-spacing: -1px; }
    .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header .milestone-content {
      flex-direction: column;
      gap: 16px; }
      .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header .milestone-content .milestone-text h4 {
        margin-bottom: 10px; }
      .layoutPage-about-us .section-aboutus_history .history-timeline .milestone-item .milestone-header .milestone-content .milestone-text p {
        font-size: 14px; }
  .layoutPage-about-us .section-aboutus_stats .stats-content .stats-image {
    margin-bottom: 16px; }
  .layoutPage-about-us .section-aboutus_stats .stats-content .stats-grid {
    display: flex;
    flex-direction: column; }
    .layoutPage-about-us .section-aboutus_stats .stats-content .stats-grid .stat-item .stat-content .stat-number {
      font-size: 24px;
      letter-spacing: -1px; }
    .layoutPage-about-us .section-aboutus_stats .stats-content .stats-grid .stat-item .stat-content .stat-title {
      font-size: 18px; }
  .layoutPage-about-us .section-aboutus_collection .swiper {
    margin: 0; }
    .layoutPage-about-us .section-aboutus_collection .swiper .swiper-wrapper {
      padding: 0; }
  .layoutPage-about-us .section-aboutus_collection .wrap-heading {
    flex-direction: column;
    align-items: center; }
    .layoutPage-about-us .section-aboutus_collection .wrap-heading h2 {
      margin: 0 0 24px; }
  .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider {
    overflow: hidden; }
    .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content {
      padding: 10px; }
      .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-header .factory-name {
        font-size: 24px;
        letter-spacing: -1px; }
      .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-header .factory-address {
        font-size: 14px; }
      .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs {
        gap: 10px; }
        .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs .spec-item {
          flex: 0 0 calc(50% - 11px); }
          .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs .spec-item .spec-label {
            font-size: 14px; }
          .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs .spec-item .spec-value-group .spec-value {
            font-size: 20px;
            letter-spacing: -1px; }
          .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs .spec-item .spec-value-group .spec-unit {
            font-size: 14px; }
        .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs .spec-divider {
          display: none; }
          .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs .spec-divider:nth-of-type(2), .layoutPage-about-us .section-aboutus_factory .factory-slider-container .factory-slider .factory-card .factory-content .factory-specs .spec-divider:nth-of-type(6) {
            display: block; }
  /*LAYOUT STORES*/
  .layout-pageStores .wrap-heading {
    margin-top: 24px; }
    .layout-pageStores .wrap-heading h1 {
      font-size: 28px;
      letter-spacing: normal; }
  .layout-pageStores .wrapbox-info #store-info {
    max-height: 470px;
    margin: 0 0 24px; }
    .layout-pageStores .wrapbox-info #store-info .store-item p {
      font-size: 14px; }
  .layout-pageStores .section-pageStores_imgshowroom .showroom-header .showroom-title-section {
    text-align: center; }
  .layout-pageStores .section-pageStores_imgshowroom .showroom-header .wrap-heading-action {
    justify-content: center; }
  /*LAYOUT CONTACT*/
  .layout-pageContact .pageContact-information {
    padding-bottom: 40px;
    padding-top: 24px; }
    .layout-pageContact .pageContact-information .bg-information {
      padding: 32px 16px;
      margin: 0 -15px; }
      .layout-pageContact .pageContact-information .bg-information .information-brand {
        flex-direction: column; }
        .layout-pageContact .pageContact-information .bg-information .information-brand .brand-title h3 {
          font-size: 28px;
          margin: 0 0 12px; }
        .layout-pageContact .pageContact-information .bg-information .information-brand .brand-content {
          padding: 16px; }
          .layout-pageContact .pageContact-information .bg-information .information-brand .brand-content .contact-social li a svg {
            width: 32px;
            height: 32px; }
          .layout-pageContact .pageContact-information .bg-information .information-brand .brand-content .contact-social li a span {
            font-size: 14px; }
  .layout-pageContact .box-send-contact .box-send-contact-flex {
    flex-direction: column;
    gap: 0; }
    .layout-pageContact .box-send-contact .box-send-contact-flex .box-send-contact-left h2 {
      font-size: 28px; } }
