/* =========================================================
   LV.T LUXURY - GIỚI THIỆU
   Layout đơn giản theo form trang tham khảo
   ========================================================= */

body.gioi-thieu-page {
    background: #fff;
    color: #222;
}


/* =========================================================
   CONTENT
   ========================================================= */

.gioithieu-content {
    width: 100%;
    background: #fff;
    padding: 70px 0 100px;
}

.gioithieu-container {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   IMAGE
   ========================================================= */

.gioithieu-image {
    width: 100%;
    margin-bottom: 40px;
}

.gioithieu-image img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: cover;
}


/* =========================================================
   TEXT
   ========================================================= */

.gioithieu-text {
    width: 100%;
}

.gioithieu-text p {
    margin: 0 0 22px;
    color: #444;
    font-family: "Be Vietnam Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.85;
}

.gioithieu-text p strong {
    color: #222;
    font-weight: 700;
}


/* =========================================================
   HEADING
   ========================================================= */

.gioithieu-text h2 {
    margin: 38px 0 18px;
    color: #222;
    font-family: "Be Vietnam Pro", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}


/* =========================================================
   LIST
   ========================================================= */

.gioithieu-text ul {
    margin: 0 0 28px;
    padding-left: 25px;
}

.gioithieu-text li {
    margin-bottom: 10px;
    color: #444;
    font-family: "Be Vietnam Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.gioithieu-text li::marker {
    color: #c5a880;
}


/* =========================================================
   CONTACT
   ========================================================= */

.gioithieu-contact-title {
    margin-top: 45px !important;
}

.gioithieu-contact {
    padding-top: 5px;
}

.gioithieu-contact a {
    color: #c5a880;
    font-weight: 600;
    text-decoration: none;
}

.gioithieu-contact a:hover {
    color: #a88b55;
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 1200px) {

    .gioithieu-content {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .gioithieu-container {
        width: min(1100px, calc(100% - 80px));
    }

    .gioithieu-image {
        margin-bottom: 45px;
    }

    .gioithieu-image img {
        max-height: 600px;
    }

    .gioithieu-text p {
        font-size: 16px;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .gioithieu-content {
        padding: 55px 0 80px;
    }

    .gioithieu-container {
        width: calc(100% - 40px);
    }

    .gioithieu-image img {
        max-height: 450px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .gioithieu-content {
        padding: 40px 0 60px;
    }

    .gioithieu-container {
        width: calc(100% - 30px);
    }

    .gioithieu-image {
        margin-bottom: 30px;
    }

    .gioithieu-image img {
        width: 100%;
        height: 280px;
        max-height: none;
    }

    .gioithieu-text p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 18px;
    }

    .gioithieu-text h2 {
        margin-top: 32px;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .gioithieu-text li {
        font-size: 15px;
        line-height: 1.7;
    }
}