@import url('https://webarchive.lib.cuhk.edu.hk/20250709000206cs_/https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://webarchive.lib.cuhk.edu.hk/20250709000206cs_/https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Oxygen:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://webarchive.lib.cuhk.edu.hk/20250709000206cs_/https://fonts.googleapis.com/css2?family=Alata&display=swap');
@font-face {
    font-family: 'DFLi';
    src: url('DFLi.ttf');
    font-weight: bold;
}


/*------------------------------------*\
    EXTRA
\*------------------------------------*/

div.more:hover {
    transition: background-color 1s;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
}

@media(min-width:767px) {
    div.more h3 {
        font-size: 26px;
        color: antiquewhite;
    }
    .tvb {
        width: 360px;
    }
    .news-more-content {
        width: 407px;
    }
}

@media(max-width:766px) {
    div.more h3 {
        font-size: 18px;
        color: antiquewhite;
    }
    .social-icon {
        display: none;
    }
    #first {
        order: 1;
    }
    #second {
        order: 2;
    }
    #newsdate {
        order: 2;
    }
    #newsbtn {
        order: 1;
    }
    .speech-inner {
        height: 350px;
    }
}

div.more:hover>h3 {
    color: rgb(143, 23, 23);
}

@media(min-width:767px) {
    .image {
        height: 238px;
    }
    .menu {
        text-align: right !important;
    }
}

.event-cal h2 {
    font-size: 24px;
}

.event-month h2,
.event-cal h2 {
    position: relative;
    margin-bottom: 20px;
}

.event-month h2 span,
.event-cal h2 span {
    background-color: white;
    padding-right: 10px;
}

.event-month h2:after,
.event-cal h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 2px solid rgba(235, 64, 21, 0.911);
    z-index: -1;
}

.postgraduate-card-header:hover,
.about-card-header:hover {
    transition: background-color 2s;
    background: #b15420;
    cursor: pointer;
}

.postgraduate-card-header:hover>h3,
.about-card-header:hover>h3 {
    color: #fff;
}

.speech-item {
    cursor: pointer;
}


/* @media(min-width:1260px) {
    .share {
        right: 90px;
        position: relative;
    }
} */

.rect {
    border: 3px solid #f1bd8f;
    /* padding: 15px; */
    margin: 5px;
    height: 120px;
    display: flex;
    justify-content: center;
}

.footer_icon {
    font-size: 27px;
}

.social_img {
    left: 5px;
    position: relative;
}

.footer_img {
    padding-top: 0px !important;
}

@media(min-width:767px) {
    .container-lg.about {
        max-width: 95%;
        margin: 0 auto;
        width: 100%;
        padding: 0 15px;
        height: 455px;
    }
}

@media(max-width:766px) {
    div.more {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background-color: rgb(143, 23, 23);
        opacity: 0.7;
        padding: 22px;
        position: relative;
        top: -50px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

.container.goto,
.container.foot {
    max-width: 90%;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}

body {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    overflow-x: hidden;
    font-weight: 500;
}


/* EXTRA */

.research-area-section>p {
    word-break: break-word;
    text-align: justify;
}

div.event-month>a {
    color: #000;
}

div.event-month>a:hover {
    color: rgba(151, 114, 114, 0.74);
    opacity: 0.8;
}

.share .list {
    position: relative;
    z-index: 999;
    float: left;
    left: 50px;
    bottom: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    width: auto;
    padding: 0 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    white-space: nowrap;
    /* opacity: 0; */
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 2px 20px rgb(0 0 0 / 6%);
    box-shadow: 0 2px 20px rgb(0 0 0 / 6%);
    -webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .06));
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .06));
}

.share .list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 12px;
    color: #ababab;
}

.share .col-6:hover .list {
    visibility: visible;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
}

.share .fa-share-alt {
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    text-align: center;
}

.share .list::before {
    position: absolute;
    top: 100%;
    right: 20px;
    content: "";
    border-top: 8px solid #fff;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
}


/* END EXTRA */


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
    clear: both;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    font-family: 'Oxygen';
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input:focus,
textarea:focus,
button:focus {
    outline: 0;
    border: 0;
}

ul,
li,
h1,
h2,
h3,
h4 {
    list-style-type: none;
    margin: 0;
    padding: 0
}

p {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Oxygen';
    line-height: 23px;
}


/*------------------------------------*\
	        HEADER
\*------------------------------------*/

.menu-side {
    padding-top: 10px;
}

.nav_area>ul>li {
    display: inline-block;
    padding-left: 25px;
}

ul.sub-menu ul.sub-menu {
    margin-top: 12px;
}

.nav_area ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.nav_area ul li a {
    color: #3c2313;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

ul.sub-menu {
    position: absolute;
    background: #666666;
    z-index: 555;
    text-align: left;
    padding: 10px 0;
}

ul.sub-menu li a {
    color: #fff;
    line-height: 20px;
    padding: 3px 10px 7px 10px;
    font-size: 15px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 400;
}

ul.sub-menu li {
    display: block;
}

ul.sub-menu li a {
    width: 100%;
}

ul.sub-menu li.menu-item-has-children {
    position: relative;
}

ul.sub-menu li.menu-item-has-children .arrow {
    color: #fff;
    padding-left: 0;
}

span.arrow {
    font-size: 16px;
}

.menu-bar ul.menu {
    color: #fff;
    position: relative;
    z-index: 11;
}

a.btn:hover {
    background: #e97c80;
    color: #fff;
}

.copyright {
    font-weight: 400;
    font-size: 13px;
}


/*------------------------------------*\
	        MAIN
\*------------------------------------*/

.academic-img,.education,.zoom-img,.bg-hover {
	 overflow: hidden;
}
.image ,.academic-img img,.education img,.zoom-img img,.bg-hover > div{
	transition: transform .8s ease;
}
.top-inner-img:hover .image,.academic-img:hover img ,.education:hover img,.zoom-img:hover img,.bg-hover:hover > div{
	transform: scale(1.1);
}
.top-inner-img:hover .image {
    opacity: 0.2;
}

.top-inner-img {
    position: relative;
	    overflow: hidden;
}

.top-inner-img h3 {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 21px;
    font-family: 'Oxygen';
    font-weight: 600;
    color: black;
}

.top-inner-img:hover h3 {
    opacity: 1;
}

.home .header {
    z-index: 999;
    position: absolute;
    width: 100%;
}

.container-lg {
    max-width: 95%;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.social-icon {
    z-index: 1;
    top: 40%;
    position: fixed;
    right: 4%;
}

.social-icon a {
    display: block;
    color: #000;
    padding-bottom: 15px;
    top: 0;
    font-size: 22px;
}

.home select.select-drop option {
    background: #000;
}

.home i.fa-globe {
    color: #fff;
}

select.select-drop {
    background: none;
    border: none;
}

.home select.select-drop {
    color: #fff;
}

.post-banner img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.post-banner {
    position: relative;
}

.post-banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 410px;
    position: absolute;
    opacity: .4;
    background: linear-gradient( 178deg, #000000d1, #fffdfd00);
    z-index: 99;
}
.post-banner .owl-theme .owl-nav [class*=owl-]{
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 40%;
    padding-top: 150px;
}

.banner-icon {
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    color: #000;
    text-align: right;
    display: grid;
    right: 30px;
}

.banner-icon a {
    color: #000;
}

.banner-icon i {
    padding-bottom: 15px;
}

.banner-content a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 40px;
    color: #fff;
    transition: all .3s
}

.banner-content a:hover {
    background-color: #fff;
    color: #000;
    transition: .5;
}

.banner-content h2 {
    font-size: 39px;
    font-weight: 400;
    text-shadow: 0 0 13px #000;
}

@media(min-width:767px) {
    div.more {
        width: 150px;
        height: 150px;
        border-radius: 100%;
        background-color: rgb(143, 23, 23);
        opacity: 0.7;
        padding: 22px;
        position: relative;
        top: -80px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

.conf-text {
    background-color: #666666;
    padding: 25px;
}

h2.news {
    font-size: 38px;
    font-weight: 400;
}

.conf-text a {
    font-size: 15px;
    font-weight: 400;
    padding-left: 0;
    display: inline-block;
    padding-bottom: 20;
}

.conf-text h3 {
    font-size: 18px;
    font-weight: 400;
}

.conf-text a:after {
    content: '\f105';
    font-size: 21px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    padding-left: 25px;
}

.hands-on-course {
    background-color: #23aeb2;
    padding: 0px;
}

.hands-on-course h4 {
    font-size: 18px;
    font-weight: 400;
}

.hands-on-course p {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 20px;
    padding-top: 10px;
    padding-right: 10px;
}

.conf-text>.line {
    border-left: 2px solid #fff;
    padding-left: 20px;
}

.line h3 {
    padding-bottom: 35px;
}

.small-container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.news-more-content {
    background-color: #666666;
}

.news-more-content h3 {
    padding: 20px 25px;
}

.news-more-content h4 {
    padding: 0 17px 30px 26px;
    font-size: 15px;
}

.news-more-content a {
    padding-left: 23px;
}

.news-more-content a::after {
    content: '\f105';
    font-size: 21px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    padding-left: 25px;
}

.news-more-content::after {
    content: '';
    display: block;
    border-bottom: 1px solid #fff;
    width: 50%;
    margin-left: 25px;
    padding-bottom: 10px;
}

.webinar {
    background-color: #fff5ed;
    padding: 24px;
}

.tvb {
    background-color: #fff5ed;
}

.tvb h3 {
    padding: 30px 24px 15px 24px;
    font-size: 20px;
}

.tvb h4 {
    padding: 0 26px 17px 22px;
    text-align: justify;
    font-size: 15px;
}

.tvb a::after {
    content: '\f105';
    font-size: 21px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    padding-left: 25px;
}

.tvb a {
    padding: 22px;
}

.tvb::after {
    content: '';
    display: block;
    border-bottom: 1px solid #b15420;
    width: 50%;
    margin-left: 25px;
    padding-bottom: 10px;
}

.webinar h4 {
    font-size: 18px;
}

.webinar p {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    text-align: justify;
}

.webinar a {
    font-size: 15px;
    font-weight: 400;
    padding-left: 0;
}

.webinar a::after {
    content: '\f105';
    font-size: 21px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    padding-left: 25px;
}

.head-content h2 {
    font-size: 38px;
    font-weight: 400;
    padding: 20px 0 20px 0px;
}

.head-content p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Oxygen';
    line-height: 25px;
    /* height: 60%; */
    text-align: justify;
}

.head-content a {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 50px;
}

.head-content a::after {
    content: '\f105';
    font-size: 21px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    padding-left: 25px;
}

.head {
    /*background: #b15420 url('/20250709000206oe_/https://www.ent.cuhk.edu.hk/Ent/image/headimg.png') no-repeat;*/
    background: #b15420  no-repeat;
    background-size: cover;
    background-position: right top;
    background-size: 55%;
}

.go-section h3 {
    padding-top: 30px;
    font-size: 38px;
    font-weight: 400;
}

.go-img h4 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}


/*----------------FOOTER-------------*/

.footer {
    background-color: #333333;
}

.footer h3 {
    font-size: 20px;
}

.footer img {
    padding-top: 20px;
}

.f-logo {
    border-right: 1px solid #fff;
}

.link h2:after {
    content: '';
    display: block;
    border-top: 3px solid #fff;
    width: 45px;
    height: 2px;
    margin-top: 20px;
}

.link h2 {
    font-size: 19px;
    font-weight: 600;
    font-family: 'Oxygen';
    padding-bottom: 20px;
}

.link ul li a {
    padding-bottom: 5px;
    font-size: 17px;
    font-family: 'Oxygen';
    font-weight: 200;
}

.link a {
    color: #fff;
    display: flex;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: 200;
    font-family: 'Oxygen';
    padding-left: 0;
    padding-right: 0;
}

.link ul li a {
    color: #fff;
}

.link-icon a {
    display: inline;
}

.copyright h3 {
    font-size: 13px;
    font-weight: 300;
    font-family: 'Oxygen';
    border-top: 1px solid #fff;
    padding: 18px;
}


/*------------------------------------*\
	        SUBPAGE
\*------------------------------------*/


/********************------RESEARCH------********************/

.title {
    padding-top: 10px;
}

.research-section {
    padding-top: 50px;
}

.research-section h2 {
    font: 600;
    font-size: 34px;
}

a:hover {
    text-decoration: none;
}

a.ihcr {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Oxygen';
}

a.ihcr::after {
    content: '\f105';
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-left: 22px;
}

.ihcr {
    display: inline-block;
    border: 1px solid #e6c7b6;
    padding: 7px 10px 7px 29px;
    color: #b25420;
}

.r-area {
    padding-top: 135px;
}

@media(min-width:767px) {
    .page-title {
        padding-top: 50px;
        border-bottom: 2px solid #b25420;
        padding-bottom: 15px;
    }
    .research_btn {
        text-align: right !important;
    }
}

@media(max-width:766px) {
    .page-title {
        padding-top: 0px;
        border-bottom: 2px solid #b25420;
        padding-bottom: 15px;
    }
    .research_btn {
        padding-top: 10px;
    }
}

.r-content h2 {
    font-size: 26px;
    font-weight: 600;
    color: #b25420;
    padding-bottom: 7px;
}

.border {
    border: 1px solid #dee2e6!important;
    margin-top: 40px;
}

.r-content a {
    font-size: 17px;
    font-weight: 400;
}

.r-content a::after {
    content: '\f105';
    font-size: 21px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    padding-left: 10px;
}

.r-content a {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
}


/*--------------------ABOUT-US----------------*/

.academic-icon>div {
    padding-bottom: 40px;
}

.academic-section h3 {
    font-size: 30px;
    font-weight: 500;
    padding: 50px 0px 25px 0;
    font-family: 'Oswald';
}

.academic-section p {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Oxygen';
}

.academic-icon {
    padding-top: 50px;
}

.academic-img {
    padding-top: 50px;
}

.academic-icon h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Oxygen';
}

.about-icon {
    background-color: #e39960;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    border-radius: 50px;
}

.simple-text p {
    font-size: 17px;
    font-weight: 200;
    font-family: 'Oxygen';
    padding-top: 40px;
}

.simple-text span {
    color: #b25420;
}

.education-section {
    padding-top: 50px;
}

.education h2 {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 15px;
}

.education p {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Oxygen';
}

.services-section {
    padding-top: 50px;
}

.services h2 {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 15px;
}

.services p {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Oxygen';
    padding-top: 10px;
}


/*---------------------PUBLICATION-------------*/

.title h2 {
    font-size: 34px;
    font-weight: 500;
    padding-top: 30px;
}

.search i {
    position: relative;
    left: -30px;
    color: #b25420;
}

.p-search {
    padding: 7px;
    width: 80%;
    border: 1px solid gray;
    font-size: 20px;
    font-family: 'Oxygen';
}

.search select {
    border: 1px solid gray;
    font-size: 20px;
    font-family: 'Oxygen';
    padding: 6px 62px;
    width: 90%;
    color: #666666;
}

.nav-tabs {
    padding-top: 50px;
    border: none;
}

a.nav-link {
    background-color: #f0f0f0;
    color: #000;
}

.nav-tabs .nav-item {
    padding: 1px;
    /* width: 11.1%; */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background: #505050;
    border: none;
}

a.nav-link h3 {
    font-size: 22px;
    font-family: 'Oxygen';
    font-weight: 400;
    padding: 10px;
}

.publication-content {
    background-color: #f0f0f0;
    border: 2px solid #e8e8e8;
    margin-top: 60px;
}

.p-image img {
    margin-top: -60px;
    box-shadow: 10px 10px #b4b4b4;
}

.p-text h2 {
    font-size: 26px;
    padding: 30px 0px 10px 0px;
    color: #b25420;
    font-weight: 500;
}

h2.r-line {
    margin-bottom: 30px;
}

.p-text a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'Oxygen';
    display: inline-block;
    padding-bottom: 20px;
}

.p-text a::after {
    content: '\f105';
    font-size: 21px;
    font-weight: 300;
    padding-left: 15px;
    font-family: 'Font Awesome 5 Pro';
}

.p-border {
    border: 2px solid #e8e8e8;
    margin-top: 60px;
}


/**-------------------PRIVATE-SERVICE-ENT---------------*/

.page-title h2 {
    font-size: 34px;
    font-weight: 400;
}


/*--------------------ABOUT-US-OUR-STAFF---------------*/

.staff h2 {
    font-size: 34px;
    font-weight: 600;
    font-family: 'Oxygen';
}

.chairman-msg h2 {
    font-size: 34px;
    font-weight: 400;
}

.chairman-msg h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Oxygen';
}

.chairman-msg h3::after {
    content: '';
    display: block;
    border-top: 3px solid #b65216;
    width: 45px;
    height: 2px;
    margin-top: 10px;
}

.chairman-msg h4 {
    font-size: 20px;
    font-family: 'Oxygen';
    font-weight: bold;
    padding: 10px 0;
}

.chairman-msg h5 {
    font-size: 18px;
    font-family: 'Oxygen';
    font-weight: 600;
    font-style: italic;
}

.card {
    border: none;
}

.about-card-header {
    /* background-color: #fff5ec;
    border: 1px solid #b25420; */
    border-left: none;
    /* padding: 15px 0 15px 50px; */
    cursor: pointer;
    background-color: #ffff;
    border: 1px solid #b15420;
    padding: 15px 0 15px 9px;
}


}
h3.collapsed {
    font-size: 21px;
    font-weight: 600;
    color: #b55315;
}
.about-card-header h3::after {
    /* content: '\f105'; */
    
    color: #b25420;
    font-size: 27px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    right: 20px;
}
.about-card-header h3[aria-expanded="true"] {
    /* color: #b25420; */
    
    font-size: 21px;
    font-weight: 600;
}
.about-card-header h3[aria-expanded="true"]::after {
    /* content: '\f107'; */
    
    color: #b25420;
    font-size: 27px;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    right: 20px;
}
.team-item img {
    border: 1px solid #b25420;
    border-radius: 100%;
    padding: 3px;
    width: 190px;
    height: 190px;
    object-fit: cover;
}
.team-item h4 {
    font-size: 17px;
    color: #b25420;
    font-weight: 600;
    font-family: 'Oxygen';
    padding-top: 7px;
}
.team-item p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Oxygen';
    padding-top: 7px;
    line-height: normal;
}

/*---------------------------PRIVATE-SERVICE-SPEECH-THERAPY--------------*/
.speech-teerapy-content {
    padding-left: 0;
}
.speech-teerapy-content h3 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 30px;
}
.speech-teerapy-content h5 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Oxygen';
}
.speech-inner {
    background-color: #af561a;
    width: 100%;
    padding: 50px 10px;
    display: flow-root;
}
.speech-icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.speech-item h5 {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Oxygen';
    color: #fff;
    text-align: center;
    min-height: 78px;
}
a.gridder-close {
    display: none;
}
.gridder-content {
    display: none;
}
.gridder-show {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.gridder {
    display: block;
    margin: 0;
    text-align: center;
}
.gridder-show p {
    padding-left: 30;
    padding-right: 10;
}
.gridder-show>div {
    margin-bottom: 55px;
    text-align: left;
}
a.gridder-nav {
    display: none;
}
.all-border {
    border: 1px solid #e39960;
}
.speech-inner::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    color: #ecbda2;
    font-weight: 300;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
}
.selectedItem .speech-inner::after {
    content: '\f106';
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    color: #ecbda2;
    font-weight: 300;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
}
.sub-title h2 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 20px;
}
.sub-title p {
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    font-family: 'Oxygen';
}
.services-hour,
.appointment,
.online-booking,
.location {
    padding-top: 60px;
}
a.border-btn {
    color: #b25420;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Oxygen';
    border: 1px solid #e6c7b6;
    display: inline-block;
    padding: 6px 20px;
}
a.border-btn:hover {
    color: #fff;
    transition: all .3s;
    background-color: #b15420;
    border: 1px solid #e6c7b6;
    display: inline-block;
    padding: 6px 20px;
}
a.border-btn::after {
    content: '\f105';
    font-size: 23px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    padding-left: 15px;
}
.location span {
    color: #b25420;
    border-bottom: 1px solid #e6c7b6;
}

/*---------------------EVENT-HIGHLIGHT-DETAIL-----------------*/
.title-name-here h2 {
    font-size: 38px;
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
    position: relative;
}
.title-name-here h2::before {
    border-left: 10px solid #b25420;
    content: '';
    height: 25px;
    position: absolute;
    top: 38px;
    left: 0px;
}
@media(max-width:766px) {
    .press-date-mobile {
        border: 1px solid #c7845e;
        background-color: #c7845e;
        padding: 7px 15px 7px 20px;
        color: #fff;
        font-size: 18px;
        font-family: 'Oxygen';
        font-weight: 300;
    }
}
.press-date {
    border: 1px solid #c7845e;
    background-color: #c7845e;
    padding: 7px 15px 7px 20px;
    color: #fff;
    font-size: 18px;
    font-family: 'Oxygen';
    font-weight: 300;
}
.green {
    color: #7eb25a;
}
.share a {
    display: inline-block;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.event-highlight-banner-text {
    padding-bottom: 60px;
}
.event-highlight-banner-text h5 {
    font-size: 21px;
    word-break: break-all;
    font-weight: 600;
    font-family: 'Oxygen';
}
.photo-album h2 {
    font-size: 38px;
    font-weight: 600;
}
iframe.press-video {
    border: none
}

/*-------------------EVENT-UPCOMING-DETAIL--------------------*/
.upcoming-event ul li a h4 {
    font-size: 21px;
    font-weight: 600;
    padding: 5px 30px
}
.upcoming-event.nav-tabs .nav-link:focus,
.nav-tabs .nav-link {
    background-color: #e6e6e6;
}
.upcoming-event .tab-content h3 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Oxygen';
}
.upcoming-event .tab-content h4 {
    color: #b25420;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Oxygen';
}
.upcoming-event .tab-content a {
    display: inline-block;
    font-size: 32px;
    background-color: #b25420;
    color: #fff;
    padding: 15px 50px;
    font-family: 'Oswald';
}

/*---------------------------RESEARCH-AREA-DETAIL--------------------*/
.research-area-section h2 {
    font-size: 28PX;
    font-weight: 600;
    color: #b25420;
    padding: 10px 15px 15px 15px;
}
.research-area-section h2::before {
    border-left: 4px solid #d8a98f;
    content: '';
    height: 30px;
    position: relative;
    left: -15px;
}
.research-area-section h4 {
    color: #b25420;
    font-size: 21px;
    font-weight: 400;
    font-family: 'Oxygen';
}

/*------------------------------EVENT-HIGHLIGHT------------------*/
.event-nav-item .nav-link.active {
    border: none;
    color: #b25420;
    font-size: 17px;
    background-color: #fff;
}
.event-nav-item .nav-link {
    border-left: 1px solid #b25420;
    color: #000;
    font-size: 17px;
    background-color: #fff;
}
.event-highlight-item {
    border: 2px solid #e5e5e5;
}
.event-highlight-item img {
    border-bottom: 4px solid #e39960;
}
.event-item-text h3 {
    color: #e39960;
    font-size: 17px;
    font-weight: bold;
}
.event-item-text h5 {
    font-size: 17px;
    font-weight: 400;
}
.pagination {
    display: block;
    margin: 0px;
}
.pagination .link {
    padding-top: 5px;
}
.pagination a {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    margin: 0 4px;
    color: #000;
    font-size: 17px;
}
.pagination a.active,
.pagination a:hover {
    background: #b35522;
    color: #fff;
}
.pagination a i {
    height: 40px;
    line-height: 40px;
}

/*-----------------------------POSTGRADUATE----------------------*/
.postgraduate h2 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 20px;
}
.postgraduate-text h2 {
    font-size: 30px;
    font-weight: 400;
}
.postgraduate-text p {
    font-size: 17px;
    padding-top: 10px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
}
.card {
    border: none;
}
.postgraduate-card-header {
    background-color: #ffff;
    border: 1px solid #b15420;
    padding: 15px 0 15px 9px;
}
h3.collapsed {
    font-size: 21px;
    font-weight: 600;
    color: #b55315;
}
h3[aria-expanded="true"] {
    color: #b25420;
    font-size: 19px;
    font-weight: 600;
}
a.learn-phd {
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #000;
    border: 1px solid #000;
    width: 50%;
}
a.learn-phd:hover {
    background-color: brown;
    color: #fff;
    text-decoration: none;
    font-size: large;
    transition: font-size 2s;
}
a.learn-mphil {
    display: block;
    font-size: 17px;
    padding: 5px;
    color: #000;
    border: 1px solid #000;
    width: 50%;
}
a.learn-mphil:hover {
    background-color: brown;
    color: #fff;
    text-decoration: none;
    font-size: large;
    transition: font-size 2s;
}
.apply h2 {
    font-size: 30px;
    font-weight: 500;
}
.apply p {
    font-size: 17px;
    padding-top: 10px;
    font-weight: 400;
}
.apply span {
    color: #b15420
}

/*----------------------CONTACT-US----------*/
.contact-section h2 {
    font-size: 28px;
    font-weight: 600;
}
.contact-section i {
    color: #b25420;
}
.contact-section a {
    color: #000;
    font-size: 17px;
    display: block;
    line-height: 30px;
}
.related-logo {
    border: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 25px 25px;
    width: 100%;
    height: 200px;
}
.related-logo-box h4 {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Oxygen';
    padding: 20px;
}
.contact-section a {
    display: flex;
}

/*---------------------------MILESTONES-----------------*/
h3.milestones-year {
    background-color: #b25420;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-family: 'Oxygen';
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #b25420;
}
.progress-year {
    position: relative;
    margin-top: 50px;
}
.progress-list ul li a {
    color: #000;
}
.progress-content {
    padding: 0 20%;
}
.progress-year::before {
    content: '';
    background: #000;
    position: absolute;
    right: 50%;
    left: 50%;
    width: 3px;
    height: 100%;
    top: 0;
}
.milestones-img1 {
    padding-top: 130px;
}
.milestones-img2 {
    margin-top: -110px;
}
.milestones-img3 {
    padding-top: 100px;
}
.milestones-img4 {
    margin-top: -120px;
}
.milestones-img1 p::before {
    border-left: 4px solid #b25420;
    content: '';
    height: 13px;
    position: absolute;
    left: 15px;
}
.milestones-img1 p {
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: justify;
}
.milestones-img2 p::before {
    border-left: 4px solid #b25420;
    content: '';
    height: 13px;
    position: absolute;
    left: 15px;
}
.milestones-img2 p {
    padding-left: 10px;
    padding-top: 15px;
    text-align: justify;
}
.milestones-img3 p::before {
    border-left: 4px solid #b25420;
    content: '';
    height: 13px;
    position: absolute;
    left: 15px;
}
.milestones-img3 p {
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 20px;
}
.milestones-img4 p::before {
    border-left: 4px solid #b25420;
    content: '';
    height: 13px;
    position: absolute;
    left: 15px;
}
.milestones-img4 p {
    padding-left: 10px;
    padding-top: 15px;
}
.milestones-img1::before {
    content: '';
    display: block;
    background-color: #b25420;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: -5px;
}
.milestones-img2::after {
    content: '';
    display: block;
    background-color: #b25420;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    right: -10px;
}
.milestones-img3::before {
    content: '';
    display: block;
    background-color: #b25420;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: -5px;
}
.milestones-img4::after {
    content: '';
    display: block;
    background-color: #b25420;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    right: -10px;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    font-size: 20px;
}
.milestones-slider.owl-theme .owl-nav [class*=owl-],
.activity-slider.owl-theme .owl-nav [class*=owl-] {
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    color: #000;
    margin: 0 5px;
}

/*----------ABOUT-DETAILS-------------*/
.about-details img {
    width: 347px;
    height: 347;
    border-radius: 100%;
    border: 1px solid #b25420;
    padding: 6px;
}
.about-details h2 {
    font-size: 22px;
    font-family: 'Oxygen';
    padding-top: 20px;
}
.about-details h2::after {
    content: '';
    display: block;
    border: 3px solid #b45414;
    width: 20%;
    margin-top: 6px;
}
.about-details h5 {
    font-size: 17px;
    padding-top: 3px;
    font-weight: 400;
    font-family: 'Oxygen';
}
.about-details h3 {
    font-size: 19px;
    padding-top: 10px;
    font-family: 'Oxygen';
    font-weight: bold;
}
.call-detail i {
    color: #b45414;
}
.about-button a {
    margin-bottom: 15px;
    display: block;
    color: #b45414;
    border: 1px solid #b45414;
    width: 60%;
    padding: 5px 10px;
    margin-top: 10px;
    text-decoration: none;
}
.about-button a:hover {
    background-color: #b45414;
    color: #fff;
    transition: all 0.3s;
}
.about-block h2 {
    font-size: 25px;
    color: #b45414;
}
.about-block h2::after {
    content: '';
    display: block;
    border: 1px dashed #b45414;
    margin-top: 10px;
}
.about-block h5 {
    font-size: 17px;
    font-family: 'Oxygen';
    position: relative;
}
.about-block i {
    font-size: 12px;
    color: #b45414;
    position: absolute;
    left: -15px;
    top: 4px;
}
.about-block li {
    font-size: 17px;
    font-family: 'Oxygen';
    position: relative;
}
.about-block i {
    font-size: 17px;
    color: #b45414;
    position: absolute;
    left: -15px;
    top: 6px;
}

/*--------EVENT-NEWS----------*/
.title h2 {
    font-size: 34px;
    font-weight: 500;
}
.title {
    border-bottom: 3px solid #b25420;
    padding: 10px;
}
.event-list i {
    font-size: 20px;
}
.event-news h2 {
    font-size: 31px;
    padding: 10px;
    position: relative;
}
.event-news h2::before {
    content: '';
    display: block;
    border-left: 5px solid #b25420;
    border-width: 12px;
    height: 35px;
    position: absolute;
    top: 16px;
    left: -10px;
}
.date {
    background-color: #c7845e;
    width: 32%;
    color: #fff;
    font-weight: 300;
    padding: 10px;
    font-family: 'Oxygen';
}
a.read-more {
    font-size: 17px;
    color: #000;
    text-decoration: none;
    display: inline-block;
}
.read-more:hover {
    color: #000;
    text-decoration: none;
}
.event-item {
    background-color: #f6f6f6;
}
.event-bg {
    background-color: #bf6b7e;
    width: 100%;
    height: 50px;
}
.event-search {
    padding: 6px;
    font-size: 17px;
    line-height: 17px;
    border: 1px solid #e8e8e8;
    position: relative;
    width: 100%;
}
.search-container a {
    position: absolute;
    padding: 10px;
    right: 20px;
    color: #b25420;
}
.event-month h2 {
    font-size: 24px;
}

/* .event-month h2::after {
    content: "_______";
} */
.event-month h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Oxygen';
}
.fc td {
    border-style: 0;
    border-width: 0;
    padding: 0;
    text-align: center;
}
.event-list {
    padding: 10px 20px;
}
.event-list h5 {
    font-size: 18px;
    font-weight: 300;
    position: relative;
}
.event-list h3 {
    font-size: 18px;
    background-color: #fde9d7;
    width: auto;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
}
.event-list span {
    position: absolute;
    font-size: 12px;
    left: -16px;
    top: 7px;
}
#calendar {
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-family: 'Oxygen';
}
ul.listing li:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    color: #b25420;
    padding-right: 10px;
}
ul.listing {
    padding-top: 25px;
}
ul.listing li {
    display: flex;
    line-height: normal;
    padding: 5px 0;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
#button {
    display: inline-block;
    background-color: #999999;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 90px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}
#button::after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    position: absolute;
    left: 16px;
    top: 4px;
}
#button:hover {
    background: #ff79a5;
}

/*********************/
.speech-item {
    margin-bottom: 20px !important;
}

/********************/

/*------------------------------------*\
	        MIN WIDTH
\*------------------------------------*/
@media(min-width:992px) {
    .logo {
        position: relative;
        z-index: 999;
    }
    
    .logo h2,
    h3 {
        position: relative;
        z-index: 999;
    }
    
    .single-post .date {
        position: absolute;
        left: 15px;
        margin-top: -10px;
    }
    
    .home .nav_area>ul>li>a {
        font-size: 16px;
        font-family: 'Oxygen';
        font-weight: 400;
        padding: 15px 0;
        color: #fff;
    }
    
    .subpages .nav_area>ul>li>a {
        font-size: 16px;
        font-family: 'Oxygen';
        font-weight: 400;
        padding: 15px 0;
        color: #000;
    }
    
    .nav_area ul li:hover ul.sub-menu {
        display: block;
    }
    
    .nav_area>ul>li ul.sub-menu {
        font-size: 16px;
        font-family: 'Oxygen';
        font-weight: 400;
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        transition: transform 0.3s, opacity 0.3s;
        display: block;
    }
    
    
    ul.sub-menu {
        min-width: 150px;
    }
    
    ul.sub-menu li ul.sub-menu {
        left: 100%;
        top: -22px;
        width: 100%;
    }
    ul.menu li:nth-last-child(1) ul.sub-menu li ul.sub-menu, ul.menu li:nth-last-child(2) ul.sub-menu li ul.sub-menu{
        left:-100%;
    }
    .nav_area>ul>li:hover>ul.sub-menu,
    .nav_area ul.sub-menu>li:hover>ul.sub-menu {
        transform: scaleY(1) translateZ(0);
    }
    
    .nav_area ul li:hover ul.sub-menu {
        display: block;
    }
    
    ul.menu {
        display: block !important;
    }
    
    .home span.arrow {
        display: inline-block;
        padding-left: 5px;
        font-size: 12px;
        color: #fff;
    }
    
    .subpages span.arrow {
        display: inline-block;
        padding-left: 5px;
        font-size: 12px;
        color: #000;
    }
    
    label.toggle {
        display: none;
    }
    
    .nav_area ul li a img {
        vertical-align: middle;
        max-width: 20px;
        margin-right: 5px;
    }
    
    ul.sub-menu li.menu-item-has-children .arrow {
        transform: rotate(-90deg);
    }
    
    ul.sub-menu>li:hover {
        background: #000;
    }
    
    ul.sub-menu>li:hover>a {
        color: #fff;
    }
    
    ul.sub-menu>li:hover .arrow {
        color: #fff;
    }
    
    nav.nav_area {
        position: relative;
        z-index: 999;
    }
    /*----------------HOME----------------*/
    
    .news-more {
        display: flex;
    }
    /*------------RESEARCH-PAGE-----------*/
    
    .r-area {
        text-align: right;
        padding-right: 0;
    }
    /*----------ABOUT-US------------*/
    
    .education {
        padding-left: 0;
    }
    
    .services {
        padding-left: 0;
    }
    
    .about-icon {
        width: 225px;
        height: 225px;
    }
    
    .about-icon img {
        max-width: 100%;
    }
    /*----------------------PUBLICATION-------*/
    
    .search {
        text-align: right;
        padding-right: 0;
    }
    
    .speech-item {
        max-width: 33%;
        display: inline-block;
        vertical-align: top;
        padding-left: 5px;
        padding-right: 5px;
    }
    /*-------------------MILESTONES---------------*/
    
    .progress-list ul {
        position: fixed;
        right: 10%;
        z-index: 1;
    }
    
    .progress-list ul li {
        padding-bottom: 10px;
        /* text-align: justify; */
    }
    
    .progress-list ul li a::after {
        content: '';
        display: inline-block;
        background-color: #979797;
        width: 9px;
        height: 9px;
        border-radius: 100%;
        margin-left: 20px;
    }
    
    .progress-list ul li a.current {
        content: '';
        display: inline-block;
        border-bottom: 2px dotted #b25420;
        font-weight: 600;
    }
    
    .progress-list ul li a.current::after {
        background-color: #b25420;
    }
    
    .progress-list ul li a.current::before {
        content: '\f0da';
        display: inline-block;
        font-size: 17px;
        font-weight: 800;
        font-family: 'Font Awesome 5 Free';
        color: #b25420;
        padding-right: 10px;
    }
    
    .progress-list ul li::after {
        content: '';
        position: absolute;
        background: #000;
        width: 3px;
        height: 100%;
        top: 0;
        right: 3px;
    }
}
@media(min-width:768px) {
    .news-more {
        display: flex;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .about-icon {
        width: 180px;
        height: 180px;
    }
    
    .about-icon img {
        max-width: 100%;
    }
    
    .about-card-header h3[aria-expanded="true"]::after {
        top: 15px;
    }
    
    .about-card-header h3::after {
        top: 15px;
    }
    
    .banner-content {
        top: 30%;
    }
}

/*------------------------------------*\
	        MAX WIDTH
\*------------------------------------*/
.wrapper {
    overflow-x: hidden;
}
.home-slider.owl-theme .owl-nav.disabled {
    display: none;
}
@media (max-width:1100px) {
    .nav_area>ul>li {
        padding-right: 15px;
    }
    
    .header:after {
        display: none;
    }
    
    .nav_area>ul>li {
        padding: 0 10px 0 0;
    }
    
    .nav_area>ul>li a {
        font-size: 16px;
    }
}
@media (max-width:1200px) {
    .col-md-4 .col-lg-3 .team-item {
        max-width: 20%;
        width: 20%;
        flex: 0 0 20%;
    }
}
@media (max-width:1024px) {}
@media (max-width:991px) {
    .r-area {
        padding-right: 0;
    }
    
    .header .row {
        align-items: center;
    }
    
    .container {
        max-width: 100%;
    }
    
    nav.nav_area ul li a {
        color: #fff;
    }
    
    ul.menu {
        position: fixed;
        width: 80%;
        left: 0;
        text-align: left;
        background: #666666;
        z-index: 2;
        padding: 15px 10px;
        z-index: 10;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }
    
    ul.menu.open {
        left: 0;
    }
    
    .toggle {
        font-size: 25px;
        margin: 0;
        text-align: right;
        display: block;
        z-index: 999;
    }
    
    .nav_area>ul>li {
        padding: 10px 0;
    }
    
    .nav_area>ul>li>a {
        font-family: 'Oxygen';
        font-weight: 400;
    }
    
    .nav_area ul li a {
        font-size: 14px;
        color: #fff;
    }
    
    nav.nav_area ul li {
        display: block;
        position: relative;
        border: 0;
    }
    
    span.arrow {
        position: absolute;
        right: 10px;
        color: #fff;
        width: 40px;
        text-align: center;
        height: 30px;
    }
    
    .sub-menu span.arrow i:before {
        content: '\f105';
    }
    
    span.arrow.close-icon i:before {
        content: '\f106';
    }
    
    ul.sub-menu {
        display: none;
        position: relative;
        background: transparent;
        padding: 0;
    }
    
    ul.sub-menu {
        display: none;
        position: relative;
        background: transparent;
        padding: 0;
    }
    
    ul li .sub-menu li a {
        line-height: 14px;
    }
    
    ul.sub-menu span.arrow {
        right: 20px;
        text-align: right;
    }
    
    span.arrow.close-icon i:before {
        content: '\f106';
    }
    
    ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
        content: "\f106";
    }
    
    .nav_area>ul>li>ul.sub-menu {
        padding: 0px 5px 0px 0px;
        font-family: 'Oxygen';
    }
    
    .sub-menu span.arrow {
        top: 0;
    }
    
    .nav_area ul li>ul li {
        display: block;
        position: relative;
        border: 0;
        padding: 0 5px 5px 5px;
    }
    
    a.lang {
        right: 0;
        top: 50px;
    }
    /*---------------home-------------- -*/
    /*-------------------ABOUT-US-OUR-STAFF--------------*/
    
    h3[aria-expanded="true"]::after {
        content: '\f107';
        color: #b25420;
        font-size: 20px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        top: 15px;
        right: 20px;
    }
    
    .postgraduate-card-header h3[aria-expanded="true"]::after {
        display: none;
    }
    
    .card-header h3::after {
        position: absolute;
        top: 15px;
        right: 20px;
    }
    
    .speech-item {
        max-width: 32%;
        display: inline-block;
        vertical-align: top;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 auto;
    }
}
@media (max-width:767px) {
    .banner-content h2 {
        font-size: 26px;
    }
    
    .post-banner img {
        height: 350px;
    }
    
    select.select-drop {
        display: none;
    }
    
    .top-inner-img h3 {
        font-size: 10px;
    }
    
    .r-area {
        padding-left: 0;
        padding-top: 10px;
    }
    
    .conf {
        padding-bottom: 20px;
    }
    
    a.lang {
        position: relative;
        right: 50px;
        top: 0;
    }
    
    .news-more img {
        width: 100%;
    }
    
    .head {
        background-image: none;
        padding: 15px;
    }
    /*--------------ABOUT-US-------------*/
    
    .academic-icon h4 {
        font-size: 15px;
    }
    
    .academic-icon>div {
        padding-bottom: 30px;
    }
    
    .about-icon {
        background-color: #e39960;
        width: 170px;
        height: 170px;
        padding: 15px;
        border-radius: 10px;
    }
    
    .title h2 {
        font-size: 25px;
        font-weight: 500;
    }
    
    .title-name-here h2 {
        font-size: 26px;
    }
    
    .page-title h2 {
        font-size: 26px;
    }
    
    .academic-section {
        order: 2!important;
    }
    
    .education {
        order: 2 !important;
    }
    
    .services {
        order: 2 !important;
    }
    
    .services-ent-content {
        order: 2 !important;
    }
    
    .team-item img {
        width: 150px;
        height: 150px;
    }
    /*---------------PUBLICATION--------------*/
    
    .search {
        padding-top: 10px;
    }
    /*--------------about-us-our-staff---------------*/
    
    .about-card-header {
        padding-left: 10px;
    }
    
    .speech-item {
        max-width: 47%;
        display: inline-block;
        vertical-align: top;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 auto;
    }
    /*------------EVENT-HIGHLIGHT-DETAIL-------*/
    
    .press-date {
        font-size: 15px;
    }
    /*----------------RESEARCH---------*/
    
    .r-content h2 {
        padding-top: 10PX;
    }
    /*---------------MILESTONE-----------*/
    
    .milestones-img1 {
        padding-top: 0px;
    }
    
    .milestones-img3 {
        padding-top: 0px;
    }
    
    .milestones-img2 {
        margin-top: 0;
    }
    
    .milestones-img4 {
        margin-top: 0;
    }
    
    .progress-year::before {
        display: none;
    }
    
    .milestones-img1::before {
        display: none;
    }
    
    .milestones-img2::after {
        display: none;
    }
    
    .milestones-img3::before {
        display: none;
    }
    
    .progress-content {
        padding: 0;
    }
    
    .progress-list ul {
        padding-top: 20px;
        text-align: center;
    }
    
    .progress-year {
        margin-top: 0px;
    }
    /*----------------event-new------------*/
    
    .date {
        width: 57%;
    }
    
    .event-news h2 {
        font-size: 26px;
        padding-bottom: 25px;
    }
    
    .publication-content {
        padding-bottom: 20px;
    }
    
    .upcoming-event-tab-content a {
        font-size: 20px;
    }
    
    a.border-btn {
        margin-bottom: 10px;
    }
    
    .border {
        border: none !important;
    }
}
@media (max-width:576px) {
    .banner-content {
        max-width: 100%;
        padding-top: 0px;
    }
    
    .news-more img {
        width: 100%;
    }
    
    .about-card-header h3[aria-expanded="true"]::after {
        top: 20px;
    }
    
    .about-card-header h3::after {
        top: 20;
    }
}
@media (min-width:1157px) {
    .team-item {
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .speech-item {
        max-width: 19.5%;
        flex: 0 0 20%;
        display: inline-block;
        vertical-align: top;
        padding-left: 5px;
        padding-right: 5px;
    }
}