/*=========== 00. RESET CSS ================ */
html {
  scroll-behavior: smooth; }

.font_24 {
  font-size: 24px; }

.font_1rem {
  font-size: 1rem; }

.font_12rem {
  font-size: 1.2rem; }

.font_15rem {
  font-size: 1.5rem; }

.bg_purple {
  background-color: #083F88; }

.bg-light-dam {
  background-color: #DBF2F1; }

.color_purple {
  color: #083F88; }

.font_08rem {
  font-size: 0.8rem; }

.max_h25 {
  max-height: 25vh; }

.w-70 {
  width: 70% !important; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

:before, :after {
  box-sizing: border-box; }

a, span, :before, :after {
  display: inline-block; }

:focus {
  outline: none; }

ul, ol, li {
  list-style-type: none;
  margin: 0; }

a {
  text-decoration: none !important;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

video {
  width: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.285;
  color: #000;
  font-weight: 400;
  font-size: 14px; }

.nps-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

/*=========== 00. General ================ */
.img {
  display: block;
  position: relative; }
  .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.img-1-1::before {
  content: '';
  display: block;
  padding-top: 100%;
  background-color: transparent; }

.img-2-1::before {
  content: '';
  display: block;
  padding-top: 50%;
  background-color: transparent; }

.img-3-2::before {
  content: '';
  display: block;
  padding-top: 66.666%;
  background-color: transparent; }

.nps-row {
  font-size: 0;
  margin-left: -19px;
  margin-right: -19px; }
  .nps-row > [class*="nps-col-"], .nps-row[class*="nps-column-"] .item {
    padding-left: 19px;
    padding-right: 19px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px; }

[class*="nps-col-"].ta-l {
  text-align: left; }
[class*="nps-col-"].ta-c {
  text-align: center; }
[class*="nps-col-"].ta-r {
  text-align: right; }

.nps-col-fluid-16 {
  width: 100%; }

.nps-col-fluid-15 {
  width: 93.75%; }

.nps-col-fluid-14 {
  width: 87.5%; }

.nps-col-fluid-13 {
  width: 81.25%; }

.nps-col-fluid-12 {
  width: 75%; }

.nps-col-fluid-11 {
  width: 68.75%; }

.nps-col-fluid-10 {
  width: 62.5%; }

.nps-col-fluid-9 {
  width: 56.25%; }

.nps-col-fluid-8 {
  width: 50%; }

.nps-col-fluid-7 {
  width: 43.75%; }

.nps-col-fluid-6 {
  width: 37.5%; }

.nps-col-fluid-5 {
  width: 31.25%; }

.nps-col-fluid-4 {
  width: 25%; }

.nps-col-fluid-3 {
  width: 18.75%; }

.nps-col-fluid-2 {
  width: 12.5%; }

.nps-col-fluid-1 {
  width: 6.25%; }

.nps-col-12 {
  width: 100%; }

.nps-col-11 {
  width: 91.6666%; }

.nps-col-10 {
  width: 83.33333%; }

.nps-col-9 {
  width: 75%; }

.nps-col-8 {
  width: 66.666%; }

.nps-col-7 {
  width: 58.3333%; }

.nps-col-6 {
  width: 50%; }

.nps-col-5 {
  width: 41.6666%; }

.nps-col-4 {
  width: 33.33333%; }

.nps-col-3 {
  width: 25%; }

.nps-col-2 {
  width: 16.6666%; }

.nps-col-1 {
  width: 8.33333%; }

.nps-push-1 {
  margin-right: 8.3333%; }

.nps-push-2 {
  margin-right: 16.6666%; }

.nps-push-3 {
  margin-right: 25%; }

.nps-push-4 {
  margin-right: 33.333%; }

.nps-push-5 {
  margin-right: 41.6666%; }

.nps-push-6 {
  margin-right: 50%; }

.nps-push-7 {
  margin-right: 58.333%; }

.nps-push-8 {
  margin-right: 66.666%; }

.nps-push-9 {
  margin-right: 75%; }

.nps-push-10 {
  margin-right: 83.3333%; }

.nps-pull-1 {
  margin-left: 8.3333%; }

.nps-pull-2 {
  margin-left: 16.6666%; }

.nps-pull-3 {
  margin-left: 25%; }

.nps-pull-4 {
  margin-left: 33.333%; }

.nps-pull-5 {
  margin-left: 41.6666%; }

.nps-pull-6 {
  margin-left: 50%; }

.nps-pull-7 {
  margin-left: 58.333%; }

.nps-pull-8 {
  margin-left: 66.666%; }

.nps-pull-9 {
  margin-left: 75%; }

.nps-pull-10 {
  margin-left: 83.3333%; }

/*============================*/
.nps-push-fluid-16 {
  margin-right: 100%; }

.nps-push-fluid-15 {
  margin-right: 93.75%; }

.nps-push-fluid-14 {
  margin-right: 87.5%; }

.nps-push-fluid-13 {
  margin-right: 81.25%; }

.nps-push-fluid-12 {
  margin-right: 75%; }

.nps-push-fluid-11 {
  margin-right: 68.75%; }

.nps-push-fluid-10 {
  margin-right: 62.5%; }

.nps-push-fluid-9 {
  margin-right: 56.25%; }

.nps-push-fluid-8 {
  margin-right: 50%; }

.nps-push-fluid-7 {
  margin-right: 43.75%; }

.nps-push-fluid-6 {
  margin-right: 37.5%; }

.nps-push-fluid-5 {
  margin-right: 31.25%; }

.nps-push-fluid-4 {
  margin-right: 25%; }

.nps-push-fluid-3 {
  margin-right: 18.75%; }

.nps-push-fluid-2 {
  margin-right: 12.5%; }

.nps-push-fluid-1 {
  margin-right: 6.25%; }

/*=================================*/
.nps-pull-fluid-16 {
  margin-left: 100%; }

.nps-pull-fluid-15 {
  margin-left: 93.75%; }

.nps-pull-fluid-14 {
  margin-left: 87.5%; }

.nps-pull-fluid-13 {
  margin-left: 81.25%; }

.nps-pull-fluid-12 {
  margin-left: 75%; }

.nps-pull-fluid-11 {
  margin-left: 68.75%; }

.nps-pull-fluid-10 {
  margin-left: 62.5%; }

.nps-pull-fluid-9 {
  margin-left: 56.25%; }

.nps-pull-fluid-8 {
  margin-left: 50%; }

.nps-pull-fluid-7 {
  margin-left: 43.75%; }

.nps-pull-fluid-6 {
  margin-left: 37.5%; }

.nps-pull-fluid-5 {
  margin-left: 31.25%; }

.nps-pull-fluid-4 {
  margin-left: 25%; }

.nps-pull-fluid-3 {
  margin-left: 18.75%; }

.nps-pull-fluid-2 {
  margin-left: 12.5%; }

.nps-pull-fluid-1 {
  margin-left: 6.25%; }

/*==================*/
.nps-row.va-m [class*="nps-col-"] {
  vertical-align: middle; }

.text-c {
  text-align: center; }

.margin-auto {
  margin: 0 auto; }

.nps-column-6 .item {
  width: 16.6666%; }
  .nps-column-6 .item:not(:nth-child(-n + 6)) {
    margin-top: 30px; }

.nps-column-5 .item {
  width: 20%; }
  .nps-column-5 .item:not(:nth-child(-n + 5)) {
    margin-top: 30px; }

.nps-column-4 .item {
  width: 25%; }
  .nps-column-4 .item:not(:nth-child(-n + 4)) {
    margin-top: 30px; }

.nps-column-3 .item {
  width: 33.3333%; }
  .nps-column-3 .item:not(:nth-child(-n + 3)) {
    margin-top: 90px; }

.nps-column-2 .item {
  width: 50%; }
  .nps-column-2 .item:not(:nth-child(-n + 2)) {
    margin-top: 30px; }

.nps-column-1 .item {
  width: 100%; }
  .nps-column-1 .item:not(:nth-child(-n + 1)) {
    margin-top: 30px; }

.clear::after {
  content: '';
  display: block;
  clear: both; }

.nps-input-group {
  position: relative; }

.nps-btn {
  background-color: transparent;
  border: none; }

.nps-container-fluid {
  width: 100%;
  padding: 0 15px; }

.pl-0 {
  padding-left: 0 !important; }

.pr-o {
  padding-right: 0 !important; }

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/*===============01.Header==============*/
header .nps-container .top-header {
  margin-bottom: 20px; }
  header .nps-container .top-header .nps-col-9 {
    color: #083F88; }
    header .nps-container .top-header .nps-col-9 .contact i {
      margin-left: 10px; }
    header .nps-container .top-header .nps-col-9 .contact a {
      color: #083F88;
      margin-left: 25px; }
  header .nps-container .top-header .nps-col-3 {
    color: #083F88; }
    header .nps-container .top-header .nps-col-3 .contact i {
      margin-left: 10px; }
    header .nps-container .top-header .nps-col-3 .contact span {
      margin-left: 10px; }
    header .nps-container .top-header .nps-col-3 .contact a {
      margin-left: 25px;
      color: #083F88; }
header .nps-container .header .nps-col-3 .logo-header img {
  text-align: center; }
header .nps-container .header .nps-col-6 {
  margin-top: 3%; }
  header .nps-container .header .nps-col-6 .search-header {
    position: relative; }
    header .nps-container .header .nps-col-6 .search-header input {
      border: 2px solid #083F88;
      border-radius: 50px;
      width: 100%;
      background: none;
      padding: 10px 10px; }
    header .nps-container .header .nps-col-6 .search-header button {
      font-size: 18px;
      margin: auto 0;
      background: none;
      border: none;
      top: 50%;
      right: 10px;
      transform: translate(0, -50%);
      position: absolute; }
header .head-banner {
  background-color: #083F88;
  margin-top: 10px; }
  header .head-banner .title-menu {
    padding: 10px 0;
    cursor: pointer;
    position: relative; }
    header .head-banner .title-menu:hover .nav_menu {
      display: block; }
    header .head-banner .title-menu .nav_menu {
      position: absolute;
      background-color: #083F88;
      z-index: 10;
      display: none; }
      header .head-banner .title-menu .nav_menu li {
        margin: 0 15px;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        font-weight: 600; }
        header .head-banner .title-menu .nav_menu li a {
          color: #fff;
          padding: 5px 0; }
          header .head-banner .title-menu .nav_menu li a:hover {
            color: #FFFF00; }
    header .head-banner .title-menu h2 {
      text-transform: uppercase;
      color: #fff;
      font-size: 20px; }
      header .head-banner .title-menu h2 i {
        margin-right: 5px; }
    header .head-banner .title-menu .menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 15px;
      right: 15px;
      padding: 0 20px;
      background-color: #083F88; }
      header .head-banner .title-menu .menu.active {
        display: block; }
      header .head-banner .title-menu .menu li a {
        transition: all .3s ease;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-transform: capitalize;
        padding: 7.5px 0; }
        header .head-banner .title-menu .menu li a:hover {
          color: #FFFF00; }
      header .head-banner .title-menu .menu li + li {
        border-top: 1px solid #fff; }
  header .head-banner .title-banner {
    padding: 10px 0;
    text-transform: uppercase; }
    header .head-banner .title-banner .icon_nav {
      width: 40px;
      margin-top: -10px; }
    header .head-banner .title-banner span {
      font-size: 20px;
      color: #FFFF00; }

/*=============02.Banner=================*/
.banner {
  background-color: #A4D8FF; }
  .banner .nps-col-3 nav .menu {
    padding: 0 20px;
    background-color: #083F88; }
    .banner .nps-col-3 nav .menu li a {
      transition: all .3s ease;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      text-transform: capitalize;
      padding: 7.5px 0; }
      .banner .nps-col-3 nav .menu li a:hover {
        color: #FFFF00; }
    .banner .nps-col-3 nav .menu li + li {
      border-top: 1px solid #fff; }

/*===========================Main==========================*/
main section {
  margin-top: 30px; }
  main section .title {
    text-transform: uppercase;
    color: #083F88;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative; }
    main section .title::before {
      content: "";
      height: 2px;
      background-color: #bdbebd;
      position: absolute;
      width: 10%;
      top: 120%;
      left: 50%;
      transform: translate(-50%, -50%); }
    main section .title::after {
      content: "";
      height: 4px;
      position: absolute;
      width: 5%;
      top: 120%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #083F88; }
  main section .list-item {
    margin-top: 30px; }
    main section .list-item .item {
      text-align: center; }
      main section .list-item .item .water .water_hover {
        min-height: 45vh;
        padding: 15px;
        border: 1px solid #ddd;
        position: relative; }
        main section .list-item .item .water .water_hover::before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 50%;
          bottom: 0;
          right: 50%;
          border-top: 3px solid #083F88;
          border-bottom: 3px solid #083F88;
          transition: all 0.5s ease;
          pointer-events: none; }
        main section .list-item .item .water .water_hover::after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          bottom: 50%;
          right: 0;
          border-left: 3px solid #083F88;
          border-right: 3px solid #083F88;
          transition: all 0.5s ease;
          pointer-events: none; }
        main section .list-item .item .water .water_hover:hover::before {
          left: 0;
          right: 0; }
        main section .list-item .item .water .water_hover:hover::after {
          top: 0;
          bottom: 0; }
      main section .list-item .item .water * {
        text-align: center; }
      main section .list-item .item .water h3 {
        color: #083F88;
        font-size: 1.2rem; }
      main section .list-item .item .water .price {
        color: #c1272d;
        font-weight: bold;
        font-size: 25px; }
      main section .list-item .item .water button {
        background-color: #083F88;
        border-radius: 50px; }

/*=============== Footer ==============*/
footer {
  margin-top: 20px; }
  footer .nps-container .nps-row .nps-col-3 {
    text-align: center; }
    footer .nps-container .nps-row .nps-col-3 img {
      width: 92px; }
    footer .nps-container .nps-row .nps-col-3 .title {
      font-size: 22px;
      color: #c1272d;
      font-weight: bold;
      margin-top: 10px; }
    footer .nps-container .nps-row .nps-col-3 .des {
      margin-top: 20px;
      font-size: 13px; }
  footer .footer-info {
    background-color: #f3f3f3;
    margin-top: 50px; }
    footer .footer-info .nps-col-5 .title_heading {
      font-weight: bold;
      color: #083F88;
      margin-bottom: 10px;
      font-size: 20px;
      margin-top: 20px; }
    footer .footer-info .nps-col-5 .field-info {
      margin-bottom: 15px; }
    footer .footer-info .nps-col-5 form input {
      height: 45px; }
    footer .footer-info .nps-col-5 form button {
      background-color: #083F88;
      padding: 9px 20px;
      color: #fff;
      font-weight: bold; }
    footer .footer-info .nps-col-5 ul li {
      margin-top: 20px; }
      footer .footer-info .nps-col-5 ul li a {
        color: #000; }
        footer .footer-info .nps-col-5 ul li a:visited {
          color: #000; }
    footer .footer-info .nps-col-2 p {
      color: #083F88;
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
      footer .footer-info .nps-col-2 p i {
        margin-top: 20px;
        margin-left: 10px; }
      footer .footer-info .nps-col-2 p .fa-youtube {
        color: red; }
      footer .footer-info .nps-col-2 p .fa-facebook-square {
        color: blue; }
      footer .footer-info .nps-col-2 p .fa-google-plus {
        color: #db4f40; }
  footer .copyright {
    background-color: #083f88;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 15px 0; }

.breadcumb {
  padding: 10px 0; }
  .breadcumb p {
    text-transform: uppercase; }
    .breadcumb p a:last-child {
      pointer-events: none; }

/*=====================================*/
/*=====================================*/
/*=====================================*/
/*=============== Detail ==============*/
/*=====================================*/
/*=====================================*/
/*=====================================*/
.nps-container .detail {
  margin-top: 50px; }
  .nps-container .detail .detail_header .nps-row .detail_info .price {
    color: #c1272d;
    font-weight: bold;
    font-size: 25px;
    margin-top: 20px; }
  .nps-container .detail .detail_header .nps-row .detail_info .cate {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0; }
  .nps-container .detail .detail_header .nps-row .err {
    background: #A4D8FF;
    position: relative; }
    .nps-container .detail .detail_header .nps-row .err h2 {
      font-size: 20px;
      text-align: center; }
      .nps-container .detail .detail_header .nps-row .err h2::before {
        content: "";
        height: 2px;
        background-color: #000;
        position: absolute;
        width: 20%;
        top: 20px;
        left: 42px;
        transform: translate(-50%, -50%); }
      .nps-container .detail .detail_header .nps-row .err h2::after {
        content: "";
        height: 2px;
        background-color: #000;
        position: absolute;
        width: 20%;
        top: 27%;
        right: -10%;
        transform: translate(-50%, -50%); }
    .nps-container .detail .detail_header .nps-row .err .detail_phone {
      font-size: 25px;
      text-align: center;
      background-color: #db4f40;
      color: #fff;
      font-weight: bold; }
      .nps-container .detail .detail_header .nps-row .err .detail_phone i {
        margin-right: 10px; }
  .nps-container .detail .detail_header .nps-row .nps-col-3 form .detail_register {
    background-color: #083f88;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0; }
  .nps-container .detail .detail_header .nps-row .nps-col-3 form .detail_input {
    text-align: center;
    padding: 5px 0px;
    background-color: #A4D8FF; }
    .nps-container .detail .detail_header .nps-row .nps-col-3 form .detail_input p {
      margin-bottom: 0; }
    .nps-container .detail .detail_header .nps-row .nps-col-3 form .detail_input .detail_input_child {
      background: #fff;
      margin: 0 40px; }
      .nps-container .detail .detail_header .nps-row .nps-col-3 form .detail_input .detail_input_child input {
        border: none;
        background: none;
        outline: none; }
  .nps-container .detail .detail_header .nps-row .nps-col-3 form .detail_submit {
    background-color: #083f88;
    text-align: center; }
    .nps-container .detail .detail_header .nps-row .nps-col-3 form .detail_submit button {
      background: none;
      border: none;
      color: #fff;
      font-weight: bold;
      padding: 10px 0; }
  .nps-container .detail .detail_header .nps-row .title_ttsp {
    text-transform: uppercase;
    color: #083F88;
    font-size: 24px;
    font-weight: bold;
    position: relative; }
    .nps-container .detail .detail_header .nps-row .title_ttsp::before {
      content: "";
      height: 2px;
      background-color: #bdbebd;
      position: absolute;
      width: 10%;
      top: 120%;
      left: 10%;
      transform: translate(-50%, -50%); }
    .nps-container .detail .detail_header .nps-row .title_ttsp::after {
      content: "";
      height: 4px;
      position: absolute;
      width: 5%;
      top: 120%;
      left: 10%;
      transform: translate(-50%, -50%);
      background-color: #083F88; }
.nps-container .full_detail .nps-container {
  margin-top: 30px; }
  .nps-container .full_detail .nps-container .title_splq {
    text-transform: uppercase;
    color: #083F88;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    position: relative; }
    .nps-container .full_detail .nps-container .title_splq::before {
      content: "";
      height: 2px;
      background-color: #bdbebd;
      position: absolute;
      width: 10%;
      top: 120%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .nps-container .full_detail .nps-container .title_splq::after {
      content: "";
      height: 4px;
      position: absolute;
      width: 5%;
      top: 120%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #083F88; }
  .nps-container .full_detail .nps-container .list-item {
    margin-top: 30px; }
    .nps-container .full_detail .nps-container .list-item .item {
      text-align: center; }
      .nps-container .full_detail .nps-container .list-item .item .water {
        padding: 15px;
        border: 1px solid #ddd;
        position: relative; }
        .nps-container .full_detail .nps-container .list-item .item .water::before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 50%;
          bottom: 0;
          right: 50%;
          border-top: 3px solid #083F88;
          border-bottom: 3px solid #083F88;
          transition: all 0.5s ease;
          pointer-events: none; }
        .nps-container .full_detail .nps-container .list-item .item .water::after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          bottom: 50%;
          right: 0;
          border-left: 3px solid #083F88;
          border-right: 3px solid #083F88;
          transition: all 0.5s ease;
          pointer-events: none; }
        .nps-container .full_detail .nps-container .list-item .item .water:hover::before {
          left: 0;
          right: 0; }
        .nps-container .full_detail .nps-container .list-item .item .water:hover::after {
          top: 0;
          bottom: 0; }
        .nps-container .full_detail .nps-container .list-item .item .water * {
          text-align: center; }
        .nps-container .full_detail .nps-container .list-item .item .water h3 {
          color: #083F88;
          font-weight: bold; }
        .nps-container .full_detail .nps-container .list-item .item .water .price {
          color: #c1272d;
          font-weight: bold;
          font-size: 25px; }
        .nps-container .full_detail .nps-container .list-item .item .water button {
          background-color: #083F88;
          border-radius: 50px; }
  .nps-container .full_detail .nps-container .nps-row .nps-col-6 .title {
    text-transform: uppercase;
    color: #083F88;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative; }
    .nps-container .full_detail .nps-container .nps-row .nps-col-6 .title::before {
      content: "";
      height: 2px;
      background-color: #bdbebd;
      position: absolute;
      width: 10%;
      top: 120%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .nps-container .full_detail .nps-container .nps-row .nps-col-6 .title::after {
      content: "";
      height: 4px;
      position: absolute;
      width: 5%;
      top: 120%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #083F88; }

.product-detail .img {
  border: 1px solid #eee; }
.product-detail .detail .title {
  font-size: 20px;
  text-transform: uppercase; }
.product-detail .detail .price {
  font-size: 20px;
  color: #c72727;
  font-weight: bold; }
.product-detail .more-detail {
  margin-top: 20px; }
  .product-detail .more-detail > * {
    font-size: 18px; }
  .product-detail .more-detail h2 {
    text-transform: uppercase;
    color: #083F88;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    width: fit-content; }
    .product-detail .more-detail h2::before {
      content: "";
      height: 2px;
      background-color: #bdbebd;
      position: absolute;
      width: 50%;
      top: 120%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .product-detail .more-detail h2::after {
      content: "";
      height: 4px;
      position: absolute;
      width: 25%;
      top: 120%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #083F88; }

.news .nps-container {
  text-align: center; }
  .news .nps-container h1 {
    color: #083f88;
    margin: 50px auto;
    font-weight: bold; }
  .news .nps-container .nps-row .nps-col-9 .nps-row .nps-col-6 .title_news {
    color: #083F88;
    font-weight: bold;
    margin-top: 10px; }
  .news .nps-container .nps-row .nps-col-9 .nps-row .nps-col-6 .more_news a {
    color: #c1272d;
    font-size: 18px;
    font-weight: bold;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s; }
    .news .nps-container .nps-row .nps-col-9 .nps-row .nps-col-6 .more_news a:hover {
      border-bottom: 1px solid #c1272d; }
  .news .nps-container .nps-row .nps-col-3 .news_related {
    background-color: #083F88;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 0;
    margin-bottom: 10px; }
  .news .nps-container .nps-row .nps-col-3 .news_right {
    display: inline-block;
    margin-top: 20px; }
    .news .nps-container .nps-row .nps-col-3 .news_right img {
      display: inline-block;
      width: 40%; }
    .news .nps-container .nps-row .nps-col-3 .news_right a {
      width: 50%; }
      .news .nps-container .nps-row .nps-col-3 .news_right a h2 {
        display: inline-block;
        font-size: 18px;
        color: #083F88; }
    .news .nps-container .nps-row .nps-col-3 .news_right a {
      color: #c1272d;
      font-size: 18px;
      font-weight: bold; }
  .news .nps-container .more {
    margin-top: 50px; }
    .news .nps-container .more a {
      color: #083F88;
      border: 1px solid #083F88;
      padding: 10px 15px; }

.float_menu {
  position: fixed;
  right: 0;
  bottom: 15%;
  z-index: 1;
  display: none; }
  .float_menu .hidden {
    display: none; }
  .float_menu .float_menu_content {
    position: relative;
    background-color: #A4D8FF; }
    .float_menu .float_menu_content form {
      width: 20vw; }
      .float_menu .float_menu_content form .exit {
        text-align: center;
        position: absolute;
        cursor: pointer; }
      .float_menu .float_menu_content form .header_float_menu {
        background-color: #083F88;
        color: #fff;
        font-weight: bold;
        padding: 10px 0;
        text-align: center; }
      .float_menu .float_menu_content form .input_float_menu {
        margin: 20px; }
        .float_menu .float_menu_content form .input_float_menu input {
          margin-top: 10px;
          display: block;
          height: 25px; }
      .float_menu .float_menu_content form button {
        background-color: #083F88;
        border: none;
        padding: 10px 15px;
        color: #fff;
        font-weight: bold;
        margin-top: 10px;
        margin-left: 10px; }

#float_menu_icon {
  position: fixed;
  bottom: 5%;
  right: 5%;
  background-color: #0084ff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 50px;
  cursor: pointer; }
  #float_menu_icon i {
    font-size: 0.7em;
    margin: 17px 21px; }

.float_call {
  background: #0084ff;
  position: fixed;
  bottom: 5%;
  left: 2%;
  display: inline-block;
  border-radius: 50%; }
  .float_call::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    left: 50%;
    z-index: -1;
    border: 3px solid #0084ff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: test 1s  ease infinite; }
@keyframes test {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1; }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0.3; } }
  .float_call i {
    font-size: 30px;
    padding: 20px;
    color: #fff; }

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