.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    left: 0;
}

/* message */

.section__message,
.section__network {
    padding: 120px 0;
}

.section__message .global-desc {
    margin: unset;
}

.section__message .message__infor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.section__message .message__item {
    display: flex;
    align-items: self-start;
    gap: 10px;
    margin-bottom: 10px;
}

.section__message .message__item img {
    height: auto;
}

.section__message .message__item:first-child img {
    width: 16px;
    padding-top: 7px;
}

.section__message .message__item:nth-child(2) img {
    width: 17px;
}

.section__message .message__item:nth-child(3) img {
    width: 20px;
}

.section__message .message__item:last-child img {
    width: 18px;
}

.section__message .message__item .message__item--img {
    padding: 2px 0 0;
}

.section__message .message__item span {
    flex: 1 0 0;
    -webkit-text-fill-color: #5d5d5d;
}

.section__message .message__form input,
.section__message .message__form textarea {
    border: 0;
    border-bottom: 2px solid var(--secondary-color);
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    outline: none;
    color: #5d5d5d;
    background-color: #f4f4f4;
}

.section__message .message__form .form-input {
    margin-bottom: 30px;
    position: relative;
}

.section__message .message__form .sunmit-btn {
    padding: 5px 60px;
    border-radius: 18px;
    border: 0;
    background-color: var(--third-color);
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    list-style: 30px;
}

.section__message .message__form label.error {
    position: absolute;
    top: 100%;
    left: 0;
    color: red;
    font-size: 12px;
}

.section__message .message__form {
    background-color: #F4F4F4;
    border-radius: 26px;
    padding: 30px 50px;
}

/* netwwork */

.section__form {
    height: fit-content;
}

.section__network .network__slide {
    padding: 80px 0 0;
}

.section__network .network__list {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section__network .network__list.h-fit {
    height: fit-content;
}

.section__network .network__item {
    padding-left: 20px;
    border-left: 3px solid var(--secondary-color);
}

.section__network .network__item h3 {
    color: #0080A6;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    min-height: 52px;
}

.section__network .network__item ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section__network .network__item--img img {
    min-width: 17px;
    height: auto;
}

.section__network .network__pagination {
    padding-top: 10px;
}

.section__network .network__pagination button {
    border-radius: 50%;
    border: 0px solid #B1E0E2;
    background-color: #fff;
    margin: 0 10px;
    transition: all 0.3s linear;
}

.section__network .network__pagination button img {
    height: 45px;
    width: auto;
}

.section__network .network__pagination button.network__prev img {
    transform: rotate(180deg);
    transition: all 0.3s linear;
}

.section__network .network__pagination button img:hover {
    filter: invert(50%) sepia(33%) saturate(3506%) hue-rotate(159deg) brightness(101%) contrast(102%);
    transition: all 0.3s linear;
}

.section__network .network__pagination button:hover {
    border: 0px solid var(--third-color);
    transition: all 0.3s linear;
}

.wpcf7-spinner {
    position: absolute;

}

.cf7sr-g-recaptcha {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
    .section__network .network__item h3 {
        min-height: 52px;
    }

    .section__network .network__list {
        height: fit-content;
    }

    .section__message .message__form textarea {
        height: 80px;
    }
    .section__message .message__form .form-input {
        margin-bottom: 20px;
    }
    .section__message, .section__network {
        padding: 80px 0;
    }
}

@media screen and (max-width: 991px) {
    .section__network {
        padding: 60px 0;
    }
    .section__message .message__item {
        flex-direction: column;
        align-items: center;
    }
    .section__message .global-desc {
        text-align: center;
    }
    .section__message .message__infor {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    
    .section__message, .section__network {
        padding: 60px 0;
    }

    .section__message .message__form {
        padding: 50px 20px 20px;
        border-radius: 0;
    }

    .section__message .message__form .sunmit-btn {
        width: 100%;
        padding: 8px 60px;
    }

    .section__network .network__pagination {
        padding-top: 0;
    }

    .slick-list.draggable {
        padding-bottom: 0;
    }

    .section__network .network__slide {
        padding-top: 40px;
    }

    .section__network .network__item h3 {
        min-height: unset;
        text-align: center;
    }

    .section__network .network__item {
        padding-left: 0;
        border-left: 0;
        position: relative;
        padding-bottom: 30px;
    }
    .section__network .network__item::after {
        display: block;
        content: "";
        width: 150px;
        height: 1px;
        background-color: var(--secondary-color);
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    .section__network .network__item ul li {
        justify-content: center;
    }
    .section__message .global-desc  {
        text-align: center;
    }
    
    .section__message .container {
        padding: 0;
        max-width: 100%;
    }
    .section__message .message__infor {
        padding: 0 15px 30px 15px;
        max-width: 540px;
        margin: auto;
    }
    .message__form form {
        max-width: 540px;
        margin: auto;
    }
    .section__message {
        padding: 60px 0 0px;
    }

    .section__message .message__item:first-child img {
        width: 22px;
    }
    .section__message .message__item:nth-child(2) img {
        width: 25px;
    }
    .section__message .message__item:nth-child(3) img {
        width: 28px;
    }
    .section__message .message__item:last-child img {
        width: 28px;
    }
    .section__banner .banner__content--text span {
        font-size: 26px;
    }
    .network__wrap:last-child .col-md-4:last-child .network__list .network__item:last-child::after {
        display: none;
    }
    .section__message .message__form input, .section__message .message__form textarea {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    .section__banner .banner__content--text span {
        font-size: 20px;
    }
    .section__message .message__item {
        margin-bottom: 20px;
    }
}

.acf-map  {
    width: 100%;
    height: 450px;
    border: #ccc solid 1px;
    margin: 20px 0;
    position: relative;
}

.acf-map img {
    max-width: inherit !important;
}

.map__container {
    position: relative;
}

.map_content {

}

.map_content .map_content_title {
    display: flex;
    flex-direction: row;
    color: #009bab;
    text-align: left;
    font-family: Lexend;
    font-weight: 500;
    font-size: 14px;
    gap: 10px;
    /*justify-content: center;*/
    align-items: center;
    max-width: 95%;
}

#map div[role="dialog"] button[title="Close"] {
    right: 0px !important;
    top: 0px !important;
    border: none !important;
    user-select: unset !important;
    width: 36px !important;
    height: 36px !important;
}
#map div[role="dialog"] button[title="Close"]:hover, #map div[role="dialog"] button[title="Close"] :focus-visible, #map div[role="dialog"] button[title="Close"] :active {
    border: none !important;
    background: none !important;
    outline: 0 !important;
}
.gm-style-iw button:focus {
    outline: 0;
}

#map div[role="dialog"] button[title="Close"] span {
    background-color: #fff;
    width: 20px !important;
    height: 20px !important;
    background-color: #009bab;
}

.map_content .map_content_title img {
    width: 22px;
}


.map_content .map_content_address {
    margin-top: 5px;
    text-decoration: underline;
    color: #707070;
    font-size: 14px;
    margin-left: 5px;
    font-weight: 500;
    line-height: 20px;
    font-family: Lexend;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 12px;
}