    .title-hethong {
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    
    .he-thong {
        padding: 40px 0;
    }

    .map-section {
        margin-top: 15px;
    }

    section.map-section iframe {
    width: 100%;
}
    
    
    .map__item {
        display: none;
    }
    
    .map__item.active {
        display: block;
    }
    
    .Addresses__map iframe {
        height: 546px;
        width: 100%;
        border: none;
        border-radius: 7px;
    }
    
    .Addresses__info {
        /* background: #f9f9f9;
        box-shadow: 1px 1px 4px #00000026; */
        border-radius: 7px;
    }
    
    .title__Addresses {
        background: #292929;
        color: var(--color-2);
        font-weight: 700;
        line-height: 24px;
        padding: 20px 16px;
        font-size: 20px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #555;
    }
    
    .find__address {
        display: grid;
        gap: normal 8px;
        grid-template-columns: repeat(2, 1fr);
        line-height: 24px;
        padding: 8px;
    }
    
    .option_district {
        display: none;
    }
    
    .option_district.active {
        display: block;
    }
    
    .find__district select, 
    .find__city select {
        align-items: center;
        border-color: #cbd5e1;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        color: #334155;
        font-size: 12px;
        padding: 8px 24px 8px 8px;
        width: 100%;
    }
    
    .item__addresses {
        padding: 16px;
        /* margin: 0 12px 16px; */
        cursor: pointer;
        /* border: 1px solid rgb(226 232 240); */
        border-radius: 10px;
        background: linear-gradient(135deg, #252525, #7a7a7a);
        color: var(--color-2);
    }
    
    .item__addresses.active {
        background: linear-gradient(135deg, var(--color-3), #7a7a7a);
        /* margin-top: 20px; */
    }
    
    .title__item__addresses {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    
    .info-address {
        margin-bottom: 5px;
    }
    
    .info-address img {
        width: 100%;
        height: 262px;
        margin-bottom: 20px;
        border-radius: 10px;
    }
    
    .info-text ul {
        margin-left: 20px;
    }
    
    .info-text ul li {
        position: relative;
        margin-top: 3px;
        word-break: break-all;
    }
    
    
    .link__addresses {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 6px;
    }
    
    .link__addresses__a--red {
        color: #e9b674;
    }
    
    .link__addresses__a--red svg {
        margin-left: 3px;
        transform: translateY(1px);
    }
    
    .branches_container {
    justify-content: space-between;
    gap: 10px 0px;
    }
    
    .branches_container::-webkit-scrollbar {
      width: 5px;
    }
    
    .branches_container::-webkit-scrollbar-thumb {
      background-color: #6a6a6a; 
      border-radius: 5px;
    }
    
    .banner-he-thong {
        position: relative;
        min-height: 200px;
    }
    
    .banner-he-thong::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
    }
    
    .banner-he-thong .title {
        position: absolute;
        width: var(--container);
        max-width: 100%;
        padding: 0 15px;
        color: var(--color-2);
        text-transform: uppercase;
        font-size: 26px;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .item__addresses a:hover {
    color: #fff;
}

.btn-xemthem {
    margin-top: 10px;
}
    .banner-he-thong img {
        max-height: 590px;
        min-height: 200px;
        width: 100%;
        object-fit: cover;
    }
    
    @media (max-width: 992px) {
       
    
        .Addresses__map {
            padding-right: 0;
            margin-bottom: 20px;
        }
    
        .title__Addresses {
            font-size: 18px;
        }
    }
    
    @media (max-width: 550px) {
        .Addresses__map iframe {
            height: 300px;
        }
    
        .he-thong {
            padding: 20px 0;
        }
    
        .title-hethong {
            font-size: 18px;
            margin-bottom: 20px;
        }
    
        .banner-he-thong .title {
            font-size: 18px;
        }
    
        .info-address {
            grid-template-columns: auto;
        }
    }

.box_news_detail .title h1 {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
    font-size: 28px;
}