﻿/* Phần hộp thoại (modal) đã tách sang contact-modal.css để trang khác dùng lại được
   mà không kéo theo bố cục của trang Liên hệ — xem ghi chú đầu file đó. Trang này nạp
   CẢ HAI, contact.css trước rồi contact-modal.css. */
header {
    position: relative;
}

.contact-container {
    margin-top: 35px;
    margin-bottom: 115px;
    padding: 0 16px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: var(--black-color);
}

.contact-banner {
    margin-bottom: 59px;
}

    .contact-banner img {
        max-width: 100%;
        height: auto;
        max-height: 130px;
        width: 245px;
    }

.border-ltr, .border-rtl {
    opacity: 1;
}

.contact-item:hover {
    color: #5fd1c1;
    transition-duration: 300ms
}

.contact-description {
    margin-top: 40px;
    display: flex;
    gap: 23px;
    flex-direction: column;
}

    .contact-description h2 {
        color: #1B1B1B;
        font-size: 40px;
        font-weight: 300;
        line-height: 48px;
        text-transform: uppercase;
        width: 50%;
    }

    .contact-description p {
        padding: 0;
        font-weight: 300;
        text-transform: none;
        line-height: 1.4em;
        width: 50%;
    }

.contact-list {
    margin-top: 65px;
    margin-bottom: 80px;
}

.contact-item {
    cursor: pointer;
}

    .contact-item .heading {
        padding-top: 23px;
        padding-bottom: 33px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .contact-item svg {
        height: 50px;
        width: 50px;
    }

.icon-contact {
    width: 50px;
    height: 50px;
}

.contact-item h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
}

.contact-socials {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

    .contact-socials h2 {
        color: #1B1B1B;
        font-size: 40px;
        font-weight: 300;
        line-height: 1.2em;
        text-transform: uppercase;
    }

    .contact-socials .link-combat {
        display: flex;
        align-items: center;
        gap: 32px;
    }

    .contact-socials svg {
        height: 22px;
        width: 22px;
        fill: var(--main-color);
    }

.contact-locations {
    margin-top: 65px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.contact-locations-item svg {
    height: 50px;
    width: 50px;
    fill: var(--main-color);
    margin-bottom: 15px;
}

.contact-locations-item h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75em;
    margin-bottom: 10px;
}


@media (min-width: 426px) {
    .contact-container {
        padding: 0 40px;
        margin-top: 72px;
        margin-bottom: 0;
    }

    .contact-banner {
        margin-bottom: 35px;
    }

        .contact-banner img {
            width: 368px;
        }

    .contact-description {
        width: 100%;
        flex-direction: row;
    }

        .contact-description h2 {
            font-size: 54px;
            line-height: 1.4em;
        }

    .contact-list {
        display: flex;
        flex-flow: row wrap;
        gap: 23px;
    }

    .contact-item {
        width: 24%;
    }

        .contact-item .heading {
            padding-bottom: 10px;
        }

        .contact-item h3 {
            font-size: 18px;
            font-weight: 500;
            line-height: 1.75em;
        }

    .contact-socials h2 {
        width: 50%;
        font-size: 54px;
        line-height: 1.4em;
    }

    .list-socials {
        width: 50%;
    }

    .contact-socials {
        gap: 23px;
        flex-direction: row;
        width: 100%;
    }

    .contact-locations {
        flex-direction: row;
    }

        .contact-locations > div {
            width: 25%;
        }
}
