body {
  font-family: 'Open Sans', sans-serif;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
}
.header-sublink {
  background: #093769;
}
.header-sublink ul {
  margin-bottom: 0px;
}
.header-sublink a {
  color: #849bb4;
  font-weight: 600;
}
.header-sublink .content .left-side li {
  color: #849bb4;
  font-size: 13px;
  padding-top: 8px;
  padding-left: 10px;
  border-left: 1px solid #537396;
  min-height: 35px;
}
.header-sublink .content .left-side i {
  padding-right: 5px;
}
.header-sublink .content .left-side {
  float: left;
  width: 30%;
}
.header-sublink .content .right-side {
  float: right;
  width: 70%;
  text-align: right;
}
.header-sublink .content .right-side li {
  color: #849bb4;
  font-size: 13px;
  padding-top: 8px;
  padding-left: 25px;
  min-height: 35px;
}
.header-sublink .content .right-side img{
  height:25px;
}
.head-side {
  position: relative;
}
/*
* Main Header
*/
.main-header {
  position: absolute;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  top: 0;
}
.main-header .dropdown-menu {
  border: none;
}
.main-header .dropdown:hover .dropdown-menu{
  display: block;
  width: 250px;
}
.main-header .dropdown-menu>li>a {
  padding: 10px 20px;
  /* font-weight: 600; */
  font-weight: 500;
  color: #676767;
  white-space: normal;
}
.main-header .dropdown-menu>li>a i {
  width: 30px;
}
.main-header .dropdown-menu>li>a:focus, .main-header .dropdown-menu>li>a:hover {
  background-color: #f6f9fe;
}
.main-header .logo-side {
  display: flex;
  width: 26%;
  float: left;
  padding-top: 20px;
  position: relative;
}
.main-header .logo-link{
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  z-index:999;
}
.main-header .logo-main {
    width: 100%;
}
.main-header .logo-main .logo {
    width: 35%;
    float: left;
}
.main-header .head-menu {
  width: 64%;
  float: left;
  padding-top: 50px;
}
.main-header .head-links {
  width: 10%;
  padding-top:6px;
  float: right;
}

.main-header .logo-text {
  color: #fff;
  padding: 15px 0 0 20px;
  line-height: 21px;
}
.main-header .logo-text .logoname {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.main-header .logo-text .logosubname {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.main-header .logo-text .logosince {
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.5px;
  line-height: 30px;
}
.main-header .head-menu .navbar-nav>li:first-child:before {
  background-color: transparent;
}
.main-header .head-menu .navbar-nav>li:before {
  content: "";
  position: absolute;
  height: 75%;
  width: 1px;
  background-color: rgba(255,255,255,0.5);
  left: 0;
  bottom: 10px;
}
.main-header .head-menu .navbar-nav>li>a {
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.3px;
  font-weight: 600;
  transition: ease all 0.3s;
  vertical-align: bottom;
  display: table-cell;
  height: 56px;
  padding: 0px 12px 10px 12px;
  line-height: 16px;
  max-width: 140px;
  white-space: normal;
}
.main-header .head-menu .nav>li>a:focus, .main-header .head-menu .nav>li>a:hover {
  background-color: transparent;
  color: #fff;
}
.main-header .head-links .content {
  display: table;
  width: 100%;
  margin-top: 15px;
}
.main-header .head-links .content .switchlang {
  display: table-cell;
  width: 50%;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 3px;
  vertical-align: bottom;
}
.main-header .head-links .content .switchlang a {
  color: rgba(255,255,255,0.7);
  font-weight: 600;
  transition: ease all 0.3s;
}
.main-header .head-links .content .switchlang a:hover {
  background-color: transparent;
  color: #fff;
}
.main-header .head-links .content .sociallinks {
  display: table-cell;
  width: 50%;
  vertical-align: bottom;
  position: relative;
  text-align: center;
}
.main-header .head-links .content .sociallinks::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0;
  background-color: rgba(255,255,255,0.5);
}
.main-header .head-links .sociallinks ul {
  line-height: 25px;
  margin-bottom: 0;
}
.main-header .head-links .sociallinks li>a {
  color: rgba(255,255,255,0.6);
  font-size: 16px;
  transition: ease all 0.3s;
}
.main-header .head-links .sociallinks li>a:hover {
  color: #fff;
}
.main-header .head-menu-mobile {
  float: left;
  width: 20%;
  text-align: right;
  padding-top: 20px;
}
.main-header  .head-menu-mobile a {
    font-size: 24px;
    color: #ffffffb3;
    cursor: pointer;
}
/*
* Minimal Header
*/
.minimal {
  position: fixed;
  background: #093769;
  z-index: 9999;
}
.minimal .content {
  height: 70px;
}
.minimal .logo-side {
  padding-top: 15px;
  padding-bottom: 15px;
}
.minimal .logo {
  padding-top: 0px;
}
.minimal .logo img{
  height: 60px;
  width: auto;
}
.minimal .logo-text {
  line-height: 15px;
  padding: 5px 0 0 20px;
}
.minimal .logo-text .logoname {
  font-size: 18px;
}
.minimal .logo-text .logosubname {
  font-size: 13px;
}
.minimal .logo-text .logosince {
  line-height: 25px;
}
.minimal .head-menu {
  padding-top: 25px;
}
.minimal .head-links{
  padding-top:0px;
}
.minimal .head-links .content {
  margin-top: 10px;
}
.minimal .head-links .content .switchlang {
  padding-bottom: 0px;
}
.minimal .head-links .sociallinks {
  vertical-align: middle;
}
.minimal .head-links .sociallinks ul {
  line-height: 21px;
}
.minimal .head-links .content .sociallinks::before {
  top: 0px;
}

/*
* Main Header
*/
.header-page {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
  z-index: 9;
  position: relative;
}
.header-page .dropdown-menu {
  border: none;
}
.header-page .dropdown:hover .dropdown-menu{
  display: block;
  width: 220px;
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
  border: 1px solid #e0e0e0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 0;
}
.header-page .dropdown-menu>li>a {
  padding: 10px 20px;
  font-weight: 600;
  color: #676767;
  white-space: normal;
}
.header-page .dropdown-menu>li>a i {
  width: 30px;
}
.header-page .dropdown-menu>.active>a, .header-page .dropdown-menu>.active>a:focus {
  background-color: #e1ecff;
  color: inherit;
}
.header-page .dropdown-menu>li>a:focus, .header-page .dropdown-menu>li>a:hover {
  background-color: #f6f9fe;
}
.header-page .logo img {
  width: 50px;
}
.header-page .logo-side {
  display: flex;
  width: 25%;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.header-page .head-menu {
  width: 65%;
  float: left;
  padding-top: 30px;
  padding-top: 25px;
}
.header-page .head-links {
  width: 10%;
  float: right;
}
.header-page .logo-text {
  color: #093769;
  padding: 10px 0 0 20px;
  line-height: 17px;
}
.header-page .logo-text .logoname {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.header-page .logo-text .logosubname {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.header-page .logo-text .logosince {
  font-size: 15px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.5px;
  line-height: 23px;
}
.header-page .head-menu .navbar-nav>li:first-child:before {
  background-color: transparent;
}
.header-page .head-menu .navbar-nav>li:before {
  content: "";
  position: absolute;
  height: 95%;
  width: 1px;
  background-color: rgba(9, 55, 105, 0.2);
  left: 0;
  bottom: 1px;
}
.header-page .head-menu .navbar-nav>li>a {
  color: rgba(9, 55, 105, 0.7);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.3px;
  font-weight: 600;
  transition: ease all 0.3s;
  vertical-align: bottom;
  display: table-cell;
  height: 56px;
  padding: 0px 14px 10px 14px;
  line-height: 16px;
  max-width: 140px;
  white-space: normal;
}
.header-page .head-menu .navbar-nav>li.active>a {
  color: rgb(37, 133, 0);
  font-weight: 700;
}
.header-page .head-menu .nav>li>a:focus, .header-page .head-menu .nav>li>a:hover {
  background-color: transparent;
  color: #093769;
}
.header-page .head-menu .navbar-nav {
  float: right;
}
.header-page .head-links .content {
  display: table;
  width: 100%;
  margin-top: 5px;
}
.header-page .head-links .content .switchlang {
  display: table-cell;
  width: 50%;
  text-align: right;
  padding-right: 20px;
  vertical-align: bottom;
}
.header-page .head-links .content .switchlang a {
  color: rgba(9, 55, 105, 0.7);
  font-weight: 600;
  transition: ease all 0.3s;
}
.header-page .head-links .content .switchlang a:hover {
  background-color: transparent;
  color: #093769;
}
.header-page .head-links .content .sociallinks {
  display: table-cell;
  width: 50%;
  vertical-align: bottom;
  position: relative;
  text-align: center;
}
.header-page .head-links .content .sociallinks::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 0;
  background-color: rgba(9,55,105,0.5);
}
.header-page .head-links .sociallinks ul {
  line-height: 21px;
  margin-bottom: 0;
}
.header-page .head-links .sociallinks li>a {
  color: rgba(9, 55, 105, 0.6);
  font-size: 16px;
  transition: ease all 0.3s;
}
.header-page .head-links .sociallinks li>a:hover {
  color: #093769;
}
.header-page .switchlang a{
  text-transform: uppercase;
}
.header-page .head-menu-mobile {
  float: left;
  width: 20%;
  text-align: right;
  padding-top: 20px;
}
.header-page .head-menu-mobile a {
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

/*
* Sticky Page-header
*/
.header-page.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
  z-index: 1001;
}
body.down .header-page.sticky {
    transform: translateY(0);
}

.head-side .intro-text {
  position: absolute;
  z-index: 98;
  top: 260px;
  width: 100%;
}
.head-side .intro-text .content {
  padding-left: 120px;
}
.intro-text .bs-text {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 45px;
}
.intro-text .ms-text {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin-top: 10px;
}
.intro-text .button-text {
  margin-top: 40px;
}
.otu-head-button {
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-right: 20px;
  transition: ease all 0.3s;
}
.otu-head-button i {
  font-size: 18px;
  padding-right: 15px;
  vertical-align: text-bottom;
}
.otu-head-button:hover {
  background-color: #fff;
  text-decoration: none;
  color: #093769;
}
.otu-head-button-black {
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 10px 30px;
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  margin-right: 20px;
  transition: ease all 0.3s;
}
.otu-head-button-black i {
  font-size: 18px;
  padding-right: 15px;
  vertical-align: text-bottom;
}
.otu-head-button-black:hover {
  background-color: #fff;
  text-decoration: none;
  color: #666666;
}
.otu-head-button-silver {
  background-color: transparent;
  border: 1px solid #959595;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 10px 30px;
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  margin-right: 20px;
  transition: ease all 0.3s;
}
.otu-head-button-silver i {
  font-size: 18px;
  padding-right: 10px;
  vertical-align: text-bottom;
}
.otu-head-button-silver:hover {
  background-color: #959595;
  text-decoration: none;
  color: #fff;
}
.otu-head-button-darkblue {
  background-color: transparent;
  border: 1px solid #062e5a;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 10px 30px;
  display: inline-block;
  color: #062e5a;
  font-size: 13px;
  font-weight: 600;
  margin-right: 20px;
  transition: ease all 0.3s;
}
.otu-head-button-darkblue i {
  font-size: 18px;
  padding-right: 15px;
  vertical-align: text-bottom;
}
.otu-head-button-darkblue:hover {
  background-color: #062e5a;
  text-decoration: none;
  color: #fff;
}
.quicklinks {
  position: absolute;
  z-index: 97;
  width: 100%;
  bottom: 0;
  color: #fff;
}
.quicklinks .quicklinks-content {
  display: table;
  width: 100%;
  height: 100%;
}
.quicklinks .quicklinks-content .q-list-item {
  display: table-cell;
  width: 25%;
  padding: 10px 20px 0 20px;
  position: relative;
}
.quicklinks .quicklinks-content .q-list-item .link {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.quicklinks .quicklinks-content .q-list-item .content {
  position: relative;
  color: rgba(255,255,255,0.8);
  transition: ease all 0.3s;
}
.quicklinks .quicklinks-content .q-list-item .content:hover {
  color: rgba(255,255,255,1);
}
.quicklinks .quicklinks-content .q-list-item .content:hover .desc {
  /*font-size: 13px;*/
}
.quicklinks .quicklinks-content .q-list-item .content:hover:before {
  width: 4px;
  content: "\f0da";
  background-color: rgba(255,255,255,1);
  font-family: FontAwesome;
  padding-left: 4px;
  padding-top: 12px;
  height: 110%;
  bottom: 0;
}
.quicklinks .quicklinks-content .q-list-item .content:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: -20px;
  z-index: 97;
  background-color: rgba(255,255,255,0.6);
  -webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
  transition: ease all 0.3s;
}
.quicklinks .quicklinks-content .q-list-item .title{
  font-size: 14px;
  font-weight: 700;
  /*min-height: 40px;*/
  display: table-cell;
  vertical-align: bottom;
  text-transform: uppercase;
}
.quicklinks .quicklinks-content .q-list-item .desc{
  font-size: 12px;
  text-align: justify;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
}
.quicklinks .quicklinks-content .special {
  background: #093769;
  border-top: 3px solid #268500;
  position: relative;
}
.quicklinks .quicklinks-content .special:before {
  background: transparent;
}
.quicklinks .quicklinks-content .special .title{
  color: #fff;
  text-transform: uppercase;
}
.quicklinks .quicklinks-content .special .desc{
  color: #fff;
  /*padding-top: 10px;*/
}
.quicklinks .quicklinks-content .special .elselticon {
  position: absolute;
  right: 20px;
  top: -9px;
}
.pagewrap{
  /*min-height: 700px;*/
  position: relative;
  z-index: 1;
}
.pagewrap-slide-item {
  background-size: cover;
  background-position-y: 100%;
  height: 700px !important;
}
.side-2 {
  width: 100%;
  background: #fff;
}
.side-2 .side-one {
  width: 50%;
  float: left;
}
.side-2 .side-two {
  width: 50%;
  float: right;
}
.square-section {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.square-item {
  display: table-cell;
  width: 50%;
  height: 285px;
  vertical-align: middle;
}
.square-section .mergejil {
  background-color: #d3d3d3;
  padding: 40px;
  vertical-align: top;
}
.square-section .mergejil .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  color: #343434;
  letter-spacing: 0.5px;
}
.square-section .mergejil .title span {
  color: #fff;
}
.mergejil .text {
  color: #737373;
  margin-top: 30px;
}
.mergejil .buttons {
  margin-top: 30px;
}
.square-section .soliltsoo {
  background-color: #268500;
  /*background-image: url('../images/soliltsoo_bg.jpg');*/
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.soliltsoo .content {
  position: relative;
}
.soliltsoo .link {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.soliltsoo span {
  z-index: 99;
  position: relative;
}
.soliltsoo img {
  position: absolute;
  left: -50px;
  top: 0;
  opacity: 0.3;
  transition: ease all 0.3s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.soliltsoo:hover img {
  opacity: 0.5;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.square-section .tetgeleg {
  background-color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #268500;
  position: relative;
  overflow: hidden;
}
.tetgeleg .content {
  position: relative;
}
.tetgeleg .link {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.tetgeleg span {
  z-index: 99;
  position: relative;
}
.tetgeleg img {
  position: absolute;
  left: -110px;
  top: 0;
  opacity: 0.3;
  transition: ease all 0.3s;
  width: 150%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.tetgeleg:hover img {
  opacity: 0.5;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.square-section .surgalt {
  background-color: #000;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.surgalt .content {
  position: relative;
}
.surgalt .link {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.surgalt span {
  z-index: 99;
  position: relative;
}
.surgalt img {
  position: absolute;
  left: -110px;
  top: 0;
  opacity: 0.5;
  transition: ease all 0.3s;
  width: 150%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.surgalt:hover img {
  opacity: 0.8;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.otu-intro-post {
  padding: 30px 50px 15px 50px;
}
.otu-intro-post .school-name {
  color: #093769;
  font-size: 24px;
  text-transform: uppercase;
}
.otu-intro-post .school-name span {
  font-weight: 700;
}
.otu-intro-post .welcome {
  color: #00b9f1;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.otu-intro-post .welcome-content {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  margin-top: 30px;
  text-align: justify;
}
.otu-intro-post .welcome-content span {
  font-size: 14px;
  font-weight: 700;
}
.otu-intro-post .welcome-desc {
  margin-top: 15px;
  color: #8d8d8d;
  text-align: justify;
}
.otu-intro-post .welcome-desc .button-side {
  margin-top: 20px;
}
.otu-content {
  background: #f9f9f9;
}
.school-map {
  background: #fff;
}
.square-map-section {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.square-map-section .schools-list {
  width: 25%;
  display: table-cell;
  height: 285px;
  background: #093769;
  padding: 40px 40px 20px;
}
.square-map-section .schools-list .title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.square-map-section .schools-list .address {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  margin-top: 30px;
}
.square-map-section .schools-list .contact {
  margin-top: 30px;
}
.square-map-section .schools-map {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
#map {
  height: 285px;
  width: 100%;
 }
.square-map-section .education-plan {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
}
.square-map-section .education-plan .year {
  text-align: center;
  font-size: 64px;
  color: #d3d3d3;
  font-weight: 700;
  line-height: 66px;
}
.square-map-section .education-plan .text {
  font-size: 20px;
  color: #00b9f1;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.square-map-section .education-plan .button-side {
  text-align: center;
  margin-top: 20px;
}
.people25-section {
  background: #f9f9f9;
}
.people25-section .content {
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.people-slider{
  width: 50%;
  float: left;
  position: relative;
}
.people-slider-content {
  width: 50%;
  float: right;
  padding: 40px 60px 0px;
  border-top: 3px solid #093769;
}
.togsogchid-slider {
  width: 855px;
  right: 285px;
}
.togsogch-w0 {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: ease all 0.3s;
}
.togsogch-w1 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.8;
  transition: ease all 0.3s;
  color: #d56;
}
.togsogch-w1 .people-info{
  color: rgba(255,255,255,0.5) !important;
}
.togsogch-w2 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
  transition: ease all 0.3s;
}
.togsogch-w2 .people-info{
  color: rgba(255,255,255,0.5) !important;
}

.people-slider-content .title {
  text-align: right;
  font-size: 20px;
  text-transform: uppercase;
  color: #268500;
  font-weight: 700;
}
.people-item-content .short-title {
  color: #268500;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.people-item-content .people-name {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #343434;
  margin-top: 10px;
}
.people-item-content .people-words {
  color: #343434;
  font-size: 14px;
  margin-top: 15px;
  text-align: justify;
}
.people-item-content .people-whychoose {
  color: #343434;
  font-style: italic;
  margin-top: 20px;
}
.people-slider-controller {
  margin-bottom:30px
}
.people-slider-controller a {
  border: 1px solid #666666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 5px;
  text-align: center;
  color: #666666;
  font-size: 20px;
  margin-right: 3px;
  cursor: pointer;
  transition: ease all 0.3s;
}
.people-slider-controller a:hover {
  background-color: #666;
  color: #fff;
}
.togsogch-people-item {
  position: relative;
}
.togsogch-people-item .people-info {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 30px;
  line-height: 38px;
  color: rgba(255,255,255,1);
}
.togsogch-people-item .people-info .number {
  font-size: 32px;
  font-weight: 700;
}
.togsogch-people-item .people-info .short-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.news-quicklinks {
  background-color: #f9f9f9;
}
.news-quicklinks .content {
  background: #fff;
  display: table;
  width: 100%;
  height: 100%;
}
.news-quicklinks .news-links {
  display: table-cell;
  width: 75%;
}
.news-quicklinks .zarlal {
  width: 25%;
  display: table-cell;
  height: 570px;
  vertical-align: top;
}
.bg-blue {
  display: table-cell;
  /*width: 50%;*/
  background-color: #00b9f1;
  vertical-align: top;
}
.bg-gray {
  background-color: #d3d3d3;
}
.bg-whitegray {
  background-color: #f5f5f5;
}
.column-two {
  width: 50%;
  float:left;
}
.column-two:after {
  clear: both;
}

.news-list {
  display: table;
  width: 100%;
  height: 100%;
  /*margin-bottom: 50px;*/
}
.news-list .news-list-item{
  display: table-cell;
  width: 285px;
  height: 285px;
  padding: 30px 20px;
  position: relative;
  vertical-align: top;
}
.zarlal-item {
  height: 570px;
}
.news-list-item:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #e1e1e1;
  height: 90%;
  right: 0;
  bottom: 10px;
}
.news-list-item .categoryname {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.news-list-item .zarlal-category {
  padding-top: 30px;
}
.news-list-item .categoryname span {
  float: right;
  color: #666666;
  font-size: 12px;
  letter-spacing: normal;
}
.news-list-item .postimage {
  margin-top: 20px;
}
.news-list-item .title {
  margin-top: 20px;
  min-height: 60px;
}
.news-list-item .title a {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.news-list-item .description {
  font-size: 13px;
  color: #666666;
  margin-top: 20px;
  min-height: 80px;
  text-align: justify;
}
.news-list-item .readmore {
  text-align: right;
  margin-top: 5px;
}
.news-list-item .readmore a{
  color: #666666;
  font-size: 12px;
}
.zarlal-content {
  padding: 0px 20px 0px;
  /*margin-top: 30px;*/
}
.links-section {
  display: table;
  width: 100%;
  height: 285px;
}
.category-list {
  display: table-cell;
  width: 285px;
}
.category-list-content {
  padding: 30px 30px;
  border-top: 1px solid #e1e1e1;
}
.category-list-content .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.color-darkblue {
  color: #093769;
}
.color-lightblue {
  color: #00b9f1;
}
.category-list-content .list-items {
  margin-top: 10px;
}
.category-list-content .list-items ul {
  line-height: 20px;
}
.category-list-content .list-items li {
  position: relative;
}
.category-list-content .list-items li a {
  text-transform: uppercase;
  color: rgba(9,55,105,0.8);
  font-weight: 600;
  transition: ease all 0.3s;
}
.category-list-content .list-items li a:hover {
  padding-left: 20px;
  color: #00b9f1;
  text-decoration: none;
}
.category-list-content .list-items li a:hover:before {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  left: 0;
  transition: ease all 0.3s;
  color: rgba(9,55,105,0.6);
}
.category-list-content .button-side {
  margin-top: 20px;
}
.bottom-quicklinks {
  padding: 50px 40px 0;
}
.bottom-quicklinks .navbar-nav>li {
  float: none;
}
.bottom-quicklinks .nav>li>a {
  display: inline-block;
}
.bottom-quicklinks .navbar-nav>li>a{
  color: #093769;
  font-size: 14px;
  font-weight: 600;
  transition: ease all 0.3s;
  padding: 3px 5px;
}
.bottom-quicklinks .nav>li>a:focus, .bottom-quicklinks .nav>li>a:hover{
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  padding-left: 20px;
}
.bottom-quicklinks .nav>li>a:hover:before {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  left: 0;
  transition: ease all 0.3s;
  color: rgba(9,55,105,0.6);
}
.school-tour {
  padding: 40px 40px 10px 10px;
  text-align: right;
}
.school-tour .title {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 26px;
}
.school-tour .subtitle {
  font-size: 16px;
  color: #093769;
  font-weight: 700;
  text-transform: uppercase;
}
.school-tour .desc {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
.school-tour .button-side {
  margin-top: 30px;
  text-align: right;
}
.footer {
  /*margin-bottom: 120px;*/
  background-color: #3e3c3d;
}
.footer .dev {
  position: relative;
}
.footer .developer {
  position: absolute;
  right: 15px;
  bottom: 30px;
}

.footer .content {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.footer .section-item {
  display: table-cell;
  width: 20%;
  color: #fff;
  padding: 35px 15px 10px 15px;
  position: relative;
}
.footer .section-item .title {
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer .br-left {
  border-left: 1px solid #a4a3a4;
}
.footer .br-right {
  border-right: 1px solid #a4a3a4;
}
.footer .lists .navbar-nav {
  width: 100%;
}
.footer .lists .navbar-nav>li {
  float: none;
}
.footer .lists .navbar-nav>li>a {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    transition: ease all 0.3s;
    padding: 5px 5px 5px 0;
}
.footer .lists .nav>li>a:focus, .footer .lists .nav>li>a:hover {
  background-color: transparent;
  color: #fff;
}
.footer .divider {
  margin-top: 30px;
}
.footer .divider .divider-1 {
  height: 1px;
  width: 100%;
  background-color: #1f1e1e;
}
.footer .divider .divider-2 {
  height: 1px;
  width: 100%;
  background-color: #525051;
}
.footer .social-links {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer .social-links a {
  color: #b2b1b1;
  font-size: 16px;
}
.footer .social-links i {
  margin-right: 15px;
}
.footer .copyright-text {
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  margin-bottom: 20px;
}
.footer .contact-address {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
}
.footer-logo {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50px;
}
.about-page {
  overflow: hidden;
  background-color: #f9f9f9;
}
.about-page .content {
  padding: 80px 0;
}
.welcome-title {
  font-size: 23px;
  color: #085082;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.welcome-desc {
  font-size: 14px;
  color: #555555;
}
.welcome-quick-list {
  margin-top: 40px;
}
.welcome-quick-list ul {
  padding-left: 0px;
}
.welcome-quick-list ul li{
  list-style: none;
  padding: 0 0 30px 40px;
  position: relative;
}
.welcome-quick-list ul li:before {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  font-size: 0;
  line-height: 0;
  background: #0e77bb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.welcome-quick-list ul li:first-child:after {
  top: 10px;
}
.welcome-quick-list ul li:after {
  width: 2px;
  left: 3px;
  top: 0;
  height: 100%;
  content: "";
  font-size: 0;
  line-height: 0;
  background: #0e77bb;
  position: absolute;
}
.welcome-quick-list ul li.last {
  padding-bottom: 0px;
}
.welcome-quick-list ul li:last-child:after {
  height: 15%;
}
.welcome-quick-list ul li ul li{
  padding-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.welcome-quick-list ul li ul li a {
  color: #555;
}
.welcome-quick-list ul li ul li.active a{
  font-weight: 700;
}
.welcome-quick-list ul li ul li:before {
  display: none;
}
.welcome-quick-list ul li ul li:after {
  display: none;
}
.welcome-quick-list .title {
  font-size: 13px;
  font-weight: 700;
  color: #555555;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.welcome-quick-list .title a {
  font-size: 13px;
  font-weight: 700;
  color: #555555;
}
.welcome-quick-list .title a:focus {
  outline: none;
  text-decoration: none;
}
.welcome-quick-list .active .title:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 19px;
  content: "";
  background: #0e77bb;
}
.welcome-quick-list .active .title span {
  z-index: 99;
  position: relative;
  color: #fff;
  padding: 0 10px 0 10px;
}
.welcome-info {
  color: #555555;
}
.welcome-info .content-text {
  z-index: 10;
  position: relative;
  margin-top: 540px;
}
.welcome-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 20px;
}

.welcome-info .divcover {
  position: absolute;
  width: 1200px;
  top: 0;
  -webkit-box-shadow: 0px 12px 21px -1px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 12px 21px -1px rgba(0,0,0,0.14);
  box-shadow: 0px 12px 21px -1px rgba(0,0,0,0.14);
}
.welcome-info .divcover img {
  /*width: 100%;*/
  height: 100%;
}
blockquote {
  border-left: none;
  position: relative;
  padding: 20px 30px;
}
blockquote:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  top: 0;
  background-image: url('../images/blockquote_left.png');
}
blockquote:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  right: 0;
  bottom: 0;
  background-image: url('../images/blockquote_right.png');
}
blockquote p{
  font-size: 16px !important;
  font-style: italic;
  color: #555555 !important;
}
.page-title-with-borders {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.page-title-with-borders span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  background: #f9f9f9;
  position: relative;
  z-index: 9;
  padding: 0 40px;
  color: rgba(0,0,0,0.8);
}
.page-title-with-borders:after {
  content: "";
  height: 2px;
  background-color: #eeeeee;
  width: 100%;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 1;
}
.page-title-with-borders.blue:after {
  background-color: #0e77bb;
}
.page-title-with-borders.orange:after {
  background-color: #f3792b;
}
.page-title-with-borders.gray:after {
  background-color: rgba(0,0,0,0.3);
}
.page-title-description {
  text-align: center;
  color: rgba(0,0,0,0.8);
  margin-bottom: 60px;
  font-weight: 600;
}
.history-list {
  margin-bottom: 80px;
}
.history-list-item {
  display: flex;
  width: 100%;
}
.history-list-item .year {
  width: 15%;
  position: relative;
  font-size: 14px;
  font-weight: 700;
}
.history-list-item .year:before {
  content: '';
  position: absolute;
  top: 25px;
  display: block;
  width: 32px;
  left: 0;
  height: 3px;
  background-color: #000;
}
.history-list-item .year.color-1 {
  color: #f5792f;
}
.history-list-item .year.color-1:before {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #f5792f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, #f5792f));
  background: -webkit-linear-gradient(left, #ffffff 0%, #f5792f 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #f5792f 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #f5792f 100%);
  background: linear-gradient(to right, #ffffff 0%, #f5792f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5792f', GradientType=1 );
}
.history-list-item .year.color-2 {
  color: #0e77bb;
}
.history-list-item .year.color-2:before {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #0e77bb 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, #0e77bb));
  background: -webkit-linear-gradient(left, #ffffff 0%, #0e77bb 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #0e77bb 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #0e77bb 100%);
  background: linear-gradient(to right, #ffffff 0%, #0e77bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0e77bb', GradientType=1 );
}
.history-list-item .year.color-3 {
  color: #3eae48;
}
.history-list-item .year.color-3:before {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #3eae48 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, #3eae48));
  background: -webkit-linear-gradient(left, #ffffff 0%, #3eae48 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #3eae48 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #3eae48 100%);
  background: linear-gradient(to right, #ffffff 0%, #3eae48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3eae48', GradientType=1 );
}
.history-list-item .year.color-4 {
  color: #662d91;
}
.history-list-item .year.color-4:before {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #662d91 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, #662d91));
  background: -webkit-linear-gradient(left, #ffffff 0%, #662d91 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #662d91 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #662d91 100%);
  background: linear-gradient(to right, #ffffff 0%, #662d91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#662d91', GradientType=1 );
}
.history-list-item .year.color-5 {
  color: #ff0101;
}
.history-list-item .year.color-5:before {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ff0101 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, #ff0101));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ff0101 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #ff0101 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #ff0101 100%);
  background: linear-gradient(to right, #ffffff 0%, #ff0101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff0101', GradientType=1 );
}
.history-list-item .text{
  font-size: 13px;
  width: 85%;
}
.history-list-item .image {
  margin-bottom: 10px;
}
.history-list-item .image img{
  width: 100%;
  background: #fff;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.history-list-item .title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
}
.history-list-item .desc {
  color: #7e7e7e;
}
.salbar-surguuli-head {
  padding: 60px 0;
  border-bottom: 1px solid #e4e4e4;
  background: #f7f7f7;
}
.salbar-surguuli-head .title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #093769;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.salbar-surguuli-head .title:after {
  content: "";
  background-image: url('../images/otu_border.jpg');
  width: 68px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.salbar-surguuli-head .subtitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #8e8e8e;
}
.salbar-surguuli-content {
  background-color: #f9f9f9;
}
.salbar-surguuli-content .content {
  background-color: #ffffff;
}
.salbar-surguuli-content .nav-tabs {
  /*border-bottom: 3px solid #eee;*/
  border-bottom: 3px solid #eee;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.salbar-surguuli-content .nav-tabs>li {
  /*margin-bottom: -3px;
  width: 25%;*/
  width: 100%;
  display: table-cell;
  float: none;
}
.salbar-surguuli-content .tabpanel .nav-tabs>li>a {
  margin-right: 0px;
  border-radius: 0px;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 30px 10px 25px 10px;
  text-align: center;
  font-size: 14px;
  color: rgba(0,0,0,0.6);
  text-transform: uppercase;
  transition: ease all 0.2s;
  border-left: 1px solid #eeeeee;
  margin-bottom: -3px;
}
.salbar-surguuli-content .tabpanel .nav-tabs>li>a:hover {
  border-color: #f47a2e #eeeeee;
  background-color: transparent;
}
.salbar-surguuli-content .nav-tabs>li.active>a, .salbar-surguuli-content .nav-tabs>li.active>a:focus, .salbar-surguuli-content .nav-tabs>li.active>a:hover {
  border-right: none;
  border-bottom: 3px solid #f47a2e;
  font-weight: 700;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.salbar-surguuli-content .taniltsuulga {
  padding: 50px;

}
.salbar-surguuli-content .bidnii-tuhai {
  /*border-left: 1px solid #eeeeee;*/
}
.salbar-surguuli-content .bagshnar img{
  width: 100%;
}
.salbar-surguuli-content .tailbar {
  padding: 40px 50px;
}
.salbar-surguuli-content .tab-content {
  margin-bottom: 80px;
}

.teachers-list {
  margin-bottom: 80px;
}
.teacher-list-item {
  position: relative;
}
.teacher-list-item .image {
  overflow: hidden;
}
.teacher-list-item .firstname {
  font-weight: 600;
  font-size: 18px;
}
.teacher-list-item .info {
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  color: #fff;
  transition: ease all 0.3s;
}
.teacher-list-item:hover .info {
  background-color: rgba(0,0,0,0.5);
}
.teacher-list-item .position {
  display:none;
  margin-top: 20px;
}
.teacher-list-item .showmore {
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 60px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
}
.teachers-count {
  text-align: right;
  padding: 15px 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.otu-intro-video {
  height: 285px;
  position: relative;
  overflow: hidden;
}
.otu-intro-video .image {
  position: absolute;
}
.otu-intro-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  transition: ease all 0.3s;
}
.otu-intro-video:hover .play{
  opacity: 1;
}
.otu-intro-video .popup-youtube {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.otu-intro-video .title {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
}
.subschool-events {
  height: 285px;
  background-color: #0e77bb;
  padding: 30px 40px;
}
.subschool-events .title {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.subschool-event-item .event-title {
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  margin-top: 20px;
}
.subschool-event-item .event-content {
  color: rgba(205,205,205,0.8);
  margin-top: 20px;
}
.subschool-event-item .button-side {
  margin-top: 20px;
}
.studentclub-item {
  position: relative;
}
.studentclub-item .image img{
  width: 570px;
  height: 570px;
}
.studentclub-item .title {
  position: absolute;
  bottom: 10%;
  right: 0;
  background-color: rgba(255,255,255,0.8);
  width: 70%;
  height: 100px;
  padding: 25px;
}
.studentclub-item .title:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100px;
  background-color: rgba(255,255,255,0.8);
  top: 0;
  left: -10px;
}
.studentclub-item .title a {
  color: #000000;
  font-size: 16px;
}
.studentclub-item .title a:hover {
  text-decoration: none;
}
.studentclub-item .title p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}
.studentclub-item .title span {

}
.studentclub.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.studentclub .slick-dots {
  bottom: 0px;
}
.otudots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.otudots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.otudots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.otudots li button::before {
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  content: "";
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
}
.otudots li.slick-active button:before {
  background-color: #fff;
}

.subschool-event-slide .otudots {
  right: 0;
  bottom: 0;
  top: -30px;
  text-align: right;
  width: initial;
  height: min-content;
}
.m-b-60 {
  margin-bottom: 60px;
}
.ss-br-left {
  border-left: 1px solid #eeeeee;
}
.ss-br-right {
  border-right: 1px solid #eeeeee;
}
.square-list {
  width: 100%;
}
.square-list-item {
  width: 25%;
  float: left;
  height: 285px;
  padding: 30px 20px;
  position: relative;
  vertical-align: top;
  border-bottom: 1px solid #e1e1e1;
}
.square-list-item .categoryname {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.square-list-item .categoryname span {
    float: right;
    color: #666666;
    font-size: 12px;
    letter-spacing: normal;
}
.square-list-item .title {
  margin-top: 20px;
  min-height: 60px;
}
.square-list-item .title a {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.square-list-item .description {
    font-size: 13px;
    color: #666666;
    margin-top: 20px;
    min-height: 80px;
    text-align: justify;
}
.square-list-item .readmore {
    text-align: right;
    margin-top: 5px;
}
.square-list-item .readmore a {
    color: #666666;
    font-size: 12px;
    text-transform: none;
}
.square-list-item:after {
    content: "";
    position: absolute;
    width: 1px;
    background: #e1e1e1;
    height: 90%;
    right: 0;
    bottom: 10px;
}
.news-full-section {
  background-color: #fff;
  position: relative;
}
.cat-list {
  margin: 50px 0 30px 0;
  text-align: center;
}
.cat-list ul li a {
  color: rgba(102,102,102,0.7);
  text-transform: uppercase;
}
.cat-list .active a {
  border-bottom: 2px solid #00b9f1;
  padding-bottom: 3px;
}
.cat-list .list-inline>li {
  padding-right: 25px;
}
.page-student-head {
  padding: 100px 0;
  background: #093769;
  background: -moz-linear-gradient(top, #093769 1%, #032142 100%);
  background: -webkit-linear-gradient(top, #093769 1%,#032142 100%);
  background: linear-gradient(to bottom, #093769 1%,#032142 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093769', endColorstr='#032142',GradientType=0 );
  height: 500px;
  position: relative;
}
.page-student-head .title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 40%;
}
.page-student-head .title:after {
    content: "";
    background-image: url(../images/otu_border_white.jpg);
    width: 90px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.page-student-head .coverimage {
  position: absolute;
  right: 0;
  top: 0;
}
.page-student-head .subtitle {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  width: 50%;
}
.page-student-head .button {
  margin-top: 40px;
}
.page-student-head .otu-head-button i {
  padding-right: 0;
  padding-left: 15px;
}
.student-full-section {
  background-color: #f9f9f9;
  position: relative;
}

.student-news {
  display: table;
  width: 100%;
  height: 100%;
}
.student-news .news-left {
  height: 570px;
  position: relative;
  overflow: hidden;
}
.student-news .news-right {
  height: 570px;
  position: relative;
  overflow: hidden;
}
.student-news .image {
  /*position: absolute;*/
  position: absolute;
  height: 100%;
}
.student-news .image img {
  max-height: 100%;
}
.student-news .content {
  position: absolute;
  color: #fff;
  min-height: 160px;
  width: 100%;
  bottom: 0;
  padding: 40px;
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.5)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.student-news .newslink {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
}
.student-news .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.student-news .title a {
  color: #fff;
}
.student-news .desc {
  margin-top: 15px;
  min-height: 80px;
}
.student-news-menus {
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 9;
  background: #2ba4dc;
  left: 50%;
  margin-left: -150px;
  top: -40px;
  background-image: url('../images/studentmenu_bg.png');
  background-position: center;
  background-position-y: -70%;
  background-repeat: no-repeat;
  z-index: 10;
  padding: 40px;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.4);
}
.student-news-menus .title {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.student-news-menus .subtitle {
  font-size: 16px;
  color: #062e5a;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.student-news-menus .list-menus {
  margin-top: 20px;
}
.student-news-menus .button-side {
  margin-top: 10px;
}
.student-news-menus .navbar-nav {
  float: none;
}
.student-news-menus .navbar-nav>li {
  float: none;
}
.student-news-menus .nav>li>a {
  display: inline-block;
}
.student-news-menus .navbar-nav>li>a{
  color: #093769;
  font-size: 14px;
  font-weight: 600;
  transition: ease all 0.3s;
  padding: 2px 0px;
  text-transform: uppercase;
}
.student-news-menus .navbar-nav>li.active>a {
  padding-left: 20px;
  color: #fff;
}
.student-news-menus .nav>li>a:focus, .student-news-menus .nav>li>a:hover{
  background-color: transparent;
  color: #fff;
  padding-left: 20px;
}
.student-news-menus .nav>li.active>a:before {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  left: 0;
  transition: ease all 0.3s;
  color: #fff;
}
.student-news-menus .nav>li>a:hover:before {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  left: 0;
  transition: ease all 0.3s;
  color: #fff;
}

.student-orchin {
  background-color: #fff;
  padding: 40px 60px;
  border-bottom: 3px solid #d3d3d3;
  margin-bottom: 60px;
  height: 300px;
  position: relative;
}
.student-orchin .logo-side {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.student-orchin .logo-side:after {
  content: "";
  background-image: url('../images/otu_border.jpg');
  width: 68px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.student-orchin .desc {
  color: #000;
  font-size: 14px;
  width:100%;
}
.student-orchin .orchinbg {
  right: 10px;
  bottom: 30px;
}
.orchin-left{
  height:180px;
}
.student-busy-days{
  font-family: 'Open Sans', sans-serif;
  background-color: #f9f9f9;
  padding-top:50px;
}
.busyday-top{
  width: 100%;
  height:90px;
}
.student-busy-days ul{
display: table;
margin-right:auto;
margin-left:auto;
}
.student-busy-days ul li{
  display: inline-table;
  padding:20px 35px;
  font-weight: 700;
}
.top-li-1:before{
  content: "";
  width:5px;
  height:5px;
  background: #2ba2dc;
  border:1px solid #2ba2dc;
  position:absolute;
  margin-left:-15px;
  margin-top:8px;
}
  .top-li-2:before{
    content: "";
    width:5px;
    height:5px;
    background: #fc0000;
    border:1px solid #fc0000;
    position:absolute;
    margin-left:-15px;
    margin-top:8px;
  }
  .top-li-3:before{
    content: "";
    width:5px;
    height:5px;
    background: #f4f228;
    border:1px solid #f4f228;
    position:absolute;
    margin-left:-15px;
    margin-top:8px;
  }
  .top-li-4:before{
    content: "";
    width:5px;
    height:5px;
    background: #35b650;
    border:1px solid #35b650;
    position:absolute;
    margin-left:-15px;
    margin-top:8px;
  }
.student-busyday {
  display: table;
  padding-bottom:90px;
  width: 100%;
  height: 100%;
}
.student-busyday .busyday-left {
  display: table-cell;
  padding-top:15px;
  padding-bottom: 15px;
  width: 23%;
  height: 600px;
  position: relative;
}
.busyday-left-top{
  position: relative;
  height:50%;
  width:100%;
  background-size:cover;
  background-position-x:45%;
}
.busyday-left-top:hover{
  box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
}
.busyday-left-bottom:hover{
  box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
}
.busyday-right-top:hover{
  box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
}
.busyday-right-bottom:hover{
  box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.5);
}
.busyday-left-top:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
}
.busyday-left-bottom{
    position: relative;
  height:50%;
  width:100%;
  background-size:cover;
  background-position-x:0%;
}
.busyday-left-bottom:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
}
  .student-busyday .busyday-mid {
    display: table-cell;
    width: 54%;
    height: 600px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
  }
  .busyday-mid-top{
    height:60%;
    width:100%;
    background-size:cover;
    background-position-x:0%;
  }
  .busyday-mid-top:before{
    content:"";
    width:100%;
    height:60%;
    position:absolute;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
  }
  .busyday-mid-bottom{
    height:43%;
    width:100%;
    background-size:cover;
    background-position-x:0%;
    text-align:center;
    color:#585858;
    padding-top:35px;
  }
  .busyday-mid-bottom
  .student-f-year p{
    font-weight: 600;
    font-size:15px;
    padding:10px 0px;
  }
  .student-f-title{
    padding: 0px 25% ;
  }
  .student-f-title h3{
    margin:0px;
  }
  .student-f-year,
  .student-f-body{
    padding:0px 20%;
  }
  .student-f-footer{
    width:100%;
    padding:10px 50px;
    display: table;
    height:auto;
  }
  .footer-left{
    width:50%;
    display: table-cell;
    text-align:left;
  }
  .footer-left:before{
    width:5px;
    height:5px;
    content:"";
    background: red;
    border:1px solid red;
    position: absolute;
    margin-top:8px;
    margin-left:-15px;
  }
  .footer-right{
    width:50%;
    display: table-cell;
    text-align: right;
  }
  .footer-right a{
    opacity: 0.8;
    color:#585858;
  }
.student-busyday .busyday-right {
  display: table-cell;
  padding-top:15px;
  padding-bottom: 15px;
  width: 23%;
  height: 600px;
  position: relative;
}
.busyday-right-top{
    position: relative;
  height:50%;
  width:100%;
  background-size:cover;
  background-position-x:0%;
}
.busyday-right-top:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
}
.busyday-right-bottom{
  position: relative;
  height:50%;
  width:100%;
  background-size:cover;
  background-position-y:55%;
}
.busyday-right-bottom:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
}
.student-lefttop-post-date{
  position: absolute;
  width:80px;
  height:50px;
  background: #fff;
  top:10%;
  left:10%;
  font-size:12px;
  line-height: 0.5;
  padding: 10px 0px;
  text-align: center;
}
.student-leftbottom-post-date{
  position: absolute;
  width:80px;
  height:50px;
  background: #fff;
  top:10%;
  left:10%;
  font-size:12px;
  line-height: 0.5;
  padding: 10px 0px;
  text-align: center;
}
.student-lefttop-post-date:after{
  content:"";
  border: 1px solid #2ba2dc;
  width:80px;
  height:5px;
  background: #2ba2dc;
  position:absolute;
  margin-left: -54px;
    margin-top: 15px;
}
.student-leftbottom-post-date:after{
  content:"";
  border: 1px solid #f4f228;
  width:80px;
  height:5px;
  background: #f4f228;
  position:absolute;
  margin-left: -54px;
    margin-top: 15px;
}
.student-righttop-post-date:after{
  content:"";
  border: 1px solid #2ba2dc;
  width:80px;
  height:5px;
  background: #2ba2dc;
  position:absolute;
  margin-left: -54px;
    margin-top: 15px;
}
.student-rightbottom-post-date:after{
  content:"";
  border: 1px solid #35b650;
  width:80px;
  height:5px;
  background: #35b650;
  position:absolute;
  margin-left: -55px;
    margin-top: 15px;
}
.student-lefttop-post-date p,
.student-leftbottom-post-date p{
  font-size:20px;
  font-weight: 700;
}
.student-left-post-title{
  position: absolute;
  width: 100%;
  color:#fff;
  font-size: 14px;
  font-weight: 700;
  bottom:10%;
  padding:10px 25px;
  line-height:1;
}
.student-righttop-post-date{
  position: absolute;
  width:80px;
  height:50px;
  background: #fff;
  top:10%;
  right:10%;
  font-size:12px;
  line-height: 0.5;
  padding: 15px;
  text-align: center;
}
.student-rightbottom-post-date{
  position: absolute;
  width:80px;
  height:50px;
  background: #fff;
  top:10%;
  right:10%;
  font-size:12px;
  line-height: 0.5;
  padding: 15px;
  text-align: center;
}
.student-righttop-post-date p,
.student-rightbottom-post-date p{
  font-size:20px;
  font-weight: 700;
}
.student-right-post-title{
  position: absolute;
  width: 100%;
  color:#fff;
  font-size: 14px;
  font-weight: 700;
  bottom:10%;
  padding:10px 25px;
  line-height:1;
}
.student-club{
  padding-bottom:50px;
  position: relative;
  background: #f9f9f9;
}
.student-club-1{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position-y: 70% !important;
  vertical-align: text-bottom !important;
}
.student-club-1:after{
  content:"";
  width:100%;
  height:60px;
  background: rgba(0,0,0,0.5);
  margin-top:79%;
}
.student-club-1 p{
  font-size: 14px;
  color:#fff;
  bottom:1px;
  position: absolute;

}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  position:relative;
  margin-top:40px;
  margin-bottom:40px;
}

.news-head {
  background: #f9f9f9;
  padding: 50px 0;
}
.news-head .title {
  font-size: 32px;
  text-align: justify;
  font-weight: 700;
  text-transform: uppercase;
  color: #093769;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-head .title:after {
  content: "";
  background-image: url('../images/otu_border.jpg');
  width: 68px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-head .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #8e8e8e;
}
.news-head img{
  width:100%;
  object-fit: cover;
height: 380px;
  margin-top:30px;
}
.news-head-main{
  display: table;
}
.news-head-left{
  display: table-cell;
  width:100%;
}

.head-news-main{
  display: table;
  width:100%;
}
.head-news-left{
  display: table-cell;
  width:75%;
  background: #fff;
  max-width:75%;
  position: relative;
}
.head-news-right{
  vertical-align: top;
  padding-left: 20px;
  padding-top:20px;
  width:25%;
  font-family:Open Sans;
  position: relative;
  display: table-cell;
  height:100%;
  color: #b3b3b3;
  text-transform: uppercase;
}
.head-news-right ul{
  padding: 0px;
  padding-top: 15px;
}
.head-news-right a{
  color: #b3b3b3;
  text-decoration: none;
  font-weight: 600;
}
.latest-title{
  padding-left:18px;
}
.latest-title a{
  font-size: 16px;
  color:#093769;
  font-weight: 700 !important;
  text-align: left !important;
}
.latest-title a:hover{
  color:#f57a27 !important;
  text-decoration: underline;
}
.head-news-right a:hover{
  color: #093769;
}
.head-news-right li{
  list-style: none;
  padding-top: 5px;
}
.head-news-right img{
  width: 100%;
    object-fit: cover;
    height: 180px;
}
.main-news{
  display: table;
  height:auto;
  width: 82%;
  min-height: 200px;
  margin-bottom:50px;
}
.news-main{
  padding-bottom:50px !important;
}
.leftside-news{
  position: absolute;
  line-height: 40px;
  font-size:12px;
  text-transform: uppercase;
  display: table-cell;
  width:18%;
  text-align: left;
  height:auto;
}
.leftside-news img{
  margin-left:20px;
  opacity: 0.2;
}
.leftside-news p{
  position: relative;
  bottom:0px;
  opacity: 0.4;
}
.leftside-news span {
  letter-spacing: 1px;
  padding: 10px 0px;
  margin-bottom:10px;
  display: table-row;
  font-weight: 700;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
.leftside-news span:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.leftside-news .news-facebook i{
  margin-right:10px;
  border:2px solid #4267b2;
  padding:5px 8px;
  border-radius: 15px;
}
.leftside-news .news-twitter i{
  margin-right:10px;
  border:2px solid #00aced;
  padding:5px 6px;
  border-radius: 15px;
}
.news-facebook{
  opacity:0.5;
  color: #4267b2;
}
.news-facebook img, .news-twitter img{
margin-left: 0px;
opacity: 0.7;
height: 25px;
margin-right: 10px;
}
.news-facebook:hover{
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  color: #4267b2;
}
.news-twitter{
  opacity: 0.65;
  color: #00aced;
}
.news-twitter:hover{
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  color: #00aced;
}
.rightside-news{
  padding-top:30px;
  width:20%;
  display: table-cell;
  text-align: left;
  height:100%;
  color: #b3b3b3;
  text-transform: uppercase;
}
.rightside-news ul{
  padding: 0px;
  padding-top: 15px;
}
.rightside-news a{
  color: #b3b3b3;
  font-weight: 600;
}
.rightside-news a:hover{
  color: #093769;
}
.rightside-news li{
  list-style: none;
}
.rightside-top{
  display: table-row;
}
.rightside-bottom{
  position: relative;
  bottom:0;
  display: table-row;
}
.middle-news{
  margin-top:30px;
  font-size:16px;
  line-height: 26px;
  color: #686969;
 padding: 0px 0px;
 padding-top:30px;
 padding-right:30px;
 padding-left: 30px;
 display: table-cell;
 width:100%;
 height:auto;
 text-align: justify;
}
.middle-news img{
  height:100% !important;
  margin-top:20px;
  width:100% !important;
}
.news-footer{
  width:100%;
  position: relative;
  bottom:0;
  font-size:12px;
  display: table;
  text-transform: uppercase;
}
.news-footer a{
  color: #b3b3b3;
}
.news-footer a:hover{
  color: #093769;
  text-decoration: none;
}
.news-previous{
  text-align: left;
  display: table-cell;
  padding:5px 20px;
  width:20%;
}
.news-social{
  text-align: center;
  display: table-cell;
  padding:5px 20px;
  width:60%;
}
.news-next{
  padding: 5px 20px;
  width:20%;
  display: table-cell;
  text-align: right;
}
.news-next span:hover{
  text-decoration: none;
}
.news-next i{
  margin-left:5px;
}
.news-previous i{
  margin-right:5px;
}
.member-list{
  display: table;
}
.member-item{
  display: table-cell;
  width:25%;
  height:285px;
}

.member-list-item .showmore a{
  color:#fff !important;
}
.member-list-item .image img{
  /*height:285px;*/
}
.member-list-item {
  position: relative;
  float:left;
  width:25%;
}
.member-list-item .image {
  overflow: hidden;
  width:285px;
}
.member-list-item .firstname {
  font-weight: 600;
  font-size: 18px;
}
.member-list-item .info {
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  bottom: 0;
  width: 285px;
  padding:25px;
  color: #fff;
  transition: ease all 0.3s;
}
.member-list-item:hover .info {
  background-color: rgba(0,0,0,0.5);
}
.member-list-item .position {
  display:none;
  margin-top: 20px;
}
.member-list-item .showmore {
  position: absolute;
  width:285px;
  bottom: 25px;
  right: 0;
  width: 60px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
}
.fb-comment{
  width:100%;
  margin-left:0px;
  position: relative;
  margin-bottom:30px;
}
.fb-share-button{
  position: relative;
  left:0px;
}
.social-share button{
  height:50px;
  width:200px;
}
.fb-like span{
  vertical-align: baseline !important;
}
.social-share{
  margin-bottom: 30px;
  text-align: right;
  padding-right:20px;
  width: 100%;
  display: table;
}
.social-share iframe{
}
.rules-section {
  background-color: #f6f7fb;
}
.card {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 30px;
  margin-top: 30px;
  border: 1px solid #e6ecf5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.card-head {
  border: 0px !important;
  border-bottom: 1px solid #e6ecf5 !important;
  padding: 15px 20px;
  position: relative;
  font-weight: 600;
}
.card-body {
  padding: 30px;
}
.rules-side {
  width: 100%;
}
.rules-menu {
  width: 25%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.rules-content {
  width: 75%;
  float: right;
  padding: 20px;
}
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  border-left: 0px;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.card .no-padding {
  padding: 0;
}

.terms-menu {
  margin-bottom: 30px;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 10px 0 20px 0;
}
.terms-menu li {
  position: relative;
  display: block;
}
.terms-menu li a {
  color: #888da8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-decoration: none;
  white-space: normal;
}
.terms-menu > li > a {
  position: relative;
  display: block;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 15px;
  /* white-space: nowrap; */
}
.terms-menu li.dropdown.open > a {
  color: #515365;
  font-weight: 600;
}
.terms-menu li.dropdown .arrow {
  position: absolute;
  right: 25px;
  font-size: 16px;
  transition: all 0.05s ease-in;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
}
.terms-menu li.dropdown.open > a > .arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.terms-menu > li.dropdown ul.dropdown-menu {
  position: relative;
  width: 100%;
  box-shadow: none;
  border: 0px;
  border-radius: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0px;
  background-color: transparent;
  float: none;
}
.terms-menu > li.dropdown ul.dropdown-menu > li > a {
  padding: 10px 15px;
}
.terms-menu > li.dropdown ul.dropdown-menu > li.active > a, .terms-menu > li.dropdown ul.dropdown-menu > li.active > a:focus, .terms-menu > li.dropdown ul.dropdown-menu > li.active > a:hover {
  background-color: transparent;
  color: #515365;
  font-weight: 600;
}
.terms-menu > li.dropdown ul.dropdown-menu > li > a:focus, .terms-menu > li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #515365;
}
.content-container {
  width: 100%;
  max-height: 800px;
  position: relative;
  overflow: auto;
}
.calendar-view {
  margin: 80px 0 40px;
}
.event-modal .modal-content {
  border-radius: 0px;
  border: none;
}
.event-modal .modal-header{
  padding: 25px 20px;
  border-bottom: 5px solid #e5e5e5;
  background-color: #093769;
}
.event-modal .modal-header .close {
  color: #fff;
}
.event-modal .modal-header h4.modal-title {
  color: #fff;
  font-size: 16px;
}
.event-modal .modal-body {
  padding: 20px;
}
.event-modal .modal-divide {
  height: 1px;
  background-color: #d7dee8;
  margin: 0 20px;
}
.event-modal .modal-additional {
  margin: 15px 20px;
  font-size: 13px;
  color: #636363;
}
.event-modal .modal-additional img {
  padding-right: 5px;
}
.event-modal .modal-additional .location {
  margin-bottom: 10px;
}

.event-season .title{
  height: 200px;
  background-color: #093769;
  padding: 40px 40px 20px;
}
.event-season .title .season {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.event-season .title .description {
  margin-top: 20px;
  color: rgba(255,255,255,0.7);
}
.event-season .list {
  background-color: #fff;
  width: 100%;
  max-height: 450px;
  position: relative;
  overflow: auto;
  padding-top: 20px;
}
.calendar-view .quick-tips {
  text-align: center;
  margin-top: 50px;
}
.calendar-view .quick-tips ul li {
  margin-right: 20px;
}
.calendar-view .quick-tips span{
  width: 7px;
  height: 7px;
  background: #ccc;
  display: inline-block;
  margin: 0px 5px 1px 0;
}
.season-view {
  background-color: #f9f9f9;
  padding: 80px 0;
}

.event-season-list li {
  padding: 15px 35px;
  cursor: pointer;
}
.event-season-list li.event-ended {
  opacity: 0.8;
}
.event-season-list .lcontent {
  position: relative;
}
.event-season-list .lcontent .square {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 3px solid #cecece;
}
.event-season-list .eventtitle {
  font-size: 16px;
  color: rgba(0,0,0,0.7);
  font-weight: 600;
  padding-left: 25px;
}
.event-season-list .date {
  color: rgba(0,0,0,0.7);
  font-size: 14px;
  padding-left: 25px;
}

.graduates-page-head {
  position: relative;
  height: 400px;
  background-color: #f9f9f9;
}
.graduates-page-head .title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  color: #085082;
  padding-top: 150px;
}
.graduates-page-head .sub-desc {
  color: #a1a1a1;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.graduates-page-head .head-content {
  position: relative;
}
.graduates-page-head .bubble {
  position: absolute;
  right: 0;
  top: -65px;
  z-index: 1;
}
.graduates-content {
  padding-top: 150px;
  padding-bottom: 150px;
}
.title-with-bg {
  position: relative;
  margin-bottom: 50px;
}
.title-with-bg span {
  background-color: #015089;
  text-transform: uppercase;
  padding: 15px 20px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.title-with-bg .help-text {
  position: absolute;
  left: 80px;
  bottom: -25px;
  background-color: #1074bc;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 10px;
  display: inline-block;
  font-weight: 700;
}
.title-with-border {
  position: relative;
  margin-bottom: 40px;
}
.title-with-border.left {
  padding-left: 25px;
}
.title-with-border.left:before {
  position: absolute;
  content: "";
  left: 0;
  background-color: #015089;
  width: 8px;
  height: 60px;
}
.title-with-border .head-text {
  font-size: 28px;
  color: #015089;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 35px;
}
.title-with-border .sub-text {
  font-size: 16px;
  color: #949494;
  font-weight: 600;
  text-transform: uppercase;
}
.title-with-border.right {
  text-align: right;
  padding-right: 25px;
}
.title-with-border.right:before {
  position: absolute;
  content: "";
  right: 0;
  background-color: #015089;
  width: 8px;
  height: 60px;
}

.second-graph {
  margin-top: 120px;
}
.third-graph {
  margin-top: 120px;
}
.graduates-people-head {
  background-color: #f6fbff;
  padding: 80px 0;
  text-transform: uppercase;
}
.graduates-people-head .top-text {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  color: #0d5893;
}
.graduates-people-head .top-title {
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
}
.graduates-people-head .top-title-b {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

.row.no-gutter {
  margin-right:0;
  margin-left:0;
}
.row.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.row.equal-height {
  width:100%;
  display: table;
  height: 100%;
}
.row.equal-height > [class*='col-'] {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.va-middle {
  vertical-align: middle !important;
}

.people-selected {

}
.people-selected .people-image img {
  width: 285px;
  height: auto;
}
.people-selected .people-name-content {
  padding: 25px 30px 20px;
}
.people-selected .people-content {
  padding: 20px 30px;
}
.people-selected .people-name {
  font-size: 22px;
  font-weight: 700;
  color: #02518a;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
}
.people-selected .people-name:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 6px;
  background-image: url('../images/border_mini.png');
  bottom: 0;
  left: 0;
}
.people-selected .people-info {
  margin-top: 20px;
}
.people-selected .counter {
  font-size: 28px;
  font-weight: 700;
  color: #268500;
}
.people-selected .people-slogan {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #268500;
  margin-bottom: 20px;
}
.people-selected .people-words {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  max-height: 290px;
  position: relative;
  line-height: 21px;
}
.people-selected .people-words p {
  margin-bottom: 20px;
}
.people-selected .people-words strong {
  font-weight: 600;
  color: #000;
}

.other-people-list {

}
.p-list-item {
  width: 12.5%;
  float: left;
}
.p-list-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: auto;
  transition: ease all 0.3s;
  cursor: pointer;
  opacity: 0.7;
}
.p-list-item img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.p-list-item .additional {
  display: none;
}

.student-association {
  background-color: #f9f9f9;
}
.student-association .content {
  padding: 100px 0;
}

.student-association .collapse-content {
  margin-top: 80px;
}
.student-association .imageable-content {
  color: #333;
}
.student-association .imageable-content .divcover{
  -webkit-box-shadow: 0px 12px 21px -1px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 12px 21px -1px rgba(0,0,0,0.14);
  box-shadow: 0px 12px 21px -1px rgba(0,0,0,0.14);
}
.student-association .imageable-content .divcover img{
  width: 100%;
}
.student-association .imageable-content .content-text {
  margin-top: 30px;
}
.student-ass-title {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
}
.student-ass-title span {
  font-size: 28px;
  font-weight: 700;
}
.asso-group-content {

}
.list-b-timeline{
  list-style: none;
}
.list-b-timeline>li {
  /* padding: 0 0 30px 40px; */
  padding: 0 0 30px 5px;
  position: relative;
}
.list-b-timeline>li:before {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  font-size: 0;
  line-height: 0;
  background: #0e77bb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.list-b-timeline>li:after {
  width: 2px;
  left: 3px;
  top: 0;
  height: 100%;
  content: "";
  font-size: 0;
  line-height: 0;
  background: #0e77bb;
  position: absolute;
}
.list-b-timeline>li:last-child:after {
  height: 10px;
}
.list-b-timeline>li:first-child:after {
  top: 10px;
}
.asso-group-content .title {
  font-size: 13px;
  font-weight: 700;
  color: #555555;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.asso-group-content .title a {
  font-size: 13px;
  font-weight: 700;
  color: #555555;
  text-decoration: none;
  cursor: pointer;
}
.asso-group-content .title a[aria-expanded="true"] span {
  z-index: 99;
  position: relative;
  color: #fff;
  padding: 0 10px 0 0px;
}
.asso-group-content .title a[aria-expanded="true"]:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 19px;
  content: "";
  /* background: #0e77bb; */
  background: -moz-linear-gradient(left, rgba(0,147,255,0.3) 0%, rgba(0,146,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,147,255,0.3) 0%,rgba(0,146,255,1) 100%);
  background: linear-gradient(to right, rgba(0,147,255,0.3) 0%,rgba(0,146,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d0093ff', endColorstr='#0092ff',GradientType=1 );
}
.asso-group-content .content-drop {
  padding-left: 30px;
  padding-right: 30px;
}
.imageable-content>.tab-pane {
  display: none;
}
.imageable-content>.active {
  display: block;
}
.search-result {
  background-color: #f7f7f7;
  padding: 20px 0;
}
.search-result .pagetitle {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #152766;
  padding-top: 50px;
  margin-bottom: 50px;
}
.search-result-item {
  margin-bottom: 20px;
}
.search-result-item .type{
  font-size: 21px;
  text-transform: uppercase;
  color: #152766;
  font-weight: 600;
  margin-bottom: 10px;
}
.search-result-item .content {
  background: #ffffff;
  padding: 15px 20px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.04);
}
.search-result-item .content .title {
  font-size: 14px;
}
.search-result-item .content .title a {
  color: #666666;
  font-weight: 700;
  text-transform: uppercase;
}
.search-result-item .programs-content {

}
.search-result-item .cat-key {
  margin-top: 0;
}
.search-result-item .cat-key ul li{
  padding: 0;
  padding-top: 5px;
}
.search-result-item .edu-item {
  margin-top: 0;
  background-color: #fff;
  margin-bottom: 20px;
}
.search-result-item .content .information {
  padding: 10px 0px;
  color: #666666;
  font-size: 13px;
}
.highlight { background-color: yellow }
.search-result-item .content.event {
  min-height: 90px;
  height: 90px;
  display: inline-block;
  width: 100%;
}
.search-result-item .content.event .eventdate {
  font-size: 13px;
  background-color: #ccc;
  padding: 3px 5px;
  color: #fff;
}
.search-result-item .content.event .event-title {
  font-weight: 600;
}
.search-result-item .content.rules {
  /* min-height: 70px;
  height: 70px; */
}
.search-result-item .content.rules .title {

}
.otu-search-side {
  display: none;
  background-color: #134575;
  /* height: 160px; */
  position: relative;
  text-align: center;
}
.otu-search-side form {
  position: relative;
}
.otu-search-side input {
  width: 100%;
  font-size: 40px;
  background-color: transparent;
  color: rgba(255, 255, 255, 1);
  border: none;
  text-align: left;
  margin: 40px 0;
  padding-right: 15%;
  outline: none;
}
.otu-search-side input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  padding-right: 0%;
  text-align: left;
}
.otu-search-side .submit {
  position: absolute;
  background: inherit;
  right: 0;
  top: calc(50% - 20px);
}
.otu-search-side .submit a i {
  padding-right: 0px;
}
.training-fee {
  padding: 40px 0px;
  padding-top: 60px;
}
.training-fee .head-title{
  text-align: center;
  font-size: 36px;
  color: #3e3c3d;
}
.training-fee .head-subtext {
  text-align: center;
  margin-top: 20px;
  opacity: 0.8;
  color: #3e3c3d;
}
.bank-content {

}
.bank-content .bank-list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.bank-content .bank-list-item {
  background: #f0f8ff;
  text-align: center;
  padding: 20px 10px;
  cursor: pointer;
  margin-bottom: 30px;
}
.bank-content .bank-list-item img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.6;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%
}
.bank-content .bank-list-item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.feemodal {
  box-shadow: none;
  border: none;
}
.feemodal .modal-header {
  border: none;
  text-align: center;
  padding: 30px 30px 10px;
}
.feemodal .modal-header .modal-title {
  color: #293134;
  font-size: 16px;
  font-weight: 600;
}
.feemodal .modal-body {
  padding: 30px 30px 0px;
}
.feemodal .modal-body .banklogo {
  text-align: center;
}
.feemodal .modal-body .bankinfo {
  color: #34495e;
}
.feemodal .modal-body .bankinfo p {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.feemodal .modal-body .bankinfo span {
  color: #093769;
  font-weight: 600;
  margin-left: 15px;
  float: right;
}
.feemodal .modal-body .remember-info {
  font-size: 13px;
  margin-top: 20px;
  color: #a51c2d;
  text-align: right;
}
.feemodal .modal-footer {
  border: none;
}
.feemodal .modal-footer button {
  border:none;
}
.articleshow {

}
.articleshow .titlesection {
  margin: 60px 0 40px;
}
.articleshow .category {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
}
.articleshow .category a {
  color: #258500;
  font-size: 13px;
  font-weight: 700;
}
.articleshow .datetime {
  display: inline-block;
  color: #888888;
  font-size: 13px;
  text-transform: uppercase;
}
.articleshow .titlebar {
  display: block;
  color: #093769;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.articleshow .contentsection {

}
.articleshow .contentsection .featuredimage img {
  max-width: 100%;
  height: auto;
}
.articleshow .contentsection .contentbody {
  margin: 30px 0;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  text-align: justify;
}
.articleshow .contentsection .contentbody p {
  margin: 10px 0 10px;
}
.articleshow .contentsection .contentbody img {
  width: 100% !important;
  height: auto !important;
  margin: 20px 0;
}
.articleshow .sharearticle {
  text-align: center;
  margin: 30px 0 30px;
}
.nextandprev {
  background-color: #f9f9f9;
}
.nextandprev .actionarticle {
  margin-top: 40px;
  margin-bottom: 40px;
}
.nextandprev .actionarticle .action {
  text-transform: uppercase;
  font-size: 12px;
}
.nextandprev .actionarticle .lab {
  color: rgba(0,0,0,0.7);
  margin-bottom: 10px;
}
.nextandprev .actionarticle .title {
  font-weight: 700;
  color: #083869;
}
.nextandprev .actionarticle .action.prev {
  padding-right: 50px;
  text-align: left;
}
.nextandprev .actionarticle .action.next {
  padding-left: 50px;
  text-align: right;
}
.nextandprev .actionarticle .action a {
  text-decoration: none;
}
.articlecommentsection {
  margin: 30px 0;
}

.sidenav {
  background: #1e2846;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  left: 0;
  position: fixed;
  overflow: auto;
  transform: translate(-262px, 0);
  transition: transform .3s;
  top: 0;
  width: 256px;
  /* z-index: 135; */
  z-index: 9999;
}
.sidenav.show {
  transform: translate(0, 0);
}
.sidenav-brand {
  background: #093769;
  color: #FAFAFA;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.2rem;
  padding: 10px 25px 10px;
}
.sidenav-header {
  background: transparent;
  /*border-bottom: 1px solid #424242;*/
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  padding: 2rem 2.4rem 1.5rem;
}
.sidenav-header span {
  position: relative;
  padding-bottom: 1.5rem;
}
.sidenav-header span:after {
  position: absolute;
  width: 5rem;
  height: .2rem;
  content: "";
  bottom: 0;
  left: 0;
  background: #23a7f1;
}
.sidenav-header small {
  display: block;
  font-size: 14.4px;
  line-height: 16px;
}
.sidenav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidenav-menu li {
  display: block;
  position: relative;
}
.sidenav-menu a {
  background: transparent;
  color: #BDBDBD;
  display: block;
  line-height: 24px;
  padding: 1rem 2.5rem;
  text-decoration: none;
  font-size: 1.4rem;
}
.sidenav-menu a:hover {
  background: #3b539b;
  color: #fff;
}
.sidenav-menu a.active {
  color: #FAFAFA;
}
.sidenav-menu a.active .sidenav-link-icon,
.sidenav-menu a.active .sidenav-dropdown-icon {
  color: #FAFAFA;
}
.sidenav-link-icon {
  color: #757575;
  display: block;
  height: 24px;
  left: 24px;
  position: absolute;
  text-align: center;
  top: 16px;
  width: 24px;
}
.sidenav-link-title {
  display: block;
  padding: 0 16px 0 0px;
}
.sidenav-dropdown {
  /*border-bottom: 1px solid #424242;*/
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }
.sidenav-dropdown a {
  background: #2e3c67;
  color: rgba(255,255,255,0.8);
  padding-left: 35px;
}
.sidenav-dropdown a:hover {
  background: #3b539b;
  color: #fff;
}
.sidenav-dropdown li:first-child a {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.sidenav-dropdown-icon {
  color: rgba(255, 255, 255, 0.6);
  display: none;
  height: 16px;
  right: 16px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 15px;
}
.sidenav-dropdown-icon.show {
  display: block;
}
.sidenav-overlay {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  /* z-index: 131; */
  z-index: 8;
}
.sidenav-no-scroll {
  overflow: hidden !important;
}
.sidenav .nav.navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidenav .nav>li {
  display: block;
  position: relative;
  width: 100%;
}
.sidenav .nav>li>ul>li {
  display: block;
  position: relative;
}
.sidenav .navbar-nav>li>a {
  background: transparent;
  color: #BDBDBD;
  display: block;
  line-height: 24px;
  padding: 1rem 2.5rem;
  text-decoration: none;
  font-size: 1.4rem;
}
.sidenav .navbar-nav>li.active>a {
  color: #FAFAFA;
  font-weight: 700;
}
.sidenav .navbar-nav>li.active>ul>li.active>a {
  font-weight: 700;
  color: #fff;
}
.sidenav .navbar-nav>li>.dropdown-menu {
  /* display: none; */
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidenav .navbar-nav .dropdown-menu>li>a {
  display: block;
  line-height: 24px;
  padding: 1rem 2.5rem;
  text-decoration: none;
  font-size: 1.4rem;
  background: #2e3c67;
  color: rgba(255,255,255,0.8);
  padding-left: 35px;
  white-space: normal;
}
.sidenav .caret {
  float: right;
  margin-top: 10px;
}

@media only screen and (max-width: 468px) {

  .teacher-list-item .firstname {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
  .teacher-list-item .school {
    font-size: 12px;
  }
  .otu-head-button-silver {
    padding: 5px 20px;
    font-size: 12px;

  }
  .otu-head-button-silver i {
    vertical-align: unset;
    font-size: 16px;
    padding-right: 5px;
  }
  .main-header .logo-side {
    width: 80%;
  }
  .main-header .logo-side .logo img{
    width: 60px;
  }
  .main-header .head-menu-mobile {
    padding-top: 30px;
    padding-right: 10px;
  }
  .main-header .logo-text {
    padding: 0px 0 0 10px;
    line-height: 18px;
  }
  .main-header .logo-text .logoname {
    font-size: 18px;
  }
  .main-header .logo-text .logosubname {
    font-size: 13px;
    letter-spacing: 1.5px;
  }
  .main-header .logo-text .logosince {
    line-height: 20px;
  }
  .main-header .head-links {
    display: none;
  }
  .main-header.minimal {
    /* display: none; */
  }
  .main-header.minimal .logo-text .logosince {
    line-height: 18px;
  }
  .main-header.minimal .logo-side {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-header.minimal .head-menu-mobile {
    padding-top: 15px;
  }
  .main-header.minimal .logo-side .logo img {
    height: 40px;
    width: 40px;
  }
  .main-header.minimal .logo-text {
    line-height: 14px;
  }
  .main-header.minimal .logo-text .logoname {
    font-size: 16px;
  }
  .main-header.minimal .logo-text .logosubname {
    font-size: 11px;
  }
  .main-header.minimal .logo-text {
    line-height: 14px;
  }
  .header-page.sticky {
    display: none;
  }
  .header-sublink {
    display: none;
  }
  .header-page .logo-side {
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-page .logo img {
    width: 60px;
  }
  .header-page .logo-text {
    padding: 0px 0 0 10px;
  }
  .header-page .logo-text .logoname {
    font-size: 18px;
    letter-spacing: normal;
  }
  .header-page .logo-text .logosubname {
    font-size: 13px;
    letter-spacing: 1.5px;
  }
  .header-page .logo-text .logosince {
    font-size: 12px;
    letter-spacing: normal;
  }
  .header-page .head-links {
    display: none;
  }
  .head-side .intro-text .content {
    padding-left: 0;
  }
  .head-side .intro-text {
    top: 120px;
  }
  .intro-text .bs-text {
    font-size: 21px;
    line-height: normal;
  }
  .pagewrap-slide-item {
    height: 100vh !important;
  }
  .otu-head-button {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .quicklinks {
    position: relative;
  }
  .quicklinks .quicklinks-content {
    display: block;
    margin: 20px 0 10px;
  }
  .quicklinks .quicklinks-content .q-list-item {
    display: block;
    width: 100%;
    padding: 0px;
    padding: 0 20px;
  }
  .quicklinks .quicklinks-content .q-list-item.special {
    padding: 10px 15px;
  }
  .quicklinks .quicklinks-content .q-list-item .content {
    color: #333;
  }
  .quicklinks .quicklinks-content .q-list-item .desc {
    padding-right: 0px;
  }
  .side-2 .side-one {
    width: 100%;
    float:none;
  }
  .side-2 .side-two {
    width: 100%;
    float:none;
  }
  .square-item{
    display: block;
    width: 100%;
    padding-top: 110px;
  }
  .square-map-section {
    display: block;
  }
  .square-map-section .schools-list {
    display: block;
    width: 100%;
  }
  .square-map-section .schools-map {
    display: block;
    width: 100%;
  }
  .togsogchid-slider {
    width: 100%;
  }
  .togsogch-people-item .people-info {
    line-height: normal;
    padding: 10px;
  }
  .togsogch-people-item .people-info .number {
    font-size: 14px;
  }
  .togsogch-people-item .people-info .short-title {
    font-size: 14px;
  }
  .people-slider-content {
    padding: 15px;
  }
  .people-slider-content .title {
    /* text-align: center; */
    text-align: left;
    width: 50%;
  }
  .home-people-slider-mobile {
    position: absolute;
    right: 11px;
    top: 20px;
  }
  .home-people-sync {
    margin-top: 20px;
  }
  .news-quicklinks .content {
    display: block;
  }
  .links-section {
    display: block;
    height: auto;
  }
  .category-list {
    display: block;
    width: 100%;
  }
  .news-quicklinks .news-links {
    display: block;
    width: 100%;
  }
  .news-list .news-list-item {
    display: block;
    width: 100%;
  }
  .news-quicklinks .zarlal {
    display: block;
    width: 100%;
  }
  .category-list-content .button-side {
    text-align: center;
  }
  .otu-intro-post {
    padding: 20px 10px;
  }
  .otu-intro-post .school-name {
    font-size: 18px;
  }
  .otu-intro-post .welcome {
    font-size: 14px;
  }
  .otu-intro-post .welcome-content {
    margin-top: 20px;
    line-height: 18px;
  }
  .articleshow .titlesection {
    margin: 30px 0 20px;
  }
  .articleshow .category a {
    font-size: 12px;
  }
  .articleshow .datetime {
    font-size: 12px;
  }
  .articleshow .titlebar {
    font-size: 21px;
  }
  .articleshow .contentsection .contentbody {
    margin: 20px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .welcome-info .divcover {
    position: relative;
    width: 100%;
  }
  .welcome-info .content-text {
    margin-top: 40px;
  }
  .welcome-info .divcover img {
    width: 100%;
  }
  blockquote {
    padding: 15px 15px;
  }
  .salbar-surguuli-content .nav-tabs>li {
    width: 100%;
    display: block;
  }
  .admin-head {
    padding: 20px 0;
  }
  .salbar-surguuli-content .taniltsuulga {
    padding: 10px;
  }
  .salbar-surguuli-content .taniltsuulga ul {
    padding-left: 20px;
  }
  .feemodal .modal-body {
    padding: 10px 15px 0px;
  }
  .feemodal .modal-body .bankinfo p {
    display: inline-block;
    width: 100%;
  }
  .feemodal .modal-body .bankinfo span {
    width: 100%;
  }
  .graduates-page-head {
    height: 200px;
  }
  .graduates-page-head .bubble {
    opacity: 0.2;
  }
  .graduates-page-head .bubble img {
    width: 100%;
  }
  .graduates-page-head .title {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    font-size: 32px;
  }
  .graduates-page-head .sub-desc {
    position: relative;
    z-index: 2;
    color: #333;
  }
  .graduates-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-with-bg span {
    padding: 10px 15px;
    font-size: 18px;
  }
  .title-with-bg .help-text {
    left: 20px;
    bottom: -30px;
  }
  .title-with-border .head-text {
    font-size: 21px;
  }
  .title-with-border .sub-text {
    font-size: 14px;
  }
  .title-with-border.right {
    text-align: left;
    padding-right: 0px;
    padding-left: 25px;
  }
  .first-graph {
    /* margin-top: 50px; */
  }
  .second-graph {
    margin-top: 50px;
  }
  .third-graph {
    margin-top: 50px;
  }
  .title-with-border.right:before {
    left: 0;
    width: 6px;
  }
  .graduates-people-head .top-title {
    font-size: 18px;
  }
  .graduates-people-head .top-title-b {
    margin-top: 10px;
    font-size: 18px;
  }
  .footer .developer {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    right: 0;
    bottom: 0;
  }
  .people-selected .people-content {
    padding: 15px 15px;
  }
  .row.equal-height > [class*='col-'] {
    display: block;
  }
  .p-list-item {
    width: 25%;
  }
  .student-orchin {
    padding: 20px 16px;
    height: auto;
  }
  .orchin-left {
    height: auto;
  }
  .page-student-head .title {
    font-size: 21px;
  }
  .page-student-head {
    height: auto;
    padding: 40px 0;
  }
  .student-news-menus {
    width: 100%;
    height: auto;
    position: relative;
    margin-left: 0px;
    left: 0;
    top: 0;
  }
  .student-news .news-left {
    height: 400px;
  }
  .student-news .news-right {
    height: 400px;
  }
  .student-news .content {
    padding: 20px;
  }
  .student-news .title {
    font-size: 16px;
  }
  .club-item {
    margin-bottom: 10px;
  }
  .student-association .content {
    padding: 40px 0;
  }
  .student-association .collapse-content {
    margin-top: 40px;
  }
  .list-b-timeline {
    padding-left: 10px;
  }
  .asso-group-content .content-drop {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card-body {
    padding: 15px;
  }
  .salbar-surguuli-head .title {
    font-size: 28px;
  }
  .event-season .title {
    padding: 20px 20px 20px;
  }
  .event-season-list li {
    padding: 10px 15px;
  }
  .event-season {
    margin-top: 30px;
  }
  .season-view {
    padding: 20px 0;
  }
  .surgalt-page-head .title {
    font-size: 26px;
  }
  .people-image {
    padding-left: 10px;
  }
  .people-selected .people-name-content {
    padding: 15px 10px 20px;
  }
  .training-fee .head-title {
    font-size: 28px;
  }
  .see-type {
    padding: 0px 0px;
  }


}

@media only screen and (max-width : 768px) {

  .main-header.minimal {
    display: none;
  }
  .main-header .logo-side {
    /* display: block;
    float: none;
    text-align: center; */
    width: 50%;
  }
  .main-header .head-links {
    width: 15%;
  }
  .main-header .head-menu-mobile {
    float: right;
    width: 10%;
    padding-top: 30px;
  }
  .main-header .head-menu-mobile a {
    font-size: 35px;
  }
  .main-header .logo img {
    width: 80px;
  }
  .main-header .logo-text {
    padding: 10px 0 0 20px;
  }
  .main-header .logo-text .logoname {
    font-size: 18px;
  }
  .main-header .logo-text .logosubname {
    font-size: 14px;
  }
  .main-header .logo-text .logosince {
    line-height: normal;
  }
  .main-header .head-menu {
    display: none;
  }
  .main-header .head-menu .navbar-nav {
    float:none;
  }
  .head-side .intro-text {
    top: 150px;
    padding: 0 20px;
  }
  .head-side .intro-text .content {
    padding-left: 0;
  }
  .intro-text .bs-text {
    font-size: 26px;
    line-height: normal;
  }
  .header-sublink .content .left-side {
    float: none;
    width: 100%;
    display: block;
    text-align: right;
  }
  .header-sublink .content .right-side {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
  }
  .header-sublink .content .right-side li {
    padding-top: 0px;
    min-height: 30px;
  }

  .header-page .head-menu {
    width: 100%;
    float: none;
    display: none;
  }
  .header-page .head-menu .navbar-nav {
    float: none;
  }
  .square-section .mergejil {
    /* padding: 15px; */
  }
  .otu-head-button-black {
    padding: 10px 20px;
    margin-right: 0px;
  }
  .otu-head-button-black i {
    font-size: 16px;
    padding-right: 5px;
  }
  .square-section .soliltsoo {
    font-size: 18px;
  }
  .tetgeleg img {
    /* left: -200px; */
    width: auto;
    height: auto;
  }
  .otu-intro-post .school-name {
    font-size: 18px;
  }
  .otu-intro-post {
    padding: 20px 15px 15px 15px;
  }
  .otu-intro-post .welcome-content {
    line-height: normal;
    margin-top: 20px;
  }
  .surgalt img {
    left: -80px;
    width: auto;
    height: 100%;
  }
  .square-map-section .schools-list {
    /* padding: 15px 10px 5px; */
  }
  .square-map-section .education-plan {
    height: 285px;
  }
  .otu-head-button {
    margin-right: 0px;
    padding: 10px 20px;
  }
  .square-map-section .schools-list .contact {
    margin-top: 20px;
  }
  .otu-head-button-silver {
    padding: 10px 20px;
  }
  .square-map-section .education-plan .year {
    font-size: 52px;
  }
  .square-map-section .education-plan .text {
    font-size: 16px;
  }
  .togsogchid-slider {
    width: 100%;
  }
  .tusul .tusul-logo {
    float: left;
    width: 40%;
    margin: 0 10px 5px 0;
  }
  .header-page .head-links {
    width: 15%;
    margin-top: 20px;
  }
  .header-page .head-menu-mobile {
    float: right;
    width: 10%;
    padding-top: 30px;
  }

}
