:root {
    --gray-1: #EEEEEE;
    --gray-2: #E5E5E5;
    --gray-3: #D9D9D9;
    --gray-4: #C4C4C4;
    --gray-5: #6C757D;
}

.bg-gray-1 {
    background-color: #EEEEEE !important;
}
.bg-gray-2{
    background-color: #E5E5E5 !important;
}
.bg-gray-3 {
    background-color: #D9D9D9 !important;
}
.bg-gray-4 {
    background-color: #C4C4C4 !important;
}

#mangluoi {
    background-color: var(--purple);
    color: white;
}

#mangluoi .section-title {
    background-color: white;
    color: black;
    padding: 1rem 2rem;
    font-size: 36px;

    min-width: fit-content;
    width: 50%;
    text-align: right;
    transform: translateY(-50%);

    opacity: 0.9;
    position: relative;
    z-index: 1;
}
@media (min-width: 1700px){
    #mangluoi .section-title {
        padding: 2rem 3rem;
        font-size: var(--fontsize-h1);
    }
}
/* .vung-mien {
    transform: translateY(-30%);
}

.vung-mien-item {
    max-width: fit-content;
}

.vung-mien-item .img-frame {
    max-width: 100px;
    margin: auto;
} */

#mangluoi .search-form {
    color: #6C757D;

    overflow: hidden;
}

#mangluoi .search-form button {
    padding: 0.5rem 1rem;
    border: none;
    background-color: #4572C4;
    color: white;
    font-weight: 700;

    transition: 0.5s;
}

#mangluoi .search-form button:hover {
    background-color: var(--blue);
}


/* .chi-nhanh-item::before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    margin-right: 1rem;

    background-color: var(--gray);
} */



.chi-nhanh-item .title {
    font-weight: bold;
}

.item-map,
.item-phone,
.item-fax {
    display: flex;
    width: fit-content;
    color: #fff;
}

.item-map::before,
.item-phone::before,
.item-fax::before {
    font-weight: bold;
    margin-right: 1rem;
}

.item-map::before {
    content: "A.";
}

.item-phone::before {
    content: "T.";
}

.item-fax::before {
    content: "F.";
}

.network-list .table {
    min-width: 768px;

    color: #6C757D;
}

.network-list .table th {
    color: var(--gray-5);
}


/* Tab Button */
.network-list .nav-pills .nav-link {
    background-color: white;
    color: var(--dark);

    border-radius: 0;
    font-weight: bold;
    padding: 0.8rem 2.5rem;
    text-align: left;
}

.network-list .nav-pills .nav-link.active,
.network-list .nav-pills .show>.nav-link {
    background-color: #52A8F3;
    color: white;
}

@media (max-width: 767.98px) {
    .chi-nhanh-item::before {
        display: none;
    }
}

@media (min-width: 768px) {
    .network-list .nav-pills {
        transform: translateY(-50%);
    }
}


@media (max-width: 1199.98px) {

    #mangluoi .section-title {
        width: fit-content;
        text-align: center;
        transform: none;
        margin: 1rem auto;
        padding: 1rem;
        font-size: 1.5rem;
    }
}


@media(min-width: 1200px) {
    .network-featured-item {
        padding-right: 200px;
    }

    .network-list .table-responsive {
        padding-right: 128px !important;
    }

    .network-list .table th,
    .network-list .table td {
        padding-right: 4rem;
    }
}

@media(min-width: 1700px) {
    .container {
        max-width: 1424px;
    }
}

@media (max-width: 991px){
    #mangluoi .section-title{
            padding: 0.5rem 1rem;
    }
}
