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

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

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

    #sec-keyvis-news {
        background: url('../images/media/keyvis-media-xs.jpg') no-repeat center center;
        /* background-position-y: top; */
        background-size: cover;
    }
}

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

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

/* keyvis tagline Start */

@media (max-width: 640px) {
    .keyvis-tagline-container {
        margin-top: 0px;
        padding: 0px;
        background-color: transparent;
    }

    .keyvis-tagline-title-main, 
    .keyvis-tagline-title, .keyvis-tagline-desc {
        color: #ffffff;
    }

    .breadcrumb-item,
    .breadcrumb-item+.breadcrumb-item::before,
    .breadcrumb-item.active {
        color: #ffffff;
        font-size: 10px;
    }
}

/* keyvis tagline End */

.notice-highlight-container {
    position: relative;
}

.notice-highlight {
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bgimg-highlight {

}

.bgimg-highlight img {
    width: 100%;
}

/* announcement Start */
.card-announcement-slide {
    padding: 10px 20px;
}

.card-announcement-body {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.card-announcement-pic {

}

.card-announcement-pic img {
    width: 100%;
}

.card-announcement-desc {
    padding: 20px;
}

.card-announcement-slide a {
    color:#707070;
}

.phbam-announcement-panel {
    margin: 30px auto;
}

.phbam-announcement-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.phbam-announcement-item {
    width: 30%;
    max-width: 30%;
}

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

    position: relative;
    padding: 10px;
    border-radius: 8px;

    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.phbam-announcement-tmb {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #e7e7e7;
}

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

.phbam-announcement-tmb .btn-tmb-arrow {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;

    width: 36px;
    height: 36px;
    background-color: #94b409;
    color: #ffffff;
}

.phbam-announcement-info {
    flex: 1;
}

.phbam-announcement-date {
    display: none;
    margin-bottom: 20px;
    color: #909090;
    font-size: 14px;
    line-height: 14px;
}

.phbam-announcement-desc {
    margin-bottom: 20px;
    color: #4B4B49;
}

.phbam-announcement-cta {
    
}

.ahref-announcement,
.ahref-announcement:hover {
    text-decoration: none;
}

.ahref-announcement:hover .phbam-announcement-card {
    background-color: rgba(148, 180, 9, 0.1);
}

.ahref-announcement:hover .phbam-announcement-desc {
    color: #66AE0A;
}

@media (max-width: 640px) {
    .phbam-announcement-panel {
        margin: 10px auto;
    }

    .phbam-announcement-row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
    }

    .phbam-announcement-item {
        width: 100%;
        max-width: 100%;
    }

    .phbam-announcement-card {
        flex-direction: row;
        gap: 10px;
    }

    .phbam-announcement-tmb {
        margin-bottom: 0px;
        width: 120px;
    }

    .phbam-announcement-tmb .btn-tmb-arrow {
        width: 20px;
        height: 20px;
    }

    .phbam-announcement-date {
        margin-bottom: 10px;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    .phbam-announcement-item {
        width: 48%;
        max-width: 48%;
    }
}

@media (min-width: 821px) {
    .phbam-announcement-tmb {
        overflow: hidden;
    }
    
    .phbam-announcement-tmb img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);

        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
    
    .ahref-announcement:hover .phbam-announcement-tmb img {
        transform: scale(1);
    }
}
/* announcement End */

/* pressrelease Start */
.PressRelease-container {
    margin: 40px auto;
}

.PressRelease-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.PressRelease-tb-container {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-PressRelease {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px 20px;
}

.card-PressRelease a {
    color:#707070;
}

.card-PressRelease-container {
    overflow-y: overlay;
    height: 400px;
}

.card-PressRelease-container .card-PressRelease:nth-child(even) {
    background-color: #F1F1E9;
}

.row-PressRelease {

}

.col-PressRelease {
    padding: 10px 0px;
}

.col-PressRelease:first-child {
    padding: 10px 20px;
    border-right: 1px solid #93b50a;
}

.tb-PressRelease {
    
}
/* pressrelease End */

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

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

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

@media (min-width:769px) and (max-width:992px) {
    
}

@media (min-width:769px) and (max-width:1024px) {
    
}

@media (min-width:993px) and (max-width:1200px) {

}

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

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

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

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

@media (min-width:1201px) {

}


