@charset "UTF-8";
/*
  Non-index pages shared styles
  Loaded on: collection, product, page, blog, article, cart, search, 404, customers
*/
/* ─── Utility Buttons ─── */
.font-default {
  font-family: inherit; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border: 1px solid transparent; }

.btn-outlet {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 24px;
  background: transparent;
  border-color: #00385C;
  color: #00385C; }

.btn-outlet.active, .btn-outlet:hover {
  background: #00385C;
  color: #fff;
  border-color: #00385C; }

/* ─── Common Spacing ─── */
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px; }

@media (min-width: 768px) {
  .content-wrapper {
    padding: 48px 80px; } }

/* ─── Empty State ─── */
.empty-state {
  text-align: center;
  padding: 64px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px; }

.empty-state p {
  font-size: 16px;
  color: #999;
  margin: 0; }

.modal-quickview {
  max-width: 750px; }
  .modal-quickview .variant-dropdown, .modal-quickview .btn-size-guide {
    display: none; }
  .modal-quickview .product-viewdetail a {
    color: #164AC3;
    font-weight: 600; }
  .modal-quickview .productDetail--gallery .slider__thumbs .product-thumb__item {
    border: 1px solid #f7f7f8;
    display: block; }
    .modal-quickview .productDetail--gallery .slider__thumbs .product-thumb__item .boxlazy-img__aspect {
      line-height: 0;
      display: block; }
  .modal-quickview .productDetail--gallery .slider__thumbs .swiper-slide-thumb-active a {
    border-color: #000; }
  .modal-quickview .modal-content {
    border-radius: 8px; }
  .modal-quickview .selector-wrapper, .modal-quickview .select {
    display: none; }
  .modal-quickview .product-actions {
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    gap: 10px; }
  .modal-quickview .quantity-selector {
    background: #EEF7FF;
    border-radius: 25px;
    border: 1px solid #D9EDFF;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 48px; }
    @media (max-width: 991px) {
      .modal-quickview .quantity-selector {
        height: 40px; } }
    @media (max-width: 768px) {
      .modal-quickview .quantity-selector {
        margin-left: 0 !important; } }
  .modal-quickview .block-addcart {
    width: 100%; }
    .modal-quickview .block-addcart .btn-addtocart {
      font-size: 14px;
      display: flex;
      width: 100%;
      align-items: center;
      gap: 12px;
      padding: 10px 25px;
      line-height: 24px;
      justify-content: center; }
  .modal-quickview .quantity-selector .quickview-qtyvalue {
    background: transparent;
    font-weight: 600;
    height: 48px;
    padding: 0;
    text-align: center;
    width: 48px;
    border: none;
    border-left: none;
    border-right: none;
    -webkit-appearance: none;
    color: #164AC3;
    font-size: 16px; }
    @media (max-width: 991px) {
      .modal-quickview .quantity-selector .quickview-qtyvalue {
        height: 40px; } }
  .modal-quickview .quantity-selector .qty-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 48px;
    padding: 0 10px;
    text-align: center;
    border-radius: 0;
    display: flex;
    align-items: center;
    line-height: 0;
    justify-content: center;
    color: #164AC3; }
    @media (max-width: 991px) {
      .modal-quickview .quantity-selector .qty-btn {
        height: 40px; } }
  .modal-quickview .product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px; }
    .modal-quickview .product-price .pro-price, .modal-quickview .product-price del {
      margin-bottom: 0; }
  .modal-quickview .product-price span.pro-sale {
    display: inline-block;
    padding: 2px 14px;
    background: #C60F14;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border: 1px solid #C60F14;
    vertical-align: text-bottom; }
  .modal-quickview .product-price del {
    color: #737373;
    font-weight: 400; }
  .modal-quickview .quantity-area {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #0A0A0A;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 48px; }
    @media (max-width: 991px) {
      .modal-quickview .quantity-area {
        height: 40px; } }
    @media (max-width: 768px) {
      .modal-quickview .quantity-area {
        margin-left: 0 !important; } }
  .modal-quickview .quantity-area .quantity-selector, .modal-quickview .quantity-area .quantity-input {
    background: transparent;
    font-weight: 600;
    height: 48px;
    padding: 0;
    text-align: center;
    width: 48px;
    border: none;
    border-left: none;
    border-right: none;
    -webkit-appearance: none;
    color: #0A0A0A;
    font-size: 16px; }
    @media (max-width: 991px) {
      .modal-quickview .quantity-area .quantity-selector, .modal-quickview .quantity-area .quantity-input {
        height: 40px; } }
  .modal-quickview .quantity-area .qty-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 48px;
    padding: 0 5px;
    text-align: center;
    border-radius: 0;
    display: flex;
    align-items: center;
    line-height: 0;
    justify-content: center; }
    @media (max-width: 991px) {
      .modal-quickview .quantity-area .qty-btn {
        height: 40px; } }
  .modal-quickview .swatch {
    padding: 0;
    width: 100%;
    margin-bottom: 20px; }
  .modal-quickview .swatch .box-item {
    margin: 0 0 10px; }
  .modal-quickview .swatch .header {
    margin: 0 0 10px;
    font-size: 16px;
    text-align: left;
    line-height: initial;
    color: #6B7280; }
    .modal-quickview .swatch .header strong {
      color: #000; }
  .modal-quickview .swatch input {
    display: none; }
  .modal-quickview .swatch > label.tt-label {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    text-transform: uppercase;
    width: 85px;
    text-align: right; }
  .modal-quickview .swatch .select-swap {
    display: inline-block;
    vertical-align: middle; }
  .modal-quickview .swatch input {
    display: none; }
  .modal-quickview .swatch .swatch-element {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    vertical-align: bottom; }
  .modal-quickview .swatch .swatch-element label {
    display: block;
    margin: 0;
    background: #F5F5F5;
    min-width: 40px;
    padding: 4px;
    padding: 7px 5px;
    position: relative;
    border: 1px solid #F5F5F5;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden; }
  .modal-quickview .swatch .swatch-element.color.soldout label span {
    overflow: hidden;
    position: relative; }
  .modal-quickview .swatch .swatch-element.color.soldout label span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 50%;
    background: url(//cdn.hstatic.net/themes/200000122453/1001501393/14/sold_out.png?v=360) no-repeat;
    background-size: contain;
    background-position: center; }
  .modal-quickview .swatch .swatch-element.soldout label {
    opacity: 0.65; }
  .modal-quickview .swatch .swatch-element.color label {
    min-width: initial;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
    border: none; }
  .modal-quickview .swatch .swatch-element.color span {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0;
    font-size: 0;
    border: 1px solid #F5F5F5;
    background: #F5F5F5; }
    .modal-quickview .swatch .swatch-element.color span .image-color {
      background: var(--color-swatch, #fff);
      margin: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      border-radius: 50%; }
  .modal-quickview .swatch .swatch-element.color label.sd {
    background: transparent;
    border: 1px solid #0A0A0A; }
  .modal-quickview .swatch .swatch-element label.sd {
    border: 1px solid #D9EDFF;
    background: #EEF7FF;
    color: #164AC3;
    font-weight: 600; }
  .modal-quickview .swatch .swatch-element.soldout:not(.color) label {
    overflow: hidden; }
  .modal-quickview .swatch .swatch-element.soldout:not(.color) label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 50%;
    background: url(//cdn.hstatic.net/themes/200000122453/1001501393/14/sold_out.png?v=360) no-repeat;
    background-size: contain;
    background-position: center; }
  .modal-quickview .swatch .swatch-element.color.type-color label {
    height: 40px;
    border-radius: 22px; }
    .modal-quickview .swatch .swatch-element.color.type-color label span {
      border-radius: 16px !important; }
  .modal-quickview label[for="product-select-option-0"] {
    display: none; }
  .modal-quickview label[for="product-select-option-1"] {
    display: none; }
  .modal-quickview label[for="product-select-option-2"] {
    display: none; }
  .modal-quickview #product-select-option-0 {
    display: none; }
  .modal-quickview #product-select-option-1 {
    display: none; }
  .modal-quickview #product-select-option-2 {
    display: none; }
  .modal-quickview #product-select-option-0 + .custom-style-select-box {
    display: none !important; }
  .modal-quickview #product-select-option-1 + .custom-style-select-box {
    display: none !important; }
  .modal-quickview #product-select-option-2 + .custom-style-select-box {
    display: none !important; }
  @media (max-width: 767px) {
    .modal-quickview .swatch .swatch-element.color {
      margin: 5px 8px 5px 0; }
    .modal-quickview .swatch .swatch-element.color label:not(.color-swatch) {
      width: 40px;
      height: 24px !important; }
    .modal-quickview .swatch .swatch-element.color label.color-swatch {
      width: 40px;
      height: 40px !important; } }

.layered .layered_subtitle {
  cursor: pointer; }

.group-filter[aria-expanded=true] .dropdown-filter .icon-control [href="#svg-plus"] {
  display: none; }

.group-filter[aria-expanded=false] .layered-content {
  display: none;
  height: 0; }

.group-filter[aria-expanded=true] .layered-content {
  height: auto; }

@media (min-width: 991px) {
  .box_sidebar {
    position: sticky;
    top: 150px; } }

.cart-shipping {
  background-color: #E4EFF7;
  padding: 16px 24px 24px;
  border-radius: 8px; }
  .cart-shipping .shipping-title {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.5px;
    min-height: 30px; }
  .cart-shipping .price {
    font-weight: 600;
    color: #ff2c26; }
  .cart-shipping .cart-shipping__title {
    margin-bottom: 24px; }
  .cart-shipping .free-ship {
    text-transform: uppercase;
    color: #333333;
    font-weight: 600; }
  .cart-shipping__bar {
    height: 4px;
    width: 100%;
    background-color: #F9F9F9;
    border-radius: 5px;
    margin: 15px 0 10px;
    position: relative; }
    .cart-shipping__bar span {
      background-color: #00385C;
      width: 0;
      border-radius: 5px;
      transition: width .4s ease-in-out;
      display: block;
      height: 100%;
      position: relative; }
      .cart-shipping__bar span .icon {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        right: 14px;
        transform: translate(50%, -50%);
        font-weight: 700;
        content: "";
        font-size: 12px;
        color: #00385C;
        border: 1px solid #00385C;
        background: #00385C; }
        .cart-shipping__bar span .icon svg {
          fill: #fff; }
  .cart-shipping.cart-shipping-free .cart-shipping__bar .shipping-bar {
    background-color: #00385C; }
  .cart-shipping.cart-shipping-free .cart-shipping__bar .shipping-bar .icon {
    background-color: #00385C;
    border-color: #00385C;
    color: #00385C; }

.layout-careers .career-content {
  font-size: 16px; }

.layout-careers .section-ldp-jobs {
  background: #F9F9F9; }
  .layout-careers .section-ldp-jobs a.js-btn-detail.btn-outlet {
    background: #B8C7D1;
    border-color: #B8C7D1;
    min-width: 126px;
    color: var(--background-primary-v1); }
    .layout-careers .section-ldp-jobs a.js-btn-detail.btn-outlet:hover {
      background: var(--background-primary-v1);
      border-color: var(--background-primary-v1);
      color: #fff; }
  .layout-careers .section-ldp-jobs .js-btn-apply {
    min-width: 126px; }
  .layout-careers .section-ldp-jobs .tabcontent .box {
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 8px;
    height: 100%;
    transition: all .4s;
    border: 1px solid transparent; }
    .layout-careers .section-ldp-jobs .tabcontent .box .left {
      flex: 1 1 auto; }
    .layout-careers .section-ldp-jobs .tabcontent .box .info .time {
      display: flex;
      align-items: center;
      gap: 10px;
      position: relative;
      color: #BBBBBB;
      /*&:before {
  						content: ''; 
  						position: absolute; 
  						top: 0;  bottom: 0;  left: 0; 
  						width: 24px;  height: 24px; 
  						margin: auto; 
  						background-size: 100%; 
  						background-repeat: no-repeat; 
  						background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_703_75)'%3E%3Cpath d='M8 3.75C8 3.61739 7.94732 3.49021 7.85355 3.39645C7.75979 3.30268 7.63261 3.25 7.5 3.25C7.36739 3.25 7.24021 3.30268 7.14645 3.39645C7.05268 3.49021 7 3.61739 7 3.75V9.25C7.00003 9.33813 7.02335 9.42469 7.06761 9.50091C7.11186 9.57712 7.17547 9.64029 7.252 9.684L10.752 11.684C10.8669 11.7461 11.0014 11.7608 11.127 11.7249C11.2525 11.6891 11.3591 11.6056 11.4238 11.4922C11.4886 11.3788 11.5065 11.2446 11.4736 11.1183C11.4408 10.9919 11.3598 10.8834 11.248 10.816L8 8.96V3.75Z' fill='%23212529'/%3E%3Cpath d='M8 16.25C10.1217 16.25 12.1566 15.4071 13.6569 13.9069C15.1571 12.4066 16 10.3717 16 8.25C16 6.12827 15.1571 4.09344 13.6569 2.59315C12.1566 1.09285 10.1217 0.25 8 0.25C5.87827 0.25 3.84344 1.09285 2.34315 2.59315C0.842855 4.09344 0 6.12827 0 8.25C0 10.3717 0.842855 12.4066 2.34315 13.9069C3.84344 15.4071 5.87827 16.25 8 16.25ZM15 8.25C15 10.1065 14.2625 11.887 12.9497 13.1997C11.637 14.5125 9.85652 15.25 8 15.25C6.14348 15.25 4.36301 14.5125 3.05025 13.1997C1.7375 11.887 1 10.1065 1 8.25C1 6.39348 1.7375 4.61301 3.05025 3.30025C4.36301 1.9875 6.14348 1.25 8 1.25C9.85652 1.25 11.637 1.9875 12.9497 3.30025C14.2625 4.61301 15 6.39348 15 8.25Z' fill='%23212529'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_703_75'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.25)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  					}*/ }
    .layout-careers .section-ldp-jobs .tabcontent .box:hover {
      border-color: #0A0A0A;
      box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06); }
  .layout-careers .section-ldp-jobs .tabcontent .item:nth-child(n+9) {
    display: none; }
  .layout-careers .section-ldp-jobs .tabcontent.show-all .item {
    display: block; }
  @media (min-width: 992px) {
    .layout-careers .section-ldp-jobs .tabcontent .box .info .time {
      font-size: 16px; } }

.layout-careers .process-grid {
  display: flex;
  gap: 10px; }

.layout-careers .process-step {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease; }

.layout-careers .process-step.active {
  width: 100%; }

.layout-careers .process-step:not(.active) {
  width: 117px;
  min-width: 117px; }

.layout-careers .step-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%; }

.layout-careers .step-link:hover {
  text-decoration: none;
  color: inherit; }

.layout-careers .step-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease; }

.layout-careers .step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.layout-careers .step-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(35, 35, 35, 0.5) 0%, rgba(35, 35, 35, 0) 100%);
  padding: 80px 32px 32px;
  color: white; }

.layout-careers .step-content {
  position: relative;
  z-index: 2; }

.layout-careers .process-step.active .step-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #fff; }

.layout-careers .process-step:not(.active) .step-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  height: 100%;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7); }

.layout-careers .step-description {
  font-size: 16px;
  margin: 0;
  display: none; }

.layout-careers .process-step.active .step-description {
  display: block; }

.layout-careers .process-step:not(.active) .step-overlay {
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  top: 0;
  bottom: 0; }

.layout-careers .careers-section-heading {
  margin-bottom: 30px; }
  .layout-careers .careers-section-heading .gallery-title {
    margin-bottom: 0;
    color: #333;
    font-weight: 400;
    line-height: 1.25; }

.layout-careers .careers-locations-row,
.layout-careers .careers-connect-row {
  row-gap: 10px; }

.layout-careers .careers-location-card {
  display: block;
  min-height: 116px;
  height: 100%;
  padding: 18px 20px;
  background: #E4F2FB;
  color: #333;
  transition: background .25s ease, box-shadow .25s ease; }
  .layout-careers .careers-location-card:hover {
    color: #333;
    background: #DCEEF8;
    box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08); }

.layout-careers .careers-location-title {
  margin-bottom: 12px;
  color: #00385C;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35; }

.layout-careers .careers-location-line {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.45; }
  .layout-careers .careers-location-line:last-child {
    margin-bottom: 0; }
  .layout-careers .careers-location-line strong {
    font-weight: 700; }

.layout-careers .careers-connect-section {
  margin-top: 0; }

.layout-careers .careers-connect-card {
  min-height: 223px;
  height: 100%;
  padding: 36px 20px;
  background: #E4F2FB;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease; }
  .layout-careers .careers-connect-card:hover {
    color: #333;
    background: #DCEEF8;
    box-shadow: 0 4px 12px rgba(16, 24, 40, 0.08);
    transform: translateY(-2px); }

.layout-careers .careers-connect-icon {
  width: 48px;
  height: 48px;
  border: 1px solid #73818A;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333; }
  .layout-careers .careers-connect-icon svg {
    width: 28px;
    height: 28px;
    fill: currentColor; }

.layout-careers .careers-connect-zalo {
  font-size: 11px;
  font-weight: 700;
  line-height: 1; }

.layout-careers .careers-connect-title {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35; }

@media (max-width: 768px) {
  .layout-careers .process-grid {
    flex-wrap: wrap; }
  .layout-careers .process-step.active {
    grid-column: span 1;
    height: 250px; }
  .layout-careers .process-step:not(.active) {
    width: 100%; }
  .layout-careers .process-step:not(.active) .step-title {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 13px; }
  .layout-careers .careers-section-heading {
    margin-bottom: 20px; }
  .layout-careers .careers-location-card {
    padding: 16px; }
  .layout-careers .careers-connect-card {
    min-height: 160px;
    padding: 28px 14px; } }

.careers-benefits-section .careers-benefits-swiper-pagination {
  display: none; }

.careers-benefits-section .benefit-title {
  font-weight: 500;
  font-size: 16px; }

@media (max-width: 768px) {
  .careers-benefits-section .careers-benefits-swiper {
    overflow: hidden; }
  .careers-benefits-section .careers-benefits-swiper .swiper-wrapper {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0; }
  .careers-benefits-section .careers-benefits-swiper .swiper-slide {
    padding-left: 0;
    padding-right: 0; } }

.careers-benefits-section .form_field {
  display: inline-block;
  margin-right: 24px; }
  .careers-benefits-section .form_field label {
    display: inline-block;
    position: relative;
    padding: 8px 0;
    padding-left: 32px;
    cursor: pointer;
    font-size: 16px; }
    .careers-benefits-section .form_field label:before {
      content: '';
      border-radius: 50%;
      border: 1px solid #D4D4D4;
      background: #FFF;
      width: 24px;
      height: 24px;
      display: block;
      position: absolute;
      left: 0; }
  .careers-benefits-section .form_field [type="radio"]:checked ~ label:before, .careers-benefits-section .form_field [type="checkbox"]:checked ~ label:before {
    border: 1px solid #0A0A0A;
    background: #0A0A0A; }
  .careers-benefits-section .form_field [type="radio"]:checked ~ label:after, .careers-benefits-section .form_field [type="checkbox"]:checked ~ label:after {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
    border-width: 0 0 2px 2px !important;
    height: 7px;
    width: 13px;
    border: solid #ffffff;
    margin: 9px 0 0 4px;
    left: 1px;
    top: 5px;
    transition: all .2s; }

.layout-careers .careers-benefits-swiper-pagination,
.layout-careers .careers-moments-swiper-pagination {
  display: none; }

@media (max-width: 768px) {
  .layout-careers .careers-benefits-swiper-pagination,
  .layout-careers .careers-moments-swiper-pagination {
    display: flex;
    position: static;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    transform: none;
    --swiper-pagination-color: #00385C;
    --swiper-pagination-bullet-inactive-color: #B8C7D1;
    --swiper-pagination-bullet-inactive-opacity: 1; }
    .layout-careers .careers-benefits-swiper-pagination .swiper-pagination-bullet,
    .layout-careers .careers-moments-swiper-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      margin: 0;
      border-radius: 999px;
      opacity: 1;
      transition: width .25s ease, background .25s ease; }
    .layout-careers .careers-benefits-swiper-pagination .swiper-pagination-bullet-active,
    .layout-careers .careers-moments-swiper-pagination .swiper-pagination-bullet-active {
      width: 24px; } }

.form_field label, .form_group label {
  font-size: 16px;
  margin-bottom: 4px;
  display: block; }

.form_field select {
  width: 100%;
  padding: 10px 25px;
  font-size: 14px;
  color: #0A0A0A;
  background: #fff;
  border: 1px solid #E5E5E5;
  outline: 0;
  border-radius: 30px;
  height: 56px;
  background-position: right 20px center !important; }

.breadcrumb-shop {
  background: #F9F9F9; }

.modal-detail-career {
  max-width: 666px;
  border-radius: 8px; }

.modal-apply {
  max-width: 886px;
  width: calc(100% - 32px);
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  color: #333; }
  .modal-apply .modal-content {
    background: #fff; }
  .modal-apply .modal-form {
    padding: 32px; }
  .modal-apply .apply-modal-header {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E8E8E8; }
    .modal-apply .apply-modal-header .modal-title {
      margin-bottom: 8px;
      color: #333;
      font-family: var(--font-family);
      font-size: 32px;
      font-weight: 700;
      line-height: 1.2; }
    .modal-apply .apply-modal-header p {
      margin: 0;
      color: #333;
      font-size: 16px;
      line-height: 1.5; }
  .modal-apply .apply-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 24px;
    margin-bottom: 24px; }
  .modal-apply .apply-field-full {
    grid-column: 1 / -1; }
  .modal-apply .apply-field {
    margin-bottom: 0; }
    .modal-apply .apply-field label {
      margin-bottom: 10px;
      color: #333;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4; }
    .modal-apply .apply-field input:not([type="checkbox"]):not([type="radio"]),
    .modal-apply .apply-field textarea {
      width: 100%;
      height: 56px;
      padding: 0 24px;
      border: 1px solid #E5E5E5;
      border-radius: 999px;
      background: #fff;
      color: #333;
      font-size: 16px;
      line-height: 1.4; }
      .modal-apply .apply-field input:not([type="checkbox"]):not([type="radio"])::placeholder,
      .modal-apply .apply-field textarea::placeholder {
        color: #B7B7B7; }
    .modal-apply .apply-field textarea {
      height: 80px;
      min-height: 80px;
      padding-top: 16px;
      padding-bottom: 16px;
      border-radius: 14px; }
  .modal-apply .apply-input-icon {
    position: relative; }
    .modal-apply .apply-input-icon input {
      padding-right: 54px !important; }
  .modal-apply .apply-input-suffix {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    color: #333;
    transform: translateY(-50%);
    pointer-events: none; }
  .modal-apply .form_radio input[type="radio"],
  .modal-apply .form_radio input[type="checkbox"] {
    display: none; }
  .modal-apply .form_radio .form_field {
    margin: 0; }
    .modal-apply .form_radio .form_field label {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      margin: 0;
      padding: 0 0 0 32px;
      color: #333;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      cursor: pointer; }
      .modal-apply .form_radio .form_field label:before {
        top: 50%;
        left: 0;
        width: 24px;
        height: 24px;
        border: 2px solid #333;
        border-radius: 50%;
        background: #fff;
        transform: translateY(-50%); }
    .modal-apply .form_radio .form_field [type="radio"]:checked ~ label:before,
    .modal-apply .form_radio .form_field [type="checkbox"]:checked ~ label:before {
      border-color: #333;
      background: #333; }
    .modal-apply .form_radio .form_field [type="radio"]:checked ~ label:after,
    .modal-apply .form_radio .form_field [type="checkbox"]:checked ~ label:after {
      top: 50%;
      left: 6px;
      width: 11px;
      height: 6px;
      margin: -5px 0 0 0;
      border: solid #fff;
      border-width: 0 0 2px 2px !important;
      transform: rotate(-45deg); }
  .modal-apply .apply-radio-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px; }
  .modal-apply .apply-gender-field {
    align-self: end;
    padding-bottom: 8px; }
  .modal-apply .apply-cv-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 24px;
    row-gap: 10px;
    margin-bottom: 24px; }
  .modal-apply .apply-cv-copy .section-title {
    margin-bottom: 8px;
    color: #333;
    font-size: 18px;
    line-height: 1.4; }
  .modal-apply .apply-cv-copy p {
    max-width: 400px;
    margin: 0;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 1.45; }
  .modal-apply .apply-cv-actions {
    display: flex;
    justify-content: flex-end;
    gap: 20px; }
  .modal-apply .apply-file-btn {
    min-height: 40px;
    padding: 8px 18px;
    border-color: #00385C;
    border-radius: 999px;
    background: #00385C;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap; }
    .modal-apply .apply-file-btn:hover {
      border-color: #00385C;
      background: #fff;
      color: #00385C; }
  .modal-apply .file-name {
    grid-column: 1 / -1;
    color: #00385C;
    font-size: 14px; }
  .modal-apply .apply-channel-section {
    margin-bottom: 0; }
    .modal-apply .apply-channel-section .section-title {
      margin-bottom: 18px;
      color: #333;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4; }
  .modal-apply .apply-channel-list {
    justify-content: space-between;
    gap: 18px; }
  .modal-apply .apply-channel-other {
    display: inline-flex;
    align-items: center;
    gap: 10px; }
    .modal-apply .apply-channel-other label {
      padding-left: 0 !important; }
      .modal-apply .apply-channel-other label:before, .modal-apply .apply-channel-other label:after {
        display: none !important; }
    .modal-apply .apply-channel-other input[type="text"] {
      width: 88px;
      height: 32px;
      padding: 0 12px;
      border: 1px solid #E5E5E5;
      border-radius: 4px;
      background: #fff;
      color: #333;
      font-size: 14px; }
      .modal-apply .apply-channel-other input[type="text"]::placeholder {
        color: #333; }
  .modal-apply #button-apply {
    min-height: 48px;
    border-radius: 999px; }
  .modal-apply .fancybox-close-small {
    top: 32px;
    right: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
    background: #D9D9D9;
    color: #fff;
    opacity: 1; }
    .modal-apply .fancybox-close-small svg {
      display: none; }
    .modal-apply .fancybox-close-small:before, .modal-apply .fancybox-close-small:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 18px;
      height: 2px;
      border-radius: 2px;
      background: #fff; }
    .modal-apply .fancybox-close-small:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .modal-apply .fancybox-close-small:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .modal-apply .fancybox-close-small:hover {
      background: #C8C8C8; }
  @media (max-width: 768px) {
    .modal-apply {
      width: calc(100% - 20px); }
      .modal-apply .modal-form {
        padding: 24px 16px; }
      .modal-apply .apply-modal-header {
        padding-right: 40px; }
        .modal-apply .apply-modal-header .modal-title {
          font-size: 26px; }
        .modal-apply .apply-modal-header p {
          font-size: 14px; }
      .modal-apply .apply-form-grid {
        grid-template-columns: 1fr;
        row-gap: 18px; }
      .modal-apply .apply-gender-field {
        align-self: auto;
        padding-bottom: 0; }
      .modal-apply .apply-cv-section {
        grid-template-columns: 1fr; }
      .modal-apply .apply-cv-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px; }
      .modal-apply .apply-channel-list {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px; }
      .modal-apply .fancybox-close-small {
        top: 24px;
        right: 16px; } }

.blog-page-main {
  background: #ffffff; }

.blog-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 47vh;
  background: #d7d1ca;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.blog-page-hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.blog-page-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

.blog-page-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 30, 22, 0.22); }

.blog-page-hero .container {
  position: relative;
  z-index: 2; }

.blog-page-hero-content {
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0; }

.blog-page-hero-title {
  margin: 0;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  z-index: 9; }

.blog-page-article-section {
  padding: 72px 0 88px; }

.blog-page-section-head {
  max-width: 760px;
  margin: 0 auto 44px; }

.blog-page-section-title {
  font-size: 48px;
  color: #333; }

.blog-page-category-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 24px; }

.blog-page-category-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid #0b4a6f;
  background: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #4d5f6e;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease; }

.blog-page-category-link:hover,
.blog-page-category-link:focus {
  background: #0b4a6f;
  border-color: #0b4a6f;
  color: #ffffff;
  text-decoration: none; }
  .blog-page-category-link:hover img,
  .blog-page-category-link:focus img {
    filter: brightness(0) invert(1); }

.blog-page-category-nav .blog-page-category-link {
  width: 120px;
  height: 120px;
  border-radius: 50%; }

.blog-page-category-nav .blog-page-category-link img {
  display: block;
  width: 64px;
  height: auto;
  object-fit: contain; }

.blog-page-category-nav .blog-page-category-title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  display: block; }

.blog-page-category-link.active {
  background: #0b4a6f;
  border-color: #0b4a6f;
  color: #ffffff; }
  .blog-page-category-link.active img {
    filter: brightness(0) invert(1); }

.blog-page-grid {
  margin-left: -10px;
  margin-right: -10px; }

.blog-page-grid-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 42px; }

.blog-page-card {
  height: 100%; }

.blog-page-card-image-link {
  display: block;
  overflow: hidden;
  background: #f5f1eb;
  padding-bottom: 134%;
  position: relative; }

.blog-page-card-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.blog-page-card:hover .blog-page-card-image {
  transform: scale(1.03); }

.blog-page-card-body {
  padding-top: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 20px 30px; }

.blog-page-card-title {
  margin: 0 0 14px;
  color: #333;
  margin: 0 0 14px;
  color: #ffffff;
  font-weight: 500; }

.blog-page-card-title a {
  color: inherit;
  text-decoration: none; }

.blog-page-card-title a:hover,
.blog-page-card-title a:focus {
  color: #00385C;
  text-decoration: none; }

.blog-page-card-link {
  font-weight: 400;
  color: #00385C;
  text-decoration: underline;
  text-underline-offset: 4px; }

.blog-page-card-link:hover,
.blog-page-card-link:focus {
  color: #08334d; }

.blog-page-empty-state {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #4f4a45; }

.blog-page-pagination {
  padding-top: 10px;
  text-align: center; }

.blog-page-pagination .pagination-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; }

.blog-page-pagination .page-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #0b4a6f;
  border-radius: 10px;
  background: #ffffff;
  font-size: 16px;
  line-height: 1;
  color: #0b4a6f;
  text-decoration: none; }

.blog-page-pagination .page-node.current,
.blog-page-pagination a.page-node:hover,
.blog-page-pagination a.page-node:focus {
  background: #0b4a6f;
  color: #ffffff;
  text-decoration: none; }

.blog-page-pagination .page-node svg {
  width: 16px;
  height: 16px; }

.blog-standard {
  padding: 0 0 56px;
  background: #ffffff; }

.blog-standard .container-fluid {
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0; }

.blog-standard-empty {
  margin: 0;
  padding: 72px 16px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #333333; }

.blog-standard-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr);
  align-items: center;
  gap: 70px;
  margin-bottom: 56px;
  background: #F9F9F9; }

.blog-standard-featured-media,
.blog-standard-card-media {
  display: block;
  overflow: hidden;
  background: #F9F9F9; }
  .blog-standard-featured-media img,
  .blog-standard-card-media img {
    height: 100%; }

.blog-standard-featured-image,
.blog-standard-card-image {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.blog-standard-featured-media:hover .blog-standard-featured-image,
.blog-standard-card-media:hover .blog-standard-card-image {
  transform: scale(1.03); }

.blog-standard-featured-content {
  max-width: 500px;
  padding: 48px 48px 48px 0; }

.blog-standard-featured-title {
  display: -webkit-box;
  margin: 0 0 28px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #00385C; }

.blog-standard-featured-title a,
.blog-standard-card-title a {
  color: inherit;
  text-decoration: none; }

.blog-standard-featured-title a:hover,
.blog-standard-featured-title a:focus,
.blog-standard-card-title a:hover,
.blog-standard-card-title a:focus {
  color: #00385C;
  text-decoration: none; }

.blog-standard-featured-excerpt {
  margin: 0 0 28px; }

.blog-standard-featured-link {
  padding-right: 18px;
  padding-left: 18px;
  line-height: 1; }

.blog-standard-list {
  padding: 0 70px; }

.blog-standard-grid {
  margin-right: -10px;
  margin-left: -10px; }

.blog-standard-grid-item {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 56px; }

.blog-standard-card {
  height: 100%; }

.blog-standard-card-media {
  aspect-ratio: 1.26 / 1;
  margin-bottom: 18px; }

.blog-standard-card-title {
  display: -webkit-box;
  min-height: 3.9em;
  margin: 0 0 14px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #00385C; }

.blog-standard-card-excerpt {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.blog-standard-pagination {
  margin-top: -14px;
  text-align: center; }

.blog-standard-pagination .pagination-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; }

.blog-standard-pagination .page-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #00385C;
  border-radius: 8px;
  background: #ffffff;
  font-size: 14px;
  line-height: 1;
  color: #00385C;
  text-decoration: none; }

.blog-standard-pagination .page-node.current,
.blog-standard-pagination a.page-node:hover,
.blog-standard-pagination a.page-node:focus {
  background: #00385C;
  color: #ffffff;
  text-decoration: none; }

.blog-standard-pagination .page-node svg {
  width: 16px;
  height: 16px; }

@media (min-width: 1204px) {
  .blog-page-grid {
    margin-left: -30px;
    margin-right: -30px; }
  .blog-page-grid-item {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 1199px) {
  .blog-standard .container-fluid {
    padding-right: 15px;
    padding-left: 15px; }
  .blog-standard-featured {
    gap: 40px; }
  .blog-standard-featured-content {
    padding-right: 24px; }
  .blog-standard-list {
    padding-right: 40px;
    padding-left: 40px; }
  .blog-page-hero {
    min-height: 260px; }
  .blog-page-hero-content {
    min-height: 260px; }
  .blog-page-hero-title {
    font-size: 38px; }
  .blog-page-section-title {
    font-size: 42px; }
  .blog-page-card-title {
    font-size: 23px; } }

@media (max-width: 991px) {
  .blog-standard-featured {
    grid-template-columns: 1fr;
    gap: 0; }
  .blog-standard-featured-content {
    max-width: none;
    padding: 32px 24px 40px;
    text-align: center; }
  .blog-standard-list {
    padding-right: 0;
    padding-left: 0; }
  .blog-page-article-section {
    padding: 56px 0 72px; }
  .blog-page-section-head {
    margin-bottom: 36px; }
  .blog-page-card-title {
    font-size: 21px; } }

@media (max-width: 767px) {
  .blog-standard {
    padding-bottom: 44px; }
  .blog-standard-featured {
    margin-bottom: 40px; }
  .blog-standard-featured-content {
    padding: 28px 16px 34px; }
  .blog-standard-featured-title {
    margin-bottom: 24px;
    font-size: 26px;
    letter-spacing: -0.5px;
    text-align: center; }
  .blog-standard-featured-excerpt {
    margin-bottom: 22px; }
  .blog-standard-grid-item {
    margin-bottom: 36px; }
  .blog-standard-card-title {
    min-height: 0; }
  .blog-standard-pagination {
    margin-top: 0; }
  .blog-page-hero {
    min-height: 220px; }
  .blog-page-hero-content {
    min-height: 220px;
    padding: 24px 0; }
  .blog-page-hero-title {
    font-size: 30px;
    line-height: 1.3; }
  .blog-page-article-section {
    padding: 48px 0 64px; }
  .blog-page-section-title {
    font-size: 34px; }
  .blog-page-category-nav {
    gap: 10px;
    margin-top: 18px; }
  .blog-page-category-link {
    padding: 9px 14px;
    font-size: 13px;
    width: 80px !important;
    height: 80px !important; }
  .blog-page-category-nav .blog-page-category-link img {
    width: 34px; }
  .blog-page-grid-item {
    margin-bottom: 32px; }
  .blog-page-category-nav .blog-page-category-title {
    font-size: 14px; }
  .blog-page-card-title {
    font-size: 20px;
    margin-bottom: 10px; }
  .blog-page-card-link {
    font-size: 16px; } }
