.bread-crumb {
    margin-bottom: 20px;
    min-height: 200px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 20px 0
}

@media (max-width: 991px) {
    .bread-crumb {
        margin-bottom: 20px
    }
}

.bread-crumb .title-bread-crumb {
    text-align: center;
    font-size: 35px;
    color: #ca6f04;
    font-weight: 600
}

@media (max-width: 767px) {
    .bread-crumb .title-bread-crumb {
        font-size: 20px
    }
}

.breadcrumb {
    margin: 0;
    font-size: 14px;
    /*padding: 15px 10px;*/
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    text-align: center
}

.breadcrumb li {
    display: inline
}

.breadcrumb li > a {
    color: #000
}

.breadcrumb li > a > span {
    color: #000
}

.breadcrumb li .mr_lr {
    padding: 0px 3px;
    color: #000
}

.breadcrumb li .mr_lr svg {
    width: 10px;
    height: 10px;
    margin-top: -2px
}

.breadcrumb li span {
    display: inline;
    color: #fff
}

.breadcrumb li span .fa {
    color: #fff;
    padding: 0px 5px
}

.breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
    color: #ca6f04;
    font-weight: 400;
    text-decoration: none
}

.breadcrumb li a:hover span, .breadcrumb li.active span, .breadcrumb li strong span {
    color: #ca6f04
}

.breadcrumb > li + li:before {
    display: none
}

@media (min-width: 991px) {
    .danhmuc-breadcrumb {
        width: 70%;
        margin: auto
    }
}

.section_danhmuc {
    text-align: center;
    position: relative
}

.section_danhmuc .danhmuc-thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%
}

.section_danhmuc .danhmuc-thumb img {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    transition: 400ms all
}

.section_danhmuc .danhmuc-thumb .image-shadow {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    transition: 400ms all
}

.section_danhmuc .danhmuc-thumb .image-shadow:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(transparent, 80%, #e8d1b6)
}

.section_danhmuc .danhmuc-info h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 5px;
    color: #000;
    letter-spacing: 1px;
    transition: 500ms all
}

.section_danhmuc .danhmuc-info span {
    font-weight: 600;
    color: #808080
}

.section_danhmuc .swiper-slide {
    padding: 20px 0;
    position: relative
}

.section_danhmuc .swiper-slide > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 4
}

.section_danhmuc .swiper-slide:hover .danhmuc-thumb img {
    top: -30px;
    transition: 500ms all
}

.section_danhmuc .swiper-slide:hover .danhmuc-thumb .image-shadow {
    opacity: 1;
    transition: 500ms all
}

.section_danhmuc .swiper-slide:hover .danhmuc-info h3 {
    color: #ca6f04;
    transition: 500ms all
}
