   /* custom Filter on News page */
   #customNewsFilter button {
    cursor: pointer;
    position: relative;
    padding: 0.25rem 0.25rem 0.25rem 2.125rem;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    white-space: nowrap;
    max-width: 10.938rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
   }
   
   #customNewsFilter button:hover {
    color: #009c37;
   }
   
   #customNewsFilter button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #333333;
    border-radius: 0.375rem;
   }
   
   #customNewsFilter button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("/wp-content/uploads/2023/12/Vector-16.png");
    background-color: #009c37;
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    border-radius: 0.375rem;
    display: none;
   }
   
   #customNewsFilter button:hover:before {
    border-color: #009c37;
   }
   
   #customNewsFilter button[aria-pressed="true"]:after {
    display: block;
   }
   
   @media (max-width: 1200px) {
    #customNewsFilter button {
     font-size: 0.938rem;
     padding: 1px 4px 1px 1.875rem;
    }
   
    #customNewsFilter button:before {
     width: 1.25rem;
     height: 1.25rem;
     border-radius: 0.313rem;
    }
   
    #customNewsFilter button:after {
     width: 1.25rem;
     height: 1.25rem;
     border-radius: 0.313rem;
    }
   }
   
   /* custom List on News page */
   #customNewsList .elementor-loop-container.elementor-grid {
    grid-template-columns: repeat(1, 1fr);
   }
   
   #customNewsList .elementor-loop-container .e-loop-item {
    padding: 0;
   }
   
   #customNewsList .post-loop-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    padding: 2rem 2.5rem;
    border-radius: 1.25rẹm;
   }
   
   #customNewsList .post-loop-item .post-loop-item--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16.25rem;
    gap: 0;
   }
   
   #customNewsList .post-loop-item .post-loop-item--left .post-loop-item--date {
    width: 3.125rem;
    margin-right: 1.563rem;
    white-space: nowrap;
   }
   
   #customNewsList .post-loop-item .post-loop-item--left .post-loop-item--cate {
    min-width: 9.375rem;
    max-width: calc(100% - 4.688rem);
   }
   
   #customNewsList
    .post-loop-item
    .post-loop-item--left
    .post-loop-item--cate
    .jet-listing-dynamic-terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   }
   
   #customNewsList
    .post-loop-item
    .post-loop-item--left
    .post-loop-item--cate
    .jet-listing-dynamic-terms__link {
    color: #009c37;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    border: none;
    border-radius: 1.375rem;
    padding: 0.875rem 1.688rem;
    margin: 0.313rem;
    display: inline-block;
    white-space: nowrap;
    max-width: 10.938rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
   }
   
   #customNewsList .post-loop-item .post-loop-item--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 16.25rem);
    gap: 0;
   }
   
   #customNewsList .post-loop-item .post-loop-item--right .post-loop-item--title {
    width: calc(100% - 1.5rem);
    padding: 0 2.5rem;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
   }
   
   #customNewsList .post-loop-item .post-loop-item--right .post-loop-item--icon {
    width: 1.5rem;
   }
   
   #customNewsList
    .post-loop-item
    .post-loop-item--right
    .post-loop-item--icon
    .jet-listing-dynamic-link__icon.is-svg-icon
    svg {
    width: inherit;
   }
   
   #customNewsList .elementor-pagination {
    position: absolute;
    top: calc(100% + 12.5rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
   }
   
   #customNewsList .elementor-pagination .page-numbers {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
    margin: 0;
    border: none;
    border-radius: 50%;
    color: #333333;
   }
   
   #customNewsList .elementor-pagination .page-numbers:hover {
    color: #009c37;
   }
   
   #customNewsList .elementor-pagination .page-numbers.current {
    background-color: #009c37;
    color: #ffffff;
   }
   
   @media (max-width: 1200px) {
    #customNewsList .post-loop-item {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     padding: 0.625rem 0.625rem 0.938rem;
     border-radius: 0.625rem;
    }
   
    #customNewsList .post-loop-item .post-loop-item--left {
     width: 100%;
     margin-bottom: 12px;
    }
   
    #customNewsList .post-loop-item .post-loop-item--left .post-loop-item--date {
     width: 2.5rem;
     margin-right: 0.625rem;
    }
   
    #customNewsList
     .post-loop-item
     .post-loop-item--left
     .post-loop-item--date
     .jet-listing-dynamic-field__content {
     font-size: 0.813rem;
    }
   
    #customNewsList .post-loop-item .post-loop-item--left .post-loop-item--cate {
     font-size: 0.75rem;
     min-width: 5.625rem;
     max-width: calc(100% - 3.125rem);
    }
   
    #customNewsList
     .post-loop-item
     .post-loop-item--left
     .post-loop-item--cate
     .jet-listing-dynamic-terms__link {
     font-size: 0.75rem;
     border-radius: 0.75rem;
     padding: 0.438rem 1.063rem;
    }
   
    #customNewsList .post-loop-item .post-loop-item--right {
     width: 100%;
    }
   
    #customNewsList .post-loop-item .post-loop-item--right .post-loop-item--title {
     width: calc(100% - 1.5rem);
     padding: 0 0.938rem 0 0;
    }
   
    #customNewsList
     .post-loop-item
     .post-loop-item--right
     .post-loop-item--title
     .elementor-heading-title {
     font-size: 0.813rem;
     line-height: 1.6;
    }
   
    #customNewsList .elementor-pagination {
     top: calc(100% + 4.375rem);
    }
   
    #customNewsList .elementor-pagination .page-numbers {
     font-size: 0.875rem;
     line-height: 2.5rem;
     width: 2.5rem;
     height: 2.5rem;
    }
   }
   
   /* custom Header on Post page */
   #customPostHeader .post-loop-item--cate {
    min-width: 9.375rem;
    max-width: 100%;
    margin-left: -0.313rem;
   }
   
   #customPostHeader .post-loop-item--cate .jet-listing-dynamic-terms__link {
    background-color: #ffffff;
    color: #009c37;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    border: none;
    border-radius: 1.375rem;
    padding: 0.875rem 1.688rem;
    margin: 0.313rem;
    display: inline-block;
    white-space: nowrap;
    max-width: 10.938rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
   }
   
   #customPostHeader .post-loop-item--info .elementor-post-info__item--type-date {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
   }
   
   @media (max-width: 1200px) {
    #customPostHeader #customPostHeaderContent .e-con-inner {
     gap: 0;
    }
   
    #customPostHeader h1.elementor-heading-title {
     font-size: 1.75rem;
     line-height: 1.4;
    }
   
    #customPostHeader .post-loop-item--cate {
     min-width: 5.625rem;
    }
   
    #customPostHeader .post-loop-item--cate .jet-listing-dynamic-terms__link {
     font-size: 0.75rem;
     border-radius: 0.75rem;
     padding: 0.438rem 1.063rem;
    }
   
    #customPostHeader .post-loop-item--info {
     margin-top: 0.75rem;
    }
   
    #customPostHeader .post-loop-item--info .elementor-post-info__item--type-date {
     font-size: 0.875rem;
    }
   }
   
   /* custom Content on Post page */
   #customPostContent a {
    color: #009c37;
    text-decoration: underline;
   }
   
   #customPostContent .elementor-widget-text-editor {
    text-align: justify;
   }
   
   /* custom Navigation on Post page */
   #customPostNavigation .e-con-inner {
    position: relative;
   }
   
   #customPostNavigation .elementor-widget-button {
    position: absolute;
    top: 4.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    z-index: 2;
    width: auto;
    max-width: 100%;
   }
   
   #customPostNavigation .elementor-widget-button .elementor-button-link {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.75rem;
    padding: 0.813rem 1.75rem;
    border-radius: 1.75rem;
    -webkit-border-radius: 1.75rem;
    -moz-border-radius: 1.75rem;
    -ms-border-radius: 1.75rem;
    -o-border-radius: 1.75rem;
   }
   
   #customPostNavigation .elementor-widget-post-navigation {
    position: absolute;
    top: 4.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    max-width: 31.25rem;
   }
   
   #customPostNavigation .elementor-post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 3.5rem;
   }
   
   #customPostNavigation
    .elementor-post-navigation
    .elementor-post-navigation__link {
    width: 6.875rem;
   }
   
   #customPostNavigation
    .elementor-post-navigation
    .post-navigation__arrow-wrapper {
    display: none !important;
   }
   
   #customPostNavigation .elementor-post-navigation .post-navigation__prev--label,
   #customPostNavigation .elementor-post-navigation .post-navigation__next--label {
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.6;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-left: 2.5rem;
   }
   
   #customPostNavigation .elementor-post-navigation .post-navigation__next--label {
    padding-left: 0;
    padding-right: 2.5rem;
   }
   
   #customPostNavigation
    .elementor-post-navigation
    .post-navigation__prev--label::before,
   #customPostNavigation
    .elementor-post-navigation
    .post-navigation__next--label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 1.5rem;
    height: 1rem;
    background-image: url("/wp-content/uploads/2023/12/right-icon.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
   }
   
   #customPostNavigation
    .elementor-post-navigation
    .post-navigation__prev--label::before {
    transform: rotate(180deg) translateY(50%);
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
   }
   
   #customPostNavigation
    .elementor-post-navigation
    .post-navigation__next--label::before {
    left: unset;
    right: 0;
   }
   
   @media (max-width: 1200px) {
    #customPostNavigation .elementor-widget-button {
     top: 1.625rem;
    }
   
    #customPostNavigation .elementor-widget-button .elementor-button-link {
     font-size: 0.938rem;
     line-height: 1.5rem;
     padding: 0.563rem 1.125rem;
     border-radius: 1.563rem;
     -webkit-border-radius: 1.563rem;
     -moz-border-radius: 1.563rem;
     -ms-border-radius: 1.563rem;
     -o-border-radius: 1.563rem;
    }
   
    #customPostNavigation .elementor-widget-post-navigation {
     top: 1.625rem;
     width: 100%;
    }
   
    #customPostNavigation .elementor-post-navigation {
     height: 2.75rem;
    }
   
    #customPostNavigation
     .elementor-post-navigation
     .elementor-post-navigation__link {
     width: 5.625rem;
    }
   
    #customPostNavigation .elementor-post-navigation .post-navigation__prev--label,
    #customPostNavigation
     .elementor-post-navigation
     .post-navigation__next--label {
     font-size: 0.938rem;
     padding-left: 1.875rem;
    }
   
    #customPostNavigation
     .elementor-post-navigation
     .post-navigation__next--label {
     padding-left: 0;
     padding-right: 1.875rem;
    }
   
    #customPostNavigation
     .elementor-post-navigation
     .post-navigation__prev--label::before,
    #customPostNavigation
     .elementor-post-navigation
     .post-navigation__next--label::before {
     width: 1.125rem;
     height: 0.75rem;
    }
   }


/* custom customCustomerVoice */
#customCustomerVoice .customer-voice-header.elementor-element > div.e-con-inner {
    display: flex;
    flex-direction: column;
    min-height: 26.5rem;
    position: relative;
}

#customCustomerVoice .customer-voice-header.elementor-element .customer-voice-header__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: auto;
}

#customCustomerVoice .customer-voice-header.elementor-element .customer-voice-header__info {
    padding-left: calc(45% + 2.5rem);
    width: 100%;
}

#customCustomerVoice .customer-voice-header.elementor-element .customer-voice-header__description {
    padding-left: calc(45% + 2.5rem);
    width: 100%;
}

@media (max-width: 767px) {
    #customCustomerVoice .customer-voice-header.elementor-element > div.e-con-inner {
        flex-direction: unset;
        min-height: unset;
    }
    
    #customCustomerVoice .customer-voice-header.elementor-element .customer-voice-header__image {
        position: relative;
        width: calc((100% - 1.25rem)/2);
    }
    
    #customCustomerVoice .customer-voice-header.elementor-element .customer-voice-header__info {
        width: calc((100% - 1.25rem)/2);
        padding-left: 0;
    }
    
    #customCustomerVoice .customer-voice-header.elementor-element .customer-voice-header__description {
        width: 100%;
        padding-left: 0;
    }
}
   
   
   
   @media (max-width: 1366px) {
    #ast-mobile-header .wpml-ls-legacy-dropdown .wpml-ls-item ul.wpml-ls-sub-menu,
    ul#ast-hf-menu-1 > li.wpml-ls-item ul.sub-menu {
     left: auto;
     right: 0;
    }
   }
   
   /* header mobile */
   @media (max-width: 767px) {
    .ast-header-break-point
     #masthead
     .ast-mobile-header-wrap
     .ast-primary-header-bar
     .ast-builder-grid-row {
     grid-column-gap: 0.625rem;
    }
   
    aside.header-widget-area {
     margin: 0;
     padding: 0;
    }
   
    #ast-mobile-header .wpml-ls-legacy-dropdown {
     width: auto;
    }
   
    #ast-mobile-header .wpml-ls-legacy-dropdown a.js-wpml-ls-item-toggle {
     padding: 0.25rem 0.625rem;
    }
   
    #ast-mobile-header .wpml-ls-legacy-dropdown ul li a + ul.wpml-ls-sub-menu {
     width: 10rem;
    }
   
    .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
     white-space: nowrap;
    }
   
    .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
     font-size: 0.75rem;
     line-height: 0.938rem;
    }
   
    #custom-footer div.wpml-elementor-ls a.js-wpml-ls-item-toggle:after,
    #ast-mobile-header .wpml-ls-legacy-dropdown a.js-wpml-ls-item-toggle:after {
     width: 0.438rem;
     height: 0.438rem;
    }
   }
   
   /* border ir */
   #custom-footer ul.elementor-nav-menu li.menu-item.ir {
    border-bottom: 1px solid var(--ast-global-color-2);
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
   }
   
   /* FORM CONTACT */
   #myFormContact label {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.625rem;
   }
   #myFormContact .elementor-form-fields-wrapper {
    display: flex;
    gap: 2.5rem;
    flex-direction: column;
   }
   
   #myFormContact input,
   #myFormContact textarea,
   #myFormContact select {
    background-color: var(--ast-global-color-3);
    border: none;
    border-radius: 0.5rem;
    height: 3.5rem;
    padding: 0 1rem;
    color: var(--ast-global-color-1);
    font-weight: 500;
    font-size: 1.25rem;		 
   }
   
   option[value=""][disabled] {
    display: none;
   }
   
   #myFormContact textarea {
		 padding: 1rem;
    min-height: 27.5rem;
   }
   
   #myFormContact select {
    color: #666;
    font-size: 1.25rem;
    font-weight: 500;
    min-height: 3.5rem;
    position: relative;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAyOCIgZD0iTTEgMUw5IDlMMTcgMSIgc3Ryb2tlPSIjMDA5QzM3IiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
		 background-size: 1.125rem 0.563rem; 
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 1rem);
   }
   
   #myFormContact .error-text {
    color: #ee4b35;
    font-size: 1.25rem;
    margin-top: 0.625rem;
   }
   
   #myFormContact .show-text .error-text {
    display: block;
	  margin-bottom: 0;
   }
	 #myFormContact .show-text select {
		 background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAzNiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAyOCIgZD0iTTIgMkwxOCAxOEwzNCAyIiBzdHJva2U9IiNFRTRCMzUiIHN0cm9rZS13aWR0aD0iNCIvPgo8L3N2Zz4K);
}

   #myFormContact .show-text input,
   #myFormContact .show-text select,
   #myFormContact .show-text textarea {
    border: 1px solid #ee4b35;
   }
   
   #myFormContact .elementor-select-wrapper .select-caret-down-wrapper svg {
    fill: none;
   }
   
   #myFormContact input::placeholder,
   #myFormContact select option,
   #myFormContact textarea::placeholder {
    font-size: 1.25rem;
    font-weight: 500;
    color: #dadada;
   }
   
   #myFormContact .remove-before {
    display: flex;
    flex-direction: column;
   }
   
   #myFormContact .remove-before:before {
    display: none;
   }
   
   #myFormContact .select-caret-down-wrapper {
    position: absolute;
    inset-inline-end: 1rem;
    top: 50%;
    transform: translateY(-50%);
   }
   
   #myFormContact div.elementor-field-type-tel,
   #myFormContact div.elementor-field-group-field_country,
   #myFormContact div.elementor-field-group-field_service {
    width: 23.125rem;
   }
   
   #myFormContact .button-sumbit {
    display: flex;
    justify-content: center;
   }
   
   #myFormContact #button_Form {
    font-size: 1.125rem;
    font-weight: 600;
    padding: 0.875rem 5.25rem;
    line-height: 1.8rem;
    background-color: var(--ast-global-color-4);
    color: var(--ast-global-color-0);
    border: 1px solid currentColor;
    border-radius: 999px;
    margin-top: 1.25rem;
    cursor: pointer;
   }
   #myFormContact #button_Form:hover {
    background-color: var(--ast-global-color-0);
    color: var(--ast-global-color-4);
   }
   
   #myFormContact div.btn-back {
    display: flex;
    justify-content: center;
    width: 100%;
   }
   
   #myFormContact div.btn-back button {
    position: relative;
    border: none;
    padding: 0;
    background-color: transparent;
    color: var(--ast-global-color-1);
    transition: 0.2s ease;
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
    font-size: 1.25rem;
   }
   
   #myFormContact div.btn-back button:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyOCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDE4Ij4KPHBhdGggaWQ9IlZlY3RvciAxIiBkPSJNMjYgMTBMMiAxMCIgc3Ryb2tlPSIjMDA5QzM3IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBpZD0iVmVjdG9yIDIiIGQ9Ik0xMCAxOEwyIDEwTDEwIDIiIHN0cm9rZT0iIzAwOUMzNyIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
   }
   
   #myFormContact div.btn-back button:hover {
    background-color: transparent;
    color: var(--ast-global-color-0);
    text-decoration: underline;
   }

@media (max-width: 1024px) {
	#myFormContact textarea {
    min-height: 16rem;
   }
}
   
   @media (max-width: 767px) {
   
    #myFormContact label {
     font-size: 1rem;
     margin-bottom: 0.313rem;
    }
    #myFormContact .elementor-form-fields-wrapper {
     gap: 1.563rem;
    }
   
    #myFormContact input,
    #myFormContact textarea,
    #myFormContact select {
     border-radius: 0.25rem;
     height: 1.375rem;
     padding: 0 0.625rem;
     font-size: 1rem;
    }
   
    #myFormContact textarea {
     min-height: 12.5rem;
			padding: 0.625rem;
    }
   
    #myFormContact select {
     font-size: 1rem;
     min-height: 2.7rem;
     background-position-x: calc(100% - 0.5rem);
    }
   
    #myFormContact .error-text {
     font-size: 1rem;
     margin-top: 0.313rem;
    }
   
    #myFormContact input::placeholder,
    #myFormContact select option,
    #myFormContact textarea::placeholder {
     font-size: 1rem;
    }
   
    #myFormContact .select-caret-down-wrapper {
     inset-inline-end: 0.5rem;
    }
   
    #myFormContact div.elementor-field-type-tel,
    #myFormContact div.elementor-field-group-field_country,
    #myFormContact div.elementor-field-group-field_service {
     width: 100%;
    }
   
    #myFormContact #button_Form {
     font-size: 0.938rem;
     padding: 0.625rem 3.125rem;
     line-height: 1.5rem;
     margin-top: 2rem;
    }
   
    #myFormContact div.btn-back {
     display: flex;
     justify-content: center;
     width: 100%;
    }
   
    #myFormContact div.btn-back button {
     gap: 0.5rem;
     margin-top: 0.25rem;
     font-size: 0.938rem;
    }
   
    #myFormContact div.btn-back button:before {
     position: relative;
     top: 0.35rem;
     width: 1.125rem;
     height: 0.75rem;
    }
   }
   
   /* RESPONSIVE */
   @media (min-width: 1200px) {
    body {
     font-size: inherit;
    }
   }
   @media (max-width: 1200px) {
    section#section-01 .cta-navipagi-wrapper {
     padding-left: 3rem;
    }
   }
   @media (max-width: 992px) {
    section#section-01 .cta-navipagi-wrapper {
     padding-left: 2rem;
    }
   }
   @media (max-width: 767px) {
    section#section-01 .cta-navipagi-wrapper {
     padding-left: 0;
    }
   }


/* Fix Button NewsList */
@media (max-width: 1200px) {
	
	#customNewsList .post-loop-item .post-loop-item--right {
		position: unset;
	}
	
	#customNewsList .post-loop-item .post-loop-item--right .post-loop-item--icon {
    width: 1.5rem;
    position: absolute;
    top: 50%;
    right: 0.938rem;
    transform: translateY(-50%);
	}
}

@media (max-width: 767px) {
	#customNewsList .post-loop-item .post-loop-item--right .post-loop-item--icon {
		right: 0.438rem;
	}
	
	.wpml-ls-legacy-dropdown-click {
		width: 6.375rem;
	}
	#custom-footer div.wpml-elementor-ls ul.wpml-ls-sub-menu {
		width: calc(100% + 40px);
	}

	#custom-footer div.wpml-elementor-ls a.js-wpml-ls-item-toggle, #ast-mobile-header .wpml-ls-legacy-dropdown a.js-wpml-ls-item-toggle
	{
		padding: 0.375rem 0.75rem;
	}
}
   

#ast-desktop-header .site-header-section nav.site-navigation ul.main-header-menu>li.menu-item >a.menu-link {
		outline: none!important;
		border: none!important;
	}


/* button	*/
.btn-viewmore .elementor-align-icon-right {
	position: relative;
	top: 2px;
}
@media (max-width: 921px) {
	a.elementor-button span.elementor-align-icon-right,
	.btn-viewmore .elementor-align-icon-right
	{
		margin-left: 0.625rem!important;
	}
}


@media (min-width: 768px) {
	#custom-footer .e-n-accordion-item-title {
		pointer-events: none;
	}
}