.breadcrumb {
    padding: .75rem 0;
    background-color: transparent;
    margin: 0;
}

#main {
    position: relative;
    margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

a {
    color: #333;
}

a:hover {
    color: #2d286c;
    /*text-decoration: none;*/
}

/* .special-news */
.section__content > .row {
    margin-bottom: 30px;
}

.special-news {
    position: relative;
    /*max-width: 370px;*/
    margin-right: auto;
    margin-left: auto;
}

.special-news .figure-img {
    margin-bottom: 0;
    position: relative;
}

.special-news .figure-img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    /*background-color: rgba(0, 0, 0, 0.5);*/
    display: block;
    z-index: 1;
}

.meta {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

h3, .h3 {
    font-size: 16px;
}

.crop-text-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 95px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.special-news .special-news-info .news-title, .special-news .special-news-info .meta {
    padding: 0 20px;
}

.special-news {
    margin-bottom: 20px;
}

.special-news .badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
}

.special-news .special-news-info {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 4;
}

.special-news .special-news-info .news-title, .special-news .special-news-info .meta {
    padding: 0 20px;
}

.special-news .news-title {
    color: #fff;
}

.special-news .news-title:hover, .special-news .news-title:focus, .special-news .news-title:active {
    color: #2499dc;
}

.special-news:hover .figure-img img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.effect-scale {
    overflow: hidden;
    display: block;
}

.effect-scale .scale-img {
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
}

.effect-scale:hover .scale-img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.box-news {
    padding: 20px;
}

.box-news-thumnail > a > img {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.btn-link {
    text-transform: uppercase;
    color: #2499dc;
}

.bg-light2 {
    background-color: #f5f5f5;
}

/* section__video */
.section__video {
    padding: 40px 0;
    margin-bottom: 42px;
}

@media only screen and (min-width: 768px) {
    .section__video {
        padding-bottom: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }
}

.videos .btn-link {
    padding-left: 0;
}

.event-item {
    overflow: hidden;
    margin-bottom: 25px;
}

.event-item:last-child {
    margin-bottom: 5px;
}

.event-item .date {
    width: 100px;
    height: 72px;
    background-color: #fff;
    color: #29166f;
    font-family: 'Roboto', sans-serif;
    display: table;
}

.event-item .date .date-wrap {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.event-item .date .day, .event-item .date .month {
    display: block;
    text-align: center;
    font-weight: bold;
}

.event-item .date .day {
    font-size: 30px;
    line-height: 1;
}

.event-item .date .month {
    text-transform: uppercase;
    font-size: 14px;
}

.event-item .event-item-content {
    width: calc(100% - 100px);
    padding-left: 15px;
}

.event-item .event-item-content .meta li {
    font-size: 13px;
}

.news-title-sm {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    /* text-align: justify; */
}

.news-title-md {
    display: block;
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-size: 16px;
    font-weight: bold;
}

.video-item {
    position: relative;
    margin-bottom: 15px;
    min-height: 220px;
}

.video-item .slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 2;
}

.video-item .slide-caption .text {
    padding: 0 15px 20px 15px;
}

@media only screen and (min-width: 768px) {
    .video-item .slide-caption .text {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.video-item .slide-caption .text p {
    max-height: 48px;
    margin-bottom: 0;
}

.video-item .news-title-sm {
    color: #fff;
    font-size: 24px;
}

.video-item .news-title-sm:hover, .video-item .news-title-sm:focus, .video-item .news-title-sm:active {
    color: #2499dc;
}

.video-play {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: rgba(3, 13, 18, 0.5);
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    z-index: 3;
    text-align: center;
    line-height: 54px;
}

.video-play:hover {
    border-color: #2499dc;
}

.group-news {
    margin: 0 0 0px;
}

.group-news .box-news {
    height: 100%;
}

.video-container .slick-prev, .video-container .slick-next,
.activities .slick-prev,
.activities .slick-next {
    width: 34px;
    height: 34px;
    border-radius: 0;
}

.video-container .slick-prev::before, .video-container .slick-next::before,
.activities .slick-prev::before,
.activities .slick-next::before {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.video-container .slick-prev:hover, .video-container .slick-next:hover,
.activities .slick-prev:hover,
.activities .slick-next:hover {
    background-color: #0779bb;
}

.video-container .slick-prev,
.activities .slick-prev {
    left: inherit;
    right: 0;
    background-color: #4aa9df;
    margin-top: -17px;
}

.video-container .slick-next,
.activities .slick-next {
    right: 0;
    background-color: #2499dc;
    margin-top: 17px;
}

@media (min-width: 1280px) {
    .video-container .slick-prev, .video-container .slick-next,
    .activities .slick-prev,
    .activities .slick-next {
        right: -17px;
    }
}

/**! sub-banner */
.sub-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: table;
    width: 100%;
}

.sub-banner .text {
    margin: 0 auto;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.sub-banner .page-title {
    max-width: 890px;
    margin: 0 auto;
    font-size: 46px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 13px;
    text-transform: uppercase;
    color: #024282;
    margin-top: -5px;
}

@media only screen and (min-width: 768px) {
    .sub-banner .page-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .sub-banner .page-title {
        font-size: 26px;
    }
}

.sub-banner .sub-title {
    max-width: 890px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-bottom: 5px;
    line-height: 1.2;
}

.sub-banner .sub-title-404 {
    max-width: 890px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-bottom: 5px;
    line-height: 1.2;
}

.sub-banner .sub-title::after {
    position: absolute;
    width: 80px;
    height: 5px;
    background: #0093dd;
    content: '';
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

@media only screen and (min-width: 768px) {
    .sub-banner .sub-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .sub-banner .sub-title {
        font-size: 16px;
    }
}

.page-inner {
    /*padding-bottom: 40px;*/
    /*padding-top: 16px;*/
}

/**! location */
.location {
    text-transform: uppercase;
}

.location .breadcrumb {
    background: transparent;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.location .breadcrumb .breadcrumb-item {
    font-size: 12px;
}

.location .breadcrumb .breadcrumb-item.active {
    font-weight: bold;
    color: #2d286c;
}

.location .breadcrumb a:hover, .location .breadcrumb a:focus, .location .breadcrumb a:active {
    color: #2d286c;
}

.panel .panel-item {
    margin-bottom: 25px;
}

hr.hr-2x {
    margin-bottom: 30px;
    margin-top: 30px;
}

.title-box-sm, .title-box {
    font-size: 18px;
    font-weight: bold;
    color: #2d286c;
    border-bottom: 2px solid #b1040e;
    padding-bottom: 0px;
    margin-bottom: 20px;
    display: inline-block;
}

.latest-list li:not(:last-child) {
    margin-bottom: 30px;
}

.latest-item .latest-item-image {
    margin-bottom: 15px;
}

.latest-item .latest-item-image a {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .latest-item {
        overflow: hidden;
    }

    .latest-item .latest-item-image {
        float: left;
        width: 35.0649350649%;
        margin-bottom: 0;
    }

    .latest-item .latest-item-content {
        overflow: hidden;
        padding-left: 20px;
    }
}

.latest-item .latest-item-info {
    margin-top: -4px;
}

/**! pagination */
.paging .pagination {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.paging .page-link {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 12px;

    color: #333;
    border-radius: 5px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.paging .page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.paging .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.paging .page-item.active .page-link {
    background: #2b2666;
    border-color: #2b2666;
}

.paging .page-item.disabled .page-link {
    border-color: #f6f6f6;
    color: #999999;
}

/* most-view-list */
.most-view-list li:not(:last-child) {
    margin-bottom: 15px;
}

.view-item {
    overflow: hidden;
}

.view-item .thumb {
    float: left;
    width: 80px;
    margin-right: 15px;
}

.view-item .text {
    width: calc(100% - 95px);
    float: left;
}

.most__slide {
    margin-bottom: 30px;
}

.most__slide .item {
    position: relative;
    padding-top: 104px;
    padding-bottom: 51px;
}

.most__slide .item::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(45, 40, 108, 0.6);
    content: '';
    display: block;
}

.most__slide .slide-caption {
    position: relative;
    z-index: 2;
    padding: 0 50px;
}

.most__slide .slide-caption .news-title {
    color: #fff;
}

.most__slide .slide-caption .news-title:hover, .most__slide .slide-caption .news-title:focus, .most__slide .slide-caption .news-title:active {
    color: #2499dc;
}

.most__slide .slick-prev, .most__slide .slick-next {
    width: 30px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    top: 0;
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.most__slide .slick-prev::before, .most__slide .slick-next::before {
    color: #fff;
}

.most__slide .slick-prev:hover, .most__slide .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.most__slide .slick-prev {
    left: 0;
}

.most__slide .slick-next {
    right: 0;
}

.most__slide .slick-dots li button::after {
    background-color: transparent;
    border: 2px solid #ddd;
}

.most__slide .slick-dots li.slick-active button:after {
    background-color: #10b0e6;
    border-color: #10b0e6;
}

.nav-categories {
    position: relative;
    z-index: 3;
}

@media (max-width: 575px) {
    .nav-categories {
        display: none;
        padding: 20px 0;
    }

    .nav-categories li a {
        padding: 5px 15px;
        display: block;
    }

    .nav-categories li a br {
        display: none;
    }

    .nav-categories li a:hover {
        background-color: #2499dc;
        color: #fff;
    }

    .nav-categories li.active a {
        background-color: #2499dc;
        color: #fff;
    }
}

@media only screen and (min-width: 576px) {
    .nav-categories {
        margin: -46px -15px 0;
        /*padding-bottom: 28px;*/
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 1200px) {
    .nav-categories {
        -ms-flex-pack: start;
        justify-content: start;
    }
}

@media only screen and (min-width: 576px) {
    .nav-categories li {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
        padding: 0 5px;
        margin-bottom: 20px;
    }

    .nav-categories li a {
        display: block;
        height: 100px;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: white;
        -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
    }

    .nav-categories li a:hover {
        background-color: #2499dc;
        color: #fff;
    }
}

@media only screen and (min-width: 576px) and (min-width: 1200px) {
    .nav-categories li a:hover {
        height: 120px;
    }
}

@media only screen and (min-width: 576px) {
    .nav-categories li.active a {
        height: 120px;
        background-color: #2499dc;
        color: #fff;
    }
}

.toggle-nav-cate {
    text-transform: uppercase;
    font-size: 16px;
}

.group-event-top {
    margin-top: 16px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
    .group-event-top {
        margin-top: -40px;
        margin-bottom: 10px;
    }
}

.group-event-top .hotnews__content .desc {
    max-height: 96px;
}

.box-news-thumnail .effect-scale .badge {
    position: absolute;
    top: 20px;
    left: 20px;
}

.figure-img img {
    display: block;
}

.research {
    margin-bottom: 15px;
}

.research .special-news {
    margin-bottom: 30px;
}

.view-all {
    padding-top: 21px;
}

@media only screen and (min-width: 768px) {
    .view-all {
        padding-top: 42px;
    }
}

.play-button {
    display: inline-block;
    background: url(../img/bg/play.png) no-repeat 0 0;
    width: 50px;
    height: 50px;
}

.special-news.video .play-button {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.special-news.video .figure-img:before {
    /*background-color: rgba(45, 40, 108, 0.6);*/
}

.seminor {
    margin-bottom: 30px;
}

.seminor .special-news {
    margin-bottom: 30px;
}

.seminor .most__slide {
    margin-bottom: 30px;
}

.seminor .view-all {
    padding-top: 0;
}

.seminor .most__slide .item {
    padding-top: 157px;
}

.seminor .most-view-list {
    margin-bottom: 30px;
}

.most-view-list.big .view-item .thumb {
    width: 100px;
}

.most-view-list.big .view-item .text {
    width: calc(100% - 115px);
}

/**! event research detail */
.entry {
    margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
    .entry {
        /*margin-bottom: 55px;*/
    }

}

@media only screen and (max-width: 568px) {
    .sub-page {
        list-style: none;
        margin: 5px 0px 0 0px;
        padding: 0;
    }
}

@media only screen and (max-width: 667px) {
    .sub-page {
        list-style: none;
        margin: 5px 0px 0 0px;
        padding: 0;
    }
}

.entry header .entry-title {
    font-size: 20px;
    color: #2d286c;
    line-height: 1.4;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    /* text-transform: uppercase; */
}

.header-top ul.navbar-top, .latest-list, .most-view-list, .nav-categories, .footer-about ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.header-comments {

    padding: 5px 20px 0px;
    background-color: #f5f5f5;
}

.header-comments .logo img {
    max-width: 90px;
}

@media only screen and (min-width: 576px) {
    .header-comments .logo img {
        max-width: 100%;
    }
}

.header-comments .links button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}

.header-comments button {
    color: black;
}

.header-comments .links button:hover {
    color: #2499dc;
}

.comments-form {
    padding: 10px 20px 5px;
    background-color: #f5f5f5;
}

.sub-comments-form {
    padding: 10px 20px 5px;
    background-color: #f5f5f5;
    display: none;
}

.comments-form .form-control {
    border-color: #ddd;
}

.comments-form .form-control::-webkit-input-placeholder {
    color: #cbcbcb;
}

.comments-form .form-control:-moz-placeholder {
    color: #cbcbcb;
    opacity: 1;
}

.comments-form .form-control::-moz-placeholder {
    color: #cbcbcb;
    opacity: 1;
}

.comments-form .form-control:-ms-input-placeholder {
    color: #cbcbcb;
}

.comments-form textarea {
    height: 90px;
    overflow-x: hidden;
    overflow-y: auto;
    resize: none;
}

.comments-form .form-group {
    margin-bottom: 5px;
}

.comments-form .btn {
    min-width: 150px;
    border: 1px solid #fff;
}

.comments-list {
    background-color: #fff;
    padding: 10px 20px 0px;
    border-top: 1px solid #ddd;
}

.sub-comments-list {
    background-color: #fff;
    padding: 10px 20px 0px;
}

.sub-comment-item {
    border-top: 1px solid #ddd;
    padding: 5px 0;
}

.comments-list h3 {
    font-size: 16px;
    font-weight: normal;
}

.comments-list h3 span {
    border-bottom: 3px solid #2499dc;
    display: inline-block;
}

.comments-item {
    display: -ms-flexbox;
    display: flex;
}

.comments-item + .comments-item {
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 5px;
}

.comments-item .avatar {
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
}

.comments-item .avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.comments-item .text {
    -ms-flex: 0 0 calc(100% - 32px);
    flex: 0 0 calc(100% - 32px);
    max-width: calc(100% - 32px);
}

.comments-item .text h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.comments-item .text h4 span {
    font-weight: normal;
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
}

.btn-blue:hover, .btn-blue:focus {
    color: #fff;
    background-color: #1c7bb1;
}

.btn-blue {
    color: #fff;
    background-color: #2499dc;
    font-weight: 700;
    border-radius: 5px;
}

.meta li {
    display: inline-block;
    font-size: 12px;
    color: #c1c1c1;
}

.entry header .social a + a {
    margin-left: 15px;
}

.slide-caption.video:after, .special-news-info:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.crop-text-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.crop-heading {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.crop-text-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 59px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.crop-text-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section__title h2 {
    position: relative;
    color: #29166f;
    /*font-family: 'Ro', sans-serif;*/
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 14px;
    font-weight: bold;
}

.section__title h2::after {
    height: 24px;
    width: 5px;
    background-color: #2499dc;
    content: '';
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
}

.section__title {
    margin-bottom: 10px;
}

.sub_featured {
    border: none;
}

.sub_featured {
    width: 180px;
    padding: 0 0 0 10px;
    border-right: 1px solid #ccc;
    vertical-align: top;
    overflow: hidden;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    -ms-overflow-style: none;
}

.most_view_bar li + li {
    border-top: 1px solid #ccc;
}

.entry-content iframe {
    max-width: 100%;
}

.box-news-thumnail .box-news {
    padding: 10px 0 0 0;
}

.entry-content p {
    text-align: justify;
}

.news-title, .news-title-md {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    height: auto !important;
    font-family: "Roboto Condensed", sans-serif;
}

.news-main-title {
    color: #000;
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    height: auto !important;
}

.ml-8 {
    margin-left: 8rem !important;
}

.rm_header {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    text-decoration: none;
    height: auto !important;
    text-align: justify;
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
}

.side-category .list-group {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 5px 0;
    background-color: #f5f5f5;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.side-category .list-group-item {
    border: none;
    border-radius: 0 !important;
    background-color: #f5f5f5;
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.side-category .list-group-item.is-current a {
    color: #29166f;
    border-left-color: #2499dc;
}

.side-category .list-group-item a:hover {
    color: #29166f;
    border-left-color: #2499dc;
}

.side-category .list-group-item a {
    font-size: 18px;
}

@media only screen and (min-width: 992px) {
    .side-category .list-group-item a {
        font-size: 30px;
        font-weight: bold;
        border-left: 4px solid transparent;
        padding-left: 10px;
    }

    .side-category .list-group-item a {
        font-size: 18px;
        display: inline-block;
        font-family: 'Roboto Condensed', sans-serif;
    }
}

.btn-gnav {
    display: none;
}

@media (min-device-width: 320px) and (max-device-width: 768px) {
    .btn-gnav {
        display: block !important;
    }
}

.event .date .month {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.event .date .day {
    font-size: 24px;
    line-height: 1;
    display: block;
    text-align: center;
    font-weight: bold;
}

.sub-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: table;
    width: 100%;
    padding-top: 35px;
}

.list-menu li.active .line {
    width: 100%;
    height: 3px;
    content: "";
    background-color: #024282;
}

.list-menu li.active a {
    padding: 10px 25px;
    color: #024282;
}

.list-menu li.active .txt, .list-menu li.active .bdr-round {
    color: #024282;
}

.gallery {
    margin-bottom: 15px;
}

.photo-item {
    padding: 9px;
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.photo-item .figure-img > a {
    position: relative;
    display: block;
}

.photo-item .figure-img > a:hover .bg-overlay,
.photo-item .figure-img > a:focus .bg-overlay {
    overflow: visible;
    opacity: 1;
}

.photo-item .bg-overlay {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 1s ease-out;
}

.photo-item .bg-overlay .photo-title {
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    padding: 5px 10px;
    line-height: 1.2;
}

.list-photo {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 3px;
}

.list-photo .photo-thumnail {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 420px) {
    .photo-thumnail {
        width: 50%;
    }
}

@media only screen and (max-width: 420px) {
    #account_button {
        display: none;
    }

    #account_mobile {
        display: block !important;
    }

    .social-media-icon-block a {
        width: 35px !important;
        height: 35px !important;
    }

    .social-icon-container i {
        font-size: 16px !important;
    }
}

.account_button a {
    color: white;
}

@media only screen and (max-width: 768px) {
    .photo-thumnail {
        width: 33.3333333333333333333333%;
    }
}

.photo-thumnail {
    width: 100%;
}

.fancybox-type-iframe .fancybox-nav {
    width: 60px;
}

.fancybox-type-iframe .fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-type-iframe .fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-type-iframe .fancybox-next {
    right: -60px;
}

.fancybox-type-iframe .fancybox-prev {
    left: -60px;
}

.box--shadow {
    box-shadow: none;
    /* background-color: #fff; */
}

.box-news-thumnail .box-news {
    padding: 10px 0 0 0;
}

.badge {
    border-radius: 0;
    font-weight: 500;
    padding: .75em 1.4em;
    font-size: 13px;
}

@media only screen and (min-width: 992px) {
    .box-news-thumnail .box-news {
        /* height: 155px; */
        overflow: hidden;
    }

    .box-news-thumnail .box-main-news {
        overflow: hidden;
    }

    .section-event .box-news-thumnail .box-news {
        height: 120px;
        overflow: hidden;
    }

    .section-image .box-news-thumnail .box-news {
        height: 80px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1023px) {
    #main-news .col-md-12 {
        padding-left: 0 !important;
    }
}

.theme--sandstone {
    background-color: #fbfbfd;
    color: #000;
}

.theme--white {
    background-color: #fff;
    color: #000;
}

.theme--blue {
    background-color: #007bff;
    color: #000;
}

.section-news a.view-more, .section-event a.view-more, .section-image a.view-more, .section-categories a.view-more {
    color: #00548D;
    font-weight: 600;
}

.section-news a.view-more:hover, .section-event a.view-more:hover {
    text-decoration: underline;
    color: #00548D;
}

.panel .panel-item {
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .heading-2 {
        font-size: 1.5em;
    }

    .heading-3 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 1024px) {
    .row {
        /* padding: 0 10px; */
    }
}

@media only screen and (max-width: 414px) {
    .heading-2 {
        font-size: 1.5em;
    }

    .heading-3 {
        font-size: 1.5em;
    }
}

.desc-short {

    font-size: 14px;

    font-weight: 400;

    text-align: justify;
}

.theme--choco {
    background-color: #2f2424;
    color: #fff !important;
}

.theme--choco .heading-2 a {
    color: #fff !important;
}

.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 2;
}

.slide-caption .text {
    padding-left: 30px;
    padding-right: 30px;
}

.slide-caption.video:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.slide-caption .news-title-sm {
    color: #fff;
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    .col-lg-12 {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.panel .title-news {
    height: 43px;
    font-weight: bold;
}

.section {
    padding-bottom: 43.75px;
}

.panel .panel-sub-news {
    box-shadow: none;
    /* background-color: #fff; */
}

.list--drop-nav {
    display: none
}

.list--drop-nav {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 0 1px;
    min-width: 94%;
    opacity: 0;
    height: 1px;
    overflow: hidden;
    position: absolute;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    white-space: nowrap
}

.list--drop-nav a {
    font-size: .8em;
    display: block;
    padding: 8px 12px;
    width: 100%
}

.list--drop-nav li {
    float: none !important;
    padding: 0 !important;
    text-align: left;
    width: 100% !important
}

.list--drop-nav .first a {
    padding-top: 16px
}

.list--drop-nav .last a {
    padding-bottom: 12px
}

.has-drop-nav:hover .list--drop-nav {
    display: block
}

#myTab .nav-link {
    padding: 15px 15px;
}

#myTab .active .fa, #myTab .active .fab, #myTab .active .far {
    color: #35699b;
}

#myTab .fa, #myTab .fab, #myTab .far {
    font-size: 20px;
    width: 100%;
    padding: 0px 0 5px;
    color: #666;
}

.section {
    border-bottom-color: rgb(205, 204, 199);
    border-top-color: rgb(205, 204, 199);
}

.social-media-icon-block {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-media-icon-block:after, .social-media-icon-block:before {
    content: '';
    height: 1px;
    width: 100%;
    border: 1px solid #aeb0b5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translatey(25px);
    transform: translatey(25px);
}

.social-media-icon-block a:first-child {
    margin-left: 15px;
}

.social-media-icon-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    background: #7c2a23;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}

.social-media-icon-block a .social-icon-container {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    text-align: center;
    right: 0;
}

.social-media-icon-block a img, .social-media-icon-block a svg {
    max-width: 60%;
    width: 100%;
    height: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

.social-media-icon-block a .social-icon-container.hover {
    opacity: 0;
}

.social-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon-container i {
    font-size: 22px;
    color: white;
}

#su-kien-noi-bat .news-title,
#chuyen-muc-noi-bat .news-title {
    color: #FFF;
    text-shadow: none;
}

#slider-main .carousel-item {
    height: 485px;
}

footer .heading-2 {
    margin-top: 10px;
    margin-bottom: 0;
}

footer h1.logo {
    font-size: 18px;
    color: #FFF;
    margin: 20px 0 10px 0;
}

.footerInfo p:first-child {
    padding: 0;
}

.footerInfo p {
    margin: 0 !important;
    padding: 10px 0 0 0;
    font-size: 14px;
}

.fU {
    text-transform: uppercase;
}

.top-header .search input[name="search"]::placeholder {
    color: #e9e9e9;
}

.search-page {
    margin-top: 15px;
}

.special-news-info h3 {
    margin: 15px 0px 0 0px;
}

@media (max-width: 767px) {
    #slider-main .carousel-item {
        height: 300px;
    }
}

.the-article-tools {
    z-index: 1000;
    padding: 0;
    margin-left: -50px;
    position: fixed;
    width: 43px;
}

.the-article-tools {
    width: 43px;
    list-style: none;
}

.the-article-tools li {
    width: 43px;
    height: 43px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.the-article-tools li.btnTwitter {
    background: #018fe5;
}

.the-article-tools li a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
}

.the-article-tools li i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -2px;
}

.the-article-tools li a i {
    color: #fff;
}

.the-article-tools li.btnFacebook {
    background: #306199;
}

.the-article-tools li.btnError {
    background: #EA4335;
}

.the-article-tools li.btnComment {
    background: #1c7bb1;
}

@media (max-width: 767px) {
    article#detail .social {
        display: block !important;
    }

    .the-article-tools {
        display: none;
    }
}

.article-tags {
    font-family: sans-serif;
    font-size: 12px;

    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 10px 0 0;

    width: 100%;
}

.article-tags a, .article-tags span {
    display: inline-block;
    cursor: pointer;
    color: #999;
}

.no-radius {
    border-radius: 0 !important;
}

.note {
    font-size: 12px;
    color: #6c757d;
}

.comments-item .answer .answer-text {
    font-size: 14px;
    cursor: pointer;
    color: #1c7bb1;
}

.diagram-header {
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
    padding-bottom: 57px;
}

.diagram-header p {
    font-size: 36px;
    color: #999999;
    text-transform: uppercase;
}

.diagram-header h4 {
    font-size: 48px;
    margin-bottom: 0;
}

.diagram {
    overflow: hidden;
}

.diagram-item-blue {
    color: #fff;
    width: 170px;
    background-color: #0093dd;
    padding: 0 5px;
    min-height: 48px;
    /*text-transform: uppercase;*/
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.diagram-item-blue p {
    margin-bottom: 0;
}

.footer-about ul {
    text-align: left;
}

.diagram-item-light-blue {
    width: 170px;
    background-color: #e4f3fc;
    padding: 0 5px;
    min-height: 48px;
    /*text-transform: uppercase;*/
    font-size: 12px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.diagram-item-light-blue p {
    margin-bottom: 0;
}

.diagram-item-light-blue.full {
    margin-top: 20px;
    width: 100%;
    text-align: left;
    padding: 10px 8px;
}

@media (min-width: 768px) {
    .line-42 {
        margin-bottom: 42px;
    }

    .line-42:after {
        content: "";
        width: 1px;
        height: 42px;
        background-color: #2b2666;
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
    }

    .line-42-top {
        margin-top: 42px;
    }

    .line-42-top:before {
        content: "";
        width: 1px;
        height: 42px;
        background-color: #2b2666;
        display: block;
        position: absolute;
        bottom: 100%;
        left: 50%;
    }

    .line-right:before {
        content: "";
        width: 200px;
        height: 1px;
        background-color: #2b2666;
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
    }

    .row-line-center {
        position: relative;
        padding-bottom: 25px;
    }

    .row-line-center:after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #2b2666;
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
    }

    .row-line-center:before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #2b2666;
        display: block;
        position: absolute;
        top: 0;
        left: 60px;
    }

    .row-line-center .inner:before {
        content: "";
        width: 50%;
        height: 1px;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 25%;
        left: 50%;
    }

    .row-line-center .inner:after {
        content: "";
        height: 1px;
        background-color: #2b2666;
        display: block;
        position: absolute;
        bottom: 0;
        left: calc(41.666667% - 102px);
        right: calc(58.333333% / 2 - 8px);
    }
}

@media (max-width: 767px) {
    .diagram-item-blue,
    .diagram-item-light-blue {
        margin-bottom: 35px;
    }

    .diagram-item-light-blue {
        width: 100%;
    }

    .diagram-header {
        padding-bottom: 35px;
    }

    .diagram-header h4 {
        font-size: 38px;
    }

    .diagram-header p {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    #main-image .box-news-thumnail, #main-image .card {
        height: 300px !important;
    }
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control.active, .has-error .form-control:focus, .has-error .form-control:hover {
    border-color: #fc6180;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#member .fa, #member .fab, #member .far, #member .fas {
    font-size: 28px;
    width: 100%;
    padding: 0px 0 5px;
}

#member a p {
    font-size: 16px;
}

label.title-control {
    font-weight: 700;
    margin-bottom: 10px;
    color: #67757c;
}

@media (min-width: 768px) {
    .col-video {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-video {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.nav-pills .nav-link.active {
    font-weight: bold;
    color: #0b0b0b;
    background: none;
    padding: 0 10px;
    border-left: 4px solid #2499dc;
    border-radius: 0;
}

#myTabContent .nav-link {
    padding: 5px 10px;
    font-size: 20px;
}

.item-notification {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
}

.item-notification .list-notification {
    list-style: none;
}

.join-group .content {
    border: 1px solid #ccc;
    margin: 10px 0;
    border-radius: 2px;
}

.join-group .content .content-title {
    font-weight: bold;
    padding: 10px;
    background: #ccc;
}
.action-group{
    list-style: none;
    display: table;
    padding: 0;
}
.action-group li {
    display: inline-table;
    margin-right: 20px;
}
.action-group li a{
    position: relative;
}
.action-group li a .count-like-group{
    position: absolute;
    right: -15px;
    top: -10px;
    border-radius: 100px;
    padding: 2px 7px;
    background: #95061a;
    color: white;
    font-size: 8px;
}