
.academicStyle {
    overflow: hidden;
    position: absolute;
    max-height: 1px;
}

.carousel-inner_hp .item .slide_a1 {
    position: relative;
    z-index: 5;
}

.black_zz {
    height: 400px;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    z-index: 6;
}

.carousel-inner_hp .item .slide_a1 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.carousel-inner_hp .item .slide_a2 {
    position: absolute;
    z-index: 10;
    top: 170px;
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    padding: 0 30px;
    color: #fff;
}

.carousel-inner_hp .item .slide_a2 a {
    color: #fff;
}

.carousel-inner_hp .item .slide_a2 a:hover {
    text-decoration: underline;
}

.carousel-inner_hp .item .slide_a3 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 260px;
}

.carousel-inner_hp .item .slide_a3 a {
    background-color: #ffbd34;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    border: 2px transparent solid;
    line-height: 1;
}

.carousel-inner_hp .item .slide_a3 a:hover {
    border: 2px #fff solid;
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page-title {
    font-size: 16px;
}

.aside_item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.aside_item img:hover {
    opacity: .8;
}

.aside_item .tit {
    text-align: center;
    margin-bottom: 10px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 0 0 20px;
    line-height: 36px;
}

.section-padding {
    margin: 30px 0;
}

.breadcrumb>li {
    display: contents;
}

.navbar-brand>img {
    height: 46px;
}

.navbar-brand {
    padding: 0;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 10px 0;
}

.blog-fullwidth-pg-section .blog-content .entry-media {
    margin-bottom: 10px;
}

.blog-fullwidth-pg-section .blog-content .post .tit {
    font-size: 20px;
    margin-bottom: 20px;
}

.blog-fullwidth-pg-section .blog-content .entry-media img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.blog-fullwidth-pg-section .blog-content .entry-media img:hover {
    opacity: .8;
}

.blog-pg-section .post {
    border-bottom: 1px #eee solid;
    padding-bottom: 30px;
}

a {
    color: #333;
}

a:hover {
    color: #ffbd34;
}

.pagination>li>a,
.pagination>li>span {
    line-height: 1;
}

.pagination>li i {
    font-size: 13px;
}

.pagination {
    margin-top: 30px;
}

.grid .img-holder img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.grid .img-holder img:hover {
    opacity: 0.8;
}

.blog-grids {
    margin-bottom: 30px;
}

.error-404-section {
    min-height: 390px;
}

.blog-single-section .entry-details a{
color:#ffbd34}

.blog-single-section .entry-details a:hover{
text-decoration: underline;}

@media (min-width: 992px) {
    .site-header #navbar ul {
        max-height: 90px;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .blog-grids {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin: 10px 0 10px 15px;
    }
    .carousel-inner_hp .item .slide_a1 img {
        height: 300px;
    }
    .carousel-inner_hp .item .slide_a2 {
        top: 110px;
        font-size: 24px;
    }
    .carousel-inner_hp .item .slide_a3 {
        top: 190px;
    }
}
.agentStyle {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}


.barrierStyle {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

