@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800');
html, body {
    color: #505050;
    font-family: 'Rubik', sans-serif;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fw-900 {
    font-weight: 900 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.section-default {
    width: 100%;
    position: relative;
}
/* header */
.header-main {
    width: 100%;
    position: relative;
    border-bottom: 10px solid #63B4FB;
}
.header-top {
    width: 100%;
    position: relative;
    background: #122862;
}
.header-top .he-top-nav a {
    text-decoration: none;
}
.header-top .he-top-nav a:hover .text {
    color: #63B4FB;
}
.header-top .he-top-nav .text {
    color: #FFFFFF;
}
/* header */
/* navbarmain */
.header-menu-mobile {
    background: #FFFFFF;
}
.logo-mobile {
    position: relative;
    margin-bottom: -75px;
    z-index: 9;
}
.logo-mobile img {
    width: 100px;
}
.menu-mobile {
    background: #122862;
}
.navbar-main {
    position: relative;
}
.navbar-main .nav-item .nav-link {
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.navbar-main .nav-item.active .nav-link {
    color: #63B4FB;
}
.menu-mobile .navbar-toggler {
    outline: none;
    border-color: #122862;
    z-index: 10;
    padding: 0;
}
.menu-mobile .collapse {
    z-index: 10;
}
/* navbarmain */
/* navdesk */
.header-menu-desktop {
  width: 100%;
  position: relative;
  background: rgb(255,255,255);
  background: -moz-radial-gradient(circle, rgba(255,255,255,1) 25%, rgba(223,223,223,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 25%, rgba(223,223,223,1) 100%);
  background: radial-gradient(circle, rgba(255,255,255,1) 25%, rgba(223,223,223,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dfdfdf",GradientType=1);
}
.header-menu-desktop .nav-item {
  padding: 0.25rem 0.75rem;
}
.header-menu-desktop .nav-link {
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.header-menu-desktop .nav-link__text {
  letter-spacing: 1px;
  color: #112863;
  font-weight: 500;
}
.header-menu-desktop .nav-link:hover .nav-link__text {
  color: #63B4FB;
}
.header-menu-desktop .navbar-brand {
  width: 170px;
  height: 150px;
  position: relative;
}
.header-menu-desktop .navbar-brand  .navbar-brand__image {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 999;
}
.header-menu-mobile .dropdown-menu{
  background: transparent;
  border-color: #63B4FB;
}
.header-menu-mobile .dropdown-item{
  background: transparent !important;
  color: #EEEEEE;
}
.header-menu-mobile .dropdown-item:hover{
  color: #63B4FB;
}
.header-menu-mobile .navbar-nav .show>.nav-link {
  color: #FFFFFF;
}
.header-menu-mobile .navbar-nav .nav-link:focus{
  color: #FFFFFF;
}
/* des */
.header-menu-desktop .dropdown-menu{
  background: rgba(18, 40, 98, 0.8);
  border: 0;
  border-top: 4px solid #63B4FB;
}
.header-menu-desktop .dropdown-item{
  color: #FFFFFF;
}
.header-menu-desktop .dropdown-item:hover, .header-menu-desktop .dropdown-item:focus{
  background: #63B4FB;
}
.bg-main {
  background: #122862;
}
.header-top-mobile .list-inline-item a{
  color: #FFFFFF;
  text-decoration: none;
}
.header-top-mobile .list-inline-item a:hover{
  color: #63B4FB;
}
/* des */
/* navdesk */
/* statistics */
.bg-statistics {
    background-color: #122862;
    background-image: url(../img/bgs/bg-statistics.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-statistics::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(18, 40, 98, 0.75);
    top: 0;
    left: 0;
}
.counter-statistics {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}
.counter-statistics__icon {
    width: 120px;
    height: 120px;
    position: relative;
    line-height: 110px;
    margin: auto;
}
.counter-statistics__icon::after {
    position: absolute;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    content: '';
    border: 2px solid #e5e5e5;
    pointer-events: none;
    border-radius: 50%;
}
.counter-statistics__icon::before {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    content: '';
    border: 2px solid #e5e5e5;
    pointer-events: none;
    border-radius: 50%;
}
.counter-statistics__number {
    margin-top: 20px;
}
.counter-statistics__number {
    color: #FFFFFF;
}
.counter-statistics__number .counter {
    letter-spacing: 1px;
}
.counter-statistics__number .symbol {
    color: #122862;
}
.counter-statistics__content {
    position: relative;
}
.counter-statistics__title {
    color: #FFFFFF;
    text-transform: uppercase;
}
.counter-statistics__divider {
    background: #e5e5e5;
    fill: #e5e5e5;
    width: 30px;
    height: 3px;
    padding: 0;
}
/* statistics */
/* footer */
.section-footer {
    width: 100%;
    position: relative;
}
.section-footer__wrapper {
    position: relative;
}
.section-footer__middle {
    width: 100%;
    position: relative;
    background-color: #122862;
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}
.footer-box-widget {
    position: relative;
}
.footer-box-widget__title {
    color: #63B4FB;
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: 1px;
}
.footer-box-widget .text-subline {
    position: relative;
    width: 75%;
    height: 2px;
    padding: 0;
    background: #e5e5e5;
    border: none;
}
.footer-box-widget .text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 75%;
    background: #63B4FB;
}
.footer-box-widget-content {
    margin-top: 25px;
}
.foot-social-icon {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border: none;
    color: #122862;
    background: #e5e5e5;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}
.foot-social-icon.icon-facebook:hover {
	background: #395b98;
	color: #fff;
}
.foot-social-icon.icon-instagram:hover {
	background-image: linear-gradient(-45deg, #ffdc80, #e1306c 50%, #405de6);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFDC80', endColorstr='#FF405DE6', GradientType=1);
	color: #fff;
}
.foot-social-icon.icon-youtube:hover {
	background: #F60002;
	color: #fff;
}
.foot-social-icon.icon-twitter:hover {
	background: #2ca7e0;
	color: #fff;
}
.footer-box-widget .contact-info {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-box-widget .contact-info li:not(:last-child) {
    margin-bottom: 15px;
}
.footer-box-widget .flink-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-box-widget .flink-list li:not(:last-child) {
    margin-bottom: 5px;   
}
.footer-box-widget .flink-list li {
    color: #FFFFFF;
    position: relative;
}
.footer-box-widget .flink-list li>a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    margin-left: 15px;
}
.footer-box-widget .flink-list li>a:hover {
    color: #63B4FB;
}
.footer-box-widget .flink-list li>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background: #63B4FB;
}
.contact-info__icon {
    width: 20px;
    text-align: left;
}
.contact-info__text {
    font-weight: 400;
}
.section-footer__bottom {
    width: 100%;
    position: relative;
    background-color: #424558;
}
.section-footer__bottom-content {
    color: #FFFFFF;
}
.footer-copyright {
    font-size: 15px;
    font-weight: 400;
}
.copyright-year {
    font-weight: 400;
}
/* footer */
/* custom */
.color-one {
    color: #122862 !important;
}
.color-two {
    color: #63B4FB !important;
}
.sec-title .title {
    font-size: 32px;
    font-weight: 700;
    color: #122862;
    position: relative;
    padding: 0px 0px 20px 0px;
    letter-spacing: 1px;
}
.sec-title-bar .title:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 4px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #63B4FB;
}
.btn-custom {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 10px 30px;
    outline: none;
    letter-spacing: 1px;
    background: #122862;
    border: 1px solid #122862;
    border-radius: 4px 4px 4px 4px;
    transition: all 0.3s ease;
}
.btn-custom:hover {
    color: #FFFFFF;
    background: #63B4FB;
    border-color: #63B4FB;
}
.btn-custom-2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 10px 30px;
  outline: none;
  letter-spacing: 1px;
  background: transparent;
  border: 2px solid #FFFFFF;
  box-shadow: none !important;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.3s ease;
}
.btn-custom-2:hover {
  color: #FFFFFF;
  background: #63B4FB;
  border-color: #63B4FB;
}
/* custom */
/* welcome */
.box-welcome .welcome-description {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #505050;
}
.box-welcome .welcome-title {
    color: #122862;
    line-height: 28px;
    letter-spacing: 1px;
}
.box-welcome .welcome-subtitle {
    display: block;
    color: #63B4FB;
    font-size: 20px;
}
/* welcome */
/* slide */
.box-slide-main .owl-nav button[class*="owl-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    color: #fff;
    border: 1px solid #FFFFFF;
    width: 40px;
    height: 52px;
    outline: none;
}
.box-slide-main .owl-nav button[class*="owl-"]:hover {
    background: #122862;
    color: #FFFFFF;
    border-color: #122862;
}
.box-slide-main .owl-nav .owl-prev {
    left: 30px;
}
.box-slide-main .owl-nav .owl-next {
    right: 30px;
}
/* slide */
/* news item */
.news-item{
  width: 100%;
  position: relative;
}
.news-item__header{
  background: #122862;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.news-item__header-title{
  margin: 0;
  color: #FFFFFF;
  font-size: 1.2em;
}
.news-item__header-title>a{
  color: inherit;
}
.news-item__body{
  background: #EEEEEE;
}
.news-item__body-date{
  font-size: 0.975em;
  display: block;
  color: #122862;
  font-weight: 500;
}
.news-item__body-description{
  color: #484848;
  font-size: 0.975em;
  margin: 0;
}
.news-item__image{
  margin: 0;
}
.news-item__image img{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.news-item:hover .news-item__image img{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.news-item:hover .news-item__body-date{
  color: #122862;
}
.news-item:hover .news-item__header{
  background: #63B4FB;
}
.news-social a{
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  background: #2DB200;;
}
.news-social a:hover{
  opacity: 0.75;
}
.news-social a>i{
  margin: 0;
  font-size: 1.1em;
  color: #FFFFFF;
}
.news-social .ns-facebook{
  background: #3B5998 !important;
}
.news-social .ns-twitter{
  background: #56A3D9 !important;
}
.news-social .ns-whatsapp{
  background: #11D864 !important;
}
.btn-mas-noticias{
  background: #FFFFFF;
  color: #27903A;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid #27903A;
}
.btn-mas-noticias:hover{
  color: #FFFFFF;
  background: #27903A;
}
.pagination-main .page-item .page-link{
  border-color: #CCCCCC;
  border-width: 2px;
  color: #111111;
}
.pagination-main .page-item.active .page-link{
  background-color: #2DB200;
  border-color: #2DB200;
  color: #FFFFFF;
}
/* news item */
/*** Block Links ***/
.block-links {
  padding: 0 0 75px;
}
.block-links .title-links {
  padding: 10px 0;
}
.block-links .title-links h3 {
  font-size: 21px;
  color: #122862;
}
.block-links h6 {
  color: #2d2d2d;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: -5px;
}
.block-links p {
  color: #9f9f9f;
  font-size: 16px;
  line-height: 1.4;
}
.block-links .view-all {
  width: 100%;
}
.block-links .view-all a {
  background-color: #122862;
  text-align: center;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 16px 0;
  display: block;
  font-size: 16px;
  text-decoration: none;
}
.block-links .column-news .post-item {
  margin-bottom: 30px;
}
.block-links .column-news .image-frame {
  float: left;
}
.block-links .column-news .image-frame img {
  width: 100%;
}
.block-links .column-news .post-desc-wrapper {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .block-links .column-news .image-frame {
    width: 37%;
  }
  .block-links .column-news .post-desc-wrapper {
    width: 63%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-links .column-news .image-frame {
    width: 28%;
  }
  .block-links .column-news .post-desc-wrapper {
    width: 72%;
  }
}
@media (max-width: 991px) {
  .block-links .column-news .image-frame {
    width: 40%;
  }
  .block-links .column-news .post-desc-wrapper {
    width: 60%;
  }
}
.block-links .column-career .company-item {
  margin-bottom: 30px;
}
.block-links .column-career .company-logo {
  float: left;
}
.block-links .column-career .company-desc-wrapper {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .block-links .column-career .company-logo {
    width: 37%;
  }
  .block-links .column-career .company-desc-wrapper {
    width: 63%;
  }
}
@media (max-width: 991px) {
  .block-links .column-career .company-logo {
    width: 25%;
  }
  .block-links .column-career .company-desc-wrapper {
    width: 75%;
    margin-top: 20px;
  }
}
.block-links .column-calendar {
  width: 100%;
  display: block;
}
.block-links .column-calendar .content-calendar {
  background-color: #fcfcfc;
  display: block;
  border: 1px solid #122862;
}
.block-links .column-calendar .top-section {
  color: #484848;
  padding: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.block-links .column-calendar .top-section h6 {
  margin: 0;
}
.block-links .column-calendar .list-view {
  padding: 10px;
  width: 100%;
}
.block-links .column-calendar .list-view .view-item {
  border-bottom: 1px solid #e9e9e9;
  padding: 0;
  width: 100%;
  margin-bottom: 15px;
}
.block-links .column-calendar .list-view .view-item:last-child{
    margin-bottom: 0;
}
.block-links .column-calendar .list-view .view-item .date-item {
  width: 100px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  background: #122862;
}
.block-links .column-calendar .list-view .view-item .date-item .dates {
  color: #FFFFFF;
  display: block;
}
.block-links .column-calendar .list-view .view-item .date-item .day {
  font-size: 28px;
  display: block;
  color: #FFFFFF;
}
.block-links .column-calendar .list-view .view-item .date-item .month {
  color: #63B4FB;
  display: block;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper {
  width: 100%;
  margin-left: 10px;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper .place {
  margin: 5px 0;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper .place .text-place {
  color: #757575;
}
@media (min-width: 991px) {
  .block-links .column-calendar .list-view {
    overflow-y: scroll;
    height: 370px;
  }
}
@media (max-width: 991px) {
  .block-links .block-news {
    margin-bottom: 30px;
  }
  .block-links .block-career {
    margin-bottom: 30px;
  }
}
.view-item .date-desc-wrapper .date-title h6 {
  font-size: 16px;
  color: #122862;
}
.view-item .date-desc-wrapper .date-title h6 a{
  text-decoration: none;
  color: inherit;
}
.view-item .date-desc-wrapper .date-title h6 a:hover{
  color: #63B4FB;
}
.view-item .date-desc-wrapper .place .text-place {
  font-size: 16px;
}
.view-item .date-desc-wrapper .time .text-time {
  font-size: 14px;
}
/* block link */
/* link */
.block-links-1 {
  background: #E5E7EE;
  padding: 25px 15px;
}
.block-links-1__content {
  background: #122862;
}
.block-links-1__title {
  color: #122862;
  font-size: 20px;
  letter-spacing: 1px;
}
.box-link-item {
  padding: 15px 10px;
  text-align: center;
}
.box-link-item a {
  text-decoration: none;
}
.box-link-item__icon {
  position: relative;
}
.box-link-item__content {
  position: relative;
}
.box-link-item__title {
  color: #FFFFFF;
  font-size: 16px;
}
.box-link-item:hover .box-link-item__title {
  color: #63B4FB;
}
.box-banner-1 {
  width: 100%;
  position: relative;
  background-color: #2C3145;
  border-top: 5px solid #63B4FB;
}
.box-banner-1__content {
  padding: 30px 5px;
}
.box-banner-1__title {
  margin: 0;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: uppercase;
}
.box-banner-1__description {
  margin: 0;
  color: #63B4FB !important;
  font-size: 18px;
  text-transform: uppercase;
}
.box-banner-1 {
  background-image: url(../img/bgs/bg-bn.png);
  background-repeat: no-repeat;
  background-position: left center;
}
/* links */
/* ac */
.section-ac {
  margin-top: -4%;
}
.item-ac {
  width: 100%;
  position: relative;
  text-align: center;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.item-ac a {
  text-decoration: none;
}
.item-ac__icon {
  width: 175px;
  height: 175px;
  line-height: 175px;
  padding-top: 15px;
  margin: auto;
  position: relative;
  background: #FFFFFF;
  border: 15px solid #DFDFDF;
  border-radius: 50%;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.item-ac__icon img {
  width: 120px !important;
  margin: auto;
}
.item-ac__content {
  position: relative;
  margin-top: 15px;
}
.item-ac__title {
  font-size: 16px;
  color: #2C3145;
}
.item-ac__content__bar {
  position: relative;
  width: 75%;
  height: 4px;
  margin: auto;
  background: #63B4FB;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.item-ac:hover .item-ac__content__bar {
  width: 50%;
  background: #112863;
}
.item-ac:hover .item-ac__icon{
  background: #DFDFDF;
  border-color: #112863;
}
/* ac */
/* contact us */
.contact-divider {
  background: #122862;
  fill: #122862;
  width: 50px;
  height: 3px;
  padding: 0;
  margin: 21px auto 21px;
  border: none;
  margin-left: 0;
}
.contact__title {
  font-size: 1.75em;
  color: #122862;
}
.contact-aside {
  width: 100%;
  position: relative;
}
.contact-aside-item {
  position: relative;
}
.contact-aside-hr{
  background: #e5e5e5;
  fill: #e5e5e5;
  height: 1px;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact-aside-item-title {
  color: #122862;
  font-size: 18px;
}
.list-item-info {
  position: relative;
}
.list-item-info i {
  color: #122862;
  font-size: 18px;
  margin-right: 5px;
}
.list-item-info span {
  color: #222222;
  font-weight: 400;
  font-size: 16px;
}
.social-item-l {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border: none;
  color: #888888;
  text-align: center;
  background: #e5e5e5;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}
.social-item-l.icon-facebook:hover {
  background: #395b98;
	color: #fff;
}
.social-item-l.icon-instagram:hover {
  background-image: linear-gradient(-45deg, #ffdc80, #e1306c 50%, #405de6);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFDC80', endColorstr='#FF405DE6', GradientType=1);
	color: #fff;
}
.social-item-l.icon-youtube:hover {
  background: #FF0000;
	color: #fff;
}
.social-item-l.icon-twitter:hover {
  background: #2ca7e0;
	color: #fff;
}
.form-control {
  box-shadow: none !important;
  border: 2px solid #CCCCCC;
}
.form-control:focus {
  border-color: #122862;
}
.form-label {
  color: #122862;
}
/* contact us */
/* ts pagination */
.ts-pagination {
  padding: 0;
  margin-top: 20px;
}

.ts-pagination li {
  display: inline-block;
}

.ts-pagination li a {
  color: inherit;
  display: block;
  padding: 7px 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-decoration: none;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin-right: 5px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.ts-pagination li a:hover, .ts-pagination li a.active {
  color: #fff;
  background: #122862;
}
/* ts pagination */
/* event item */
.event_item {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #122862;
}
.event_item:last-child {
  border-bottom: 0;
}
.event_item_date_b{
  border: 4px solid #63B4FB;
  padding: 5px;
}
.event_item_date {
  text-align: center;
  background: #122862;
  color: #FFFFFF;
  padding: 15px 5px;
}
.event_item_date .dates {
  font-size: 18px;
  font-weight: 500;
}
.event_item_date .day {
  font-weight: 900;
  font-size: 2.5em;
}
.event_item_date .month {
  font-size: 18px;
  color: #63B4FB;
  font-weight: 500;
}
.event_item__title h3{
  font-size: 1.5em;
  color: #122862;
}
.event_item__title h3 a{
  color: inherit;
}
.event_item__title h3:hover a{
  color: #63B4FB;
}
.event_item__description {
  color: #444444;
}
.event_item__location {
  padding: 5px 0;
}
.color-main{
  color: #122862;
}
/* event item */
/* single news */
.box-news-search {
  position: relative;
}
.btn-search-news {
  background: #122862;
  color: #FFFFFF;
}
.btn-search-news:hover{
  background: #63B4FB;
  color: #FFFFFF;
}
.box-news-search__title {
  color: #122862;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.single-news {
    position: relative;
}
.single-news .image {
    display: block;
    margin-bottom: 10px;
}
.single-news .image img {
    width: 100%;
}
.single-news .content h3 {
    color: #122862;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
@media only screen and(max-width: 479px) {
    .single-news .content h3 {
        font-size: 24px;
        line-height: 25px;
    }
}
.single-news .content .meta {
    overflow: hidden;
    margin-bottom: 20px;
}
.single-news .content .meta .meta-item {
    font-size: 16px;
    line-height: 18px;
    display: block;
    margin-right: 15px;
    color: #122862;
}
.single-news .content .meta .meta-item i {
    float: left;
    line-height: 16px;
    margin-right: 7px;
    padding-left: 1px;
}
.single-news .content img {
    width: 100%;
    margin: 15px 0 30px;
}
.single-news .content p {
    margin-bottom: 15px;
}
.single-news .news-footer {
    float: left;
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    padding: 20px 0;
}
.single-news .news-footer .news-tags {
    float: left;
}
@media only screen and(max-width: 767px) {
    .single-news .news-footer .news-tags {
        width: 100%;
    }
}
.single-news .news-footer .news-tags a {
    border: 1px solid #acacac;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 8px 20px 6px;
    text-transform: capitalize;
}
.single-news .news-footer .news-tags a:hover {
    color: #ffffff;
    background-color: #122862;
    border-color: #122862;
}
.single-news .news-footer .news-share {
    float: right;
}
@media only screen and(max-width: 767px) {
    .single-news .news-footer .news-share {
        width: 100%;
        float: left;
    }
}
.single-news .news-footer .news-share a {
    display: block;
    float: left;
    border: 1px solid #acacac;
    line-height: 16px;
    padding: 6px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.single-news .news-footer .news-share a i {
    display: block;
    line-height: 16px;
    color: #484848;
    font-size: 18px;
}
.single-news .news-footer .news-share a:hover i {
    color: #FFFFFF;
}
.single-news .news-footer .news-share a:hover {
    color: #ffffff;
    background-color: #122862;
    border-color: #122862;
}
/* single news */
/* tips */
.tips-item{
  width: 100%;
  position: relative;
  background: #FFFFFF;
}
.tips-item-border{
  border: 2px solid #63B4FB;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  border-radius: 15px;
}
.tips-item-border:hover{
  border-color: #122862;
}
.tips-item__content{
  padding: 20px 15px;
}
.tips-item__title{
  font-size: 1.4em;
  font-weight: 900;
  color: #201E21;
}
.tips-item__title>a{
  color: #000000;
}
.tips-item__title>a:hover{
  color: #122862;
}
.tips-item__summary{
  color: #777777;
  font-size: 1em;
  text-align: justify;
}
.social-icons{
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons>li a{
  font-size: 2em;
  margin: 0 5px;
  text-decoration: none;
}
.social-icons>li a:hover{
  opacity: 0.85;
}
.social-icons .rs-facebook a{
  color: #4867AA;
}
.social-icons .rs-twitter a{
  color: #2DAAE2;
}
.social-icons .rs-google-plus a{
  color: #DD5144;
}
.post-title{
  font-weight: 900;
  font-size: 2em;
  color: #000000;
}
.post-summary{
  font-weight: 500;
  font-size: 1.1em;
  text-align: justify;
  color: #777777;
}
.post-subtitle{
  color: #201E21;
  font-weight: 600;
  font-size: 1.5em;
}
.post-items-related{
  width: 100%;
  position: relative;
  border: 2px solid #FFFFFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.post-items-related:hover{
  border-color: #122862;
}
.post-items-related>a{
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  color: #fff;
}
.post-items-related__content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 10px;
}
.post-items-related___::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.post-items-related__content>h5{
  position: relative;
  font-weight: 500;
  text-shadow: 2px 2px 2px #000000;
}
.post-items-related img{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.post-items-related:hover img{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.text-tpv{
  background: #122862;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 10px;
}
.post-items-related__content_rel{
  width: 100%;
  position: relative;
  padding: 15px 10px;
}
.post-items-related__content_rel>h5{
  color: #000000;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
}
.post-items-related:hover .post-items-related__content_rel>h5{
  color: #122862;
}
.post-date{
  font-size: 0.95em;
}
/* tips */
/* event d */
.event-d-image {
  position: relative;
}
.event-d-content {
  position: relative;
}
.event-d-title {
  font-size: 2em;
  color: #122862;
  font-weight: 700;
}
.event-d-description {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.bg-content {
  background: #F5F7FA;
}
/* event d */
/* post event */
.post-event {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}
article.post-event {
    position: relative;
}
.post-event-img-overlay {
    position: relative;
}
.post-event-meta {
    background: #0d2d62;
    padding: 5px 9px;
    min-width:  90px;
    color: #f6f7f8;
    position: absolute;
    bottom: 0px;
    z-index: 2;
}

.post-event-meta > * {
	margin: 0;
}

.post-event-meta .h3 {
	color: #fff;
}

.post-event-body h6 {
	font-weight: 700;
	font-size: 16px;
}

.post-event-body h6 a {
	color: #112863;
}

.post-event-body h6 a:hover {
	color: #63B4FB;
}

.post-event .list-inline a {
	color: #112863;
}

.post-event .list-inline a:hover {
	color: #112863;
}

.post-event .list-inline .icon-xxs {
	font-size: 20px;
	line-height: 20px;
}

.post-event-img-overlay {
	position: relative;
	display: inline-block;
}

.post-event-img-overlay:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(13, 45, 98, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.35s all ease;
	transition: 0.35s all ease;
	pointer-events: none;
}

.post-event-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.post-event-img-overlay:hover:after {
	opacity: 1;
	visibility: visible;
}

.post-event-img-overlay:hover .post-event-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.35s all ease;
	transition: 0.35s all ease;
}

.post-event .unit {
	margin-top: 20px;
}

.post-event .btn-primary:hover {
	color: #2d2e2e;
	background-color: #fff;
	border-color: #fff;
}

@media (min-width: 1200px) {
	.post-event-body {
		padding-top: 0px;
	}
}

@media (min-width: 1800px) {
	.post-event-body h6 {
		font-size: 18px;
	}
}
/* post event */
.box-abus-1 {
  position: relative;
}
.section-title2 {
  color: #122862;
  font-weight: 500;
  font-size: 1.75em;
}
/* page h */
.page-title-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page-title-area::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #333333;
  z-index: -1;
}
.page-title-area .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-title-area .page-title-content {
  text-transform: capitalize;
  text-align: center;
}
.page-title-area .page-title-content h1 {
  color: #fff;
  margin-bottom: 20px;
  margin-top: -10px;
  line-height: 1.2;
}
.page-title-area .page-title-content ul {
  padding: 0;
  margin: 0;
}
.page-title-area .page-title-content ul li {
  margin-right: 10px;
  padding-left: 15px;
  display: inline-block;
}
.page-title-area .page-title-content ul li:first-child {
  padding-left: 0;
}
.page-title-area .page-title-content ul li i {
  font-size: 14px;
  margin-left: -20px;
  margin-right: 10px;
  color: #fff;
  vertical-align: -1px;
}
.page-title-area .page-title-content ul li a {
  color: #fff;
}
.page-title-area .page-title-content ul li a:hover {
  color: #63B4FB;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px){
  .ptb-100 {
      padding-top: 50px;
      padding-bottom: 50px;
  }
}
/* page h */
/* gallery */
.img-gallery img{
  border: 3px solid #FFFFFF;
}
.gallery-item{
  width: 100%;
  position: relative;
  border: 2px solid #FFFFFF;
  -webkit-transition: all .4s ease;
  -moz-transition: color .4s ease;
  transition: all .4s ease;
}
.gallery-item__content{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background-color: rgb(0, 0, 0,0.7);
}
.gallery-item__content>h5{
  font-size: 1em;
  margin: 0;
  color: #FFFFFF;
}
.gallery-item>a:hover::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(18, 40, 98, 0.5);
  z-index: 1;
}
.gallery-item a{
  z-index: 2;
}
/* gallery */