﻿/*about*/
.about {
    background-color: #a62823;
    padding: 70px 0 20px 0;
}

    .about .about-img {
        margin-top: -100px;
        z-index: 9991;
        position: relative;
    }

    .about .about-content {
        position: relative;
        z-index: 9992;
        color: #fff;
    }

        .about .about-content h3 {
            color: #fff;
            font-size: 35px;
            font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
            text-transform: uppercase;
        }

.short-cont {
    margin: 30px 0;
    line-height: 22px;
    color: #fff;
    font-size: 15px;
}

.more-detail {
    color: #fff;
    vert-align: middle;
    vertical-align: middle;
}

    .more-detail a {
        color: #fff;
        font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
    }

    .more-detail i {
        color: #fff;
        font-size: 17px;
        margin-right: 0px;
    }


/**********************************/
.admission {
    background-color: #a62823;
}

    .admission .section-title {
        color: #fff;
    }

        .admission .section-title:before {
            border-bottom: #fff solid 3px;
        }

    .admission .item {
        background-color: #fff;
        margin-bottom: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }

        .admission .item .box {
            padding: 10px;
        }

        .admission .item img {
            max-width: 274px;
            width: 100%;
        }

        .admission .item .box h3 {
            line-height: 19px;
        }

            .admission .item .box h3 a {
                color: #00473f;
                font-size: 16px;
                font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif;
            }
            .admission .item .box h3 a:hover {
                color: #f4a228;
            }

.box-tag {
    margin-top: 15px;
    background-color: #eee;
    padding: 5px;
    border-radius: 5px;
}

    .box-tag span {
        color: #333;
        position: relative;
        padding-left: 20px;
        display: flex;
    }

        .box-tag span::before {
            content: "\f02b";
            color: #f4a228;
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 16px;
            width: 16px;
            height: 16px;
            display: block;
        }


.section-title {
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    margin-top: 0;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 35px;
}




/* ===== SECTION TITLE ===== */
.section-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

    .section-title.center {
        text-align: center;
    }

        /*.section-title.center::after {
            content: "";
            width: 80px;
            height: 3px;
            background: #0d6efd;
            display: block;
            margin: 0px auto 0;
        }*/

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.news-card {
    background: #fff;
}

.news-thumb {
    overflow: hidden;
}

    .news-thumb img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.4s ease;
    }

.news-card:hover img {
    transform: scale(1.05);
}

.news-line {
    width: 40px;
    height: 3px;
    background: #b30000;
    margin: 16px 0;
}

.news-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
    margin: 0 0 8px 0;
}

    .news-title.uppercase {
        text-transform: uppercase;
    }

.news-date {
    font-size: 14px;
    color: #9a9a9a;
}


.feedback__text {
    margin-top: 20px;
    padding: 0 55px 0 0;
}
    .feedback__text hr {
        border-top: 2px solid #a22c2c;
        width: 40%;
        margin-right: 100%;
    }




.faculty__name {
    font-size: 20px;
    font-family: "Roboto Bold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
}

.faculty__name {
    display: block;
    color: #363636;
    margin: 8px 0;
}
.news-title a:hover {
    color: #f4a228;
}
.feedback__text a:hover {
    color: #f4a228;
}


/*--------------------------FACULTY--------------------------------*/
.faculty__content {
    padding-right: unset !important;
}
.faculty__box img {
    width: 270px;
    height: 270px;
    -webkit-filter: grayscale(0);
    filter: none;
}

.faculty__box:hover img {
    transition: linear 0.3s;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.faculty__text {
    max-width: 270px;
    padding: 20px;
    display: inline-block;
}

.faculty__box {
    display: inline-block;
    width: 50%;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.faculty__box {
    background: #f1f1f1;
}

    .faculty__box:hover,
    .faculty__box:hover span,
    .faculty__box:hover .faculty__name {
        /*transition: linear 0.3s;*/
        background: #a62823;
        color: #fff !important;
    }

.more-plus:after {
    content: url("../img/add_leader.png");
    position: relative;
    top: 16px;
}

.more-plus a {
    font-family: "Open Sans Bold";
    font-size: 16px;
    color: #a22c2c;
    text-transform: uppercase;
}

.more-plus {
    padding: 15px 0;
}


/***********************/
.sitemap-mission {
    padding: 34px 0;
}

    .sitemap-mission .logo_dtu {
        /*height: 45px;*/
    }

    .sitemap-mission .title_site {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 18px;
        padding-bottom: 4px;
    }

        .sitemap-mission .title_site:before {
            content: '';
            position: absolute;
            height: 1px;
            width: 100%;
            background: #333;
            left: 0;
            bottom: -5px;
        }

        .sitemap-mission .title_site:after {
            content: '';
            position: absolute;
            height: 1px;
            width: 70px;
            background: #a9161c;
            left: 0;
            bottom: -5px;
        }

    .sitemap-mission ul.char_site_map {
        padding-left: 0;
    }

        .sitemap-mission ul.char_site_map li {
            display: inline-block;
        }

            .sitemap-mission ul.char_site_map li a {
                text-decoration: none;
                outline: none;
                font-size: 18px;
                text-transform: uppercase;
            }


    .sitemap-mission .block_quote {
        position: relative;
        padding: 25px 30px;
        text-align: justify;
    }

        .sitemap-mission .block_quote p {
            padding: 0;
            margin: 0;
        }

        .sitemap-mission .block_quote:before {
            content: '\f10d';
            color: #999;
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 27px;
            width: 42px;
            height: 60px;
            display: block;
            /*background: url(../images/quote-left.jpg) top left no-repeat;*/
        }

        .sitemap-mission .block_quote:after {
            content: '\f10e';
            color: #999;
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            right: -15px;
            bottom: -25px;
            font-size: 27px;
            width: 42px;
            height: 60px;
            display: block;
            /*background: url(../images/quote-right.jpg) bottom right no-repeat;*/
        }
/*--------------------------------------------- FOOTER ---------------------------------------------------*/
.footer-dtu {
    background-color: #f1f1f2;
    padding: 34px 0;
}

    .footer-dtu:after {
        clear: both;
        display: table;
        content: " ";
    }

.copyright-footer {
    padding-top: 0;
}

.cp1 {
    margin-bottom: 15px;
}

.copyright-footer, .copyright-footer a {
    color: #333;
    word-break: break-all;
}

.footer-social {
    /*padding: 0;*/
    margin: 0;
}

    .footer-social ul {
        padding: 0;
        margin: 0;
    }

        .footer-social ul li {
            list-style: none;
            display: inline-block;
            background-color: transparent;
            border-radius: 15%;
            float: right;
        }

            .footer-social ul li i {
                font-size: 40px;
            }

a.rounded-icon {
    display: block;
}

a.rounded-icon {
    display: block;
    height: 46px;
    width: 46px;
}

.social-google:hover i {
    color: crimson;
}

.social-twitter:hover i {
    color: deepskyblue;
}

.social-facebook:hover i {
    color: cornflowerblue;
}

.social-youtube:hover i {
    color: crimson;
}

/*--- Content of  icon social ---*/
/**********************************/
.left:before {
    left: 0;
}

.center:before {
    left: 48%;
}

.bottom .owl-controls {
    top: auto !important;
    bottom: 0;
}

.bottom-35px .owl-controls {
    top: auto !important;
    bottom: -35px;
}

.top-right .owl-controls {
    top: 0;
    left: auto;
    width: auto;
    right: 0;
}