body {
    font-family: 'Noto Serif', serif;
}

#body {
    box-shadow: none;
    border-width: 0;
}

.body-bg {
    background-image: none;
    width: 100%;
}

.im-header-bar {
    background: #30393a;
}

.im-header-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.im-header-bar .message-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.im-header-bar .message-block .announcement {
    position: relative;
    z-index: 0;
    padding: 10px;
}

.im-header-bar .message-block .announcement:before {
    content: "";
    background: #b00234;
    position: absolute;
    left: -9999px;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: skewX(26deg);
    -ms-transform: skewX(26deg);
    transform: skewX(26deg);
    z-index: -1;
}

.im-header-bar .message-block .message {
    padding: 10px;
    color: #fff;
}

.im-header-bar a {
    color: #fff;
}

.im-header-bar a:hover {
    color: #666;
}

.im-header-bar .top-header {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #30393a;
}

.im-header-bar .top-header .menu-secondary-container ul {
    margin: 0;
    padding: 0;
}

.im-header-bar .top-header .menu-secondary-container ul li {
    display: inline-block;
    border-left: 1px #000 solid;
}

.im-header-bar .top-header .menu-secondary-container ul li a {
    display: block;
    padding: 10px 15px;
}

#header {
    margin-top: 0;
    padding: 20px 0;
}

#header .logo {
    padding: 0;
}

#header .logo img,
#header .banner img {
    height: 100px;
}

#header .banner {
    padding-left: 60px;
    padding-right: 30px;
    flex-grow: 1;
    flex-shrink: 1;
}

.im-main-contact {
    display: flex;
    align-items: center;
}

.im-main-contact .c1,
.im-main-contact .c2 {
    display: flex;
    align-items: center;
}

.im-main-contact .c1 {
    margin-right: 10px;
}

.im-main-contact .c2 {
    max-width: 230px;
}

.im-main-contact .text-add,
.im-main-contact a {
    color: #b00234;
}

.im-main-contact .fa {
    font-size: 30px;
}

.im-main-contact .ico-tel,
.im-main-contact .ico-add {
    margin-right: 5px;
}

#menusite {
    background-color: #B00233;
}

.im-nav-menu {
    margin: 0;
    padding: 0;
    display: flex;
}

.im-nav-menu li {
    flex-grow: 1;
    text-align: center;
}

.im-nav-menu li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0 13px 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.im-nav-menu li.current a,
.im-nav-menu li a:hover {
    background-color: #96022B;
    -border-bottom-color: #30393a;
    border-bottom-color: #000;
}

#footer {
    padding: 30px 0;
    border-top: 0;
    border-bottom: 0;
    background-image: none;
    background-color: #30393a;
    min-height: 90px;
}

.footerNav2 {
    background-color: #000;
    padding: 20px 0;
}

.footerNav2,
.footerNav2 a {
    color: #555;
}

.im-main-slider .item {
    position: relative;
}

.im-main-slider .item img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: auto;
    min-height: 400px;
    display: block;
    max-width: 100%;
}

.im-main-slider .item .caption {
    position: absolute;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px 30px;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 10;
    left: 15%;
    right: 15%;
    bottom: 120px;
}

.im-main-ourservice {
    position: relative;
    z-index: 100;
    margin-bottom: 90px;
}

.im-main-ourservice-inner {
    display: flex;
    margin-top: -120px;
}

.im-main-ourservice-inner .item {
    flex: 0 0 25%;
    max-width: 25%;
    color: #fff;
}

.im-main-ourservice-inner .item:nth-child(1) {
    background-color: #b00234;
}

.im-main-ourservice-inner .item:nth-child(2) {
    background-color: #30393a;
}

.im-main-ourservice-inner .item:nth-child(3) {
    background-color: #96022c;
}

.im-main-ourservice-inner .item:nth-child(4) {
    background-color: #000000;
}

.im-main-ourservice-inner .item .item-inner {
    padding: 35px 15px;
    text-align: center;
}

.im-main-ourservice-inner .item:hover .item-inner {
    padding: 30px 15px 40px 15px;
}

.im-main-ourservice-inner .item .item-inner .caption {
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}

.im-main-ourservice-inner .item .item-inner .caption a {
    color: #fff;
}

.third-nav {
    padding: 12px 0;
    margin: 0;
    background-color: #30393a;
}

.third-nav a {
    color: #fff;
}

.breadcrumbs-wrap .display {
    height: 20px;
}

.breadcrumbs a, .show-subs-breadcrumbs {
    background-color: transparent;
    padding: 0;
}

.breadcrumbs li {
    margin: 0;
    margin-right: 15px;
}

.breadcrumbs li:last-child {
    margin-right: 0;
}

.breadcrumbs a:before {
    display: none;
}

.breadcrumbs a:after, .show-subs-breadcrumbs:after {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-left: 15px;
    position: inherit;
    border: 0;
    margin-top: inherit;
    right: inherit;
}

.breadcrumbs li:last-child a:after {
    display: none;
}

.breadcrumbs li:last-child a {
    color: #eee;
}

.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
    background-color: transparent;
}

.im-flex-section-row {
    width: 100%;
    overflow-x: hidden;
}

.im-flex-main-news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 5px;
}

.im-flex-main-news-btn {
    margin-bottom: 30px;
}

.im-flex-main-news-btn .btn {
    background-color: #B00233;
}

.im-flex-main-news-btn .btn:hover {
    background-color: #96022B;
    color: #fff;
}

.im-flex-main-news-btn .btn:hover,
.im-flex-main-news-btn .btn:active,
.im-flex-main-news-btn .btn:focus,
.im-flex-main-news-btn .btn:focus:active {
    color: #fff;
}

.im-flex-main-news .item {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.im-flex-main-news .item .item-content {
    height: 100%;
    background: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,.1);
}

.im-flex-main-news .item .item-content .img {
    display: block;
    height: 0;
    padding-bottom: 70%;
    border-bottom: 2px solid #96022d;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.im-flex-main-news .item .item-content .img img {
    display: none;
}

.im-flex-main-news .item .item-content .item-inner {
    padding: 20px;
}

.im-flex-main-news .item .item-content .item-inner h3 {
    text-transform: uppercase;
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
}

.im-flex-main-news .item .item-content .item-inner h3 a {
    color: #b00235;
}

.im-main-heading {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 2px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 80px;
    position: relative;
}

.im-main-heading,
.im-main-heading a {
    color: #333;
}

.im-main-heading > div {
    display: inline-block;
    position: relative;
}

.im-main-heading > div:before,
.im-main-heading > div:after {
    content: "";
    background: #b00235;
    position: absolute;
    bottom: 0;
    width: 15px;
    height: 2px;
    top: auto;
}

.im-main-heading > div:before {
    left: 23px;
}

.im-main-heading > div:after {
    right: 23px;
}

.im-main-section-partner {
    background-color: #30393a;
}

.im-main-section-partner,
.im-main-section-partner a {
    color: #fff;
}

.owl-slide-partner {
    margin: 0 auto;
    max-width: 700px;
    padding-bottom: 60px;
}

.owl-slide-partner .s-item-title,
.owl-slide-partner .s-item-intro {
    display: none;
}

.owl-slide-partner .s-item {
    width: 100%;
    position: relative;
    height: 180px;
}

.owl-slide-partner .s-item-image img {
    width: 130px!important;
    height: 130px!important;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.owl-slide-partner .owl-item.active.center .s-item-image img {
    border: 3px solid #b00235;
    width: 180px!important;
    height: 180px!important;
}

.im-main-section-partner .im-main-heading {
    color: #fff;
    margin-top: 80px;
}

.owl-slide-partner .owl-caption {
    text-align: center;
}

.owl-slide-partner .owl-caption-body {
    margin-top: 30px;
}

.owl-slide-partner .owl-caption-heading {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

.owl-slide-partner .owl-dots {
    text-align: center;
    white-space: nowrap;
}

.owl-slide-partner .owl-dots .owl-dot {
    background-color: #777;
    border: 0;
    width: 25px;
    height: 5px;
    margin: 0 3px;
    display: inline-block;
    border-radius: 2px;
}

.owl-slide-partner .owl-dots .owl-dot:focus {
    outline: 0!important;
}

.owl-slide-partner .owl-dots .owl-dot.active {
    background-color: #b00235;
}

.fix_banner_left, .fix_banner_right {
    display: none!important;
}

.im-main-section-bnews {
    padding-top: 15px;
}

.im-home-page .im-main-section-bnews {
    background-color: #f9f9f9;
    padding: 60px 0 0 0;
    margin-top: 80px;
}

.im-main-section-bnews:before {
    content: "";
    clear: both;
}

.im-main-section-bnews .im-main-heading {
    margin-top: 0;
}

.owl-slide-lecturer {
    margin-left: 35px;
    margin-right: 35px;
}

.owl-slide-lecturer .s-item {
    padding: 0 15px 15px 15px;
}

.owl-slide-lecturer .s-item-inner {
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,.1);
}

.owl-slide-lecturer .s-item-holder {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 123.19%;
}

.owl-slide-lecturer .s-item-holder-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.owl-slide-lecturer .s-item-title {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 10px;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
    opacity: 0;
}

.owl-slide-lecturer .s-item:hover .s-item-title {
    opacity: 1;
}

.owl-slide-lecturer .s-item-title a {
    color: #fff;
}

.owl-slide-lecturer .owl-nav .owl-prev,
.owl-slide-lecturer .owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translate3d(0px, -50%, 0px);
    background-color: rgba(0, 0, 0, 0.1)!important;
}

.owl-slide-lecturer .owl-nav .owl-prev span,
.owl-slide-lecturer .owl-nav .owl-next span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #999;
}

.owl-slide-lecturer .owl-nav .owl-prev span:after,
.owl-slide-lecturer .owl-nav .owl-next span:after {
    font-family: 'FontAwesome';
    line-height: 1;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0px);
}

.owl-slide-lecturer .owl-nav .owl-prev span:after {
    content: "\f053";
}

.owl-slide-lecturer .owl-nav .owl-next span:after {
    content: "\f054";
}

.owl-slide-lecturer .owl-nav .owl-prev {
    left: -25px;
}

.owl-slide-lecturer .owl-nav .owl-next {
    right: -25px;
}

.owl-slide-lecturer .owl-nav .owl-prev:focus,
.owl-slide-lecturer .owl-nav .owl-next:focus,
.owl-slide-lecturer .owl-nav .owl-prev:active:focus,
.owl-slide-lecturer .owl-nav .owl-next:active:focus,
.owl-slide-lecturer .owl-nav .owl-prev:active,
.owl-slide-lecturer .owl-nav .owl-next:active {
    outline: 0;
}

.im-flex-main-news-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.im-flex-main-news-bottom .item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.im-flex-main-news-bottom .item .item-content {
    height: 100%;
    position: relative;
    padding-bottom: 40px;
}

.im-flex-main-news-bottom .item-img-holder {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 122.13%;
}

.im-flex-main-news-bottom .item-img-holder a {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
}

.im-flex-main-news-bottom .item-img-holder a img {
    display: none;
}

.im-flex-main-news-bottom .item .item-content h3 {
    background-color: #b00236;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: flex;
    align-items: center;
    min-height: 40px;
    font-weight: 400;
}

.im-flex-main-news-bottom .item:hover h3 {
    bottom: 30px;
}

.im-flex-main-news-bottom .item .item-content h3 a {
    color: #fff;
    flex-grow: 1;
    flex-shrink: 1;
    display: block;
    padding: 10px;
}

.im-flex-main-news-bottom .item .item-content h3 a:hover {
    color: #3f0013;
}

.im-flex-main-news-bottom .item .item-content .meta {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 12px;
    left: 10px;
    right: 10px;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.im-footer-last {
    display: flex;
    align-items: center;
}

.im-footer-copyright {
    flex-grow: 1;
    flex-shrink: 1;
}

.im-socialList {
    padding: 0;
    margin: 0;
    list-style: none;
}

.im-socialList li {
    display: inline-block;
    margin-left: 10px;
}

.im-socialList li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.im-socialList li a .fa {
    color: #fff;
    font-size: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.im-socialList li a:hover {
    background-color: #fff;
}

.im-socialList li a:hover .fa {
    color: #B80434;
}

.im-mobile-toggle {
    display: none;
}

.im-mobile-toggle .btn-toggle {
    float: right;
    display: inline-block;
    width: 32px;
    height: 34px;
    margin-right: 15px;
    margin-top: 8px;
    position: relative;
}

.im-mobile-toggle .btn-toggle .icon-bar {
    background: #ff6f00 !important;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    -webkit-transition: top .2s linear .2s, -webkit-transform linear .2s;
    transition: top .2s linear .2s, transform linear .2s;
    display: block;
    height: 2px;
    border-radius: 1px;
}

.im-mobile-toggle .btn-toggle .icon-bar + .icon-bar {
    top: 50%;
    margin: 0;
}

.im-mobile-toggle .btn-toggle .icon-bar + .icon-bar + .icon-bar {
    top: 70%;
    margin: 0;
}

.im-mobile-toggle .btn-toggle[aria-expanded^="true"] .icon-bar,
.im-mobile-toggle .btn-toggle[aria-expanded*="true"] .icon-bar {
    top: 50%;
    -webkit-transition: top linear .2s, -webkit-transform .2s linear .2s;
    transition: top linear .2s, transform .2s linear .2s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.im-mobile-toggle .btn-toggle[aria-expanded^="true"] .icon-bar + .icon-bar,
.im-mobile-toggle .btn-toggle[aria-expanded*="true"] .icon-bar + .icon-bar {
    opacity: 0;
}

.im-mobile-toggle .btn-toggle[aria-expanded^="true"] .icon-bar + .icon-bar + .icon-bar,
.im-mobile-toggle .btn-toggle[aria-expanded*="true"] .icon-bar + .icon-bar + .icon-bar {
    top: 50%;
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (min-width: 992px) {
    #im-main-menu-wrap {
        display: block!important;
        height: auto!important;
    }
}

@media (max-width: 991.98px) {
    .im-mobile-toggle {
        display: block;
        height: 50px;
    }

    .im-nav-menu {
        flex-wrap: wrap;
    }

    .im-nav-menu li {
        flex: 0 0 100%;
        width: 100%;
        text-align: left;
    }

    .im-nav-menu li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 819.98px) {
    #header .contact {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .im-main-slider .item .caption {
        font-size: 28px;
        left: 5%;
        right: 5%;
    }

    .im-main-ourservice-inner {
        flex-wrap: wrap;
    }

    .im-main-ourservice-inner .item {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    .im-flex-main-news .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }

    .im-flex-main-news-bottom .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }

    .im-footer-last {
        flex-wrap: wrap;
    }

    .im-footer-last > div {
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
    }

    .im-footer-last .im-footer-icons {
        margin-bottom: 15px;
        order: 1;
    }

    .im-footer-last .im-footer-copyright {
        order: 2;
    }
}

@media (max-width: 599.98px) {
    .im-header-bar .top-header {
        display: none;
    }

    .im-header-bar .message-block {
        width: 100%;
    }

    #header .banner {
        padding-right: 0;
    }
}

@media (max-width: 529.98px) {
    #header .banner {
        padding-left: 30px;
    }

    #header .logo img,
    #header .banner img {
        height: auto;
        max-width: 100%;
        width: auto;
    }
}

@media (max-width: 499.98px) {
    .im-main-heading {
        margin-top: 50px;
        margin-bottom: 30px;
        font-size: 28px;
        font-weight: 700;
    }
}

@media (max-width: 549.98px) {
    .im-main-ourservice-inner {
        margin-top: 5px;
    }

    .im-main-ourservice-inner .item {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .im-main-slider .item .caption {
        bottom: 20px;
    }

    .im-flex-main-news .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .im-flex-main-news-bottom .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}
