/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */

/* Color */
header, header a,
header a, header a:link, header a:active, header a:visited {
    color: #666;
}

header a:hover {
    color: #d72533;
}

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

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.d-block {
    display: block;
}

.widget-default {
    margin-bottom: 30px;
}

.news_column.two_column .panel .panel-heading h4,
.widget-default > .widget-heading,
.banner-intro h1 {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.news_column.two_column .panel .panel-heading h4,
.widget-default.widget-default-no-uppercase > .widget-heading {
    text-transform: none;
}

.banner-intro h1 {
    text-transform: none;
    font-weight: 400;
    color: #08387f;
}

.news_column.two_column .panel .panel-heading h4:after,
.banner-intro h1:after,
.widget-default > .widget-heading:after {
    position: absolute;
    content: "";
    width: 80px;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #d72533;
}

.news_column.two_column .panel .panel-heading a,
.widget-default > .widget-heading,
.widget-default > .widget-heading a:not(:hover) {
    color: #08387f;
}

.top-bar-site {
    margin-bottom: 15px;
}

.top-bar-site .top-bar-user {
    position: relative;
}

.top-bar-site .top-bar-user a.user {
    text-transform: capitalize;
}

.top-bar-site .top-bar-user a.pa span.hidden,
.top-bar-site .top-bar-user a.user span.hidden {
    display: inline-block!important;
    margin-left: 5px;
}

.top-bar-menu .ussh-menu-awesome-icon li:before {
    content: "|";
    display: inline-block;
    margin: 0 10px;
}

.bottom-bar-site .language {
    margin-bottom: 15px;
}

.bottom-bar-site .language span {
    line-height: 18px;
    vertical-align: middle;
}

.bottom-bar-site .language a {
    display: inline-block;
    width: 25px;
    height: 16px;
    vertical-align: middle;
    background-size: cover;
    background-position: center center;
}

.bottom-bar-site .language a.active {
    height: 18px;
    width: 26px;
}

.headerSearch input:focus {
    box-shadow: none;
    border-color: #848484;
}

#body>.row:not(:last-child) {
    margin-bottom: 30px;
}

#body>.row:nth-child(odd) {
    background-color: #f2f2f2;
}

#body>.row:nth-child(even) {
    background-color: #fff;
}

header {
    border-top: 8px solid #08387f;
    padding: 20px 0px;
    font-size: 12px;
}

.enable-animate header {
    transition: border-width 0.2s, padding .2s;
}

header .header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

header .header-inner .logo,
header .header-inner .banner {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

header .header-inner .banner {
    padding-left: 20px;
}

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

header .header-inner .header-right {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.header-right-inner .trigger-search,
.header-right-inner .trigger-menu {
    display: none;
}

.header-right-inner .top-bar-site,
.header-right-inner .bottom-bar-site,
.header-right-inner .search-bar-site {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggle {
    margin-top: 16px;
    padding: 6px 5px;
}

#menu-site-default>ul>li {
    margin-right: 1px;
}

#menu-site-default>ul>li:last-child {
    margin-right: 0;
}

.section-slider {
    position: relative;
}

.section-slider .menu-services {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    z-index: 1;
}

.block-services-menu {
    display: -ms-flexbox;
    display: flex;
}

.block-services-menu li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
}

.block-services-menu li a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 10px 16px 46px;
    position: relative;
}

.block-services-menu li .item-bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #232323;
    opacity: 0.8;
}

.block-services-menu li:hover .item-bg {
    background-color: #d72533;
    height: calc(100% + 15px);
    transition: height 0.5s;
}

.block-services-menu .item-ico {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.block-services-menu .s1 .item-ico {
    background-image: url("../images/icon-services/s1a.png");
}

.block-services-menu .s2 .item-ico {
    background-image: url("../images/icon-services/s2a.png");
}

.block-services-menu .s3 .item-ico {
    background-image: url("../images/icon-services/s3a.png");
}

.block-services-menu .s4 .item-ico {
    background-image: url("../images/icon-services/s4a.png");
}

.block-services-menu .s5 .item-ico {
    background-image: url("../images/icon-services/s5a.png");
}

.block-services-menu .s6 .item-ico {
    background-image: url("../images/icon-services/s6a.png");
}

.block-services-menu .s7 .item-ico {
    background-image: url("../images/icon-services/s7a.png");
}

.block-search-module {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #dfdfdf;
    padding: 10px;
    margin-bottom: 40px;
    color: #555;
}

.block-search-module .search-module-inner {
    width: 75%;
}

.block-search-module .search-module-inner .search-bar {
    border-radius: 18px;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
}

.block-search-module .search-module-inner .search-submit button {
    padding: 0;
    border: 0;
    height: 25px;
    line-height: 25px;
    width: 40px;
}

.block-search-module .search-module-inner .search-submit button,
.block-search-module .search-module-inner .search-submit select,
.block-search-module .search-module-inner .search-submit input {
    color: #555;
}

.block-search-module .search-module-inner .search-submit button:hover,
.block-search-module .search-module-inner .search-submit button:active,
.block-search-module .search-module-inner .search-submit button:focus,
.block-search-module .search-module-inner .search-submit button:active:focus {
    background-color: transparent;
    box-shadow: none;
}

.block-search-module .search-module-inner .form-control {
    padding: 0;
    height: 25px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 25px;
}

.block-search-module .search-module-inner .search-mod {
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}

.block-search-module .search-module-inner .search-mod:after {
    content: "\f0d7";
    position: absolute;
    right: 20px;
    top: 3px;
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 16px;
}

.block-search-module .search-module-inner .search-mod select {
    width: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
}

.block-search-module .search-module-inner input.form-control {
    padding-left: 20px;
}

/* .global-block-news-cat-content*/
.global-block-news-cat-content ul li {
    margin-bottom: 20px;
    min-height: 50px;
}

.global-block-news-cat-content ul li:first-child {
    margin-bottom: 25px;
}

.global-block-news-cat-content ul li a.image {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center center;
    float: left;
    margin-right: 10px;
}

.global-block-news-cat-content ul li:first-child a.image {
    position: relative;
    display: block;
    padding-top: 50%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
}

.block-category-extends {
    background-color: #ffffdb;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
}

.block-category-extends .imghome-category,
.block-category-extends .list-category {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
}

.block-category-extends .list-category {
    padding: 20px 15px;
}

.block-category-extends .list-category li {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.block-category-extends .list-category li:last-child {
    border-bottom: 0;
}

.block-category-extends .list-category a {
    color: #333;
    padding: 7px 0px;
    display: block;
    position: relative;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.block-category-extends .list-category a:before {
    content: "\f101";
    font-family: FontAwesome;
    position: relative;
    left: 0;
    margin-right: 7px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.block-category-extends .list-category a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #d72533;
    content: '';
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.block-category-extends .list-category a:hover:after {
    width: 100%;
}

.block-category-extends .list-category a:hover {
    color: #d72533;
}

.block-category-extends .list-category a:hover:before {
    color: #d72533;
    content: "\f00c";
}

.block-category-extends .list-category .title-group {
    color: #08387f;
    font-size: 16px;
    font-weight: 700;
}

.block-category-extends .imghome-category {
    position: relative;
    overflow: hidden;
}

.block-category-extends .imghome-category .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: transform .2s;
    background-size: cover;
}

.block-category-extends .imghome-category:hover .bg {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.block-category-extends .imghome-category .intro {
    background-color: rgba(8, 56, 127, 0.8);
    position: absolute;
    right: 40px;
    left: 0;
    bottom: 12px;
    padding: 15px 10px;
    color: #fff;
}

.page-sidebar .widget_categories ul li {
    text-align: right;
    color: #cccccc;
    font-size: 13px;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    float: left;
}

.page-sidebar .widget_categories ul li:first-child {
    border-top: 1px solid #f3f3f3;
}

.page-sidebar .widget_categories ul li a {
    font-size: 13px;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
}

.page-sidebar .widget_categories ul li a:before {
    content: "\f101";
    font-family: 'icomoon';
    float: left;
    color: #9f9f9f;
    margin: 0px 10px 0px 0px;
    font-size: 11px;
}

.page-sidebar .widget_categories ul li a:hover:before {
    content: "\f00c";
}

.section-fullwidth.contact-detail .col-md-12 .col-md-12 {
    padding: 0;
}

.circle {
    border-radius: 6px !important;
}

.no_circle {
    border-radius: 0 !important;
}

.button_style {
    padding: 10px;
}

.cs-default-btn {
    padding: 10px;
}

.cs-default-btn i {
    margin: 0 5px 0 0;
}

.cs-default-btn.right i {
    float: right;
    margin: 2px 0 0 5px;
}

/* footer-center-second */
.footer-center-second .panel-body {
    flex: 1;
    max-width: 335px;
    min-width: 300px;
}

.footer-center-second .panel-body:nth-child(even) ul li:first-child a {
    color: #08387f;
}

.layout-simple-blue h3 {
    text-transform: uppercase;
    color: #435d91;
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-center-second .global-block-news-cat-content ul li {
    position: relative;
    margin-bottom: 15px;
    min-height: auto;
}

.footer-center-second .global-block-news-cat-content ul li .image {
    display: none;
}

.footer-center-second .global-block-news-cat-content ul li .content a {
    padding-left: 26px;
    display: inline-block;
    color: #333333;
}

.footer-center-second .global-block-news-cat-content ul li .content::before {
    content: "\f178";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.footer-center-second .global-block-news-cat-content ul li:hover a {
    color: #d72533;
}

.footer-center-second .global-block-news-cat-content ul li:first-child .image {
    display: block;
    margin-bottom: 20px;
}

.footer-center-second .global-block-news-cat-content ul li:first-child .content a {
    font-weight: bolder;
    padding-left: 0px;
}

.footer-center-second .global-block-news-cat-content ul li:first-child .content::before {
    content: "";
}
/* footer-center-first */
.footer-center-first .panel-body {
    display: none;
}

.footer-center-first .panel-default {
    margin-bottom: 10px;
}
/* block-info-ussh */
.block-info-ussh p.info-ussh-disc {
    margin-bottom: 15px;
}

.block-info-ussh .content {
    background-image: url(../images/info.jpg);
    background-position: bottom left;
    background-size: cover;
    padding: 20px 0px;
    border-bottom: 1px solid #e2dede;
}

.block-info-ussh .info-ussh-name {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
}

.block-info-ussh .info-ussh-content {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
}

.global-slide-logo {
    margin-bottom: 40px;
}

.global-slide-logo .owl-nav {
    position: absolute;
    top: -70px;
    right: 0px;
}

.global-slide-logo .owl-carousel .owl-nav button.owl-prev,
.global-slide-logo .owl-carousel .owl-nav button.owl-next {
    width: 26px;
    height: 26px;
    border-radius: 5px;
    border: 1px solid #999;
    color: #999;
    line-height: 26px;
    text-align: center;
}

.global-slide-logo .owl-carousel .owl-nav button.owl-next {
    margin-left: 3px;
}

.global-slide-logo .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.global-slide-logo .owl-carousel .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 50%;
    margin: 0 5px;
}

.global-slide-logo .owl-carousel .owl-dots button.owl-dot.active {
    background-color: #08387f;
}

.global-slide-logo .s-thumb {
    display: block;
    height: 0;
    padding-bottom: 100%;
    background-position: center center;
    background-size: cover;
}

.global-slide-logo .s-link {
    font-size: 18px;
    font-weight: 700;
}

.global-slide-logo .s-link:not(:hover) {
    color: #333;
}

.section-footer-top {
    border-top: 1px outset #cccccc;
    background-color: #f5f5f5;
    padding-top: 30px;
}

.footer-site-top-mobile {
    display: none;
}

.footer-site-top-mobile ul {
    margin-bottom: 20px;
}

.footer-site-top-mobile ul li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
}

.footer-site-top-mobile ul li a {
    color: #333;
    font-weight: 700;
    display: block;
    padding: 10px 15px;
    background-color: #e5e5e5;
}

.footer-site-top-mobile ul li a:hover {
    color: #fff;
    background-color: #d72533;
}

.footer-site-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.footer-site-top > .col-item {
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.footer-site-top ul {
    list-style: disc;
    padding-left: 30px;
    padding-left: 17px;
}

.footer-site-top ul li {
    margin-bottom: 10px;
}

.footer-site-top ul li:last-child {
    margin-bottom: 0;
}

.footer-site-top ul li a {
    color: #555;
}

.footer-site-top ul li a:hover {
    color: #d72533;
}

/* footer */
#footer .footer-top {
    padding: 30px 0px 20px 0;
    border-bottom: 1px solid #1a4e9a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#footer .footer-logo {
    padding-right: 30px;
}

#footer .footer-logo img {
    width: 50px;
    height: auto;
}

#footer .footer-menu ul li {
    display: inline-block;
    margin-right: 15px;
}

#footer .footer-menu ul li:last-child {
    margin-right: 0;
}

#footer .footer-menu ul li a:hover, #footer .footer-menu ul li a:focus, #footer .footer-menu ul li.current {
    color: #f00;
}

#footer .copyright {
    float: right;
}

.d-ms-block {
    display: block;
}

.headerSearch {
    position: relative;
    display: block;
    width: 200px;
}

.headerSearch .btn-info {
    padding: 6px 12px;
    box-shadow: none;
    border: none;
}

.headerSearch .input-group {
    border: 1px solid #333;
    border-radius: 4px
}

.headerSearch .form-control {
    border-right: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
}

.headerSearch .has-error .form-control, .headerSearch .has-error .form-control:focus, .headerSearch .has-error .form-control:active {
    border-color: #a94442;
    border-right: none;
    box-shadow: none;
}

.headerSearch .has-error button {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#menusite .navbar-default {
    background-color: transparent;
    border: 0;
    min-height: 48px;
}

#menu-site-default ul li {
    padding: 0;
}

.navigation ul li {
    list-style: none;
    float: left;
    position: relative;
    line-height: 28px;
}

.navigation ul ul li {
    line-height: 1.4;
}

.navigation ul>li>a i {
    margin-right: 7px;
}

.navigation ul>li>a {
    color: #333;
    text-transform: uppercase;
    padding: 10px;
    position: relative;
    float: left;
}

.navigation ul ul >li>a {
    text-transform: none;
}

.navigation ul>li:hover>a,
.navigation ul>li.active>a {
    color: #ffffff;
    background-color: #d72533;
}

.sub-dropdown {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 200px;
    background-color: #ffffff;
    z-index: 99;
    margin: 0px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}

.enable-animate .sub-dropdown {
    -webkit-transition: all 0.6s cubic-bezier(0.68, -0.90, 0.265, 2.90) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.68, -0.90, 0.265, 2.90) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.68, -0.90, 0.265, 2.90) 0s;
    -o-transition: all 0.6s cubic-bezier(0.68, -0.90, 0.265, 2.90) 0s;
    transition: all 0.6s cubic-bezier(0.68, -0.90, 0.265, 2.90) 0s;
}

.navigation ul>li:hover>.sub-dropdown, .top-nav ul li:hover>.sub-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.sub-dropdown:before {
    content: '';
    position: absolute;
    left: 22px;
    top: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #ffffff;
}

.sub-dropdown .sub-dropdown:before {
    display: none;
}

.navigation .sub-dropdown li:first-child {
    border: none;
}

.navigation .sub-dropdown li {
    float: left;
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

.navigation .sub-dropdown li a {
    float: left;
    width: 100%;
    padding: 9px 15px;
    color: #2c2c2c;
    border: none;
}

.navigation .sub-dropdown li:last-child a {
    border-bottom: none;
}

.navigation .sub-dropdown>li:hover>a {
    background-color: #08387f;
    color: #ffffff;
}

.navigation ul ul ul {
    left: 100%;
    top: 0px;
}

#menu-site-default>ul>li .sub-dropdown li.dropdown-submenu:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 9px;
    color: #555;
}

#menu-site-default>ul>li .sub-dropdown li.dropdown-submenu:hover:before {
    color: #fff;
    z-index: 1;
}

.stock-copyright,
.stock-copyright a {
    color: #2164bd!important;
    font-size: 12px;
}

.faculty-gird-item .item-avata .img {
    background-position: inherit !important;
    border-radius: inherit !important;
    -moz-border-radius: inherit !important;
    -webkit-border-radius: inherit !important;
    -webkit-box-shadow: 0 0 0 6px rgba(255,255,255,.5), 0 0 10px 2px rgba(0,0,0,.3) !important;
    box-shadow: 0 0 0 6px rgba(255,255,255,.5), 0 0 10px 2px rgba(0,0,0,.3) !important;
}

.avatas-faculty .avata-join {
    background-position: inherit !important;
    border-radius: inherit !important;
    -moz-border-radius: inherit !important;
    -webkit-border-radius: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 160px !important;
    margin: auto !important;
}

.pulse1, .pulse2{
    -webkit-animation: inherit !important;
    -moz-animation: inherit !important;
    animation: inherit !important;
}

@media (min-width: 1270px) {
    .wraper {
        width: 1242px;
        max-width: 1242px;
    }
}

@media (min-width: 992px) {
    .container-lg,
    .container-md {
        overflow-x: hidden;
    }

    .row-lg {
        margin-right: -20px;
        margin-left: -20px;
    }

    .row-lg > div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row-md {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row-md > div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
        background-color: #fff;
    }

    body {
        padding-top: 203px;
    }

    .sticky-menu header {
        border-top-width: 4px;
        padding: 5px 0;
    }

    .sticky-menu header .header-inner .logo img {
        height: 34px;
        width: auto;
        max-width: inherit;
    }

    .sticky-menu header .header-inner .banner img {
        max-height: 34px;
        width: auto;
        max-width: inherit;
    }

    .sticky-menu .header-right-inner .search-bar-site {
        display: none;
    }

    .sticky-menu .header-right-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .sticky-menu .top-bar-site,
    .sticky-menu .bottom-bar-site .language {
        margin-bottom: 0;
    }

    .sticky-menu .bottom-bar-site .language {
        border-left: 1px #666 solid;
        padding-left: 10px;
        margin-left: 10px;
    }

    .mb-md-6 {
        margin-bottom: 30px;
    }

    .news_column.two_column.cat-last .panel {
        border-bottom: 0;
    }

    .news_column.two_column.cat-last .panel .panel-body {
        padding-bottom: 0;
    }
}

@media (max-width: 1120px) {
    header {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .home-news-sciences .item {
        display: -ms-flexbox;
        display: flex;
    }

    .home-news-sciences .item .item-image,
    .home-news-sciences .item .item-content {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .home-news-sciences .item .item-image {
        padding-right: 20px;
    }

    .home-news-sciences .item .htext {
        display: block;
    }

    .home-news-sciences .item h3 {
        font-weight: 700;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .btn-toggle-menu-tablet {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px 0;
    }

    .btn-toggle-menu-tablet .btn-inner {
        width: 30px;
    }

    .btn-toggle-menu-tablet .btn-inner span {
        display: block;
        margin-bottom: 5px;
        height: 5px;
        background-color: #08387f;
    }

    .btn-toggle-menu-tablet .btn-inner span:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .home-lastest-news {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .block-category-extends {
        margin-right: 0;
    }

    .home-events-news {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }

    .home-events-news .item-first,
    .home-events-news .item-others {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .home-events-news .item-first {
        padding-right: 10px;
    }

    .home-events-news .item-others {
        padding-left: 10px;
    }

    .home-events-news .item-others > div:nth-child(n+3) {
        display: block;
    }

    .home-events-news .item-first .thumb {
        padding-bottom: 66.47%;
    }

    .home-events-news .item-first h3 {
        font-weight: 700;
    }

    .section-home-middle {
        margin-bottom: 30px;
    }

    #isScreenMd {
        display: none;
    }
}

@media (max-width: 950px) {
    header .header-inner .banner img {
        width: 350px;
    }

    header .header-inner .logo img {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .top-bar-site,
    .bottom-bar-site .language {
        margin-bottom: 10px;
    }

    .footer-site-top {
        display: none;
    }

    .footer-site-top-mobile {
        display: block;
    }

    .owl-carousel-homeslider .owl-nav button.owl-next,
    .owl-carousel-homeslider .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
    }

    .owl-carousel-homeslider .owl-nav button.owl-next {
        right: 20px;
    }

    .owl-carousel-homeslider .owl-nav button.owl-prev {
        left: 20px;
    }

    .owl-carousel-homeslider {
        margin-bottom: 10px;
    }

    .section-slider .menu-services {
        position: static;
        margin-bottom: 10px;
    }

    .block-services-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -1px;
    }

    .block-services-menu li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        width: 33.333333%;
        margin-bottom: 1px;
        margin-left: 0;
        margin-right: 0;
    }

    .block-services-menu li a {
        color: #333;
    }

    .block-services-menu li .item-bg {
        width: auto;
        right: 1px;
        background-color: #f2f2f2 !important;
        opacity: 1;
    }

    .block-services-menu li:hover .item-bg {
        height: 100%;
        background-color: #db3a47;
    }

    .block-services-menu li:hover a {
        color: #fff;
    }

    .block-services-menu .s1 .item-ico {
        background-image: url("../images/icon-services/s1b.png");
    }

    .block-services-menu .s2 .item-ico {
        background-image: url("../images/icon-services/s2b.png");
    }

    .block-services-menu .s3 .item-ico {
        background-image: url("../images/icon-services/s3b.png");
    }

    .block-services-menu .s4 .item-ico {
        background-image: url("../images/icon-services/s4b.png");
    }

    .block-services-menu .s5 .item-ico {
        background-image: url("../images/icon-services/s5b.png");
    }

    .block-services-menu .s6 .item-ico {
        background-image: url("../images/icon-services/s6b.png");
    }

    .block-services-menu .s7 .item-ico {
        background-image: url("../images/icon-services/s7b.png");
    }

    .block-services-menu .s1:hover .item-ico {
        background-image: url("../images/icon-services/s1a.png");
    }

    .block-services-menu .s2:hover .item-ico {
        background-image: url("../images/icon-services/s2a.png");
    }

    .block-services-menu .s3:hover .item-ico {
        background-image: url("../images/icon-services/s3a.png");
    }

    .block-services-menu .s4:hover .item-ico {
        background-image: url("../images/icon-services/s4a.png");
    }

    .block-services-menu .s5:hover .item-ico {
        background-image: url("../images/icon-services/s5a.png");
    }

    .block-services-menu .s6:hover .item-ico {
        background-image: url("../images/icon-services/s6a.png");
    }

    .block-services-menu .s7:hover .item-ico {
        background-image: url("../images/icon-services/s7a.png");
    }

    .section-home-middle .nv-block-banners {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #menusite {
        display: none;
    }

    body.mobile-nav-open {
        overflow: hidden;
    }

    .mobile-nav-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10000;
    }

    .mobile-nav-ctn {
        background-color: #08387f;
        height: calc(100vh);
        width: 80%;
        max-width: 400px;
        position: fixed;
        right: 0;
        top: 0;
        padding: 20px 0;
        color: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        transform: translateX(calc(100% + 20px));
        transition: transform .2s;
        z-index: 10000;
        overflow: auto;
    }

    .mobile-nav-ctn {
        display: block;
    }

    .mobile-nav-open .mobile-nav-bg {
        display: block;
    }

    .mobile-nav-open .mobile-nav-ctn {
        transform: translateX(0);
    }

    .breadcrumbs-container {
        padding-top: 100px;
        margin-bottom: 40px;
    }

    .breadcrumbs-wrap {
        font-size: 16px;
    }

    .news_column.two_column.cat-last-mobile .panel {
        border-bottom: 0;
    }

    .news_column.two_column.cat-last-mobile .panel .panel-body {
        padding-bottom: 0;
    }

    .scientific-cats .intro-row .intro-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-home-middle .widget-default-no-uppercase {
        margin-top: 40px;
    }
}

@media (max-width: 499px) {
    header .header-inner .logo img {
        width: 30px;
    }

    .section-footer-bottom > .row > .col-xs-12 {
        width: 100%;
    }

    #footer .footer-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #footer .footer-logo {
        padding-right: 0;
        margin-bottom: 15px;
    }

    #footer .footer-logo,
    #footer .info-site {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        max-width: 100%;
    }

    .company_info span.item-contact {
        display: block;
    }

    .company_info .fa,
    .company_info .item-space {
        display: none;
    }

    #footer .footer-menu {
        display: none;
    }

    #footer .copyright,
    .stock-copyright {
        text-align: center;
        width: 100%;
    }

    .section-footer-bottom {
        position: relative;
        padding-top: 10px;
    }

    .section-footer-bottom:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -30px;
        width: 60px;
        height: 1px;
        background-color: #fff;
    }

    #footer .footer-top {
        border-bottom: 0;
    }

    header .header-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    header .header-inner .header-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-order: 1;
        order: 1;
        border-bottom: 1px #f0f0f0 solid;
        padding-bottom: 5px;
        padding-right: 5px;
        margin-bottom: 3px;
        position: relative;
    }

    header .header-inner .logo {
        -ms-flex-order: 2;
        order: 2;
        padding-left: 10px;
    }

    header .header-inner .banner {
        -ms-flex-order: 3;
        order: 3;
        width: calc(100vw - 75px);
        padding-left: 10px;
    }

    .header-right-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .top-bar-site .top-bar-menu {
        display: none;
    }

    .top-bar-site,
    .bottom-bar-site .language {
        margin-bottom: 0;
    }

    .bottom-bar-site .language span {
        display: none;
    }

    .headerSearch {
        display: none;
    }

    header {
        padding-top: 5px;
        padding-bottom: 5px;
        border-top-width: 3px;
        padding-left: 0;
        padding-right: 0;
    }

    .top-bar-site .top-bar-user {
        position: static;
    }

    .header-right-inner .trigger-search,
    .header-right-inner .trigger-menu {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px #999 solid;
        display: block;
    }

    .header-right-inner .trigger-menu {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px #999 solid;
    }

    .footer-site-top-mobile ul li a {
        padding: 5px 8px;
        font-size: 12px;
    }

    .owl-carousel-homeslider .owl-nav button.owl-next,
    .owl-carousel-homeslider .owl-nav button.owl-prev {
        width: 28px;
        height: 28px;
    }

    .owl-carousel-homeslider .owl-nav button.owl-next {
        right: 10px;
    }

    .owl-carousel-homeslider .owl-nav button.owl-prev {
        left: 10px;
    }

    .block-services-menu li a {
        text-transform: capitalize;
        font-size: 12px;
        padding: 35px 10px 10px 10px;
    }

    .block-services-menu .item-ico {
        width: 20px;
        height: 20px;
        transform: translateY(0px);
        transform: translateX(-50%);
        left: 50%;
        top: 10px;
    }

    .block-search-module {
        display: none;
    }

    .home-lastest-news .item {
        width: 100%;
    }

    .home-events-news {
        display: block;
    }

    .home-events-news .item-first {
        padding-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .home-events-news .item-others {
        display: none;
    }

    .home-events-news .item-first h3 {
        font-weight: 400;
    }

    .block-category-extends {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .block-category-extends .imghome-category, .block-category-extends .list-category {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
    }

    .block-category-extends .imghome-category {
        height: 0;
        padding-bottom: 100%;
    }

    .block-category-extends .list-category {
        padding: 20px 0 0 0;
    }

    .block-category-extends .imghome-category .intro {
        right: 12px;
    }

    .section-students .row-students {
        margin-bottom: 0;
    }

    .section-students .row-students .col-students {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-news-student .item-others {
        display: none;
    }

    .widget-home-student {
        margin-bottom: 20px;
    }

    .home-news-student .item-first h3,
    .widget-home-student > .widget-heading {
        font-weight: 400;
    }

    .block-info-ussh .row-info-ussh {
        margin-left: 0;
        margin-right: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-info-ussh .row-info-ussh > div {
        float: none;
        padding-right: 0;
        padding-left: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 20px;
    }

    .block-info-ussh .row-info-ussh > div:nth-child(1),
    .block-info-ussh .row-info-ussh > div:nth-child(4) {
        background-color: #f2f2f2;
    }

    .block-info-ussh .content {
        background-image: none;
        border-bottom: 0;
        padding: 0;
    }

    .block-info-ussh .info-ussh-name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .block-info-ussh .info-ussh-content {
        font-size: 24px;
        margin-bottom: 0;
    }

    .global-slide-logo .owl-carousel .owl-dots {
        display: none;
    }

    .global-slide-logo .owl-nav {
        position: static;
        top: 0;
    }

    .global-slide-logo .owl-carousel .owl-nav button.owl-prev,
    .global-slide-logo .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        line-height: 36px;
        background-color: #fff;
        opacity: 0.8;
        border: 0;
        font-size: 26px;
    }

    .global-slide-logo .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    .global-slide-logo .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }

    .breadcrumbs-container {
        padding-top: 50px;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .breadcrumbs-wrap {
        font-size: 14px;
    }

    .breadcrumbs-container .ussh-site-title {
        font-size: 24px;
    }

    .scientific-cats .scientific-cats-intro,
    .student-cats .student-cats-intro {
        margin-bottom: 15px;
    }

    .student-cats .cat-item-inner {
        padding: 10px;
    }

    .student-cats .cat-item-inner h3 {
        font-size: 20px;
    }

    .student-cats .cat-item {
        margin-bottom: 20px;
    }

    .student-cats .cat-item-inner h3 a {
        text-shadow: rgb(215, 37, 51) 1px 0px 0px, rgb(215, 37, 51) 0.540302px 0.841471px 0px, rgb(215, 37, 51) -0.416147px 0.909297px 0px, rgb(215, 37, 51) -0.989992px 0.14112px 0px, rgb(215, 37, 51) -0.653644px -0.756802px 0px, rgb(215, 37, 51) 0.283662px -0.958924px 0px, rgb(215, 37, 51) 0.96017px -0.279415px 0px;
    }

    .student-cats .cat-item-inner h3 a:hover {
        text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
    }

    .section-home-middle .widget-default-no-uppercase {
        margin-top: 20px;
    }

    .co-op-news .item {
        margin-bottom: 15px;
    }

    .section-students-top .banner-intro {
        margin-top: 20px;
    }

    .co-op-news-footer .item {
        margin-bottom: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .co-op-news-footer .item .item-img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .co-op-news-footer .item .item-ct {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.widget-default .home-lastest-news .rows{
    height: 390px;
    overflow: auto;
    margin-bottom: 20px;
    scroll-snap-type: y proximity;
    scroll-behavior: smooth;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-gap: 20px;
}

.column-main div p .news_column:nth-child(1) {
    display: none !important;
}

.css-header-top .block-services-menu {
    margin-bottom: 15px;
}

.css-header-top .block-services-menu li .item-bg {
    background-color: #b42b36;
    opacity: 1;
}

.home-events-news .item .thumb .imonth {
    right: 15px;
    bottom: 15px;
}

.home-events-news .item .thumb {
    width: 70px;
    height: 70px;
}

.home-events-news .item .thumb {
    color: #FFF;
}

.owl-carousel .owl-nav.disabled{
    display: block !important;
}

.owl-carousel .owl-nav.disabled .owl-prev span, .owl-carousel .owl-nav.disabled .owl-next span{
    display: none;
}

.owl-carousel .owl-dots {
    display: none;
}

.home-lastest-news .item .thumb {
    padding-bottom: 64% !important;
}

.home-events-news .item-first .thumb {
    padding-bottom: 62% !important;
}

.home-news-student .item-first .thumb {
    padding-bottom: 66% !important;
}

.home-events-news .item .thumb .imonth {
    top: 2px;
    left: 20px;
    bottom: inherit;
    right: inherit;
    line-height: normal;
    font-size: 25px;
}

.home-events-news .item .thumb .iday {
    font-size: 25px;
    left: 20px;
    bottom: 2px;
    border-top: 3px solid #FFF;
    font-weight: bold;
    top: inherit;
    padding-top: 5px;
}

.home-lastest-news .item h3, .home-lastest-news .item .htext{
    text-align: justify;
}

.news-main {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1023px) {
    .avatas-faculty .pulse1, .avatas-faculty .pulse2 {
        display: none;
    }

    .avatas-faculty .avata-join {
        background-repeat: no-repeat;
        background-size: 240px 300px;
    }

    .avatas-faculty {
        height: 300px;
    }

    .avatas-faculty .avata-join {
        width: 240px !important;
    }
}
