.ct-header-cta {
    border-radius: 25px;
    border: 2px solid white;
    color: white;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.chairman-image img {
    width: 500px;
}
.youtube iframe,
.youtube video {
    width: 100%;
    height: 315px;
}
//#37be99
@media only screen and (min-width: 320px) and (max-width: 991px) {
    .chairman-image img {
        width: 200px;
    }

    .youtube iframe,
    .youtube video {
        width: 100%;
        height: 250px !important;
    }
}

.nav-pills .nav-link.active{
    background-color: #f18538;
}


.home-nav .nav-link {
    color: black;
    font-weight: bold;
}

#myTabContent{
    border: 1px solid;
    padding: 15px;
    border-radius: 6px;
    border-color: #ccc;
    margin-top: 15px;
    text-align:justify;
}
