#contactButton{
    position: fixed;
    bottom: 0;
    right: 15px;
    max-height:100%;
    width:350px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index:1000;
}
#contactButton .panel{
    margin-bottom:0;
    width:100%;
    color:#333;
    display:none
}
#contactButton .ctb{
    position: fixed;
    bottom: 0;
    right:15px;
    z-index:1000;
    text-align:center;
}
#contactButton .ctb, #contactButton .panel{
    border-radius: 5px 5px 0 0;
}
#contactButton .ctb em{
    margin-right:3px;
    font-size: 1.6em;
    vertical-align:middle
}
@media (max-width:1199px) {
    #contactButton .ctb{
        right:70px;
    }
}
@media (max-width:499px) {
    #contactButton{
        right:auto;
        left:0;
        width:90%
    }
}

.contact-page {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    color: #263238;
}

.contact-page *,
.contact-page *::before,
.contact-page *::after {
    box-sizing: border-box;
}

.contact-overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    width: 100%;
    max-width: 100%;
    gap: 24px;
    margin-bottom: 28px;
    padding: 24px;
    border: 1px solid #dfe5e8;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(25, 45, 55, 0.08);
}

.contact-overview-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.contact-eyebrow {
    margin: 0 0 6px;
    color: #b02a20;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-overview h2 {
    margin: 0 0 14px;
    color: #17242b;
    font-size: 27px;
    line-height: 1.25;
}

.contact-intro,
.contact-note {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.65;
    overflow-wrap: break-word;
}

.contact-note {
    color: #52636c;
}

.contact-details {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.contact-details li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 13px;
}

.contact-details li > .fa {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f2f5f6;
    color: #b02a20;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
}

.contact-details li > div {
    min-width: 0;
    padding-top: 1px;
}

.contact-details strong {
    display: block;
    margin-bottom: 2px;
    color: #17242b;
    font-size: 14px;
}

.contact-details span,
.contact-details a {
    color: #455a64;
    font-size: 15px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.contact-details a {
    color: #0b67a3;
    overflow-wrap: anywhere;
}

.contact-details .contact-separator {
    margin: 0 5px;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-actions .btn {
    min-width: 130px;
    padding: 9px 16px;
    border-radius: 4px;
    font-weight: 600;
}

.contact-zalo-button {
    border: 1px solid #0877d1;
    background: #0877d1;
    color: #fff;
}

.contact-zalo-button:hover,
.contact-zalo-button:focus {
    border-color: #0664b1;
    background: #0664b1;
    color: #fff;
}

.contact-map {
    min-height: 390px;
    overflow: hidden;
    border: 1px solid #d7dfe3;
    border-radius: 5px;
    background: #eef2f4;
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 390px;
    border: 0;
}

.contact-form-section .panel {
    margin-bottom: 0;
    border-color: #d7dfe3;
}

.contact-form-section .panel-primary > .panel-heading {
    border-color: #9e251d;
    background: #b02a20;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .contact-overview {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
        padding: 18px;
    }

    .contact-details li > div,
    .contact-details span {
        display: block;
        max-width: 100%;
    }

    .contact-details .contact-separator {
        display: none;
    }

    .contact-details li:nth-child(2) a {
        display: block;
    }

    .contact-overview h2 {
        font-size: 23px;
    }

    .contact-intro,
    .contact-note {
        font-size: 15px;
    }

    .contact-map,
    .contact-map iframe {
        min-height: 300px;
    }
}

@media (max-width: 420px) {
    .contact-actions .btn {
        width: 100%;
    }

}
