/* 
    Created on : Jan 19, 2017, 10:30:00 PM
    Author     : SURE
*/
/*==============================================
Variables
==============================================*/
/*====== Colors ======*/
/*====== Transtition ======*/
/*====== Media Queries ======*/
/*==============================================
Main Style
==============================================*/
@font-face {
  font-family: "mainfont";
  src: url("../fonts/HelveticaNeueW23-Reg.ttf"), url("../fonts/HelveticaNeueW23-Reg.eot"), url("../fonts/HelveticaNeueW23forSKY-Bd.ttf"), url("../fonts/HelveticaNeueW23-Reg.eot");
}
html, body {
  font-family: "mainfont";
  overflow: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

*:focus, *:hover {
  outline: none;
  text-decoration: none !important;
}

.table-cell {
  display: table-cell;
}

img {
  max-width: 100%;
}

.relative {
  position: relative;
}

/*==============================================
Hedaer
==============================================*/
header .top-header {
  background-color: #f8f8f8;
  box-shadow: inset rgba(0, 0, 0, 0.35) 0px 0px 1px 0px;
  padding: 10px 0px 0px 0px;
}
header .top-header .left {
  text-align: left;
}
header .top-header .right {
  text-align: right;
}
header .top-header .top-header-ul {
  display: inline-block;
}
@media screen and (max-width: 970px) {
  header .top-header .top-header-ul {
    text-align: center;
  }
}
header .top-header .top-header-ul:after {
  content: "";
  display: block;
  clear: both;
}
header .top-header .top-header-ul > li {
  float: right;
  padding: 0px 5px;
  border-left: #707070 1px solid;
  font-size: 14px;
}
@media screen and (max-width: 970px) {
  header .top-header .top-header-ul > li {
    font-size: 13px;
  }
  header .top-header .top-header-ul > li:first-of-type, header .top-header .top-header-ul > li:last-of-type {
    display: inline-block;
  }
  header .top-header .top-header-ul > li:last-of-type {
    float: right;
  }
}
header .top-header .top-header-ul > li:last-child {
  border-left: none;
  padding-left: 0px;
}
header .top-header .top-header-ul > li:first-child {
  padding-right: 0px;
}
header .top-header .top-header-ul > li ul {
  overflow: hidden;
}
@media screen and (max-width: 970px) {
  header .top-header .top-header-ul > li ul {
    display: none;
  }
}
header .top-header .top-header-ul > li ul li {
  float: right;
  padding: 0px 3px;
}
header .top-header .top-header-ul > li a {
  color: #707070;
}
header .header {
  padding: 17px 0px;
  position: relative;
}
@media screen and (min-width: 970px) {
  header .header:after {
    content: "";
    display: block;
      background-color: #f6f6f6;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  header .header:before {
    content: "";
    background-color: #dfdfdf;
    position: absolute;
    opacity: .35;
    width: 100%;
    height: 76px;
    top: 0px;
    left: 0px;
  }
}
header .header .container {
  position: relative;
  z-index: 1;
}
header .header .left {
  text-align: left;
}
header .header .header-ul {
  margin: 15px auto;
}
@media screen and (min-width: 970px) {
  header .header .header-ul {
    display: inline-table;
    vertical-align: middle;
  }
}
@media screen and (max-width: 340px) {
  header .header .header-ul {
    text-align: center;
  }
}
header .header .header-ul li {
  display: inline-block;
  position: relative;
  padding: 0px 20px;
  border-left: #e1e1e1 1px solid;
}
@media screen and (min-width: 970px) {
  header .header .header-ul li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  header .header .header-ul li {
    border: none;
    width: 50%;
    float: right;
  }
}
header .header .header-ul li:last-child {
  border-left: none;
  padding-left: 0px;
}
header .header .header-ul .search label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
  color: #707070;
  text-align: right;
}
header .header .header-ul .search input[type="text"] {
  border: #e1e1e1 1px solid;
  padding: 3px 5px 3px 30px;
  background: #fff url(../images/search-icon.png) 5px 5px no-repeat;
  border-radius: 15px;
  max-width: 100%;
}
header .header .header-ul .search input[type="button"] {
  width: 30px;
  height: 27px;
  padding: 0px;
  font-size: 0px;
  margin: 0px;
  position: absolute;
  bottom: 4px;
  left: 20px;
  opacity: 0;
}
@media screen and (max-width: 970px) {
  header .header .header-ul .search {
    float: right;
  }
  header .header .header-ul .search label {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 970px) {
  header .header .header-ul .vision {
    display: none;
  }
}
header .header .header-ul .call-center {
  overflow: hidden;
  min-width: 220px;
}
header .header .header-ul .call-center span {
  font-size: 18px;
  color: #707070;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}
header .header .header-ul .call-center span:first-of-type {
  margin-top: 10px;
}
header .header .header-ul .call-center .call {
  background-color: #00b085;
  color: #fff;
  font-size: 15px;
  padding: 1px 30px 0px;
  text-align: right;
  border-radius: 15px;
  margin-left: 20px;
}
header .header .header-ul .call-center img {
  float: right;
}
@media screen and (max-width: 340px) {
  header .header .header-ul .call-center img {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  header .header .header-ul .call-center {
    float: left;
    width: 50%;
    padding: 0px 5px;
    min-width: inherit;
  }
  header .header .header-ul .call-center span:first-of-type {
    font-size: 15px;
    margin-bottom: 16px;
    margin-top: 0px;
    text-align: right;
  }
}
header nav.navbar {
  margin: 0px;
  border: 0px;
  background-color: #444;
  border-radius: 0px;
}
header nav.navbar .navbar-toggle {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
  line-height: 30px;
}
header nav.navbar .navbar-toggle:hover {
  background-color: transparent;
  border: none;
}
header nav.navbar .navbar-toggle:before {
  content: "\e236";
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
}
header nav.navbar .navbar-collapse .navbar-nav {
  position: relative;
}
header nav.navbar .navbar-collapse .navbar-nav.open, header nav.navbar .navbar-collapse .navbar-nav:hover, header nav.navbar .navbar-collapse .navbar-nav:focus {
  background-color: transparent;
}
header nav.navbar .navbar-collapse .navbar-nav > li {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
header nav.navbar .navbar-collapse .navbar-nav > li:last-of-type, header nav.navbar .navbar-collapse .navbar-nav > li:first-of-type {
  border: none;
}
header nav.navbar .navbar-collapse .navbar-nav .mega {
  position: static;
}
header nav.navbar .navbar-collapse .navbar-nav .mega .dropdown-menu {
  width: 100%;
  left: 0px;
  right: 0px;
  background-color: #444;
  border: none;
}
@media screen and (min-width: 970px) {
  header nav.navbar .navbar-collapse .navbar-nav .mega .dropdown-menu {
    transform: scaley(0);
    transform-origin: top;
    -ms-transform: scaley(0);
    -ms-transform-origin: top;
    -webkit-transform: scaley(0);
    -webkit-transform-origin: top;
    transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
    display: block;
    padding: 20px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav .mega .dropdown-menu .mega-item {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #444;
  min-height: 250px;
}
@media screen and (min-width: 970px) {
  header nav.navbar .navbar-collapse .navbar-nav .mega .dropdown-menu .mega-item {
    float: right;
  }
  header nav.navbar .navbar-collapse .navbar-nav .mega .dropdown-menu .mega-item:last-of-type {
    border-left: 0px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav .mega .dropdown-menu a {
  display: block;
  padding: 10px 15px;
  transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
}
header nav.navbar .navbar-collapse .navbar-nav .mega .dropdown-menu a:hover {
  background-color: #113952;
}
header nav.navbar .navbar-collapse .navbar-nav .mega .dropdown-menu a:after {
  display: none;
}
@media screen and (min-width: 970px) {
  header nav.navbar .navbar-collapse .navbar-nav .mega:hover .dropdown-menu {
    transform: scaley(1);
    -ms-transform: scaley(1);
    -webkit-transform: scaley(1);
  }
}
header nav.navbar .navbar-collapse .navbar-nav .mega.mega-1 .dropdown-menu {
  right: 0px;
  left: auto;
}
@media screen and (min-width: 970px) {
  header nav.navbar .navbar-collapse .navbar-nav .mega.mega-1 .content-sm {
    min-width: 300px;
  }
}
@media screen and (min-width: 970px) {
  header nav.navbar .navbar-collapse .navbar-nav .mega.mega-2 .mega-item {
    width: 50%;
  }
}
@media screen and (min-width: 970px) {
  header nav.navbar .navbar-collapse .navbar-nav .mega.mega-3 .mega-item {
    width: 33.333333%;
  }
}
@media screen and (min-width: 970px) {
  header nav.navbar .navbar-collapse .navbar-nav .mega.mega-4 .mega-item {
    width: 25%;
  }
}
header nav.navbar .navbar-collapse .navbar-nav .mega .content h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  color: #f6f6f6;
  white-space: normal;
}
header nav.navbar .navbar-collapse .navbar-nav .mega .content-lg .cont-img {
  margin-bottom: 10px;
  overflow: hidden;
  height: 100px;
}
header nav.navbar .navbar-collapse .navbar-nav .mega .content-lg .cont-img img {
  width: 100%;
  min-height: 100px;
}
@media screen and (max-width: 970px) {
  header nav.navbar .navbar-collapse .navbar-nav .mega .content-lg .cont-img {
    display: none;
  }
}
header nav.navbar .navbar-collapse .navbar-nav .mega .content-sm a {
  overflow: hidden;
}
header nav.navbar .navbar-collapse .navbar-nav .mega .content-sm a .cont-img {
  margin-left: 10px;
  overflow: hidden;
  height: 60px;
  width: 60px;
  float: right;
}
header nav.navbar .navbar-collapse .navbar-nav .mega .content-sm a .cont-img img {
  width: 100%;
  min-height: 60px;
}
@media screen and (max-width: 970px) {
  header nav.navbar .navbar-collapse .navbar-nav .mega .content-sm a .cont-img {
    display: none;
  }
}
header nav.navbar .navbar-collapse .navbar-nav li a {
  color: #fff;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 970px) {
  header nav.navbar .navbar-collapse .navbar-nav li a {
    font-size: 13px;
    padding: 15px 6px !important;
  }
}
@media screen and (min-width: 970px) and (max-width: 1200px) {
  header nav.navbar .navbar-collapse .navbar-nav li a {
    font-size: 14px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}
header nav.navbar .navbar-collapse .navbar-nav li a:hover, header nav.navbar .navbar-collapse .navbar-nav li a:focus {
  background-color: transparent;
}
header nav.navbar .navbar-collapse .navbar-nav li a.home {
  font-size: 13px;
  background-color: #00b085;
}
@media screen and (max-width: 970px) {
  header nav.navbar .navbar-collapse .navbar-nav li a.home {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header nav.navbar .navbar-collapse .navbar-nav li a.home {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  header nav.navbar .navbar-collapse .navbar-nav li:hover a:after {
    height: 3px;
  }
}

.main-slider {
  height: 480px;
  overflow: hidden;
}
@media screen and (max-width: 970px) {
  .main-slider {
    height: 300px;
  }
}
.main-slider .swiper-slide {
  cursor: -webkit-grab;
  overflow: hidden;
}
.main-slider .swiper-slide:active {
  cursor: -webkit-grabbing;
}
.main-slider .swiper-slide img {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 970px) {
  .main-slider .swiper-slide img {
    height: 300px;
  }
}
.main-slider .swiper-slide .content {
  width: 100%;
  position: absolute;
  top: 140px;
  left: 0px;
  opacity: 0;
  transition: .5s ease-in-out;
  transition-delay: .5s;
  -webkit-transition: .5s ease-in-out;
  -webkit-transition-delay: .5s;
}
@media screen and (max-width: 970px) {
  .main-slider .swiper-slide .content {
    bottom: 0px;
    opacity: 1;
  }
}
.main-slider .swiper-slide .content .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-right: 80px;
  padding: 35px 15px;
  color: #fff;
}
@media screen and (max-width: 970px) {
  .main-slider .swiper-slide .content .overlay {
    margin: 0px;
    padding: 10px;
  }
}
.main-slider .swiper-slide .content .overlay h2 {
  font-size: 34px;
  font-weight: bold;
  margin-top: 0px;
}
@media screen and (max-width: 970px) {
  .main-slider .swiper-slide .content .overlay h2 {
    font-size: 16px;
  }
}
.main-slider .swiper-slide .content .overlay p {
  font-size: 30px;
  margin: 0px;
}
@media screen and (max-width: 970px) {
  .main-slider .swiper-slide .content .overlay p {
    font-size: 14px;
  }
}
@media screen and (min-width: 970px) {
  .main-slider .swiper-slide .content .overlay {
    text-align: right;
    width: 70%;
  }
  .main-slider .swiper-slide .content .overlay h2, .main-slider .swiper-slide .content .overlay p {
    width: 770px;
  }
  .main-slider .swiper-slide .content .overlay .item {
    width: 0px;
    overflow: hidden;
    transition: width .7s linear 1s;
    -webkit-transition: width .7s linear 1s;
    position: relative;
  }
  .main-slider .swiper-slide .content .overlay .item:after {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    background-color: #fff;
    left: 0px;
    top: 0px;
    bottom: 0px;
    transition: 0s ease-in-out;
    transition-delay: 1.9s;
    -webkit-transition: 0s ease-in-out;
    -webkit-transition-delay: 1.9s;
  }
}
@media screen and (min-width: 970px) {
  .main-slider .swiper-slide.swiper-slide-active {
    z-index: 2;
  }
  .main-slider .swiper-slide.swiper-slide-active .content {
    top: 150px;
    opacity: 1;
  }
  .main-slider .swiper-slide.swiper-slide-active .overlay .item {
    width: 100%;
  }
  .main-slider .swiper-slide.swiper-slide-active .overlay .item:after {
    bottom: 100%;
  }
}

.intro {
  position: relative;
}
.intro .controls {
  position: absolute;
  width: 100%;
  top: 190px;
  left: 0px;
  z-index: 5;
  height: 0px;
}
@media screen and (max-width: 970px) {
  .intro .controls {
    display: none;
  }
}
.intro .controls .container {
  height: 0px;
}
.intro .controls .next, .intro .controls .prev {
  height: 90px;
  width: 45px;
  cursor: pointer;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.intro .controls .next {
  float: right;
  background-image: url("../images/slide-next.png");
}
.intro .controls .prev {
  float: left;
  background-image: url("../images/slide-prev.png");
}

.services {
  padding: 20px 0px;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}
.services .hide-sections {
  overflow: hidden;
  max-height: 150px;
  transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
}
.services .hide-sections.active {
  overflow: hidden;
  max-height: 1000px;
}
.services .toggle-height {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #00b085;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.services .toggle-height span {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 10px 10px 20px 10px;
}
.services .toggle-height span:after {
  display: block;
  content: "";
  width: 40px;
  height: 22px;
  position: absolute;
  bottom: -21px;
  left: 10px;
  background: url(../images/more.png) no-repeat center;
  background-size: 100%;
  transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
}
.services .toggle-height span.active:after {
  transform-origin: top;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  bottom: -25px;
}
.services .toggle-height .swiper-pagination {
  position: static;
  text-align: left;
}
.services .toggle-height .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 7px 5px;
  background-color: #707070;
}
.services .toggle-height .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00b085;
}
.services .polygon {
  display: inline-table;
  width: 100%;
  background-color: #f0f0f0;
  border: #e7e7e7 1px solid;
  margin: 30px 0px;
  white-space: nowrap;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}
@media screen and (max-width: 970px) {
  .services .polygon {
    font-size: 19px;
    line-height: 35px;
  }
}
.services .polygon .polygon-img {
  display: table-cell;
  width: 68px;
  background-color: #006096;
  text-align: center;
  line-height: 68px;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  float: right;
}
.services .polygon .polygon-img img {
  display: inline-block;
  width: 40px;
}
.services .polygon h3 {
  display: table-cell;
  font-size:18px;
  font-weight: bold;
  color: #707070;
  vertical-align: middle;
  transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
}
@media screen and (min-width: 970px) and (max-width: 1200px) {
  .services .polygon h3 {
    font-size: 20px;
    padding: 0 10px;
  }
}
.services .polygon:hover {
  background-color: #00b085;
  border-color: #00b085;
}
.services .polygon:hover .polygon-img {
  background-color: #113952;
}
.services .polygon:hover h3 {
  color: #fff;
}

.slimScrollBar {
  width: 14px !important;
  border-radius: 0px !important;
  opacity: 1 !important;
  background-color: #a9a9a9 !important;
}

.slimScrollRail {
  width: 14px !important;
  border-radius: 0px !important;
  opacity: 1 !important;
  background-color: #e9e9e9 !important;
}

.slimScrollDiv {
  padding-left: 20px;
}

.news-section {
  padding: 50px 0px;
  background-color: #f6f6f6;
}
.news-section .nav-tabs {
  border: none;
}
.news-section .nav-tabs li a {
  border-radius: 0;
  border-bottom: 0px;
  font-weight: bold;
  font-size: 18px;
  margin: 0px;
  color: #878787;
}
.news-section .nav-tabs li a:hover, .news-section .nav-tabs li a:focus {
  border-bottom: 0px;
}
.news-section .nav-tabs li.active a {
  border-color: #e8e8e8;
  color: #006096 !important;
}
.news-section .title {
  overflow: hidden;
  margin-bottom: 19px;
}
.news-section .title h3 {
  float: right;
  color: #00b085;
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
}
.news-section .title .more {
  float: left;
  background-color: #00b085;
  padding: 0px 5px;
  font-size: 20px;
  color: #fff;
  border-radius: 3px;
}
.news-section .content {
  background-color: #fff;
  box-shadow: inset rgba(0, 0, 0, 0.35) 0px 0px 1px 0px;
  padding: 15px;
  height: 300px;
}
@media screen and (max-width: 970px) {
  .news-section .content {
    margin-bottom: 10px;
    height: auto;
  }
}
.news-section .news .content-img {
  height: 147px;
  overflow: hidden;
  margin-bottom: 15px;
}
.news-section .news .content-img img {
  width: 100%;
  min-height: 100%;
}
.news-section .news .date {
  width: 88px;
  height: 88px;
  padding: 23px 10px;
  color: #00b085;
  text-align: center;
  background-color: #f6f6f6;
  font-size: 13px;
  font-weight: bold;
  box-shadow: inset rgba(0, 0, 0, 0.35) 0px 0px 1px 0px;
  margin-left: 15px;
  float: right;
}
.news-section .news .date .year {
  display: block;
  margin-top: 5px;
}
.news-section .news .content-text h4 {
  font-size: 13px;
  font-weight: bold;
  color: #707070;
  line-height: 17px;
  margin-bottom: 5px;
}
.news-section .news .content-text p {
  color: #707070;
  font-size: 13px;
  margin: 0px;
}
.news-section .news .swiper-pagination {
  position: static;
  text-align: left;
}
.news-section .news .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 7px 5px;
  background-color: #707070;
}
.news-section .news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00b085;
}
.news-section .latest ul li {
  padding: 14px 50px 14px 0px;
  background: url("../images/latest-icon.png") right center no-repeat;
  border-bottom: #a3a3a3 1px dotted;
}
.news-section .latest ul li:last-child {
  border: none;
}
.news-section .latest ul li h4 {
  margin: 0px;
  height: 40px;
}
.news-section .latest ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .news-section .latest ul li a {
    font-size: 14px;
  }
}
.news-section .infograph a {
  margin-bottom: 5px;
  display: block;
}
.news-section .activities .swiper-container {
  height: 270px;
}
.news-section .activities .swiper-container .swiper-slide-next {
  border: none;
}
.news-section .activities .controls {
  float: left;
}
.news-section .activities .controls .next, .news-section .activities .controls .prev {
  width: 25px;
  height: 25px;
  background-color: #006096;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  margin-left: 5px;
  float: left;
  cursor: pointer;
}
.news-section .activities .controls .next {
  background-image: url("../images/news-next.png");
}
.news-section .activities .controls .prev {
  background-image: url("../images/news-prev.png");
}
.news-section .activities ul li {
  border-bottom: #a3a3a3 1px dotted;
  padding: 13px 0px;
}
.news-section .activities ul li .date {
  width: 87px;
  height: 63px;
  background-color: #00b085;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  position: relative;
  float: right;
  margin-left: 15px;
  padding: 14px 10px;
}
.news-section .activities ul li .date span {
  display: block;
}
.news-section .activities ul li .date:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-width: 9px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  bottom: -9px;
  right: -9px;
}
.news-section .activities ul li .date:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-width: 9px;
  border-color: transparent transparent #1f837e transparent;
  border-style: solid;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.news-section .activities ul li a {
  color: #707070;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .news-section .activities ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 970px) {
  .news-section .activities ul li a {
    font-size: 13px;
  }
}
.news-section .activities ul li h4 {
  margin: 0px;
}
.news-section .outer-links {
  overflow: hidden;
  height: 167px;
  position: relative;
}
.news-section .outer-links .cont-text {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: table-cell;
  text-align: center;
  padding: 20px;
  color: #fff;
  opacity: 0;
  transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
}
.news-section .outer-links .cont-text i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  border: 10px solid #fff;
  box-sizing: content-box;
  border-radius: 100%;
  margin: 15px auto;
}
.news-section .outer-links .cont-text p {
  font-size: 16px;
  font-weight: bold;
}
.news-section .outer-links.video {
  margin-bottom: 10px;
}
.news-section .outer-links:hover .cont-text {
  opacity: 1;
}
.news-section .outer-links.image .cont-text {
  display: inline-table;
  width: 100%;
}
.news-section .outer-links.image p {
  display: table-cell;
  vertical-align: middle;
  height: 140px;
  width: 100%;
}

.secondary-slider {
   
  padding: 50px 0px;
}
.secondary-slider .container {
  position: relative;
}
.secondary-slider .gallery-top {
  height: 350px;
}
@media screen and (max-width: 970px) {
  .secondary-slider .gallery-top {
    height: 300px;
  }
}
.secondary-slider .gallery-top img {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 970px) {
  .secondary-slider .gallery-top img {
    min-height: 300px;
  }
}
.secondary-slider .gallery-top .content {
  position: absolute;
  bottom: -55px;
  width: 100%;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  min-height: 55px;
  opacity: 0;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}
.secondary-slider .gallery-top .content p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
}
.secondary-slider .gallery-top .swiper-slide {
  overflow: hidden;
}
.secondary-slider .gallery-top .swiper-slide-active .content {
  bottom: 0px;
  opacity: 1;
}
.secondary-slider .gallery-top .swiper-slide-active .content p {
  max-height: 100px;
  opacity: 1;
}
.secondary-slider .swiper-button-prev, .secondary-slider .swiper-button-next {
  width: 55px;
  height: 100px;
  background-size: 100%;
  position: absolute;
  top: 140px;
}
@media screen and (max-width: 970px) {
  .secondary-slider .swiper-button-prev, .secondary-slider .swiper-button-next {
    display: none;
  }
}
.secondary-slider .swiper-button-prev {
  left: -50px;
}
.secondary-slider .swiper-button-next {
  right: -50px;
}
.secondary-slider .swiper-pagination {
  position: static;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 970px) {
  .secondary-slider .swiper-pagination {
    display: none;
  }
}
.secondary-slider .swiper-pagination .swiper-pagination-bullet {
  width: calc(25% - 30px);
  margin: 0px 20px;
  height: 120px;
  border-radius: 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 0px;
  display: block;
  float: right;
  border: 5px #fff solid;
  position: relative;
  opacity: 1;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}
.secondary-slider .swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin-right: 0px;
}
.secondary-slider .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-left: 0px;
}
.secondary-slider .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -10px;
  left: calc(50% - 5px);
  z-index: -1;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}
.secondary-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #0f8a81;
}
.secondary-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  top: -25px;
  border-bottom-color: #0f8a81;
}
.secondary-slider .swiper-pagination:after {
  content: "";
  display: block;
  clear: both;
}

.about {
  padding: 50px 0px;
  background-color: #f6f6f6;
}
.about .item {
  clear: none;
}
@media screen and (min-width: 970px) {
  .about .item {
    width: 20%;
  }
}
.about h5 {
  color: #404040;
  font-size: 20px;
  font-weight: bold;
}
.about img {
  display: inline-block;
  max-height: 90px;
  transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
}
.about img:hover {
  filter: grayscale(100);
  -webkit-filter: grayscale(100);
}

.map {
  height: 216px;
}

.loader {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  top: 50%;
  height: 0px;
}
.loader:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 100%;
  border-width: 4px;
  border-color: #00b085 #00b085 #00b085 #fff;
  border-style: solid;
  animation: rotate 1s linear;
  -webkit-animation: rotate 1s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

footer {
  padding: 25px 0px;
  background: #404040 url("../images/footer-bg.png");
}

footerContact {
color: #d7d7d7;
  
}


footer h6 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 25px 0px;
}
@media screen and (max-width: 970px) {
  footer h6 {
    text-align: center;
  }
}
footer .top-footer {
  border-bottom: #5f5f5f 1px solid;
  padding-bottom: 25px;
}
@media screen and (max-width: 970px) {
  footer .top-footer .footer-links {
    margin-bottom: 20px;
  }
}
footer .top-footer .footer-links li a {
  color: #d7d7d7;
  font-size: 14px;
  display: block;
  padding: 5px;
}
@media screen and (max-width: 970px) {
  footer .top-footer .footer-links li a {
    text-align: center;
  }
}
@media screen and (min-width: 970px) {
  footer .top-footer .footer-links li a {
    padding: 5px 25px 5px 0px;
    background: url("../images/footer-arrow.png") center right no-repeat;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
  }
  footer .top-footer .footer-links li a:before, footer .top-footer .footer-links li a:after {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    top: 0px;
    margin: 0px -5px;
    opacity: 0;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
  }
  footer .top-footer .footer-links li a:before {
    content: "[";
    left: 0px;
  }
  footer .top-footer .footer-links li a:after {
    content: "]";
    right: 0px;
  }
  footer .top-footer .footer-links li a:hover {
    color: #fff;
    padding: 5px 15px 5px 0px;
  }
  footer .top-footer .footer-links li a:hover:before, footer .top-footer .footer-links li a:hover:after {
    margin: 0px 5px;
    opacity: 1;
  }
}
footer .top-footer .footer-links.contactus li {
  color: #d7d7d7;
  font-size: 14px;
  padding: 0px 0px;
}
@media screen and (max-width: 970px) {
  footer .top-footer .footer-links.contactus li {
    text-align: center;
  }
}
footer .bottom-footer {
  padding-top: 25px;
}
footer .bottom-footer .validat {
  margin: -5px 0px;
}
footer .bottom-footer .validat li {
  display: inline-block;
  width: 32%;
  text-align: center;
  padding: 5px 0px;
}
footer .bottom-footer .validat li img {
  display: inline-block;
}
@media screen and (max-width: 970px) {
  footer .bottom-footer .validat {
    margin-bottom: 10px;
  }
}
footer .bottom-footer .social {
  text-align: center;
}
footer .bottom-footer .social li {
  display: inline-block;
  margin: 20px 3px;
}
@media screen and (max-width: 768px) {
  footer .bottom-footer .social li {
    margin-top: 3px;
  }
}
footer .bottom-footer .social li a {
  display: block;
  height: 40px;
  width: 40px;
  padding: 10px 0px;
  background-color: #fff;
  border-radius: 100%;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}
footer .bottom-footer .social li a img {
  height: 20px;
  display: inline-block;
}
footer .bottom-footer .social li a:hover {
  background-color: #00b085;
}
footer .bottom-footer .copyright {
  overflow: hidden;
}
footer .bottom-footer .copyright p {
  color: #fff;
  margin: 20px 0px;
  font-size: 14px;
}
footer .bottom-footer .copyright p span {
  display: block;
}
footer .bottom-footer .copyright img {
  float: left;
  margin-right: 10px;
}

/*==============================================
Animation
==============================================*/
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes dropdown {
  0% {
    transform: translateX(25px);
    -ms-transform: translateX(25px);
    -webkit-transform: translateX(25px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
/*==============================================
Sharepoint Classes
==============================================*/
.ms-fullwidth, .ms-webpart-chrome-fullWidth, .ms-webpart-zone, .ms-webpart-cell-vertical, .ms-webpart-zone {
  display: block;
}

.edit-mode .news-section .content {
  height: auto;
  overflow: visible;
}
.edit-mode div[class*="ms-"] {
  border-color: #ededed;
}

#MSO_tblPageBody {
  display: block;
}
#MSO_tblPageBody table, #MSO_tblPageBody tr, #MSO_tblPageBody td, #MSO_tblPageBody td, #MSO_tblPageBody thead, #MSO_tblPageBody tbody, #MSO_tblPageBody tfoot {
  display: block;
}
#MSO_tblPageBody #MSOTlPn_MainTD {
  position: fixed;
  top: 84px;
  left: 0px;
  z-index: 999;
  max-height: 90vh;
  overflow-y: auto;
  min-width: 290px;
  width: auto !important;
}
#MSO_tblPageBody #MSOTlPn_MainTD table {
  width: auto !important;
}

#s4-bodyContainer {
  padding: 0px;
}

.ms-core-menu-list {
  width: auto !important;
}
.ms-core-menu-list li {
  padding: 5px 10px !important;
  background-color: #fff !important;
  background-image: none !important;
}
.ms-core-menu-list li .ms-core-menu-label {
  border: none;
  padding: 0px;
}

.ms-webpartzone-cell {
  margin: 0px;
}

#ribbonBox img {
  max-width: inherit;
}

.ms-cui-dd-text, input.ms-cui-cb-input {
  height: 22px;
}

.ms-cui-dd-arrow-button {
  width: 14px;
  height: 22px;
}

.ms-cui-groupBody input[type=text] {
  min-width: 40px;
}

a.ms-cui-ctl, a.ms-cui-ctl-medium {
  min-height: 20px;
}

#s4-workspace {
  height: auto !important;
}

@media screen and (max-width: 768px) {
  #webpart_links {
    margin: auto !important;
  }

  #webpart_links > div {
    width: 50% !important;
    margin-bottom: 10px;
  }

  #webpart_links > div img {
    height: 90px;
  }
}

/*# sourceMappingURL=style.css.map */
