
/* keyvis Start */
.keyvis-container {
    height: 450px;
}

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

@media (max-width: 640px) {
    .keyvis-container {
        height: auto;
    }

    #sec-keyvis-home {
        background: url('../images/home/keyvis-main-xs.jpg') no-repeat center center;
        background-position-y: top;
        background-size: contain;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    .keyvis-container {
        height: 300px;
    }

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

/* keyvis tagline Start */
.keyvis-tagline-container {
    margin-top: 80px;
}

.keyvis-tagline-title-main {
    margin-bottom: 10px;
    font-size: 46px;
    line-height: 46px;
    font-weight: bold;
    color: #66AE0A;
}

.keyvis-tagline-title {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
    color: #66AE0A;
}

.keyvis-tagline-divider {
    margin: 10px 0px;
    width: 100%;
    border-bottom: 2px solid transparent;
}

.keyvis-tagline-desc {
    color: #4B4B49;
}

@media (max-width: 640px) {
    .keyvis-tagline-container {
        margin-top: 130px;
        padding: 20px;
        background-color: #f1f1e9;
    }

    .keyvis-tagline-title-main,
    .keyvis-tagline-title,
    .keyvis-tagline-desc {
        
    }

    .keyvis-tagline-title-main {
        font-size: 18px;
        line-height: 22px;
    }
    
    .keyvis-tagline-title {
        font-size: 14px;
        line-height: 16px;
    }

    .keyvis-tagline-desc {
        font-size: 12px;
        line-height: 16px;
    }
    
}

@media (min-width: 641px) and (max-width: 820px) {
    .keyvis-tagline-container {
        margin-top: 10px;
    }
    
    .keyvis-tagline-title-main {
        font-size: 22px;
        line-height: 22px;
    }
    
    .keyvis-tagline-title {
        font-size: 16px;
        line-height: 16px;
    }
}
/* keyvis line End */


/* feature Start */

#ahb-intro .sec-content-title,
#ahb-feature .sec-content-title {
    
}

.keyfeature-container {

}

.row-keyfeature {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.col-keyfeature {
    width: 100%;
}

.card-keyfeature {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffffff;
}

.col-keyfeature:last-child .card-keyfeature {
    border-bottom: 2px solid transparent;
}

.card-keyfeature-ico {
    margin: auto;
    width: 60px;
}

.card-keyfeature-ico img {
    margin: auto;
    width: 100%;
}

.card-keyfeature-lbl {
    flex: 1;
    font-size: 24px;
    line-height: 30px;
}

@media (max-width: 640px) {
    #sec-AHB .sec-content-container {
        margin-bottom: 40px;
    }

    #sec-AHB .sec-content-container:last-child {
        margin-bottom: 10px;
    }

    .card-keyfeature {
        gap: 20px;
    }

    .card-keyfeature-ico {
        
    }

    .card-keyfeature-lbl {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (min-width: 641px) and (max-width: 820px) {

}
/* feature End */

/* announcement Start */
#sec-phbam-announcement {

}

@media (max-width:640px) {
    
}

@media (min-width:641px) and (max-width:820px) {
    
}
/* announcement End */


