﻿@charset "UTF-8";
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on April 13, 2016 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300italic&subset=latin,vietnamese);

@font-face {
  font-family: 'ubuntubold';
  src: url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu-Bold.eot");
  src: url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu-Bold.woff") format("woff"), url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu-Bold.ttf") format("truetype"), url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");
  font-weight: normal;
  font-style: bold;
}

@font-face {
  font-family: 'ubunturegular';
  src: url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu.eot");
  src: url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu.eot?#iefix") format("embedded-opentype"), url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu.woff") format("woff"), url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu.ttf") format("truetype"), url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu.svg#Ubuntu") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UbuntuMedium';
  src: url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu-Medium.woff") format("woff"), url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu-Medium.ttf") format("truetype"), url("../fonts/Fontboxvn-Ubuntu-245/Ubuntu-Medium.svg#Ubuntu-Medium") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
}
/* Webfont: Lato-Black */
@font-face {
  font-family: 'LatoWebBlack';
  src: url("../fonts/Lato/Lato-Black.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Black.woff2") format("woff2"), url("../fonts/Lato/Lato-Black.woff") format("woff"), url("../fonts/Lato/Lato-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Semibold */
@font-face {
  font-family: 'LatoWebSemibold';
  src: url("../fonts/Lato/Lato-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato/Lato-Semibold.woff") format("woff"), url("../fonts/Lato/Lato-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

.txt-title {
  color: #000;
  font-family: "LatoWebBlack", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
}

.txt-date {
  font-size: 12px;
  font-style: italic;
  line-height: 23px;
}

.txt-link, .list-no-bullet a {
  font-family: "LatoWebSemibold", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #666;
}

.txt-head-h1, h1.txt-head {
  color: #666;
  font-family: "LatoWebBlack", "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.txt-description, .description {
  color: #666;
  font-family: "LatoWebSemibold", "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.txt-user-create, .user-create {
  color: #454545;
  font-family: "LatoWebBlack", "Open Sans", sans-serif;
  font-size: 16px;
  text-align: right;
}

.txt-widget-header, .widget-header {
  color: #454545;
  font-family: "LatoWebBlack", "Open Sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
}

body {
  color: #6c6c6c;
  font-family: 'ubunturegular','Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

/* fix font weight firefox */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.txt-center {
  text-align: center;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.width-common, #page, .article, .footer {
  width: 100%;
  float: left;
}

@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal:hover,
.wobble-horizontal:focus,
.wobble-horizontal:active {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.wobble-horizontal {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
/*===========  HEADER ==========*/

.line-header {
  border-bottom: 3px solid #FA7D37;
  padding: 0px !important;
  margin: 0px !important;
}

.topNav {
  background-color: #002147;
  width: 100%!important;
}

.topNav ul {
  float: right;
  margin-top: 10px;
}

.topNav ul li {
  display: inline-block;
  padding-right: 20px;
  font-size: 12px;
}

.topNav a {
  color: #c5c5c5;
}
/****Menu main***/
.navbar-inverse{
  background-color: unset; 
  border: none;
}

.navbar-inverse .navbar-nav>li>a {
  color: white !important;
  text-shadow: 2px 4px 8px #002147;
}

.nav>li {
  position: relative;
  display: block;
}
.navbar {
    padding-bottom: 30px;
}
.navbar ul li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 0px;
}

.navbar-nav {
  font-size: 15px !important;
  font-weight: bold;
}

.navbar-wrapper {
  position: relative;
}

.shadow {
    position: absolute;
    top: 0;
    z-index: 10;
    opacity: 0.85;
    width: 100%;
    background:url(../assets/QNU_ENG/imgs/header-shadow.png) repeat-x left bottom;
}
@media (max-width: 979px) and (min-width: 769px){
.shadow {
    background-image: none !important;
}
}
@media (max-width: 768px){
  .logoQNU {
    height: 45px;
    margin-top: -10px;
}
.navbar-inverse {
    padding-top: 10px;
    background-color: transparent;
    border-color: transparent!important;
}
  .featureBox {
    visibility: hidden;
}
.shadow {
    background-image: none !important;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

/* click submenu */
.dropdown-submenu {
    position: relative;
}
    .dropdown-submenu.open > a,
    .dropdown-submenu.open > a:hover,
    .dropdown-submenu.open > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #5065a7;
    }

.dropdown-submenu > ul.dropdown-menu {
				   
    position: absolute;
		   
    left: 100%;
    top: 0;
}
/**/

/*.navbar-right {
  margin-right: -50px;
}*/

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-search:before {
  content: "\e003";
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #263d84;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5065a7;
}

@media (max-width: 320px) {
  .navbar-brand {
    float: none;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .navbar-header {
    min-height: 90px;
  }

}

@media (min-width: 768px) {
  .shadow {
    background: url(../imgs/header-shadow.png) repeat-x left bottom;
}

  .navbar-nav>li {
    float: left;
  }

  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }

  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .navbar-toggle {
    display: none;
  }

  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-right {
    float: right!important;
    margin-right: -15px;
  }

  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
/****END menu main****/

/********   Slider    *******/
.featureBox {
    color: white;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    background-color: rgba(0,33,71,.7);
}
.featureBox .title {
    color: white;
    font-size: 40px;
    line-height: 50px;
    padding: 12px 0 10px;
    font-family: 'Roboto Condensed';
}
.featureBox p {
    color: white;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 1em;
    padding-right: 8.25em;
    font-family: 'Roboto Condensed';
}
.navContainer {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(0,33,71,1);
    z-index: 20;
    padding-left: 15px;
}
.carousel-indicators {
    bottom: 0px !important;
    z-index: 10000 !important;
}
/* end Slider */

/*===========  END HEADER ==========*/

/*=========== EVENTS ===========*/

.lich-sukien {
  /*margin-bottom: 30px;*/
  position: relative;
}

.lich-sukien .module {
  position: relative;
}

.lich-sukien .module h3.modtitle {
  color: #cc1818;
  margin-bottom: 15px;
}

.lich-sukien .lich-item {
  margin-bottom: 20px;
}

.lich-sukien .lich-item .day {
  width: 70px;
  border: 2px solid red;
  border-radius: 10px;
  padding: 5px 0;
  float: left;
  color: white;
  text-align: center;
  font-weight: 900;
  background: red;
}

.lich-sukien .lich-item .day .date {
  font-size: 25px;
  color: white;
  line-height: 26px;
  font-style: normal;
  margin: 0;
}

.lich-sukien .lich-item .day .month {
  font-size: 12px;
  line-height: 16px;
}

.lich-sukien .lich-item .day .line {
  width: 80%;
  margin: 5px 0px 5px 5px;
  border-top: 2px solid white;
}

.lich-sukien .lich-item .day span {
  display: block;
}

.lich-sukien .lich-item .scheduler-content {
  margin-left: 85px;
}

.lich-sukien .lich-item .scheduler-content a {
  display: block;
  font-size: 14px;
  font-family: "LatoWebSemibold", "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 23px;
  color: #263d84;
}

.lich-sukien .lich-item .scheduler-content a:hover {
  color: #d6221a;
}

@media (max-width: 979px) and (min-width: 768px) {
  .lich-sukien .lich-item {
    width: 100%;
  }
}

.lich-homnay {
  list-style: none;
  margin-top: 10px;
}

.lich-homnay li {
  margin-bottom: 15px;
}

.lich-homnay .time {
  width: 45px;
  float: left;
  font-size: 18px;
  font-weight: 700;
}

.lich-homnay .scheduler-content {
  margin-left: 60px;
}
/*=========== END EVENTS ===========*/

/*===========  NEWS ACTIVITY + PUBLICATIONS + SCHOLARSHIPS ==========*/
/**** News-activity  ****/
.module.k2-mega-new-main .modcontent .sj-meganew .item-other {
    margin-top: -1px;
}
.box{
    top: -2px;
    position: absolute;
    z-index: 9999;
    width: 95%;
}
.modcontent{
  position: relative;
  margin-top: -12px;
}
@media(max-width: 1199px){
  .box{
    width: 97%;
    top: -12px;    
}
}
@media(max-width: 979px) and (min-width: 767px) {
  .box{
    width: 96%;
    top: -12px;  
}
}
@media(max-width: 789px) {
  .box{
    top: -12px;
    width: 96%;  
}
}
@media(max-width: 592px) and (min-width: 551px) {
  .box{
    top: -3px;
    width: 95%;  
}
}
@media(max-width: 550px) and (min-width: 320px){
  .box{
    top:-3px;
    width: 90%;  
}
}
.module h3.title-news {
  background-color: rgba(38, 61, 132, 0.83);
  text-align: center;
  font-family: "LatoWebBlack", "Open Sans", sans-serif;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  z-index: 9999;
  width: 100%;
}

.content-main .other-title .other-title-link{
    color: #000!important;
    font-family: "LatoWebSemibold", "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 23px;
}

.item-other{
  margin:-5px 0;
}
.item-image{
  position: relative;
}
#top7 .item-title {
  margin: 15px 0;
  width: 100%;
  float: left;
}

.module h3.modtitle {
  font-family: "LatoWebBlack", "Open Sans", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.module_menu, div.module {
    margin: 0 0 15px;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link .by-date {
    display: inline-block;
    margin: 5px 0 5px;
    text-align: left;
    font-weight: 300;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .content-main .item-title a {
    color: #000;
    font-family: "LatoWebSemibold", "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-transform: none;
    margin-left: -15px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.module.k2-mega-new-main .modcontent .sj-meganew .item-first .content-main .item-title a:hover {
  color: #d6221a;
}

.portal_date {
    position: absolute;
    float: right;
    color: #666;
    font-size: 12px;
    font-style: italic;
    line-height: 23px;
    bottom: 65px;
    right: -2px;
}
@media(max-width: 550px){
      .module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link .by-date{
        display: inline-table;
        margin-left: 11px;
      }
    }
.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link li.row:nth-child(1) {
  border-bottom: 1px solid #c8c8c8;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link li.row:nth-child(1) {
     border-top:none; 
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link li.row {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  padding: 1px 0;
}

.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link li.row a:hover {
  color: #d6221a;
}

.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link li.row a {
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}

.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link .by-date li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
  color: #666;
  font-size: 12px;
  font-style: italic;
  line-height: 23px;
}

.module.k2-mega-new-main .modcontent .sj-meganew .item-other .otehr-link .by-date li:nth-child(1) {
  color: #666;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-image { margin-right: 0; }
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-image:hover .over-image {
  box-shadow: 0 0 0 5px #d6221a inset;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first {
    margin-bottom: 0;
    margin-bottom: 4px;
}
.module.k2-mega-new-main .modcontent .sj-meganew .item-first .item-image:hover img {
  -moz-transform: perspective(2000px) rotateY(-5deg) translate(0, -5px);
  -webkit-transform: perspective(2000px) rotateY(-5deg) translate(0, -5px);
  -o-transform: perspective(2000px) rotateY(-5deg) translate(0, -5px);
  -ms-transform: perspective(2000px) rotateY(-5deg) translate(0, -5px);
  transform: perspective(2000px) rotateY(-5deg) translate(0, -5px);
}

/***** Publications ****/
.acd-description span {
    padding-left: 0!important;
    font-size: 12px!important;
    display: inline!important;
    color: #928787f2!important;
}
div.sj-accordion .acd-items .acd-item.selected .acd-content-wrap .acd-content-wrap-inner {
    padding: 0 5px;
}

div.sj-accordion .acd-items .acd-item.selected .acd-header {
  background: #263d84;
  font-family: "LatoWebSemibold", "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

div.sj-accordion .acd-items {
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}

div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner {
  font-size: 14px;
  line-height: 23px;
  color: #666;
  font-weight: 400;
}
.date-public{
  margin-top: -15px;
  color: #928787f2!important;
  font-size: 12px!important;
}
.acd-readmore {
  margin: 15px 0 0 0;
  text-transform: uppercase;
  text-align: center;
}

.acd-readmore a {
  color: #03b1fa;
  font-size: 12px;
  line-height: 30px;
}

div.sj-accordion .acd-items .acd-item .acd-header {
  color: #263d84;
  border-bottom: 1px solid #c8c8c8;
  font-family: "LatoWebSemibold", "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

div.sj-accordion .acd-items .acd-item.selected {
  border-bottom: 1px solid #c8c8c8;
}

div.sj-accordion .acd-items .acd-item .acd-header:hover {
  color: #d6221a;
}

div.sj-accordion .acd-items .acd-item.selected .acd-header:hover {
  color: #fff;
}

/**** Scholarships ****/

#yt_spotlight5 .module {
  margin-bottom: 0;
  padding-top: 10px;
}

.module.feature-teachers {
  background: #263d84;
  padding-bottom: 50px;
}

.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-inner .item .content-main h3.title {
  font-family: "LatoWebSemibold", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
}

.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-inner .item .content-main .adred:after {
  margin: 20px auto;
}

.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-inner .item .content-main .adred {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px;
}

.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-inner .item .content-main .post-commnets {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  padding-top: 5px;
}

.list-sk {
  list-style-image: url(../imgs/bullet.png);
  margin: 0 0 0 15px;
}

.list-sk a {
  color: #666;
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 5px 0;
  display: block;
}

.list-sk a:hover {
  color: #d6221a;
}

.module.feature-teachers .modcontent div.yt-extra-carousel .carousel-inner .item .item-image {
  display: inline-block;
  height: 200px;
  width: 200px;
  border-radius: 100px;
  text-align: center;
  line-height: 100px;
  overflow: hidden;
  margin: 0 auto 15px;
}
/*===========  NEWS ACTIVITY + PUBLICATIONS + SCHOLARSHIPS ==========*/

/****** IMAGES ****/
.lienket-sukien {
  background-color: #eee;
  padding-bottom: 5px;
}
.see-all {
  text-align: center;
  
}
.see-all a{
    font: bold 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #03b1fa;
  }
.see-all a:hover{
  color: #cc1818;
}
.title_album a:hover {
    color: #d6221a;
}
/****** END IMAGES ****/

/*=========== / NEWS AND EVENTS ==========*/
.ttsk{
  margin: 20px 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #464646; }
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #464646; }

.owl-nav {
  display: none;
}
.slider-links .owl-nav.disabled {
  display: block; }

.module h3.modtitle {
  padding: 15px 0 0 0;
  font-size: 20px;
}

.module h3.modtitle {
  font-family: "LatoWebBlack", "Open Sans", sans-serif;
  color: #cc1818;
  line-height: 24px;
  text-transform: uppercase;
}

.thumb.large {
  margin-bottom: 10px;
  width: 100%;
}

.thumb {
  float: left;
  overflow: hidden;
}

.thumb .large img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumb img {
  max-width: 100%;
}

.article a {
    text-decoration: none;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
a.title-hover:hover{
  color:#d6221a!important;
}
.article.style-1 .content {
  width: 100%;
  float: left;
}

h4 a {
  color: #000!important;
  font-family: 'UbuntuMedium', 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 500;
}

/*=========== / END NEWS AND EVENTS ==========*/

/*=========== / VIDEO ==========*/

.video {
  margin: 30px 0 !important;
}

.video .item-video {
  margin-bottom: 10px;
}
.psc-divPortlet-Content {
    width: 100%;
    /*float: left;*/
}
.video h3.modtitle{
        color: #cc1818;
        font-family: "LatoWebBlack", "Open Sans", sans-serif;
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
            margin-top:20px; 
      }
      @media(max-width: 991px){
      .video .item-video{
        margin-bottom: 20px;
      } 
    }
    @media(max-width: 991px){
      .video .item-video{
        margin-bottom: 10px;
      } 
    }
    
/*=========== / END VIDEO ==========*/

/* go to top */
.backtotop {
  background-color: #263d84;
  border: 1px solid #fff;
}

/* / go to top */
/* ======================FOOTER=================================== */
#yt_spotlight8 {
  background: #263d84;
  padding: 20px 0;
}

.social-icons p {
  font-family: "LatoWebBlack", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

#yt_spotlight8 .icons-connect li {
  float: left;
  text-decoration: none;
  list-style: none;
}

.social-icons {
  position: relative;
}

.icons-connect {
  position: absolute;
  top: -12px;
  left: 130px;
}

.social-icons .fa-facebook {
  background-color: #3b5998;
}

.social-icons .fa-youtube-square {
  background-color: #dd4b39;
}

.social-icons li span {
  width: 30px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  font-size: 23px;
  color: #fff;
}

.line-footer {
  border-bottom: 1px solid #004490;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
}

.content-footer p {
  font-family: "LatoWebBlack", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.content-footer .list-footer {
  margin: 0;
  padding: 0;
}

.content-footer .list-footer li {
  list-style: none;
}

.content-footer .list-footer li a {
  color: #c5c5c5;
}
/* ======================END FOOTER=================================== */
/* psc-quicklinks */
.psc-quicklinks {
  display: none;
  position: relative;
  float: left;
  margin-bottom: 0 !important;
}

.psc-quicklinks a.dropdown-toggle {
  color: #c5c5c5;
  border-left: transparent solid #1f1f1f;
  border-right: 1px solid #1f1f1f;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}

.psc-quicklinks ul.dropdown-menu {
  background: #3f444e;
  border-radius: 0px;
  border: none;
  padding: 0 0 5px 0 !important;
  box-shadow: none;
  min-width: 100%;
  z-index: 9999;
  margin-top: 0;
}

@media (max-width: 979px) {
  .psc-quicklinks {
    display: block;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .psc-3-col .psc-col-1,
  .psc-3-col .psc-col-2 {
    width: 50%;
  }
  .psc-3-col .psc-col-3 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .psc-Scroll {
    height: 345px;
    overflow: hidden;
  }
  .lienket-sukien .col-md-3:nth-child(4n+1){
        clear: both;
  }
}
@media (max-width: 768px) {
  .lienket-sukien .col-md-3:nth-child(2n+1){
        clear: both;
  }
}
.psc-Scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
}

.psc-Scroll .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
}

.psc-Scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #263d84;
}

.post-content.text-left .post-title a{
  color: #333;
}
.button2019 .more-link a{
  color: #333;
}