﻿
.bg-image {
    background-image: url('/images/Group 16.png');
    min-height: 758px;
}

.lien-he-voi {
    font-weight: 700;
    font-size: 35px;
    color: #167100
}

.cong-ty {
    color: #167100;
    font-weight: 600;
    font-size: 24px;
}

.sdt {
    color: #7EBA42;
}

.dia-chi {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
}

@media (min-width: 992px) {
    .dia-chi {
        padding-left: 270px;
        padding-right: 270px;
    }
}

.form-label {
    font-size: 24px;
    font-weight: 400;
    color: #6D6C6C;
}

.btn-success {
    background-color: #19760C;
    font-weight: 700;
    font-size: 26px;
    border-radius: 15px;
}

.contact-form .form-control {
    height: 64px;
}

.shops .nav-link {
    border: solid 1px #e9ecef !important
}

.quan-text {
    font-size: 24px;
    color: #6D6C6C;
    font-weight: 400;
    background-color: #F5F5F5 !important;
}

.shops .tab-content {
    background-color: white !important;
}

.shop-detail {
    background-color: #F7FFEA;
    border-bottom: 1px solid #CFE6A9;
}

.shop-title {
    font-weight: 700;
    font-size: 22px;
}

.shop-address {
    font-weight: 400;
    font-size: 22px;
}

.store-tab {
    color: #6D6C6C;
    background-color: #f8f8f8;
    color: #6D6C6C;
    padding: 8px 16px;
    min-width: 150px;
    font-size: 24px
}

    .store-tab.active {
        border-color: #F5F5F5;
        background-color: #F5F5F5;
        font-weight: 400;
        color: #2BAF1B;
    }

    .store-tab:hover {
        background-color: #e9e9e9;
        color: #6D6C6C;
    }

.btn:focus {
    box-shadow: none !important;
    outline: none;
}

.tinh-hoa {
    color: #A2FF01;
    font-family: Pattaya, sans-serif;
    font-weight: 400;
    font-size: 64px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
    .tab-container {
        flex-direction: column;
        width: 100%;
    }

    .tab-item {
        width: 100%;
        margin: 5px 0 !important;
    }

    .store-tab {
        width: 100%;
        text-align: center;
    }

    .dia-chi {
        font-size: 18px
    }

    .form-label {
        font-size: 18px;
    }

    .contact-form .form-control {
        height: 45px;
        font-size: 18px
    }

    .btn-success {
        font-size: 18px;
    }
}