.danh_muc_dai_ly {
    padding: 30px 0;
}

.danh_muc_dai_ly .section-title {
    font-weight: bold;
    border-bottom: solid 2px #ddd;
    color: #45C14D;
    margin-bottom: 15px;
}

.danh_muc_dai_ly .section-title b {
    line-height: 1.6;
    position: relative;
    display: table;
    font-family: "UTM AvoBold";
}

.danh_muc_dai_ly .section-title b:before {
    content: '\f005';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 10px;
}

.danh_muc_dai_ly .section-title b:after {
    content: '';
    width: 110%;
    height: 3px;
    background-color: #053f6f;
    bottom: -2px;
    left: 0;
    position: absolute;
}

.danh_muc_dai_ly .col-3 {
    padding-bottom: 30px
}

.danh_muc_dai_ly a.img {
    display: block;
    border: 2px solid #ddd;
    position: relative;
}

.danh_muc_dai_ly a.img:hover {
    border: solid 2px #fd3f3e;
    transition: 0.3s
}

.danh_muc_dai_ly a.img:before {
    display: block;
    content: '';
    padding-bottom: 60%;
}

.danh_muc_dai_ly a.img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}