/* Reset
***************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  line-height: 1;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 /* For the mobile and search icon */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontello.woff2') format('woff2'),
       url('../fonts/fontello.woff') format('woff');
}

/* All Site */
a {
  text-decoration: none;
}

a:visited {
  color: #09C;
}

body, input, select {
  color: #444;
  font-family: 'Open Sans', Helvetica, sans-serif;
}

/* Mobile First
***************************************************************/
/* General */
.page.detail > header > h1,
.zone-content > h1,
.sub-title {
  clear: both;
  color: #09C;
  font-weight: 600;
  text-align: center;
}

.page.detail > header > h1,
.zone-content > h1 {
  font-size: 1.5em;
  font-weight: 600;
  padding: 20px 0;
}

.sub-title {
  font-size: 1.125em;
  margin: 15px 0;
}

body.show-mobile-menu {
  overflow: hidden;
}

hr {
  border: 1px solid #c1c1c1;
}

#layout-wrapper {
  min-width: 320px;
}

#layout-main-container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-top: 70px;
}

#layout-footer {
  position: relative;
}

video {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

/* General */
.title-arrow:before {
  content: '\25B6';
  color: #0092d3;
  padding-right: 8px;
}

.table.fixed {
  margin: auto;
  max-width: 1100px;
}

/* Top & Footer Navigation */
.menu-main-menu {
  text-align: left;
  text-transform: uppercase;
}

.menu-main-menu a {
  color: #FFF;
  text-decoration: none;
}

.menu-main-menu li ul {
  text-transform: none;
}

/* Top Navigation */
#layout-navigation {
  background-color: #04326e;
  width: 100%;
  position: fixed;
  min-width: 320px;
  z-index: 2;
}

.zone-navigation {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 10px;
  margin: auto;
  height: 70px;
}

.widget-mobile-menu-icon,
.widget-logo-widget {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.widget-logo-widget {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.widget-social-link {
  padding: 7px 0px;
  flex: none;
}

.widget-social-link a {
  margin-right: 10px;
}

.widget-social-link a img {
  width: 26px;
}

.widget-mobile-menu-icon {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0.05;
  -ms-flex: 0.05 auto;
  flex: 0.05 auto;
}

.mobile-menu {
  background-color: #04326e;
  border: none;
  color: #FFF;
  float: right;
  font: normal normal normal 2.5em 'FontAwesome';
  outline: none;
  text-rendering: auto;
}

.search-nav {
  padding-top: 20px;
  padding-bottom: 20px;
  top: 69px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.search-button {
  border: none;
  color: #9fa0a0;
  font: normal normal normal .75em 'FontAwesome';
  background-color: #fff;
  outline: none;
  text-rendering: auto;
}

.search-button:before {
  content: "\e800";
}

.mobile-menu:before {
  content: "\f0c9";
}

.header-nav {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: .875em;
  top: 110px;
  height: calc(100% - 110px);
  overflow: scroll;
}

.header-nav,
.search-nav {
  background-color: #04326e;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  -webkit-transition: left .3s;
  transition: left .3s;
  padding: 10px 15px;
  left: -100%;
}

.header-nav nav {
  max-width: 480px;
  margin: auto;
}

.menu-open {
  left: 0;
}

.header-nav a {
  display: block;
  font-weight: 600;
}

.header-nav .menu-arrow {
  float: right;
  font-size: 1em;
}

.menu-main-menu {
  padding-bottom: 20px;
}

.header-nav .menu-main-menu ul {
  padding-left: 20px;
}

.header-nav .menu-main-menu ul {
  display: none;
}

.header-nav ul li {
  padding: 6px 0;
}

.header-nav li.current > a {
  color: #ffc92c;
}

.header-nav li.current ul {
  display: block;
}

/* Search */
.search-nav form {
  margin: auto;
  max-width: 480px;
}

.search-nav fieldset {
  position: relative;
}

.search-nav button {
  position: absolute;
}

.search-nav fieldset button {
  top: 3px;
  right: 10px;
  margin-top: 3px;
  cursor: pointer;
}

.search-nav input {
  width: 100%;
  border-radius: 15px;
  font-size: .875em;
  border: none;
  color: #444;
  padding: 0 30px 0 16px;
  box-sizing: border-box;
  vertical-align: middle;
}

/* Footer Navigation */
.footer-nav {
  display: none;
}

.highlight {
  color: #ffc92c;
}

#home-carousel h1 {
  font-size: 1.563em;
  color: #c1c1c1;
}

.search-page .carousel {
  display: none;
}

.home-carousel .carousel-cell {
  height: 713.7px;
  position: relative;
}

/*#home-carousel .span-6:nth-child(2) {
  bottom: 0;
  position: absolute;
  right: 0px;
}*/

.home-carousel .home-carousel-title {
  margin-top: 25px;
  margin-bottom: 20px;
}

.carousel-wrapper .flickity-page-dots .dot {
  background: #04326e;
}

.carousel-wrapper .flickity-page-dots .dot.is-selected {
  background: #ccc;
}

.carousel-wrapper .flickity-prev-next-button, .carousel-wrapper .flickity-prev-next-button previous {
  background: #04326e;
}

.carousel-wrapper .flickity-prev-next-button .arrow {
  fill: #fff;
}

.carousel-wrapper .flickity-prev-next-button {
  top: 89%;
}

/* About DSO */
.abt-dso-g1 {
  background-color: #F0F0F0;
}

.abt-dso-g1 .description {
  max-width: 660px;
  font-size: .75em;
}

.abt-dso-g1 .description.blue {
  color: #09C;
  font-size: 1.0625em;
  margin-bottom: 1em;
}

.abt-dso-g1 .cell:last-of-type {
  padding: 1em;
}

.our-purpose {
  background: #04326e;
  color: #fff;
  padding-top: 30px;
  text-align: center;
}

.purpose-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1100px;
}

.purpose-logo .description {
  font-size: .75em;
}

.purpose-logo .title {
  font-size: 1.0625em;
  font-weight: 600;
  margin-bottom: 15px;
}

.purpose-logo .cell {
  border-bottom: 5px solid #ffc92c;
  margin: 25px auto;
  padding-bottom: 30px;
  width: 200px;
}

.purpose-logo img {
  display: block;
  margin: 30px auto;
}

.purpose-title {
  color: #ffc92c;
  font-size: 2em;
  text-transform: uppercase;
}

.our-purpose img {
  display: block;
}

.kinetic {
  padding: 100px 0 20px 0;
  background: url('images/kinetic-pointer.png') no-repeat top center;
  text-align: center;
}

.kinetic .row:first-of-type {
  font-weight: 600;
  margin-bottom: 50px;
}

.kinetic-horizontal,
.kinetic-vertical {
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.kinetic-horizontal {
  display: none;
}

/* Animation Effects */
.slideup-overlay {
  width: 339px;
  margin: 0 auto;
}

.slideup-overlay img,
.slideup-overlay h1 {
  display: block;
  float: left;
}

.slideup-overlay h1 {
  text-align: center;
  width: 100%;
  margin-top: -49px;
  background-color: rgba(4, 50, 110, 0.6);
  line-height: 50px;
  -webkit-transition: all .125s;
  transition: all .125s;
}

.slideup-overlay h1 a::after{
  content: ' \003e';
}

.slideup-overlay h1:hover a::after {
  content: '';
}

.slideup-overlay a {
  display: block;
  text-decoration: none;
  color: #ffc92c;
  font-weight: 600;
}

.slideup-overlay:hover h1 {
  line-height: 339px;
  margin-top: -339px;
}

.slideup-overlay:hover a {
  color: #fff;
}

/* Awards */
.bg-lightblue {
  background-color: #0193cf;
  color: #fff;
}

.light-blue {
  color: #0193cf;
}

.bg-grey {
  background-color: #f0f0f0;
  color: #444;
}

#awards .row {
  margin-bottom: 15px;
}

.awards-row1 .title,
.awards-wle-title .title {
  color: #04326e;
  margin-bottom: 5px;
}

.awards-row1,
.awards-wle-title,
.awards-wle {
  padding: 0 20px;
}

.awards-row1 h2 {
  margin-bottom: 20px;
}

.awards-row1 p {
  font-size: 0.785em;
}

.awards-winner {
  padding: 0 35px;
}

.awards-winner .yellow-title {
  color: #ffc92c;
  font-weight: 600;
}

.awards-winner .cell {
  max-width: 339px;
  margin: 0 auto;
  padding: 15px !important;
}

.awards-winner .cell:last-of-type {
  font-size: 0.785em;
}

.awards-winner .bg-lightblue p {
  font-size: 0.785em;
}

.awards-winner .winner-name {
  font-size:  1.025em;
  font-weight: 600;
  font-style: italic;
  margin-top: 20px;
}

.awards-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 35px;
}

.awards-others .cell {
  background-color: #f0f0f0;
  margin: 0 auto;
  max-width: 339px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: .75em;
}

.awards-others h2 {
  color: #04326e;
  font-weight: 600;
  padding: 10px 20px;
}

.awards-others {
  font-size: 1.0625em;
}

.awards-others p {
  padding: 0 30px 0 20px;
  font-size: 1em;
}

.awards-others .cell img {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #c1c1c1;
}

#ug-dso-g3 a {
  color: #fff;
}

#ug-dso-g3 a:visited {
  color: #fff;
}

.awards-others-title {
  color: #0193cf;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 600;
  text-align: center;
}

.awards-wle img {
  margin: auto;
}

.awards-wle .cell:last-of-type {
  padding-top: 20px;
}

.awards-wle p {
  font-size: 0.785em;
}

.awards-wle-title,
.awards-others-title {
  padding-top: 30px;
}

#layout-footer {
  background-color: #444;
  color: #FFF;
  text-align: center;
  clear: both;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

#layout-footer span a {
  color: #fff;
  text-decoration: underline;
}

.copyright {
  font-size: .625em;
}

.right-reserved {
  display: block;
}

.footer-separator {
  padding: 0 2em;
}

/* Corporate Social Responsibility */
.social-g1 {
  background-color: #04326e;
}

.social-g1 .row {
  max-width: 1920px;
  margin: auto;
}

.social-g1 .row .cell:last-of-type {
  color: #c1c1c1;
  font-weight: 600;
  padding: 30px;
  max-width: 650px;
}

.social-g1 .description {
  font-size: 1.125em;
}

.social-g1 .testimonial {
  padding: 10px 0;
  font-size: .6875em;
  font-weight: 400;
  width: 200px;
  color: #fff;
}

.social-title {
  padding: 10px 20px;
}

.social-title .title {
  color: #04326e;
  margin-bottom: 5px;
}

.social-content p {
  font-size: .8125em;
  margin: 20px 20px;
}

.social-others-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding-bottom: 30px;
  color: #0193cf;
  font-size: 1.1875em;
}

.social-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-others .cell {
  max-width: 339px;
  margin: auto;
}

.social-others .cell h1,
.social-others .cell p {
  padding: 0 20px;
  font-size: .75em;
}

.social-others .cell p {
  padding-top: 1em;
  padding-bottom: 1em;
}

.social-others .cell h1 {
  padding-top: 20px;
  color: #04326e;
  font-weight: 600;
}

/* Media Centre */
.media-listings {
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 50%);
  background: linear-gradient(180deg, #efefef 0%, #ffffff 50%);
  font-size: .875em;
  padding-top: 50px;
}

.media-listings .row {
  padding: 10px 30px;
  margin: auto;
  max-width: 1100px;
}

.media-listings .name {
  display: none;
}

.media-listings li article.news {
  max-width: 339px;
  background-color: #f0f0f0;
  margin: 0 auto 20px auto;
}

.media-listings img {
  max-width: 100%;
}

/* Media Centre - News */
.media-listings .date-time-field-news-date {
  color: #0193cf;
  padding: 0 20px;
}

.media-listings .news h1 {
  color: #04326e;
  font-weight: 600;
  padding: 20px;
}

.media-listings .enumeration-field-news-source {
  color: #444;
  padding: 0 20px;
}

/* Media Centre - Blog Post */
.media-listings .blog-post h1 {
  padding: 20px;
}

.media-listings .date-time-field-media-release-date {
  color: #0193cf;
  padding: 0 20px;
}

.media-listings .blog-post h1 a {
  color: #04326e;
  font-weight: 600;
}

.media-listings li .blog-post {
  max-width: 339px;
  background-color: #f0f0f0;
  margin: 0 auto 20px auto;
}

.media-listings .enumeration-field-media-source {
  color: #444;
  padding: 0 20px;
}
/* Media Centre - Videos */
.media-listings .videos {
  max-width: 339px;
  background-color: #f0f0f0;
  margin: 0 auto 20px auto;
}

.media-listings .date-time-field-video-date {
  color: #0193cf;
  padding: 0 20px;
}

.media-listings .videos h1 {
  font-weight: 600;
  padding: 20px;
}

.media-listings .videos h1 a {
  color: #04326e;
}

.media-listings .enumeration-field-video-category {
  color: #444;
  padding: 0 20px;
}

/* Media Centre - Publication */
.media-listings .publication {
  max-width: 339px;
  background-color: #f0f0f0;
  margin: 0 auto 20px auto;
}

.media-listings .publication h1 {
  color: #04326e;
  font-weight: 600;
  padding: 0 20px;
}

.media-listings .publication h1 {
  color: #04326e;
}

.media-listings .enumeration-field-publication-category {
  color: #444;
  padding: 0 20px;
}

.media-listings .publication .text-field {
  color: #444;
  padding: 15px 20px;
}

/* Media Releases (Highlights) */
.blog-post.detail {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.blog-post.detail img {
  max-width: 100%;
}

.blog-post.detail header h1 {
  color: #0193cf;
  font-size: 1.125em;
  font-weight: 600;
  padding: 10px 0;
}

.blog-post.detail header .date-time-field-media-release-date {
  font-size: 1em;
  padding-top: 1em;
}

.blog-post.detail p {
  font-size: .875em;
}

.blog-post.detail a {
  color: #0193cf;
}

.blog-post.detail h1 {
  color: #0193cf;
  font-weight: 600;
}

.blog-post.detail h2 {
  color: #0193cf;
}

.blog-post.detail h3 {
  color: #343434;
}

/* Media Centre - Filters */
.media-listings .filter-list {
  font-size: .875em;
  color: #9fa0a0;
  padding: 5px;
}

.media-listings .filter-row p {
  display: block;
  text-transform: uppercase;
  font-size: .875em;
  margin-bottom: 10px;
}

.media-listings .filter-row select {
  width: 100%;
}

.media-listings .filter-row {
  margin-top: 30px;
}

/* Search Page */
.search-page {
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 50%);
  background: linear-gradient(180deg, #efefef 0%, #ffffff 50%);
}

.search-summary {
  padding: 20px 0;
}

.search-content {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.search-results .page h1 {
  text-align: left;
  padding: 0;
}

.search-results .media-item,
.search-results .metadata,
.search-results .date-time-field-media-release-date,
.search-results .enumeration-field-media-source,
.search-results .enumeration-field-publication-category,
.search-results .text-field,
.search-results .date-time-field-news-date,
.search-results .enumeration-field-news-source {
  display: none;
}

.search-results .content-item h1 a,
.search-results .content-item h1 {
  color: #09C;
  font-weight: 600;

}

.search-results article.content-item {
  margin-bottom: 40px;
}

/* Pagination*/
.pager {
  text-align: center;
  clear: both;
  padding-bottom: 30px;
}

.pager li {
  background-color: #ffc92c;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 15px;
  max-width: 180px;
  width: 48%;
  text-transform: uppercase;
  font-size: 1em;
  box-sizing: border-box;
}

.pager li:first-of-type {
  margin-right: 2%;
}

.pager li a {
  display: block;
  color: #04326e;
}

/*custom animation */
.slide-overlay {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.slide-overlay img,.slide-overlay h3 {
  display: inline-block;
  float: left;
}

.slide-overlay h3 {
  text-align: center;
  width: 100%;
  margin-top: -46px;
  background-color: rgba(4, 50, 110, 0.85);
  line-height: 24px;
  -webkit-transition: all .125s;
  transition: all .125s;
  font-size: 1.375em;
}

.slide-overlay a {
  color: #ffc92c;
  display: block;
  font-weight: 600;
  text-decoration: none;
}

.slide-overlay:hover h3 {
  line-height: 265px;
  margin-top: -289.5px !important;
}

/*---------custom overlay animation-----------*/
.slideup-wide {
  cursor: default;
  max-width: 532px;
}

.slideup-wide div {
  float: left;
}

.slideup-wide img {
  display: block;
  max-width: 100%;
  height: auto;
  float: none;
}

.slideup-wide h1 {
  color: #ffc92c;
  font-weight: 700;
  font-size: 1.375em;
  text-align: center;
  text-decoration: none;
}

.slideup-wide a {
  text-decoration: none;
  color: #ffc92c;
  cursor: pointer;
}

.slideup-wide h2 {
  display: none;
  color: #fff;
}

.slideup-wide .info-overlay {
  width: 100%;
  height: 45px;
  margin-top: -45px;
  background-color: rgba(4, 50, 110, 0.9);
  text-align: center;
  -webkit-transition: all ease .125s;
  transition: all ease .125s;
}

.info-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info-overlay button {
  display: none;
  background-color: #ffc92c;
  border-radius: 50px;
  color: #04326e;
  font-weight: 600;
  padding: 7px 30px;
  text-transform: uppercase;
  cursor: pointer;
}

.slideup-wide:hover .info-overlay {
  height: 290px;
  margin-top: -290px;
}

.info-overlay:hover h1,
.info-overlay:hover h2,
.info-overlay:hover button {
  display: block;
}

/*--------- slideup hover animation--------*/
.slideup-hover {
  padding: 0px;
  position: relative;
  overflow: hidden;
  height: 290px;
  cursor: default;
}

.slideup-hover .caption {
  position: absolute;
  top: 245px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.slideup-hover .blur {
  /*background-color: rgba(4, 50, 110, 0.9);*/
  background-color: rgba(4, 50, 110, 0.6);
  height: 290px;
  z-index: 5;
  position: absolute;
  width: 100%;
}

.slideup-hover .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  height: 290px;
  top: -2px;
  text-align: center;
  width: 100%;
}

.slideup-hover:hover .caption h3:after {
  content:'';
}

.slideup-hover .caption h3::after {
  content:' \003e';
}

.slideup-hover:hover .caption {
  opacity: 1;
  bottom: 0;
  top: 0;
}

.slideup-hover:hover .caption h3 {
  padding-top: 40px;
}

.slideup-hover img {
  z-index: 4;
  margin-bottom: -4px;
}

.slideup-hover .caption-text h3 {
  color: #ffc92c;
  font-weight: 700;
  font-size: 1.375em;
  text-align: center;
  text-decoration: none;
  padding: 10px;
}

.slideup-hover .caption .caption-text p {
  padding: 20px;
  padding-right: 40px;
}

.slideup-hover .caption-text button {
  background-color: #ffc92c;
  border-radius: 50px;
  color: #04326e;
  font-weight: 600;
  padding: 7px 30px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5%;
}

/*------------main --------------*/
#main-section3 .span-3 {
  height: 370px;
  width: 80%;
  margin-left: 10%;
  padding-left: 20px;
  border-bottom: 5px solid #ffc92c;
  margin-bottom: 30px;
}

#main-section1 {
  background: #04326e;
  color: #fff;
}

#main-left h1 {
  font-size: 50px;
  font-weight: bold;
}

#main-left h2 {
  color: #ffc92c;
  font-size: 22px;
}

#main-right {
  text-align: right;
  padding-right: 10%;
}

#main-left h1,#main-left h2 {
  text-align: left;
  padding-left: 10%;
}

#main-right p img {
  padding-top: 15px;
  padding-bottom: 15px;
}

span.yellow {
  color: #ffc92c;
  font-weight: bold;
}

#main-section2 {
  max-width: 100%;
  padding: 20px;
}

.main-title2 h1 {
  color: #0193cf;
  font-size: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

#main-section2 p.grey {
  color: #9fa0a0;
  font-size: 25px;
}

#main-section2 span.blue {
  color: #0193cf;
  padding-bottom: 15px;
  font-size: 16px;
}

#main-section2 p {
  font-size: 16px;
}

#main-section2 #img-section2 {
  padding-bottom: 15px;
  padding-top: 20px;
}

.btn-yellow {
  padding: 6px 50px;
  border-radius: 26px;
  background: #ffc92c;
  margin-bottom: 20px;
  color: #04326e;
  font-weight: bold;
}

#main-section2 button {
  margin-left: 9%;
  margin-right: 9%;
}

#section2-left {
  margin-bottom: -20px;
  position: absolute;
  bottom: 0;
}

#main-section2 .cell:nth-child(2) {
  padding-right: 0;
  position: relative;
}

#main-section3 {
  background: #04326e;
  color: #FFF;
  padding-bottom: 5%;
  padding-top: 5%;
  text-align: center;
}

#main-section3 h3 {
  font-size: 20px;
  padding: 15px;
}

#main-section3 img {
  display: inline;
}

#decs1 {
  padding-top: 30px;
  padding-right: 15px;
}

#main-section3-title {
  background: #04326e;
  padding-top: 5%;
  font-size: 40px;
  color: #ffc92c;
  text-transform: uppercase;
  text-align: center;
}

#main-section3 #img1 {
  padding-top: 14%;
  padding-left: 20%;
}

#main-section3 #img2,#img3 {
  padding: 13% 20% 13% 20%;
}

#main-section3 #img4 {
  padding: 13% 20% 13% 20%;
}

#main-section3 p {
  padding: 10px;
}

#main-section4 .span-4 img {
  width: 100%;
  height: auto;
}

#section5-content {
  left: 14%;
  margin-top: -5em;
  position: absolute;
}

#section5-content h3 {
  color: #FFF;
  font-size: 20px;
}

#section5-content button {
  padding: 6px 50px;
  border-radius: 26px;
  background: #ffc92c;
  color: #04326e;
  font-weight: bold;
}

#main-section5 {
  margin-top: 5%;
}

#main-section5 video {
  max-width: 100%;
  height: auto;
  width: 100%;
}

#main-section5 h1 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  left: 23%;
  margin-top: 5px;
  position: absolute;
  text-align: center;
}


/*--------join us-----------*/
#join-us-s1 .span-4 img {
  max-width: 100%;
  height: auto;
}

#join-us-s2 .row {
  max-width: 1094px;
  padding-bottom: 30px;
}

#join-us-s2 {
  background: #04326e;
  color: #FFF;
  text-align: center;
}

#join-us-s2 h1 {
  text-align: center;
  color: #ffc92c;
  padding: 20px;
  font-size: 40px;
}

#join-us-s2 img {
  display: inline;
  padding-bottom: 15px;
}

#join-us-s2 h2 {
  font-size: 20px;
  padding-bottom: 10px;
}

#join-us-s2  .row:last-of-type .cell {
  font-size: 0.84em;;
  border-bottom: 5px solid #ffc92c;
  padding-bottom: 20px;
}

#join-us-s2 .row:last-of-type .cell {
  height: 370px;
  width: 70%;
  margin-left: 15%;
  margin-bottom: 10%;
}

#join-us-s2 .row:nth-of-type(2) img {
  min-height: 127px;
  max-height: 127px;
}

/*---------- dso internship-----------*/
.dso-internship .row {
  max-width: 1094px;
}

.dso-internship .row p {
  padding-left: 15px;
  padding-right: 15px;
}

.dso-internship h3 {
  padding: 15px;
}

#dso-internship-s2,#dso-internship-s4,#dso-internship-s6 {
  background: #04326e;
  color: #FFF;
}

#dso-internship-s2 h3,#dso-internship-s4 h3,#dso-internship-s6 h3 {
  font-size: 25px;
}

#dso-internship-s3 h3,#dso-internship-s5 h3 {
  color: #0193cf;
  font-size: 25px;
}

#dso-internship-s3 p:nth-of-type(1),#dso-internship-s5 p:nth-of-type(1) {
  color: #0193cf;
  font-size: 22px;
}

#dso-internship-s1 {
  color: #0193cf;
  font-size: 1.063em;
  padding-bottom: 15px;
}

#dso-internship-s4 p:nth-of-type(1), #dso-internship-s6 p:nth-of-type(1), #dso-internship-s6 p:nth-of-type(3) {
  color: #ffc92c;
  font-size: 22px;
}

/* Personnel */
.personnel-list .cell > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.personnel-list .personnel {
  position: relative;
  width: 100%;
  max-width: 339px;
  margin: auto;
}

.personnel-list .personnel header {
  background-color: rgba(4, 50, 110, 0.9);
  bottom: 0;
  color: #fff;
  font-weight: 600;
  height: 130px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.personnel-list .personnel header p {
  font-size: .875em;
}

.personnel-list .personnel header h1 {
  color: #ffc92c;
  padding: 10px 0;
}

.personnel-list .personnel img {
  max-width: 100%;
  display: block;
}

.personnel-list .chairman .personnel {
  width: 100%;
}

/* Media Centre - Carousel */
.carousel-cell {
  width: 100%;
}

.carousel-cell img {
  display: block;
  width: 100%;
  height: auto;
}

.carousel-cell p {
  display: none;
}

/* Media Centre - Carousel - News */
.carousel-cell .news h1,
.carousel-cell .blog-post h1 {
  width: 100%;
  font-size: .75em;
  background-color: #04326e;
  color: #ffc92c;
  padding: 5px 10px;
  box-sizing: border-box;
}

.carousel-cell .blog-post h1 a {
  color: #ffc92c;
}

.flickity-page-dots {
  display: none;
}

.zone-content > .videos.detail {
  max-width: 1100px;
  margin: auto;
}

.zone-content > .videos.detail video {
  max-width: 100%;
  display: block;
}

.zone-content .videos.detail h1 {
  color: #0193cf;
  font-size: 1.125em;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.legal {
  padding: 0 20px;
  margin: auto;
}

.legal p {
  font-size: .75em;
  margin-bottom: 1em;
}

.legal h1 {
  color: #0193cf;
  font-size: 1em;
  font-weight: 600;
  margin: 1.5em 0 .2em 0;
}

#career-s1 {
  background: #04326e;
  color: #FFF;
}

#career-s1 h3 {
  padding: 23px 30px 0px 30px;
  font-size: 25px;
  color: #c1c1c1;
}

#career-s1 h3 span {
  color: #ffc92c;
  font-weight: bold;
}

#career-s1 p {
  padding-left: 30px;
}

#career-s1 p a button {
  padding: 7px 60px;
  border-radius: 50px;
  color: #04326e;
  background: #ffc92c;
  font-weight: bold;
}

#career-s1 .cell:nth-of-type(2) img {
  padding: 30px;
}

#career-s2 .slideup-hover .caption-text h3 a {
  color: #ffc92c;
}

#career-s2 .row {
  max-width: 1094px;
  padding-bottom: 3%;
}

#career-s2 .span-12 h1 {
  color: #09C;
  font-size: 30px;
  font-weight: bold;
}

#career-s2 h2 {
  margin-top: -2.9em;
  max-width: 92.99%;
  padding: 0.75em 0.7em;
  text-align: center;
}

#career-s2 h4 {
  color: #09C;
  font-size: 20px;
  text-align: center;
}

#career-s2-right h3 {
  color: #ffc92c;
  font-size: 20px;
  padding: 40px 90px 15px 90px;
  font-weight: bold;
}

#career-s2-right p {
  font-size: 16px;
  padding: 6px 0px 1px;
}

#career-s2 p button {
  padding: 7px 60px;
  border-radius: 50px;
  color: #04326e;
  background: #ffc92c;
  font-weight: bold;
  margin-bottom: 15px;
}

#career-s2 a button {
  font-size: 1em;
}

#career-s3 {
  background: #04326e;
  color: #FFF;
}

#career-s3 a {
  color: #fff;
}
#career-s3 h1 {
  color: #ffc92c;
  font-size: 30px;
  padding: 30px;
  font-weight: bold;
}

/*#career-s3 a {
  color: #fff;
}*/

#career-s3 p button {
  padding: 7px 60px;
  border-radius: 50px;
  color: #04326e;
  background: #ffc92c;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 20px;
}

#collab-dso {
  background: #efefef;
  background: -webkit-linear-gradient(#efefef, #fff);
  background: -o-linear-gradient(#efefef, #fff);
  background: -moz-linear-gradient(#efefef, #fff);
  background: linear-gradient(#efefef, #fff);
}

#collab-dso a {
  color: #444;
}

#collab-dso .cell {
  padding: 1em;
}

#collab-dso .collab-dso-description {
  text-align: left;
}

#collab-dso .collab-dso-description p:first-child {
  color: #0193cf;
  font-size: 1.175em;
}

#collab-dso .collab-dso-description p {
  font-size: 1.0375em;
}

#collab-dso h3 a {
  color: #ffc92c;
}

#cu-dso {
  background: #efefef;
  background: -webkit-linear-gradient(#efefef, #fff);
  background: -o-linear-gradient(#efefef, #fff);
  background: -moz-linear-gradient(#efefef, #fff);
  background: linear-gradient(#efefef, #fff);
  text-align: center;
}

#cu-dso .sub-title {
  color: #09C;
  text-align: center;
}

#cu-dso .row:first-child p {
  text-align: left;
}

#cu-dso .row:first-child p a {
  color: #444;
  text-decoration: none;
  font-size: 1.0625em;
}

#cu-dso p .blue {
  color: #0193cf;
  font-size: 1.0625em;
}

.location {
  background-color: #F0F0F0;
  width: 100%;
}

.location img {
  float: left;
  display: block;
  width: 100%;
}

.location .description {
  font-weight: bold;
  float: left;
  text-align: center;
  background-color: rgba(4, 50, 110, 0.7);
  width: 100%;
}

.location .description h1 {
  color: #ffc92c;
}

.location .description p {
  color: #FFF;
}

#gs-dso {
  text-align: center;
  margin: 0 auto;
}

#gs-dso .sub-title {
  color: #09C;
  text-align: center;
  clear: both;
  text-transform: uppercase;
  font-size: 1.375em;
  padding-top: 0.5em;
}

#gs-dso .row:nth-child(4) .cell {
  padding-bottom: 0;
}

#gs-dso .row:first-child p {
  color: #0193cf;
  text-align: center;
  font-size: 1.275em;
}

#gs-dso .row:first-child p:first-child {
  margin-bottom: 20px;
}

#gs-dso-g1 {
  margin-bottom: 1em;
  background-color: #04326e;
  color: #fff;
}

#gs-dso-g1 img {
  padding-top: 15px;
  padding-left: 15px;   
}

#gs-dso .row:nth-child(3) p .quote {
  color: #ffc92c;
}

#gs-dso .row:nth-child(3) h2 {
  text-align: left;
  padding: 15px;
  color: #c1c1c1;
  font-size: 25px;
}

#gs-dso .row:nth-child(3) p:last-child {
  color: #0193cf;
  font-size: 1.0625em;
  padding: 15px;
  text-align: left;
}

#gs-dso .gs-technology {
  text-align: left;
}

#gs-dso .gs-technology h2 {
  color: #04326e;
  font-size: 1.375em;
  padding: 0.625em 0 0.625em 0;
}

#os-dso-g {
  background-color: #04326e;
}

#os-dso-g img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#oh-dso {
  text-align: center;
  margin: 0 auto;
}

.milestone1 {
  background: #f0f0f0;
  border-radius: 30px;
  border: 1px dotted #f0f0f0;
  width: 100%;
  z-index: -100;
  position: relative;
}

.milestone1 h1 {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0193cf;
}

.milestone2 {
  border-radius: 30px;
  border: 3px dotted #f0f0f0;
  width: 100%;
  z-index: -100;
  position: relative;
}

.milestone2 img {
  width: 100%;
  position: relative;
  padding: 0;
  height: auto;
}

.milestone2 h2 {
  font-weight: bold;
  background-color: #0193cf;
  text-align: center;
  position: relative;
  margin-top: -1.3em;
  color: #fff;
  text-align: left;
  padding: 0.2em 0 0.2em 0.3em;
}

.milestone2 p:last-child {
  text-align: left;
  padding: 0.625em;
}

.milestone3 {
  background: #f0f0f0;
  border-radius: 30px;
  height: 27.9em;
  border: 1px dotted #f0f0f0;
  width: 100%;
  z-index: -100;
  position: relative;
}

.milestone3 h1 {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0193cf;
}

.milestone4 {
  background: #0193cf;
  border-radius: 30px;
  height: 27.9em;
  border: 1px dotted #f0f0f0;
  width: 100%;
  margin-bottom: 0.625em;
  z-index: -100;
  position: relative;
}

.milestone4 h1 {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffc92c;
}

.rd-dso-g1 {
  background-color: #f5f5f5;
  padding-top: 3.313em;
}

.rd-dso-g2 {
  background-color: #04326e;
  padding-top: 3.313em;
}

.rd-dso-g1 .row,
.rd-dso-g2 .row {
  max-width: 1180px;
}

.rd-dso-g2 .rd-s2 {
  max-width: 95%;
}

/*.rd-dso-g2 .rd-s2 #rd-s2-right {
  width: 100%;
}*/

.rd-dso-g2 .rd-left-image {
  margin-top: 8%;
}

.sub-title-blue {
  color: #09C;
  text-align: center;
  clear: both;
  text-transform: uppercase;
}

.sub-title-gold {
  color: #ffc92c;
  text-align: center;
  clear: both;
  text-transform: uppercase;
}

.rd-dso-g1-description {
  padding: 2.188em 0 2.3em 0;
}

.rd-dso-g1-sub-description2,
.rd-dso-g2-sub-description2 {
  color: #0193cf;
}

.rd-dso-g2-description {
  padding-top: 2.188em;
  padding-left: 100px;
  padding-bottom: 2.3em;
}

.rd-dso-g1-sub-description1,
.rd-dso-g2-sub-description1 {
  color: #c1c1c1;
}

.quote {
  color: #ffc92c;
}

.rd-dso-g1-description3 {
  color: #444;
}

.rd-dso-g2-description3 {
  color: #fff;
}

.rd-dso-button {
  padding: 6px 50px;
  border-radius: 26px;
  background: #ffc92c;
  margin-bottom: 20px;
  color: #04326e;
  font-weight: bold;
  margin-bottom: 70px;
  text-decoration: none;
  margin-left: 0;
  margin-right: 0;
}

#o-collab-dso img.hr,
#o-collab-dso .row:first-child .cell:first-child img {
  width: 100%;
}

#o-collab-dso .row:first-child {
  background-color: #f0f0f0;
}

#o-collab-dso .row:first-child .cell:last-child p:first-child {
  color: #0193cf;
}

#o-collab-dso .span-12 h1 {
  color: #04326e;
}

.o-collab-dso-g1 .cell:first-child p,
.o-collab-dso-g2 .cell:last-child p {
  font-size: 1.063em;
}

/*---------students--------------*/
#student-s1 {
  background: #04326e;
  color: #FFF;
}

#student-s1 h3 {
  color: #c1c1c1;
  font-size: 28px;
  padding: 23px 30px 0;
}

#student-s1 h3 span {
  color: #ffc92c;
}

#student-s1 p {
  padding-left: 30px;
}

#student-s1 .cell:nth-of-type(2) img {
  padding: 20px 0px 20px 3px;
  max-width: 90%;
}

#student-s1 p a button {
  background: #ffc92c;
  border-radius: 50px;
  color: #04326e;
  font-weight: bold;
  margin-left: 0;
  margin-top: 5%;
  padding: 7px 60px;
}

#student-s2 .row {
  max-width: 1094px;
}

#student-s2 #students-s2-sub1 {
  padding-bottom: 30px;
}

#student-s2 #students-s2-sub1 h1 {
  color: #09C;
  font-size: 33px;
  padding: 30px;
  font-weight: bold;
}

#students-s2-sub2 .caption-text h3 a, 
#students-s2-sub3 .caption-text h3 a, 
#students-s2-sub4 .caption-text h3 a {
  color: #ffc92c;
}

#student-s2 #students-s2-sub1 p {
  color: #09C;
  font-size: 22px;
  text-align: center;
}

#student-s2 #students-s2-sub4 {
  padding-bottom: 30px;
}

#student-s2 .box p button {
  background: #ffc92c;
  border-radius: 50px;
  color: #04326e;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 5px 40px;
}

#student-s3 #student-sub-s3 {
  left: 18%;
  margin-top: -5em;
  position: absolute;
}

#student-s3 #student-sub-s3 h3 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 15px;
}

#student-s3 #student-sub-s3 p button {
  padding: 6px 50px;
  border-radius: 26px;
  background: #ffc92c;
  color: #04326e;
  font-weight: bold;
}

#exhibition {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  left: 35%;
  margin-top: 13px;
  position: absolute;
}

.social-content:last-child p:last-child {
  padding-bottom: 25px;
}

#ug-dso-g1 {
  background-color: #04326e;
  overflow-x: hidden;
}

#ug-dso-g1 .description {
  padding-top: 2.375em;
  padding-left: 2em;
  padding-right: 2em;
}

#ug-dso-g1 .description p:first-child {
  font-size: 1.750em;
  color: #c1c1c1;
}

#ug-dso-g1 .description p {
  color: #FFF;
}

#ug-dso-g1 .description img {
  padding-top: 0.998em;
}

#ug-dso-g1 .description a button {
  background: #ffc92c;
  border-radius: 50px;
  color: #04326e;
  font-weight: bold;
  padding: 7px 60px;
  margin-left: 17%;
}

.ug-dso-button {
  padding: 6px 50px;
  border-radius: 26px;
  background: #ffc92c;
  margin-bottom: 1.250em;
  color: #04326e;
  font-weight: bold;
  margin-bottom: 4.375em;
  font-size: 1.063em;
  text-decoration: none;
}

#ug-dso-g2 .row {
  max-width: 1096px;
  padding-bottom: 30px;
}

#ug-dso-g2 {
  background-color: #FFF;
  padding-bottom: 20px;
}

#ug-dso-g2  p:first-child {
  color: #0193cf;
  font-size: 1.375em;
  text-align: center;
}

#ug-dso-g2 .span-12 h1 {
  text-align: center;
  color: #09c;
  font-size: 30px;
  font-weight: bold;
}

#ug-dso-g3 {
  background-color: #04326e;
  color: #FFF;
  text-align: center;
  padding: 2.813em 0 2.813em 0;
}

#ug-dso-g3 p {
  padding: 10px;
}

#ug-dso-g3 .row {
  max-width: 1096px;
}

#ug-dso-g3 .span-12 h1 {
  color: #ffc92c;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#os-dso-g .vertical-org {
  padding-top: 40px;
  padding-bottom: 40px;
}

.error-msg {
  padding: 150px 0;
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 50%);
  background: linear-gradient(180deg, #efefef 0%, #ffffff 50%);
  text-align: center;
}

.error-msg .description.blue {
  font-size: 1.875em;
  font-weight: 700;
  color: #0092d3;
}
.error-msg .description {
  font-size: 1.0625em;
  line-height: 1.5625em;
  padding-left: 46px;
  padding-right: 46px;
}

 /*--------play button*/
.video-wrapper {
	position: relative;
    margin-top: 50px;
}
	
.video-wrapper > video {
	width: 100%;
	vertical-align: middle;
}
.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
	display: none;
}
.video-overlay-play-button {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 10px calc(46% - 50px);
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	opacity: 0.95;
	cursor: pointer;
	transition: opacity 150ms;
}
.video-overlay-play-button:hover {
	opacity: 1;
}
.video-overlay-play-button.is-hidden {
	display: none;
}

h1.is-hidden{
	display:none;
}

@media screen and (min-width: 320px) {
	#home-carousel .span-6:nth-child(2) {
		position: absolute;
		right: 0px;
	}
	
  #ug-dso-g2 h1.title {
    font-size: 1.5em;
  }

  #home-carousel {
    text-align: center;
  }  
    
  #home-carousel h1 {
    font-size: 1em;
    padding: 9px 15px;
  }

  #home-carousel .speech-bottom {
    padding: 15px;
  }
  
  #home-carousel .btn-yellow {
    font-size: 0.8em;
    margin-left: 15px;
  }
    /* --------main page --------*/
  #main-left h1, #main-left h2 {
    padding-left: 8%;
  }

  #main-section4  .slideup-overlay{
    width: initial;
  }

  #main-right {
    padding-right: 5%;
  }

  /* join us*/
  #join-us-s1 .slideup-overlay{
       width: inherit;
  }
    /* -----------ydsp-------------*/
  .ydsp-width .row {
    max-width: 1094px;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .ydsp-width p {
    padding: 15px;
  }

  .ydsp-width h3 {
    font-size: 22px;
    padding: 15px;
  }

  #ydsp-s2,#ydsp-s4 {
    background: #04326e;
    color: #FFF;
  }

  #ydsp-s1 p:first-child {
    color: #0193cf;
    padding-bottom: 20px;
  }

  #ydsp-s2 p,#ydsp-s4 p {
    color: #ffc92c;
  }

  #ydsp-s2 p:nth-of-type(2),#ydsp-s4 p:nth-of-type(2) {
    color: #fff;
    padding-top: 20px;
  }

  #ydsp-s3 p,#ydsp-s5 p {
    color: #0193cf;
  }

  #ydsp-s3 p:nth-of-type(2),#ydsp-s5 p:nth-of-type(2) {
    padding-top: 20px;
    color: #000;
  }

  #ydsp-s3 h3,#ydsp-s5 h3 {
    padding-bottom: 5%;
    color: #0193cf;
  }

  #ydsp-s1 img,#ydsp-s2 img,#ydsp-s3 img,#ydsp-s4 img,#ydsp-s5 img {
    width: 100%;
  }

  #career-s1 .cell:nth-of-type(2) img {
    padding: 0;
    padding-top: 15px;
  }

  #career-s2 .span-12 h1 {
    font-size: 1em;
  }

  #career-s1 h3 {
    padding: 23px 20px 0px 20px;
    font-size: 1.2em;
  }

  #career-s1 p {
    padding-left: 0;
    font-size: 0.7em;
  }

  #career-s1 p:nth-of-type(1) {
    padding-right: 20px;
    padding-left: 20px;
  }

  #career-s1 p a button {
    margin-left: 60px;
    margin-bottom: 10px;
  }

  #career-s2 .slideup-hover .blur {
    max-width: 100%;
  }

  #career-s2 .slideup-hover img {
    width: 100%;
  }

  #career-s2 h4 {
    padding: 0 10px;
    font-size: 0.8em;
  }

  #career-s2 a button {
    font-size: 0.7em;
  }

  #career-s3 p button {
    padding: 7px 30px;
  }

  #career-s3 p {
    padding: 0 15px;
    font-size: 0.8em;
  }

  #career-s2 .blur {
    max-width: 100%;
  }

  #career-s2 .caption-text h3 {
    font-size: 0.9em;
  }

  #career-s2 .slideup-hover img {
    width: 100%;
	height : auto;
  }

  #career-s2 .slideup-hover {
    height: auto;
  }

  #career-s2 .slideup-hover .caption {
    top: 135px;
  }

  #career-s2 .slideup-hover:hover .caption {
    top: 0;
  }

  #career-s2 .slideup-hover:hover .caption-text h3 {
    padding: 10px 0 0;
  }

  #career-s2 .caption-text p {
    padding: 10px 15px 5px 15px;
    font-size: 0.8em;
  }

  #students {
    overflow-x: hidden;
    width: 100%;
  }

  #student-s1 h3 {
    padding: 25px 20px 0;
    font-size: 1em;
  }

  #student-s1 p:nth-of-type(1) {
    padding-left: 20px;
    font-size: 0.7em;
  }

  #student-s1 .cell:nth-of-type(2) img {
    padding-left: 0;
    padding: 20px 0px 0px 0px;
  }

  #student-s1 p a button {
    margin-bottom: 2%;
  }

  #student-s2 #students-s2-sub1 p {
    font-size: 0.84em;
    padding: 0 10px;
  }

  #student-s2 button {
    margin-top: -2%;
    font-size: 13px;
  }

  #student-s3 #student-sub-s3 p button {
    margin-left: -6%;
  }

  #student-s3 #student-sub-s3 {
    margin-top: -7em;
  }

  #student-s3 #student-sub-s3 {
    left: 15%;
  }

  #students-s2-sub2 .blur, #students-s2-sub3 .slideup-hover .blur,
    #students-s2-sub4 .slideup-hover .blur {
    max-width: 100%;
  }

  #students-s2-sub2 .caption-text h3,#students-s2-sub3 .caption-text h3,#students-s2-sub4 .caption-text h3 {
    font-size: 1em;
  }

  #students-s2-sub2 .slideup-hover img, #students-s2-sub3 .slideup-hover img,
    #students-s2-sub4 .slideup-hover img {
    width: 100%;
	height : auto;
  }

  #students-s2-sub2 .slideup-hover, #students-s2-sub3 .slideup-hover,
    #students-s2-sub4 .slideup-hover {
    height: auto;
  }

  #students-s2-sub2 .slideup-hover .caption, #students-s2-sub3 .slideup-hover .caption,
    #students-s2-sub4 .slideup-hover .caption {
    top: 135px;
  }

  #students-s2-sub2 .slideup-hover:hover .caption, #students-s2-sub3 .slideup-hover:hover .caption,
    #students-s2-sub4 .slideup-hover:hover .caption {
    top: 0;
  }

  #students-s2-sub2 .slideup-hover:hover .caption-text h3,
    #students-s2-sub3 .slideup-hover:hover .caption-text h3,
    #students-s2-sub4 .slideup-hover:hover .caption-text h3 {
    padding: 10px 0 0;
  }

  #students-s2-sub2 .caption-text p,#students-s2-sub3 .caption-text p,#students-s2-sub4 .caption-text p {
    padding: 10px;
    font-size: 0.8em;
  }

  #ug-dso-g1 .description a button {
    padding: 7px 30px;
    margin-bottom: 20px;
  }

  #ug-dso-g1 .description p:first-child {
    font-size: 1.2em;
  }

  #ug-dso-g1 .description p {
    font-size: 0.7em;
  }

  #ug-dso-g1 .description {
    padding-left: 20px;
    padding-right: 20px;
  }

  #ug-dso-g2 .row {
    padding-bottom: 0;
  }

  #ug-dso-g2 .span-12 p:first-child {
    font-size: 0.84em;
    padding: 10px;
  }

  #ug-dso-g3 .ug-dso-button {
    padding: 6px 30px;
  }

  #ug-dso-g2 .slideup-hover .caption-text button, #ug-dso-g3 p {
    font-size: 0.8em;
  }

  #ug-dso-g2 .blur {
    max-width: 100%;
  }

  #ug-dso-g2 .caption-text h3 {
    font-size: 1.2em;
  }

  #ug-dso-g2 .caption-text h3 a {
    color: #ffc92c;
  }

  #ug-dso-g2 .slideup-hover img {
    width: 100%;
  }

  #ug-dso-g2 .slideup-hover {
    height: auto;
  }

  #ug-dso-g2 .slideup-hover .caption {
    top: 135px;
  }

  #ug-dso-g2 .slideup-hover:hover .caption {
    top: 0;
  }

  #ug-dso-g2 .slideup-hover:hover .caption-text h3 {
    padding: 0;
  }

  #ug-dso-g2 .caption-text p {
    padding: 10px 15px 5px 15px;
    font-size: 0.84em;
  }

  #section2-left {
    position: inherit;
  }

  #gs-dso .row:nth-child(3) h1{
    color: #c1c1c1;
    font-size: 22px;
    text-align: left;
    padding: 1em 0 0 0.5em;
  }
}

@media screen and (max-width: 339px) {
  #ug-dso-g2 h1.title {
    font-size: 1.5em;
  }

  #collab-dso .collab-dso-description p:first-child {
    font-size: 1em;
  }

  #collab-dso .collab-dso-description p {
    font-size: 0.8em;
  }

  #collab-dso {
    padding: 0.7em 0 0 0;
  }

  #collab-dso .row:nth-child(2) .cell {
    padding-left: 0;
    padding-right: 0;
  }

  .slideup-wide a {
    font-size: 0.8em;
  }

  .slideup-wide h1 {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .slideup-wide:hover .info-overlay {
    height: 204px;
    margin-top: -204px;
    font-size: 0.8em;
  }

  #collab-dso .slideup-hover .caption-text button {
    font-size: 0.8em;
    padding: 6px 25px;
  }

  #collab-dso .slideup-hover .blur,
    #collab-dso .slideup-hover img {
    max-width: 100%;
  }

  #collab-dso .slideup-hover:hover .caption-text {
    top: -30px;
  }

  #collab-dso .slideup-hover .caption {
    top: 165px;
  }

  #collab-dso .slideup-hover {
    height: 290px;
  }

  #collab-dso .slideup-hover .caption-text {
    top: -2px;
  }

  #collab-dso .caption-text h3 {
    font-size: 1em;
  }

  #collab-dso .caption-text p {
    padding: 0px 19px;
    font-size: 0.8em;
    padding-right: 41px;
  }

  #collab-dso .slideup-hover img {
    max-width: 100%;
    height: auto;
    margin-bottom: -6px;
  }

  #collab-dso .row:last-child .span-6 {
    height: auto;
  }

  #collab-dso .row:last-child .cell:first-child,
    #collab-dso .row:last-child .cell:last-child {
    padding-bottom: 0;
    padding-top: 0;
  }

  #collab-dso .slideup-hover:hover .caption {
    opacity: 1;
    bottom: 0;
    top: 0;
  }

  #collab-dso .slideup-hover .blur {
    height: 328px;
  }

  #collab-dso .slideup-hover .caption-text button {
    margin-top: 1%;
    font-size: 0.7em;
    padding: 5px 16px;
  }

  #cu-dso .row:first-child {
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 20px;
  }

  #cu-dso .sub-title {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 1.6em;
  }

  #cu-dso {
    padding-top: 1em;
  }

  #cu-dso .row:first-child {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
  }

  #cu-dso .row:first-child .cell:nth-child(1) p:first-child {
    padding-bottom: 1.625em;
  }

  #cu-dso .row:first-child .cell:nth-child(2) p:first-child,
    #cu-dso .row:first-child .cell:nth-child(2) p:nth-child(2),
    #cu-dso .row:first-child .cell:nth-child(3) p:first-child {
    padding-bottom: 1.250em;
  }

  .location .description h1 {
    font-size: 1em;
  }

  .location .description p {
    font-size: 0.7em;
  }

  .location .description {
    padding: 0.5em 0px 0.75em 0;
    margin-top: -3.55em;
  }

  #cu-dso .sub-title {
    font-size: 1.3em;
  }

  #cu-dso .row:first-child {
    font-size: 0.8em;
  }

  #gs-dso .gs-technology {
    padding-left: 15px;
    padding-right: 15px;
  }

  #gs-dso-g1 img {
    width: 100%;
    height: auto;
  }

  #gs-dso-g0 .cell:nth-child(1) p:nth-child(1) {
    padding-left: 20px;
    padding-right: 20px;
  }

  #gs-dso .cell {
    padding-left: 0;
  }

  #gs-dso-g3 img, #gs-dso-g0 img {
    width: 80%;
    height: auto;
    margin: auto;
    display: block;
  }

  #gs-dso .row:first-child p {
    font-size: 0.93em;
  }

  #gs-dso .sub-title,
    #gs-dso .gs-technology h2 {
    font-size: 1em;
  }

  #gs-dso .row:nth-child(3) h2 {
    font-size: 1.2em;
    padding-bottom: 0;
  }

  #gs-dso .row:nth-child(3) p:last-child,
    .gs-technology p {
    font-size: 0.8em;
  }

  .gs-technology p:last-child {
    padding-bottom: 40px;
  }

  #os-dso-g .vertical-org {
    display: block;
  }

  #os-dso-g .horizontal-org {
    display: none;
  }

  #oh-dso .cell {
    padding: 0.7em 2.5em 0.7em 2.5em;
  }

  .milestone2 p:last-child {
    font-size: 0.8em;
  }

  .milestone2 h2 {
    font-size: 1.5em;
  }

  .milestone1 h1,
    .milestone4 h1,
    .milestone3 h1 {
    font-size: 1.2em;
  }

  .milestone2 {
    height: 21em;
  }

  .milestone1,
    .milestone3,
    .milestone4 {
    height: 5em;
  }

  .rd-dso-g1 .rd-dso-button,
    .rd-dso-g2 .rd-dso-button {
    font-size: 0.7em;
    padding: 6px 25px;
  }

  .rd-dso-g2 .rd-s2 {
    max-width: 100%;
  }

  .rd-dso-g2 .rd-s2 #rd-s2-right {
    width: 100%;
  }

  .rd-dso-g2 .rd-left-image {
    margin-top: 0;
  }

  .rd-dso-g2-description,
    .rd-dso-g1-sub-description1,
    .rd-dso-g1-sub-description2,
    .rd-dso-g2-sub-description2,
    .rd-dso-g1-description3 {
    padding: 15px;
  }

  .rd-dso-g2-description img {
    max-width: 100%;
  }

  .rd-dso-g1-description img {
    max-width: 92%;
    padding-left: 15px;
  }

  .rd-dso-g1, .rd-dso-g2 {
    padding-top: 1.313em;
  }

  .sub-title-blue,
    .sub-title-gold,
    .rd-dso-g1-sub-description1,
    .rd-dso-g2-sub-description1 {
    font-size: 1.2em;
  }

  .sub-title-gold {
    padding-bottom: 1.2em;
  }

  .rd-dso-g1-description {
    padding: 0;
  }

  .rd-dso-g1-sub-description2,
    .rd-dso-g2-sub-description2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rd-dso-g1-sub-description2,
    .rd-dso-g2-sub-description2,
    .rd-dso-g1-description3,
    .rd-dso-g2-description3 {
    font-size: 0.8em;
  }

  .rd-dso-g2-sub-description2 {
    padding-left: 0;
  }

  .rd-dso-g1-description3 {
    padding-bottom: 0;
  }

  .rd-dso-g2-sub-description1 {
    padding-bottom: 10px;
  }

  .rd-dso-button-wrapper {
    padding-bottom: 30px;
  }

  .rd-dso-button-wrapper {
    text-align: center;
  }

  .rd-dso-g2 .row:last-child .cell:first-child img,
    .rd-dso-g1 .row:last-child .cell:last-child img {
    height: inherit;
  }

  #o-collab-dso {
    margin-bottom: 20px;
  }

  #o-collab-dso .row {
    max-width: 270px;
  }

  #o-collab-dso .row:first-child {
    max-width: 100%;
  }

  #o-collab-dso .row:first-child .cell:nth-child(2) {
    padding: 30px;
  }

  #o-collab-dso p.p-introduction {
    font-size: 0.95em;
  }

  #o-collab-dso p.p-partnership,
    #o-collab-dso p.p-include {
    font-size: 0.8em;
  }

  #o-collab-dso p.p-introduction,
    #o-collab-dso p.p-partnership {
    padding-bottom: 15px;
  }

  #o-collab-dso h1 {
    padding-right: 1.1em;
    padding-bottom: 0.5em;
  }

  #o-collab-dso img.hr {
    display: none;
  }

  #o-collab-dso h1 {
    font-size: 1.1em;
  }

  #o-collab-dso .o-collab-dso-g1 p,
    #o-collab-dso .o-collab-dso-g2 p {
    font-size: 0.8em;
  }

  #o-collab-dso .row:first-child .cell:last-child {
    padding: 1.5em;
    padding-bottom: 30px;
  }

  #o-collab-dso .o-collab-dso-g1 p,
    #o-collab-dso .o-collab-dso-g2 p {
    padding-right: 0;
    padding-bottom: 0.5em;
  }

  #o-collab-dso .g-img {
    text-align: center;
    margin: auto;
    max-width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #o-collab-dso .row:nth-child(2) .cell:nth-child(1) {
    margin-top: 20px;
  }

  #o-collab-dso .span-12 h1 {
    padding-top: 0.625em;
  }

  #section2-left {
    position: inherit;
  }
}

@media screen and (min-width: 340px) {
  .rd-dso-g1 .sub-title-blue {
    padding-bottom: 1.2em;
  }
    /*---------- dso internship-----------*/
  .dso-internship .row {
    max-width: 1094px;
  }

  .dso-internship .row p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dso-internship h3 {
    padding: 15px;
  }

  .dso-internship img {
    width: 100%;
  }

  #dso-internship-s2,#dso-internship-s4,#dso-internship-s6 {
    background: #04326e;
    color: #FFF;
  }

  #dso-internship-s2 h3,#dso-internship-s4 h3,#dso-internship-s6 h3 {
    font-size: 25px;
  }

  #dso-internship-s3 h3,#dso-internship-s5 h3 {
    color: #0193cf;
    font-size: 25px;
  }

  #dso-internship-s3 p:nth-of-type(1),#dso-internship-s5 p:nth-of-type(1) {
    color: #0193cf;
    font-size: 22px;
  }

  #dso-internship-s1 {
    color: #0193cf;
    font-size: 1.063em;
    padding-bottom: 15px;
  }

  #dso-internship-s4 p:nth-of-type(1), #dso-internship-s6 p:nth-of-type(1), #dso-internship-s6 p:nth-of-type(3) {
    color: #ffc92c;
    font-size: 22px;
  }
  /*------------main --------------*/
  #main-section3 .span-3 {
    height: 370px;
    width: 80%;
    margin-left: 7%;
    padding-left: 20px;
    border-bottom: 5px solid #ffc92c;
    margin-bottom: 30px;
  }

  #main-section1 {
    background: #04326e;
    color: #fff;
  }

  #main-left h1 {
    font-weight: bold;
    text-align: left;
    padding-left: 17%;
  }

  #main-left h2 {
    color: #ffc92c;
    font-size: 22px;
    text-align: left;
    padding-left: 17%;
  }

  #main-right {
    text-align: right;
    padding-left: 17%;
    padding-right: 17%;
  }

  #main-right p img {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  span.yellow {
    color: #ffc92c;
    font-weight: bold;
  }

  #main-section2 {
    max-width: 100%;
    padding: 20px;
  }

  .main-title2 h1 {
    color: #0193cf;
    font-size: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }

  #main-section2 p.grey {
    color: #9fa0a0;
    font-size: 25px;
  }

  #main-section2 span.blue {
    color: #0193cf;
    padding-bottom: 15px;
    font-size: 16px;
  }

  #main-section2 p {
    font-size: 16px;
  }

  #main-section2 #img-section2 {
    padding-bottom: 15px;
    padding-top: 20px;
  }

  .btn-yellow {
    padding: 6px 50px;
    border-radius: 26px;
    background: #ffc92c;
    margin-bottom: 20px;
    color: #04326e;
    font-weight: bold;
  }

  #main-section2 button {
    margin-right: 17%;
    margin-left: 15%;
  }

  #section2-left {
    margin-bottom: -20px;
  }

  #main-section3 {
    background: #04326e;
    color: #FFF;
    padding-bottom: 5%;
    padding-top: 5%;
    text-align: center;
  }

  #main-section3 h3 {
    font-size: 20px;
    padding: 15px;
  }

  #decs1 {
    padding-top: 30px;
    padding-right: 15px;
  }

  #main-section3-title {
    background: #04326e;
    padding-top: 5%;
    font-size: 40px;
    color: #ffc92c;
    text-transform: uppercase;
    text-align: center;
  }

  #main-section3 #img1 {
    padding-top: 14%;
    padding-left: 20%;
  }

  #main-section3 #img2,#img3 {
    padding: 13% 20% 13% 20%;
  }

  #main-section3 #img4 {
    padding: 13% 20% 13% 20%;
  }

  #main-section3 p {
    padding: 10px;
  }

  #main-section4 .span-4 img {
    width: 100%;
    height: auto;
  }

  #section5-content {
    left: 21%;
    margin-top: -5em;
    position: absolute;
  }

  #section5-content h3 {
    color: #FFF;
    font-size: 20px;
  }

  #section5-content button {
    padding: 6px 50px;
    border-radius: 26px;
    background: #ffc92c;
    color: #04326e;
    font-weight: bold;
  }

  #main-section5 {
    margin-top: 5%;
  }

  #main-section5 h1 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    left: 23%;
    margin-top: 13px;
    position: absolute;
    text-align: center;
  }

    /*--------join us-----------*/
  #join-us-s1 .span-4 img {
    max-width: 100%;
    height: auto;
  }

  #join-us-s2 .row {
    max-width: 1094px;
    padding-bottom: 30px;
  }

  #join-us-s2 {
    background: #04326e;
    color: #FFF;
    text-align: center;
  }

  #join-us-s2 h1 {
    text-align: center;
    color: #ffc92c;
    padding: 20px;
    font-size: 40px;
  }

  #join-us-s1 .slideup-overlay{
       width: 339px;
  }

  #join-us-s2 img {
    display: inline;
    padding-bottom: 15px;
  }

  #join-us-s2 h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  #join-us-s2  .row:last-of-type .cell {
    font-size: 0.75em;
    border-bottom: 5px solid #ffc92c;
    padding-bottom: 20px;
  }

  #join-us-s2  .row:last-of-type .cell {
    height: 370px;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 10%;
    font-size: 1em;
  }

  #join-us-s2 .row:nth-of-type(2) img {
    min-height: 127px;
    max-height: 127px;
  }

  #career-s1 p a button {
    margin-left: 20%;
    margin-right: 5%;
  }

  #career-s2 .slideup-hover .caption-text h3 {
    font-size: 1em;
  }

  #career-s2 .slideup-hover .caption {
    top: 155px;
  }

  #career-s2 .slideup-hover .caption:hover .caption-text {
/*    top: 20px; */
  }

  #collab-dso .slideup-wide div {
    width: 100%;
  }

  #collab-dso .slideup-wide div img {
    width: 100%;
    display: block;
  }

  #collab-dso .slideup-wide {
    max-width: 100%;
  }

  #collab-dso .slideup-wide h2 {
    padding-left: 55px;
    padding-right: 55px;
  }

  #collab-dso .collab-dso-description p {
    font-size: 0.8em;
  }

  #collab-dso .collab-dso-description {
    padding-bottom: 35px;
  }

  #collab-dso {
    padding: 0.7em 0 0 0;
  }

  #collab-dso .row:nth-child(2) .cell {
    padding-left: 0;
    padding-right: 0;
  }

  .slideup-wide a {
    font-size: 0.8em;
  }

  .slideup-wide h1 {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .slideup-wide:hover .info-overlay {
    height: 217px;
    margin-top: -217px;
    font-size: 0.8em;
  }

  #collab-dso .slideup-wide h2 {
    padding-left: 0;
    padding-right: 0;
  }

  #collab-dso .collab-dso-description p:first-child {
    font-size: 1em;
  }

  #collab-dso .slideup-hover .caption-text button {
    font-size: 0.8em;
    padding: 6px 25px;
  }

  #collab-dso .slideup-hover .blur,
    #collab-dso .slideup-hover img {
    max-width: 100%;
  }

  #collab-dso .slideup-hover:hover .caption-text {
    top: 0px;
  }

  #collab-dso .slideup-hover .caption {
    top: 196px;
  }

  #collab-dso .slideup-hover {
    height: 290px;
  }

  #collab-dso .slideup-hover .caption-text {
    top: -2px;
  }

  #collab-dso .caption-text h3 {
    font-size: 1em;
    padding-top: 13px;
  }

  #collab-dso .caption-text h3 {
    padding-top: 11px;
  }

  #collab-dso .caption-text p {
    padding: 0px 19px;
    font-size: 0.8em;
    padding-right: 41px;
  }

  #collab-dso .slideup-hover img {
    max-width: 100%;
    height: auto;
    margin-bottom: -6px;
  }

  #collab-dso .row:last-child .span-6 {
    height: auto;
  }

  #collab-dso .row:last-child .cell:first-child,
    #collab-dso .row:last-child .cell:last-child {
    padding-bottom: 0;
    padding-top: 0;
  }

  #collab-dso .slideup-hover:hover .caption {
    opacity: 1;
    bottom: 0;
    top: 0;
  }

  #collab-dso .slideup-hover .blur {
    height: 328px;
  }

  #collab-dso .slideup-hover .caption-text button {
    margin-top: 4%;
    font-size: 0.7em;
    padding: 5px 16px;
  }

  #cu-dso {
    padding-top: 1.4em;
  }

  #cu-dso .row:first-child {
    padding-left: 45px;
    padding-right: 20px;
  }

  #cu-dso .row:first-child .cell:nth-child(1) p:first-child {
    padding-bottom: 1.625em;
  }

  #cu-dso .row:first-child .cell:nth-child(2) p:first-child,
    #cu-dso .row:first-child .cell:nth-child(2) p:nth-child(2),
    #cu-dso .row:first-child .cell:nth-child(3) p:first-child {
    padding-bottom: 1.250em;
  }

  .location .description h1 {
    font-size: 1em;
  }

  .location .description p {
    font-size: 0.7em;
  }

  .location .description {
    padding: 0.5em 0px 0.75em 0;
    margin-top: -3.55em;
  }

  #cu-dso .sub-title {
    font-size: 1.3em;
  }

  #cu-dso .row:first-child {
    font-size: 0.8em;
  }

  #gs-dso .gs-technology {
    padding-left: 15px;
    padding-right: 15px;
  }

  #gs-dso-g1 img {
    width: 100%;
    height: auto;
  }

  #gs-dso-g0 .cell:nth-child(1) p:nth-child(1) {
    padding-left: 20px;
    padding-right: 20px;
  }

  #gs-dso .cell {
    padding-left: 0;
  }

  #gs-dso-g3 img,
    #gs-dso-g0 img {
    width: 80%;
    height: auto;
    margin: auto;
    display: block;
  }

  #gs-dso .row:first-child p {
    font-size: 0.93em;
  }

  #gs-dso .sub-title,
    #gs-dso .gs-technology h2 {
    font-size: 1em;
  }

  #gs-dso .row:nth-child(3) h2 {
    font-size: 1.2em;
    padding-bottom: 15px;
  }

  #gs-dso .row:nth-child(3) p:last-child,
    .gs-technology p {
    font-size: 0.8em;
  }

  .gs-technology p:last-child {
    padding-bottom: 40px;
  }

  #os-dso-g .vertical-org {
    display: block;
  }

  #os-dso-g .horizontal-org {
    display: none;
  }

  #oh-dso .cell {
    padding: 0.7em 2.5em 0.7em 2.5em;
  }

  .milestone1,
    .milestone3,
    .milestone4 {
    height: 5em;
  }

  .milestone1,
    .milestone2,
    .milestone3,
    .milestone4 {
    max-width: 345px;
    margin: 0 auto;
  }

  .milestone2 h2 {
    font-size: 1.5em;
  }

  .milestone1 h1,
    .milestone4 h1,
    .milestone3 h1 {
    font-size: 1.2em;
  }

  .milestone2 p:last-child {
    font-size: 0.8em;
  }

  .rd-dso-g1 .rd-dso-button,
    .rd-dso-g2 .rd-dso-button {
    font-size: 0.7em;
    padding: 6px 25px;
  }

  .rd-dso-g2 .rd-s2,
    .rd-dso-g2-description img {
    max-width: 100%;
  }

  /*.rd-dso-g2 .rd-s2 #rd-s2-right {
    width: 100%;
  }*/

  .rd-dso-g2 .rd-left-image {
    margin-top: 0;
  }

  .rd-dso-g2-description,
    .rd-dso-g1-sub-description1,
    .rd-dso-g1-sub-description2,
    .rd-dso-g2-sub-description2,
    .rd-dso-g1-description3 {
    padding: 15px;
  }

  .rd-dso-g1-description img {
    max-width: 92%;
    padding-left: 15px;
  }

  .rd-dso-g1,
    .rd-dso-g2 {
    padding-top: 1.313em;
  }

  .sub-title-blue,
    .sub-title-gold,
    .rd-dso-g1-sub-description1,
    .rd-dso-g2-sub-description1 {
    font-size: 1.2em;
  }

  .sub-title-gold {
    padding-bottom: 1.2em;
  }

  .rd-dso-g1-description {
    padding: 0;
  }

  .rd-dso-g1-sub-description2,
    .rd-dso-g2-sub-description2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rd-dso-g1-sub-description2,
    .rd-dso-g2-sub-description2,
    .rd-dso-g1-description3,
    .rd-dso-g2-description3 {
    font-size: 0.8em;
  }

  .rd-dso-g2-sub-description2 {
    padding-left: 0;
  }

  .rd-dso-g1-description3 {
    padding-bottom: 0;
  }

  .rd-dso-g2-sub-description1 {
    padding-bottom: 10px;
  }

  .rd-dso-button-wrapper {
    padding-bottom: 30px;
    text-align: center;
  }

  .rd-dso-g2 .row:last-child .cell:first-child img,
    .rd-dso-g1 .row:last-child .cell:last-child img {
    height: inherit;
  }

  #o-collab-dso {
    margin-bottom: 20px;
  }

  #o-collab-dso .row {
    max-width: 290px;
  }

  #o-collab-dso .row:first-child {
    max-width: 100%;
  }

  #o-collab-dso .row:first-child .cell:nth-child(2) {
    padding: 30px;
  }

  #o-collab-dso p.p-introduction {
    font-size: 0.95em;
  }

  #o-collab-dso p.p-partnership,
    #o-collab-dso p.p-include {
    font-size: 0.8em;
  }

  #o-collab-dso p.p-introduction,
    #o-collab-dso p.p-partnership {
    padding-bottom: 15px;
  }

  #o-collab-dso h1 {
    padding-right: 1.1em;
    padding-bottom: 0.5em;
    font-size: 1.1em;
  }

  #o-collab-dso img.hr {
    display: none;
  }

  #o-collab-dso .o-collab-dso-g1 p,
    #o-collab-dso .o-collab-dso-g2 p {
    font-size: 0.8em;
  }

  #o-collab-dso .row:first-child .cell:last-child {
    padding: 1.5em;
    padding-bottom: 30px;
  }

  #o-collab-dso .o-collab-dso-g1 p,
    #o-collab-dso .o-collab-dso-g2 p {
    padding-right: 0;
    padding-bottom: 0.5em;
  }

  #o-collab-dso .g-img {
    text-align: center;
    margin: auto;
    max-width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collab-box {
    padding: 2em 1.3em 2.5em 1.3em;
    min-height: 0;
  }

  #collab-dso .row:nth-child(2) .cell {
    padding: 0;
  }

  #collab-dso {
    padding: 2.188em 0 0 0;
  }

  #o-collab-dso .row:nth-child(2) .cell:nth-child(1) {
    margin-top: 20px;
  }

  #o-collab-dso .span-12 h1 {
    padding-top: 0.625em;
  }

  #student-s1 p a button {
    margin-left: 5%;
    margin-bottom: 20px;
  }

  #student-s3 #student-sub-s3 h3 {
    font-size: 18px;
  }

  #student-s3 #student-sub-s3 {
    margin-top: -7em;
  }

  #students-s2-sub2 .slideup-hover .caption, #students-s2-sub3 .slideup-hover .caption,
    #students-s2-sub4 .slideup-hover .caption {
    top: 164px;
  }

  #ug-dso-g2 .slideup-hover .caption {
    top: 150px;
  }
}

@media screen and (min-width:414px) {
  #collab-dso .slideup-hover .caption {
    top: 222px;
  }

  #career-s2 .slideup-hover .caption {
    top: 175px;
  }

  #career-s1 p a button {
    margin-left: 24%;
  }

  #student-s1 p a button {
    margin-left: 12%;
  }

  #student-s3 #student-sub-s3 {
    left: 24%;
  }

  #students-s2-sub2 .slideup-hover .caption, #students-s2-sub3 .slideup-hover .caption,
    #students-s2-sub4 .slideup-hover .caption {
    top: 186px;
  }

  #students-s2-sub2 .caption-text P, #students-s2-sub3 .caption-text P, #students-s2-sub4 .caption-text P {
    font-size: 0.7em;
    padding: 20px;
  }

  #ug-dso-g2 .slideup-hover .caption {
    top: 180px;
  }
	#home-carousel .span-6:nth-child(2) {
		bottom : auto;
		position: absolute;
		right: 0px;
	}
}

@media screen and (min-width: 480px) {
  /* .awards-others {
    font-size: 1.1875em;
  } */

    /* Main Page */
  #main-section1 {
    background: #04326e;
    color: #fff;
  }

  #main-right {
    text-align: right;
    padding-left: 30%;
    padding-right: 30%;
  }

  #main-left h1 {
    font-weight: bold;
    text-align: left;
    padding-left: 21%;
  }

  #main-left h2 {
    color: #ffc92c;
    font-size: 22px;
    text-align: left;
    padding-left: 21%;
  }

  #main-right {
    text-align: right;
  }

  #main-right p img {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  span.yellow {
    color: #ffc92c;
    font-weight: bold;
  }

  #main-section2 {
    max-width: 100%;
  }

  .main-title2 h1 {
    color: #0193cf;
    font-size: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }

  #main-section2 p.grey {
    color: #9fa0a0;
    font-size: 25px;
  }

  #main-section2 span.blue {
    color: #0193cf;
    padding-bottom: 15px;
    font-size: 14px;
  }

  #main-section2 p {
    font-size: 14px;
  }

  #main-section2 #img-section2 {
    padding-bottom: 15px;
    padding-top: 20px;
  }

  .btn-yellow {
    padding: 6px 50px;
    border-radius: 26px;
    background: #ffc92c;
    margin-bottom: 20px;
    color: #04326e;
    font-weight: bold;
  }

  #main-section2 button {
    margin-right: 25%;
    margin-left: 25%;
  }

  #section2-left {
    margin-bottom: -20px;
  }

  #main-section3 {
    background: #04326e;
    color: #FFF;
    padding-bottom: 5%;
    padding-top: 5%;
    text-align: center;
  }

  #main-section3 h3 {
    font-size: 20px;
    padding: 15px;
  }

  #main-section3 img {
    display: inline;
  }

  #decs1 {
    padding-top: 30px;
    padding-right: 15px;
  }

  #main-section3-title {
    background: #04326e;
    padding-top: 5%;
    font-size: 40px;
    color: #ffc92c;
    text-transform: uppercase;
    text-align: center;
  }

  #main-section3 #img1 {
    padding-top: 14%;
    padding-left: 20%;
  }

  #main-section3 #img2,#img3 {
    padding: 13% 20% 13% 20%;
  }

  #main-section3 #img4 {
    padding: 13% 20% 13% 20%;
  }

  #main-section3 p {
    padding: 10px;
  }

  #main-section3 .span-3 {
    height: 340px;
    margin: 25px 10px;
    border-bottom: 5px solid #ffc92c;
    max-width: 60%;
    margin-left: 20%;
  }

  #main-section4 .span-4 img {
    height: auto;
    width: 100%;
  }

  #section5-content {
    left: 40%;
    margin-top: -5em;
    position: absolute;
  }

  #section5-content h3 {
    color: #FFF;
    font-size: 20px;
  }

  #section5-content button {
    padding: 6px 50px;
    border-radius: 26px;
    background: #ffc92c;
    color: #04326e;
    font-weight: bold;
  }

  #main-section5 {
    margin-top: 5%;
  }

  #main-section5 h1 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    left: 43%;
    margin-top: 60px;
    position: absolute;
    text-align: center;
  }

    /* Join Us */
  #join-us-s2 .row {
    max-width: 1094px;
    padding-bottom: 30px;
  }

  #join-us-s2 {
    background: #04326e;
    color: #FFF;
    text-align: center;
  }

  #join-us-s2 h1 {
    text-align: center;
    color: #ffc92c;
    padding: 20px;
    font-size: 40px;
  }

  #join-us-s2 img {
    display: inline;
    padding-bottom: 15px;
  }

  #join-us-s2 h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  #join-us-s2 .row:last-of-type .cell {
    font-size: 1em;
    border-bottom: 5px solid #ffc92c;
    padding-bottom: 20px;
  }

  #join-us-s2 .row:last-of-type .cell {
    height: 300px;
    margin-bottom: 20px;
    margin-left: 25%;
    width: 50%;
  }

  /* Personnel */
  .personnel-list .personnel {
    width: 50%;
  }

  .personnel-list .personnel header p {
    font-size: .75em;
  }

  .carousel-cell .news h1,
  .carousel-cell .blog-post h1 {
    font-size: .875em;
    padding: 10px;
  }

  #career-s1 p a button {
    margin-left: 28%;
    margin-right: 5%;
  }

  #career-s2 .slideup-hover img {
    width: 100%;
  }

  #career-s2 .slideup-hover .caption {
    top: 225px;
  }

  .slideup-wide:hover .info-overlay {
    height: 306px;
    margin-top: -306px;
    font-size: 0.8em;
  }

  #collab-dso .slideup-wide h2 {
    padding-left: 70px;
    padding-right: 70px;
  }

  #collab-dso .caption-text h3 {
    padding-top: 8px;
  }

  #collab-dso .slideup-hover:hover .caption-text {
    top: 0px;
  }

  #collab-dso .slideup-hover .caption {
    top: 260px;
  }

  #collab-dso .caption-text p {
    padding: 35px 73px;
    font-size: 0.9em;
    padding-right: 72px;
  }

  #collab-dso .slideup-hover .blur {
    height: 328px;
  }

  #collab-dso .slideup-hover .caption-text button {
    margin-top: 4%;
    font-size: 0.7em;
    padding: 5px 16px;
  }

  #collab-dso .caption-text h3 {
    font-size: 1em;
    padding-top: 13px;
  }

  #cu-dso {
    padding-bottom: 30px;
  }

  #cu-dso .row:nth-of-type(3) .span-6,
  #cu-dso .row:nth-of-type(4) .span-6,
  #cu-dso .row:nth-of-type(5) .span-6 {
    width: 50%;
  }

  #cu-dso .row:nth-of-type(3),
  #cu-dso .row:nth-of-type(4),
  #cu-dso .row:nth-of-type(5) {
    display: flex;
  }

  #cu-dso .row:nth-of-type(3) .cell,
  #cu-dso .row:nth-of-type(4) .cell,
  #cu-dso .row:nth-of-type(5) .cell {
    padding: 10px;
  }

  #cu-dso .row:nth-of-type(3) {
    max-width: 768px;
  }

  #cu-dso .row:first-child {
    padding-left: 35px;
    padding-right: 20px;
  }

  #gs-dso-g3 img {
    width: 70%;
    height: auto;
  }

  #oh-dso {
    padding-bottom: 30px;
  }

  .milestone2 p:last-child {
    font-size: 1em;
  }

  #o-collab-dso .row {
    max-width: 430px;
  }

  #o-collab-dso .row:nth-child(2) .cell:nth-child(1) {
    margin-top: 20px;
  }

  #students-s2-sub2 .slideup-hover .caption, #students-s2-sub3 .slideup-hover .caption,
    #students-s2-sub4 .slideup-hover .caption {
    top: 218px;
  }

  #students-s2-sub2 .caption-text h3, #students-s2-sub3 .caption-text h3, #students-s2-sub4 .caption-text h3 {
    font-size: 1.2em;
  }

  #ug-dso-g2 .slideup-hover .caption {
    top: 220px;
  }
}

@media screen and (min-width: 568px) {
  /*-----------career seeker------------*/
  #career-s2 .slideup-wide div {
    width: 100%;
  }

  #career-s2 .slideup-wide div img {
    width: 100%;
    display: block;
  }

  #career-s2 .slideup-wide {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  /* Footer Navigation */
  .footer-nav {
    display: block;
    margin: auto;
    max-width: 1024px;
    padding: 0 10px;
    font-size: .75em;
  }

  .footer-nav nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-nav nav ul ul {
    margin-top: 1em;
  }

  .footer-nav li li {
    margin-bottom: 1em;
  }

  .footer-nav a {
    display: block;
    color: #ffc92c;
  }

  .footer-nav li ul a {
    color: #fff;
  }

  .footer-nav .menu-arrow {
    display: none;
  }

  .footer-separator {
    display: none;
  }

  .right-reserved {
    display: inline;
  }

  /* Awards */
  .awards-wle p {
    font-size: 1em;
  }

    /*-----join us--------*/
  #join-us-s1 .slideup-overlay h1 {
    font-size: 22px;
  }

    /* Main Page */
  #main-left h1 {
    font-weight: bold;
    text-align: left;
    padding-left: 35%;
  }

  #main-left h2 {
    color: #ffc92c;
    font-size: 22px;
    text-align: left;
    padding-left: 35%;
  }

  #main-section2 button {
    margin-right: 25%;
    margin-left: 35%;
  }

  #main-section3 .span-3 {
    height: 340px;
    margin: 25px 10px;
    border-bottom: 5px solid #ffc92c;
    max-width: 40%;
    margin-left: 30%;
  }

  /* About DSO */
  .abt-dso-g1 .cell {
    float: left;
    width: 50%;
  }

  .abt-dso-g1 .cell:last-of-type {
    padding: 10px 20px;
  }

  .abt-dso-g1 .description {
    font-size: .5625em;
  }

  .abt-dso-g1 .description.blue {
    font-size: .8125em;
  }

  .kinetic-horizontal {
    display: block;
  }

  .kinetic-vertical {
    display: none;
  }

  /* Corporate Social Responsibility */
  .social-g1 .cell {
    float: left;
    width: 50%;
  }

  .social-img .span-4 img{
    width: 100%;
  }

  .social-g1 .row .cell:last-of-type {
    padding: 10px;
  }

  .social-g1 .description {
    font-size: .8125em;
  }

  .social-g1 .testimonial {
    font-size: .75em;
    font-weight: 400;
    width: auto;
    color: #fff;
  }

  .social-g1 .testimonial {
    font-size: .75em;
    font-weight: 400;
    width: auto;
    color: #fff;
  }

  .media-listings ul:first-of-type li {
    width: 47.175%;
    float: left;
    margin: 0 10px;
  }

  .media-listings li .blog-post,
  .media-listings li .news,
  .media-listings li .videos,
  .media-listings li .publication {
    height: 370px;
  }

  .media-listings .filter-row p {
    display: inline;
    padding-right: 10px;
  }

  .media-listings .filter-row select {
    width: auto;
  }

  .blog-post.detail header h1 {
    font-size: 2.5em;
  }

  .blog-post.detail p {
    font-size: 1em;
  }

  /* Personnel */
  .personnel-list .personnel {
    width: 33.333%;
    margin-bottom: 39px;
  }

  .carousel-cell .news h1,
  .carousel-cell .blog-post h1 {
    font-size: .9375em;
  }

  .flickity-page-dots {
    display: block;
  }

  .zone-content .videos.detail h1 {
    font-size: 2.5em;
  }

  #career-s1 .cell:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }

  #career-s1 p a button {
    margin-left: 36%;
    margin-top: -10px;
    padding: 7px 60px;
    margin-bottom: 22px;
    font-size: 1.375em;
  }

  #career-s1 h3 {
    font-size: 1.2em;
    padding: 45px 60px 0;
  }

  #career-s2 h4 {
    font-size: 1em;
  }

  #career-s1 .cell:nth-of-type(2) img {
    padding: 15px 0 0 58px;
  }

  #career-s1 p:nth-of-type(1) {
    padding-left: 60px;
  }

  #career-s2 .slideup-hover {
    height: auto;
  }

  #career-s2 .slideup-hover .blur {
    max-width: 100%;
    height: 434px;
  }

  #career-s2 .slideup-hover img {
    width: 100%;
  }

  #career-s2 .slideup-hover .caption .caption-text p {
    padding: 0;
  }

  #career-s2 .slideup-hover .caption {
    top: 170px;
  }

  #career-s2 .slideup-hover .caption:hover .caption-text p {
    padding: 30px;
  }

  #career-s2 .slideup-hover .caption:hover .caption-text {
    top: 20px;
  }

  #career-s2 .slideup-hover .caption-text button {
    margin-top: 2%;
  }

  #career-s2 a button {
    font-size: 0.7em;
  }

  #career-s2 .span-6 {
    width: 50%;
    float: left;
  }

  #career-s3 p {
    padding: 0px 70px 0px 70px;
    font-size: 1em;
  }

  #collab-dso .slideup-wide h2 {
    padding-left: 150px;
    padding-right: 150px;
  }

  #collab-dso .row {
    max-width: 500px;
  }

  #collab-dso .slideup-wide h2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .slideup-wide:hover .info-overlay {
    height: 383px;
    margin-top: -383px;
    font-size: 1em;
  }

  #collab-dso .slideup-hover img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0px;
  }

  #collab-dso .row:first-child .cell:first-child {
    padding: 15px 0;
  }

  #collab-dso .slideup-hover .caption {
    top: 280px;
  }

  #collab-dso {
    padding-bottom: 35px;
  }

  #cu-dso .row:nth-of-type(3),
  #cu-dso .row:nth-of-type(4),
  #cu-dso .row:nth-of-type(5) {
    max-width: 60.500em;
  }

  #cu-dso .row:nth-of-type(1) {
    max-width: 70.500em;
  }

  #cu-dso .row:nth-of-type(1) .span-4 {
    width: 33.33%;
  }

  #cu-dso .row:nth-of-type(1) .span-4 {
    float: left;
  }

  #cu-dso .row:nth-of-type(3),
  #cu-dso .row:nth-of-type(4),
  #cu-dso .row:nth-of-type(5) {
    max-width: 60.500em;
  }

  #cu-dso {
    padding-top: 35px;
  }

  #gs-dso .row {
    max-width: 700px;
  }

  #gs-dso-g3 img {
    width: 50%;
    height: auto;
  }

  .milestone1,
    .milestone3,
    .milestone2,
    .milestone4 {
    height: 27.9em;
  }

  #oh-dso .row .span-4 {
    width: 33.33%;
    float: left;
  }

  .milestone1 img,
    .milestone2 img,
    .milestone3 img,
    .milestone4 img {
    height: auto;
  }

  #oh-dso .cell {
    padding: 1em;
  }

  .rd-dso-g1 .rd-dso-button,
    .rd-dso-g2 .rd-dso-button {
    margin-left: 15px;
  }

  .rd-dso-g1 .span-6,
    .rd-dso-g2 .span-6,
    .rd-dso-g2 .rd-s2 #rd-s2-right {
    /*width: 50%;*/
    float: left;
  }

  .rd-dso-button-wrapper {
    text-align: left;
    padding-bottom: 0;
  }

  .rd-dso-g1 .row:last-child,
    .rd-dso-g2 .row:last-child {
    /*display: flex;*/
  }

  .rd-dso-g1 .row:last-child .cell:last-child,
    .rd-dso-g2 .row:last-child .cell:first-child {
    align-items: stretch;
    position: relative;
  }

  /*.rd-dso-g1 .row:last-child .cell:last-child img,
    .rd-dso-g2 .row:last-child .cell:first-child img {
    position: absolute;
    bottom: 0;
    height: 75%;
  }*/

  .o-collab-dso-g1 .span-6:first-child,
    .o-collab-dso-g2 .span-6:last-child {
    width: 65%;
  }

  .o-collab-dso-g1 .span-6:last-child,
    .o-collab-dso-g2 .span-6:first-child {
    width: 35%;
  }

  .o-collab-dso-g1 .cell,
    .o-collab-dso-g2 .cell {
    float: left;
  }

  #o-collab-dso img.hr {
    display: block;
    padding-top: 20px;
  }

  #o-collab-dso .row,
    #o-collab-dso .row:first-child {
    max-width: 725px;
  }

  #students-s2-sub2 .span-6,#students-s2-sub3 .span-6,#students-s2-sub4 .span-6 {
    width: 50%;
    float: left;
  }

  #student-s1 h3 {
    font-size: 1.2em;
    padding: 45px 60px 0;
  }

  #students-s2-sub2 .slideup-hover,#students-s2-sub3 .slideup-hover,
    #students-s2-sub4 .slideup-hover {
    height: auto;
  }

  #students-s2-sub2 .slideup-hover .blur,#students-s2-sub3 .slideup-hover .blur,
    #students-s2-sub4 .slideup-hover .blur {
    height: 576px;
  }

  #students-s2-sub2 .slideup-hover .caption, #students-s2-sub3 .slideup-hover .caption,
    #students-s2-sub4 .slideup-hover .caption {
    top: 166px;
  }

  #students-s2-sub2 .slideup-hover:hover .caption-text,
    #students-s2-sub3 .slideup-hover:hover .caption-text,
    #students-s2-sub4 .slideup-hover:hover .caption-text {
    top: 10px;
  }

  #student-s3 #student-sub-s3,#student-s3 #exhibition {
    left: 40%;
  }

  #student-s1 p a button {
    margin-left: 32%;
    margin-top: 0;
  }

  #student-s1 .cell:nth-of-type(2) img {
    padding-left: 0;
    padding: 15px 0 0 32px;
  }

  #student-s1 p:nth-of-type(1) {
    padding-left: 60px;
  }

  #students-s2-sub2 .caption-text P, #students-s2-sub3 .caption-text P, #students-s2-sub4 .caption-text P {
    font-size: 0.8em;
  }

  #ug-dso-g2 .slideup-hover {
    height: auto;
  }

  #ug-dso-g2 .slideup-hover .caption {
    top: 170px;
  }

  #ug-dso-g2 .slideup-hover .caption:hover .caption-text {
    top: 10px;
  }

  #ug-dso-g2 .span-6 {
    width: 50%;
    float: left;
  }

  #ug-dso-g1 .description a button {
    margin-left: 37%;
    padding: 7px 60px;
  }

  #ug-dso-g3 p {
    padding: 10px 158px 10px 158px;
  }
}

@media screen and (min-width: 1024px) {

	#home-carousel .span-6:nth-child(2) {
	  bottom: 0;
	  position: absolute;
	  right: 0px;
	}
  #ug-dso-g2 h1.title {
    font-size: 3.75em;
  }
  /* General */
  #layout-main-container {
    padding: 0;
    position: relative;
  }

  #layout-footer {
    position: relative;
  }

  .page.detail > header > h1,
  .zone-content > h1 {
    padding: 20px 0;
    font-weight: 600;
    text-transform: none;
    font-size: 2.4em;
  }

  /* Top Navigation */
  #layout-navigation {
    position: relative;
  }

  .widget-logo-widget img {
    display: block;
  }

  .widget-social-link img {
    display: inline;
    width: 18px !important;
  }

  .widget-social-link a {
    margin: 0px 5px;
  }

  .widget-social-link {
    padding: 16px 0px;
    order: 3;
  }
  
  .widget-logo-widget {
    margin: 10px 20px;
  }

  .zone-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
    height: 70px;
    max-width: 1024px;
  }

  .widget-logo-widget {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .widget-mobile-icon,
    .menu-arrow {
    display: none;
  }

  .header-nav {
    padding: 0;
    position: static;
    overflow: visible;
    max-width: 874px;
    font-size: .875em;
  }

  .header-nav nav {
    max-width: none;
    margin: none;
  }

  .header-nav .menu-main-menu {
    line-height: 70px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-nav .menu-main-menu ul {
    background-color: #444;
    font-size: .9375em;
    position: absolute;
    padding: 11px 10px 20px 27px;
    line-height: 1;
    width: 16em;
  }

  .header-nav .menu-main-menu li {
    padding: 0;
  }

  .header-nav .menu-main-menu ul li {
    padding: 5px 0;
  }

  .header-nav .menu-main-menu > li:hover {
    position: relative;
  }

  .header-nav .menu-main-menu > li:hover ul {
    display: block;
    left: -20px;
    top: 69px;
  }

  .header-nav .dropdown:hover {
    background: url('images/menu-bg.png') no-repeat bottom left;
  }

  .header-nav li.current ul {
    display: none;
  }

  .header-nav .menu-main-menu a:hover {
    color: #ffc92c;
  }

  .search-nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 22px;
    position: static;
    width: auto;
  }

  .search-nav input {
    box-sizing: border-box;
    width: 150px;
    font-size: .875em;
    padding-right: 30px;
  }

  #layout-footer {
    padding: 30px 0;
  }

  /* Footer Navigation */
  .footer-nav {
    padding: 0 20px;
  }

  /* About DSO */
  .abt-dso-g1 .description {
    font-size: .6875em;
  }

  .abt-dso-g1 .description.blue {
    font-size: .9375em;
  }

  /* Awards */
  .inverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .inverse .bg-grey {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .inverse .bg-lightblue {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .awards-row1 .title {
    color: #04326e;
    margin-bottom: 5px;
  }

  .awards-row1 {
    padding: 0;
  }

  .awards-row1 .title,
  .awards-wle-title .title {
    font-size: 1.375em;
  }

  .awards-row1 h2 {
    font-size: 1.375em;
  }

  .awards-row1 p {
    font-size: 1.035em;
    padding-bottom: 10px;
  }

  .awards-winner {
    padding: 0;
  }

  .awards-winner .yellow-title {
    font-size: 1.375em;
  }

  .awards-winner .cell:last-of-type {
    font-size: 1.0625em;
    padding-right: 50px !important;
  }

  .awards-winner .cell {
    height: 179px;
  }

  .awards-winner .cell:last-of-type p {
    /* font-size: 1.0625em; */
    padding-right: 20px;
  }

  .awards-winner .bg-lightblue p {
    font-size: 1.0625em;
  }

  .awards-row1,
  .awards-wle-title,
  .awards-wle {
    padding-left: 0;
    padding-right: 0;
  }

  .awards-wle .cell:last-of-type {
    padding-top: 0;
  }

  .awards-wle p {
    font-size: 1.035em;
  }

  .awards-others-title {
    font-size: 2.0625em;
    text-align: left;
  }

  .awards-others {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 1.45em;
  }

  .awards-others .cell {
    margin-bottom: 10px;
    height: 422px;
  }

  #awards2 .cell{
    margin: 15px;
    max-width: 50%;
    height: auto;
  }

  .awards-winner .cell {
    max-width: 100%;
    margin: 0 auto;
  }

  /* Main Page */
  #main-section2,
	#main-section4 {
    max-width: 1096px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #main-section1 .span-6 {
    width: 50%;
    float: left;
  }

  #main-right {
    text-align: left;
    padding-left: 17%;
  }

  #main-left h1, #main-left h2 {
    text-align: left;
  }

  #main-section2 button {
    margin-left: 25%;
    margin-right: 25%;
  }

  #main-section3 .span-3 {
    float: left;
    margin-left: 6.5%;
  }

  #main-section1 {
    padding-bottom: 30px;
  }

  /*-----------join us-------------*/
  #join-us-s1 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1096px;
    padding-bottom: 20px;
  }

  #join-us-s2 .row:last-of-type .cell {
    height: 350px;
    margin-bottom: 20px;
    margin-left: 10%;
    width: 35%;
    float: left;
  }

  /* Corporate Social Responsibility */
  .social-img{
     display: flex;
  }

  .social-img .span-4{
     justify-content:space-between;
     margin: 0 auto;
     width: 31%;
  }

  .social-g1 .row .cell:last-of-type {
    padding: 20px;
  }

  .social-g1 .description {
    font-size: 1em;
  }

  .social-g1 .testimonial {
    font-size: .875em;
  }

  .social-others {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .social-others .cell {
    background-color: #f0f0f0;
    margin-bottom: 50px;
  }

  .social-others-title {
    text-align: left;
  }

  .social-others .cell h1,
  .social-others .cell p {
    font-size: 1em;
  }

  .social-content p {
    font-size: 1.0625em;
    /* margin: 30px 0; */
    margin: 10px
  }

  .social-title {
    /* padding: 10px 0; */
    padding: 10px;
  }

  .social-title .title {
    font-size: 1.375em;
    margin-bottom: 20px;
  }

  .search-results article h1,
  .search-results li .content-item header h1 {
    font-size: 24px;
  }

  .search-results p {
    font-size: 1em;
  }

  .media-listings ul:first-of-type li {
    width: 31.258%;
  }

  .media-listings {
    font-size: 1em;
  }

  .media-listings li article.news {
    height: 360px;
  }

  /* Personnel */
  .personnel-list .personnel header h1 {
    font-size: 1.375em;
  }

  .personnel-list .personnel header p {
    font-size: .875em;
  }

  .sub-title {
    font-size: 2.0625em;
  }

  /* Login */
  .login {
    max-width: 500px;
    margin: 0 auto 30px auto;
  }

  .login input[type="text"],
  .login input[type="password"] {
    width: 100%;
    margin-bottom: 20px;
  }

  .login button {
    width: 100%;
    margin-top: 20px;
  }

  .flickity-page-dots {
    bottom: 15px;
    right: 0;
    width: auto;
  }

  .flickity-page-dots .dot {
    width: 7px;
    height: 7px;
    opacity: 1;
    background: white;
    border: 1px solid white;
  }

  .flickity-page-dots .dot.is-selected {
    background: transparent;
  }

  .legal {
    padding: 0 20px;
    margin: auto;
  }

  .legal p {
    font-size: 1.0625em;
  }

  .legal h1 {
    font-size: 1.375em;
  }

  #career-s1 .span-6 {
    width: 50%;
    float: left;
  }

  #career-s1 .cell:nth-of-type(1) img {
    max-width: 100%;
    height: auto;
    margin-left: -10px;
  }

  #career-s2 .span-12 h1{
    font-size: 30px;
  }

  #career-s1 p:nth-of-type(1) {
    padding-left: 20px;
    font-size: 1em;
  }

  #career-s1 .cell:nth-of-type(2) img {
    padding-left: 20px;
    padding-bottom: 0;
  }

  #career-s1 p a button {
    margin-left: 25%;
    margin-bottom: 16px;
  }

  #career-s1 h3 {
    padding: 14px 10px 0;
    font-size: 1.2em;
  }



  #career-s2 a button {
    font-size: 1em;
  }

  #career-s2 .span-6 {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }

  #career-s2 .slideup-hover .caption {
    top: 225px;
  }

  #career-s2 .slideup-hover .caption-text h3 {
    font-size: 1.2em;
  }

  #career-s2 .slideup-hover .caption-text p,#career-s2 h4 {
    font-size: 1em;
  }

  #career-s3 p {
    font-size: 1em;
    padding: 0px 190px 0px 185px;
  }

  #collab-dso .slideup-wide h2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  #collab-dso .slideup-wide:hover .info-overlay {
    height: 310px;
    margin-top: -310px;
  }

  #collab-dso .row {
    max-width: 768px;
  }

  #collab-dso .row:last-child .span-6 {
    width: 50%;
    float: left;
    padding: 1em;
  }

  #collab-dso .slideup-hover img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0px;
  }

  #collab-dso {
    padding-bottom: 4em;
  }

  #collab-dso .slideup-hover .blur {
    max-width: 91.7%;
  }

  #collab-dso .slideup-hover img {
    max-width: 94.4%;
  }

  #collab-dso .slideup-hover:hover .caption-text {
    top: 0px;
  }

  #collab-dso .slideup-hover .caption {
    top: 176px;
  }

  #collab-dso .slideup-hover {
    height: 290px;
  }

  #collab-dso .slideup-hover .caption-text {
    top: -2px;
  }

  #collab-dso .caption-text h3 {
    font-size: 1em;
  }

  #collab-dso .caption-text p {
    padding: 5px 19px;
    font-size: 0.8em;
    padding-right: 41px;
  }

  #collab-dso .slideup-hover img {
    max-width: 100%;
    height: auto;
    margin-bottom: -6px;
  }

  #collab-dso .row:last-child .span-6 {
    height: auto;
  }

  #collab-dso .row:last-child .cell:first-child,
    #collab-dso .row:last-child .cell:last-child {
    padding-bottom: 0;
    padding-top: 0;
  }

  #collab-dso .slideup-hover:hover .caption {
    opacity: 1;
    bottom: 0;
    top: 0;
  }

  .slideup-hover .blur {
    height: 328px;
  }

  #collab-dso .row:first-child .cell:first-child {
    padding: 15px;
  }

  #collab-dso .collab-dso-description p:first-child {
    font-size: 1.175em;
  }

  #collab-dso .collab-dso-description p {
    font-size: 1.0375em;
  }

  #cu-dso .row:first-child p {
    font-size: 1.0625em;
  }

  #cu-dso .cell {
    padding: 1em;
  }

  #cu-dso {
    padding: 1em 0 3.125em 0;
  }

  #gs-dso .row {
    max-width: 900px;
  }

  #gs-dso-g1 .span-6 {
    width: 50%;
    float: left;
    max-height: 100%;
    /* height: 335px; */
    position: relative;
  }

  /* 
  #gs-dso-g1 .gs-dso-g1-description {
    height: 100%;
    display: table;
    // position: absolute;
  }

  #gs-dso-g1 .middle {
    display: table-cell;
    vertical-align: middle;
  }
  */

  #gs-dso-g1 img#img-bottom {
    position: absolute;
    bottom: 0;
  }

  #gs-dso .row:first-child p {
    color: #0193cf;
    text-align: center;
    font-size: 1.275em;
  }

  #gs-dso .gs-technology h2 {
    color: #04326e;
    font-size: 1.375em;
    padding: 0.625em 0 0.625em 0;
  }

  #gs-dso-g0 .cell:nth-child(1) p:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }

  .gs-technology p {
    font-size: 1em;
  }

  #gs-dso .gs-technology {
    padding-left: 0;
    padding-right: 0;
  }

  #gs-dso-g3 .span-4 {
    width: 33.3%;
    margin: auto;
    float: left;
  }

  #gs-dso .cell:nth-child(1) .gs-technology {
    padding-left: 0;
    padding-right: 40px;
  }

  #gs-dso-g3 .cell:nth-child(2) .gs-technology {
    padding-left: -20px;
    padding-right: -40px;
  }

  #gs-dso-g3 .cell:nth-child(3) .gs-technology {
    padding-left: 40px;
    padding-right: 0;
  }

  #gs-dso .sub-title {
    font-size: 1.375em;
  }

  #gs-dso-g3 img {
    width: 100%;
    height: 195px;
    max-height: 100%;
  }

  #gs-dso-g1 img {
    max-height: 100%;
    /* height: 100%; */
    position: relative;
    bottom: 0;
  }

  #gs-dso .row:nth-child(3) h2 {
    text-align: left;
    padding: 1em 1.5em;
    color: #c1c1c1;
    font-size: 18px;
  }

  #gs-dso .row:nth-child(3) h1 {
    padding: 1em 0 0 1.3em;
  }

  #gs-dso .row:nth-child(3) p:last-child {
    color: #0193cf;
    font-size: 1.0625em;
    padding: 0 2.4em 2.4em;
  }

  #gs-dso-g1 {
    background-color: #04326e;
    color: #fff;
    margin-bottom: 1em;
    display: flex;
  }

  #gs-dso .row:nth-child(4) .cell {
    padding-bottom: 0;
  }

  #os-dso-g .vertical-org {
    display: none;
  }

  #os-dso-g .horizontal-org {
    /* display: block; */
    display: none;
  }

  #os-dso-g .vertical-org {
    display: block;
  }

  #os-dso-g .row {
    max-width: 60.500em;
  }

  #os-dso-g img {
    padding: 125px 0 125px 0;
  }

  #oh-dso .row {
    max-width: 1024px;
  }

  .milestone2 h2 {
    font-size: 1.5em;
  }

  .milestone1 h1,
    .milestone4 h1,
    .milestone3 h1 {
    font-size: 1.6em;
  }

  .rd-dso-g1 .rd-dso-button,
    .rd-dso-g2 .rd-dso-button {
    font-size: inherit;
    padding: 6px 50px;
  }

  /*.rd-dso-g1 .row:last-child .cell:last-child img {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: inherit;
    width: 65%;
  }*/

  .rd-dso-g2 .row:last-child .cell:first-child {
    align-items: stretch;
  }

  /*.rd-dso-g2 .row:last-child .cell:first-child img {
    bottom: 0;
    height: inherit;
    width: 61%;
  }*/

  #o-collab-dso {
    max-width: 60.500em;
    margin: auto;
  }

  #o-collab-dso .span-12 h1 {
    padding-top: 1.625em;
  }

  #o-collab-dso .row, #o-collab-dso .row:first-child {
    max-width: 1920px;
  }

  #o-collab-dso p.p-introduction,
    #o-collab-dso h1 {
    font-size: 1.175em;
  }

  #o-collab-dso p.p-partnership,
    #o-collab-dso p.p-include,
    #o-collab-dso .o-collab-dso-g1 p,
    #o-collab-dso .o-collab-dso-g2 p {
    font-size: 1.063em;
  }

  #o-collab-dso .row:first-child .cell:first-child img {
    width: 100%;
  }

  #o-collab-dso {
    margin: 0 auto;
    padding-bottom: 55px;
  }

  #o-collab-dso .cell {
    padding: 1em 0 0.5em 0;
  }

  #o-collab-dso .row:first-child {
    margin-bottom: 2.125em;
  }

  #o-collab-dso .row:first-child .cell {
    padding: 0;
  }

  #o-collab-dso .row:first-child .cell:last-child {
    padding: 1em 3.125em 0 2.188em;
  }

  #o-collab-dso .row:first-child .cell:last-child p:first-child {
    padding-bottom: 0.625em;
  }

  #o-collab-dso .row:first-child .cell:last-child p:nth-child(2) {
    padding-bottom: 1.2em;
  }

  #o-collab-dso .span-12 {
    padding: 0;
  }

  .o-collab-dso-g1 .cell:first-child p {
    padding-right: 1.875em;
  }

  .o-collab-dso-g2 .cell:last-child p {
    padding-left: 1.875em;
  }

  .o-collab-dso-g1 .span-6:first-child,
    .o-collab-dso-g2 .span-6:last-child {
    width: 75%;
  }

  .o-collab-dso-g1 .span-6:last-child,
    .o-collab-dso-g2 .span-6:first-child {
    width: 25%;
  }

  #o-collab-dso h1 {
    padding-left: 0;
    padding-right: 0;
  }

  #o-collab-dso .o-collab-dso-g1 p {
    padding-left: 0;
    padding-right: 1.5em;
    padding-top: 0;
  }

  #o-collab-dso .row:first-child .cell:last-child p:first-child {
    font-size: 1.175em;
  }

  #o-collab-dso .row:first-child .cell:last-child > p:nth-child(2),
  #o-collab-dso .row:first-child .cell:last-child > p:nth-child(3) {
    font-size: 1.0375em;
  }

  #o-collab-dso .g-img {
    text-align: none;
    margin: auto;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }

  #o-collab-dso .row:first-child .cell:last-child {
    padding: 1em 3.125em 2em 2.188em;
  }

  #student-s1 .span-6 {
    width: 50%;
    float: left;
  }

  #students-s2-sub2 .span-6, #students-s2-sub3 .span-6, #students-s2-sub4 .span-6 {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    float: left;
  }

  #students-s2-sub2,#students-s2-sub3 {
    padding-bottom: 30px;
  }

  #student-s2 #students-s2-sub1 p,#student-s1 p:nth-of-type(1) {
    font-size: 1em;
  }

  #students-s2-sub2 .slideup-hover:hover .caption-text,
    #students-s2-sub3 .slideup-hover:hover .caption-text,
    #students-s2-sub4 .slideup-hover:hover .caption-text {
    top: 20px;
  }

  #students-s2-sub2 .slideup-hover .caption-text,
    #students-s2-sub3 .slideup-hover .caption-text,
    #students-s2-sub4 .slideup-hover .caption-text {
    top: 0px;
  }

  #students-s2-sub2 .slideup-hover .caption, #students-s2-sub3 .slideup-hover .caption,
    #students-s2-sub4 .slideup-hover .caption {
    top: 215px;
  }

  #students-s2-sub2 .caption-text p,#students-s2-sub3 .caption-text p,#students-s2-sub4 .caption-text p {
    padding: 20px 40px;
    font-size: 1em;
  }

  #student-s1 p a button {
    margin-left: 25%;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  #student-s1 h3 {
    padding: 15px 15px 0 15px;
  }

  #student-s1 .cell:nth-of-type(2) img {
    padding: 8px 0px 0px 0px;
    margin-left: -8px;
  }

  #student-s1 p:nth-of-type(1) {
    padding-left: 15px;
  }

  #ug-dso-g2 .slideup-hover img {
    margin-bottom: -6px;
  }

  #ug-dso-g2 .slideup-hover .caption {
    top: 222px;
  }

  #ug-dso-g2 {
    padding-bottom: 20px;
  }

  #ug-dso-g1 .description {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  #ug-dso-g1 .description a button {
    margin-bottom: 4px;
    margin-left: 25%;
    padding: 7px 60px;
  }

  #ug-dso-g2 .span-6,#ug-dso-g1 .span-6 {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }

  #ug-dso-g2 .caption-text p {
    font-size: 1em;
  }

  #ug-dso-g2 .span-12 p:first-child {
    font-size: 1em;
    padding: 10px;
  }

  #ug-dso-g3 p {
    font-size: 1em;
    padding: 15px 202px;
  }

  #section2-left {
    position: absolute;
  }

  .error-msg .description.blue {
    font-size: 2.5em;
  }
  .error-msg .description {
    font-size: 1.0625em;
    line-height: 1.5625em;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width:1100px) {
  /*----------main page---------*/
  #main-section3 .span-3 {
    max-width: 30%;
    margin-left: 12.5%;
  }

  #main-left h1, #main-left h2 {
    padding-right: 0;
    text-align: left;
  }

  #main-right {
    padding-right: 43%;
    padding-left: 10%;
  }

  #main-left h1,#main-left h2 {
    padding-left: 40%;
  }

  #career-s1 h3 {
    font-size: 1.375em;
    padding: 12px 10px 0;
  }

  #career-s2 a button {
    font-size: 1em;
  }

  #career-s1 p:nth-of-type(1) {
    padding-left: 10px;
  }

  #career-s1 .cell:nth-of-type(2) img {
    padding-top: 7px;
    padding-left: 10px;
    padding-bottom: 0;
  }

  #career-s1 p a button {
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 5px;
  }

  #career-s2 .slideup-hover .caption {
    top: 238px;
  }

  #career-s2 .slideup-hover .caption:hover .caption-text p {
    padding: 20px;
  }

  #career-s2 .slideup-hover .caption:hover .caption-text {
    top: 0px;
  }

  #o-collab-dso {
    margin: 0 auto;
    padding-bottom: 55px;
  }

  #o-collab-dso .o-collab-dso-g1 p {
    padding-left: 0;
    padding-right: 1.5em;
    padding-top: 5px;
  }

  #o-collab-dso .o-collab-dso-g2 p {
    padding-top: 5px;
  }

  #o-collab-dso .o-collab-dso-g1 p,
    #o-collab-dso .o-collab-dso-g2 p {
    font-size: 1.063em;
  }

  #o-collab-dso .row,
    #o-collab-dso .row:first-child {
    max-width: 1029px;
  }

  #o-collab-dso p.p-introduction,
    #o-collab-dso h1 {
    font-size: 1.375em;
  }

  #o-collab-dso p.p-partnership,
    #o-collab-dso p.p-include {
    font-size: 1.063em;
  }

  #o-collab-dso .row:nth-child(2) .cell:nth-child(1) {
    margin-top: 0px;
  }

  #o-collab-dso .row:first-child .cell {
    height: 420px;
  }

  #o-collab-dso .row:first-child .cell:first-child img {
    min-height: 100%;
  }

  #students-s2-sub2 .span-6, #students-s2-sub3 .span-6, #students-s2-sub4 .span-6 {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }

  #student-s2 #students-s2-sub1 p {
    font-size: 1em;
  }

  #student-s1 h3 {
    font-size: 20px;
    padding-top: 15px;
  }

  #student-s1 .cell:nth-of-type(2) img {
    padding-top: 15px;
    padding-left: 0;
    padding-bottom: 0;
  }

  #student-s1 p:nth-of-type(1) {
    font-size: 1em;
    padding-left: 20px;
  }

  #student-s1 .cell:nth-of-type(1) p {
    padding-left: 30px;
  }

  #student-s1 p a button {
    margin-bottom: 0;
    margin-top: 3%;
    margin-left: 0;
  }

  #students-s2-sub2,#students-s2-sub3 {
    padding-bottom: 30px;
  }

  #students-s2-sub2 .slideup-hover .blur, #students-s2-sub3 .slideup-hover .blur,
    #students-s2-sub4 .slideup-hover .blur {
    max-width: 97.4%;
  }

  #students-s2-sub2 .slideup-hover img, #students-s2-sub3 .slideup-hover img,
    #students-s2-sub4 .slideup-hover img {
    width: 97.4%;
  }

  #students-s2-sub2 .caption-text p,#students-s2-sub3 .caption-text p,#students-s2-sub4 .caption-text p {
    padding: 20px 40px;
    font-size: 1em;
  }

  #students-s2-sub2 .slideup-hover .caption, #students-s2-sub3 .slideup-hover .caption,
    #students-s2-sub4 .slideup-hover .caption {
    top: 245px;
  }

  #students-s2-sub2 .slideup-hover .caption-text, #students-s2-sub3 .slideup-hover .caption-text,
    #students-s2-sub4 .slideup-hover .caption-text {
    top: -2px;
  }

  #ug-dso-g1 .description {
    padding-left: 15px;
  }

  #ug-dso-g1 .description p:first-child {
    font-size: 1.30em;
  }

  #ug-dso-g1 .description p {
    font-size: 1em;
  }

  #ug-dso-g2 .slideup-hover {
    height: 290px;
  }

  #ug-dso-g2 .slideup-hover .blur {
    max-width: 97.4%;
    left: 1.4%;
  }

  #ug-dso-g2 .caption-text h3 {
    font-size: 1.375em;
  }

  #ug-dso-g2 .slideup-hover img {
    width: 97.4%;
  }

  #ug-dso-g2 .slideup-hover .caption {
    top: 242px;
  }

  #ug-dso-g2 .slideup-hover:hover .caption {
    top: 0;
  }

  #ug-dso-g2 .slideup-hover .caption-text p {
    /*padding: 30px;*/
    font-size: 1em;
  }

  #ug-dso-g2 .slideup-hover .caption-text button {
    font-size: 1em;
  }

  #ug-dso-g2 .span-6, #ug-dso-g1 .span-6 {
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /*.rd-dso-g1 .row:last-child .cell:last-child img {
    width: 60%;  
  }

  .rd-dso-g2 .row:last-child .cell:first-child img {
    width: 55%;
  }*/
}

/* Desktop
***************************************************************/
@media screen and (min-width: 1300px) {
  #home-carousel {
    text-align: left;
  }
  
  #home-carousel h1 {
    margin: 100px 0 5px 0;
    font-size: 1.5em;
    padding: 0;
  }

  #home-carousel .speech-bottom {
    padding: 15px 0;
  }

  #home-carousel .btn-yellow {
    font-size: inherit;
    margin-left: 0;
    margin-top: 20px;
  }

  .video-wrapper-top{
	padding-top:50px;
  }
  /* General */
  #layout-main-container {
    margin: 0;
  }

  .page.detail > header > h1,
  .zone-content > h1 {
    font-size: 3.0em;
  }

  .btn-bg-hover:hover {
    background: #F9AA06 !important;
    cursor: pointer;
  }

  #cu-dso .row, #collab-dso .row, #oh-dso, #gs-dso .row, #o-collab-dso {
    max-width: 1096px;
  }


  /* Main Page */
  #main-section1 {
    background: #04326e;
    color: #fff;
  }

  #main-left h1 {
    font-size: 50px;
    font-weight: bold;
    text-align: left;
  }

  #main-left h2 {
    color: #ffc92c;
    font-size: 25px;
    text-align: left;
  }

  #main-left h1, #main-left h2 {
    padding-left: 50%;
    padding-right: 0;
  }

  #main-right {
    text-align: left;
    padding-right: 51%;
    padding-left: 9%;
  }

  #main-right p:nth-of-type(1) img {
    padding-top: 18px;
    padding-bottom: 27px;
  }

  #main-right p img {
    padding-top: 35px;
    padding-bottom: 15px;
  }

  #main-section2 button {
    margin-left: 0;
    margin-right: 25%;
  }

  span.yellow {
    color: #ffc92c;
    font-weight: bold;
  }

  #main-section2, #main-section4 {
    max-width: 1096px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #main-section4 .slideup-overlay {
    width: 31%;
  }

  #main-section4 .slideup-overlay h1 {
    font-size: 22px;
  }

  .main-title2 h1 {
    color: #0193cf;
    font-size: 40px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
  }

  #main-section2 p.grey {
    color: #9fa0a0;
    font-size: 30px;
  }

  #main-section2 span.blue {
    color: #0193cf;
    font-size: 20px;
    padding-bottom: 15px;
  }

  #main-section2 p {
    font-size: 16px;
  }

  #main-section2 #img-section2 {
    padding-bottom: 15px;
    padding-top: 20px;
  }

  .btn-yellow {
    padding: 6px 50px;
    border-radius: 26px;
    background: #ffc92c;
    margin-bottom: 20px;
    color: #04326e;
    font-weight: bold;
  }

  #main-section3 .span-3 {
    max-width: 19%;
    position: relative;
    height: 370px;
    margin: 0 10px;
    border-bottom: 5px solid #ffc92c;
    left: 10%;
  }

  #main-section3 {
    background: #04326e;
    color: #FFF;
    padding-bottom: 5%;
    padding-top: 5%;
    text-align: center;
    font-size: 14px;
  }

  #main-section3 h3 {
    font-size: 20px;
    padding: 15px;
  }

  #main-section3 p {
    font-size: 16px;
    padding: 0;
  }

  #main-section3 img {
    display: inline;
  }

  #decs1 {
    padding-top: 30px;
    padding-right: 15px;
  }

  #main-section3-title {
    background: #04326e;
    padding-top: 5%;
    font-size: 40px;
    color: #ffc92c;
    text-align: center;
    text-transform: uppercase;
  }

  #main-section3 #img1 {
    padding-top: 14%;
  }

  #main-section3 #img2 {
    padding-top: 12%;
    padding-left: 4%;
  }

  #main-section3 #img3 {
    padding-top: 14%;
    padding-left: 7%;
  }

  #main-section3 #img4 {
    padding-top: 14%;
    padding-left: 7%;
  }

  #section4-desc1 {
    margin-top: -8.1em;
    color: #FFF;
    font-weight: bold;
    margin-left: -12%;
    font-size: 22px;
  }

  #section5-content {
    left: 40%;
    margin-top: -7em;
    position: absolute;
  }

  #section5-content h3 {
    color: #FFF;
    font-size: 30px;
    padding-bottom: 15px;
  }

  #section5-content button {
    padding: 6px 30px;
    border-radius: 26px;
    background: #ffc92c;
    color: #04326e;
    font-weight: bold;
  }

  #main-section5 {
    margin-top: 0%;
  }

  /* ----join us-------*/
  #join-us-s1 .row {
    max-width: 1096px;
    padding-bottom: 30px;
  }

  #join-us-s1 .slideup-overlay {
    width: 33.28%;
  }

  #join-us-s1 .slideup-overlay h1 {
    width: 93%;
    font-size: 22px;
  }

  #join-us-s2 .row {
    max-width: 1094px;
    padding-bottom: 50px;
  }

  #join-us-s2 {
    background: #04326e;
    color: #FFF;
    text-align: center;
  }

  #join-us-s2 h1 {
    text-align: center;
    color: #ffc92c;
    padding: 20px;
    font-size: 40px;
  }

  #join-us-s2 img {
    display: inline;
    padding-bottom: 15px;
  }

  #join-us-s2 h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  #join-us-s2 .row:last-of-type .cell {
    font-size: 0.75em;
    border-bottom: 5px solid #ffc92c;
    padding-bottom: 20px;
  }

  #join-us-s2 .row:last-of-type .cell {
    height: 370px;
    margin: 0 10px;
    width: 22.354%;
  }

  #join-us-s2 p {
    font-size: 17px;
  }

  /* -----------young defence scientist programme-------------*/
  .ydsp-width .row {
    max-width: 1094px;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .ydsp-width h3 {
    font-size: 22px;
  }

  #ydsp-s2, #ydsp-s4 {
    background: #04326e;
    color: #FFF;
  }

  #ydsp-s1 p:first-child {
    color: #0193cf;
    padding-bottom: 20px;
  }

  #ydsp-s2 p, #ydsp-s4 p {
    color: #ffc92c;
  }

  #ydsp-s2 p:nth-of-type(2), #ydsp-s4 p:nth-of-type(2) {
    color: #fff;
    padding-top: 20px;
  }

  #ydsp-s2 h3, #ydsp-s4 h3 {
    padding-top: 10%;
    padding-bottom: 5%;
  }

  #ydsp-s3 p, #ydsp-s5 p {
    color: #0193cf;
  }

  #ydsp-s3 p:nth-of-type(2), #ydsp-s5 p:nth-of-type(2) {
    padding-top: 20px;
    color: #000;
  }

  #ydsp-s3 h3, #ydsp-s5 h3 {
    padding-bottom: 5%;
    color: #0193cf;
  }

  /*-------------dso internship----------- */
  .dso-internship .row {
    max-width: 1094px;
    padding: 30px;
  }

  .dso-internship p {
    padding: 0px 15px 15px 15px;
  }

  .dso-internship h3 {
    padding: 15px;
  }

  #dso-internship-s2, #dso-internship-s4, #dso-internship-s6 {
    background: #04326e;
    color: #FFF;
  }

  #dso-internship-s2 h3, #dso-internship-s4 h3, #dso-internship-s6 h3 {
    font-size: 33px;
  }

  #dso-internship-s3 h3, #dso-internship-s5 h3 {
    color: #0193cf;
    font-size: 33px;
  }

  #dso-internship-s3 p:nth-of-type(1), #dso-internship-s5 p:nth-of-type(1) {
    color: #0193cf;
    font-size: 22px;
  }

  #dso-internship-s1 {
    color: #0193cf;
    font-size: 22px;
  }

  #dso-internship-s1 .row{
    padding: 0
  }

  #dso-internship-s4 p:nth-of-type(1), #dso-internship-s6 p:nth-of-type(1), #dso-internship-s6 p:nth-of-type(3) {
    color: #ffc92c;
    font-size: 22px;
  }

  .legal {
    padding: 0;
  }

  #career-s2 .span-6, #career-s1 .span-6 {
    width: 50%;
    margin: 0;
  }

  #career-s1 {
    background: #04326e;
    color: #FFF;
  }

  #career-s1 .cell:nth-of-type(1) img {
    width: 100%;
    height: auto;
  }

  #career-s1 h3 {
    font-size: 25px;
    color: #c1c1c1;
    padding-left: 30px;
  }

  #career-s1 h3 span {
    color: #ffc92c;
    font-weight: bold;
  }

  #career-s1 p {
    padding-left: 30px;
    font-size: 1em;
  }

  #career-s1 p:nth-of-type(1) {
    padding-left: 30px;
  }

  #career-s1 p a button {
    padding: 7px 60px;
    border-radius: 50px;
    color: #04326e;
    background: #ffc92c;
    font-weight: bold;
    font-size: 1em;
    margin-top: -23px;
    margin-bottom: 2px;
  }

  #career-s1 p a button {
    margin-left: 0;
  }

  #career-s1 .cell:nth-of-type(2) img {
    padding: 20px 0;
  }

  #career-s2 .row {
    max-width: 1094px;
    padding-bottom: 20px;
  }

  /* #career-s2 h1 {
    padding: 30px;
  } */

  #career-s2 h2 {
    margin-top: -2.9em;
    max-width: 92.99%;
    padding: 0.75em 0.7em;
    text-align: center;
  }

  #career-s2 h4 {
    color: #09C;
    font-size: 20px;
    text-align: center;
  }

  #career-s2 a button {
    font-size: 1em;
  }

  #career-s2 p button {
    padding: 7px 60px;
    border-radius: 50px;
    color: #04326e;
    background: #ffc92c;
    font-weight: bold;
    margin-bottom: 15px;
  }

  #career-s3 {
    background: #04326e;
    color: #FFF;
  }

  #career-s3 p {
    padding: 0 440px;
    font-size: 1em;
  }

  #career-s3 h1 {
    color: #ffc92c;
    font-size: 30px;
    padding: 30px;
    font-weight: bold;
  }

  #career-s3 p button {
    padding: 7px 60px;
    border-radius: 50px;
    color: #04326e;
    background: #ffc92c;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 20px;
  }

  #career-s2 .slideup-hover .blur {
    max-width: 97.4%;
  }

  #career-s2 .slideup-hover img {
    width: 97.4%;
  }

  #career-s2 .caption-text p {
    font-size: 1em;
  }

  #career-s2 .slideup-hover .caption .caption-text p {
    padding: 30px;
  }

  #career-s2 .slideup-hover .caption:hover .caption-text p {
    padding: 30px;
  }

  #career-s2 .slideup-hover .caption:hover .caption-text {
    top: 20px;
  }

  #career-s2 .slideup-hover .caption-text h3 {
    font-size: 1.375em;
  }

  #career-s2 .slideup-hover .caption {
    top: 245px;
  }

  #collab-dso {
    padding: 2.188em 0 3.125em 0;
  }

  #collab-dso .slideup-wide h2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  #collab-dso .slideup-wide:hover .info-overlay:hover {
    height: 330px;
    margin-top: -330px;
  }

  #collab-dso .collab-dso-description {
    text-align: left;
  }

  #collab-dso {
    padding: 2.188em 0 3.125em 0;
  }

  #collab-dso .row:nth-child(2) .cell {
    padding: 1em;
  }

  #collab-dso .row {
    max-width: 1096px;
  }

  #collab-dso .slideup-hover .blur,
    #collab-dso .slideup-hover img {
    max-width: 94.4%;
  }

  #collab-dso .slideup-hover:hover .caption-text {
    top: 0px;
  }

  #collab-dso .slideup-hover .caption {
    top: 285px;
  }

  #collab-dso .slideup-hover {
    height: 290px;
  }

  #collab-dso .slideup-hover .caption-text {
    top: -2px;
  }

  #collab-dso .caption-text h3 {
    font-size: 1.375em;
  }

  #collab-dso .caption-text p {
    padding: 32px 50px;
    font-size: 1em;
    padding-right: 87px;
  }

  #collab-dso .slideup-hover img {
    max-width: 100%;
    height: auto;
    margin-bottom: -6px;
  }

  #collab-dso .row:last-child .span-6 {
    height: auto;
  }

  #collab-dso .row:last-child .cell:first-child,
    #collab-dso .row:last-child .cell:last-child {
    padding-bottom: 0;
    padding-top: 0;
  }

  #collab-dso .slideup-hover .caption-text button {
    padding: 7px 30px;
    font-size: inherit;
  }

  #collab-dso .caption-text h3 {
    padding-top: 8px;
  }

  #cu-dso .row:first-child {
    padding-bottom: 0.938em;
  }

  #cu-dso .row:first-child .cell:nth-child(1) p:first-child {
    padding-bottom: 0.625em;
  }

  #cu-dso .row:first-child .cell:nth-child(2) p:first-child,
    #cu-dso .row:first-child .cell:nth-child(2) p:nth-child(2),
    #cu-dso .row:first-child .cell:nth-child(3) p:first-child,
    #cu-dso .row:first-child .cell:nth-child(3) p:nth-child(2) {
    padding-bottom: 1.250em;
  }

  #cu-dso .row:first-child .cell:first-of-type p:nth-child(2) {
    padding-top: 0.625em;
  }

  #cu-dso .sub-title {
    padding-top: 15px;
    font-size: 2.5em;
  }

  #cu-dso .row:nth-of-type(3),
  #cu-dso .row:nth-of-type(4),
  #cu-dso .row:nth-of-type(5) {
    max-width: 1096px;
  }

  .location .description h1 {
    font-size: 1.6em;
  }

  .location .description {
    margin-top: -5.6em;
    padding: 1em 0px 1.25em 0;
  }

  #cu-dso .row:first-child p {
    font-size: 1.063em;
  }

  .location .description p {
    font-size: 0.938em;
  }

  #gs-dso .row,
    #gs-dso #gs-dso-g3 {
    max-width: 1029px;
  }

  #gs-dso .row:first-child p {
    padding: 0;
  }
  /*
  #gs-dso-g1{
    display: flex;
  }
  */

  #gs-dso-g1 img {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0;
  }

  /*
  #gs-dso-g1 img#img-bottom {
   position: absolute;
   bottom: 0;
  }
  */

  #gs-dso-g1 .span-6 {
    width: 50%;
    float: left;
    max-height: 100%;
    height: auto;
    /* position: relative; */
  }

  #os-dso-g .row {
    max-width: 68.500em;
  }

  .milestone1,
    .milestone2,
    .milestone3,
    .milestone4 {
    max-width: 100%;
  }

  #oh-dso .row {
    max-width: 1096px;
  }

  .milestone1 h1,
    .milestone2 h2,
    .milestone4 h1 {
    font-size: 2.0625em;
  }

  .milestone3 h1 {
    font-size: 1.688em;
  }

  #oh-dso .cell {
    padding: 1em;
  }

  .milestone1,
    .milestone3,
    .milestone4 {
    height: 27.9em;
  }

  .rd-dso-g1 .rd-dso-button,
    .rd-dso-g2 .rd-dso-button {
    font-size: inherit;
    padding: 6px 50px;
    margin-left: 0;
  }

  .rd-dso-g1 {
    background-color: #f5f5f5;
    padding-top: 3.313em;
  }

  .rd-dso-g2 {
    background-color: #04326e;
    padding-top: 3.313em;
  }

  .rd-dso-g1 .row,.rd-dso-g2 .row {
    max-width: 1080px;
  }

  /*.rd-dso-g2 .rd-s2 #rd-s2-right {
    width: 40%;
  }

  .rd-dso-g2 .rd-left-image {
    margin-top: 8%;
  }*/

  .rd-dso-g1 .cell:nth-of-type(2) img,
    .rd-dso-g2 .cell:nth-of-type(1) img {
    margin-left: 0;
  }

  .rd-dso-g2-description,
    .rd-dso-g1-sub-description1,
    .rd-dso-g1-sub-description2,
    .rd-dso-g2-sub-description2,
    .rd-dso-g1-description3 {
    padding: 0;
  }

  .sub-title-blue,
    .sub-title-gold {
    font-size: 2.063em;
  }

  /* .rd-dso-g1-description {
    padding: 2.188em 0 2.3em 0;
  } */

  .rd-dso-g1-sub-description2,
    .rd-dso-g2-sub-description2 {
    color: #0193cf;
  }

  .rd-dso-g2-description {
    /*padding-top: 2.188em;*/
    padding-left: 60px;
    padding-bottom: 2.3em;
  }

  .rd-dso-g1-sub-description1,
    .rd-dso-g2-sub-description1 {
    color: #c1c1c1;
    font-size: 30px;
  }

  .rd-dso-g1-sub-description1,
    .rd-dso-g2-sub-description1 {
    font-size: 25px;
  }

  .sub-title-blue,
    .sub-title-gold {
    font-size: 2.063em;
  }

  .rd-dso-g1-description img {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
  }

  .rd-dso-g1-sub-description2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rd-dso-g1-sub-description2,
    .rd-dso-g2-sub-description2 {
    font-size: 1.2em;
  }

  .rd-dso-g1-description3,
    .rd-dso-g2-description3 {
    font-size: 1.5em;
  }

  .rd-dso-g1 .row:last-child .cell:last-child,
    .rd-dso-g2 .row:last-child .cell:first-child {
    align-items: stretch;
    position: relative;
  }

  /*.rd-dso-g1 .row:last-child .cell:last-child img {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: inherit;
    width: 100%;
  }

  .rd-dso-g2 .row:last-child .cell:first-child img {
    position: absolute;
    bottom: 0;
    height: inherit;
    width: 100%;
  }*/

  #o-collab-dso .o-collab-dso-g1 p {
    padding-left: 0;
    padding-right: 1.5em;
    padding-top: 5px;
  }

  #o-collab-dso .o-collab-dso-g2 p {
    padding-top: 5px;
  }

  #o-collab-dso .o-collab-dso-g1 p,
    #o-collab-dso .o-collab-dso-g2 p {
    font-size: 1.063em;
  }

  #o-collab-dso .g-img {
    text-align: none;
    margin: auto;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }

  #o-collab-dso .row, #o-collab-dso .row:first-child {
    max-width: 1200px;
  }

  #o-collab-dso p.p-introduction,
    #o-collab-dso h1 {
    font-size: 1.375em;
  }

  #students-s2-sub2 .caption-text h3, #students-s2-sub3 .caption-text h3, #students-s2-sub4 .caption-text h3 {
    font-size: 1.375em;
  }

  #student-s1 {
    background: #04326e;
    color: #FFF;
  }

  #student-s1 h3 {
    color: #c1c1c1;
    font-size: 25px;
    padding-left: 27px;
  }

  #student-s1 .cell:nth-of-type(2) img {
    max-width: 67%;
  }

  #student-s1 h3 span {
    color: #ffc92c;
  }

  #student-s1 p:nth-of-type(1) {
    padding-left: 30px;
    font-size: 1em;
  }

  #student-s1 p {
    padding-left: 30px;
  }

  #student-s1 .cell:nth-of-type(2) img {
    padding-top: 10px;
    padding-left: 10px;
  }

  #student-s1 p a button {
    background: #ffc92c;
    border-radius: 50px;
    color: #04326e;
    font-weight: bold;
    padding: 7px 60px;
    margin-top: 1%;
    margin-left: 0;
  }

  #student-s2 .row {
    max-width: 1094px;
  }

  #student-s2 #students-s2-sub1, #students-s2-sub2, #students-s2-sub3 {
    padding-bottom: 30px;
  }

  #student-s2 #students-s2-sub1 h1 {
    color: #09C;
    padding: 30px;
    font-weight: bold;
  }

  #student-s2 #students-s2-sub1 p {
    color: #09C;
    text-align: center;
    font-size: 1.375em;
  }

  #student-s2 #students-s2-sub4-left h2,
  #student-s2 #students-s2-sub4-left p,
  #student-s2 #students-s2-sub4-left p button {
    text-align: center;
  }

  #student-s2 #students-s2-sub4-left h2 {
    color: #ffc92c;
    font-size: 20px;
    padding: 30px 90px 15px;
  }

  #student-s2 #students-s2-sub4-left p {
    padding: 0px 49px 15px;
  }

  #student-s2 #students-s2-sub4 {
    padding-bottom: 30px;
  }

  #student-s2 #students-s2-sub4-left p button {
    background: #ffc92c;
    border-radius: 50px;
    color: #04326e;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 7px 60px;
  }

  #student-s2 button{
    font-size: 17px;
  }

  #student-s3 #student-sub-s3 {
    left: 42%;
    margin-top: -7em;
    position: absolute;
  }

  #student-s3 #student-sub-s3 h3 {
    color: #fff;
    padding-bottom: 15px;
  }

  #exhibition {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    left: 42%;
    margin-top: 13px;
    position: absolute;
  }

  #student-s3 #student-sub-s3 p button {
    background: #ffc92c none repeat scroll 0 0;
    border-radius: 26px;
    color: #04326e;
    font-weight: bold;
    padding: 6px 50px;
  }

  #student-s1 .cell img {
    padding-left: 0;
  }

  #ug-dso-g1 {
    background-color: #04326e;
  }

  #ug-dso-g1 .description a button {
    background: #ffc92c;
    border-radius: 50px;
    color: #04326e;
    font-weight: bold;
    padding: 7px 60px;
    margin-left: 0;
    margin-top: 15px;
  }

  #ug-dso-g1 .description {
    padding-right: 7em;
    padding-left: 20px;
  }

  #ug-dso-g1 .description p:first-child {
    font-size: 25px;
    color: #c1c1c1;
  }

  #ug-dso-g1 .description p {
    color: #FFF;
    font-size: 1em;
  }

  #ug-dso-g1 .cell:nth-of-type(2) img {
    padding-top: 0.998em;
  }

  #ug-dso-g3 p {
    padding: 10px 236px;
    font-size: 1em;
  }

  .ug-dso-button {
    padding: 6px 50px;
    border-radius: 26px;
    background: #ffc92c;
    margin-bottom: 1.250em;
    color: #04326e;
    font-weight: bold;
    margin-bottom: 4.375em;
    font-size: 1.063em;
    text-decoration: none;
  }

  #ug-dso-g2 {
    background-color: #FFF;
    /* padding-top: 20px; */
  }

  #ug-dso-g3 {
    background-color: #04326e;
    color: #FFF;
    text-align: center;
    padding: 2.813em 0 2.813em 0;
  }

  #ug-dso-g3 .span-12 h1 {
    color: #ffc92c;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }

  #ug-dso-g2 .span-12 p:first-child {
    font-size: 1.375em;
    padding: 30px;
  }



  #ug-dso-g2 .slideup-hover {
    height: 290px;
  }

  #ug-dso-g2 .slideup-hover .blur {
    max-width: 97.4%;
    left: 1.4%;
  }

  #ug-dso-g2 .caption-text h3 {
    font-size: 1.375em;
  }

  #ug-dso-g2 .slideup-hover img {
    width: 97.4%;
  }

  #ug-dso-g2 .slideup-hover .caption {
    top: 242px;
  }

  #ug-dso-g2 .slideup-hover:hover .caption {
    top: 0;
  }

  #ug-dso-g2 .slideup-hover:hover .caption-text h3 {
    padding: 30px 0 0;
  }

  #ug-dso-g2 .slideup-hover .caption-text p {
    font-size: 1em;
  }

  #ug-dso-g2 .slideup-hover .caption-text button {
    font-size: 1em;
  }

  /* About DSO */
  .abt-dso-g1 .description {
    font-size: 1em;
  }

  .abt-dso-g1 .description.blue {
    font-size: 1.25em;
    margin-bottom: 30px;
  }

  .purpose-logo .description {
    font-size: 1em;
  }

  .purpose-logo .title {
    font-size: 1.5625em;
    font-weight: 600;
    margin-bottom: 15px;
  }

  /*.rd-dso-g1 .row:last-child .cell:last-child img {
    width: 90%;
  }

  
  .rd-dso-g2 .row:last-child .cell:first-child img {
    width: 80%;
  }
  */

  /* Corporate Social Responsibility */
  .social-g1 .row .cell:last-of-type {
    padding: 30px;
  }

  .social-g1 .description {
    font-size: 1.375em;
  }

  .social-g1 .testimonial {
    font-size: 1.0625em;
  }
}
