﻿/* BEGIN Thin */
@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-Thin.ttf?v=1.1.0") format("truetype");
  font-weight: 100;
  font-style: normal; }

/* END Thin */
/* BEGIN Thin Italic */
@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-ThinItalic.ttf?v=1.1.0") format("truetype");
  font-weight: 100;
  font-style: italic; }

/* END Thin Italic */
/* BEGIN Light */
@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-Light.ttf?v=1.1.0") format("truetype");
  font-weight: 300;
  font-style: normal; }

/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-LightItalic.ttf?v=1.1.0") format("truetype");
  font-weight: 300;
  font-style: italic; }

/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-Regular.ttf?v=1.1.0") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-Regular.ttf?v=1.1.0") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto/Roboto-Italic.ttf?v=1.1.0") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-Italic.ttf?v=1.1.0") format("truetype");
  font-weight: normal;
  font-style: italic; }

/* END Italic */
/* BEGIN Medium */
@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-Medium.ttf?v=1.1.0") format("truetype");
  font-weight: 500;
  font-style: normal; }

/* END Medium */
/* BEGIN Medium Italic */
@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-MediumItalic.ttf?v=1.1.0") format("truetype");
  font-weight: 500;
  font-style: italic; }

/* END Medium Italic */
/* BEGIN Bold */
@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-Bold.ttf?v=1.1.0") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-Bold.ttf?v=1.1.0") format("truetype");
  font-weight: bold;
  font-style: normal; }

/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto/Roboto-BoldItalic.ttf?v=1.1.0") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-BoldItalic.ttf?v=1.1.0") format("truetype");
  font-weight: bold;
  font-style: italic; }

/* END Bold Italic */
/* BEGIN Black */
@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-Black.ttf?v=1.1.0") format("truetype");
  font-weight: 900;
  font-style: normal; }

/* END Black */
/* BEGIN Black Italic */
@font-face {
  font-family: Roboto;
  src: url("/fonts/Roboto/Roboto-BlackItalic.ttf?v=1.1.0") format("truetype");
  font-weight: 900;
  font-style: italic; }

/* END Black Italic */
/*# sourceMappingURL=roboto.css.map */
html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  min-width: 320px; }

a {
  color: #777; }
  a:hover, a:focus {
    text-decoration: none;
    color: #009EC5; }

ul, li {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

a, span, i {
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

img {
  max-width: 100%;
  height: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 100%; } }

@media (min-width: 768px) {
  .container {
    max-width: 100%; } }

@media (min-width: 1024px) {
  .container {
    max-width: 100%; } }

@media (min-width: 1367px) {
  .container {
    max-width: 1360px; } }

.mb-30 {
  margin-bottom: 30px !important; }

.d-flex-spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.text-invisible {
  font: 0/0 small; }

.section {
  background: #fff;
  position: relative;
  width: 100%;
  min-height: 100%; }

.section_minheight {
  background: #fff;
  position: relative;
  width: 100%;
  min-height: 85%;
}

.box-square,
.box-3x4,
.box-4x3,
.box-16x9 {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  margin: 0;
  background: #f8f8f8; }
  .box-square > img,
  .box-3x4 > img,
  .box-4x3 > img,
  .box-16x9 > img {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    display: block;
    height: 100% !important; }

.box-3x4 {
  padding-bottom: 133.333333%; }

.box-4x3 {
  padding-bottom: 75%; }

.box-16x9 {
  padding-bottom: 56.25%; }

.bg-primary {
  background-color: #009EC5 !important; }

.btn.bg-primary:hover, .btn.bg-primary:focus {
  background-color: #009EC5 !important;
  opacity: 0.8; }

form {
  overflow: hidden; }

@media (max-width: 767px) {
  .d-xs-none {
    display: none !important; } }

.background-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.bg-black {
  background-color: black; }

.position-fixed.fullPage,
.position-absolute.fullPage {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.field-validation-error {
  color: #F44336; }

.h-xs-50 {
  height: 50% !important; }

.h-xs-100 {
  height: 100% !important; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.swiper-slide .img-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.box {
  background-color: white; }
  .box .box-header {
    padding: 15px;
    border-bottom: 1px solid #e9ecef; }
  .box .box-body {
    padding: 15px;
    overflow: hidden; }
  .box .box-title {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    color: #373435;
    text-align: left;
    margin: 0; }

.box-list-items .item {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row; }
  .box-list-items .item:last-child {
    border-bottom: none; }
  .box-list-items .item > a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row; }
  .box-list-items .item:hover {
    border-bottom-color: #009EC5;
    color: #009EC5; }

.box-form {
  padding: 30px 40px;
  background: #fff;
  border-radius: 4px; }
  .box-form .box-form-header .box-form-header-link {
    color: #ddd;
    padding: 10px;
    font-size: 16px; }
  .box-form .box-form-header ul > li.active .box-form-header-link {
    border-bottom: solid 3px #009EC5;
    color: #009EC5; }
  .box-form .box-form-header ul > li:hover .box-form-header-link {
    border-bottom: solid 3px #009EC5;
    color: #009EC5; }
  .box-form .box-form-body form input, .box-form .box-form-body form select, .box-form .box-form-body form textarea, .box-form .box-form-body form label {
    font-size: 14px; }
  .box-form .box-form-body form input {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .box-form .box-form-body form select {
    height: calc(3.1rem + 2px) !important; }
  .box-form .box-form-body form button[type=submit] {
    margin: 10px 0 10px;
    height: 45px;
    text-transform: uppercase;
    background-color: #009EC5;
    width: 100%;
    padding: 7px 0;
    font-size: 16px; }

.widget {
  background-color: white;
  padding: 20px; }
  .widget .widget-title {
    color: #373435;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 0 0;
    margin: 0 0 15px;
    overflow: hidden; }
    .widget .widget-title.border-style {
      border-bottom: 3px solid #009EC5;
      padding-bottom: 8px; }
  .widget .widget-nav .accor-header {
    overflow: hidden;
    padding: 8px 0; }

header {
  background-color: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

.header-top {
  height: 38px;
  background-color: #F9F9F9;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden; }
  .header-top .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .header-top .container > .row {
      width: 100%;
      height: 37px; }
  .header-top .navlink > li {
    padding: 0 8px;
    line-height: 1;
    border-right: 2px solid rgba(0, 0, 0, 0.12); }
    .header-top .navlink > li:last-child {
      border-right: none; }
  .header-top .social-link > li {
    padding: 0 10px; }
    .header-top .social-link > li i {
      font-weight: 900; }

.header-nav {
  padding: 0;
  font-size: 14px;
  color: #555555;
  max-height: 66px; }
  @media (max-width: 991px) {
    .header-nav {
      position: relative;
      height: 66px; } }
  .header-nav .logo {
    width: 257px;
    height: 37px;
    padding-top: 0;
    padding-bottom: 0; }
  .header-nav .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1); }
    .header-nav .navbar-toggler-icon {
      background-image: url(/Content/Images/Icons/navbar-toggler-icon.svg); }
  @media (max-width: 991px) {
    .header-nav {
      z-index: 999; }
      .header-nav .navbar-collapse {
        background-color: #373435;
        right: -100%;
        left: auto;
        top: 66px;
        width: 80%;
        height: 50px;
        min-height: 100%; }
        .header-nav .navbar-collapse.active {
          right: 0px;
          left: auto !important; } }
  @media (max-width: 600px) {
    .header-nav .navbar-collapse {
      top: 147px; } }

.nav-item {
  position: relative;
  cursor: pointer;
}
  .nav-item:after {
    content: '';
    background: transparent;
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    transition: width .5s ease, background-color .5s ease; }
  .nav-item:hover:after {
    background: #ed553b;
    width: 100%; }
  .nav-item .nav-link {
    cursor: pointer;
    line-height: 20px;
    padding: 5px 5px 5px 5px;
    margin: 5px;
    text-transform: uppercase;
    text-align:center;
    transition: opacity .2s; 
    /*color: #009EC5;*/
    color: #eeefff;
    background-color: #3caea3;
    border-radius: 5px;
  }

  .nav-item:hover .nav-link, .nav-item.active .nav-link {
    color: #fff;
    background-color: #ed553b;
    opacity: 1; }
  .nav-item.active .nav-link {
    font-weight: 400; }
  .nav-item.active:after {
    width: 100%;
    background: #ed553b; }
  @media (max-width: 991px) {
    .nav-item:after {
      display: none; }
    .nav-item .nav-link {
      margin: 0 25px;
      color: white;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
    .nav-item:hover .nav-link,
    .nav-item.active .nav-link {
      opacity: 1;
      color: #009EC5;
    } 
  }

.slide-show {
  margin-bottom: 30px; }
  .slide-show .swiper-slide > img {
    width: 98%; }

.box {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1); }

.box-login {
  background: #f5f5f5; }

.list-fast li {
  position: relative;
  padding-right: 15px !important; }
  .list-fast li > i {
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: right;
    margin-top: -7px;
    font-size: 14px;
    color: #888; }
  .list-fast li .icon {
    background-color: #009EC5;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    margin-right: 10px;
    padding: 7px; }
    .list-fast li .icon img {
      width: 100%;
      height: 100%; }
  .list-fast li .fast-content {
    flex: 1; }
  .list-fast li .title {
    color: #3f3f3f;
    font-size: 18px; }
  .list-fast li .sub-title {
    color: #777; }

.list-news li {
  position: relative;
  padding-left: 20px !important; }
  .list-news li > i {
    position: absolute;
    top: 18px;
    left: 0;
    color: #009EC5; }
  .list-news li:hover:before {
    color: #009EC5; }

/*.home-content-main {
    padding: 0px 0px 30px 0px;

    @include tablet {
        padding: 0px 15px 30px 15px;
    }

    .container {
        max-width: 1140px;
    }

    

    @include tablet {
        .col {
            margin-bottom: 15px;
        }
    }

    @include mobile_m {
        .col {
            flex: 100%;
            margin-bottom: 15px;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }

    

    
}*/
.page-content.login {
  background-color: black;
  padding: 50px 0; }
  .page-content.login .login-form {
    width: 100%;
    max-width: 380px;
    background: #FFF;
    border-radius: 4px;
    margin: 0 auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    .page-content.login .login-form .tab {
      width: 100%;
      border-bottom: solid 1px #f4f4f4;
      overflow: hidden; }
      .page-content.login .login-form .tab > li {
        margin-left: 20px; }
        .page-content.login .login-form .tab > li a {
          display: block;
          width: 150px;
          font-size: 16px;
          font-weight: 300;
          text-align: center;
          color: #787878;
          padding: 15px 5px 7px;
          border-bottom: 3px solid transparent;
          text-decoration: none; }
          .page-content.login .login-form .tab > li a.active, .page-content.login .login-form .tab > li a:hover {
            border-bottom: solid 3px #009EC5;
            color: #009EC5;
            cursor: pointer; }
    .page-content.login .login-form .form-content {
      padding: 40px 30px; }
      .page-content.login .login-form .form-content .form-group > label {
        margin-bottom: 5px; }

.page-content.content {
  margin: 40px 0 0; }
  .page-content.content .widget:first-child {
    padding-top: 0; }

.sitemap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0; }
  .sitemap .item:not(:last-child):after {
    content: "/";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding: 0 5px; }
  .sitemap .ic {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 6px;
    float: left; }

.post-wrap {
  margin-bottom: 30px; }

.post-title {
  margin: 0 0 10px;
  position: relative;
  font-size: 1.5em;
  line-height: 1.3;
  border: none;
  text-transform: uppercase; }
  .post-title > a {
    color: #555; }

.post-meta {
  color: #888;
  display: block;
  margin: 0 0 10px; }

.post-excerpt {
  margin-bottom: 20px;
  color: #444; }

.post-footer {
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
  margin-top: 20px;
  color: #888; }

ul#list1 {
  margin:20px;
}

    ul#list1 li {
        list-style-type: decimal;
        font-weight: bolder;
    }

ul#sub {
  margin:0 0 5px 20px;
}

    ul#sub li {
        list-style-type: square;
        font-weight:normal;
        margin: 3px;
    }

 .signout {
     background-color: #20639b;
     color: red;
 }