@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.detail_content table td {
    padding: 10px;
}

.detail_content p {
    font-size: 15px;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
}

.era-1, .era-2, .era-3, .era-4, .era-5, .era-6, .era-7, .era-8, .era-9, .era-10, .era-11, .era-12 {
    float: left;
}

.era-12 {
    width: 100%;
}

.era-2 {
    width: calc(100% / 6);
}

.era-3 {
    width: 25%;
}

.era-4 {
    width: 33.3333%;
}

.era-6 {
    width: 50%;
}

.era-8 {
    width: 66.66666%;
}

.era-9 {
    width: 75%;
}

.era_home_title h3 {
    margin-bottom: 30px;
    font-weight: bold;
}
/**********************carousel**********************/
.owl-carousel,
.owl-carousel .owl-item,
.artic, .artic .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel, .artic {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

    .owl-stage:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

.owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    width: 100%;
    cursor: -webkit-grab;
}

    .owl-stage-outer .article_item h4 a {
        color: #000;
        font-weight: 600;
        padding-left: 10px;
    }

    .owl-stage-outer .article_item p {
        padding-left: 10px;
    }

    .owl-stage-outer .article_item h4 a:hover {
        text-decoration: none;
        color: #882520;
    }

.owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    cursor: hand;
}

    .owl-item img {
        display: block;
        width: 100%;
        -webkit-transform-style: preserve-3d;
        transition: all .3s linear 0s;
    }

    .imgNganhHoc{
        height:236px;
    }

.no-js .owl-carousel, .no-js .artic,
.owl-loaded {
    display: block
}

.owl-dot,
.owl-nav .owl-next,
.owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-nav {
    position: absolute;
    bottom: 0px;
    right: 35px;
    z-index: 50;
}

    .owl-nav .owl-next,
    .owl-nav .owl-prev {
        color: #fff;
        padding: 5px;
        float: left;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 52px;
    }

        .owl-nav .owl-next:hover,
        .owl-nav .owl-prev:hover {
            color: #882520;
            border-color: #882520;
            z-index: 100;
        }

.owl-loading {
    opacity: 0;
    display: block
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 15px;
    display: none;
}

    .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        /* *display: inline;  */
    }

        .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
        }

        .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
            background: #882520;
        }
/************header************/
.era_pre_header {
    background: #073050;
    padding: 5px 0;
    color: #fff;
}

.era_pre_header_main {
    display: flex;
    align-items: center;
}

.era_pre_header .era_head_link ul {
    list-style-type: none;
}

.era_pre_header .era_head_link > ul > li {
    float: right;
    position: relative;
}

    .era_pre_header .era_head_link > ul > li > ul {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        padding: 0;
        background: #073050;
        width: 150%;
        border-radius: 0 0 5px 5px;
        z-index: 5;
    }

    .era_pre_header .era_head_link > ul > li:hover > ul {
        display: block;
    }

.era_pre_header .era_head_link a {
    font-size: 14px;
    padding: 0 10px;
    display: block;
}

.era_pre_header .era_head_link > ul > li > ul a {
    padding: 10px;
}

.era_pre_header .era_head_link a,
.era_pre_header .era_head_social a {
    color: #fff;
}

    .era_pre_header .era_head_link a:hover,
    .era_pre_header .era_head_link a:focus,
    .era_pre_header .era_head_social a:hover,
    .era_pre_header .era_head_social a:focus {
        color: #aaa;
    }

.era_pre_header .era_head_text {
    display: flex;
    align-items: flex-end;
    padding: 0 65px 0 0;
}

    .era_pre_header .era_head_text p {
        width: 70%;
        float: left;
        margin-bottom: -5px;
        font-size: 12px;
    }

    .era_pre_header .era_head_text img {
        width: 20%;
        float: left;
    }

.era_pre_header .era_language .form-group {
    margin: 0 0 0 35%;
}

.era_pre_header .era_language .form-control {
    height: auto !important;
    padding: 3px 10px;
    background: transparent;
    border: none;
    color: #fff;
    box-shadow: none;
}

    .era_pre_header .era_language .form-control option {
        color: #073050;
    }

.era_mid_header > div {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.era_mid_link {
    text-align: right;
}

    .era_mid_link a {
        padding: 0 15px;
        color: #882520 !important;
        font-size: 18px;
        width: 50%;
    }

        .era_mid_link a i {
            margin-right: 15px;
        }

.era_search {
    position: relative;
}

    .era_search input {
        border-radius: 50px;
        height: 30px;
        padding: 0px 40px 0px 20px;
    }

        .era_search input:focus {
            color: #333;
            background-color: #fff;
            border-color: #882520;
            outline: 0;
            box-shadow: none;
        }

    .era_search button {
        position: absolute;
        top: 0;
        right: 15px;
        border: none;
        background: #882520;
        border-radius: 100%;
        color: #fff;
        width: 30px;
        height: 30px;
    }

.era_main_menu {
    background: #882520;
}

    .era_main_menu nav.navbar {
        margin-bottom: 0;
    }

        .era_main_menu nav.navbar .collapse.navbar-collapse {
            padding: 0;
        }

    .era_main_menu ul.era_simple {
        padding: 0;
        width: 100%;
        float: left;
        margin: 0;
    }

        .era_main_menu ul.era_simple > li {
            padding-right: 30px;
            float: left;
            display: flex;
            align-items: center;
        }

ul.era_simple > li > a:hover,
ul.era_simple > li > a:focus {
    text-decoration: none;
    background: none;
}

.era_main_menu ul.era_simple > li > a {
    color: #fff;
    font-size: 16px;
    padding: 15px 0px;
    margin: 0px;
    font-weight: 600;
    position: relative;
}

    .era_main_menu ul.era_simple > li > a:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        width: 0;
        height: 5px;
        margin-top: 4px;
        transition: .3s all ease;
        background: #fff;
    }

    .era_main_menu ul.era_simple > li > a:hover:after,
    .era_main_menu ul.era_simple > li > a:focus:after,
    .era_main_menu ul.era_simple > li.active a:after {
        left: 0;
        width: 100%;
    }

.era_main_menu ul.era_simple > li.has-sub {
    position: static;
}

    .era_main_menu ul.era_simple > li.has-sub > ul.sub-menu {
        position: absolute;
        top: 100%;
        z-index: 100;
        width: 50%;
        padding: 30px;
        background: rgba(255,255,255,0.9);
        list-style-type: none;
        display: none;
    }

    .era_main_menu ul.era_simple > li.has-sub:last-child > ul.sub-menu {
        width: 35%;
    }

    .era_main_menu ul.era_simple > li.has-sub:hover > ul.sub-menu,
    .era_main_menu ul.era_simple > li.has-sub:focus > ul.sub-menu {
        display: block;
    }

    .era_main_menu ul.era_simple > li.has-sub ul.sub-menu > div:nth-child(2) {
        padding-left: 30px;
    }

    .era_main_menu ul.era_simple > li.has-sub ul.sub-menu li {
        margin: 0 0 7px 0;
        border-bottom: 2px solid #ddd;
        padding-bottom: 5px;
        position: relative;
    }

        .era_main_menu ul.era_simple > li.has-sub ul.sub-menu li a {
            color: #333;
            font-weight: bold;
            display: block;
        }

            .era_main_menu ul.era_simple > li.has-sub ul.sub-menu li a:hover,
            .era_main_menu ul.era_simple > li.has-sub ul.sub-menu li a:focus {
                color: #882520;
            }

    .era_main_menu ul.era_simple > li.has-sub > ul.sub-menu li.has-sub > ul.sub-menu-2 {
        position: absolute;
        top: 0px;
        left: 100%;
        z-index: 100;
        width: 100%;
        padding: 30px;
        background: rgba(255,255,255,0.9);
        list-style-type: none;
        display: none;
    }

    .era_main_menu ul.era_simple > li.has-sub > ul.sub-menu li.has-sub:hover > ul.sub-menu-2,
    .era_main_menu ul.era_simple > li.has-sub > ul.sub-menu li.has-sub:focus > ul.sub-menu-2 {
        display: block;
    }

.era_contact_box {
    position: fixed;
    top: calc(50% - 72px);
    left: calc(100% - 48px);
    z-index: 10;
    display: flex;
    flex-direction: column;
    border-radius: 15px 0 0 15px;
    font-size: 24px;
}

    .era_contact_box a {
        color: #fff !important;
        background: #882520;
        padding: 15px;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        left: 0;
        display: flex;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .era_contact_box a:first-child {
            border-radius: 15px 0 0 0;
        }

        .era_contact_box a:last-child {
            border-radius: 0 0 0 15px;
        }

        .era_contact_box a:hover {
            left: -290px;
            border-radius: 15px 0 0 15px;
        }

        .era_contact_box a span {
            font-size: 16px;
        }

    .era_contact_box i {
        margin-right: 15px;
    }
/************slider************/
.era_slider .slider_item {
    position: relative;
    width: 100%;
}

    .era_slider .slider_item img {
        width: 100%;
    }

    .era_slider .slider_item .info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px;
        min-height: 75px;
    }

        .era_slider .slider_item .info > div {
            display: flex;
            align-items: center;
        }

        .era_slider .slider_item .info h3 {
            margin: 0;
            width: 70%;
            float: left;
            color: #fff;
            line-height: 1.2;
        }

        .era_slider .slider_item .info a {
            margin: auto;
            color: #fff;
            border: 1px solid #fff;
            padding: 5px 10px;
        }

            .era_slider .slider_item .info a:hover,
            .era_slider .slider_item .info a:focus {
                color: #882520;
                border-color: #882520;
            }
/*******banner******/
.single_banner img {
    width: 100%;
}
/*************body menu************/
.era_body_menu {
    margin-top: 30px;
}

    .era_body_menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%;
        float: left;
        background: #9f4449;
    }

        .era_body_menu ul.main_menu > li {
            float: left;
            background: #9f4449;
            text-align: center;
            cursor: pointer;
        }

            .era_body_menu ul.main_menu > li:hover,
            .era_body_menu ul.main_menu > li:focus,
            .era_body_menu ul.main_menu > li.active {
                background: #882520
            }

        .era_body_menu ul.main_menu li a,
        .era_body_menu ul.main_menu li a:hover,
        .era_body_menu ul.main_menu li a:focus {
            color: #fff;
            padding: 20px 15px;
            display:block;
            font-size: 16px;
            font-weight: 700;
        }

        .era_body_menu ul.main_menu > li > ul.sub_menu {
            position: absolute;
            top: 100%;
            left: 0;
            align-items: center;
            background: #882520;
            display: none;
        }

        .era_body_menu ul.main_menu > li.active > ul.sub_menu {
            display: block;
        }

        .era_body_menu ul.main_menu > li > ul.sub_menu > li {
            background: #882520;
            float: left;
            display: flex;
            align-items: center;
        }

            .era_body_menu ul.main_menu > li > ul.sub_menu > li > a {
                padding: 15px 30px;
                float: left;
            }

            .era_body_menu ul.main_menu > li > ul.sub_menu > li > i {
                color: #fff;
                background: #882520;
                float: left;
            }

            .era_body_menu ul.main_menu > li > ul.sub_menu > li:hover > i {
                animation-name: shake;
                animation-delay: .08s;
                animation-duration: 0.2s;
            }

@keyframes shake {
    0%, 100% {
        transform: translate3d(0px, 0, 0);
    }

    50% {
        transform: translate3d(10px, 0, 0);
    }
}

.era_body_menu ul.main_menu li a img {
    width: 20px;
    margin-right: 5px;
}
/*****************home article list****************/

.home_article_list > div:first-child {
    /*height: 300px;*/
    background: #073050;
    color: #fff;
    padding: 30px;
}

    .home_article_list > div:first-child a,
    .home_article_list > div:first-child a:hover,
    .home_article_list > div:first-child a:focus {
        color: #fff;
        padding: 5px 10px;
        border: 1px solid #fff;
        display: inline-block;
        margin-top: 30px;
    }

.home_article_list > div {
    height: 250px;
}

    .home_article_list > div:nth-child(6),
    .home_article_list > div:nth-child(7) {
        width: calc(75% / 2);
    }

.home_article_list .article_item {
    position: relative;
    overflow: hidden;
}

    .home_article_list .article_item img {
        width: 100%;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        min-height:250px;
    }

    .home_article_list .article_item:hover img {
        transform: scale(1.3);
    }

    .home_article_list .article_item .date {
        position: absolute;
        top: 15px;
        right: 15px;
        background: rgba(0,0,0,0.5);
        padding: 10px;
        color: #fff;
        z-index: 10;
    }

        .home_article_list .article_item .date span {
            display: block;
            font-size: 22px;
            text-align: center;
        }

    .home_article_list .article_item .article_info {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: rgba(0,0,0,0.5);
        padding: 5px 15px 10px 15px;
        color: #fff;
        height: 75px;
    }

        .home_article_list .article_item .article_info h3 {
            font-size: 16px;
            margin: 0;
            padding: 5px 0 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            line-height: 1.3;
        }

.article_info span,
.labrary_info span,
.course_info span {
    position: relative;
    display: block;
}

    .article_info span:before,
    .labrary_info span:before,
    .course_info span:before {
        content: "\f054";
        font-family: FontAwesome;
        position: absolute;
        top: calc(50% - 12px);
        right: -15px;
        color: #fff;
        font-size: 14px;
    }
/************single_banner************/
.single_banner {
    margin: 30px auto;
}
/**********course************/
.era_course,
.era_course_list {
    position: relative;
}
.era_course .owl-stage-outer{
    border-top: #073050 5px solid;
    border-bottom: #073050 5px solid;
}
    .era_course .course_item,
    .era_course_list .course_item {
        position: relative;
        overflow: hidden;
    }

        .era_course .course_item .course_info,
        .era_course_list .course_item .course_info {
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px;
            background: rgba(0,0,0,0.5);
            padding: 15px 25px 15px 15px;
            color: #fff;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .era_course .course_item:hover .course_info,
        .era_course_list .course_item:hover .course_info {
            bottom: 0 !important;
        }

        .era_course .course_item .course_info .course_title,
        .era_course_list .course_item .course_info .course_title {
            font-size: 18px;
            font-weight: bold;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 3;
        }

    .era_course .owl-nav,
    .era_app_list .owl-nav,
    .era_partner .owl-nav {
        position: unset;
    }

.era_app_list .owl-nav {
    display: none;
}

.era_course .owl-prev,
.era_course .owl-next,
.era_app_list .owl-prev,
.era_app_list .owl-next,
.era_partner .owl-prev,
.era_partner .owl-next {
    position: absolute;
    top: calc(50% - 20px);
    color: #ccc !important;
    border-color: #ccc !important;
    z-index: 200;
}

    .era_course .owl-prev:hover,
    .era_course .owl-prev:focus,
    .era_course .owl-next:hover,
    .era_course .owl-next:focus,
    .era_app_list .owl-prev:hover,
    .era_app_list .owl-prev:focus,
    .era_app_list .owl-next:hover,
    .era_app_list .owl-next:focus,
    .era_partner .owl-prev:hover,
    .era_partner .owl-prev:focus,
    .era_partner .owl-next:hover,
    .era_partner .owl-next:focus {
        color: #882520 !important;
        border-color: #882520 !important;
    }

.era_course .owl-prev,
.era_app_list .owl-prev,
.era_partner .owl-prev {
    left: -50px;
}

.era_course .owl-prev{
    top: 164px;
}
.era_course .owl-next{
    top: 164px;
}

.era_course .owl-next,
.era_app_list .owl-next,
.era_partner .owl-next {
    right: -50px;
}

.era_course_list .course_item .course_info {
    padding: 0 15px 15px 0;
}

    .era_course_list .course_item .course_info img {
        width: 25%;
        padding: 17px 25px;
        background: #882520;
        float: left;
    }

    .era_course_list .course_item .course_info .course_title,
    .era_course_list .course_item .course_info .course_title + p {
        width: calc(75% - 15px);
        margin: 15px 0 0 15px;
        float: left;
    }

    .era_course_list .course_item .course_info .course_title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

        .era_course_list .course_item .course_info .course_title + p {
            margin-top: 0;
        }

    .era_course_list .course_item .course_info p:last-child {
        width: 100%;
        float: left;
        padding-left: 15px;
    }

    .era_course_list .course_item .course_info span:before {
        right: 0;
    }
/***********Labrary***********/
.era_labrary {
    margin: 30px auto;
    overflow: hidden;
    border-top: #073050 5px solid;
    border-bottom: #073050 5px solid;
}

    .era_labrary > div:first-child {
        height: 300px;
        background: #073050;
        color: #fff;
        padding: 30px;
    }

    .era_labrary > div:nth-child(2),
    .era_labrary > div:nth-child(3) {
        width: calc(75% / 2);
        height: 300px;
        position: relative;
    }

    .era_labrary > div:first-child h1 {
        margin-bottom: 100px;
    }

    .era_labrary > div img {
        width: 100%;
        height: 100%;
    }

    .era_labrary .era_labrary_item > a > i {
        position: absolute;
        top: calc(42% - 23px);
        left: calc(50% - 23px);
        width: 46px;
        height: 46px;
        color: #fff;
        display: flex;
        border-radius: 100%;
        border: 2px solid #fff;
        align-items: center;
        justify-content: center;
    }

    .era_labrary .era_labrary_item .labrary_info {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: rgba(0,0,0,0.5);
        padding: 15px 25px 15px 15px;
        color: #fff;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .era_labrary .era_labrary_item .labrary_info .labrary_title {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
@media (max-width: 480px) {
    .era_labrary > div:first-child{
        height:auto;
    }
    .era_labrary > div:first-child h1{
        margin-bottom: 0;
    }
}
.labrary_info .labrary_title i {
    margin-right: 15px;
}
/*******Application*********/
.era_application {
    margin: 30px auto;
}

.era_app_list {
    position: relative;
}

.application_item a {
    color: #073050;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    position: relative;
}
    /*.application_item a:before{
	content:"";
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #073050;
    border-radius: 100%;
    width: 120px;
    height: 120px;
}*/
    .application_item a img {
        width: 160px;
        height: 160px;
        margin: 25px auto 30px;
    }
/**********Community*********/
.era_community {
    margin: 30px auto;
}

.comm_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
    color: #fff !important;
}

    .comm_item a img {
        border-radius: 100%;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .comm_item a:hover img {
        transform: scale(1.1);
    }

    .comm_item a span {
        display: block;
        margin: 15px 0;
    }

.comm_item:nth-child(odd) {
    background: #882520;
}

.comm_item:nth-child(even) {
    background: #9f4449;
}
/**********Partner***********/
.era_partner {
    margin: 30px auto;
    position: relative;
}

    .era_partner img {
        /*-webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;*/
    }

        .era_partner img:hover,
        .era_partner img:focus {
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
        }
/*********article list************/
.era_banner_page .row {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(7, 48, 80, 0.5);
}

    .era_banner_page .row img {
        z-index: -1;
        width: 100%;
    }

    .era_banner_page .row .container {
        position: absolute;
        left: 0;
        right: 0;
        color: #fff;
        z-index: 10;
    }

.era_menu_page {
    background: #073050;
    padding: 15px;
}

    .era_menu_page a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

    .era_menu_page i {
        color: #fff;
        margin: 0 20px;
    }

.era_menu_article {
    list-style-type: none;
    padding: 0;
    background: #882520;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .era_menu_article li {
        padding: 10px;
        position: relative;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #882520;
        font-size: 14px;
        font-weight: bold;
    }

    .era_menu_article a {
        color: #fff !important;
        text-transform: uppercase;
    }
        /*.era_menu_article a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 5px;
    margin-top: 4px;
    transition: .3s all ease;
    background: #fff;
}*/
        .era_menu_article a:hover .era_menu_article a:focus,
        .era_menu_article a.active {
            color: #ffb18b !important;
        }

.era_article_list .article_item {
    margin: 30px 0 0;
    padding: 0 0 30px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

    .era_article_list .article_item .date,
    .era_related_article .article_item .date {
        position: absolute;
        top: 15px;
        left: 15px;
        background: rgba(0,0,0,0.5);
        padding: 10px;
        color: #fff;
        z-index: 10;
    }

        .era_article_list .article_item .date span,
        .era_related_article .article_item .date span {
            display: block;
            font-size: 22px;
            text-align: center;
        }

    .era_article_list .article_item:nth-child(1),
    .era_article_list .article_item:nth-child(7) {
        border-bottom: 1px solid #ccc;
        padding: 0 0 30px;
    }

    .era_article_list .article_item img {
        float: left;
        margin-right: 15px;
        width: 55%;
        height: 170px;
    }

.era_article_list > .article_item:first-child img,
.era_article_list > .article_item:nth-child(7) img {
    height: 277px;
}

.era_article_list .article_item.small_img img {
    width: 35%;
}

.era_article_list .article_item h3 {
    color: #073050;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

    .era_article_list .article_item h3:hover {
        color: #882520;
    }

.era_article_list .article_item p {
    color: #333;
    line-height: 1.7;
    text-align: justify;
}

.era-row {
    margin: 0 -15px 30px;
    float: left;
}

.era_article_list .era-row .article_item {
    padding: 0 15px;
    border: none;
}

    .era_article_list .era-row .article_item .date {
        left: 30px;
    }

    .era_article_list .era-row .article_item img {
        width: 100%;
    }

    .era_article_list .era-row .article_item h3 {
        font-size: 16px;
        margin: 10px 0;
        float: left;
    }

.era_article_list > a > img {
    padding-top: 30px;
    border-top: 1px solid #ccc;
}

.era_title {
    text-align: center;
    padding: 10px;
    background: #882520;
    color: #fff;
    font-weight: bold;
}

.era_hot_news {
    margin-bottom: 30px;
}

.era_main_body {
    margin: 30px auto;
    /*display: table;*/
}

.era_hot_news .era_content {
    padding: 30px;
    background: #f0f0f0;
}

    .era_hot_news .era_content a {
        display: flex;
        color: #555;
        margin-bottom: 30px;
    }

        .era_hot_news .era_content a:last-child {
            margin-bottom: 0px;
        }

        .era_hot_news .era_content a:hover,
        .era_hot_news .era_content a:focus {
            color: #882520;
        }

        .era_hot_news .era_content a img {
            width: 30%;
            height: 50px;
            margin-right: 15px;
            float: left;
        }

        .era_hot_news .era_content a h5 {
            font-size: 16px;
            line-height: 1.3;
            margin-top: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }
/***********Article Detail**********/
.article_detail .detail_title h1 {
    margin-bottom: 30px;
    color: #882520;
}

.article_detail > img {
    display: block;
    margin: auto;
}

.article_detail .detail_create_date,
.article_detail .detail_views {
    display: inline-block;
    padding: 30px 30px 10px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #882520;
    font-size: 14px;
}

.article_detail .detail_views {
    padding: 30px 0px 10px 30px;
    margin-bottom: 20px;
    margin-left: -10px;
}

.article_detail .recruitment_content > table:first-child td {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

    .article_detail .recruitment_content > table:first-child td:nth-child(2) {
        padding-left: 30px;
        border-left: 1px solid #ddd;
    }

.related_title h4 {
    display: inline-block;
    margin: 30px 0;
    padding-bottom: 2px;
    border-bottom: 3px solid #882520;
}

.era_related_article .article_item:nth-child(even) {
    padding-right: 30px;
    border-right: 1px solid #ccc;
}

.era_related_article .article_item:nth-child(odd) {
    padding-left: 30px;
}

.era_related_article .article_item a {
    float: left;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

    .era_related_article .article_item a h3 {
        font-size: 18px;
        color: #882520;
        margin-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.3;
        height: 46px;
    }

    .era_related_article .article_item a p {
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        height: 60px;
    }

.era_related_article .article_item img {
    width: 35%;
    float: left;
    margin-right: 15px;
}

.era_recruitment .article_item img {
    width: 150px;
    height: 150px;
}

.era_title_article h3 {
    padding-bottom: 5px;
    margin-bottom: 30px;
    color: #882520;
    display: inline-block;
    position: relative;
    font-weight: bold;
}

    .era_title_article h3:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #882520;
    }

.era_science_list .article_item > a {
    display: block;
    margin-bottom: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.3;
}

.era_science_list.era_tcsb .article_item > a > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.3;
}

.era_science_list .article_item:hover > a h4 {
    color: #882520;
}

.era_science_list .article_item > a .era_img_science {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .era_science_list .article_item > a .era_img_science:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(7, 48, 80, 0.8);
        opacity: 0;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .era_science_list .article_item > a .era_img_science:after {
        content: "\f06e";
        font-family: 'FontAwesome';
        position: absolute;
        color: #fff;
        font-size: 28px;
        opacity: 0;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.era_science_list .article_item:hover > a .era_img_science:before,
.era_science_list .article_item:hover > a .era_img_science:after {
    opacity: 1;
}

.era_main_body > .era-8 {
    padding-right: 30px;
}

.era_table table {
    margin-top: 30px;
}

    .era_table table th {
        background: #ddd;
        border-right: 2px solid #fff;
        text-align: center;
    }

    .era_table table td a {
        display: flex;
        justify-content: center;
        color: #333;
    }

        .era_table table td a:hover,
        .era_table table td a:focus {
            color: #882520;
        }
/***********course list**************/
.course_head_title h3 {
    text-align: center;
    color: #073050;
    font-weight: bold;
}

.course_head_title {
    padding: 0 10%;
    text-align: justify;
    margin-bottom: 30px;
}

.era_main_body.era_course_list {
    margin-bottom: 0;
}

.era_course_list .course_item {
    padding: 0 15px;
    height: 250px;
    margin-bottom: 30px;
}

    .era_course_list .course_item .course_info {
        left: 15px;
        right: 15px;
    }

.course_img {
    height: 230px;
}

.course_txt {
    position: relative;
    height: 100%;
    background: #073050;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    height: 230px;
}

    .course_txt:before {
        content: "";
        position: absolute;
        right: 100%;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-right: 30px solid #073050;
    }

    .course_txt h5 {
        margin-bottom: 30px;
    }

    .course_txt p {
        font-size: 14px;
    }

    .course_txt a,
    .course_txt a:hover,
    .course_txt a:focus {
        color: #fff;
        padding: 5px 10px;
        border: 1px solid #fff;
        display: inline-table;
    }

.era_course_detail .course_detail_item > h4 {
    background: #882520;
    color: #fff;
    padding: 10px 30px 10px 70px;
    margin-bottom: 30px;
    margin-top: 0px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

    .era_course_detail .course_detail_item > h4 img {
        position: absolute;
        left: 20px;
        top: 7px;
        width: 25px;
    }

    .era_course_detail .course_detail_item > h4 i {
        float: right;
        transform: rotateX(180deg);
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .era_course_detail .course_detail_item > h4.active i {
        transform: rotateX(0deg);
    }

.era_course_detail .course_detail_item .content {
    display: none;
    margin-bottom: 30px;
}

.era_course_detail .course_detail_item:first-child .content {
    display: block;
}

.feeling_student_item {
    padding: 30px;
    border: 2px solid #bbb;
    width: 29%;
    margin: 0 2.16666%;
    text-align: center;
}

    .feeling_student_item:hover {
        background: #ddd;
    }

    .feeling_student_item img {
        border-radius: 100%;
        width: 70%;
    }

    .feeling_student_item h5 {
        margin: 10px 0 0;
        background: #882520;
        color: #fff;
        padding: 3px;
    }

    .feeling_student_item p {
        margin: 30px 0;
        text-align: justify;
    }

.related_course {
    margin-bottom: 30px;
}

    .related_course .course_item {
        height: 250px;
    }

.era_register_form {
    text-align: center;
    background: url("../../images/images/yersin/course/dang%20ky%20tu%20van%20nganh%20hoc.jpg");
    background-position: 15px;
    background-size: calc(100% - 30px);
    background-repeat: no-repeat;
}

    .era_register_form .form {
        padding: 30px;
        background: rgba(7, 48, 80, 0.6);
    }

        .era_register_form .form h4 {
            color: #fff;
        }

        .era_register_form .form p {
            color: yellow;
        }

        .era_register_form .form .form-control {
            margin-bottom: 15px;
            box-shadow: none;
            outline: none;
        }

        .era_register_form .form .btn.btn-primary {
            background: yellow;
            color: #333;
            padding: 5px 15px;
            border: none;
            box-shadow: none;
            outline: none;
            font-weight: bold;
        }

.banner_stand {
    margin-bottom: 30px;
}

    .banner_stand img {
        width: 100%;
    }
/***********pagination**********/
.pagination {
    padding-right: 15px;
    margin: 30px auto;
    float: left !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .pagination a {
        color: #aaa !important;
        border-color: transparent !important;
        border-radius: 3px !important;
        margin: 0 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 10px;
    }

        .pagination a:focus,
        .pagination a:hover,
        .pagination li.active > a {
            z-index: 2;
            color: #fff !important;
            background-color: #882520 !important;
            border-color: #882520 !important;
        }

    .pagination > li.PagedList-skipToPrevious > a,
    .pagination > li.PagedList-skipToNext > a,
    .pagination > li.PagedList-skipToFirst > a,
    .pagination > li.PagedList-skipToLast > a {
        color: #882520 !important;
        border: 1px solid #882520 !important;
        z-index: 2;
    }

    .pagination li.PagedList-skipToPrevious > a:hover,
    .pagination li.PagedList-skipToPrevious > a:focus,
    .pagination li.PagedList-skipToNext > a:hover,
    .pagination li.PagedList-skipToNext > a:focus,
    .pagination li.PagedList-skipToFirst > a:hover,
    .pagination li.PagedList-skipToLast > a:hover {
        color: #fff !important;
        background-color: #882520 !important;
        border-color: #882520 !important
    }
/********sideBar**********/
.era_sidebar_menu {
    margin-bottom: 30px;
}

    .era_sidebar_menu .item {
        background: #f0f0f0;
    }

        .era_sidebar_menu .item a {
            display: block;
            border-bottom: 1px solid #aaa;
            color: #333;
            font-weight: bold;
            padding: 10px 15px;
        }

        .era_sidebar_menu .item:last-child a {
            border-bottom: none;
        }

        .era_sidebar_menu .item a:hover,
        .era_sidebar_menu .item a:focus,
        .era_sidebar_menu .item a.active {
            color: #882520;
        }

        .era_sidebar_menu .item.sub a:before {
            content: "\f0c8";
            font-family: 'FontAwesome';
            margin-right: 10px;
            font-size: 6px;
            position: relative;
            top: -3px;
        }

        .era_sidebar_menu .item a i {
            float: right;
            margin-top: 5px;
        }
/***********modal**********/
.era_form_popup .close {
    position: absolute;
    right: -11px;
    top: -11px;
    z-index: 9;
    background: #fff;
    opacity: 1;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    color: #882520;
}

.era_form_popup .modal-body {
    padding: 0px;
}

    .era_form_popup .modal-body > div {
        background: #882520;
        float: left;
        padding: 30px;
        height: 148px;
    }

        .era_form_popup .modal-body > div .form-control {
            width: calc(50% - 10px);
            float: left;
            margin: 0 10px 10px 0;
            border-radius: 25px;
            background: #fff;
            border: none;
        }

            .era_form_popup .modal-body > div .form-control:hover,
            .era_form_popup .modal-body > div .form-control:focus {
                outline: none;
                box-shadow: none;
            }

.button_popup {
    height: 88px;
    display: flex;
    align-items: center;
}

    .button_popup button {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
        padding: 10px 15px;
        outline: none;
        box-shadow: none;
        display: block;
        width: 100%;
    }

        .button_popup button i {
            border-radius: 100%;
            border: 1px solid #fff;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            float: right;
        }

        .button_popup button:hover,
        .button_popup button:focus {
            color: #882520;
            border: 1px solid #882520;
            background: #fff;
        }

            .button_popup button:hover i,
            .button_popup button:focus i {
                border: 1px solid #882520;
            }

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px !important;
        margin: auto !important;
        top: calc(50% - 280px);
    }
}

@media (min-width: 1024px) {
    
    .lienket .era_partner .owl-stage-outer .owl-stage .owl-item{
        width:180px !important;
    }
}

.era_mini_popup {
    position: fixed;
    bottom: -40px;
    left: 50px;
    z-index: 500;
    padding: 10px 20px;
    background: #882520;
    color: #fff;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .era_mini_popup:hover {
        background: #333;
    }

    .era_mini_popup i {
        transform: rotate(-35deg);
    }
/***********************/
.gallery_menu {
    padding: 0px;
    position: relative;
}

    .gallery_menu > li {
        list-style-type: none;
        text-align: center;
        padding: 10px;
        background: #882520;
        cursor: pointer;
    }

        .gallery_menu > li .gallery_list > div {
            padding: 0 5px;
        }

        .gallery_menu > li.album_images .gallery_list > div:nth-of-type(9n+1),
        .gallery_menu > li.album_images .gallery_list > div:nth-of-type(9n+5) {
            width: 65%;
        }

        .gallery_menu > li.album_images .gallery_list > div:nth-of-type(9n+2),
        .gallery_menu > li.album_images .gallery_list > div:nth-of-type(9n+6) {
            width: 35%;
        }

        .gallery_menu > li.album_images .gallery_list > div:nth-of-type(9n+3) {
            width: 35%;
        }

        .gallery_menu > li.album_images .gallery_list > div:nth-of-type(9n+4) {
            width: 65%;
        }

        .gallery_menu > li.album_images .gallery_list > div:nth-of-type(9n+7) {
            width: 33.33333%;
        }

        .gallery_menu > li.album_images .gallery_list > div:nth-of-type(9n+8) {
            width: 33.33333%;
        }

        .gallery_menu > li.album_images .gallery_list > div:nth-of-type(9n+9) {
            width: 33.333333%;
        }

        .gallery_menu > li a {
            color: #fff;
            margin-bottom: 10px;
            position: relative;
        }

        .gallery_menu > li.album_images .gallery_item a:first-child:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            background: rgba(7, 48, 80, 0.5);
        }

        .gallery_menu > li a span {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            display: flex;
            padding: 15px 25px;
            opacity: 0;
            z-index: 10;
            text-align: left;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .gallery_menu > li.album_video a span {
            background: rgba(7, 48, 80, 0.5);
        }

        .gallery_menu > li a:hover span,
        .gallery_menu > li.album_images .gallery_item a:first-child:hover:before {
            opacity: 1;
        }

        .gallery_menu > li a span i {
            margin: 3px 15px 0 0;
        }

        .gallery_menu > li.active > a {
            color: #ffb18b;
        }

        .gallery_menu > li a img {
            width: 100%;
            height: 239px;
        }

        .gallery_menu > li .gallery_list {
            position: absolute;
            left: 0;
            right: 0;
            top: calc(100% + 30px);
            margin: 0 -5px;
            display: none;
        }

        .gallery_menu > li.active .gallery_list {
            display: block;
        }

        .gallery_menu > li .gallery_list .gallery_item a {
            display: none;
        }

            .gallery_menu > li .gallery_list .gallery_item a:first-child {
                display: block;
            }

.fancybox-skin {
    padding: 0 !important;
}
/**********back_top***********/
.back_top {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 50;
    padding: 10px;
    background: #882520;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: none !important;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .back_top.era_show {
        display: block !important;
    }

    .back_top:hover {
        background: #333;
    }
/*********Contact************/
.era_contact_info {
}

    .era_contact_info h2,
    .era_contact_info h4 {
        color: #882520;
    }

    .era_contact_info .era-3,
    .era_contact_info .era-9 {
        border: 1px solid #f0f0f0;
        padding: 15px;
        min-height: 70px;
    }

    .era_contact_info .era-3 {
        border-left: 3px solid #882520;
        display: flex;
        align-items: center;
    }

    .era_contact_info .era-12:last-child .era-3 {
        height: 92px;
    }

    .era_contact_info .era-9 {
        border-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .era_contact_info .era-3 i {
        padding: 10px;
        border-radius: 100%;
        background: #882520;
        color: #fff;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        margin-right: 20px;
    }

.era_contact_form {
    padding: 20px;
    background: #882520;
    color: #fff;
    margin: 15px 0 30px 30px;
    width: calc(50% - 30px);
}

    .era_contact_form label:first-child {
        display: block;
        text-align: center;
        margin: 0 0 31px;
        color: #ffb18b;
        font-size: 18px;
    }

    .era_contact_form .form-control {
        outline: none !important;
        box-shadow: none !important;
        border-radius: 0;
        border: none !important;
        margin-bottom: 17px;
    }

    .era_contact_form input.btn.btn-primary {
        float: right;
        border: none;
        border-radius: 0;
        outline: none;
        box-shadow: none;
        background: #ffb18b;
        color: #333;
        font-weight: bold;
        padding: 5px 20px;
        cursor: pointer;
        z-index: 20;
        position: relative;
    }

        .era_contact_form input.btn.btn-primary:hover,
        .era_contact_form input.btn.btn-primary:focus {
            color: #fff;
        }

.era_map {
    margin: 30px 0;
}

.article_detail {
    padding-right: 50px;
}

.gallery_main {
    padding-right: 20px;
}

.era_partner_list {
    padding: 50px 15px;
}

    .era_partner_list > div > div {
        border-bottom: 1px solid #f0f0f0;
        text-align: center;
    }

        .era_partner_list > div > div > a {
            padding: 0 30px;
            margin: 30px 0;
            display: block;
        }

        .era_partner_list > div > div:nth-child(3n+2) > a {
            border-left: 1px solid #f0f0f0;
            border-right: 1px solid #f0f0f0;
        }

.era_article_list .btn-success {
    width: 100%;
    height: 34px;
}

.era_count_result p {
    margin: 15px 0;
}
/********Footer**********/
.era_pre_footer {
    background: url("../../images/images/yersin/other/DANGKY.jpg") no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.logo_footer img {
    width: 75%;
    margin-bottom: 15px;
}

.era_pre_footer > div {
    display: flex;
    align-items: center;
}

.text_connect_us {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.era_form .form-control {
    width: calc(80% - 15px);
    float: left;
    border: none;
    box-shadow: none;
    margin-right: 15px;
    border-radius: 0;
    height: 50px;
}

.era_form button {
    height: 50px;
    background: #882520;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 20%;
    outline: none !important;
}

.era_mid_footer {
    background: #882520;
    color: #fff;
    padding: 30px;
}

    .era_mid_footer .era-2 span {
        display: block;
        color: #ffb18b;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .era_mid_footer .era-2 a {
        color: #fff !important;
        display: block;
    }

        .era_mid_footer .era-2 a:hover,
        .era_mid_footer .era-2 a:focus {
            color: #0056b3 !important;
        }

.era_bottom_footer {
    background: #073050;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.article_detail .addthis_inline_share_toolbox {
    text-align: right;
}

@media screen and (max-width: 480px) {
    .era_body_menu ul.main_menu li a{
        font-size:19px !important;
    }

    .era-1, .era-2, .era-3, .era-4, .era-5, .era-6, .era-7, .era-8, .era-9, .era-10, .era-11, .era-12 {
        width: 100% !important;
    }

    .col-md-12 {
        overflow: hidden;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .era_main_menu ul.era_simple > li {
        width: 100%;
    }

        .era_main_menu ul.era_simple > li.has-sub {
            flex-direction: column;
            align-items: left;
            position: relative;
        }

            .era_main_menu ul.era_simple > li.has-sub:after {
                font-family: FontAwesome;
                content: "\f067";
                position: absolute;
                right: 0;
                top: 15px;
                color: #fff;
            }

            .era_main_menu ul.era_simple > li.has-sub ul.sub-menu {
                position: static;
                width: 100%;
            }

                .era_main_menu ul.era_simple > li.has-sub ul.sub-menu .era-6 {
                    width: 100%;
                }

                .era_main_menu ul.era_simple > li.has-sub ul.sub-menu li {
                    margin-right: 0;
                }

    .era_pre_header {
        display: none;
    }

    .era_logo {
        padding: 0 30px 30px;
        text-align: center;
    }

        .era_logo img {
            width: 50%;
        }

    .era_mid_header > div {
        flex-direction: column;
    }

    .era_mid_link a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .era_mid_link {
        margin-bottom: 15px;
    }

    .era_pre_header .era_head_text img {
        width: 8%;
    }

    .era_body_menu ul.main_menu > li {
        width: 100% !important;
        text-align: left;
        z-index: 50;
        border-bottom: #ef6363 1px solid
    }

    .era_contact_box {
        font-size: 16px;
        left: calc(100% - 35px);
    }

        .era_contact_box a {
            padding: 10px;
        }

    .era_body_menu {
        height: auto !important;
        margin-bottom: 30px;
    }

        .era_body_menu ul.main_menu li a img {
            margin-right: 10px;
        }

        .era_body_menu ul.main_menu > li > ul.sub_menu {
            flex-direction: column;
            position: relative;
            align-items: normal;
        }

            .era_body_menu ul.main_menu > li > ul.sub_menu i {
                display: none;
            }

    .home_article_list > div {
        width: 100% !important;
        height: auto;
        margin-top: 15px;
    }

    .home_article_list .article_item .date {
        right: unset;
        top: unset;
        left: 10px;
        bottom: 10px;
    }

    .home_article_list .article_item img {
        /*width: 35%;*/
        float: left;
    }

    .home_article_list .article_item .article_info {
        background: transparent;
        color: #fff;
        /*width: 64%;*/
        /*bottom: unset;*/
        left: unset;
        /*padding: 15px;*/
    }

        .home_article_list .article_item .article_info h3 {
            font-size: 18px;
            font-weight: bold;
            margin-left:20%;
            -webkit-line-clamp: 2;
        }

    .home_article_list .article_item .article_info{
        width:100%;
    }
    
    .era_mid_footer .era-3 p {
        padding: 0 !important;
    }

    .era_form_popup .modal-body > div {
        width: 100%;
        padding: 0px 30px 30px;
        height: auto;
    }

    .era_main_menu .navbar-toggle {
        z-index: 100;
    }

    .era_banner_page img {
        height: 100px;
    }

    .era_banner_page h2 {
        font-size: 20px;
        padding: 0 15px;
        line-height: 1.3;
    }

    .era_course_detail .course_detail_item > h4 {
        z-index: 20;
    }

    .era_main_body > .era-8 {
        padding: 0;
    }

    .era_main_body > .era-4 > div {
        padding: 0;
    }

    .era_article_list .era-row .article_item {
        float: left;
    }

    .era_article_list .article_item,
    .era_hot_news .era_content a,
    .era_search button {
        z-index: 50;
    }

        .era_article_list .article_item.small_img img {
            width: 50%;
            height: 120px;
        }

    .article_detail {
        padding: 0 0 30px;
    }

        .article_detail .detail_content table {
            width: 100% !important;
        }

    .era_related_article,
    .related_course {
        padding: 0;
    }

        .era_related_article .article_item {
            padding: 0px !important;
            border: 0 !important;
            z-index: 50;
        }

    .era_article_list .article_item h3 {
        margin-top: 0;
    }

    .era_body_menu ul.main_menu > li > ul.sub_menu {
        margin-top: 15px;
    }

        .era_body_menu ul.main_menu > li > ul.sub_menu > li {
            width: 100%;
        }

            .era_body_menu ul.main_menu > li > ul.sub_menu > li a {
                padding: 10px 30px;
            }

    .era_register_form {
        background-position: unset;
        background-size: 100%;
    }

    .era_mid_footer > .container {
        padding: 0;
    }

    .era_article_list .article_item img {
        height: auto;
    }

    .era_article_list > .article_item:first-child img, .era_article_list > .article_item:nth-child(7) img {
        height: auto;
    }

    .era_science_list > div > div > div {
        width: 50%;
        float: left;
    }

    .era_course .owl-prev, .era_app_list .owl-prev, .era_partner .owl-prev {
        left: -40px;
    }

    .era_course .owl-next, .era_app_list .owl-next, .era_partner .owl-next {
        right: -40px;
    }

    .era_res_nav .owl-prev {
        left: 0px;
    }

    .era_res_nav .owl-next {
        right: 0px;
    }

    .era_labrary > div {
        width: 100% !important;
    }

    .era_application {
        margin: 30px -15px;
    }

    .era_comm_list .comm_item {
        width: 100% !important;
    }

    .era_app_list .owl-nav {
        display: block;
    }

    .gallery_menu {
        background: #882520;
    }

        .gallery_menu > li {
            width: 50% !important;
            z-index: 50;
            position: relative;
        }

            .gallery_menu > li .gallery_list {
                position: relative;
                width: 218%;
                margin-top: 15px;
            }

            .gallery_menu > li.album_video .gallery_list {
                left: calc(-100% - 19px);
            }

            .gallery_menu > li .gallery_list > div {
                width: 100% !important;
            }

            .gallery_menu > li a span {
                opacity: 1;
                background: rgba(7, 48, 80, 0.5);
            }

    .era_pre_footer > div {
        flex-direction: column;
    }

    .era_pre_footer .era-6 {
        width: 100% !important;
    }

    .era_mid_footer .era-3, .era_mid_footer .era-2 {
        width: 100% !important;
    }

    .era_menu_article a {
        font-size: 10px;
    }
}
.sidebar-box {
    margin-bottom: 20px;
    width: 100%;
}

    .sidebar-box .box-content ul {
        list-style: none;
        margin-top: 3px;
        padding: 0px;
        background-color: rgba(31,173,232,0.2);
    }

        .sidebar-box .box-content ul li {
            margin: 0;
            padding: 0;
            display: block;
            position: relative;
        }

            .sidebar-box .box-content ul li a {
                background: #134991;
                color: #fff;
                font-size: 14px;
                -webkit-transition: background 0.1s;
                -moz-transition: background 0.1s;
                transition: background 0.1s;
                border-bottom: 2px solid #ffffff;
                padding: 8px 0 8px 15px;
                display: block;
                font-size: 14PX;
                text-decoration: none;
            }

            .sidebar-box .box-content ul li:last-child a {
                border-bottom: none;
            }

            .sidebar-box .box-content ul li a:hover {
                background-color: #4690c1;
                color:#000;
                text-decoration: none;
            }

            .sidebar-box .box-content ul li.active > a {
                font-weight: bold;
            }
.box-title {
    background-color: #b01116;
    padding-left: 12px;
}
    .box-title span, .news-cat-title span {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .box-title > div, .news-cat-title > div {
        border-left: 3px solid #fff;
        padding: 5px 0px 4px 15px;
    }
.title_PB{
    color:#fff !important;
}
.bold{
    cursor:pointer;
    font-weight: bold;
}
#embed_greeting{
    display:none !important;
}
.btn-searchTC{
    margin-top: 1px;
}