/*Author: Emmanuel Carlos Navarro*/
/*Date: January 20, 2019*/
/*URL: ymannueel.gq*/

/*Creating CSS*
/*Version: 1.2*/

html,
button,
input,
select,
textarea {
    color: #000;
    overflow-x: hidden;
}

body {
    font-size: 1em;
    line-height: 1.4;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

.img-circle {
    border-radius: 50%;
}

#myBtn {
    font-size: 12px;
    bottom: 17px;
    right: 20px;
    background-color: #0069ff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-decoration: none;
    opacity: 1;
    padding: 11px 0 9px;
    width: 140px;
    text-align: center;
    border-radius: 18px;
}

#myBtn:hover {
    background-color: #555;
}


#section1 {
    height: auto;
    background-color: #F5E51B;

}

#section2 {
    height: 400px;
}

#section3 {
    background: url('../img/bg/nsic.png');
    background-size: cover;
    overflow: hidden;
    position: relative;
    top: 100%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(0%);
    z-index: 0;
}

#section4 {}

#section5 {
    background-color: #F1E7FE;
}

.menu {
    float: left;
    width: 20%;
    text-align: center;
}

.menu a {
    background-color: #e5e5e5;
    padding: 8px;
    margin-top: 7px;
    display: block;
    width: 100%;
    color: black;
}

.main {
    float: left;
    width: 60%;
    padding: 10px;
}

.right {
    /*background-color:#e5e5e5;*/
    float: left;
    width: 40%;
    padding: 10px;
    margin-top: 10px;
}

@media only screen and (max-width:620px) {

    /* For mobile phones: */
    .menu,
    .main,
    .right {
        width: 100%;
    }
}


.divider11 {
    background-image: url('../img/lhs/lhs1.jpg');
    /*width: auto;*/
    height: 450px;
    background-position: center;
    background-size: cover;
}

.divider9 {
    background-image: url('../img/coed/coed1.jpg');
    /*width: auto;*/
    height: 550px;
    background-position: center;
    background-size: cover;
}

.divider8 {
    background-image: url('../img/bg/research_page.png');
    /*width: auto;*/
    height: 450px;
    /*background-position: center;*/
    background-size: cover;
}

.divider7 {
    background-image: url('../img/bg/4.jpg');
    /*background: url('../img/bg/research_pa.jpg');*/
    width: auto;
    background-position: center;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
}

.divider6 {
    background-color: #FFFFFF;
    color: #22272A;
    text-align: center;
    height: 200px;
    padding-top: 3%;
    padding-bottom: 3%;
}

.divider5 {
    background: url('../img/cmbt/cmbt1.png');
    /*background: url('../img/bg/research_pa.jpg');*/
    /*width: auto;*/
    height: 450px;
    background-position: center;
    background-size: cover;
}

.divider4 {
    background-color: #e6ee86;
    /*#d9da98; */
    color: #312e2e;
    text-align: center;
    height: auto;
    padding-top: 3%;
    padding-bottom: 3%;
}

.divider3 {
    background-color: #F2F2F2;
    color: #3B3B3B;
    height: auto;
    width: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

}

.divider2 {
    height: auto;
    background: #2C3E50;
    padding-bottom: 1rem;
    text-align: center;
    color: white;
}

.divider1 {
    background-image: url('../img/bg/9.jpg');
}

.divider0 {
    padding-top: 25px;
    /*background: url('../img/bg/cork.png') no-repeat;*/
    text-align: center;
    color: #891414;
    width: auto;
    height: 292px;
    font-size: 30px;
    background-position: center;
    background-size: 1200;

}

/* Change the link color on hover */
li a:hover {
    background-color: #007BFF;
    color: #F8F9FA;
    font-weight: bold;
    border-top: 3px solid white;
}

.active {
    /*background-color: #4CAF50;*/
    color: white;
    /*border-bottom: 1px solid green;*/
}


li:last-child {
    border-bottom: none;
}



/*login*/
:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}

body {}

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-signin .card-body {
    padding: 2rem;
}

.form-signin {
    width: 100%;
}

.form-signin .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input {
    height: auto;
    border-radius: 2rem;
}

.form-label-group textarea {
    height: auto;
    border-radius: 2rem;
}

.form-label-group select {
    height: auto;
    border-radius: 2rem;
}

.form-label-group>input,
.form-label-group>textarea,
.form-label-group>select,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group textarea::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group select::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group textarea:-ms-input-placeholder {
    color: transparent;
}

.form-label-group select:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group textarea::-ms-input-placeholder {
    color: transparent;
}

.form-label-group select::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group textarea::-moz-placeholder {
    color: transparent;
}

.form-label-group select::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group textarea::placeholder {
    color: transparent;
}

.form-label-group select::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group textarea:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group select:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

.form-label-group textarea:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

.form-label-group select:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

.thumbnails {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

/*masterheader*/
video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 0
}

@media (pointer:coarse) and (hover:none) {
    body {
        /*background: url('../img/bg/images.jpeg') #002e66 no-repeat center center scroll;
        background-position: cover*/
    }

    body video {
        display: none
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #cd9557;
    opacity: .7;
    z-index: 1
}

.masthead {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    z-index: 2;
}

.masthead .masthead-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 35rem;
    height: 100%;
    background-color: rgba(0, 46, 102, .8);
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    overflow: auto;
    overflow-x: auto;
}

.masthead .masthead-content h2 {
    font-weight: bolder;
    text-shadow: 2px 2px 4px #000000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.masthead .masthead-content p {
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}

.masthead .masthead-content p strong {
    font-weight: 700;
}

.masthead .masthead-content .input-group-newsletter input {
    height: auto;
    font-size: 1rem;
    padding: 1rem;
}

.masthead .masthead-content .input-group-newsletter button {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem;
}

@media (min-width:768px) {
    .masthead {
        height: 100%;
        min-height: 0;
        width: 40.5rem;
        padding-bottom: 0;
    }

    .masthead .masthead-bg {
        min-height: 0;
        -webkit-transform: skewX(-8deg);
        transform: skewX(-8deg);
        -webkit-transform-origin: top right;
        transform-origin: top right;
    }

    .masthead .masthead-content {
        padding-left: 3rem;
        padding-right: 10rem;
    }

    .masthead .masthead-content h1 {
        font-size: 3.5rem;
    }

    .masthead .masthead-content p {
        font-size: 1.3rem;
    }
}

.social-icons {
    position: absolute;
    margin-bottom: 2rem;
    width: 100%;
    z-index: 2;
}

.social-icons ul {
    margin-top: 2rem;
    width: 100%;
    text-align: center
}

.social-icons ul>li {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    /*display: inline-block*/
}

.social-icons ul>li>a {
    display: block;
    color: #fff;
    background-color: rgba(135, 0, 0, .8);
    border-radius: 100%;
    font-size: 2rem;
    line-height: 4rem;
    height: 4rem;
    width: 4rem;
}

@media (min-width:768px) {
    .social-icons {
        margin: 0;
        position: absolute;
        right: 2.5rem;
        bottom: 2rem;
        width: auto;
    }

    .social-icons ul {
        margin-top: 0;
        width: auto;
    }

    .social-icons ul>li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .social-icons ul>li:last-child {
        margin-bottom: 0;
    }

    .social-icons ul>li>a {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        font-size: 2rem;
        line-height: 4rem;
        height: 4rem;
        width: 4rem;
    }

    .social-icons ul>li>a:hover {
        background-color: #f40c5d;
    }
}

.btn-secondary {
    background-color: #cd9557;
    border-color: #cd9557;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #ba7c37 !important;
    border-color: #ba7c37 !important
}

.input {
    font-weight: 300 !important
}

.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem
}

.portfolio-item .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, .2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1
}

.portfolio-item .caption .caption-content {
    color: #fff;
    margin: auto 2rem 2rem
}

.portfolio-item .caption .caption-content h2 {
    font-size: .8rem;
    text-transform: uppercase
}

.portfolio-item .caption .caption-content p {
    font-weight: 300;
    font-size: 1.2rem
}

@media (min-width:992px) {
    .portfolio-item {
        max-width: none;
        margin: 0
    }

    .portfolio-item .caption {
        -webkit-transition: -webkit-clip-path .25s ease-out, background-color .7s;
        -webkit-clip-path: inset(0);
        clip-path: inset(0);
    }

    .portfolio-item .caption .caption-content {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
        margin-left: 5rem;
        margin-right: 5rem;
        margin-bottom: 5rem
    }

    .portfolio-item img {
        -webkit-transition: -webkit-clip-path .25s ease-out;
        -webkit-clip-path: inset(-1px);
        clip-path: inset(-1px)
    }

    .portfolio-item:hover img {
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem)
    }

    .portfolio-item:hover .caption {
        background-color: rgba(29, 128, 159, .9);
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem)
    }
}

/*directors section*/
div.gallery {
    margin: 20px;
    border: 1px solid #ccc;
    float: left;
    /*width: 180px;*/
    box-shadow: 1px 2px 2px #000000;
}

div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 2px solid teal;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 5px;
    text-align: center;
    background-color: #062A57;
    font-size: 13px;
    font-weight: bold;
    color: white;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 12.47%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 66.666667%;
        margin: 6px 0;
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/*vmgo*/
.vmgo {
    padding: 10px;

}


.bodymain {
    margin-top: 20px;
    height: 550px;
}

.content {
    background-color: #ffffff;
    /*height: 200px;*/
    padding: 10px;
    max-width: 100%;
    color: #2D2D31;
}

.content1 {
    background-color: #f4e9c6;
    /*height: 200px;*/
    padding: 10px;
    max-width: 100%;
    color: #2D2D31;
}

.content2 {
    background-color: #ffffff;
    /*height: 200px;*/
    padding: 10px;
    max-width: 100%;
    color: #2D2D31;
}

.boxanimate {
    /*background-color: #f4511e;*/
    border: none;
    padding: 20px 32px;
    text-align: center;
    font-size: 16px;
    opacity: 0.6;
    transition: 0.3s;
}

.boxanimate:hover {
    opacity: 1;
    font-weight: bolder;
    /*padding: 30px 0px;*/
    color: #ECC013;
    margin: 30px 0px;
}

.boxanimate:a {
    color: #ECC013;
    text-decoration: none;
}

.txtcontent {
    font-size: 80px;
    margin-top: 5px;
}

.crud-bg-side {
    background-color: #F89318;
    text-transform: uppercase;
    font-weight: bolder;
    color: #ffffff;
    padding: 10px;
}

/* New CSS 06-18-2025 */
.sectiontop {
    margin-top: 70px;
    margin-bottom: 50px;
}

.section-title1 {
        display: flex
;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    border: 1px solid #dee2e6;
    border-top: 5px solid #020f44;
}

.balitang-spotlight {
    height: 600px;
}

.section-text {
    color: #1B0169;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
    /* font-family: 'Glacial Indifference', sans-serif; */
    text-decoration: none;
}

.anchorline {
    /* text-decoration: none; */
    color: #3B3B3B;
    font-style: italic;
}

a {
    text-decoration: none;
}