
/* keyvis main Start */
#sec-keyvis-home {
    background: url('../images/main/keyvis-regain-main.jpg') no-repeat center center;
    background-size: cover;
}

.ver-bm #sec-keyvis-home {
    background: url('../images/main/keyvis-regain-main.jpg') no-repeat center center;
    background-size: cover;
}

#sec-keyvis-home .keyvis-container {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 0px;
}

#sec-keyvis-home .keyvis-headline-tag {
    margin-top: -120px;
}

#sec-keyvis-home .keyvis-headline-tag h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    white-space: nowrap;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 1), 0px 0px 30px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1);
}

@media (max-width: 640px) {
    #sec-keyvis-home {
        background: url('../images/main/keyvis-regain-main-xs.jpg') no-repeat center center;
        background-size: cover;
    }

    .ver-bm #sec-keyvis-home {
        background: url('../images/main/keyvis-regain-main-xs.jpg') no-repeat center center;
        background-size: cover;
    }

    #sec-keyvis-home .keyvis-headline-tag h1 {
        flex-direction: column;
    }
}

@media (min-width: 641px) and (max-width: 860px) {
    #sec-keyvis-home {
        background: url('../images/main/keyvis-regain-main-sm.jpg') no-repeat center center;
        background-size: cover;
    }

    .ver-bm #sec-keyvis-home {
        background: url('../images/main/keyvis-regain-main-sm.jpg') no-repeat center center;
        background-size: cover;
    }

    #sec-keyvis-home .keyvis-headline-tag {
        margin-top: 0px;
    }

    
 
}
/* keyvis main End */

/* partner Start */
.panel-partner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;

    margin-top: 30px;
}

.partner-card {
    flex: 0 0 260px;
    max-width: 260px;
}

.partner-profile {
}

.partner-photo {
    margin: auto auto 20px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #d7f7f2;
    overflow: hidden;
}

.partner-photo img {
    margin: auto;
    width: 100%;
}

.partner-name {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
}

.partner-title {
    text-align: center;
}

@media (max-width: 640px) {
    .penal-partner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
    }
    
    .partner-card {
        flex: 1;
        max-width: auto;
    }

    .partner-photo {
        width: 140px;
        height: 140px;
    }
}

@media (min-width: 641px) and (max-width: 860px) {
    .penal-partner {
        gap: 20px;
    }
    
    .partner-card {
        flex: 0 0 240px;
        max-width: 240px;
    }
}
/* partner End */

/* partner 2 Start */
.panel-partner-2 {
}

.partner-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.partner-col:first-child {
    flex: 0 0 210px;
    max-width: 210px;
}

.partner-col {
    flex: 1;
}

.partner-logo {
    margin: 0px 0px 20px 0px;
    width: 100%;
    max-width: 210px;
}

.partner-logo img {
    margin: 0px;
    width: 100%;
}

.partner-desc {

}

@media (max-width: 640px) {
    .partner-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .partner-col:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* partner 2 End */

/* GeriatricCare Start */
.penal-GeriatricCare {
    display: block;
    margin-top: 30px;
}

.GeriatricCare-card {
    position: relative;
    margin: auto;
    padding: 0px;
    width: 100%;
    max-width: 530px;
    border-radius: 30px;
    background-color: #000000;
    overflow: hidden;
    cursor: pointer;
}

.GeriatricCare-tmb {
    margin: auto;
    width: 100%;

    -webkit-transition: transform 0.3s ease-out 0s;
    -moz-transition: transform 0.3s ease-out 0s;
    -ms-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}

.GeriatricCare-tmb img {
    margin: auto;
    width: 100%;
}

.GeriatricCare-tmb-overlay {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    /* position: absolute; */
    position: relative;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 30px;
    background-image: linear-gradient(to bottom, #619a83, #333333);
    /* background-color: rgba(0, 0, 0, 0.6); */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.GeriatricCare-info {
    position: relative;
}

.GeriatricCare-desc {
    margin-bottom: 50px;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.GeriatricCare-cta {
    position: absolute;
    z-index: 4;
    bottom: 20px;
    left: 30px;
    border-radius: 50px;
    padding: 3px 14px 3px 2px;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.3);
}

.GeriatricCare-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.GeriatricCare-btn .btn-cta-arrow {
    border-color: #f37924;
    background-color: #f37924;
}

.GeriatricCare-card:hover .btn-cta-arrow {
    border-color: #f37924;
    background-color: #ffffff;
    color: #f37924;
}

.GeriatricCare-card:hover .btn-cta-lbl {
    color: #f37924;
}

.GeriatricCare-card:hover .GeriatricCare-tmb-overlay {
    /* top: 0%; */
}

/* 
.GeriatricCare-btn:hover .btn-cta-arrow {
    border-color: #f37924;
    background-color: #ffffff;
    color: #f37924;
}

.GeriatricCare-btn:hover .btn-cta-lbl {
    color: #f37924;
}

.GeriatricCare-card:has(.GeriatricCare-btn:hover) .GeriatricCare-tmb {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
} 
*/

#modal-video .modal-content {
    background-color: #333333;
}

#modal-video .modal-header {
    border-bottom: 1px solid #555555;
}

#modal-video .modal-header .close {
    color: #ffffff
}

#slider-vid-GeriatricCare.slick-container-custom .slick-prev {
    left: -40px;
}

#slider-vid-GeriatricCare.slick-container-custom .slick-next {
    right: -40px;
}

@media (max-width: 640px) {
    .GeriatricCare-card {
        max-width: calc(100% - 40px);
    }

    #slider-vid-GeriatricCare.slick-container-custom .slick-prev {
        left: -10px;
    }
    
    #slider-vid-GeriatricCare.slick-container-custom .slick-next {
        right: -10px;
    }
}

@media (max-width: 860px) {
    .GeriatricCare-tmb-overlay {
        position: relative;
        background-image: linear-gradient(to bottom, #619a83, #333333);
    }
}

@media (min-width: 641px) and (max-width: 860px) {
    .GeriatricCare-card {
        max-width: 320px;
    }
}
/* GeriatricCare End */

/* promotion Start */
.col-cust-promo {
    margin-bottom: 40px;
}

.penal-promotion {
}

.promotion-list {
}

.promotion-item {
    margin-bottom: 30px;
}

.promotion-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    padding: 0px 20px;
}

.promotion-card-part {
    flex: 1;
}

.promotion-card-part:first-child {
    
}

.promotion-tmb {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 30px;
}

.promotion-tmb img {
    margin: auto;
    width: 100%;
}

.promotion-detail {
    
}

.promotion-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
}

.promotion-desc {
    margin-bottom: 20px;
}

.promotion-cta {

}

@media (max-width: 640px) {
    .promotion-card {
        margin-bottom: 30px;
        border-bottom: 1px solid #f37924;
        padding: 0px 0px 30px 0px;
    }

    .promotion-detail {
        margin-top: 0px;
        margin-left: 0px;
    }

    .promotion-title {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (min-width: 641px) and (max-width: 860px) {
    .promotion-card {
        padding: 0px 10px;
    }

    .promotion-title {
        font-size: 26px;
        line-height: 32px;
    }
}
/* promotion End */

/* shop Start */
#sec-regain-promo-gen {
    background: url('../images/promo/bg-sec-promo-gen.jpg') no-repeat bottom center;
    background-size: cover;
}

#sec-regain-promo-gen .sec-card-container {
    min-height: 480px;
}

#sec-regain-promo-gen .sec-card-container .sec-title-main {
    margin-top: 20px;
}

.btn-shop-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.btn-shop-item {

}

.btn-shop-item .btn-shop {
    margin: 0px;
    padding: 6px 20px;
    max-width: 200px;
}

@media (max-width: 640px) {
    #sec-regain-promo-gen {
        background: url('../images/promo/bg-sec-promo-gen-xs.jpg') no-repeat bottom center;
        background-size: cover;
        min-height: 400px;
    }

    #sec-regain-promo-gen .sec-card-container .sec-title-main {
        margin-top: 0px;
    }

    .btn-shop-list {
        flex-direction: column;
    }

    .btn-shop-item .btn-shop {
        padding: 6px 20px;
        max-width: 150px;
    }
}

@media (min-width: 641px) and (max-width: 860px) {
    #sec-regain-promo-gen .sec-card-container {
        padding-left: 0px;
        min-height: 340px;
    }

    #sec-regain-promo-gen .sec-card-container .sec-title-main {
        margin-top: 20px;
    }

    #sec-regain-promo-gen .sec-card-container .sec-col:first-child {
        flex: 0 0 58%;
    }

    .btn-shop-list {
        flex-direction: row;
    }

    .btn-shop-item .btn-shop {
        padding: 6px 20px;
        max-width: 150px;
    }
}
/* shop End */
