.vinno-footer {
	background-image: linear-gradient(to bottom, #CC2A3B 40%, #002C55 60%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
/*    border-top: 4px solid #F7AC5D;*/
/*    border-bottom: 4px solid #F7AC5D;*/
    box-shadow: 0 0 0 4px #F7AC5D;
}

.footer-section.text-top {
	font-size: 28px;
}

.footer-section.image-top {
    right: 20px;
    height: 110px;
    opacity: 60%;
}

.footer-section.image-top img {
    width: 164px;
}

.bottom-image {
    /*width: 90%;*/
    /*max-width: 450px;*/
}

@media (max-width: 767.98px) { 
    .footer-section.map-ifram iframe {
        height: 478px !important;
    }   
}

/*Khối hướng dẫn chiêm bái*/
.img-hdcb{
    flex: 1 0 60px;
}
.img-hdcb img{
    width: 100%;
    aspect-ratio: 1/1;
}
.body-hdcb{
    flex: 1 0 calc(100% - 60px);
}
.body-hdcb p{
    margin-bottom: 0;
}
.hdcb-info .block-views-blockhuongdan-block-1 > h2{
    display: none;
}

/* Wrapper */
.hdcb-wrapper {
/*  max-width: 400px;*/
}

/* Item */
.hdcb-item {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    /*  background: linear-gradient(135deg, #7b2ff7, #f107a3);*/
    background: rgba(255, 255, 255, 0.25) !important;
}

/* Header button */
.hdcb-toggle {
/*  background: linear-gradient(135deg, #7b2ff7, #f107a3);*/
    background: transparent;
    color: #fff;
    font-weight: 600;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: unset;
}
.hdcb-info .accordion-header{
   background: transparent; 
}
.hdcb-info .accordion-header .hdcb-toggle{
    background-color: transparent;
}
/* Remove default arrow */
.hdcb-toggle::after {
    filter: brightness(0) invert(1);
    padding: 10px 15px;
/*    scale: 0.7;*/
    border-radius: 8px;
/*    background: rgba(255, 255, 255, 0.25);*/
    background-position: center;
    background-image: url('../images/collapse-down.png')!important;
    transform: unset!important;
    transition: 0.3s linear!important;
    background-size: cover!important;
}
.accordion-button:not(.collapsed)::after{
    background-image: url('../images/collapse-up.png')!important;
    transform: unset!important;
}

/* Icon */
.hdcb-icon {
  display: flex;
  align-items: center;
  font-size: 16px;
}

/* Title */
.hdcb-title {
  flex-grow: 1;
}

/* Collapse body */
.hdcb-body {
    background: transparent;
    padding: 16px;
/*    border-top: 1px solid rgba(255,255,255,0.2);*/
}

/* Khi mở */
.hdcb-item .accordion-button:not(.collapsed) {
/*  background: linear-gradient(135deg, #7b2ff7, #f107a3);*/
/*    background: rgba(255, 255, 255, 0.25);*/
    color: #fff;
}
.hdcb-item .accordion-button{
    color: white;
}

/* Fix bootstrap focus */
.hdcb-item .accordion-button:focus {
  box-shadow: none;
}

.hdcb-info .hdcb-item{
    border: unset;
}