/* USAGE MEDIA QUERIES
  div {
    height: 390px;

    @include breakpoint(mobile) {
      margin-bottom: 15px;
    }
  }
*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.row:before, .row:after {
  width: 0; }

.list-tile-with-border, .tileWithBorder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .list-tile-with-border, .tileWithBorder {
      margin-left: -10px;
      margin-right: -10px; } }
  .list-tile-with-border > li, .tileWithBorder > li {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .list-tile-with-border > li, .tileWithBorder > li {
        padding: 0 10px; } }
  .list-tile-with-border .tile-content, .list-tile-with-border .tileContent, .tileWithBorder .tile-content, .tileWithBorder .tileContent {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    border: 1px solid #358be3;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    padding: 40px 15px 30px;
    min-height: 200px; }
    @media (max-width: 767px) {
      .list-tile-with-border .tile-content, .list-tile-with-border .tileContent, .tileWithBorder .tile-content, .tileWithBorder .tileContent {
        padding: 9px 12px;
        margin-bottom: 10px;
        min-height: initial; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .list-tile-with-border .tile-content, .list-tile-with-border .tileContent, .tileWithBorder .tile-content, .tileWithBorder .tileContent {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .list-tile-with-border .tile-content, .list-tile-with-border .tileContent, .tileWithBorder .tile-content, .tileWithBorder .tileContent {
        padding-left: 10px;
        padding-right: 10px; } }
    .list-tile-with-border .tile-content div, .list-tile-with-border .tileContent div, .tileWithBorder .tile-content div, .tileWithBorder .tileContent div {
      text-align: center; }
    .list-tile-with-border .tile-content .txt-tile-title, .list-tile-with-border .tileContent .txt-tile-title, .tileWithBorder .tile-content .txt-tile-title, .tileWithBorder .tileContent .txt-tile-title {
      text-align: left;
      color: #000; }
    .list-tile-with-border .tile-content .tile-icon, .list-tile-with-border .tile-content .txt-tile-title, .list-tile-with-border .tileContent .tile-icon, .list-tile-with-border .tileContent .txt-tile-title, .tileWithBorder .tile-content .tile-icon, .tileWithBorder .tile-content .txt-tile-title, .tileWithBorder .tileContent .tile-icon, .tileWithBorder .tileContent .txt-tile-title {
      position: relative;
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .list-tile-with-border .tile-content img, .list-tile-with-border .tileContent img, .tileWithBorder .tile-content img, .tileWithBorder .tileContent img {
      width: 100%;
      height: auto;
      max-width: 120px;
      max-height: 100px;
      object-fit: contain;
      position: relative;
      top: 0;
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 767px) {
        .list-tile-with-border .tile-content img, .list-tile-with-border .tileContent img, .tileWithBorder .tile-content img, .tileWithBorder .tileContent img {
          max-width: 90px;
          max-height: 54px; } }
    .list-tile-with-border .tile-content .tile-icon, .list-tile-with-border .tileContent .tile-icon, .tileWithBorder .tile-content .tile-icon, .tileWithBorder .tileContent .tile-icon {
      font-size: 70px;
      font-size: 5rem;
      color: #358be3;
      bottom: 0; }
      @media (max-width: 767px) {
        .list-tile-with-border .tile-content .tile-icon, .list-tile-with-border .tileContent .tile-icon, .tileWithBorder .tile-content .tile-icon, .tileWithBorder .tileContent .tile-icon {
          font-size: 35px;
          font-size: 2.5rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .list-tile-with-border .tile-content .tile-icon, .list-tile-with-border .tileContent .tile-icon, .tileWithBorder .tile-content .tile-icon, .tileWithBorder .tileContent .tile-icon {
          font-size: 55px;
          font-size: 3.92857rem; } }
    .list-tile-with-border .tile-content .txt-tile-title, .list-tile-with-border .tile-content .txtTileTitle, .list-tile-with-border .tileContent .txt-tile-title, .list-tile-with-border .tileContent .txtTileTitle, .tileWithBorder .tile-content .txt-tile-title, .tileWithBorder .tile-content .txtTileTitle, .tileWithBorder .tileContent .txt-tile-title, .tileWithBorder .tileContent .txtTileTitle {
      line-height: 21px;
      line-height: 1.5rem;
      font-size: 18px;
      font-weight: 400;
      height: 40px;
      margin: 30px 0 0 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      top: 0; }
      @media (max-width: 767px) {
        .list-tile-with-border .tile-content .txt-tile-title, .list-tile-with-border .tile-content .txtTileTitle, .list-tile-with-border .tileContent .txt-tile-title, .list-tile-with-border .tileContent .txtTileTitle, .tileWithBorder .tile-content .txt-tile-title, .tileWithBorder .tile-content .txtTileTitle, .tileWithBorder .tileContent .txt-tile-title, .tileWithBorder .tileContent .txtTileTitle {
          font-size: 13px;
          font-size: 0.92857rem;
          line-height: 17px;
          line-height: 1.21429rem;
          height: inherit;
          margin-top: 20px;
          display: block; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .list-tile-with-border .tile-content .txt-tile-title, .list-tile-with-border .tile-content .txtTileTitle, .list-tile-with-border .tileContent .txt-tile-title, .list-tile-with-border .tileContent .txtTileTitle, .tileWithBorder .tile-content .txt-tile-title, .tileWithBorder .tile-content .txtTileTitle, .tileWithBorder .tileContent .txt-tile-title, .tileWithBorder .tileContent .txtTileTitle {
          font-size: 15px;
          font-size: 1.07143rem;
          line-height: 21px;
          line-height: 1.5rem;
          margin-top: 18px; } }
    .list-tile-with-border .tile-content .txt-desc, .list-tile-with-border .tileContent .txt-desc, .tileWithBorder .tile-content .txt-desc, .tileWithBorder .tileContent .txt-desc {
      font-size: 16px;
      font-size: 1.14286rem;
      line-height: 23px;
      line-height: 1.64286rem;
      text-align: left; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .list-tile-with-border .tile-content .txt-desc, .list-tile-with-border .tileContent .txt-desc, .tileWithBorder .tile-content .txt-desc, .tileWithBorder .tileContent .txt-desc {
          font-size: 14px;
          font-size: 1rem;
          line-height: 18px;
          line-height: 1.28571rem; } }
      @media (max-width: 767px) {
        .list-tile-with-border .tile-content .txt-desc, .list-tile-with-border .tileContent .txt-desc, .tileWithBorder .tile-content .txt-desc, .tileWithBorder .tileContent .txt-desc {
          font-size: 14px;
          font-size: 1rem;
          line-height: 18px;
          line-height: 1.28571rem; } }
    .list-tile-with-border .tile-content .see-more, .list-tile-with-border .tileContent .see-more, .tileWithBorder .tile-content .see-more, .tileWithBorder .tileContent .see-more {
      margin-top: 15px;
      display: block;
      text-align: right;
      position: absolute;
      right: 5px;
      bottom: 10px;
      color: #000;
      font-size: 12px;
      font-size: 0.85714rem; }
      .list-tile-with-border .tile-content .see-more i, .list-tile-with-border .tileContent .see-more i, .tileWithBorder .tile-content .see-more i, .tileWithBorder .tileContent .see-more i {
        font-size: 16px;
        font-size: 1.14286rem;
        position: relative;
        top: 2px; }
    .list-tile-with-border .tile-content:hover, .list-tile-with-border .tileContent:hover, .tileWithBorder .tile-content:hover, .tileWithBorder .tileContent:hover {
      border-color: #979797;
      text-decoration: none; }
      .list-tile-with-border .tile-content:hover img, .list-tile-with-border .tileContent:hover img, .tileWithBorder .tile-content:hover img, .tileWithBorder .tileContent:hover img {
        top: -5px; }
      .list-tile-with-border .tile-content:hover .tile-icon, .list-tile-with-border .tileContent:hover .tile-icon, .tileWithBorder .tile-content:hover .tile-icon, .tileWithBorder .tileContent:hover .tile-icon {
        bottom: 5px;
        color: #979797; }
      .list-tile-with-border .tile-content:hover .txt-tile-title, .list-tile-with-border .tileContent:hover .txt-tile-title, .tileWithBorder .tile-content:hover .txt-tile-title, .tileWithBorder .tileContent:hover .txt-tile-title {
        top: 5px;
        text-decoration: underline;
        color: #358be3; }

.list-with-photo-lnk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-with-photo-lnk > li {
    margin-bottom: 20px; }
    .list-with-photo-lnk > li:last-of-type {
      margin-bottom: 0; }
  .list-with-photo-lnk .photo-lnk-item {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 54%;
    background-size: cover;
    background-position: left; }
    @media (max-width: 767px) {
      .list-with-photo-lnk .photo-lnk-item {
        height: 220px;
        padding-bottom: 0; } }
    .list-with-photo-lnk .photo-lnk-item:hover .btn {
      background-color: #fff;
      color: #ea3230; }
    .list-with-photo-lnk .photo-lnk-item .lnk-photo {
      width: 100%;
      height: auto;
      -webkit-transition: 0.5s;
      -khtml-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .list-with-photo-lnk .photo-lnk-item .txt-title {
      color: #fff;
      font-size: 24px;
      font-size: 1.71429rem;
      line-height: 30px;
      line-height: 2.14286rem;
      text-transform: uppercase;
      font-weight: 400;
      position: absolute;
      bottom: 60px;
      left: 30px;
      margin-bottom: 0;
      padding-right: 30px; }
      @media (max-width: 767px) {
        .list-with-photo-lnk .photo-lnk-item .txt-title {
          bottom: 70px;
          font-size: 20px;
          font-size: 1.42857rem;
          line-height: 26px;
          line-height: 1.85714rem; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .list-with-photo-lnk .photo-lnk-item .txt-title {
          bottom: 50px;
          font-size: 20px;
          font-size: 1.42857rem;
          line-height: 26px;
          line-height: 1.85714rem; } }
    .list-with-photo-lnk .photo-lnk-item .btn {
      position: absolute;
      bottom: 15px;
      right: 15px;
      background-color: #ea3230;
      color: #fff;
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .list-with-photo-lnk .photo-lnk-item:hover .lnk-photo {
      -webkit-transform: scale(1.1);
      -khtml-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
      @media (max-width: 991px) {
        .list-with-photo-lnk .photo-lnk-item:hover .lnk-photo {
          -webkit-transform: scale(1);
          -khtml-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); } }

.box-logo-and-desc {
  padding: 35px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-top: 1px solid #dcdcdc; }
  @media (max-width: 767px) {
    .box-logo-and-desc {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 30px 10px 10px 10px; } }
  .box-logo-and-desc .box-wrapper {
    width: 170px; }
    @media (max-width: 767px) {
      .box-logo-and-desc .box-wrapper {
        width: 100%;
        text-align: center;
        margin-bottom: 25px; } }
    .box-logo-and-desc .box-wrapper i {
      font-size: 100px;
      font-size: 7.14286rem;
      color: #358be3; }
      @media (max-width: 767px) {
        .box-logo-and-desc .box-wrapper i {
          font-size: 70px;
          font-size: 5rem; } }
  .box-logo-and-desc p {
    color: #6d6d6d;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 23px;
    line-height: 1.64286rem;
    flex: 1; }
    @media (max-width: 767px) {
      .box-logo-and-desc p {
        font-size: 14px;
        font-size: 1rem;
        line-height: 21px;
        line-height: 1.5rem;
        flex: auto; } }

.listing-with-description .listing-lnk-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8e0e4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }
  .listing-with-description .listing-lnk-item a {
    color: #000; }
.listing-with-description .img-wrapper {
  width: 280px;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .listing-with-description .img-wrapper {
      width: 240px; } }
  @media (max-width: 767px) {
    .listing-with-description .img-wrapper {
      width: 135px; } }
  .listing-with-description .img-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto; }
.listing-with-description .main-content {
  flex: 1;
  padding-left: 20px; }
  @media (max-width: 767px) {
    .listing-with-description .main-content {
      padding-left: 10px; } }
.listing-with-description .lnk-data .txt-category {
  color: #358be3;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }
.listing-with-description .lnk-data .txt-title {
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 30px;
  line-height: 2.14286rem;
  font-weight: 400;
  margin: 2px 0 0 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .listing-with-description .lnk-data .txt-title {
      font-size: 20px;
      font-size: 1.42857rem;
      line-height: 28px;
      line-height: 2rem;
      margin-top: 0; } }
  @media (max-width: 767px) {
    .listing-with-description .lnk-data .txt-title {
      font-size: 16px;
      font-size: 1.14286rem;
      line-height: 21px;
      line-height: 1.5rem;
      margin-top: 0; } }
.listing-with-description .txt-desc {
  margin: 30px 0 0 0;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 26px;
  line-height: 1.85714rem;
  font-family: 'Merriweather', serif;
  font-weight: 400; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .listing-with-description .txt-desc {
      font-size: 14px;
      font-size: 1rem;
      line-height: 23px;
      line-height: 1.64286rem;
      margin-top: 10px; } }
  @media (max-width: 767px) {
    .listing-with-description .txt-desc {
      display: none; } }

.tabs-with-options {
  margin: 40px 0;
  border-bottom: 1px solid #358be3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  .tabs-with-options .single-tab {
    color: #94999e;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 28px;
    line-height: 2rem;
    display: block;
    height: 30px;
    position: relative;
    bottom: -1px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0 10px; }
    .tabs-with-options .single-tab:hover {
      color: #358be3; }
    .tabs-with-options .single-tab.active {
      border-color: #358be3;
      border-bottom-color: #fff;
      color: #358be3; }

@media (max-width: 767px) {
  .tabs-with-description li.withIcon {
    padding: 0 !important; } }
.tabs-with-description li.withIcon .tileContent {
  height: 190px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .tabs-with-description li.withIcon .tileContent {
      height: 180px; } }
  @media (max-width: 767px) {
    .tabs-with-description li.withIcon .tileContent {
      height: 100px; } }
  .tabs-with-description li.withIcon .tileContent:after {
    content: '';
    position: absolute;
    bottom: -65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 47px solid transparent;
    border-right: 47px solid transparent;
    border-bottom: 20px solid #daeefb;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0; }
    @media (max-width: 767px) {
      .tabs-with-description li.withIcon .tileContent:after {
        display: none; } }
  .tabs-with-description li.withIcon .tileContent .txtTileTitle {
    font-size: 14px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.64286rem; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .tabs-with-description li.withIcon .tileContent .txtTileTitle {
        line-height: 20px;
        line-height: 1.42857rem;
        margin-top: 15px;
        height: inherit; } }
    @media (max-width: 767px) {
      .tabs-with-description li.withIcon .tileContent .txtTileTitle {
        font-size: 10px;
        font-size: 0.71429rem;
        line-height: 16px;
        line-height: 1.14286rem; } }
  .tabs-with-description li.withIcon .tileContent.active {
    background-color: #358be3;
    overflow: visible; }
    .tabs-with-description li.withIcon .tileContent.active:after {
      bottom: -40px;
      opacity: 1; }
    .tabs-with-description li.withIcon .tileContent.active i, .tabs-with-description li.withIcon .tileContent.active .txtTileTitle {
      color: #fff; }
    .tabs-with-description li.withIcon .tileContent.active:hover i {
      bottom: 0;
      color: #fff; }
    .tabs-with-description li.withIcon .tileContent.active:hover .txtTileTitle {
      top: 0;
      color: #fff;
      text-decoration: none; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .tabs-with-description li.withIcon .tileContent i {
      font-size: 50px;
      font-size: 3.57143rem; } }
  @media (max-width: 767px) {
    .tabs-with-description li.withIcon .tileContent i {
      display: none; } }
.tabs-with-description .tab-content-description {
  margin-top: 39px;
  background-color: #daeefb;
  min-height: 215px; }
  @media (max-width: 767px) {
    .tabs-with-description .tab-content-description {
      margin-top: 12px; } }
  .tabs-with-description .tab-content-description li {
    display: none;
    padding: 35px;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 23px;
    line-height: 1.64286rem;
    color: #6d6d6d; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .tabs-with-description .tab-content-description li {
        padding: 20px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.42857rem; } }
    @media (max-width: 767px) {
      .tabs-with-description .tab-content-description li {
        padding: 15px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.42857rem; } }
    .tabs-with-description .tab-content-description li:first-of-type {
      display: block; }
    .tabs-with-description .tab-content-description li p {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .tabs-with-description .tab-content-description li p {
          margin-bottom: 15px; } }
      .tabs-with-description .tab-content-description li p:last-of-type {
        margin-bottom: 0; }

.newsContainer .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.newsContainer .slick-arrow {
  bottom: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 50px; }
  @media (max-width: 767px) {
    .newsContainer .slick-arrow {
      background-color: #fff;
      width: 24px;
      height: 35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .newsContainer .slick-arrow {
      background-color: #fff;
      width: 30px;
      height: 43px; } }
  .newsContainer .slick-arrow:before {
    display: none; }
  @media (max-width: 767px) {
    .newsContainer .slick-arrow {
      -webkit-transform: translateY(-19%);
      -khtml-transform: translateY(-19%);
      -moz-transform: translateY(-19%);
      -ms-transform: translateY(-19%);
      -o-transform: translateY(-19%);
      transform: translateY(-19%);
      top: 19%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .newsContainer .slick-arrow {
      -webkit-transform: translateY(-15%);
      -khtml-transform: translateY(-15%);
      -moz-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
      -o-transform: translateY(-15%);
      transform: translateY(-15%);
      top: 15%; } }
  .newsContainer .slick-arrow i {
    color: #358be3;
    font-size: 50px;
    font-size: 3.57143rem; }
    @media (max-width: 991px) {
      .newsContainer .slick-arrow i {
        font-size: 30px;
        font-size: 2.14286rem; } }
.newsContainer .slick-prev {
  left: -60px; }
  @media (max-width: 991px) {
    .newsContainer .slick-prev {
      left: 25px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .newsContainer .slick-prev {
      left: -25px; } }
.newsContainer .slick-next {
  right: -60px; }
  @media (max-width: 991px) {
    .newsContainer .slick-next {
      right: 25px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .newsContainer .slick-next {
      right: -25px; } }
.newsContainer.pageContent .slick-prev {
  left: -20px; }
.newsContainer.pageContent .slick-next {
  right: -20px; }
.newsContainer.pageContent .singleNews a {
  padding: 20px; }
  .newsContainer.pageContent .singleNews a .data {
    margin-top: 15px; }
    .newsContainer.pageContent .singleNews a .data .txtNewsTitle {
      font-size: 18px;
      font-size: 1.28571rem;
      line-height: 26px;
      line-height: 1.85714rem; }
    .newsContainer.pageContent .singleNews a .data .txt-desc {
      font-size: 16px;
      font-size: 1.14286rem;
      line-height: 23px;
      line-height: 1.64286rem; }

.singleNews {
  margin: 0 15px; }
  .singleNews a {
    padding: 35px 35px 30px 35px;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    color: #000;
    opacity: 1;
    height: 100%;
    border: 1px solid #e5dbdb; }
    @media (max-width: 991px) {
      .singleNews a {
        padding: 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .singleNews a {
        padding: 15px; } }
    .singleNews a:hover {
      border: 1px solid #358be3;
      text-decoration: none; }
      .singleNews a:hover .bgCover .bgImg {
        -webkit-transform: scale(1.07);
        -khtml-transform: scale(1.07);
        -moz-transform: scale(1.07);
        -ms-transform: scale(1.07);
        -o-transform: scale(1.07);
        transform: scale(1.07); }
      .singleNews a:hover .data .txtNewsTitle {
        text-decoration: underline; }
    .singleNews a .data .txtTime {
      color: #358be3; }
  .singleNews .bgCover {
    position: relative;
    height: 180px;
    overflow: hidden; }
    .singleNews .bgCover .bgImg {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      -webkit-transition: 0.4s;
      -khtml-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .singleNews .data {
    margin-top: 25px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.28571rem;
    color: #353535; }
    @media (max-width: 991px) {
      .singleNews .data {
        margin-top: 0;
        padding: 10px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.71429rem; } }
    .singleNews .data .txtTime {
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: #000; }
    .singleNews .data .txtNewsTitle {
      font-size: 22px;
      font-size: 1.57143rem;
      line-height: 28px;
      line-height: 2rem;
      margin: 7px 0 15px 0;
      font-weight: 700; }
      @media (max-width: 767px) {
        .singleNews .data .txtNewsTitle {
          font-size: 16px;
          font-size: 1.14286rem;
          line-height: 24px;
          line-height: 1.71429rem;
          margin: 0 0 5px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .singleNews .data .txtNewsTitle {
          font-size: 19px;
          font-size: 1.35714rem;
          line-height: 27px;
          line-height: 1.92857rem;
          margin: 8px 0; } }
    .singleNews .data .article-lead p {
      margin-bottom: 0; }
    .singleNews .data .txtNewsDesc {
      margin: 0;
      font-size: 18px;
      font-size: 1.28571rem;
      line-height: 28px;
      line-height: 2rem; }
      @media (max-width: 767px) {
        .singleNews .data .txtNewsDesc {
          font-size: 14px;
          font-size: 1rem;
          line-height: 21px;
          line-height: 1.5rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .singleNews .data .txtNewsDesc {
          font-size: 16px;
          font-size: 1.14286rem;
          line-height: 25px;
          line-height: 1.78571rem; } }

/*# sourceMappingURL=style-templates.css.map */
