.welcome-note-msg p{
    margin-bottom: 20px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    line-height: 1.4;
}

ul.unstyled li > a.active{
    color: #fde32a;
}

.latest-post .img-responsive,
.latest-post .announcement-pic {
    box-shadow: 0px 0px 8px rgb(50 50 50 / 16%);
}
.latest-post .post-text{
    color: #9c9c9c;
}

.learn-more-border{
    margin-top: 6px;
    border: 1px solid #ccc;
    padding: 0px 9px;
    border-radius: 5px;
}

.post-image .post-meta-date{
    border-radius: 5px;
}

.post-footer .btn.btn-primary{
    border-radius: 5px;
}

/* ------------ Partners On Homepage ----------- */

#partners-carousel .owl-dots {
    display: none;
}

#partners-carousel figure.partner-logo img{
    border-radius: 5px;
}

/* ------------ Widget Sub Title ----------- */

.widget-sub-title{
    font-size: 21px;
    line-height: 32px;
    color: #303030;
    font-weight: 700;
    font-family: 'Arial','sans-serif';
    /* font-family: 'Montserrat','Arial','sans-serif'; */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    position: relative;
}

.widget-sub-title::after {
    content: '';
    width: 40px;
    left: 0;
    bottom: -12px;
    height: 1px;
    background: #fce329;
    position: absolute;
}

/* ------------ Events ----------- */

.events-panel{
    margin-left: 30px;
}

.event-item {
    display: flex;
    /* font-family: "PT Sans"; */
    margin-bottom: 16px;
}

.event-item .date{
    border-right: 1px solid #e4e8ea;
    padding-right: 17px;
}

.event-item .date .day{
    font-size: 27px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.2;
}

.event-item .date .month {
    font-size: 13px;
    color: rgb(28, 75, 93);
    line-height: 1.2;
    text-transform: uppercase;
}
.event-item .info {
    padding-left: 17px;
}
.event-item .info .title {
    font-size: 16px;
    color: rgb(17, 112, 149);
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
    min-height: 28px;
    padding-top: 5px;
}
.event-item .info .summary {
    font-size: 13px;
    color: rgb(153, 153, 153);
    line-height: normal;
    text-align: left;
}

.event-main{
    border: 1px solid #ccc; 
    border-radius: 0 0 10px 10px; 
    min-height: 400px; 
    padding: 17px 26px;
}

.event-btn{
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(170 165 165) 0%, rgb(204,204,204) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(170 165 165) 0%, rgb(204,204,204) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(170 165 165) 0%, rgb(204,204,204) 100%);
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: rgb(28, 75, 93);
    font-weight: bold;
    display: block;
}

/* ------------ MESSAGE FROM CHAIR & CEO ----------- */

.event-header, 
.message-header{
    border: 0 solid #ccc; 
    border-radius: 10px 10px 0 0; 
    background-color: #1c4b5d; 
    padding: 10px 30px; 
    color: #fce32b; 
    font-size: 16px; 
    text-transform: uppercase; 
    font-weight: bold;
}

.message-panel{
    border-radius: 10px;
    border: 1px solid #ccc; 
    margin-left: 30px;
}
.message-panel .message-header{
    text-align: center;
}
.message-panel .message-pic{
    min-height: 290px;
    background-color: #e4e8ea;
}
.message-info{
    padding: 17px 26px;
}

.message-info .title {
    font-size: 16px;
    /* font-family: "PT Sans"; */
    font-family: 'Montserrat','Arial','sans-serif';
    color: rgb(51, 51, 51);
    font-weight: bold;
    /* line-height: 1.1; */
    text-align: left;
    letter-spacing: -0.5px;
    line-height: 24px;
}
.message-info .extra{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 8px;
}
.learn-more{
    color: #1c4b5d;
}
.message-pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.message-pic .author-name{
    position: absolute;
    bottom: 136px;
    left: 32px;
    background: #fce329;
    color: #303030;
    padding: 4px 37px;
    font-weight: 700;
    border-radius: 5px;
}

.message-panel{
    max-width: 330px;
    float: right;
}
.message-pic .author-name {
    left: 77px;
}


/* ------------ VISION | MISSION | VALUE ----------- */

.vision-mission-value{
    margin-top: 30px;
}

.vision-mission-value p{
    font-size: 16px;
    color: #333;
    margin-top: 22px;
    line-height: 1.4;
}

.vision-mission-value div{
    border-right: 1px solid #e4e8ea;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 145px
}

.vision-mission-value div:first-child{
    padding-left: 17px;
}

.vision-mission-value div:last-child{
    padding-right: 17px;
    border: 0;
}

/* ------------ Partners ----------- */

.partner-logo{
    border: 0 solid #eee;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    border-radius: 10px;
    overflow: hidden;
}

.partner-logo img{
    border-radius: 10px;
}

#partners-carousel{
    margin-top: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
}

/* ------------ News ----------- */

#news{
    border-top: 1px solid #1c4b5d;
}

.news_feed .filter_button {
    border-right: 1px solid #ccc;
    display: inline-block;
    margin-right: -4px;
}

.news_feed .filter_button:last-child{
  border-right: none !important;
}

.news_feed .filter_button:hover{
    background-color: #fde32a;
}

.pagination .page-item .page-link {
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    color: #212529;
}

.news_feed a {
    text-decoration: none;
}
.news_feed .page-link {
    position: relative;
    display: block;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

/* --- Pagination --- */

.news_feed div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    font-weight: 400;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.news_feed .pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #fdfb0c;
    color: #333;
}

.news_feed .pagination .page-item .page-link {
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: 1.5rem!important;
    color: #212529;
}

.news_feed .page-item.active .page-link {
    z-index: 1;
    background-color: #fdfb0c;
    color: #333;
    border-color: #fdfb0c;
}

.news_feed .page-link {
    position: relative;
    display: block;
    line-height: 1.25;
    background-color: #fdfb0c;
    color: #333;
    /* border: 1px solid #dee2e6; */
}

.news_feed .pagination li a{
  margin-left: 0;
  margin-right: 0;
}

/* ------------ Tabs & Navigation ----------- */

#tabs-mainx {
    text-align: center;
    margin-top: -18px;
}

#tabs-mainx .tab-pane{
    text-align: left;
}

#tabs-mainx .nav-tabs{
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    background-color: rgb(28, 75, 93);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.32);
}

#tabs-mainx .nav-tabs>li>a{
    border: 0;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
}

#tabs-mainx .nav-tabs>li.active>a, 
#tabs-mainx .nav-tabs>li.active>a:hover, 
#tabs-mainx .nav-tabs>li.active>a:focus{
      background-color: rgb(5, 92, 125);
    color: #fde331;
}

.tab-content{
    min-height: 450px !important;
}

/* ------------ Announcements ----------- */

.announcement-item .announcement-pic{
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center;
    min-height: 280px;
    /* border: 1px solid #ccc; */
    border-radius: 8px;
}

.announcement-item .announcement-mini-pic{
    min-height: 200px!important;
}

.announcement-item .announcement-mini-pic .post-item-date{
    bottom: 239px;
    left: 4px;
}

.announcement-item .post-title{
    color: #1c4b5d;
}

.announcement-item .post-item-date {
    position: absolute;
    bottom: 169px;
    left: -10px;
    background: #fce329;
    color: #303030;
    padding: 4px 10px;
    font-weight: 700;
    border-radius: 5px;
}

.announcement-item a:hover .post-title {
    color: #333;
}

.announcement-item a .post-text {
    color: #9c9c9c;
}

/* --------- Document List --------------  */

.docCover, .docList{
    margin-top: 34px;
}

.document-cover-item a, .document-item a{
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #e4e8ea;
    margin-top: 22px;
    padding-bottom: 22px;
}
.document-cover-item:last-child a, 
.document-item:last-child a{
    padding-bottom: 0;
    border-bottom: 0;
}
.document-cover-item .info .bottom .doc-file-size,
.document-item .info .bottom  .doc-file-size{
    display: inline-block;
}
.document-item .info .bottom  .doc-file-size span{
    padding-left: 7px;
    padding-right: 7px;
    font-size: 13px;
}
.document-cover-item .info .bottom .download-link,
.document-item .info .bottom .download-link{
    font-size: 14px;
    font-family: "PT Sans";
    color: rgb(28, 75, 93);
    display: inline-block;
}
.document-cover-item .info .bottom,
.document-item .info .bottom{
    display: flex;
    justify-content: space-between;
}
.document-cover-item .info .post-date,
.document-cover-item .info .bottom .doc-file-size,
.document-item .info .bottom .doc-file-size {
    font-size: 14px;
    font-family: "PT Sans";
    /* color: rgb(153, 153, 153); */
    color: #767373;
    text-align: left;
}
.document-cover-item .info .post-date{
    line-height: 30px;
    /* line-height: 1.2; */
}

.document-cover-item .cover .category, 
.document-item .info .category{
    font-size: 14px;
    background: #fce329;
    color: #303030;
    padding: 2px 16px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}

.document-item .info .category {
    margin-bottom: 7px;
}

.document-cover-item .cover .category{
    position: absolute;
    bottom: 23px;
    left: -11px;
}

.document-cover-item .cover{
    background-color: #e4e8ea;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 1px solid #eee;
    border-radius: 8px;
    width: 140px;
    height: 180px;
    position: relative;
}
.document-cover-item .info{
    width: auto;
    /* display: grid; */
}

.document-cover-item .info .title, 
.document-item .info .title {
    font-size: 16px;
    font-family: "PT Sans";
    color: rgb(17, 112, 149);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    display: inline-block;
}
.document-item .info .title{
    /* white-space: nowrap; */
    overflow: hidden;
      text-overflow: ellipsis;
    max-height: 39px;
}

.document-cover-item .info .title{
    min-height: 120px;
    max-width: 230px;
}

.document-cover-item .info .bottom{
    /* grid-row-end: 4; */
    height: 20px;
}

.document-item .cover.icon-pdf{
    background-image: url('../assets/images/icon_pdf.png');
}
.document-item .cover{
    width: 62px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.document-item .info {
    max-width: 266px;
}

/* ------------ Event Calendar ----------- */

.event-calendar-container{
    border-width: 0px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(249, 249, 249);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: 22px;
    border-radius: 10px;
    overflow: hidden;
}
.event-calendar-container .event-btn{
    background-image: -moz-linear-gradient( 90deg, rgb(102,102,102) 0%, rgb(204,204,204) 100%)!important;
    background-image: -webkit-linear-gradient( 90deg, rgb(102,102,102) 0%, rgb(204,204,204) 100%)!important;
    background-image: -ms-linear-gradient( 90deg, rgb(102,102,102) 0%, rgb(204,204,204) 100%)!important;
    height: 32px;
}

.calendar-month{
    border: 1px solid #333;
    width: 100%;
}

.calendar-month tr th {
    width: 14.28%;
}

.calendar-month th {
      background-color: rgb(28, 75, 93);
    color: #fff;
    font-size: 13px;
    font-family: "PT Sans";
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 27px;
}
.calendar-month td {
    border: 1px solid #eee;
    text-align: center;
    height: 49px;
    color: rgb(28, 75, 93);
}
.calendar-month td.weekend {
    color : #bdbaba;
}

.calendar-month td.today span {
    border-radius: 50%;
    border: 1px solid #fce331;
    width: 26px;
    height: 26px;
    display: inline-block;
}

.event-calendar-container .month-name{	
    font-size: 21px;
    text-align: center;
    color: rgb(17, 112, 149);
    padding: 9px 23px;
    display: block;
}

.latest-post .event-main{
    padding: 17px;
    min-height: 360px;
}

/* ------------- Poll -------------- */

.latest-post fieldset.poll {
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.latest-post .poll legend{
    border: 0;
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #1c4b5d;
    font-weight: bold;
}

.latest-post .poll .poll-description {
    padding-left: 38px;
    color: #666;
}
.latest-post .poll .poll-description p{
    border-right: 1px solid #e4e8ea;
    padding-right: 38px;
}
.latest-post .poll .poll-close-date{
    color: #666;
}

.latest-post .poll .info {
    border-bottom: 1px solid #e4e8ea
}

.latest-post .poll .poll-questions{
    padding: 27px 19px;
    padding-bottom: 10px;
    height: auto;
    min-height: 300px;
    display: inline-table;
}

.latest-post .poll qn{
    margin-bottom: 14px;
    /* display: inline-block; */
    display: flex;
    min-height: 60px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.23;
    color: #666;
}

.latest-post .poll qn span:first-child{
    padding-right: 10px;
}

.latest-post .poll .poll-choices {
    margin-left: 20px;
}

.latest-post .poll .poll-choices td input {
    margin-top: 0;
    width: 21px;
    height: 21px;
}
.latest-post .poll .poll-choices td {
    vertical-align: top;
    line-height: 1;
    padding-bottom: 9px;
    color: #666;
}

.latest-post .poll .poll-choices td:nth-child(2) {
    padding-top: 6px;
}
.latest-post .poll .poll-choices td:first-child {
    width: 30px;
    vertical-align: top center;
}

.latest-post .poll .btn.btn-default {
    border-radius: 5px;
    background-color: rgb(28, 75, 93);
    min-width: 113px;
    height: 44px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.643;
    margin-left: 35px;
    margin-bottom: -20px;
    padding: 10px 38px;
    margin-right: 35px;
}

/* ------------ Footer --------------- */

.footer-main {
    border-top: 2px solid #fce32b;
    background: #1c4b5d;
    padding: 40px 0 40px;	
}

.footer .widget-title::after {
    content: '';
    width: 40px;
    left: 0;
    bottom: -12px;
    height: 1px;
    background: #fce329;
    position: absolute;
}

.footer-social  .widget-title::after{
    background: none;
    height: 0;
}

.copyright {
    background: #133d4d;
    color: #fff;
    padding: 20px 0;
}

.footer-menu ul li a, .footer-main, .footer-widget ul.list-arrow li a {
    color: #fff;
}

.footer-main .contact-info-box {
    margin-top: 0;
}

.btn-primary {
    background: #133d4d;
}

.footer-social ul li a i.fa-rss {
    background: #faaa5e;
}

.footer-social ul li a i.fa-facebook {
    background: #677fb5;
}

.footer-social ul li a i.fa-twitter {
    background: #70c2e9;
}

.footer-social ul li a i.fa-instagram, 
.footer-social ul li a i.fa-instagram:hover {
    background-image: -moz-linear-gradient( -87deg, rgb(125,7,203) 0%, rgb(213,0,107) 50%, rgb(235,152,26) 100%);
    background-image: -webkit-linear-gradient( -87deg, rgb(125,7,203) 0%, rgb(213,0,107) 50%, rgb(235,152,26) 100%);
    background-image: -ms-linear-gradient( -87deg, rgb(125,7,203) 0%, rgb(213,0,107) 50%, rgb(235,152,26) 100%);
}

.footer-social ul li a i.fa-pinterest {
    background: #d8545d;
}

.footer-social ul li a i.fa-linkedin {
    background: #3daccf;
}

.footer-social ul li a i.fa-rss, 
.footer-social ul li a i.fa-facebook, 
.footer-social ul li a i.fa-twitter, 
.footer-social ul li a i.fa-google-plus, 
.footer-social ul li a i.fa-instagram, 
.footer-social ul li a i.fa-pinterest, 
.footer-social ul li a i.fa-linkedin{
    color: #fff;
}

.footer-social ul li a i {
    border-radius: 5px;
    font-size: 20px;
}

.footer-widget ul.list-arrow li {
    font-size: 15px;
    /* line-height: normal; */
    width: inherit;
    float: none;
}

.contact-info-box .contact-info-box-content {
    margin-bottom: 10px;
}

#newsletter-form button{
    border-radius: 0 5px 5px 0;
    /* background: rgb(19, 61, 77) url(../images/icon-newsletter.png) no-repeat 20px 50% !important; */
    /* background-image:url('../images/icon-newsletter.png')!important; */
    height: 45px;
    margin-top: 0px;
    border: 1px solid #0e749b;
    border-left: 0;
}

.newsletter-form input {
    border: 1px solid #0e749b;
    border-radius: 5px 0 0 5px;
}

/* --------------Banner Section ---------------- */

#main-slide .item {
    min-height: 600px;
}

#main-slide .slider-content {
    top: 100%;
}

.slider-content .slide-sub-title {
    color: #fde32a;
}

.slide-title {
    text-shadow: 1px 1px 3px rgb(150 150 150 / 86%);
}

/* --------------Photo Gallery Section ---------------- */

.project-item img {
    border-radius: 0!important;
}

.project-item {
    border-radius: 10px;
}
.project-item-content{
    position: relative!important;
    margin-top: -40px;
}

.project-title {
    font-size: 14px;
    overflow: hidden;
    height: 19px;
    text-overflow: ellipsis;
}

span.post-cat-date-yellow {
    font-size: 14px;
    background: #fce329;
    color: #303030;
    padding: 6px 16px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    /* line-height: 20px; */
    vertical-align: middle;
}

.isotope-item-info {
    background: #1c4b5d;
    opacity: 0.8;
    padding: 5px 16px;
    border-radius: 0 0 10px 10px;
    margin-top: -43px;
}

.isotop-img-conatiner .img-responsive,
.isotop-img-conatiner .img-responsive:hover {
    border-radius: 10px!important;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.isotop-img-conatiner:hover .img-responsive {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.gallery-popupxxx:hover {
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    display:inline-block;
    border-radius: 10px!important;
}

.isotope-item-info .project-item-title {
  margin-top: 0;
  font-size: 16px;
  color: #fff;
}
.isotope-item-info .project-cat {
    display: none;
}

.isotop-img-conatiner {
    border-radius: 10px!important;
    overflow: hidden;
}
.isotop-img-conatiner:after{
  background-color: rgb(253 227 49 / 40%);
}

/* --------------Video Section ---------------- */

video-section{
    min-height: 390px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
    display: block;
    overflow: hidden;
}

.youtube_title {
    position: relative;
    margin-top: -67px;
    padding: 15px 29px;
    width: 100%;
    background: rgb(28,75,93);
    background: linear-gradient(0deg, rgba(28,75,93,1) 0%, rgba(28,75,93,1) 65%, rgba(255,255,255,0) 100%);
    opacity: 0.8;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.media_play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
}

video-section img.video_cover{
    max-height: 390px;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

video-section:hover img.video_cover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.youtube_title span {
    display: block;
    border-left: 2px solid #f9e12c;
    padding-left: 15px;
    padding-right: 15px;
}


/* --------------Donation Section ---------------- */

.donation{
    font-family: "PT Sans";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 1px solid rgb(252, 227, 43);
    border-radius: 7px;
    background-color: rgb(28, 75, 93);
    text-decoration: none;
    color: rgb(252, 227, 43);
    padding: 8px 20px;
    display: block;
}

.donation:hover{
    color: #fff;
}

.donation span{
    color: #ccc;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    display: block;
    text-transform: none;
}

/* --------------Buttons Section ---------------- */

#back-to-top .btn.btn-primary {
    border-radius: 5px!important;
    border: 1px solid #fce329!important;
}

/* --------------FAQs Section ---------------- */

.panel-group .panel {
    border-radius: 9px;
}

h4.panel-title a:before, h4.panel-title a.collapsed:before {
    border-radius: 5px;
}