/*
 Theme Name:   VNTH Theme
 Template:     hello-elementor
 Theme URI:    https://elementor.com/hello-theme/
 Description:  A child theme of Hello Elementor
 Author:       Diem Bui
 Version:      1.0
*/


/* Header chưa cuộn */
header.elementor-location-header
> .elementor-sticky--active:not(.elementor-sticky__spacer) {
  
    box-shadow: none;

    transition:
        background-color 0.35s ease,
        box-shadow 0.35s ease !important;

    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

/* Header khi cuộn */
header.elementor-location-header
> .elementor-sticky--effects:not(.elementor-sticky__spacer) {
    background-color: rgba(16, 39, 67, 0.92) !important;

    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.call_header ul li:nth-child(1) a span{
font-weight: bold;
}
.button_class a{
    height: 56px;
    
}

.button_class a:hover{
    background: linear-gradient(0deg, #4096E6, #4096E6), linear-gradient(0deg, rgba(15, 24, 42, 0.2), rgba(15, 24, 42, 0.2));
}

.home{
    overflow-x: hidden;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
    background-color: #429de3 !important;
    color: #fff !important;
    text-decoration: none;
    border-radius: 20px;
}

.vaw-gallery{
    padding-right: 60px;
}


/* Khung form */
.vnhs-enquiry-form {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
    padding: 42px 40px 38px;
    background: #ffffff;
    border: 1px solid #69aef2;
    border-radius: 9px;
    box-shadow: 0 7px 26px rgba(9, 30, 57, 0.12);
    font-family: Arial, sans-serif;
    color: #0e1d33;
}

/* Tiêu đề */
.vnhs-form-heading {
    max-width: 460px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 700;
    color: #0e1d33;
}

/* Chia 2 cột */
.vnhs-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 18px;
}

.vnhs-form-field {
    min-width: 0;
}

.vnhs-form-field.vnhs-full-width {
    margin-top: 18px;
}

/* Label */
.vnhs-form-field label {
    display: block;
    margin: 0 0 7px;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    color: #14233a;
}

.vnhs-form-field label > span {
    color: #267ed1;
}

/* Fix cấu trúc mặc định Contact Form 7 */
.vnhs-enquiry-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Input và select */
.vnhs-enquiry-form input[type="text"],
.vnhs-enquiry-form input[type="email"],
.vnhs-enquiry-form input[type="tel"],
.vnhs-enquiry-form input[type="date"],
.vnhs-enquiry-form select {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 13px;
    background: #eaf3fc;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    color: #17273d;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.vnhs-enquiry-form input::placeholder {
    color: #9aaabd;
    opacity: 1;
}

.vnhs-enquiry-form input:focus,
.vnhs-enquiry-form select:focus {
    background: #f2f7fd;
    border-color: #398edc;
}

/* Select */
.vnhs-select-wrap {
    position: relative;
}

.vnhs-enquiry-form select {
    padding-right: 38px;
    color: #8a9caf;
    cursor: pointer;
}

.vnhs-select-wrap::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 17px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #7892ae;
    pointer-events: none;
}

/* Danh sách checkbox */
.vnhs-checkbox-list .wpcf7-form-control {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.vnhs-checkbox-list .wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0;
}

.vnhs-checkbox-list .wpcf7-list-item label {
    display: flex;
    align-items: center;
    min-height: 42px;
    margin: 0;
    padding: 8px 12px;
    background: #eaf3fc;
    cursor: pointer;
}

.vnhs-checkbox-list input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    margin: 0 9px 0 0;
    background: #ffffff;
    border: 1px solid #76b2ea;
    border-radius: 0;
    cursor: pointer;
}

.vnhs-checkbox-list input[type="checkbox"]:checked {
    background-color: #328fe1;
    border-color: #328fe1;
    box-shadow: inset 0 0 0 3px #ffffff;
}

.vnhs-checkbox-list .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    color: #23334a;
}

/* Nút gửi */
.vnhs-submit-wrap {
    position: relative;
    display: inline-block;
    margin-top: 28px;
}

.vnhs-enquiry-form input[type="submit"] {
    width: auto;
    min-width: 175px;
    height: 46px;
    margin: 0;
    padding: 0 22px;
    background: #398fdd;
    border: 1px solid #398fdd;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-family: inherit;
    font-size: 10px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.vnhs-enquiry-form input[type="submit"]:hover {
    background: #176fbe;
    border-color: #176fbe;
}

/* Loading Contact Form 7 */
.vnhs-submit-wrap .wpcf7-spinner {
    position: absolute;
    top: 12px;
    left: calc(100% + 8px);
    margin: 0;
}

/* Thông báo lỗi */
.vnhs-enquiry-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 11px;
}

.vnhs-enquiry-form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 10px 12px !important;
    font-size: 12px;
    line-height: 1.5;
}
.vnhs-enquiry-form select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: none !important;
}

.an-pc__eyebrow{
        color: #15233B !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
}
.an-pc__title{
    font-size: 18px !important;
}

.info_admision{
        box-shadow: -3px 0px 20px 0px #3985CC14;
        border-radius: 16px;
}
.info_admision .pp-info-box-content{
text-align: left;
padding-left: 30px;
}
.info_admision .pp-info-box-icon{
        padding: 5px;
}

/* Thay chữ Home trong breadcrumb bằng icon */
.lakit-breadcrumbs__item-link.is-home {
    display: inline-block;
   width: 23px;
    height: 32px;
    font-size: 0 !important;
    line-height: 0;
    background-image: url("https://vietnamtinhhoaschools.edu.vn/wp-content/uploads/2026/08/Bread-crumb.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}
.lakit-breadcrumbs__wrap{
    display: flex !important;
    align-items: center;
}
/* Canh icon và breadcrumb thẳng hàng */
.lakit-breadcrumbs__item {
    display: flex;
    align-items: center;
}
.vnth-menu-controller{
        background: #0F182A !important;
}
.vnth-menu-controller:hover, .vnth-menu-controller:focus{
     background: #0F182A !important;
     border-radius: 0px;
}
/* Khung nền xanh bên ngoài */
.vnth-scholarship-section {
    background: #4699df;
    padding: 40px 20px;
}

/* Khung form */
.vnth-scholarship-form {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 42px 48px 38px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(20, 71, 118, 0.12);
    font-family: "Averta", Arial, sans-serif;
    color: #101d35;
    box-sizing: border-box;
}

/* Tiêu đề */
.vnth-form-title {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 30px;
    color: #101d35;
    font-size: 27px;
    line-height: 1.2;
}

.vnth-form-title strong {
    font-weight: 700;
}

.vnth-form-title span {
    color: #4599df;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 700;
}

/* Layout 2 cột */
.vnth-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
}

.vnth-full-width {
    grid-column: 1 / -1;
}

.vnth-form-field {
    min-width: 0;
}

.vnth-form-field label {
    display: block;
    margin-bottom: 7px;
    color: #101d35;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

.vnth-form-field label sup {
    color: #4599df;
    font-size: 12px;
}

/* Input và select */
.vnth-scholarship-form input[type="text"],
.vnth-scholarship-form input[type="email"],
.vnth-scholarship-form input[type="tel"],
.vnth-scholarship-form select {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none;
    background-color: #eaf3fc;
    color: #17233a;
    font-family: inherit;
    font-size: 13px;
    box-shadow: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.vnth-scholarship-form select {
    cursor: pointer;
    color: #7a8ca3;
}

.vnth-scholarship-form input::placeholder {
    color: #9aaac0;
    opacity: 1;
}

.vnth-scholarship-form input:focus,
.vnth-scholarship-form select:focus {
    border-color: #4599df;
    background-color: #f2f8fe;
}

/* Khoảng cách nhóm checkbox */
.vnth-interest-field {
    margin-top: 22px;
}

.vnth-interest-field .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.vnth-interest-field .wpcf7-list-item {
    display: block;
    margin: 0;
}

.vnth-interest-field .wpcf7-list-item:nth-child(5) {
    grid-column: 1 / -1;
}

.vnth-interest-field .wpcf7-list-item label {
    display: flex;
    align-items: center;
    min-height: 43px;
    margin: 0;
    padding: 8px 12px;
    background: #eaf3fc;
    cursor: pointer;
    box-sizing: border-box;
}

.vnth-interest-field .wpcf7-list-item-label {
    color: #17233a;
    font-size: 14px;
    font-weight: 400;
}

.vnth-interest-field input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0 9px 0 0;
    accent-color: #4599df;
    cursor: pointer;
}

/* Trường select */
.vnth-hear-field {
    margin-top: 24px;
}

/* Nút gửi */
.vnth-submit-wrap {
    margin-top: 30px;
    text-align: center;
}

.vnth-scholarship-form .vnth-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 310px;
    min-height: 52px;
    padding: 12px 25px;
    border: 0;
    border-radius: 0;
    background: #4599df;
    color: #ffffff;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.vnth-scholarship-form .vnth-submit:hover {
    background: #187fcf;
    transform: translateY(-2px);
}

/* Thông báo Contact Form 7 */
.vnth-scholarship-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 12px;
}

.vnth-scholarship-form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 12px 15px !important;
    font-size: 13px;
}

.vnth-scholarship-form .wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}

/* Tablet và mobile */
@media (max-width: 767px) {
    .vnth-scholarship-section {
        padding: 25px 15px;
    }

    .vnth-scholarship-form {
        padding: 30px 20px;
        border-radius: 9px;
    }

    .vnth-form-title {
        flex-wrap: wrap;
        margin-bottom: 25px;
        font-size: 23px;
    }

    .vnth-form-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .vnth-full-width {
        grid-column: auto;
    }

    .vnth-scholarship-form .vnth-submit {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .vnth-interest-field .wpcf7-checkbox {
        grid-template-columns: 1fr;
    }

    .vnth-interest-field .wpcf7-list-item:nth-child(5) {
        grid-column: auto;
    }
}

#talent-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Icon trang trí bên trái */
#talent-section::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 240px;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    
    background-image: url("https://vietnamtinhhoaschools.edu.vn/wp-content/uploads/2026/08/IMG.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;

    z-index: 1;
    pointer-events: none;
}

/* Icon quyển sách bên phải */
#talent-section::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);

    background-image: url("https://vietnamtinhhoaschools.edu.vn/wp-content/uploads/2026/08/book-3-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    z-index: 3;
    pointer-events: none;
}

/* Đưa nội dung chính lên trên icon trái */
#talent-section > * {
    position: relative;
    z-index: 2;
}
.talent_pathways .elementor-image-box-content{
    position: absolute;
    bottom: 0;
    padding: 20px;
}
@media (max-width: 1024px) {
    #talent-section::before {
        width: 120px;
        height: 190px;
        left: -25px;
    }

    #talent-section::after {
        width: 75px;
        height: 75px;
        right: 3%;
    }
}

@media (max-width: 767px) {
    #talent-section::before,
    #talent-section::after {
        display: none;
    }
}
/* Mobile */
@media (max-width: 600px) {
    .vnhs-enquiry-form {
        padding: 30px 20px;
        border-radius: 7px;
    }

    .vnhs-form-heading {
        margin-bottom: 22px;
        font-size: 14px;
    }

    .vnhs-form-grid {
        grid-template-columns: 1fr;
        row-gap: 17px;
    }

    .vnhs-form-field.vnhs-full-width {
        margin-top: 17px;
    }

    .vnhs-submit-wrap {
        display: block;
    }

    .vnhs-enquiry-form input[type="submit"] {
        width: 100%;
    }
}
@media (max-width: 568px){
    .vaw-gallery{
        padding-right: 0;
    }
    .vaw-title{
   margin-top: 20px !important;
        }
}

.shadow_img .pp-info-box-icon{
box-shadow: -3px 0px 20px 0px #3985CC14;
}


.dual_language {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Icon trang trí bên trái */
.dual_language.elementor-element::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 240px;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);

    background: url("https://vietnamtinhhoaschools.edu.vn/wp-content/uploads/2026/08/IMG-4.png")
                no-repeat left center / contain;

    z-index: 1;
    pointer-events: none;
}

/* Icon quyển sách bên phải */
.dual_language::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);

    background: url("https://vietnamtinhhoaschools.edu.vn/wp-content/uploads/2026/08/book-3-1-1.png")
                no-repeat center / contain;

    z-index: 3;
    pointer-events: none;
}

/* Đưa nội dung chính lên trên icon trái */
.dual_language > * {
    position: relative;
    z-index: 2;
}

.dual_language {
    min-height: 300px;
}

.dual_language:before{
content: "";
    display: table;
    clear: both;
}


.every-child{
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Icon trang trí bên trái */
.every-child.elementor-element::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 240px;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);

    background: url("https://vietnamtinhhoaschools.edu.vn/wp-content/uploads/2026/08/IMG-11.png")
                no-repeat left center / contain;

    z-index: 1;
    pointer-events: none;
}

/* Icon quyển sách bên phải */
.every-child::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);

    background: url("https://vietnamtinhhoaschools.edu.vn/wp-content/uploads/2026/08/chess-2.png")
                no-repeat center / contain;

    z-index: 3;
    pointer-events: none;
}


#foundation{
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Icon trang trí bên trái */
#foundation.elementor-element::before {
    content: "";
    position: absolute;
    width: 400px;
    height:100%;
    left:0;
    top: 50%;
    transform: translateY(-50%);

    background: url("https://vietnamtinhhoaschools.edu.vn/wp-content/uploads/2026/08/Frame-168.png")
                no-repeat left center / contain;

    z-index: 1;
    pointer-events: none;
}

/* Icon quyển sách bên phải */
#foundation::after {
    content: "";
    position: absolute;
width: 389px;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    background: url("https://vietnamtinhhoaschools.edu.vn/wp-content/uploads/2026/08/Frame-169.png")
                no-repeat center / contain;

    z-index: 3;
    pointer-events: none;
}


.vnth-logo-rotate {
    --ring-size: 320px;
    --logo-size: 235px;

    position: relative;
    width: var(--ring-size) !important;
    height: var(--ring-size);
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
}

/* Vòng tròn xoay bên ngoài */
.vnth-logo-rotate::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background-image: url("https://vietnamtinhhoaschools.edu.vn/wp-content/uploads/2026/08/Circle-Rotate-1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    transform-origin: center;
    animation: vnth-circle-rotate 12s linear infinite;
}

/* Logo chính đứng yên */
.vnth-logo-rotate .elementor-widget-container {
    position: relative;
    z-index: 2;
    width: var(--logo-size);
}

.vnth-logo-rotate img {
    display: block;
    width:80%;
    height: auto;
    margin: auto;
}

/* Hiệu ứng xoay */
@keyframes vnth-circle-rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .vnth-logo-rotate {
        --ring-size: 250px;
        --logo-size: 185px;
    }
}

.vnth-enquiry-form,
.vnth-enquiry-form * {
    box-sizing: border-box;
}

.vnth-enquiry-form {
    width: 100%;
    max-width: 1114px;
    margin: 0 auto;
    padding: 28px 30px 29px;
    background: #ffffff;
    border: 1px solid #59a9f8;
    border-radius: 11px;
    box-shadow: 0 2px 15px rgba(29, 91, 148, 0.14);
    color: #10213d;
    
}

.vnth-enquiry-form p {
    margin: 0;
}

.vnth-form-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #10213d;
}

.vnth-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 20px;
    margin-bottom: 20px;
}

.vnth-form-field {
    width: 100%;
    margin-bottom: 20px;
}

.vnth-form-grid .vnth-form-field {
    margin-bottom: 0;
}

.vnth-form-field label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #10213d;
}

.vnth-form-field label > span {
    color: #4398e8;
}

.vnth-enquiry-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.vnth-enquiry-form input[type="text"],
.vnth-enquiry-form input[type="email"],
.vnth-enquiry-form input[type="tel"],
.vnth-enquiry-form select {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 10px;
    background-color: #e9f3ff;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    color: #10213d;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.vnth-enquiry-form input::placeholder {
    color: #8495ae;
    opacity: 1;
}

.vnth-enquiry-form input[type="text"]:focus,
.vnth-enquiry-form input[type="email"]:focus,
.vnth-enquiry-form input[type="tel"]:focus,
.vnth-enquiry-form select:focus {
    background-color: #f2f7ff;
    border-color: #4398e8;
}

/* Select */

.vnth-enquiry-form select {
    padding-right: 35px;
    color: #8495ae;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238495ae' d='M1 1l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size: 9px auto;
}

/* Checkbox */

.vnth-interest-field .wpcf7-checkbox {
    display: grid;
    width: 100%;
    gap: 6px;
}

.vnth-interest-field .wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0;
}

.vnth-interest-field .wpcf7-list-item label {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 6px 10px;
    background: #e9f3ff;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    color: #10213d;
    cursor: pointer;
}

.vnth-interest-field input[type="checkbox"] {
    position: relative;
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
    margin: 0 7px 0 0;
    background: #ffffff;
    border: 1px solid #59a9f8;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.vnth-interest-field input[type="checkbox"]:checked {
    background: #4398e8;
    border-color: #4398e8;
}

.vnth-interest-field input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 3px;
    height: 7px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Submit */

.vnth-submit-wrap {
    margin-top: 3px;
}

.vnth-enquiry-form input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 37px;
    margin: 0;
    padding: 0 18px;
    background: #4099e5;
    border: 1px solid #4099e5;
    border-radius: 0;
    color: #ffffff;
    font-family: inherit;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}

.vnth-enquiry-form input[type="submit"]:hover {
    background: #102743;
    border-color: #102743;
}

/* Validation */

.vnth-enquiry-form .wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 10px;
}

.vnth-enquiry-form .wpcf7-response-output {
    margin: 18px 0 0 !important;
    padding: 10px 12px !important;
    font-size: 12px;
    line-height: 1.5;
}
.vths-school-tour__nav:hover{
    background-color:transparent !important;
}
/* Mobile */

@media (max-width: 767px) {
    .vnth-menu-controller{
        width: 38px !important;
    height: 38px !important;
    }
    #foundation.elementor-element::before, #foundation::after{
        content: none;
    }
    .vnth-enquiry-form {
        padding: 23px 18px;
    }

    .vnth-form-title {
        font-size: 16px;
    }

    .vnth-form-grid {
        grid-template-columns: 1fr;
        row-gap: 18px;
    }

    .vnth-enquiry-form input[type="text"],
    .vnth-enquiry-form input[type="email"],
    .vnth-enquiry-form input[type="tel"],
    .vnth-enquiry-form select {
        height: 42px;
        padding-left: 12px;
        font-size: 13px;
    }

    .vnth-form-field label {
        font-size: 11px;
    }

    .vnth-interest-field .wpcf7-list-item label {
        min-height: 42px;
        padding: 8px 12px;
        font-size: 13px;
    }

    .vnth-enquiry-form input[type="submit"] {
        width: 100%;
        height: 44px;
        font-size: 10px;
    }
}