.wrapper-info-school {
    display: flex;
    justify-content: space-around;
    width: 100%
}

.logo-footer-mobile {
    display: none
}

#cookie-notice {
    position: fixed;
    bottom: 60px;
    left: 30px;
    background-color: rgba(255,245,230,1);
    padding: 30px;
    width: 350px;
    border-radius: 8px;
    z-index: -1;
    opacity: 0;
    pointer-events: none
}

    #cookie-notice .cookie-container {
        display: flex;
        gap: 16px;
        flex-direction: column;
        align-items: center
    }

    #cookie-notice p {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        color: #333
    }

    #cookie-notice a {
        margin: 0;
        font-size: 12px;
        color: #000;
        text-decoration: none
    }

    #cookie-notice button {
        background-color: #f9c809;
        border-radius: 12px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 10px;
        border: none;
        cursor: pointer
    }

    #cookie-notice.active {
        opacity: 1;
        z-index: 999;
        pointer-events: auto
    }

@media (max-width: 768px) {
    .wrapper-submenu-header {
        display: none !important
    }

    .logo-footer-mobile {
        display: block;
        width: 50%;
        margin-bottom: 24px
    }

    #cookie-notice {
        left: 0;
        right: 0;
        width: 90%;
        padding: 10px;
        margin: auto
    }

        #cookie-notice p {
            font-size: 12px
        }

        #cookie-notice a {
            font-size: 10px
        }

        #cookie-notice button {
            font-size: 14px;
            padding: 6px
        }
}

a#submenu13 {
    font-size: 13px !important;
    padding: 15px 10px;
    padding-right: 0 !important
}

#minormenu13 {
    margin-left: 10px
}

p span strong, span em span {
    line-height: 28px
}

.wrapper-text h3 {
    margin: 30px 0 20px
}

.impact-fund-page .section-total .wrapper-section {
    flex-direction: column;
    flex-wrap: nowrap
}

.impact-fund-page .section-opinion {
    padding-top: 150px
}

.impact-fund-page .section-total {
    margin: 70px 0
}

    .impact-fund-page .section-total .wrapper-section .content-section {
        max-width: none;
        margin: 30px 0;
        text-align: center
    }

        .impact-fund-page .section-total .wrapper-section .content-section h2 {
            width: max-content;
            margin: auto
        }

    .impact-fund-page .section-total .wrapper-section .item-section-wrapper {
        display: flex;
        justify-content: space-around;
        gap: 45px
    }

.title-wrapper {
    font-size: 18px
}

.wrapper-header-intro {
    display: flex;
    margin-top: 50px;
    justify-content: center
}

    .wrapper-header-intro p {
        max-width: 928px;
        font-size: 18px !important;
        line-height: 32px !importantcolor:#494949
    }

#minormenu13 a {
    padding-top: 0px !important;
    padding-bottom: 15px !important
}

.grid-layout-popup-form .zcwf_wrapper {
    border-radius: 12px;
    width: 841px
}

.grid-layout-popup-form .zcwf_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px !important;
    width: 100%;
    justify-content: space-between
}

.grid-layout-popup-form .zcwf_row {
    margin-top: 0 !important
}

.grid-layout-popup-form .zcwf_title h2 {
    font-size: 36px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal
}

.grid-layout-popup-form .zcwf_title button {
    height: 45px;
    width: 45px;
    background: #f47920;
    text-align: center;
    display: flex;
    opacity: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 0
}

.grid-layout-popup-form .zcwf_body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px;
    width: 100%
}

    .grid-layout-popup-form .zcwf_body .zcwf_col_left {
        width: 45%
    }

    .grid-layout-popup-form .zcwf_body .zcwf_col_right {
        width: 50%
    }

.grid-layout-popup-form .zcwf_lblLeft .zcwf_row {
    margin: 0 !important
}

.grid-layout-popup-form .zcwf_col_right .zcwf_col_fld {
    display: flex;
    flex-direction: row;
    width: 100% !important
}

.grid-layout-popup-form .zcwf_col_fld input {
    width: 100% !important;
    padding: 6px;
    margin-bottom: 20px !important;
    font-size: 17px;
    line-height: 26px;
    color: #343434;
    font-weight: 400;
    letter-spacing: .02em;
    border: 0;
    border: 1px solid #e6e6e6
}

    .grid-layout-popup-form .zcwf_col_fld input::placeholder {
        color: #000;
        font-size: 17px;
        font-weight: 300
    }

.grid-layout-popup-form .zcwf_col_fld option, .zcwf_col_fld select {
    width: 100%;
    padding: 6px;
    margin-bottom: 20px !important;
    font-size: 17px;
    line-height: 26px;
    color: #343434;
    font-weight: 400;
    letter-spacing: .02em;
    border: 0;
    border: 1px solid #e6e6e6
}

.grid-layout-popup-form .zcwf_row .button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.grid-layout-popup-form .zcwf_row button {
    min-width: 115px !important;
    padding: 14px 47px !important;
    width: max-content !important;
    text-overflow: unset !important;
    text-align: center !important;
    min-width: 170px !important;
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    letter-spacing: .02em !important;
    background-color: #f9c809;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px
}

    .grid-layout-popup-form .zcwf_row button p {
        font-weight: 500
    }

.list-down li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 24px
}

    .list-down li img {
        width: 24px;
        height: 24px
    }

.wpcf7-spinner::before {
    display: none
}

.loading__mobile {
    width: 70px;
    display: none;
    height: 70px;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 50%
}

.button-section {
    position: relative
}

#wpadminbar {
    display: none !important
}

form.submitting .wpcf7-spinner {
    opacity: 1;
    transition: 0.3s;
}

form .form-button {
    position: relative
}

.wpcf7-spinner {
    display: none
}

    .wpcf7-spinner.loader {
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        display: block;
        opacity: 0;
        background-repeat: no-repeat;
        transition: 0.3s
    }

.wpcf7-spinner {
    visibility: inherit !important;
    opacity: 1;
    display: block;
    border-radius: unset;
    background-color: unset;
    display: none
}

.wrapper-submenu-header {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgba(239,239,239,1)
}

.submenu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    z-index: 5
}

    .submenu li {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        transition: 0.3s;
        padding: 15px 30px;
        transition: 0.3s;
        position: relative;
        cursor: pointer;
        display: flex;
        flex-direction: row
    }

        .submenu li img {
            width: 24px;
            height: 24px;
            margin-left: 4px
        }

            .submenu li img.normal {
                display: block
            }

            .submenu li img.hover {
                display: none
            }

        .submenu li:hover img.normal {
            display: none
        }

        .submenu li:hover img.hover {
            display: block
        }

        .submenu li:hover .submenu_small {
            opacity: 1;
            pointer-events: all;
            transition: 0.3s
        }

            .submenu li:hover .submenu_small a {
                color: rgba(93,93,93,1);
                transition: 0.3s;
                font-weight: 400
            }

                .submenu li:hover .submenu_small a:hover {
                    color: #fff;
                    transition: 0.3s;
                    font-weight: 600
                }

        .submenu li .submenu_small {
            opacity: 0;
            pointer-events: none;
            transition: 0.3s;
            position: absolute;
            bottom: 0;
            width: max-content;
            left: 50%;
            display: flex;
            flex-direction: column;
            transform: translateX(-50%) translateY(100%);
            background-color: rgba(239,239,239,1);
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            z-index: 100
        }

            .submenu li .submenu_small a {
                font-weight: 400;
                font-size: 18px;
                line-height: 26px;
                letter-spacing: .02em;
                color: rgba(93,93,93,1);
                transition: 0.3s;
                padding: 15px 30px;
                background-repeat: no-repeat;
                background-size: 100% 100%
            }

        .submenu li a {
            font-weight: 400;
            font-size: 18px;
            line-height: 26px;
            letter-spacing: .02em;
            color: rgba(93,93,93,1);
            transition: 0.3s
        }

        .submenu li:hover a {
            color: #fff;
            font-weight: 700;
            transition: 0.3s
        }

.search-box {
    pointer-events: none
}

    .search-box.active {
        pointer-events: all
    }

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: unset;
    clip-path: unset;
    height: unset;
    width: unset;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

html {
    margin: 0px !important;
    padding: 0px !important
}

body {
    overflow-x: hidden
}

header .wrapper-down {
    position: absolute;
    bottom: 0;
    min-height: 398px;
    background-color: #f5f5f5;
    box-shadow: 0 4px 15px rgba(55,54,53,.06);
    flex-direction: row;
    width: 90%;
    border-radius: 8px;
    z-index: 1;
    display: flex;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.4s;
    border-radius: 8px;
    pointer-events: none
}

header.sticky .wrapper-down {
    bottom: 5px
}

header .wrapper-down li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

    header .wrapper-down li img {
        width: 24px;
        height: 24px
    }

        header .wrapper-down li img.hover {
            display: none
        }

        header .wrapper-down li img.normal {
            display: block
        }

    header .wrapper-down li:hover img.normal {
        display: none
    }

    header .wrapper-down li:hover img.hover {
        display: block
    }

.search-box {
    position: fixed;
    right: 70px;
    top: 110px
}

    .search-box form {
        display: flex;
        box-shadow: 0 4px 8px hsl(0deg 0% 20% / 16%);
        opacity: 0;
        transform: translateY(10px);
        transition: 0.4s;
        pointer-events: none
    }

        .search-box form.active {
            opacity: 1;
            pointer-events: all;
            transition: 0.4s;
            transform: translate(0)
        }

        .search-box form input {
            padding: 7px;
            background-color: #fff;
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
            border: 0;
            outline: 0;
            font-size: 14px;
            line-height: 18px
        }

        .search-box form button {
            width: 40px;
            height: 40px;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
            background-color: #FF9C35;
            display: flex;
            align-items: center;
            justify-content: center
        }

            .search-box form button img {
                width: 16px;
                height: 16px
            }

header .wrapper-down .content-down .wrapper-first {
    width: 45%;
    background-color: #FFF5E6;
    padding: 20px 44px 40px 0
}

header .wrapper-down .content-down li {
    padding: 12px 32px
}

    header .wrapper-down .content-down li a {
        color: #858585;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400
    }

    header .wrapper-down .content-down li:hover {
        background-color: #FF9C35
    }

        header .wrapper-down .content-down li:hover a {
            color: #FFF;
            font-weight: 700
        }

header .wrapper-down .content-down .wrapper-second {
    width: 55%;
    padding: 20px 44px 40px 0;
    background-color: #FFF5E6;
    background-image: url(https://utschool.edu.vn/wp-content/uploads/2023/07/bg-menu.png);
    background-position: right bottom;
    background-repeat: no-repeat
}

    header .wrapper-down .content-down .wrapper-second li {
        opacity: 0
    }

    header .wrapper-down .content-down .wrapper-second.active li {
        opacity: 1
    }

header .wrapper-down.active {
    display: flex;
    transition: 0.4s;
    opacity: 1;
    pointer-events: all
}

header .header-menu .wrapper-down .list-down {
    width: 30%;
    padding: 20px 0 40px 0;
    background-color: #f5f5f5;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

    header .header-menu .wrapper-down .list-down li {
        cursor: pointer
    }

        header .header-menu .wrapper-down .list-down li:hover {
            background-color: #FFF5E6
        }

            header .header-menu .wrapper-down .list-down li:hover a {
                font-weight: 700;
                color: #f9c809
            }

        header .header-menu .wrapper-down .list-down li a {
            color: #858585;
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            padding: 12px 32px;
            display: block
        }

header .content-down {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    position: relative
}

header .wrapper-down .content-down .wrapper-content-down.special {
    background-color: #FFF5E6;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 0
}

header .content-down .wrapper-content-down {
    position: absolute;
    top: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 1;
    transition: 0.4s;
    background-color: #f5f5f5
}

    header .content-down .wrapper-content-down.active {
        z-index: 2;
        transition: 0.4s
    }

header .content-down .content-text {
    width: 63%;
    padding: 40px 47px 35px 47px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

    header .content-down .content-text .header-text {
        display: flex;
        flex-direction: row;
        position: relative
    }

        header .content-down .content-text .header-text::before {
            content: '';
            position: absolute;
            top: -15px;
            left: -89px;
            width: 61px;
            height: 40px;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            animation: move2 4s infinite 2s ease-in-out alternate-reverse
        }

        header .content-down .content-text .header-text h4 {
            font-size: 22px;
            line-height: 32px;
            font-weight: 700;
            text-align: center;
            color: #B25B00;
            max-width: 321px
        }

    header .content-down .content-text .line-down {
        width: 80%;
        height: 6px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin-top: 28px;
        margin-bottom: 20px
    }

    header .content-down .content-text .text-down {
        font-size: 16px;
        line-height: 26px;
        color: #494949;
        font-weight: 400;
        width: 80%
    }

header .content-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%
}

    header .content-image img {
        width: 100%;
        aspect-ratio: 1 / 1;
        border-radius: 16px
    }

button a:hover {
    color: inherit
}

a.button:hover {
    color: #fff
}

.footer-form .form-register .wpcf7 .screen-reader-response {
    position: relative;
    z-index: 5;
    display: none
}

    .footer-form .form-register .wpcf7 .screen-reader-response p {
        font-size: 19px;
        line-height: 26px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #f9c809;
        display: none
    }

.section-register .wrapper-register .form-register .wpcf7-response-output {
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #f9c809;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 15px;
    z-index: 10
}

footer .form-register .wpcf7-response-output {
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #f9c809;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 15px;
    z-index: 10
}

.contact-mb {
    display: none
}

.form-pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center
}

    .form-pagination .list-page {
        display: flex;
        flex-direction: row;
        align-items: center
    }

        .form-pagination .list-page li {
            padding: 12px 20px;
            border-radius: 12px;
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            color: rgba(93,93,93,1)
        }

            .form-pagination .list-page li.active {
                background-color: #f9c809;
                color: #fff
            }

            .form-pagination .list-page li:hover a {
                color: inherit
            }

input[type="submit"] {
    border: 0;
    outline: 0;
    cursor: pointer
}

body {
    font-family: 'Montserrat',sans-serif;
    overflow-x: hidden
}

button, select {
    -webkit-appearance: auto;
    -webkit-appearance: menulist;
    color: inherit;
    background-color: inherit;
    border: 0;
    cursor: pointer
}

    button:focus {
        outline: 0;
        border: 0
    }

    select:focus {
        background-color: inherit
    }

a {
    color: inherit;
    text-decoration: none;
    transition: 0.1s
}

    a:hover {
        color: #f9c809;
        transition: 0.1s;
        text-decoration: none
    }

p, h2, h3, h1, h4, h5, h6 {
    margin: 0;
    padding: 0
}

ul, li, ol {
    padding: 0;
    margin: 0;
    list-style-type: none
}

img {
    width: 100%;
    height: 100%
}

.color-gray {
    color: #E5E5E5 !important;
    opacity: 50%
}

.button {
    padding: 16px 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background-color: #f9c809;
    letter-spacing: .02em;
    color: rgba(255,255,255,1);
    transition: 0.3s;
    border-radius: 16px
}

    .button:hover {
        transition: 0.3s;
        transform: scale(1.02)
    }

.button1 {
    padding: 16px 32px;
    border: 2px solid #f9c809;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #f9c809;
    z-index: 3;
    letter-spacing: .02em;
    border-radius: 16px;
    text-shadow: 2px 2px 5px rgba(0,0,0,.25)
}

    .button1:focus {
        border: 2px solid #f9c809
    }

.button2 {
    padding: 16px 32px;
    border: 2px solid #f9c809;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #f9c809;
    z-index: 3;
    transition: 0.3s;
    letter-spacing: .02em;
    border-radius: 16px
}

    .button2:hover {
        transition: 0.3s;
        color: #fff;
        background-color: #f9c809
    }

    .button2:focus {
        border: 2px solid #f9c809
    }

.button3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background-color: #f9c809;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    transition: 0.3s;
    border-radius: 16px
}

    .button3:hover {
        transform: scale(1.01);
        transition: 0.3s
    }

@keyframes move {
    0% {
        transform: translateY(-5px)
    }

    50% {
        transform: translateX(-5px)
    }
}

@keyframes move2 {
    0% {
        transform: translateY(4px)
    }

    50% {
        transform: translateX(4px)
    }
}

@keyframes move3 {
    0% {
        transform: translateY(4px) translateX(100%)
    }

    50% {
        transform: translateX(103%)
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 999
}

.header {
    padding: 5px 48px;
    background-color: rgba(52,52,52,1);
    color: #fff;
    font-family: 'Nunito Sans',sans-serif
}

header.sticky .form-logo {
    display: none;
    transition: 0.3s
}

header.sticky .header-menu .list-menu {
    width: 100%;
    /* justify-content:space-between; */
    transition: 0.3s
}

    header.sticky .header-menu .list-menu li {
        padding: 9px 24px;
        position: relative
    }

header.sticky .header-menu {
    padding: 5px 30px;
    transition: 0.3s;
    position: relative
}

    header.sticky .header-menu .list-menu li::after {
        bottom: -6px;
        height: 2px
    }

.header .header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: .02em
}

    .header .header-wrapper .header-info {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        pointer-events: none
    }

        .header .header-wrapper .header-info li:not(:last-child) {
            margin-right: 40px
        }

        .header .header-wrapper .header-info li img {
            max-width: 20px
        }

        .header .header-wrapper .header-info li p {
            padding-left: 8px;
            position: relative
        }

    .header .header-wrapper .details-info {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        cursor: pointer;
        transition: 0.3s
    }

        .header .header-wrapper .details-info img.hover {
            display: none;
            transition: 0.3s
        }

        .header .header-wrapper .details-info:hover {
            color: rgba(255,156,53,1);
            transition: 0.3s
        }

            .header .header-wrapper .details-info:hover img.hover {
                display: block;
                transition: 0.3s
            }

            .header .header-wrapper .details-info:hover img.normal {
                display: none
            }

        .header .header-wrapper .details-info p.special {
            padding-right: 8px
        }

        .header .header-wrapper .details-info:hover p.special::after {
            background-color: rgba(255,156,53,1);
            transition: 0.3s
        }

        .header .header-wrapper .details-info p.special::after {
            content: '';
            position: absolute;
            right: 0;
            top: 3px;
            height: 12px;
            width: 1px;
            background-color: rgba(255,255,255,1);
            transition: 0.3s
        }

    .header .header-wrapper .contact-header {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center
    }

        .header .header-wrapper .contact-header .details-contact {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            margin-left: 24px;
            font-size: 16px;
            line-height: 24px
        }

            .header .header-wrapper .contact-header .details-contact .icon {
                display: flex;
                align-items: center
            }

            .header .header-wrapper .contact-header .details-contact img {
                max-width: 32px;
                transition: 0.3s
            }

                .header .header-wrapper .contact-header .details-contact img.hover {
                    display: none;
                    transition: 0.3s
                }

            .header .header-wrapper .contact-header .details-contact .icon:hover img.normal {
                display: none;
                transition: 0.3s
            }

            .header .header-wrapper .contact-header .details-contact .icon:hover img.hover {
                display: block;
                transition: 0.3s
            }

            .header .header-wrapper .contact-header .details-contact img.special {
                width: 25px;
                height: 16px
            }

            .header .header-wrapper .contact-header .details-contact .icon:not(:first-child) {
                padding-left: 8px
            }

            .header .header-wrapper .contact-header .details-contact p {
                padding-left: 8px;
                position: relative
            }

                .header .header-wrapper .contact-header .details-contact p.special {
                    padding-right: 8px
                }

                    .header .header-wrapper .contact-header .details-contact p.special::after {
                        content: '';
                        position: absolute;
                        right: 0;
                        top: 4px;
                        height: 16px;
                        width: 1px;
                        background-color: rgba(255,255,255,1)
                    }

header .header-menu .list-menu li::after {
    width: 0%;
    height: 3px;
    background-color: #f9c809;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.2s
}

header .header-menu {
    background-color: #fff;
    padding: 0 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

    header .header-menu .form-logo {
        width: 10%
    }

        header .header-menu .form-logo img {
            width: 137px;
            height: 52px
        }

.mobile-logo {
    display: none
}

header .header-menu .list-menu {
    display: flex;
    /* flex-direction:row; */
    justify-content: center;
    align-items: center;
}

    header .header-menu .list-menu li {
        padding: 29px 24px;
        color: rgba(73,73,73,1);
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: .02em;
        transition: 0.1s;
        position: relative
    }

        header .header-menu .list-menu li img {
            max-width: 24px;
            transition: 0.3s;
            cursor: pointer;
            height: auto
        }

            header .header-menu .list-menu li img.hover {
                display: none
            }

        header .header-menu .list-menu li:hover {
            font-weight: 500;
            transition: 0.1s
        }

        header .header-menu .list-menu li:hover {
            color: #f9c809;
            transition: 0.1s
        }

        header .header-menu .list-menu li:not(:last-child):hover::after {
            width: 100%;
            transition: 0.2s
        }

        header .header-menu .list-menu li:last-child:hover img.hover {
            display: block;
            transition: 0.3s;
            transform: translateY(1px)
        }

        header .header-menu .list-menu li:last-child:hover img {
            display: none;
            transition: 0.3s
        }

header .header-menu .button-form {
    display: none
}

.menu-mb {
    display: none
}

.contact-main {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 997
}

    .contact-main .list-contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer
    }

        .contact-main .list-contact li {
            position: relative
        }

            .contact-main .list-contact li img.normal {
                z-index: 3;
                position: relative
            }

            .contact-main .list-contact li img.hover {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                transition: 0.3s;
                z-index: 2
            }

            .contact-main .list-contact li:hover img.hover {
                transition: 0.3s;
                z-index: 3;
                transform: translateX(-15px)
            }

            .contact-main .list-contact li:hover img.normal {
                transition: 0.3s;
                z-index: 2;
                transform: translateX(-15px)
            }

            .contact-main .list-contact li:hover img.hover1 {
                transition: 0.3s;
                display: none;
                transform: translateX(-15px)
            }

            .contact-main .list-contact li:hover img.normal1 {
                transition: 0.3s;
                display: flex;
                transform: translateX(-15px)
            }

            .contact-main .list-contact li img {
                cursor: pointer;
                height: auto;
                width: auto;
                transition: 0.3s
            }

                .contact-main .list-contact li img.special:hover {
                    transition: 0.3s;
                    transform: translateX(-15px)
                }

            .contact-main .list-contact li:first-child {
                margin-bottom: 15px
            }

        .contact-main .list-contact img {
            max-width: 48px
        }

        .contact-main .list-contact li:not(:first-child) img {
            max-width: 72px
        }

footer {
    padding-bottom: 80px;
    position: relative;
    background-color: rgba(245,245,245,1);
    z-index: 1
}

    footer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 350px;
        background-color: #fff;
        z-index: 2
    }

.footer-form {
    margin: 0 80px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-image: url(../../../../../../../themes/uts/page-templates/img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
    position: relative;
    z-index: 3;
    border-radius: 16px
}

    .footer-form .form-image {
        position: relative;
        width: 50%;
        align-self: flex-end
    }

        .footer-form .form-image .bg-main {
            z-index: 3
        }

    .footer-form .form-register {
        padding: 40px 40px 32px 40px;
        background-color: #fff;
        max-height: unset;
        margin-right: 160px;
        border: 1px dashed #FFCD9A;
        position: relative;
        align-self: center;
        z-index: 2;
        border-radius: 16px;
        width: 40%
    }

        .footer-form .form-register .wpcf7 {
            height: 100%
        }

        .footer-form .form-register form {
            display: flex;
            flex-direction: column;
            height: 100%
        }

        .footer-form .form-register::before {
            content: '';
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 2;
            background-color: #fff;
            border-radius: 16px
        }

        .footer-form .form-register::after {
            content: '';
            position: absolute;
            height: 100%;
            width: 100%;
            top: 16px;
            left: 16px;
            z-index: 1;
            background-color: #D87208;
            border: 1px dashed #FFCD9A;
            border-radius: 16px
        }

        .footer-form .form-register h3 {
            text-align: center;
            font-weight: 700;
            font-size: 32px;
            line-height: 40px;
            color: rgba(52,52,52,1);
            margin-bottom: 45px;
            z-index: 3;
            position: relative
        }

            .footer-form .form-register h3 span {
                position: relative
            }

        .footer-form .form-register .form-input {
            display: flex;
            flex-direction: row;
            position: relative;
            justify-content: space-between;
            z-index: 3
        }

.footer-info .wrapper-footer .details-info .info-contact .form-info .location a:hover {
    color: #f9c809;
    transition: 0.3s
}

.footer-form .form-register .form-input input, select, option {
    width: 100%;
    padding: 6px;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 26px;
    color: rgba(52,52,52,1);
    font-weight: 400;
    letter-spacing: .02em;
    border: 0;
    border-bottom: 1px solid #E6E6E6
}

    .footer-form .form-register .form-input input:focus {
        outline: 0;
        border: 0;
        border-bottom: 1px solid #E6E6E6
    }

    .footer-form .form-register .form-input input.special {
        width: 98%
    }

.footer-form .form-register .button-section {
    width: 100%;
    display: flex;
    z-index: 3;
    position: relative;
    justify-content: center
}

    .footer-form .form-register .button-section button {
        width: 100%
    }

.footer-info {
    padding-top: 100px
}

    .footer-info .wrapper-footer {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start
    }

        .footer-info .wrapper-footer .wrapper-contact {
            width: 30%
        }

            .footer-info .wrapper-footer .wrapper-contact .logo-footer {
                width: 313px;
                margin-bottom: 32px
            }

        .footer-info .wrapper-footer .logo-footer img {
            height: auto
        }

        .footer-info .wrapper-footer .list-contact {
            width: 100%;
            display: flex;
            flex-direction: row;
            margin-bottom: 24px
        }

        .footer-info .wrapper-footer .form-text p {
            color: rgba(93,93,93,1);
            font-size: 16px;
            line-height: 26px;
            font-weight: 400
        }

            .footer-info .wrapper-footer .form-text p:hover {
                color: #f9c809
            }

            .footer-info .wrapper-footer .form-text p.special {
                margin-bottom: 8px
            }

        .footer-info .wrapper-footer .details-info .info-contact .form-info .location p {
            margin: 0
        }

        .footer-info .wrapper-footer .details-info .info-contact .form-info .location {
            margin-bottom: 15px
        }

        .footer-info .wrapper-footer .list-contact li {
            margin-right: 16px
        }

            .footer-info .wrapper-footer .list-contact li img {
                width: 48px;
                height: 48px;
                transition: 0.3s
            }

                .footer-info .wrapper-footer .list-contact li img.hover {
                    display: none;
                    transition: 0.3s
                }

            .footer-info .wrapper-footer .list-contact li:hover img.hover {
                display: block;
                transition: 0.3s
            }

            .footer-info .wrapper-footer .list-contact li:hover img.normal {
                display: none;
                transition: 0.3s
            }

        .footer-info .wrapper-footer .details-info {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 65%;
            align-items: flex-start
        }

            .footer-info .wrapper-footer .details-info .info-contact .form-info .location {
                display: flex;
                flex-direction: row;
                align-items: center
            }

                .footer-info .wrapper-footer .details-info .info-contact .form-info .location p span {
                    font-weight: 500
                }

                .footer-info .wrapper-footer .details-info .info-contact .form-info .location img {
                    width: 13px;
                    height: 16px;
                    margin-right: 15px
                }

            .footer-info .wrapper-footer .details-info .info-school {
                display: flex;
                flex-direction: column;
                font-weight: 400;
                line-height: 26px;
                font-size: 18px;
                letter-spacing: .02em;
                color: rgba(93,93,93,1);
                width: 165px
            }

                .footer-info .wrapper-footer .details-info .info-school.special {
                    width: 116px
                }

                .footer-info .wrapper-footer .details-info .info-school li {
                    margin-bottom: 8px
                }

                    .footer-info .wrapper-footer .details-info .info-school li.special {
                        font-weight: 600
                    }

            .footer-info .wrapper-footer .details-info .info-contact {
                display: flex;
                flex-direction: column;
                width: 50%;
                min-width: 595px
            }

                .footer-info .wrapper-footer .details-info .info-contact .form-info {
                    margin-bottom: 16px;
                    display: flex;
                    flex-direction: column
                }

                    .footer-info .wrapper-footer .details-info .info-contact .form-info h3 {
                        font-weight: 700;
                        font-size: 18px;
                        line-height: 26px;
                        letter-spacing: .02em;
                        color: rgba(52,52,52,1);
                        margin-bottom: 8px
                    }

                    .footer-info .wrapper-footer .details-info .info-contact .form-info p {
                        font-weight: 400;
                        font-size: 18px;
                        line-height: 26px;
                        color: rgba(93,93,93,1);
                        letter-spacing: .02em;
                        margin-bottom: 8px
                    }

    .footer-info .list-logo {
        margin-top: 60px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%
    }

        .footer-info .list-logo li .logo-footer1 {
            width: 138px;
            height: 50px
        }

        .footer-info .list-logo li .logo-footer2 {
            width: 96px;
            height: 56px
        }

        .footer-info .list-logo li .logo-footer3 {
            width: 155px;
            height: 52px
        }

    .footer-info .text-footer {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: .02em;
        text-align: center;
        color: rgba(174,174,174,1);
        font-weight: 400;
        margin-top: 40px
    }

.footer-form .form-register .form-input span {
    width: 100%
}

.submenu.mb {
    display: none
}

.grecaptcha-badge {
    display: none
}

@media (min-width: 1200px) {
    .wrapper-info-school {
        justify-content: flex-start;
        gap: 20px
    }
}

@media (min-width: 1800px) {
    header .content-image img {
        width: auto;
        height: 100%
    }

    header .content-image {
        align-items: flex-start
    }
}

@media (max-width: 1450px) {
    header .header-menu .list-menu li {
        padding: 29px 20px
    }

    header .content-down .content-text .text-down {
        font-size: 16px;
        line-height: 25px;
        color: #494949;
        font-weight: 400;
        width: 80%
    }

    header .content-down .content-text .header-text h4 {
        font-size: 23px;
        line-height: 36px;
        font-weight: 700;
        text-align: center;
        color: #B25B00;
        max-width: 320px
    }

    header .content-down .content-text .header-text::before {
        content: '';
        position: absolute;
        top: -10px;
        left: -61px;
        width: 44px;
        height: 32px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        animation: move2 4s infinite 2s ease-in-out alternate-reverse
    }
}

@media (max-width: 1420px) {
    .footer-form .form-register h3 {
        font-size: 29px;
        line-height: 34px
    }
}

@media (max-width: 1400px) {
    .footer-form .form-register .wpcf7 .screen-reader-response p {
        font-size: 17px;
        line-height: 24px
    }

    .section-register .wrapper-register .form-register .wpcf7-response-output {
        font-size: 17px;
        line-height: 24px
    }

    footer .form-register .wpcf7-response-output {
        font-size: 17px;
        line-height: 24px
    }

    .footer-form .form-register {
        margin-right: 80px
    }

        .footer-form .form-register h3 {
            margin-bottom: 45px
        }

            .footer-form .form-register h3 span::after {
                width: 50px;
                height: 48px;
                top: -40px;
                right: -50px;
                background-size: contain;
                background-repeat: no-repeat;
                animation: move2 3s infinite 1.6s ease-in-out alternate-reverse
            }

    .button3 {
        align-items: center;
        padding: 16px 28px;
        font-size: 15px;
        line-height: 22px
    }

    .footer-form .form-register .form-input input, select, option {
        padding: 6px;
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 1370px) {
    header .header-menu .list-menu li {
        padding: 29px 15px;
        font-size: 17px;
        line-height: 25px
    }

    header .header-menu .form-logo {
        width: 15%
    }
}

@media (max-width: 1300px) {
    .footer-form .form-register h3 {
        font-size: 26px;
        line-height: 32px
    }

    header .header-menu .list-menu li {
        padding: 32px 16px;
        font-size: 14px;
        line-height: 20px
    }

        header .header-menu .list-menu li img {
            width: 17px;
            height: 17px
        }
}

@media (max-width: 1250px) {
    header .header-menu .wrapper-down .list-down li a {
        color: #858585;
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        padding: 10px 32px;
        display: block
    }

    header .header-menu .wrapper-down {
        min-height: 379px
    }

    header .content-down .content-text .header-text h4 {
        font-size: 21px;
        line-height: 32px;
        font-weight: 700;
        text-align: center;
        color: #B25B00;
        max-width: 321px
    }

    header .content-down .content-text .header-text::before {
        content: '';
        position: absolute;
        top: -10px;
        left: -40px;
        width: 40px;
        height: 28px
    }

    header .content-down .content-text .line-down {
        margin-top: 21px;
        margin-bottom: 17px;
        height: 5px
    }

    header .content-down .content-text .text-down {
        font-size: 15px;
        line-height: 22px;
        color: #494949;
        font-weight: 400;
        width: 80%
    }

    header .wrapper-down .content-down li a {
        color: #858585;
        font-size: 15px;
        line-height: 22px;
        font-weight: 400
    }
}

@media (max-width: 1200px) {
    .wrapper-info-school {
        flex-direction: column
    }

    .footer-form {
        min-height: 650px
    }

        .footer-form .form-image {
            width: 40%
        }

        .footer-form .form-register {
            width: 45%
        }

    .footer-info .wrapper-footer .details-info .info-school.special {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .footer-info .wrapper-footer .details-info .info-school li.special {
        font-weight: 600;
        width: 100%
    }

    .footer-info .wrapper-footer .details-info .info-school.special li {
        width: 30%
    }

        .footer-info .wrapper-footer .details-info .info-school.special li.special {
            width: 100%
        }

    .footer-info .wrapper-footer .details-info .info-school.special2 li.special {
        width: 100%
    }

    .footer-info .wrapper-footer .details-info .info-school.special2 {
        flex-wrap: wrap
    }

        .footer-info .wrapper-footer .details-info .info-school.special2 li {
            width: 30%
        }

    .footer-info .wrapper-footer .details-info .info-contact {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-width: 430px
    }

    .footer-form .form-register .wpcf7 .screen-reader-response p {
        font-size: 16px;
        line-height: 22px
    }

    .section-register .wrapper-register .form-register .wpcf7-response-output {
        font-size: 16px;
        line-height: 22px
    }

    footer .form-register .wpcf7-response-output {
        font-size: 16px;
        line-height: 22px
    }

    .footer-info .wrapper-footer .form-text p {
        font-weight: 400;
        line-height: 26px;
        font-size: 18px
    }

    .button {
        padding: 16px 32px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: .02em
    }

    .button1 {
        padding: 14px 30px
    }

    .footer-form .form-register h3 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 35px
    }

        .footer-form .form-register h3 span::after {
            width: 45px;
            height: 43px;
            top: -35px;
            right: -40px
        }

    .footer-form .form-register .form-input input, select, option {
        padding: 6px;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 22px
    }

    .button3 {
        align-items: center;
        padding: 12px 24px;
        font-size: 13px;
        line-height: 22px;
        margin-top: 10px
    }

    .footer-info .wrapper-footer .wrapper-contact {
        width: 35%
    }

        .footer-info .wrapper-footer .wrapper-contact .logo-footer {
            width: 250px
        }

    .footer-info .wrapper-footer .details-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 61%;
        align-items: flex-start
    }

        .footer-info .wrapper-footer .details-info .info-school {
            display: flex;
            width: 100%;
            flex-direction: row;
            font-weight: 400;
            line-height: 26px;
            font-size: 18px;
            justify-content: space-between;
            letter-spacing: .02em;
            color: rgba(93,93,93,1);
            margin-bottom: 25px
        }
}

@media (max-width: 1150px) {
    header .header-menu .list-menu li {
        padding: 32px 10px
    }

    header .content-down .content-text .header-text::before {
        content: '';
        position: absolute;
        top: -10px;
        left: -30px
    }
}

@media (max-width: 1100px) {
    header.sticky .header-menu .list-menu li {
        padding: 9px 15px;
        position: relative
    }

    header .header-menu .wrapper-down .list-down li a {
        color: #858585;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        padding: 8px 30px;
        display: block
    }

    header .content-down .content-text {
        width: 56%;
        padding: 41px 42px
    }

    header .content-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42%
    }

    header .content-down .content-text .header-text h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        text-align: center;
        color: #B25B00;
        max-width: 280px
    }

    header .content-down .content-text .line-down {
        margin-top: 15px;
        margin-bottom: 13px;
        height: 5px
    }

    header .content-down .content-text .text-down {
        font-size: 14px;
        line-height: 21px;
        color: #494949;
        font-weight: 400;
        width: 80%
    }

    header .content-down .content-text .header-text::before {
        content: '';
        position: absolute;
        top: -13px;
        left: -23px;
        width: 33px;
        height: 23px
    }

    header .wrapper-down .content-down li a {
        color: #858585;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400
    }

    header .wrapper-down .content-down li a {
        color: #858585;
        font-size: 14px;
        line-height: 20px
    }

    .footer-form .form-register .wpcf7 .screen-reader-response p {
        font-size: 14px;
        line-height: 20px
    }

    .section-register .wrapper-register .form-register .wpcf7-response-output {
        font-size: 14px;
        line-height: 20px
    }

    footer .form-register .wpcf7-response-output {
        font-size: 14px;
        line-height: 20px
    }

    .button3 {
        align-items: center;
        padding: 12px 20px;
        font-size: 11px;
        line-height: 22px;
        margin-top: 10px
    }

    .footer-form .form-register .form-input input, select, option {
        padding: 6px;
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 20px
    }

    .footer-form .form-register h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 35px
    }

        .footer-form .form-register h3 span::after {
            width: 40px;
            height: 38px;
            top: -35px;
            right: -40px
        }

    .footer-form .form-image .bg-minor7 {
        top: 50%;
        right: 25%;
        width: 30px;
        height: 52px
    }

    .footer-form .form-image .bg-minor4 {
        top: 29%;
        left: 28%;
        width: 37px;
        height: 46px
    }

    .footer-form .form-image .bg-minor3 {
        top: 10%;
        right: 27%;
        width: 83px;
        height: 81px
    }

    .footer-form .form-image .bg-minor2 {
        top: 69%;
        left: 18px;
        width: 46px;
        height: 29px
    }

    .footer-form .form-image .bg-minor1 {
        top: 39%;
        left: 48px;
        width: 75px;
        height: 80px
    }
}

@media (max-width: 1035px) {
    .footer-form .form-image .bg-minor4 {
        display: none
    }

    header .header-menu .list-menu li {
        padding: 32px 10px
    }

    header .header-menu {
        padding: 0 30px
    }

    header .content-down .content-text .header-text::before {
        content: '';
        position: absolute;
        top: -3px;
        left: -20px;
        width: 24px;
        height: 18px
    }
}

@media (max-width: 992px) {
    .submenu_small {
        display: flex;
        flex-direction: row;
        justify-content: flex-start
    }

        .submenu_small a {
            padding: 10px 30px !important
        }

    p a span {
        padding: 5px 2px !important
    }

    .submenu_small a:first-child {
        padding: 10px 30px 10px 45px !important
    }

    .loading__mobile {
        display: block
    }

    .main__content {
        display: none
    }

    .submenu.dk {
        display: none
    }

    .submenu.mb a:first-child {
        padding-top: 0
    }

    .submenu.mb {
        display: flex
    }

        .submenu.mb a {
            padding: 0
        }

        .submenu.mb li {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center
        }

            .submenu.mb li img {
                width: 12px;
                height: 10px
            }

    .wrapper_mb {
        display: none
    }

    .submenu li {
        background-size: 0%
    }

        .submenu li:hover a {
            color: rgba(93,93,93,1);
            font-weight: 400
        }

    .wrapper-submenu {
        display: none
    }

        .wrapper-submenu .minor-menu {
            padding-left: 15px;
            display: none
        }

            .wrapper-submenu .minor-menu a:first-child {
                padding-top: 10px
            }

    .wrapper-items-list {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        cursor: pointer
    }

    .items-list .wrapper-items-list img {
        width: 13px;
        cursor: pointer;
        height: 7px
    }

    .items-list a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

        .items-list a img {
            width: 13px;
            height: 7px
        }

        .items-list a.active img {
            transform: rotate(-90deg)
        }

    .submenu {
        font-size: 16px;
        flex-direction: column;
        line-height: 22px;
        color: rgba(73,73,73,1);
        letter-spacing: .02em;
        font-weight: 400;
        transition: 0.1s;
        display: flex
    }

        .submenu a {
            padding: 10px 15px
        }

            .submenu a:first-child {
                padding-top: 15px
            }

    .footer-form {
        min-height: 560px
    }

    .button3 {
        align-items: center;
        padding: 8px 12px;
        font-size: 10px;
        line-height: 14px;
        border-radius: 8px;
        margin-top: 10px
    }

    .footer-form .form-register .wpcf7 .screen-reader-response p {
        font-size: 14px;
        line-height: 18px
    }

    .form-pagination .list-page li {
        padding: 10px 20px;
        border-radius: 12px;
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
        color: rgba(93,93,93,1)
    }

    @keyframes move {
        0% {
            transform: translateY(-2px)
        }

        50% {
            transform: translateX(-2px)
        }
    }

    @keyframes move2 {
        0% {
            transform: translateY(2px)
        }

        50% {
            transform: translateX(2px)
        }
    }

    .footer-info .wrapper-footer .form-text p {
        line-height: 26px;
        font-size: 18px;
        margin-bottom: 25px
    }

    header .header-menu {
        padding: 5px 28px
    }

        header .header-menu .list-menu {
            display: none
        }

        header .header-menu .form-logo img {
            width: 120px;
            height: 38px
        }

        header .header-menu .button-form {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 20px;
            height: 20px;
            cursor: pointer
        }

        header .header-menu .button-show {
            display: block;
            width: 20px;
            height: 2px;
            background-color: #000;
            position: relative;
            transition: 0.3s
        }

            header .header-menu .button-show::after {
                content: '';
                position: absolute;
                top: -5px;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: #000;
                transition: 0.3s
            }

            header .header-menu .button-show::before {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: #000;
                transition: 0.3s
            }

    .menu-mb {
        display: block;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        transition: 0.4s;
        pointer-events: none
    }

        .menu-mb.open {
            opacity: 1;
            pointer-events: visible;
            transition: 0.4s
        }

        .menu-mb .over-play {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0,0,0,.7);
            z-index: 1001
        }

        .menu-mb .wrapper-menu {
            position: absolute;
            width: 50%;
            top: 0;
            bottom: 0;
            right: 0;
            background-color: #fff;
            z-index: 1002;
            padding-top: 40px;
            transform: translateX(100%);
            transition: 0.4s;
            overflow-y: scroll
        }

            .menu-mb .wrapper-menu.box {
                transition: 0.4s;
                transform: translateX(0)
            }

            .menu-mb .wrapper-menu .form-img {
                display: flex;
                justify-content: center;
                margin-bottom: 20px
            }

                .menu-mb .wrapper-menu .form-img img {
                    width: 147px
                }

            .menu-mb .wrapper-menu .list-menu li {
                padding: 20px;
                font-size: 16px;
                line-height: 22px;
                color: rgba(73,73,73,1);
                letter-spacing: .02em;
                font-weight: 400;
                transition: 0.1s;
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-direction: row
            }

                .menu-mb .wrapper-menu .list-menu li .wrapper-drop {
                    width: 20px;
                    height: 20px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer
                }

                    .menu-mb .wrapper-menu .list-menu li .wrapper-drop.active img {
                        transform: rotate(-90deg);
                        transition: 0.3s
                    }

                    .menu-mb .wrapper-menu .list-menu li .wrapper-drop img {
                        width: 13px;
                        height: 7px;
                        transition: 0.3s
                    }

                .menu-mb .wrapper-menu .list-menu li:hover {
                    transition: 0.1s;
                    font-weight: 600
                }

            .menu-mb .wrapper-menu .button-close {
                position: absolute;
                left: 20px;
                top: 20px;
                width: 20px;
                height: 20px;
                cursor: pointer;
                z-index: 1002
            }

                .menu-mb .wrapper-menu .button-close img {
                    width: 20px;
                    height: 20px
                }

                    .menu-mb .wrapper-menu .button-close img.mb {
                        display: block
                    }

    .button1 {
        font-size: 14px;
        line-height: 22px
    }

    footer::before {
        height: 200px
    }

    .footer-form .form-register {
        margin-right: 30px
    }

        .footer-form .form-register h3 {
            font-size: 21px;
            line-height: 23px;
            margin-bottom: 25px
        }

            .footer-form .form-register h3 span::after {
                width: 35px;
                height: 33px;
                top: -30px;
                right: -30px
            }

        .footer-form .form-register .form-input input, select, option {
            padding: 5px;
            margin-bottom: 15px;
            font-size: 12px;
            line-height: 18px
        }

    .button3 {
        align-items: center;
        padding: 10px 16px;
        font-size: 10px;
        line-height: 22px;
        margin-top: 10px
    }

    .footer-info {
        padding-top: 60px
    }

        .footer-info .wrapper-footer {
            display: flex;
            flex-direction: column;
            align-items: self-start;
            justify-content: space-between
        }

            .footer-info .wrapper-footer .list-contact {
                width: 100%;
                display: flex;
                flex-direction: row;
                margin-top: 25px
            }

            .footer-info .wrapper-footer .details-info {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                width: 100%;
                align-items: flex-start;
                margin-top: 48px
            }

                .footer-info .wrapper-footer .details-info .info-school {
                    justify-content: space-between;
                    flex-direction: row;
                    font-weight: 400;
                    width: 100%;
                    line-height: 26px;
                    font-size: 18px;
                    margin-bottom: 15px
                }

                .footer-info .wrapper-footer .details-info .info-contact {
                    display: flex;
                    flex-direction: column
                }

        .footer-info .text-footer {
            margin-top: 30px
        }

        .footer-info .wrapper-footer .wrapper-contact {
            width: 100%
        }

        .footer-info .list-logo {
            margin-top: 40px;
            display: flex;
            flex-direction: row;
            justify-content: space-between
        }

        .footer-info .wrapper-footer .wrapper-contact .logo-footer {
            width: 200px
        }

    .wrapper-menu .list-menu .wrapper-items {
        flex-direction: column;
        padding-left: 20px;
        display: flex;
        position: absolute;
        opacity: 0;
        transform: translateY(-25%);
        pointer-events: none;
        transition: 0.4s
    }

        .wrapper-menu .list-menu .wrapper-items.active {
            opacity: 1;
            transition: 0.2s;
            transform: translate(0);
            position: relative;
            pointer-events: all
        }

        .wrapper-menu .list-menu .wrapper-items .items-list {
            padding: 20px;
            font-size: 16px;
            line-height: 22px;
            color: rgba(73,73,73,1);
            letter-spacing: .02em;
            font-weight: 400;
            transition: 0.1s
        }
}

@media (max-width: 900px) {
    .footer-form .form-register .wpcf7 .screen-reader-response {
        position: absolute;
        z-index: 5;
        top: 20px;
        width: 90%
    }

        .footer-form .form-register .wpcf7 .screen-reader-response p {
            font-size: 13px;
            line-height: 20px;
            text-align: center
        }

    .footer-form {
        min-height: unset;
        flex-direction: column-reverse;
        padding: 70px 0;
        border-radius: 0
    }

        .footer-form .form-register {
            padding: 50px 30px 22px 30px;
            max-height: unset;
            margin-right: 50px;
            height: 429px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 50%;
            margin-right: 0
        }

            .footer-form .form-register h3 {
                font-size: 20px;
                line-height: 26px;
                margin-bottom: 20px
            }

                .footer-form .form-register h3 span::after {
                    width: 25px;
                    height: 25px;
                    top: -20px;
                    right: -20px
                }

            .footer-form .form-register .form-input input, select, option {
                padding: 5px;
                margin-bottom: 15px;
                font-size: 12px;
                line-height: 20px
            }

    .button3 {
        align-items: center;
        padding: 8px 12px;
        font-size: 10px;
        line-height: 14px;
        margin-top: 10px
    }

    .footer-form .form-image {
        display: none
    }
}

@media (max-width: 875px) {
    .footer-info .wrapper-footer .form-text p {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 25px
    }

    header .header-menu {
        padding: 5px 28px
    }

    .button2 {
        padding: 16px 28px;
        font-size: 14px;
        line-height: 24px
    }

    .button1 {
        font-size: 12px;
        line-height: 20px;
        padding: 12px 26px
    }

    .header {
        padding: 5px 28px
    }

        .header .header-wrapper {
            font-size: 10px;
            line-height: 16px
        }

            .header .header-wrapper .header-info li:not(:last-child) {
                margin-right: 20px
            }

            .header .header-wrapper .header-info li img {
                max-width: 16px
            }

            .header .header-wrapper .contact-header .details-contact {
                scale: 1.2;
                margin-left: 20px;
                font-size: 14px;
                line-height: 20px
            }

                .header .header-wrapper .contact-header .details-contact img {
                    max-width: 28px
                }

            .header .header-wrapper .contact-header .details-contact {
                margin-left: 20px;
                font-size: 14px;
                line-height: 20px
            }

                .header .header-wrapper .contact-header .details-contact p.special::after {
                    height: 12px
                }

    .footer-form {
        min-height: 400px
    }

    footer::before {
        height: 150px
    }

    .footer-form .form-image .bg-minor7 {
        top: 49%;
        right: 25%;
        width: 21px;
        height: 31px
    }

    .footer-form .form-image .bg-minor1 {
        top: 41%;
        left: 40px;
        width: 51px;
        height: 58px
    }

    .footer-form .form-image .bg-minor2 {
        top: 68%;
        left: 18px;
        width: 30px;
        height: 18px
    }

    .footer-form .form-image .bg-minor3 {
        top: 12%;
        right: 27%;
        width: 55px;
        height: 60px
    }

    .footer-info .wrapper-footer .details-info .info-school {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 10px
    }

    .footer-info .wrapper-footer .details-info .info-contact .form-info h3 {
        line-height: 24px;
        font-size: 16px
    }

    .footer-info .wrapper-footer .details-info .info-contact .form-info p {
        font-size: 16px;
        line-height: 24px
    }

    .footer-info .wrapper-footer .details-info .info-contact .form-info {
        margin-bottom: 10px;
        display: flex;
        flex-direction: column
    }

    .footer-info .wrapper-footer .details-info .info-contact .list-logo li .logo-footer1 {
        width: 130px;
        height: 45px
    }

    .footer-info .wrapper-footer .details-info .info-contact .list-logo li .logo-footer2 {
        width: 90px;
        height: 50px
    }

    .footer-info .wrapper-footer .details-info .info-contact .list-logo li .logo-footer3 {
        width: 145px;
        height: 45px
    }

    .footer-info .text-footer {
        margin-top: 25px;
        font-size: 11px;
        line-height: 18px
    }
}

@media (max-width: 800px) {
    .footer-form .form-image .bg-minor7 {
        top: 49%;
        right: 25%;
        width: 16px;
        height: 26px
    }

    .footer-form .form-image .bg-minor1 {
        top: 41%;
        left: 40px;
        width: 38px;
        height: 45px
    }

    .footer-form .form-image .bg-minor2 {
        top: 68%;
        left: 18px;
        width: 25px;
        height: 13px
    }

    .footer-form .form-image .bg-minor3 {
        top: 12%;
        right: 27%;
        width: 40px;
        height: 48px
    }
}

@media (max-width: 768px) {
    .footer-info .wrapper-footer .details-info .info-school.special2 li, .footer-info .wrapper-footer .details-info .info-school.special li {
        width: 50%
    }

    .footer-info .wrapper-footer .details-info .info-contact {
        min-width: 250px
    }

    .wrapper-info-school {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-bottom: 48px
    }

    .footer-info .wrapper-footer .details-info .info-school {
        flex-direction: column !important
    }

    .container {
        padding-left: 25px;
        padding-right: 25px
    }

    .wrapper-header-intro {
        padding-left: 25px;
        padding-right: 25px
    }

    #fb-root .container {
        bottom: 55px !important
    }

    .fb_dialog_content iframe {
        bottom: 55px !important;
        right: 5px !important;
        margin-right: 0
    }

    .grid-layout-popup-form .zcwf_title h2 {
        font-size: 32px
    }

    .contact-mb {
        display: flex;
        z-index: 900;
        flex-direction: row;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: #fff;
        box-shadow: 0 0 10px rgb(0 0 0 / 30%)
    }

    .header .header-wrapper .header-info, .header .header-wrapper .contact-header .details-contact .icon {
        pointer-events: none;
        opacity: 0
    }

    header .header-menu .form-logo .mobile-logo {
        display: block !important;
        height: 32px;
        width: 32px
    }

    .submenu {
        font-size: 16px;
        line-height: 20px
    }

    .wrapper-menu .list-menu .wrapper-items {
        flex-direction: column
    }

    .contact-main {
        position: fixed;
        bottom: 82px;
        right: 5px;
        z-index: 997
    }

        .contact-main .list-contact img {
            max-width: 36px
        }

        .contact-main .list-contact li:first-child {
            margin-bottom: 40px
        }

    .contact-mb .items-contact a img {
        width: 48px;
        height: 48px
    }

        .contact-mb .items-contact a img.hover {
            display: none;
            transition: 0.3s
        }

    .menu-mb .wrapper-menu {
        width: 100%
    }

    .contact-mb .items-contact a:hover img.hover {
        display: block;
        transition: 0.3s
    }

    .contact-mb .items-contact a:hover img.normal {
        display: none;
        transition: 0.3s
    }

    .button1 {
        border-radius: 12px
    }

    header .header-menu .form-logo img {
        width: 115px;
        height: 40px
    }

    .menu-mb .wrapper-menu .form-img img {
        width: 127px;
        height: 42px
    }

    .menu-mb .wrapper-menu .list-menu li {
        padding: 15px 20px;
        font-size: 14px;
        line-height: 20px
    }

    .menu-mb .wrapper-menu .button-close img {
        width: 15px;
        height: 15px
    }

    .contact-main .list-contact li:not(:first-child) {
        display: none
    }

    footer {
        padding-bottom: 80px
    }

    .footer-form {
        min-height: 350px
    }

        .footer-form .form-register {
            width: 60%;
            max-height: 433px
        }

    .footer-info .wrapper-footer .wrapper-contact .logo-footer {
        margin-bottom: 15px
    }

    .footer-info .wrapper-footer .list-contact {
        margin-top: 24px !important;
        margin-bottom: 28px !important
    }

    .wrapper-menu .list-menu .wrapper-items .items-list {
        font-size: 14px;
        padding: 15px 20px;
        line-height: 20px
    }

    .footer-info .list-logo {
        margin-top: 10px;
        flex-wrap: wrap;
        justify-content: space-around
    }

        .footer-info .list-logo li {
            width: 35%;
            margin-bottom: 20px
        }

    .wrapper-header-intro p {
        font-size: 16px !important;
        line-height: 24px !important
    }
}

@media (max-width: 730px) {
    .footer-form .form-image .bg-minor1 {
        top: 37%;
        left: 40px;
        width: 26px;
        height: 35px
    }

    .footer-form .form-register h3 span::after {
        display: none
    }

    .footer-form .form-register .wpcf7 .screen-reader-response p {
        font-size: 13px;
        line-height: 18px
    }

    .footer-form .form-register {
        padding: 37px 20px 15px 20px;
        max-height: 420px;
        margin-right: 50px
    }

        .footer-form .form-register .wpcf7 .screen-reader-response {
            position: absolute;
            z-index: 5;
            top: 12px
        }

        .footer-form .form-register::after {
            top: 10px;
            left: 10px
        }
}

@media (max-width: 700px) {
    .header .header-wrapper {
        font-size: 12px;
        line-height: 18px
    }

        .header .header-wrapper .header-info {
            flex-direction: column;
            align-items: flex-start
        }

            .header .header-wrapper .header-info li:not(:last-child) {
                margin-right: 0;
                margin-bottom: 10px
            }

    .contact-main .list-contact li:not(:first-child) img {
        max-width: 68px
    }
}

@media (max-width: 678px) {
    .grid-layout-popup-form .zcwf_body {
        padding: 15px !important
    }

    .grid-layout-popup-form .zcwf_title h2 {
        font-size: 28px
    }

    .grid-layout-popup-form .zcwf_body {
        flex-direction: column
    }

    .zcwf_lblLeft .zcwf_col_help {
        display: none !important
    }

    .grid-layout-popup-form .zcwf_title button {
        width: 43px;
        height: 40px
    }

    .grid-layout-popup-form .zcwf_col_fld input {
        max-height: 32px;
        margin-bottom: 15px !important
    }

    .grid-layout-popup-form .zcwf_col_fld select {
        margin-bottom: 15px !important
    }

    .grid-layout-popup-form .zcwf_body .zcwf_col_left {
        width: 100%;
        margin-bottom: 15px
    }

    .grid-layout-popup-form .zcwf_body .zcwf_col_right {
        width: 100%
    }

    .footer-form .form-register {
        padding: 32px 20px 15px 20px
    }

        .footer-form .form-register .wpcf7 .screen-reader-response {
            position: absolute;
            z-index: 5;
            top: 18px
        }

        .footer-form .form-register form {
            justify-content: center
        }

    .footer-form .form-register {
        max-height: 380px
    }

        .footer-form .form-register .wpcf7 .screen-reader-response p {
            font-size: 13px;
            line-height: 16px;
            margin-bottom: 10px
        }

    .menu-mb .wrapper-menu {
        width: 100%
    }

    .search-bar::placeholder {
        font-size: 18px
    }

    .button1 {
        font-size: 11px;
        line-height: 20px;
        padding: 10px 20px
    }

    .footer-form .form-register .button-section button {
        width: 80%;
        padding: 14px 12px;
        font-size: 10px;
        line-height: 10px;
        margin-top: 5px
    }

    .footer-form .form-register .form-input input, select, option {
        padding: 5px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 18px
    }

    .footer-form .form-register h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px
    }

    .footer-info .wrapper-footer .wrapper-contact .logo-footer {
        width: 150px
    }

    .footer-info .list-logo li .logo-footer3 {
        width: 155px;
        height: 57px
    }
}

@media (max-width: 650px) {
    .footer-form {
        min-height: 350px;
        margin: 0 25px;
        justify-content: center
    }

        .footer-form .form-register {
            padding: 30px 30px 25px 30px;
            margin-right: 0;
            width: 70%
        }

        .footer-form .form-image {
            width: 40%
        }
}

@media (max-width: 575px) {
    .impact-fund-page .section-our-story .section-our-story-bg {
        height: 103%
    }

    .impact-fund-page .section-our-story .wrapper-our-story {
        padding-top: 45px
    }

    .impact-fund-page .section-our-story .wrapper-story h3 {
        font-size: 26px
    }

    .impact-fund-page .section-our-story p {
        font-size: 12px
    }

    .impact-fund-page .section-opinion {
        padding-top: 50px
    }

    .impact-fund-page .section-total {
        margin: 0
    }

        .impact-fund-page .section-total .wrapper-section .item-section-wrapper {
            gap: 10px 20px;
            flex-wrap: wrap
        }

        .impact-fund-page .section-total .wrapper-section .item-section {
            width: 45%;
            margin-right: 0 !important
        }

    .wrapper-header-intro {
        margin-top: 20px
    }

        .wrapper-header-intro p {
            font-size: 14px
        }

    .title-wrapper {
        font-size: 12px
    }

    .footer-form .form-register .wpcf7 .screen-reader-response {
        width: 85%
    }

    .search-bar::placeholder {
        font-size: 12px
    }

    header .header-menu .form-logo {
        min-width: 110px
    }

    .button3 {
        align-items: center;
        padding: 8px 10px;
        font-size: 10px;
        line-height: 14px;
        margin-top: 10px
    }

    .footer-info .wrapper-footer .form-text p {
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 8px
    }

    .button2 {
        padding: 12px 24px;
        font-size: 13px;
        line-height: 24px;
        border-radius: 12px
    }

    .button {
        padding: 14px 20px;
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px
    }

    .button1 {
        font-size: 10px;
        line-height: 16px;
        padding: 10px 16px
    }

    .button3 {
        border-radius: 12px
    }

    .header .header-wrapper .header-info li:not(:last-child) {
        margin-bottom: 8px
    }

    .header .header-wrapper .header-info li img {
        max-width: 14px
    }

    .header .header-wrapper {
        font-size: 11px;
        line-height: 14px
    }

        .header .header-wrapper .contact-header .details-contact img {
            max-width: 20px
        }

        .header .header-wrapper .contact-header .details-contact {
            margin-left: 20px;
            font-size: 12px;
            line-height: 18px
        }

            .header .header-wrapper .contact-header .details-contact p.special::after {
                height: 10px
            }

            .header .header-wrapper .contact-header .details-contact img.special {
                width: 22px;
                height: 12px
            }

    footer {
        padding-bottom: 60px
    }

    .footer-info {
        padding-top: 30px
    }

        .footer-info .wrapper-footer .details-info .info-school {
            line-height: 22px;
            font-size: 14px;
            margin-bottom: 15px
        }

        .footer-info .wrapper-footer .details-info .info-contact .form-info p {
            font-size: 14px;
            line-height: 22px
        }

        .footer-info .wrapper-footer .details-info .info-contact .form-info h3 {
            line-height: 22px;
            font-size: 14px
        }

        .footer-info .wrapper-footer .details-info .info-contact .list-logo li .logo-footer1 {
            width: 115px;
            height: 40px
        }

        .footer-info .wrapper-footer .details-info .info-contact .list-logo li .logo-footer2 {
            width: 80px;
            height: 42px
        }

        .footer-info .wrapper-footer .details-info .info-contact .list-logo li .logo-footer3 {
            width: 125px;
            height: 40px
        }

        .footer-info .wrapper-footer .list-contact {
            margin-top: 20px
        }

            .footer-info .wrapper-footer .list-contact li img {
                width: 40px;
                height: 40px
            }

        .footer-info .text-footer {
            margin-top: 20px;
            font-size: 11px;
            line-height: 16px
        }

    .menu-mb .wrapper-menu {
        width: 100%
    }

    .footer-form .form-register {
        margin-right: 0;
        width: 70%
    }

    .title__page {
        font-size: 7vw !important;
        margin-bottom: 10vh !important
    }
}

@media (max-width: 500px) {
    .grid-layout-popup-form .zcwf_title h2 {
        font-size: 24px
    }

    .form-pagination .list-page li {
        padding: 8px 16px;
        border-radius: 12px;
        font-weight: 700;
        font-size: 10px;
        line-height: 18px;
        color: rgba(93,93,93,1)
    }

    .footer-info .wrapper-footer .details-info .info-contact {
        min-width: 350px
    }

    .form-pagination .list-page li img {
        width: 5px;
        height: 10px
    }

    header .header-menu {
        padding: 5px 18px
    }

        header .header-menu .form-logo img {
            width: 100px;
            height: 35px
        }

    .button2 {
        padding: 10px 20px;
        font-size: 11px;
        line-height: 16px
    }

    .button {
        padding: 12px 16px;
        font-size: 11px;
        line-height: 20px;
        margin-top: 10px
    }

    .header {
        padding: 5px 18px
    }

        .header .header-wrapper {
            font-size: 10px;
            line-height: 12px
        }

            .header .header-wrapper .header-info li:not(:last-child) {
                margin-bottom: 6px
            }

            .header .header-wrapper .details-info p.special::after {
                top: 1px;
                height: 10px
            }

            .header .header-wrapper .contact-header .details-contact {
                margin-left: 16px;
                font-size: 12px;
                line-height: 18px
            }

    .contact-main {
        right: 10px
    }

    .footer-info .list-logo {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center
    }

        .footer-info .list-logo li .logo-footer1 {
            width: 110px;
            height: 45px
        }

        .footer-info .list-logo li .logo-footer2 {
            width: 75px;
            height: 50px
        }

        .footer-info .list-logo li .logo-footer3 {
            width: 126px;
            height: 42px
        }

    .footer-info .list-logo {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-around
    }
}

@media (max-width: 490px) {
    .footer-form .form-register .wpcf7 .screen-reader-response {
        position: absolute;
        z-index: 5;
        top: 10px
    }

    .footer-form .form-register h3 {
        margin-bottom: 9px
    }

    .footer-form .form-register .wpcf7 .screen-reader-response p {
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 10px
    }

    .section-register .wrapper-register .form-register .wpcf7-response-output {
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 10px
    }

    footer .form-register .wpcf7-response-output {
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 10px
    }

    .footer-form .form-register {
        padding: 35px 30px 25px 30px
    }

    .footer-info .wrapper-footer .form-text p {
        line-height: 16px;
        font-size: 12px;
        margin-bottom: 5px
    }

    .button1 {
        line-height: 14px;
        padding: 8px 12px
    }

    .footer-info .wrapper-footer .details-info .info-school {
        line-height: 16px;
        font-size: 12px;
        margin-bottom: 15px
    }

    .footer-info .wrapper-footer .details-info .info-contact .form-info h3 {
        line-height: 16px;
        font-size: 12px
    }

    .footer-info .wrapper-footer .details-info .info-contact .form-info p {
        font-size: 12px;
        line-height: 16px
    }

    .footer-info .wrapper-footer .details-info .info-contact .list-logo li .logo-footer1 {
        width: 90px;
        height: 35px
    }

    .footer-info .wrapper-footer .details-info .info-contact .list-logo li .logo-footer2 {
        width: 65px;
        height: 33px
    }

    .footer-info .wrapper-footer .details-info .info-contact .list-logo li .logo-footer3 {
        width: 110px;
        height: 35px
    }

    .footer-info .wrapper-footer .list-contact {
        margin-top: 15px
    }

        .footer-info .wrapper-footer .list-contact li img {
            width: 37px;
            height: 37px
        }

    .footer-info .text-footer {
        margin-top: 15px;
        font-size: 9px;
        line-height: 12px
    }

    .footer-form .form-register {
        max-height: unset;
        margin-right: 0;
        width: 75%;
        height: 350px
    }
}

@media (max-width: 450px) {
    header .header-menu .form-logo img {
        width: 100px;
        height: 35px
    }

    .menu-mb .wrapper-menu .button-close {
        left: 20px;
        top: 15px;
        width: 20px;
        height: 20px
    }

        .menu-mb .wrapper-menu .button-close img.mb {
            display: block
        }

    .menu-mb .wrapper-menu {
        width: 100%
    }

    .button2 {
        padding: 8px 16px;
        font-size: 11px;
        line-height: 16px
    }

    .button1 {
        line-height: 12px;
        padding: 8px 10px;
        font-size: 9px
    }

    .button {
        font-size: 10px;
        line-height: 20px
    }

    .footer-form .form-image {
        width: 40%
    }

    .footer-form {
        flex-direction: column-reverse;
        justify-content: space-between
    }

        .footer-form .form-image {
            width: 45%;
            margin-top: 15px
        }

        .footer-form .form-register {
            max-height: unset;
            margin-right: 0;
            width: 75%;
            height: 350px
        }

        .footer-form .form-image .bg-minor2 {
            top: 62%;
            left: 5px;
            width: 25px;
            height: 13px
        }

        .footer-form .form-image .bg-minor3 {
            top: 8%;
            right: 22%;
            width: 33px;
            height: 40px
        }

        .footer-form .form-image .bg-minor7 {
            top: 45%;
            right: 18%;
            width: 16px;
            height: 26px
        }

        .footer-form .form-image .bg-minor1 {
            top: 31%;
            left: 22px;
            width: 26px;
            height: 35px
        }

        .footer-form .form-register .button-section button {
            width: 65%;
            padding: 10px 12px;
            font-size: 8px;
            line-height: 12px;
            margin-top: 5px
        }
}

@media (max-width: 400px) {
    .footer-form .form-register .wpcf7 .screen-reader-response p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px
    }

    .section-register .wrapper-register .form-register .wpcf7-response-output {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px
    }

    footer .form-register .wpcf7-response-output {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px
    }

    .form-pagination .list-page li {
        padding: 6px 10px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 10px;
        line-height: 18px;
        color: rgba(93,93,93,1)
    }

    .button1 {
        line-height: 10px;
        padding: 6px 8px;
        font-size: 9px
    }

    .button {
        padding: 10px 12px;
        font-size: 9px;
        line-height: 18px
    }

    .header {
        padding: 5px 10px
    }

        .header .header-wrapper {
            font-size: 8px;
            line-height: 14px
        }

            .header .header-wrapper .header-info li:not(:last-child) {
                margin-bottom: 5px
            }

            .header .header-wrapper .header-info li img {
                max-width: 12px
            }

            .header .header-wrapper .contact-header .details-contact img {
                max-width: 16px
            }

            .header .header-wrapper .contact-header .details-contact .icon:not(:first-child) {
                padding-left: 6px
            }

            .header .header-wrapper .contact-header .details-contact {
                margin-left: 12px;
                font-size: 10px;
                line-height: 16px
            }

                .header .header-wrapper .contact-header .details-contact img.special {
                    width: 20px;
                    height: 10px
                }

                .header .header-wrapper .contact-header .details-contact p.special {
                    padding-right: 6px;
                    padding-left: 6px
                }

    .footer-form .form-register {
        max-height: unset;
        margin-right: 0;
        width: 75%;
        height: auto
    }

    header .header-menu {
        padding: 5px 10px
    }

        header .header-menu .form-logo img {
            width: 80px;
            height: 27px
        }

    .footer-form .form-register .form-input input {
        padding: 5px;
        margin-bottom: 10px;
        font-size: 9px;
        line-height: 14px
    }

    .footer-info .wrapper-footer .details-info .info-contact .form-info .location {
        margin-bottom: 10px
    }

        .footer-info .wrapper-footer .details-info .info-contact .form-info .location img {
            width: 13px;
            height: 16px;
            margin-right: 10px
        }

    .footer-info .list-logo li .logo-footer2 {
        width: 66px;
        height: 45px
    }

    .footer-info .list-logo li .logo-footer1 {
        width: 100px;
        height: 42px
    }

    h2 span {
        line-height: 50px
    }

    .footer-info .list-logo {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-around
    }
}

@media (max-width: 390px) {
    .desktop-logo {
    }

    .footer-info .wrapper-footer .form-text p {
        line-height: 14px;
        font-size: 10px;
        margin-bottom: 5px
    }

    .footer-info .wrapper-footer .details-info .info-school {
        line-height: 14px;
        font-size: 10px;
        margin-bottom: 5px
    }

    .footer-info .wrapper-footer .details-info .info-contact .form-info p {
        font-size: 10px;
        line-height: 14px
    }

    .footer-info .wrapper-footer .details-info .info-contact .form-info h3 {
        line-height: 14px;
        font-size: 10px
    }

    .footer-info .wrapper-footer .details-info .info-contact .list-logo li .logo-footer1 {
        width: 80px;
        height: 30px
    }

    .footer-info .wrapper-footer .details-info .info-contact .list-logo li {
        margin-right: 20px
    }

        .footer-info .wrapper-footer .details-info .info-contact .list-logo li .logo-footer2 {
            width: 58px;
            height: 29px
        }

        .footer-info .wrapper-footer .details-info .info-contact .list-logo li .logo-footer3 {
            width: 95px;
            height: 30px
        }

    .footer-info .wrapper-footer .list-contact {
        margin-top: 10px
    }

        .footer-info .wrapper-footer .list-contact li img {
            width: 34px;
            height: 34px
        }

    .footer-info .text-footer {
        margin-top: 10px;
        font-size: 8px;
        line-height: 10px
    }
}

@media (max-width: 385px) {
    .footer-form .form-register .wpcf7 .screen-reader-response p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px
    }

    .section-register .wrapper-register .form-register .wpcf7-response-output {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px
    }

    footer .form-register .wpcf7-response-output {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px
    }

    .wrapper-menu .list-menu .wrapper-items .items-list {
        font-size: 13px;
        padding: 10px 10px;
        line-height: 17px
    }

    .submenu a {
        padding: 10px 10px;
        font-size: 13px
    }

    .footer-form .form-register {
        max-height: unset;
        margin-right: 0;
        width: 81%
    }

        .footer-form .form-register .form-input input, select, option {
            padding: 5px;
            margin-bottom: 10px;
            font-size: 10px;
            line-height: 18px
        }

        .footer-form .form-register .button-section button {
            width: 70%;
            padding: 10px 12px;
            font-size: 8px;
            line-height: 12px;
            margin-top: 5px
        }

    .menu-mb .wrapper-menu .list-menu li {
        padding: 10px 15px;
        font-size: 13px;
        line-height: 17px
    }
}

@media (max-width: 370px) {
    .footer-form .form-register .wpcf7 .screen-reader-response {
        width: 81%
    }

    .button2 {
        padding: 8px 12px;
        font-size: 10px;
        line-height: 12px
    }
}

@media (max-width: 350px) {
    .button {
        margin-top: 7px;
        font-size: 8px;
        line-height: 12px;
        padding: 10px 11px
    }

    .button1 {
        line-height: 10px;
        padding: 6px 8px;
        font-size: 8px
    }

    .footer-form .form-register {
        max-height: unset;
        margin-right: 0;
        width: 85%
    }

    .footer-info .list-logo li .logo-footer1 {
        width: 80px;
        height: 34px
    }

    .footer-info .list-logo li .logo-footer2 {
        width: 58px;
        height: 32px
    }

    .footer-info .wrapper-footer .details-info .info-contact .form-info .location img {
        width: 10px;
        height: 12px;
        margin-right: 7px
    }
}

@media (max-width: 340px) {
    .footer-form .form-register .wpcf7 .screen-reader-response p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px
    }

    .section-register .wrapper-register .form-register .wpcf7-response-output {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px
    }

    footer .form-register .wpcf7-response-output {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px
    }
}
