﻿
.txt-c-0 {
    font-size: 20px;
    font-weight: 700;
    font-family: Montserrat
}

.txt-c-1 {
    font-family: Inter;
    font-size: 13px;
    margin-bottom: 0px;
}

.color-black {
    color: #000000;
    font-weight: 600
}



/* tại sao chọn chúng tôi*/
.bg-info-gradient {
    background: linear-gradient(101deg, #D2FFFE, #009F9C);
    color: #ffffff;
}

.form-section-wrapper {
    position: relative;
    background-color: #EDFFFF;
    height: 450px;
    padding: 0;
}

.doctor-overlay-wrapper {
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 10;
}

.doctor-overlay {
    width: 520px;
    object-fit: contain;
}


.form-section {
    background-color: #e0f7fa;
    padding: 0rem;
    border-radius: 10px;
}

.map-section iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.doctor-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.z-100 {
    z-index: 100;
}

.tranform-x {
    transform: translateX(345px);
    white-space: nowrap;
}

.text-inter {
    font-family: 'Inter', sans-serif;
}

.text-Montserrat {
    font-family: 'Montserrat', sans-serif;
}

.txt-dkk {
    font-size: 25px;
    font-weight: 700;
    font-family: Montserrat
}

.mt-form {
    margin-top: 40px;
}

.px-form {
    padding: 30px !important;
}

.mx-map {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mx-main {
    margin-top: 50px;
}
.btn-submit-lien-he {
    padding: 0px 67px;
    font-weight: 700;
    font-family: 'Montserrat'
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .doctor-overlay {
        display: none;
        width: 250px;
        object-fit: contain;
    }
    .tranform-x {
         transform: translateX(0px); 
        white-space: nowrap;
    }
    .btn-submit-lien-he {
        padding: 20px 67px !important;
        font-weight: 700;
        font-family: 'Montserrat'
    }
}

@media screen and (max-width: 768px) {
    .tranform-x {
        transform: translateX(0px);
        white-space: normal;
    }

    .mt-120 {
        margin-top: 10px !important;
    }

    .mx-map {
        margin-top: 140px;
        margin-bottom: 20px;
    }

    .txt-dkk {
        font-size: 18px;
        font-weight: 700;
        font-family: Montserrat
    }

    .px-form {
        padding: 13px !important;
    }

    .mt-form {
        margin-top: 0 !important;
    }

    .bg-form {
        background-color: #EDFFFF;
    }

    .mx-main {
        margin-top: 10px;
    }
}
