
            /* --------------- Site title ---------------- */
            
            #more {
                display: none;
            }
            
            main .site-title {
                background: url('../assets/ict.JPG');
                background-size: cover;
                height: 80vh;
/*
                height: 80vh;
                display: flex;
                margin-left: 150px;
                margin-right: 150px;
*/
            }
            main.mds-home .site-title{
            	background: url('../assets/mds.JPG');
            }
            main.bst-home .site-title{
            	background: url('../assets/bst-home.jpg');
            }
            main.et-home .site-title{
            	background: url('../assets/background-et.JPG');
            }
            main .site-title .site-background {
                padding-top: 10rem;
                text-align: center;
                color: var(--white);

            }
            
         
            main .site-title .site-background span {
                margin-left: 20px;
                margin-right: 20px;
                font-size: 18px;
                font-family: var(--times);
                font-weight: 100%;
                color: #DDE0DD;
                line-height: 120%;
            }

main .site-title .site-background p{
    color: #fff;
}
            
            main .site-title h1,
            h3 {
                margin: .3rem;
            }
            
            main .site-title .btn {
/*
                position: absolute;
                top: 70%;
                left: 50%;
                transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                background-color: var(--sky);
                color: var(--sky);
                font-size: 20px;
                padding: 16px 30px;
                border: solid;
                cursor: pointer;
                border-radius: 5px;
                text-align: center;
*/
                
                background-color: #800000;
                color: #fff;
                padding: 10px 20px;
                border: none;
                outline: none;
                box-shadow: none;
                border-radius: 4px;
            }
            
            main .site-title .btn:hover {
                background: transparent;
                border: 1px solid var(--white);
                color: var(--white);
            }
            
            .main-content {
                margin-bottom: 55px;
                padding: 10px 100px;
            }
            
            .main-content h2 {
                font-size: 34px;
                color: #008080;
                text-align: left;
            }
            
            .main-content hr {
                display: block;
                height: 1px;
                border: 0;
                border-top: 1px solid #008080;
                margin: 1em 0;
                padding: 0;
            }
            
            .main-content p {
                font-size: 18px;
                font-family: var(--times);
                font-weight: 100%;
                color: var(--text-light);
                text-align: justify;
                line-height: 150%;
            }
            
            .main-content ul li {
                font-size: 17px;
                font-family: "Segoe UI", Arial, sans-serif;
                font-weight: 100%;
                color: var(--text-light);
                text-align: justify;
                line-height: 150%;
            }
            
            .main-content a {
                font-size: 17px;
                font-family: "Segoe UI", Arial, sans-serif;
                font-weight: 150%;
                color: #008080;
            }

            .footer-content .box{
                width: 40%;

            }

            .footer-content .box:last-child{
                width: 20%;

            }

            .welcome{
                color: #fff !important;
                padding-right: 165px;
            }

            .banner-text{
                background-color: rgba(0, 0, 0, 0.5);
                padding: 30px;
                margin: 100px;
                display: block;
                justify-content: center;
                align-items: center;
            }

            .banner-text  p{
                line-height: 30px !important;
                font-weight: 600;
            }
            /* --------x------ Site title --------x------- */

          