header .logo img{
  filter: none;
}
.wpml-ls-legacy-list-horizontal a{
  color: #122233;
}
.subTitle,
.segTitle {
  font-size: 3.5rem;
  font-family: var(--font-title);
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 1439px) {
  .subTitle,
  .segTitle {
    font-size: 40px;
  }
}
@media (max-width: 1279px) {
  .subTitle,
  .segTitle {
    font-size: 34px;
  }
}
@media (max-width: 769px) {
  .subTitle,
  .segTitle {
    font-size: 30px;
  }
}
.list_progress{
    gap: 1.5rem;
    display: flex;
    position: relative;
    z-index: 1;
}
.progress_page {
    padding-top: 200px;
    background: rgba(243, 236, 220, 1);
    padding-bottom: 100px;
    position: relative;
  }
  .progress_page .pattern{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
  }
  .progress_page h2 {
    margin-bottom: 44px;
    z-index: 1;
    position: relative;
  }
  @media (max-width: 767px) {
    .progress_page {
      padding-top: 180px;
      padding-bottom: 50px;
    }
    .item_progress{
      width: 100%;
      flex: 0 0 100% !important;!i;!;
      margin-bottom: 0 !IMPORTANT;!I;!;
    }
  }
  
  header .--contact, header .--phone, header .--language, header .--tabMenu {
    color: var(--color-brown);
  }
  
  .item_progress {
    margin-bottom: 1.5rem;
    flex: 0 0 calc((100% / 3) - 1.5rem);
    display: flex;
    flex-flow: column;
  }
  .item_progress .img_pro {
    aspect-ratio: 401/214;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .item_progress .content_pro {
    display: flex;
    align-items: flex-start;
    background: #fff;
  }
  .item_progress .date_pro {
    background: rgba(203, 141, 46, 1);
    padding: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    height: 100%;
  }
  .item_progress .date_pro .date {
    font-size: 32px;
    /* font-family: var(--font-title); */
    line-height: 1.1;
  }
  .item_progress button {
    background: none;
    border: none;
    padding: 0;
  }
  .item_progress .info {
    padding: 15px;
  }
  .item_progress .info .name {
    font-size: 22px;
    font-family: 'Cormorant';
    color: #122233;);
    text-align: left;
    line-height: 1.2;
  }
  .item_progress .info .arrow {
    display: flex;
    justify-content: flex-end;
  }
  .modalProgress{
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000087;
    z-index: 99999;
    transition: all 0.5s ease;
  }
.modalProgress::-webkit-scrollbar {
  width: 0;
}
  .modalProgress.active{
    opacity: 1;
    pointer-events: all;
    overflow-y: scroll;
  }
  .modalProgress .segTitle {
    color: var(--color-primary);
    text-align: center;
    font-size: 38px;
    margin-bottom: 44px;
  }
  .modalProgress .modal-body {
    padding: 60px;
    text-align: center;
    /* overflow-y: scroll; */
  }
  .modalProgress .modal-content {
    border-radius: 0;
    background: #fff;
    width: 70%;
    margin: auto;
    position: relative;
    /* overflow-y: scroll; */
  }
  .modalProgress .sapo {
    margin-bottom: 2rem;
    font-weight: 600;
  }
  .modalProgress .description_popup {
    margin-top: 2rem;
  }
  .modalProgress .caption_img .note {
    color: rgba(56, 51, 31, 0.7);
    font-size: 16px;
    margin-top: 12px;
  }
  .modalProgress .btn-close {
    background: rgba(203, 141, 46, 1);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  @media (max-width: 767px) {
    .modalProgress .modal-body {
      padding: 60px 15px;
    }
    .modalProgress .btn-close {
      width: 42px;
      height: 42px;
    }
    .modalProgress .segTitle {
      font-size: 30px;
      margin-bottom: 1.5rem;
    }
  }
  @media (min-width: 768px) and (max-width: 1023px) {
    .item_progress{
      flex: 0 0 calc((100% / 2) - 1.5rem);
    }
  }