@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap");
@font-face {
  font-display: swap;
  font-family: "NVN Motherland Signature";
  font-weight: 400;
  src: url("https://file.hstatic.net/200000985053/file/nvn-motherland-signature.ttf") format("truetype"); }

:root {
  --skin-title-font: "Lora", "Arial", serif;
  --skin-text-font: "Open Sans", "Arial", sans-serif;
  --skin-text-special-font: "NVN Motherland Signature", "Arial", sans-serif;
  --skin-text-special-font-2: "Playfair Display", "Lora", serif;
  --skin-text-font-2: "Roboto", "Open Sans", "Arial", sans-serif;
  --skin-primary-color: #AD6E21;
  --skin-text-color: #000102;
  --skin-title-color: #8A501E;
  --skin-border-color: #E5E7EB;
  --skin-primary-textbtn-color: #FFFFF8;
  --skin-primary-borderbtn-color: #AD6E21;
  --skin-primary-bgbtn-color: #AD6E21;
  --skin-secondary-textbtn-color: #fff;
  --skin-secondary-borderbtn-color: #000000;
  --skin-secondary-bgbtn-color: #000000;
  --space-unit: 16px;
  --space-10: calc(var(--space-unit)*0.625);
  --space-15: calc(var(--space-unit)*0.9375);
  --space-20: calc(var(--space-unit)*1.25);
  --space-30: calc(var(--space-unit)*1.875);
  --space-40: calc(var(--space-unit)*2.5);
  --space-50: calc(var(--space-unit)*3.125);
  --space-60: calc(var(--space-unit)*3.75);
  --space-80: calc(var(--space-unit)*5);
  --space-100: calc(var(--space-unit)*6.25);
  --color-state-info: #1982F9;
  --color-state-success: #24B400;
  --color-state-warning: #FDD835;
  --color-state-error: #E30019;
  --color-state-question: #FF8A00; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  line-height: 1.15; }

body, html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #FFFFF8;
  color: var(--skin-text-color);
  font-family: var(--skin-text-font);
  font-size: 0.95rem;
  font-weight: 400;
  position: relative; }
  @media (min-width: 992px) {
    body, html {
      font-size: 1rem; } }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* 1.1 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block; }

/* 1.2 - Typography */
h1, h2, h3, h4, h5, h6 {
  color: var(--skin-title-color);
  font-family: var(--skin-title-font);
  margin: 0 0 10px 0;
  font-weight: 700;
  line-height: 1.3; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--skin-title-color); }

h3, h4, h5, h6 {
  color: var(--skin-text-color);
  font-family: var(--skin-title-font); }

h3 a, h4 a, h5 a, h6 a {
  color: var(--skin-text-color); }
  h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: var(--skin-title-color); }

/* 1.3 - Links  */
a {
  color: var(--skin-text-color);
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    color: var(--skin-text-color);
    text-decoration: none;
    outline: none; }
  a:active {
    outline: none; }

.a-link {
  text-decoration: underline !important; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

/* 1.4 - Lists */
ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.typeList-style * {
  max-width: 100% !important; }

.typeList-style ul {
  list-style: initial;
  padding-left: 20px; }

.typeList-style ol {
  list-style-type: decimal;
  padding-left: 20px; }

.typeList-style ul ul {
  list-style-type: circle; }

.typeList-style ul ul ul {
  list-style-type: square; }

.typeList-style ul li, .typeList-style ol li {
  margin: 5px 0; }

/* 1.5 - form */
input[type='text'], input[type='email'], input[type='tel'], input[type='password'], .input {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none; }

input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
  -moz-appearance: none;
  appearance: none; }

input[placeholder] {
  text-overflow: ellipsis; }

input:required {
  box-shadow: none; }

textarea {
  resize: none; }

.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px;
  color: #AD6E21;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #E5E7EB;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #AD6E21;
    background-color: #fff;
    border-color: #AD6E21;
    outline: 0;
    box-shadow: none; }
  .form-control:-ms-input-placeholder {
    color: #000102;
    opacity: 1; }
  .form-control::placeholder {
    color: #000102;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control.is-invalid {
    border-color: #d91f46;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d91f46' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d91f46' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
    .form-control.is-invalid:focus {
      border-color: #d91f46 !important;
      box-shadow: 0 0 0 0.2rem rgba(217, 31, 70, 0.25); }
    .form-control.is-invalid ~ .invalid-feedback {
      display: block; }

.form-check-input.is-invalid ~ .form-check-label {
  color: #d91f46; }

.form-check-input.is-invalid ~ .invalid-feedback {
  display: block; }

select.form-control {
  height: 48px;
  padding: 12px 8px;
  color: #000102;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: right .45em top 50%;
  background-repeat: no-repeat;
  padding-right: 2em;
  background-size: auto 16px; }
  select.form-control:-moz-focusring {
    color: #AD6E21;
    text-shadow: 0 0 0 #27251f; }
  select.form-control:focus::-ms-value {
    color: #AD6E21;
    background-color: #fff; }
  select.form-control[size], select.form-control[multiple] {
    height: auto; }
  select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center; }

textarea.form-control {
  height: auto; }
  textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.form-group {
  margin-bottom: 20px;
  position: relative; }
  .form-group .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.625rem;
    color: #d91f46; }
  .form-group.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%; }
    .form-group.input-group label {
      color: #71706c;
      display: -ms-flexbox;
      display: flex;
      font-size: .625rem;
      height: 1rem;
      left: 1.25rem;
      margin: .375rem 0;
      position: absolute;
      z-index: 5; }
    .form-group.input-group > .form-control,
    .form-group.input-group > .form-control-plaintext,
    .form-group.input-group > .custom-select,
    .form-group.input-group > .custom-file {
      position: relative;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 1%;
      min-width: 0;
      margin-bottom: 0; }
    .form-group.input-group.required .form-control-label::after {
      color: #71706c;
      content: "*";
      padding-left: 2px; }
    .form-group.input-group.required .form-control-label::before {
      content: ""; }
  .form-group.check-group label[for*='radio'] {
    margin-bottom: 0;
    margin: 0 20px 0 4px;
    font-size: 12px; }
  .form-group.check-group input[name="gender"] {
    margin-top: 0;
    vertical-align: top;
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    outline: 0 !important; }
    .form-group.check-group input[name="gender"]:before {
      content: "";
      position: absolute;
      z-index: 1;
      left: -1px;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #fff;
      cursor: pointer;
      border-radius: 50%; }
    .form-group.check-group input[name="gender"]:checked:before {
      background: var(--skin-primary-color-1);
      border-color: var(--skin-primary-color-1); }
    .form-group.check-group input[name="gender"]:after {
      content: "";
      position: absolute;
      left: -1px;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 14px;
      height: 14px;
      background: #fff;
      border: 1px solid #777777;
      cursor: pointer;
      border-radius: 50%; }
    .form-group.check-group input[name="gender"]:checked:after {
      border-color: var(--skin-primary-color-1); }

/* 1.6 - Img */
img {
  width: 100%; }

/* 1.7 - Button */
.btn {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 16px;
  font-weight: 400;
  border-radius: 2px;
  height: 40px;
  outline: none !important;
  box-shadow: none !important; }
  .btn.btn-primary {
    background: var(--skin-primary-bgbtn-color);
    border: 1px solid var(--skin-primary-borderbtn-color);
    color: var(--skin-primary-textbtn-color); }
    .btn.btn-primary:hover {
      background: linear-gradient(229deg, #CC902A 31.38%, #AD6E21 94.33%);
      border: 1px solid var(--skin-primary-borderbtn-color);
      color: var(--skin-primary-textbtn-color); }
  .btn.btn-secondary {
    background: var(--skin-secondary-bgbtn-color);
    border: 1px solid var(--skin-secondary-borderbtn-color);
    color: var(--skin-secondary-textbtn-color); }
  .btn.btn-gradient {
    background: linear-gradient(229deg, #CC902A 31.38%, #AD6E21 94.33%); }
  .btn.btn-outline-1 {
    background: transparent;
    border: 1px solid var(--skin-primary-borderbtn-color);
    color: var(--skin-primary-borderbtn-color); }
    .btn.btn-outline-1:hover {
      background: linear-gradient(229deg, #CC902A 31.38%, #AD6E21 94.33%);
      border: 1px solid var(--skin-primary-borderbtn-color);
      color: var(--skin-primary-textbtn-color); }
  .btn.btn-outline-2 {
    background: transparent;
    border: 1px solid var(--skin-secondary-borderbtn-color);
    color: var(--skin-secondary-borderbtn-color); }
  .btn.btn-full {
    display: flex;
    width: 100%; }
  .btn.has-svg {
    gap: 8px; }
    .btn.has-svg svg {
      width: 24px;
      height: 24px; }
  @media (min-width: 992px) {
    .btn {
      font-size: 1.125rem;
      padding: 15px 32px;
      height: 48px; } }

.btn-link {
  color: var(--skin-primary-color);
  display: inline-flex;
  font-weight: 400;
  height: auto;
  padding: 8px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 4%;
  text-underline-offset: 15%;
  text-underline-position: from-font; }
  @media (min-width: 992px) {
    .btn-link {
      font-size: 1.125rem;
      padding: 15px 0; } }

/* 1.8 - Swiper */
.swiper-style {
  --gap-swiper: 8px; }
  .swiper-style .swiper-button-next, .swiper-style .swiper-button-prev {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    margin: 0;
    z-index: 10;
    font-size: 0;
    color: currentcolor;
    border-radius: 50%;
    transform: none; }
    .swiper-style .swiper-button-next:after, .swiper-style .swiper-button-prev:after {
      content: none; }
  .swiper-style .swiper-pagination {
    display: inline-flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    margin-bottom: 0;
    bottom: unset;
    position: relative;
    left: unset; }
    .swiper-style .swiper-pagination.swiper-pagination-fraction {
      text-align: center; }
      .swiper-style .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
        font-weight: 600; }
  .swiper-style .swiper-control {
    display: inline-flex;
    gap: 8px;
    color: #8A501E; }
    .swiper-style .swiper-control.ps-on-center, .swiper-style .swiper-control.ps-on-right {
      position: absolute;
      bottom: 2%;
      color: #fff;
      right: 50%;
      transform: translateX(50%);
      z-index: 2; }
  .swiper-style .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: var(--gap-swiper); }
  .swiper-style .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .swiper-style .swiper-banner .swiper-control {
    position: absolute;
    bottom: 2%;
    color: #fff;
    right: 50%;
    transform: translateX(50%);
    z-index: 2; }
  .swiper-style .swiper-banner .swiper-pagination:not(.swiper-pagination-fraction) {
    bottom: 40px;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    left: 0;
    width: 100%;
    gap: 6px; }
    .swiper-style .swiper-banner .swiper-pagination:not(.swiper-pagination-fraction) span {
      display: inline-flex;
      width: 40px;
      padding: 10px 0;
      position: relative;
      background: transparent;
      border-radius: 0; }
      .swiper-style .swiper-banner .swiper-pagination:not(.swiper-pagination-fraction) span:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        height: 2px;
        width: 40px;
        background: rgba(255, 255, 255, 0.4); }
      .swiper-style .swiper-banner .swiper-pagination:not(.swiper-pagination-fraction) span.swiper-pagination-bullet-active:before {
        background: white; }
  .swiper-style .swiper-banner:not(.swiper-initialized) .swiper-wrapper {
    gap: 0; }
  .swiper-style .swiper-banner:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 768px) {
    .swiper-style .swiper-button-next, .swiper-style .swiper-button-prev {
      width: 54px;
      height: 54px;
      min-width: 54px;
      min-height: 54px; }
    .swiper-style .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="2"] {
      --gap-swiper: 16px;
      gap: var(--gap-swiper); }
      .swiper-style .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="2"] .swiper-slide {
        -ms-flex: 0 0 calc((100% - var(--gap-swiper))/2);
        flex: 0 0 calc((100% - var(--gap-swiper))/2);
        max-width: calc((100% - var(--gap-swiper))/2); }
    .swiper-style .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="4"] {
      --gap-swiper: 20px;
      gap: var(--gap-swiper); }
      .swiper-style .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="4"] .swiper-slide {
        -ms-flex: 0 0 calc((100% - (var(--gap-swiper)*1))/2);
        flex: 0 0 calc((100% - (var(--gap-swiper)*1))/2);
        max-width: calc((100% - (var(--gap-swiper)*1))/2); }
    .swiper-style .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="3"] {
      --gap-swiper: 20px;
      gap: var(--gap-swiper); }
      .swiper-style .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="3"] .swiper-slide {
        -ms-flex: 0 0 calc((100% - (var(--gap-swiper)*1))/2);
        flex: 0 0 calc((100% - (var(--gap-swiper)*1))/2);
        max-width: calc((100% - (var(--gap-swiper)*1))/2); } }
  @media (min-width: 992px) {
    .swiper-style .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="2"] {
      --gap-swiper: 16px;
      gap: var(--gap-swiper); }
      .swiper-style .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="2"] .swiper-slide {
        -ms-flex: 0 0 calc((100% - var(--gap-swiper))/2);
        flex: 0 0 calc((100% - var(--gap-swiper))/2);
        max-width: calc((100% - var(--gap-swiper))/2); }
    .swiper-style .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="4"] {
      --gap-swiper: 20px;
      gap: var(--gap-swiper); }
      .swiper-style .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="4"] .swiper-slide {
        -ms-flex: 0 0 calc((100% - (var(--gap-swiper)*3))/4);
        flex: 0 0 calc((100% - (var(--gap-swiper)*3))/4);
        max-width: calc((100% - (var(--gap-swiper)*3))/4); }
    .swiper-style .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="3"] {
      --gap-swiper: 20px;
      gap: var(--gap-swiper); }
      .swiper-style .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="3"] .swiper-slide {
        -ms-flex: 0 0 calc((100% - (var(--gap-swiper)*2))/3);
        flex: 0 0 calc((100% - (var(--gap-swiper)*2))/3);
        max-width: calc((100% - (var(--gap-swiper)*2))/3); } }
  @media (min-width: 1024px) {
    .swiper-style .swiper-control {
      color: #8a501e; }
      .swiper-style .swiper-control .swiper-button-next:hover,
      .swiper-style .swiper-control .swiper-button-prev:hover {
        border: 1px solid rgba(138, 80, 30, 0.7);
        color: #8a501e;
        background: rgba(138, 80, 30, 0.2); }
      .swiper-style .swiper-control.has-white {
        color: #fff; }
        .swiper-style .swiper-control.has-white .swiper-button-next:hover,
        .swiper-style .swiper-control.has-white .swiper-button-prev:hover {
          border: 1px solid rgba(255, 255, 255, 0.7);
          color: #fff;
          background: rgba(255, 255, 255, 0.2); }
    .swiper-style .swiper-banner .swiper-control {
      bottom: 40px;
      left: auto;
      transform: none;
      right: calc(100% - (100vw - 14%)); }
    .swiper-style .swiper-control.ps-on-right {
      bottom: 40px;
      left: auto;
      transform: none;
      right: 48px; } }

/* 1.9 - Layout */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 16px;
  padding-left: 16px; }

.row {
  margin-left: -16px;
  margin-right: -16px; }

.container, .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1920px; }

@media screen and (min-width: 768px) {
  .container, .container-fluid {
    padding-left: 26px;
    padding-right: 26px; } }

@media screen and (min-width: 992px) {
  .container.w-8 {
    padding-left: 40px;
    padding-right: 40px; }
  .container.w-5 {
    max-width: 60%; } }

@media screen and (min-width: 1024px) {
  .container, .container-fluid {
    max-width: 1600px; } }

@media screen and (min-width: 1440px) {
  .container {
    padding-left: 130px;
    padding-right: 130px; }
  .container-fluid {
    padding-left: 76px;
    padding-right: 76px; } }

/* 1.10 - Anmaiton css3 */
@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, 10px, 0); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes loading {
  100% {
    transform: translateX(100%); } }

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.5, 1.5); }
  100% {
    transform: scale(1, 1); } }

/* 1.11 - Tables */
table {
  width: 100%;
  border-spacing: 0; }

table tr td {
  border-top: 1px solid #dddddd; }

table tr td, table tr th {
  padding: 10px;
  text-align: left; }

table tr td:first-child, table tr th:first-child {
  padding-left: 0px; }

table tr td:last-child, table tr th:last-child {
  padding-right: 0px; }

/*-----------------------------------------------*/
/* GENERAL */
/*-----------------------------------------------*/
.lock-scroll {
  overflow: hidden; }

/* - Loading  */
.mainLoading {
  position: fixed;
  z-index: 1051;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: none; }
  .mainLoading .underlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000; }
  .mainLoading .spinner {
    position: fixed;
    width: 80px;
    height: 80px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation: sk-rotate 2s infinite linear; }
  .mainLoading .dot1, .mainLoading .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-bounce 2s infinite ease-in-out; }
  .mainLoading .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s; }
  .mainLoading.active {
    opacity: 1;
    visibility: visible;
    display: block; }

.no-img--loading img {
  visibility: hidden;
  opacity: 0; }

.no-img--loading .aspect-ratio {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  background: #f3f3f3; }
  .no-img--loading .aspect-ratio:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: translateX(-100%);
    animation: loading 1.5s infinite;
    z-index: 1;
    top: 0; }

/* - Breadcrumb  - Pagination  */
.breadcrumb-wrapper {
  margin: 60px 0 30px; }
  .breadcrumb-wrapper .breadcrumb-list {
    overflow: hidden; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
    padding: 12px 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
    list-style: none;
    align-items: center;
    gap: 4px; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li {
    display: inline-flex;
    align-items: center;
    gap: 4px; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li strong {
    font-weight: 400; }
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li + li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M7.5 15.1172L12.5 10.1172L7.5 5.11719' stroke='%23222222' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block; }
  @media (max-width: 767px) {
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
      padding: 7px 0;
      font-size: 12px;
      white-space: nowrap;
      overflow: scroll; }
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows > li + li:before {
      padding: 0 2px; }
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows::-webkit-scrollbar {
      display: none; }
    .breadcrumb-wrapper .breadcrumb-list .breadcrumb-arrows {
      -ms-overflow-style: none;
      scrollbar-width: none; } }
  .breadcrumb-wrapper.paralax {
    width: 100%;
    margin-top: 0; }
    .breadcrumb-wrapper.paralax .breadcrumb-list .breadcrumb-arrows {
      color: #fff; }
    .breadcrumb-wrapper.paralax .breadcrumb-list .breadcrumb-arrows > li a {
      color: #fff; }
    .breadcrumb-wrapper.paralax .breadcrumb-list .breadcrumb-arrows > li + li:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M7.5 15.1172L12.5 10.1172L7.5 5.11719' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

#pagination {
  margin: 30px 0; }
  #pagination .pagination {
    margin: 0;
    padding: 0;
    justify-content: center;
    -webkit-justify-content: center; }
    #pagination .pagination > li {
      display: inline-block;
      vertical-align: middle; }
      #pagination .pagination > li:not(:last-child) {
        margin-right: 8px; }
      #pagination .pagination > li > span, #pagination .pagination > li a {
        position: relative;
        float: left;
        line-height: 33px;
        text-decoration: none;
        color: #333e48;
        background-color: #fff;
        border: 1px solid #dee2e6;
        width: 35px;
        height: 35px;
        text-align: center;
        border-radius: 0 !important;
        font-weight: 600;
        padding: 0;
        cursor: pointer; }
        #pagination .pagination > li > span.current, #pagination .pagination > li a.current {
          background-color: var(--skin-primary-color);
          border-color: var(--skin-primary-color);
          color: #fff; }

/* - Menu sidebar  */
.menuList-links {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menuList-links li {
    position: relative; }
  .menuList-links li a {
    position: relative;
    font-size: 12px;
    display: block; }
  .menuList-links > li.has-submenu > a {
    padding-right: 30px; }
  .menuList-links > li.has-submenu span.icon-plus-submenu {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent; }
  .menuList-links .icon-plus-submenu:after,
  .menuList-links .icon-plus-submenu:before {
    background: rgba(9, 9, 9, 0.6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
  .menuList-links .icon-plus-submenu:before {
    width: 9px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .menuList-links .icon-plus-submenu:after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1); }
  .menuList-links .has-submenu.opened > a .icon-plus-submenu:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0); }
  .menuList-links > li.has-submenu .icon-plus-submenu:hover {
    border: 1px solid #f4f5f7; }
  .menuList-links li ul.submenu-links {
    display: none;
    padding-left: 30px; }
  .menuList-links ul.submenu-links li a {
    padding: 8px 0 8px 0px; }
  .menuList-links li.has-submenu.level0 > ul.submenu-links {
    border-top: 1px dashed #f4f5f7; }
  .menuList-links li.has-submenu.level0 > ul.submenu-links li a {
    padding-left: 12px; }
  .menuList-links li.has-submenu.level1 > ul.submenu-links li a:hover {
    text-decoration: underline; }

/* - Icon Contact */
.addThis-listSharing {
  position: fixed;
  bottom: 3%;
  z-index: 999;
  right: 10px;
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease; }
  .addThis-listSharing .addThis-listing {
    display: none;
    margin-bottom: 10px; }
    .addThis-listSharing .addThis-listing .addThis-item {
      margin-bottom: 5px;
      margin-right: 0; }
    .addThis-listSharing .addThis-listing .addThis-item--icon {
      position: relative;
      display: inline-block;
      text-align: center;
      width: 44px;
      height: 44px;
      line-height: 44px;
      color: #fff;
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center; }
      .addThis-listSharing .addThis-listing .addThis-item--icon .tooltip-text {
        position: absolute;
        top: 4px;
        right: 55px;
        z-index: 9;
        height: 32px;
        line-height: 26px;
        padding: 3px 10px;
        width: auto;
        border-radius: 5px;
        font-size: 11px;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background-color: black;
        visibility: hidden;
        opacity: 0;
        -ms-transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
        .addThis-listSharing .addThis-listing .addThis-item--icon .tooltip-text:after {
          content: "";
          width: 0;
          height: 0;
          border-width: 5px;
          border-style: solid;
          border-color: transparent transparent transparent black;
          position: absolute;
          left: 100%;
          top: 0;
          bottom: 0;
          margin: auto;
          -ms-transition: all 200ms linear;
          -webkit-transition: all 200ms linear;
          transition: all 200ms linear; }
      .addThis-listSharing .addThis-listing .addThis-item--icon:hover {
        text-decoration: none;
        opacity: .9;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }
        .addThis-listSharing .addThis-listing .addThis-item--icon:hover .tooltip-text {
          visibility: visible;
          opacity: 1; }
  .addThis-listSharing .addThis-listSharing-btn {
    width: 56px;
    height: 56px;
    padding: 11px;
    border-radius: 50%;
    border: 0;
    background: linear-gradient(229deg, #CC902A 31.38%, #AD6E21 94.33%);
    outline: none;
    color: #fff;
    box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18); }
    .addThis-listSharing .addThis-listSharing-btn .icon-sharing-open {
      display: inline-block;
      animation: zoom-in-zoom-out 1s ease-out infinite; }
    .addThis-listSharing .addThis-listSharing-btn .icon-sharing-close {
      display: none; }
  .addThis-listSharing .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
    display: none; }
  .addThis-listSharing.is-show {
    right: 0;
    opacity: 1;
    visibility: visible; }
  .addThis-listSharing.active .overlay {
    display: block; }
  .addThis-listSharing.active .addThis-listing {
    display: flex;
    position: relative;
    z-index: 21;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
  .addThis-listSharing.active .addThis-listSharing-btn {
    position: relative;
    z-index: 21; }
    .addThis-listSharing.active .addThis-listSharing-btn .icon-sharing-open {
      display: none; }
    .addThis-listSharing.active .addThis-listSharing-btn .icon-sharing-close {
      display: inline-block; }
  @media (min-width: 992px) {
    .addThis-listSharing {
      right: 30px;
      bottom: 135px; } }

/*----- Modal -----*/
.modal .modal-content {
  border-radius: 0;
  padding: 0 30px; }
  .modal .modal-content .modal-header {
    border-radius: 0;
    border-bottom: 1px solid #d0d1d2;
    padding: 20px 0;
    align-items: center; }
    .modal .modal-content .modal-header h4 {
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 0; }
    .modal .modal-content .modal-header .close {
      margin: 0;
      opacity: 1;
      padding: 4px 0;
      outline: none; }
    .modal .modal-content .modal-header svg {
      width: 32px;
      height: 32px; }
  .modal .modal-content .modal-body {
    padding: 20px 0;
    font-size: 12px; }
  .modal .modal-content .modal-footer {
    padding: 0 0 20px;
    gap: 20px;
    border-top: none; }
    .modal .modal-content .modal-footer button {
      margin: 0; }

.modal#removeProductModal .product-to-remove {
  font-weight: bold;
  margin-top: 10px; }

.modal.modal-success .modal-header {
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #9CA3AF; }
  .modal.modal-success .modal-header h4 {
    color: #8A501E;
    font-size: 38px;
    font-weight: 600;
    text-transform: capitalize; }
  .modal.modal-success .modal-header button {
    padding: 0;
    border: none;
    outline: none;
    position: relative;
    top: unset;
    right: unset;
    background: none;
    width: 32px;
    height: 32px; }

.modal.modal-success .modal-content {
  padding: 40px;
  border: none;
  border-radius: 4px;
  background-image: url(https://file.hstatic.net/200000985053/file/frame_1000009323.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #000; }

.modal.modal-success .modal-body {
  padding: 0; }

@media (min-width: 568px) {
  .modal.modal-success .modal-dialog {
    max-width: 500px; } }

.modal.modal-menu .modal-header {
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #9CA3AF; }
  .modal.modal-menu .modal-header h4 {
    color: #8A501E;
    font-size: 38px;
    font-weight: 500;
    text-transform: capitalize; }
  .modal.modal-menu .modal-header button {
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    width: 32px;
    height: 32px; }

.modal.modal-menu .modal-content {
  padding: 40px;
  border: none;
  border-radius: 4px; }

.modal.modal-menu .modal-body {
  padding: 0; }

@media (min-width: 1024px) {
  .modal.modal-menu .modal-dialog {
    max-width: 995px; } }

.modal.modal-popupContact {
  color: #333;
  -webkit-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear; }
  .modal.modal-popupContact .close-popup-contact {
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    outline: none; }
    .modal.modal-popupContact .close-popup-contact svg {
      display: block;
      margin: auto;
      height: 30px;
      width: 14px;
      text-align: center;
      fill: #f3f3f3; }
    .modal.modal-popupContact .close-popup-contact:hover {
      background-color: rgba(0, 0, 0, 0.6); }
  .modal.modal-popupContact.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .modal.modal-popupContact.fade .modal-dialog-centered {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s; }
  .modal.modal-popupContact.fade.show .modal-dialog-centered {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .modal.modal-popupContact.popupBanner .modal-content {
    background-color: transparent;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: none; }
  .modal.modal-popupContact.popupForm .modal-content {
    position: relative;
    overflow: hidden;
    padding: 0;
    display: unset;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e6e6e6; }
    .modal.modal-popupContact.popupForm .modal-content.lazyloaded {
      background-image: url("https://file.hstatic.net/200000985053/file/image-mb.jpg"); }
    .modal.modal-popupContact.popupForm .modal-content:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      background: #f3f3f3;
      opacity: 0.75;
      width: 58%; }
    .modal.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
      position: relative;
      padding: 50px 25px;
      float: right;
      width: 58%; }
    .modal.modal-popupContact.popupForm .modal-content .title-popup-contact {
      font-size: 24px;
      margin: 0 0 10px;
      font-weight: 500; }
    .modal.modal-popupContact.popupForm .modal-content .message-popup-contact {
      margin-bottom: 25px; }
    .modal.modal-popupContact.popupForm .modal-content .title-adv-popup-contact {
      font-size: 14px;
      margin-bottom: 5px; }
    .modal.modal-popupContact.popupForm .modal-content .list-adv-popup-contact li {
      list-style-type: disc;
      margin-left: 25px;
      font-size: 14px; }
    .modal.modal-popupContact.popupForm .modal-content .popup-form-customer .input-group {
      width: 100%;
      display: block;
      margin-bottom: 0; }
      .modal.modal-popupContact.popupForm .modal-content .popup-form-customer .input-group input {
        width: 100%;
        margin-bottom: 15px;
        font-size: 14px;
        height: 45px;
        padding: 10px 20px;
        line-height: 25px;
        background: #fff;
        border: 1px solid #e7e7e7;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none; }
    .modal.modal-popupContact.popupForm .modal-content .popup-form-customer .input-group-addon {
      width: 100%;
      margin-bottom: 15px;
      border-radius: 4px;
      height: 45px;
      padding: 10px 20px;
      line-height: 25px;
      font-weight: 700;
      color: #fff;
      cursor: pointer;
      border-color: var(--shop-color-main); }
      .modal.modal-popupContact.popupForm .modal-content .popup-form-customer .input-group-addon:hover, .modal.modal-popupContact.popupForm .modal-content .popup-form-customer .input-group-addon:focus {
        background-color: #fff;
        border-color: var(--shop-color-main);
        color: var(--shop-color-main); }
    .modal.modal-popupContact.popupForm .modal-content .popup-form-customer .succes-popup {
      font-size: 13px;
      min-height: 25px;
      visibility: hidden;
      margin: 0;
      text-align: center; }
      .modal.modal-popupContact.popupForm .modal-content .popup-form-customer .succes-popup.error {
        visibility: visible;
        color: red; }
      .modal.modal-popupContact.popupForm .modal-content .popup-form-customer .succes-popup.success {
        visibility: visible;
        color: #27a208; }
  .modal.modal-popupContact.popupPromotion .modal-content {
    overflow: hidden; }
  .modal.modal-popupContact.popupPromotion .modal-body {
    padding: 0; }
  .modal.modal-popupContact.popupPromotion .popup-discount {
    padding: 30px 40px; }
  .modal.modal-popupContact.popupPromotion .desc-popup-discount {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px; }
  .modal.modal-popupContact.popupPromotion .title-popup-discount {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center; }
  .modal.modal-popupContact.popupPromotion .code-popup-discount {
    display: flex;
    justify-content: center; }
    .modal.modal-popupContact.popupPromotion .code-popup-discount input {
      width: 50%;
      height: 45px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 5px;
      font-size: 20px;
      font-weight: 600;
      padding: 10px 0;
      line-height: 1.6;
      background-color: #f3f3f3;
      color: #000;
      border-style: dashed;
      border-color: #c5c5c5;
      border-width: 2px;
      border-radius: 5px; }
      .modal.modal-popupContact.popupPromotion .code-popup-discount input:focus {
        outline: none; }
    .modal.modal-popupContact.popupPromotion .code-popup-discount button {
      height: 45px;
      min-width: 155px;
      padding: 10px 32px;
      margin-left: 20px;
      border: 0;
      border-radius: 4px;
      background-color: #ff0000;
      color: #fff; }
    .modal.modal-popupContact.popupPromotion .code-popup-discount button:focus {
      outline: none; }
    .modal.modal-popupContact.popupPromotion .code-popup-discount button.disabled {
      pointer-events: none;
      opacity: 0.95; }

@media (max-width: 767px) {
  .modal.modal-popupContact.popupForm .modal-content:before,
  .modal.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    width: 100%; }
  .modal.modal-popupContact.popupPromotion .popup-discount {
    padding: 20px 15px; }
  .modal.modal-popupContact.popupPromotion .code-popup-discount {
    flex-wrap: wrap; }
  .modal.modal-popupContact.popupPromotion .code-popup-discount input {
    width: 100%; }
  .modal.modal-popupContact.popupPromotion .code-popup-discount button {
    width: 100%;
    margin: 15px 0 0; } }

@media (min-width: 544px) {
  .modal .modal-dialog {
    max-width: 730px; }
  .modal .modal-sm {
    max-width: 300px; } }

@media (min-width: 768px) {
  .modal.modal-popupContact .modal-dialog-centered {
    max-width: 650px; } }

@media (min-width: 1025px) {
  .modal .modal-lg, .modal .modal-xl {
    max-width: 800px; }
  .modal .modal-content .modal-body {
    font-size: 14px; } }

@media (min-width: 1200px) {
  .modal .modal-xl {
    max-width: 1140px; }
  .modal .modal-content .modal-header h4 {
    font-size: 20px; } }

/*----- Section -----*/
.section {
  padding: 40px 0;
  position: relative; }
  .section .s-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px; }
  .section .s-title {
    text-align: center; }
    .section .s-title h4 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
      color: #000102; }
    .section .s-title h2 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 0; }
    .section .s-title h2 + h4, .section .s-title h4 + h2 {
      margin-top: 12px; }
    .section .s-title .text-white {
      color: #fff; }
    .section .s-title .text-special {
      color: #8A501E;
      font-family: "NVN Motherland Signature";
      letter-spacing: -1.5px;
      text-transform: capitalize;
      font-weight: 400; }
    .section .s-title .desc p:last-child {
      margin-bottom: 0; }
    .section .s-title h2 + .desc {
      margin-top: 6px; }
    .section .s-title.has-nav {
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: center;
      text-align: center;
      justify-content: space-between; }
      .section .s-title.has-nav .s-title--left, .section .s-title.has-nav .s-title--right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
  @media (min-width: 992px) {
    .section {
      padding: 64px 0; }
      .section .s-title h2 {
        font-size: 38px; }
      .section .s-title h4 {
        font-size: 32px; }
      .section .s-title h2 + h4, .section .s-title h4 + h2 {
        margin-top: 20px; }
      .section .s-title:not(.has-nav) {
        width: 64.5%;
        margin: auto; }
      .section .s-title.has-nav {
        flex-direction: row;
        text-align: left; }
        .section .s-title.has-nav .s-title--left {
          -ms-flex: 0 0 calc(70% - 20px);
          flex: 0 0 calc(70% - 20px);
          max-width: calc(70% - 20px); }
        .section .s-title.has-nav .s-title--right {
          -ms-flex: 0 0 30%;
          flex: 0 0 30%;
          max-width: 30%;
          text-align: right; }
      .section .s-wrapper {
        gap: 40px; } }

.section-screen {
  padding: 0;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .section-screen .box-wrapper {
    width: 100%;
    height: 100%; }
  .section-screen .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative; }
    .section-screen .swiper-slide .swiper-slide--inner {
      height: 100%;
      width: 100%;
      position: relative; }
  .section-screen .media {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 0; }
    .section-screen .media img, .section-screen .media video {
      -o-object-fit: cover;
      object-fit: cover;
      transform: scale(1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.media.overlay-bg {
  position: relative;
  overflow: hidden; }
  .media.overlay-bg:before {
    background: linear-gradient(0deg, rgba(0, 1, 2, 0.5) 18.67%, rgba(0, 1, 2, 0.15) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3; }

/*----- Module -----*/
.box-promotion {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: all 0.4s;
  margin-bottom: 10px; }
  .box-promotion > div {
    width: 100%; }
  .box-promotion .thumb .aspect-ratio {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: calc(640/960 * 100%); }
  .box-promotion .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .box-promotion .detail {
    padding: 12px; }
    .box-promotion .detail h3 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 4px; }
    .box-promotion .detail p {
      margin: 0; }
  @media (min-width: 992px) {
    .box-promotion .detail {
      padding: 16px; }
      .box-promotion .detail h3 {
        font-size: 24px; }
    .box-promotion:hover {
      box-shadow: 0 12px 16px -12px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03); } }

.box-menu {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff; }
  .box-menu > div {
    width: 100%; }
  .box-menu .thumb .aspect-ratio {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: calc(835/627 * 100%); }
  .box-menu .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .box-menu .detail {
    padding: 12px; }
    .box-menu .detail h3 a {
      transition: none; }
    .box-menu .detail h3 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 4px; }
    .box-menu .detail p {
      margin-bottom: 12px; }
  .box-menu:hover .detail h3 a, .box-menu:hover .detail p {
    color: #AD6E21; }
  .box-menu:hover .detail .action .btn-link {
    text-decoration: none;
    padding: 8px 12px;
    background: linear-gradient(229deg, #CC902A 31.38%, #AD6E21 94.33%);
    border: 1px solid var(--skin-primary-borderbtn-color);
    color: var(--skin-primary-textbtn-color); }
  @media (min-width: 992px) {
    .box-menu .detail {
      padding: 16px; }
      .box-menu .detail h3 {
        font-size: 24px; }
      .box-menu .detail p {
        margin-bottom: 24px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .box-menu:hover .detail .action .btn-link {
      padding: 15px 32px; } }

.box-customer {
  border-radius: 2px;
  border: 1px solid #FFF0C6;
  background: #FFF;
  overflow: hidden;
  padding: 16px; }
  .box-customer .inner {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .box-customer .inner > div {
      width: 100%; }
  .box-customer .thumb .aspect-ratio {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: calc(2/3 * 100%); }
  .box-customer .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .box-customer .detail .rating {
    margin-bottom: 12px; }
  .box-customer .detail h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 26px; }
  .box-customer .detail p {
    margin: 0; }

.article-loop {
  border-radius: 4px;
  overflow: hidden; }
  .article-loop .inner {
    display: flex;
    flex-direction: column;
    background: #fff; }
    .article-loop .inner > div {
      width: 100%; }
  .article-loop .thumb .aspect-ratio {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 100%; }
  .article-loop .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .article-loop .detail {
    padding: 16px 12px; }
    .article-loop .detail .time {
      display: inline-flex;
      gap: 4px;
      align-items: center;
      color: #6B7280;
      font-size: 12px;
      margin-bottom: 8px; }
    .article-loop .detail h3 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 4px;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      height: 46px; }
      .article-loop .detail h3 a {
        color: #AD6E21; }
    .article-loop .detail p {
      margin: 0; }

.article-menu {
  border-radius: 4px;
  overflow: hidden; }
  .article-menu .inner {
    display: flex;
    flex-direction: column;
    background: #fff; }
    .article-menu .inner > div {
      width: 100%; }
  .article-menu .thumb .aspect-ratio {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: calc(481/600 * 100%); }
  .article-menu .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .article-menu .detail {
    padding: 16px;
    display: flex;
    flex-direction: column; }
    .article-menu .detail > div {
      width: 100%; }
    .article-menu .detail .tag {
      font-family: var(--skin-title-font);
      font-size: 26px;
      font-weight: 500;
      margin-bottom: 6px; }
    .article-menu .detail .title a {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px;
      padding: 4px 16px;
      border-radius: 30px;
      background: linear-gradient(180deg, #CC902A -15.13%, #D8A437 100%);
      display: inline-flex;
      color: #F9FAFB; }
    .article-menu .detail .text {
      margin-bottom: 20px; }
    .article-menu .detail p:last-child {
      margin-bottom: 0; }

.swiper-slide--inner .media img {
  transition: all 1.5s; }

.swiper-slide--inner .content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0 0 25%;
  position: absolute;
  z-index: 5; }
  .swiper-slide--inner .content .link {
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 4; }
  .swiper-slide--inner .content .tbox {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 5;
    width: 90%;
    margin: 0 auto; }
  .swiper-slide--inner .content .title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: center;
    transition: all .8s .5s;
    width: 100%; }
  .swiper-slide--inner .content .subtitle {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: center;
    transition: all .8s .5s;
    width: 100%;
    font-family: "NVN Motherland Signature";
    letter-spacing: -1.5px;
    text-transform: capitalize; }
  .swiper-slide--inner .content .desc {
    margin-bottom: 24px;
    font-size: 12px; }
  .swiper-slide--inner .content p {
    color: #fff; }
  .swiper-slide--inner .content p:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .swiper-slide--inner .content {
    padding: 0 0 40px; }
    .swiper-slide--inner .content .tbox {
      width: 80%; } }

@media (min-width: 992px) {
  .swiper-slide--inner .content .title {
    font-size: 38px; }
  .swiper-slide--inner .content .subtitle {
    font-size: 32px; }
  .swiper-slide--inner .content .desc {
    font-size: 14px; }
  .swiper-slide--inner .content .tbox {
    width: 70%; } }

@media (min-width: 1170px) {
  .swiper-slide--inner .content .tbox {
    width: 800px; } }

/*-----------------------------------------------*/
/* HEADER */
/*-----------------------------------------------*/
.main-header {
  padding: 10px 0;
  border-bottom: 1px solid #FFF0C6;
  background: #FFFFF8;
  transition: all 0.4s;
  /*
  &.main-header-fixed:not(.hSticky):hover {
    --skin-text-color: #000102;
    border-bottom: 1px solid #FFF0C6;
    background: #FFFFF8;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  }
  */ }
  .main-header .main-header--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .main-header .main-header--wrapper .main-header--left {
      display: none; }
    .main-header .main-header--wrapper .main-header--right {
      -webkit-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%;
      display: flex;
      gap: 12px;
      align-items: center;
      justify-content: flex-end; }
    .main-header .main-header--wrapper .main-header--mid {
      -webkit-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%; }
    @media (min-width: 1024px) {
      .main-header .main-header--wrapper {
        justify-content: center; }
        .main-header .main-header--wrapper .main-header--left {
          -webkit-flex: 0 0 calc((100% - 100px) / 2);
          flex: 0 0 calc((100% - 100px) / 2);
          max-width: calc((100% - 100px) / 2);
          display: block;
          padding-right: 8px; }
        .main-header .main-header--wrapper .main-header--right {
          -webkit-flex: 0 0 calc((100% - 100px) / 2);
          flex: 0 0 calc((100% - 100px) / 2);
          max-width: calc((100% - 100px) / 2);
          padding-left: 8px; }
        .main-header .main-header--wrapper .main-header--mid {
          -webkit-flex: 0 0 100px;
          flex: 0 0 100px;
          max-width: 100px; } }
    @media (min-width: 1240px) {
      .main-header .main-header--wrapper .main-header--left {
        -webkit-flex: 0 0 calc((100% - 150px) / 2);
        flex: 0 0 calc((100% - 150px) / 2);
        max-width: calc((100% - 150px) / 2);
        display: block;
        padding-right: 12px; }
      .main-header .main-header--wrapper .main-header--right {
        -webkit-flex: 0 0 calc((100% - 150px) / 2);
        flex: 0 0 calc((100% - 150px) / 2);
        max-width: calc((100% - 150px) / 2);
        padding-left: 12px; }
      .main-header .main-header--wrapper .main-header--mid {
        -webkit-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px; } }
  .main-header .header-action {
    display: flex;
    align-items: center;
    gap: 2px; }
    .main-header .header-action > a {
      height: 40px;
      width: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    .main-header .header-action > a.action-phone {
      padding: 4px;
      white-space: nowrap;
      height: 40px;
      width: 40px;
      font-size: 12px; }
      .main-header .header-action > a.action-phone span {
        display: none; }
    @media (min-width: 1024px) {
      .main-header .header-action > a.action-phone {
        gap: 8px;
        border-radius: 2px;
        padding: 8px 12px;
        height: 40px;
        width: auto;
        color: #FFFFF8;
        background: linear-gradient(229deg, #CC902A 31.38%, #AD6E21 94.33%);
        border: none;
        color: var(--skin-primary-textbtn-color); }
        .main-header .header-action > a.action-phone span {
          display: inline-flex; }
      .main-header .header-action > a.action-menumb {
        display: none; } }
    @media (min-width: 1240px) {
      .main-header .header-action > a.action-phone {
        font-size: 1rem; } }
  .main-header .header-logo a {
    display: block; }
  .main-header .header-logo svg {
    width: 90px;
    height: auto; }
  @media (min-width: 768px) {
    .main-header .header-logo svg {
      width: 100px; } }
  @media (min-width: 992px) {
    .main-header .header-logo svg {
      width: 152px; } }
  @media (min-width: 1024px) {
    .main-header .header-logo {
      text-align: center; }
      .main-header .header-logo svg {
        width: 67%; } }
  .main-header .header-menu {
    display: none; }
    .main-header .header-menu .menuList-main {
      margin: 0;
      display: flex;
      gap: 4px; }
      .main-header .header-menu .menuList-main > li {
        display: inline-block;
        position: relative; }
        .main-header .header-menu .menuList-main > li > a {
          color: var(--skin-text-color);
          position: relative;
          z-index: 2;
          display: block;
          width: 100%;
          font-weight: 400;
          font-size: 12px;
          line-height: 56px;
          padding: 16px 0; }
          .main-header .header-menu .menuList-main > li > a span {
            display: inline;
            padding: 8px 4px;
            border-radius: 2px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
          .main-header .header-menu .menuList-main > li > a svg {
            display: inline-block;
            vertical-align: middle;
            margin-left: 0;
            -webkit-transition: transform 0.2s;
            -moz-transition: transform 0.2s;
            -o-transition: transform 0.2s;
            transition: transform 0.2s; }
          .main-header .header-menu .menuList-main > li > a .svg-home {
            vertical-align: -1px; }
        .main-header .header-menu .menuList-main > li:hover > a svg:not(.svg-home) {
          opacity: 1;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      .main-header .header-menu .menuList-main .menuList-submain li {
        position: relative; }
        .main-header .header-menu .menuList-main .menuList-submain li a {
          padding: 5px 22px;
          text-align: left;
          display: block;
          font-size: 14px;
          font-weight: 500;
          color: var(--skin-text-color);
          opacity: 0.85; }
        .main-header .header-menu .menuList-main .menuList-submain li a svg {
          width: 15px;
          position: absolute;
          right: 15px;
          top: 50%;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: right 0.3s ease-in-out;
          -ms-transition: right 0.3s ease-in-out;
          transition: right 0.3s ease-in-out; }
        .main-header .header-menu .menuList-main .menuList-submain li a:hover svg {
          right: 10px;
          opacity: 0.8; }
      .main-header .header-menu .menuList-main .menuList-submain li.has-submenu {
        padding-right: 30px; }
      .main-header .header-menu .menuList-main .menuList-submain li a:hover, .main-header .header-menu .menuList-main .menuList-submain li a:hover i {
        opacity: 1; }
      .main-header .header-menu .menuList-main .has-submenu .menuList-submain {
        background: #fff;
        min-width: 230px;
        max-width: 180%;
        padding: 12px 0;
        position: absolute;
        z-index: 99;
        top: 150%;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .main-header .header-menu .menuList-main .has-submenu .menuList-submain ul.menuList-submain {
        left: 100%;
        top: 0; }
      .main-header .header-menu .menuList-main .has-submenu:hover > .menuList-submain {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
    @media (min-width: 1024px) {
      .main-header .header-menu {
        display: block; } }
    @media (min-width: 1240px) {
      .main-header .header-menu .menuList-main > li > a {
        font-size: 14px;
        line-height: 50px; }
        .main-header .header-menu .menuList-main > li > a span {
          padding: 8px 8px; } }
    @media (min-width: 1360px) {
      .main-header .header-menu .menuList-main > li > a {
        font-size: 16px;
        line-height: 50px; }
        .main-header .header-menu .menuList-main > li > a span {
          padding: 8px 12px; } }
  .main-header:not(.main-header-fixed) .header-menu .menuList-main > li > a:hover span {
    background: #FFF0C6;
    color: #AD6E21; }
  .main-header:not(.main-header-fixed) .header-menu .menuList-main > li.index > a {
    color: #cc902a; }
  .main-header:not(.main-header-fixed).hSticky {
    --skin-text-color: #000102;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #FFF0C6;
    background: #FFFFF8;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03); }
  .main-header.main-header-fixed:not(.hSticky) {
    --skin-text-color: #fff;
    border-bottom: none;
    background: transparent;
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11; }
  .main-header.main-header-fixed .header-menu .menuList-main > li > a:hover span {
    background: rgba(255, 255, 255, 0.25);
    color: #fff; }
  .main-header.main-header-fixed.hSticky {
    --skin-text-color: #000102;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #FFF0C6;
    background: #FFFFF8;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03); }
    .main-header.main-header-fixed.hSticky .header-menu .menuList-main > li > a:hover span {
      background: #FFF0C6;
      color: #AD6E21; }
    .main-header.main-header-fixed.hSticky .header-menu .menuList-main > li.index > a {
      color: #cc902a; }
  .main-header.main-header-fixed.scrolled:not(.hSticky) {
    --skin-text-color: #000102;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #FFF0C6;
    background: #FFFFF8;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03); }
    .main-header.main-header-fixed.scrolled:not(.hSticky) .header-menu .menuList-main > li > a:hover span {
      background: #FFF0C6;
      color: #AD6E21; }
    .main-header.main-header-fixed.scrolled:not(.hSticky) .header-menu .menuList-main > li.index > a {
      color: #cc902a; }
  @media (min-width: 1024px) {
    .main-header {
      padding: 0; } }

/*-----------------------------------------------*/
/* FOOTER */
/*-----------------------------------------------*/
.main-footer {
  border-top: 3px solid #FFF0C6;
  background: #FFF; }
  .main-footer .main-footer--top {
    padding: 20px 0; }
    .main-footer .main-footer--top .inner {
      display: flex;
      flex-wrap: wrap;
      gap: 30px 10px; }
      .main-footer .main-footer--top .inner .ffooter-col {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .main-footer .main-footer--top .ffooter-box {
      display: flex;
      flex-direction: column;
      gap: 10px;
      font-size: 12px; }
      .main-footer .main-footer--top .ffooter-box .ffooter-box--title h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0; }
      .main-footer .main-footer--top .ffooter-box .ffooter-address {
        display: flex;
        flex-direction: column;
        gap: 6px; }
        .main-footer .main-footer--top .ffooter-box .ffooter-address > li {
          display: flex;
          gap: 4px; }
          .main-footer .main-footer--top .ffooter-box .ffooter-address > li > span {
            color: #AD6E21;
            font-weight: 600;
            white-space: nowrap; }
          .main-footer .main-footer--top .ffooter-box .ffooter-address > li > div {
            flex: 1 1 auto;
            display: flex;
            flex-direction: column;
            gap: 2px; }
      .main-footer .main-footer--top .ffooter-box .ffooter-social {
        display: flex;
        gap: 10px;
        align-items: center; }
        .main-footer .main-footer--top .ffooter-box .ffooter-social a {
          display: inline-flex;
          width: 24px;
          height: 24px;
          align-items: center; }
        .main-footer .main-footer--top .ffooter-box .ffooter-social a svg {
          width: 24px; }
      .main-footer .main-footer--top .ffooter-box .ffooter-nav {
        display: flex;
        flex-direction: column;
        gap: 6px; }
        .main-footer .main-footer--top .ffooter-box .ffooter-nav li a:hover {
          color: var(--skin-primary-color);
          text-decoration: underline; }
      .main-footer .main-footer--top .ffooter-box .ffooter-info {
        display: flex;
        flex-direction: column;
        gap: 3px; }
        .main-footer .main-footer--top .ffooter-box .ffooter-info li a:hover {
          color: var(--skin-primary-color);
          text-decoration: underline; }
    .main-footer .main-footer--top .ffooter-col:nth-child(1) {
      flex-direction: column; }
      .main-footer .main-footer--top .ffooter-col:nth-child(1) .ffooter-logo {
        margin-bottom: 30px; }
        .main-footer .main-footer--top .ffooter-col:nth-child(1) .ffooter-logo img {
          width: 110px; }
        .main-footer .main-footer--top .ffooter-col:nth-child(1) .ffooter-logo a {
          display: block; }
    @media (min-width: 992px) {
      .main-footer .main-footer--top {
        padding: 64px 0 20px; }
        .main-footer .main-footer--top .inner {
          gap: 20px; }
          .main-footer .main-footer--top .inner .ffooter-col:nth-child(1) {
            -webkit-flex: 0 0 45%;
            flex: 0 0 45%;
            max-width: 45%; }
          .main-footer .main-footer--top .inner .ffooter-col:nth-child(2) {
            -webkit-flex: 0 0 40%;
            flex: 0 0 40%;
            max-width: 40%; }
          .main-footer .main-footer--top .inner .ffooter-col:nth-child(3) {
            -webkit-flex: 0 0 calc(15% - 40px);
            flex: 0 0 calc(15% - 40px);
            max-width: calc(15% - 40px); }
          .main-footer .main-footer--top .inner .ffooter-col:nth-child(4) {
            -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%; }
        .main-footer .main-footer--top .ffooter-box {
          font-size: 14px; }
          .main-footer .main-footer--top .ffooter-box .ffooter-box--title h4 {
            font-size: 20px; }
          .main-footer .main-footer--top .ffooter-box .ffooter-address {
            gap: 6px; }
          .main-footer .main-footer--top .ffooter-box .ffooter-info {
            gap: 6px; }
        .main-footer .main-footer--top .ffooter-col:nth-child(4) .ffooter-box {
          flex-direction: row;
          gap: 20px;
          justify-content: center;
          align-items: center; }
          .main-footer .main-footer--top .ffooter-col:nth-child(4) .ffooter-box .ffooter-box--title h4 {
            font-size: 16px; }
        .main-footer .main-footer--top .ffooter-col:nth-child(1) {
          display: flex;
          flex-direction: row;
          gap: 12px; }
          .main-footer .main-footer--top .ffooter-col:nth-child(1) .ffooter-logo {
            margin-bottom: 0; }
          .main-footer .main-footer--top .ffooter-col:nth-child(1) .ffooter-logo img {
            width: 140px; } }
  .main-footer .main-footer--bottom {
    text-align: center;
    padding: 12px 0;
    background: #D8A437; }
    .main-footer .main-footer--bottom p {
      margin-bottom: 0;
      color: #fff;
      font-weight: 600; }

.ffooter-box--title h4 {
  color: #AD6E21;
  font-family: var(--skin-text-font); }

.main-footer .main-footer--top .ffooter-box .ffooter-nav {
  gap: 2px; }

@media screen and (min-width: 1240px) {
  footer .container {
    padding-left: 50px;
    padding-right: 50px; }
  footer {
    font-size: 13px; } }

@media (min-width: 992px) {
  .main-footer .main-footer--top .ffooter-box .ffooter-box--title h4,
  .company-footer .footer-content .information-section .nav-header .nav-title {
    font-size: 18px; } }

/*-----------------------------------------------*/
/* SIDEBAR */
/*-----------------------------------------------*/
.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms ease-in-out; }

.sidebar-main {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, all 0.3s;
  -moz-transition: -moz-transform 0.3s, all 0.3s;
  transition: transform 0.3s, all 0.3s; }
  .sidebar-main .sidebar-wrapper {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 480px;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .sidebar-main .sidebar-wrapper.sidebar-right {
      right: 0;
      -ms-transform: translateX(150%);
      -webkit-transform: translateX(150%);
      transform: translateX(150%); }
    .sidebar-main .sidebar-wrapper.sidebar-left {
      left: 0;
      -ms-transform: translateX(-150%);
      -webkit-transform: translateX(-150%);
      transform: translateX(-150%); }
    .sidebar-main .sidebar-wrapper .sidebar-nav {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      background: #ffffff;
      max-width: 480px;
      height: 100%;
      width: 100%;
      z-index: 1; }
    .sidebar-main .sidebar-wrapper .sidebar-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 16px;
      position: relative;
      gap: 20px; }
      .sidebar-main .sidebar-wrapper .sidebar-head h4 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0; }
      .sidebar-main .sidebar-wrapper .sidebar-head button {
        border: none;
        background: transparent;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        outline: none; }
    .sidebar-main .sidebar-wrapper .sidebar-body {
      padding: 16px;
      position: relative;
      overflow-y: scroll;
      overflow-x: hidden;
      height: 100%;
      margin-right: 2px;
      -webkit-overflow-scrolling: touch;
      -ms-scroll-chaining: none;
      overscroll-behavior: none; }
      .sidebar-main .sidebar-wrapper .sidebar-body::-webkit-scrollbar {
        width: 2px;
        height: 2px; }
      .sidebar-main .sidebar-wrapper .sidebar-body::-webkit-scrollbar-track {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: #E7E7E7; }
      .sidebar-main .sidebar-wrapper .sidebar-body::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: inset 0 0 6px #262626; }
      .sidebar-main .sidebar-wrapper .sidebar-body::-webkit-scrollbar-thumb:window-inactive {
        background: #262626; }
    .sidebar-main .sidebar-wrapper .sidebar-foot {
      padding: 12px 16px; }
    @media (min-width: 768px) {
      .sidebar-main .sidebar-wrapper .sidebar-head {
        padding: 24px; }
        .sidebar-main .sidebar-wrapper .sidebar-head h4 {
          font-size: 24px; }
      .sidebar-main .sidebar-wrapper .sidebar-body {
        padding: 24px; }
      .sidebar-main .sidebar-wrapper .sidebar-foot {
        padding: 24px; } }
  .sidebar-main .sidebar-menu.sidebar-wrapper {
    width: 85%; }
  .sidebar-main .sidebar-menu .sidebar-head {
    border-bottom: 1px solid #ddd; }
    .sidebar-main .sidebar-menu .sidebar-head h4 a {
      display: block; }
    .sidebar-main .sidebar-menu .sidebar-head h4 svg {
      width: 50%; }
  .sidebar-main .sidebar-menu .menuList-links {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .sidebar-main .sidebar-menu .menuList-links > li {
      border: 0; }
    .sidebar-main .sidebar-menu .menuList-links > li > a {
      font-size: 14px;
      padding: 0;
      text-transform: uppercase;
      font-weight: 500; }
    .sidebar-main .sidebar-menu .menuList-links li.has-submenu.level0 > ul.submenu-links {
      padding-top: 10px; }
    .sidebar-main .sidebar-menu .menuList-links li.has-submenu.level0 > ul.submenu-links li a {
      padding: 6px 30px 6px 14px; }
    .sidebar-main .sidebar-menu .menuList-links li.has-submenu.level0 > ul.submenu-links ul.submenu-links {
      padding-left: 14px; }

/*-----------------------------------------------*/
/* BODY JS */
/*-----------------------------------------------*/
html.open-menumobile .sidebar-main, body.open-menumobile .sidebar-main {
  opacity: 1;
  visibility: visible; }

html.open-menumobile .sidebar-wrapper.sidebar-menu, body.open-menumobile .sidebar-wrapper.sidebar-menu {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

html.open-menumobile .sidebar-overlay, body.open-menumobile .sidebar-overlay {
  opacity: 1;
  visibility: visible; }

html.lock-scroll, body.lock-scroll {
  overflow: hidden; }

/*-----------------------------------------------*/
/* ALL */
/*-----------------------------------------------*/
.section-form {
  background-image: url(https://file.hstatic.net/200000985053/file/frame_1000009323.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat; }
  .section-form .s-wrapper {
    background: #FFFFF8;
    gap: 0; }
  .section-form .col-right {
    padding: 24px; }
  .section-form .box-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px; }
    .section-form .box-form .s-title {
      margin: 0;
      width: 100%;
      text-align: left; }
      .section-form .box-form .s-title p {
        color: #374151;
        margin-bottom: 0; }
    .section-form .box-form .s-content .group {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
      .section-form .box-form .s-content .group .half {
        width: 100%; }
      .section-form .box-form .s-content .group .full {
        width: 100%; }
    .section-form .box-form .warming {
      border: 1px solid red; }
  @media (min-width: 992px) {
    .section-form .s-wrapper {
      display: flex;
      align-items: center;
      flex-direction: row; }
      .section-form .s-wrapper > div {
        width: 50%; }
      .section-form .s-wrapper .col-right {
        padding: 24px 32px; }
    .section-form .box-form {
      gap: 32px; }
      .section-form .box-form .s-content .group .half {
        width: calc((100% - 10px) / 2); }
      .section-form .box-form .s-content .group .full {
        width: 100%; } }
  @media (min-width: 1024px) {
    .section-form {
      background-size: 100%; } }
