@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
.menu-btn {
  margin-left: 20px;
  cursor: pointer; }
  .menu-btn > li {
    width: 20px;
    height: 1px;
    margin: 3px 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: #fff; }
  .menu-btn.active {
    padding-top: 7px; }
    .menu-btn.active > li {
      margin: 0; }
      .menu-btn.active > li:last-child {
        display: none; }
      .menu-btn.active > li:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .menu-btn.active > li:nth-child(2) {
        margin-top: -1px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }

.res-header {
  display: none; }

.open-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  text-align: center;
  background: rgba(21, 25, 39, 0.9); }
  .open-menu > div {
    width: calc(100% - 40px);
    max-width: 200px;
    margin: 70px auto 100px; }
  .open-menu .lang-nav {
    margin: 15px 0 50px;
    border-left: 0;
    justify-content: center; }
    .open-menu .lang-nav > li {
      margin: 0 20px; }
  .open-menu .social-nav {
    padding-right: 0;
    justify-content: center; }
    .open-menu .social-nav > li {
      margin: 0 15px; }

.open-nav > li {
  margin-bottom: 22px; }
  .open-nav > li > a {
    font-size: 20px; }

.open-sub {
  display: none;
  margin: 20px 0 30px; }
  .open-sub > li {
    margin-bottom: 10px; }
  .open-sub a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px; }

@media screen and (max-width: 1500px) {
  /* Clients */
  .clients-say-slider {
    width: calc(100% - 50px);
    margin: 0 auto 40px; }

  /* Company */
  .expertise-slider {
    width: calc(100% - 60px);
    margin: auto; }
    .expertise-slider .slick-prev {
      left: -30px; }
    .expertise-slider .slick-next {
      right: -30px; }

  .expertise-slide {
    margin: 0 10px; } }
@media screen and (max-width: 1300px) {
  /* Contact */
  h1 {
    font-size: 48px; }

  .page-banner .banner {
    height: 500px; }

  .contact-info-block {
    max-width: 490px;
    padding: 110px 50px; }

  h3 {
    font-size: 30px; }

  h2 {
    font-size: 38px; }

  /* Spotlight */
http://sprg.cn/news.php?route=video  .news-item {
    padding: 20px 0; }

  .underline-nav a {
    font-size: 16px;
    padding: 7px 25px; }

  /* Careers */
  .career-list-row > li {
    padding: 0 10px; }

  /* Management */
  .tab-list h3 {
    font-size: 26px; }

  /* About */
  .milestones .text-wrap {
    padding: 70px 30px 55px; }

  /* Global */
  .global-bottom.white-gradient-part {
    padding: 200px 0 150px; }

  /* Clients */
  .clients-say-list .card {
    padding: 30px 20px 55px; }

  .clients-say-slider.four-cols .clients-say-list > li {
    width: calc(25% - 20px) !important;
    margin: 0 10px; }
  .clients-say-slider.four-cols .clients-say-list .card {
    padding: 55px 20px; }

  /* Home */
  .home-news .two-cols {
    width: calc(100% + 30px);
    margin-left: -15px; }
    .home-news .two-cols > li {
      width: calc(50% - 30px);
      margin: 0 15px; }

  .home-client-slider {
    width: calc(100% - 80px); }
    .home-client-slider .slick-prev {
      left: -40px; }
    .home-client-slider .slick-next {
      right: -40px; }

  .home-client-slide {
    margin: 0 5px; }

  .home-services-slider {
    width: calc(100% - 100px); }
    .home-services-slider .slick-prev {
      left: -50px; }
    .home-services-slider .slick-next {
      right: -50px; }
    .home-services-slider .block-list {
      width: calc(100% + 20px);
      margin-left: -10px; }
      .home-services-slider .block-list > li {
        width: calc(25% - 20px);
        margin: 0 10px 25px; } }
@media screen and (max-width: 1100px) {
  /* Header */
  .header {
    padding: 20px 50px; }
    .header.scroll {
      padding: 15px 50px; }

  .upper-header {
    padding-bottom: 20px; }

  /* Footer */
  .footer {
    padding: 20px 50px; }

  /* Services */
  .grid-list .grid {
    height: 250px; }

  /* Awards */
  .awards-top-section .container .left-wrap {
    padding-right: 30px; }
  .awards-top-section .container .right-wrap {
    padding-left: 30px; }

  h1.huge {
    font-size: 170px; }

  /* Careers */
  .border-btn {
    padding: 10px 42px 10px 50px; }

  /* Management */
  .card-slide {
    margin: 0 10px 100px; }

  .blue-slant-wrap .slant-content {
    padding: 335px 0; }

  .tab-list {
    margin: 10px 0 40px; }
    .tab-list h3 {
      font-size: 22px; }

  /* About */
  .full-section.bg {
    height: 300px; }

  .service-block-list {
    width: calc(100% + 20px);
    margin-left: -10px; }
    .service-block-list > li {
      width: calc(25% - 20px);
      margin: 0 10px 30px; }
      .service-block-list > li:nth-child(even) {
        margin: 30px 10px 0; }

  /* Home */
  .home-banner .home-text-slider {
    width: calc(100% - 100px); } }
@media screen and (max-width: 1024px) {
  /* Careers */
  .careers-block-list {
    width: 100%; }
    .careers-block-list .photo {
      width: 50%; }
      .careers-block-list .photo .content-wrap h1 {
        font-size: 180px; }
    .careers-block-list > li {
      width: 100%;
      margin: 0 0 20px; }
      .careers-block-list > li:nth-child(even) .block {
        flex-direction: row-reverse; }
    .careers-block-list .block {
      display: flex; }
      .careers-block-list .block:hover .photo {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
      .careers-block-list .block > .overlay {
        position: relative;
        width: 50%;
        padding: 60px 30px;
        opacity: 1; } }
@media screen and (max-width: 992px) {
  /* Services */
  .grid-list {
    width: calc(100% + 20px) !important;
    margin-left: -10px !important; }
    .grid-list.block-list > li {
      width: calc(100% / 3 - 20px) !important;
      margin: 0 10px 20px; }
      .grid-list.block-list > li:first-child {
        width: 100% !important; }
    .grid-list > li {
      width: calc(100% / 3 - 20px) !important;
      margin: 0 10px 20px; }
      .grid-list > li:first-child {
        width: 100% !important; }

  /* Snapshot */
  .snapshot-list {
    width: calc(100% + 10px);
    margin-left: -5px; }
    .snapshot-list > li {
      width: calc(50% - 10px);
      margin: 0 5px 75px; }
    .snapshot-list .photo:after {
      padding-top: 55%; }
    .snapshot-list .text-wrap {
      padding: 0 20px; }

  /* Awards */
  .awards-top-section .container {
    flex-direction: column-reverse; }
    .awards-top-section .container .left-wrap {
      width: 100%;
      padding: 20px 0 0 0;
      border-right: 0; }
    .awards-top-section .container .right-wrap {
      width: 100%;
      padding-left: 0; }

  h1.huge {
    font-size: 130px; }

  .awards-list > li {
    padding: 20px 0; }
  .awards-list .logo-wrap {
    margin-right: 50px; }

  /* Careers */
  .career-list-row {
    flex-wrap: wrap; }
    .career-list-row:hover {
      color: #696969;
      background: transparent; }
      .career-list-row:hover p {
        color: #696969; }
      .career-list-row:hover .border-btn.grey {
        color: #696969;
        border-color: #696969; }
    .career-list-row > li {
      width: auto; }
      .career-list-row > li:first-child {
        width: 100%;
        text-align: left; }
      .career-list-row > li:nth-child(2) {
        width: 100%;
        margin: 10px 0 15px; }
      .career-list-row > li a {
        width: 230px; }

  .career-list-head {
    display: none; }

  .careers .filter-wrap {
    margin: 45px 0 20px; }

  .vacancy-top-section.straight-section {
    padding-top: 50px; }

  .lightbox {
    padding: 60px 50px 100px; }

  /* Management */
  .tab-list {
    flex-wrap: wrap; }
    .tab-list > li {
      width: calc(50% - 30px);
      margin: 0 15px 10px; }
    .tab-list h3 {
      font-size: 18px; }

  /* About */
  .service-block-list > li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 30px !important; }
    .service-block-list > li:nth-child(3n-1) {
      margin: 30px 10px 0 !important; }

  .milestones > li {
    display: block; }
    .milestones > li:last-child .photo-wrap {
      margin-bottom: 30px; }
  .milestones .text-wrap {
    width: 100%;
    margin: 30px 0 -30px;
    padding: 60px 20px 55px; }
    .milestones .text-wrap .inner-wrap {
      width: 100%;
      max-width: unset; }
  .milestones .photo-wrap {
    width: 100%; }
    .milestones .photo-wrap .photo {
      width: 100%;
      max-width: 550px !important;
      margin: auto !important; }
      .milestones .photo-wrap .photo:after {
        padding-top: 45% !important; }

  /* Global */
  .office-block-list > li {
    width: calc(25% - 24px); }
    .office-block-list > li.width-3x {
      width: calc(75% - 24px); }
    .office-block-list > li.width-2x {
      width: calc(50% - 24px); }
  .office-block-list a {
    height: 100%; }
  .office-block-list .block {
    height: 100%; }
  .office-block-list .photo {
    height: 100%; }

  .office-list-section .tab-list > li {
    width: 100%; }

  .side-nav {
    width: 25%; }
    .side-nav > li {
      padding: 25px 35px; }

  .left-nav-wrap .tab-content {
    width: 75%; }

  /* Clients */
  .clients-say-list > li {
    width: calc(50% - 20px) !important; }
    .clients-say-list > li:nth-child(5n-3) {
      width: inherit; }
    .clients-say-list > li:nth-child(5n-4) {
      width: calc(100% - 20px) !important; }

  .clients-say-slider.four-cols .clients-say-list {
    width: 100%;
    margin: auto; }
    .clients-say-slider.four-cols .clients-say-list > li {
      width: calc(50% - 20px) !important;
      margin: 0 10px 20px; }

  .video-grid-list > li {
    width: calc(100% / 3 - 20px) !important;
    margin: 0 10px 40px; }


  /* Home */
  .home-services-slider .block-list > li {
    width: calc(100% / 3 - 20px); } }
@media screen and (max-width: 830px) {
  /* Header */
  .right-header .social-nav {
    display: none; }
  .right-header .lang-nav {
    display: none; }

  .res-header {
    display: flex; }

  .lower-header {
    display: none; }

  .upper-header {
    padding-bottom: 0; }

  .header {
    padding: 20px 30px; }
    .header.scroll {
      padding: 15px 30px; }
      .header.scroll .upper-header {
        padding-bottom: 0; }

  /* Footer */
  .footer {
    padding: 15px 30px; }

  /* Contact */
  .page-banner .banner {
    height: 400px; }

  .contact-info-block {
    position: relative;
    max-width: inherit;
    padding: 45px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .contact-info-block .skew-content {
      max-width: inherit;
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }

  .contact-map-section iframe {
    height: 400px; }

  .contact-list-section {
    padding-top: 20px; }

  .contact-item {
    flex-direction: column;
    align-items: flex-start; }
    .contact-item h4 {
      font-size: 22px; }
    .contact-item .left-wrap {
      width: 100%; }
    .contact-item .right-wrap {
      width: 100%; }
      .contact-item .right-wrap a {
        text-align: left;
        justify-content: flex-start; }

  /* Services Detail */
  .chairman-section .container {
    flex-direction: column; }
    .chairman-section .container .photo-wrap {
      width: 100%;
      max-width: 500px; }
      .chairman-section .container .photo-wrap .photo:after {
        padding-top: 55%; }
    .chairman-section .container .text-wrap {
      width: 100%;
      padding: 45px 0 0; }

  .enquiry-form-section {
    margin-top: 0; }

  /* Management */
  .management .chairman-section .container .photo-wrap .photo:after {
    padding-top: 95%; }

  /* Global */
  .global-bottom.white-gradient-part {
    padding: 150px 0 120px; }
    .global-bottom.white-gradient-part:before {
      height: 200px; }

  /* Company */
  .video-grid-list > li {
    width: calc(50% - 20px) !important; }

  /* Home */
  .home-client-slide .thumb {
    max-width: 300px;
    margin: auto; }

  .home-about .photo-wrap {
    width: 100%;
    max-width: 600px;
    margin: auto; }
    .home-about .photo-wrap .photo:after {
      padding-top: 55%; }
  .home-about .text-wrap {
    width: 100%;
    padding: 40px 0 0; } }
@media screen and (max-width: 768px) {
  /* Footer */
  .footer {
    flex-direction: column;
    text-align: center; }
    .footer .sent {
      margin-bottom: 3px; }

  /* Services */
  .grid-list.block-list > li {
    width: calc(100% / 2 - 20px) !important; }
  .grid-list > li {
    width: calc(100% / 2 - 20px) !important; }

  /* Careers */
  .careers-block-list .block {
    flex-direction: column !important; }
    .careers-block-list .block > .overlay {
      width: 100%; }
  .careers-block-list .photo {
    position: relative;
    width: 100%; }
    .careers-block-list .photo:after {
      padding-top: 50%; }

  .lightbox h2 {
    font-size: 32px; }

  /* Management */
  .card-slider {
    max-width: 400px; }

  /* About */
  .full-section.bg {
    height: 250px; }

  .service-block-list > li {
    width: calc(50% - 20px);
    margin: 0 10px 30px !important; }
    .service-block-list > li:nth-child(3n-1) {
      margin: 0 10px 30px !important; }
    .service-block-list > li:nth-child(even) {
      margin: 30px 10px 0 !important; }

  /* Global */
  .office-block-list {
    width: 100%;
    max-width: 600px;
    margin: 40px auto 0; }
    .office-block-list > li {
      width: calc(50% - 10px) !important;
      margin: 0 5px 15px; }

  .left-nav-wrap .tab-content {
    width: 65%; }

  .side-nav {
    width: 35%; }
    .side-nav > li {
      padding: 25px 20px; }

  .office-link-list > li {
    flex-direction: column; }
  .office-link-list .place {
    width: 100%;
    margin: 0 0 30px 0; }
  .office-link-list .link-list {
    width: 100%; }

  /* Location */
  .location-section .content-wrap .left-wrap {
    width: 35%; }
    .location-section .content-wrap .left-wrap .tab-list > li {
      width: auto; }
  .location-section .content-wrap .right-wrap {
    width: 65%; }
  .location-section a {
    line-height: 1.3; }

  /* Clients */
  .clients-say-list > li {
    width: calc(100% - 20px) !important; }
    .clients-say-list > li:nth-child(5n-4) {
      width: calc(100% - 20px) !important; }
      .clients-say-list > li:nth-child(5n-4) .card {
        flex-direction: column; }
      .clients-say-list > li:nth-child(5n-4) .icon-wrap {
        width: 100%; }
      .clients-say-list > li:nth-child(5n-4) .text-wrap {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
        text-align: center; }
      .clients-say-list > li:nth-child(5n-4) .divider {
        margin: 25px auto 15px; }

  .clients-say-slide {
    padding: 20px 0; }

  .five-cols > li {
    width: 25%; }

  /* Company */
  .company-intro-section .full-section {
    flex-direction: column; }
    .company-intro-section .full-section .title-wrap {
      width: 100%;
      max-width: 300px; }
    .company-intro-section .full-section .text-wrap {
      width: calc(100% - 40px);
      margin: 50px auto 0;
      padding-left: 0;
      border-left: 0; }

  .parall-section {
    padding: 50px 0; }

  /* Home */
  .home-news .two-cols {
    width: 100%;
    margin-left: 0; }
    .home-news .two-cols > li {
      width: 100%;
      margin: 0 0 50px; }

  .home-services-slider .block-list > li {
    width: calc(50% - 20px); } }
@media screen and (max-width: 600px) {
  /* Header */
  .header {
    padding: 20px; }
    .header.scroll {
      padding: 15px 20px; }

  .logo {
    width: 120px; }

  /* Footer */
  .footer {
    padding: 15px 20px; }

  /* Spotlight */
  .breadcrumbs {
    margin-bottom: 30px;
    flex-wrap: wrap; }
    .breadcrumbs > li {
      margin-bottom: 5px; }

  .filter-wrap {
    margin: 15px 0; }

  .news-item .news-info {
    padding-right: 30px; }

  .detail-news-list h4 {
    margin: 8px 0 5px; }

  .spotlight-list-section {
    padding-bottom: 160px; }

  .subscribe-section .blue-bg {
    padding: 150px 20px 220px; }

  .underline-nav a {
    font-size: 16px; }

  /* Contact */
  .contact-form-section {
    padding: 70px 0 120px; }

  /* Snapshot */
  .snapshot-list {
    width: 100%;
    margin-left: 0; }
    .snapshot-list > li {
      width: 100%;
      margin: 0 0 75px; }

  /* Awards */
  .awards-list > li {
    flex-direction: column; }
  .awards-list .logo-wrap {
    margin-right: 0; }
  .awards-list .info-wrap {
    width: 100%;
    margin-top: 15px; }

  /* Careers */
  .career-list-row > li {
    padding: 0; }
    .career-list-row > li:nth-child(2) {
      margin: 10px 0 5px; }
    .career-list-row > li:nth-child(3) {
      margin: 10px 10px 0 0; }
    .career-list-row > li:nth-child(4) {
      margin-top: 10px; }

  .lightbox {
    padding: 60px 30px 80px; }

  .close-btn {
    top: 20px;
    right: 15px; }

  /* About */
  .service-block-list {
    width: calc(100% + 10px);
    margin-left: -5px; }
    .service-block-list > li {
      width: calc(50% - 10px);
      margin: 0 5px 20px !important; }
      .service-block-list > li:nth-child(3n-1) {
        margin: unset !important; }
      .service-block-list > li:nth-child(odd) {
        margin: 0 5px 20px !important; }
      .service-block-list > li:nth-child(even) {
        margin: 20px 5px 0 !important; }

  /* Global */
  .office-block-list {
    width: calc(100% + 10px);
    margin-left: -5px; }

  .global-bottom.white-gradient-part {
    padding: 100px 0 90px; }

  /* Clients */
  .clients-say-slider {
    width: 100%; }
    .clients-say-slider.four-cols .clients-say-list > li {
      width: 100% !important; }

  /* Company */
  .video-grid-list {
    width: 100%;
    margin-left: 0; }
    .video-grid-list > li {
      width: 100% !important;
      margin: 0 0 35px; }

  /* Home */
  .home-banner {
    height: 600px; }
    .home-banner .home-text-slider {
      width: calc(100% - 40px); }

  .home-slide {
    height: 600px; }

  .anchor-list {
    flex-direction: column;
    align-items: unset; }
    .anchor-list > li {
      padding: 10px 0;
      text-align: center;
      border-right: none;
      border-bottom: 1px solid #b1b1b1; } }
@media screen and (max-width: 480px) {
  /* Contact */
  h1 {
    font-size: 42px; }

  .page-banner .text-wrap {
    top: 44%; }

  p {
    font-size: 15px; }

  h3 {
    font-size: 28px; }

  .filter-block {
    flex-direction: column; }
    .filter-block h4 {
      margin: 0 0 5px 0; }

  h4 {
    font-size: 20px; }

  h2 {
    font-size: 34px; }

  h5 {
    font-size: 16px; }

  /* Spotlight */
  .box-go {
    width: 40px !important;
    height: 40px; }
    .box-go:before {
      width: 15px;
      height: 20px; }

  .detail-news-list h4 {
    font-size: 22px; }

  .slant-section {
    margin: -75px -70px; }

  .underline-nav {
    flex-direction: column;
    margin: 20px 0 60px;
    align-items: center; }

  /* Services */
  .grid-list {
    width: 100% !important;
    margin-left: 0 !important; }
    .grid-list.block-list > li {
      width: 100% !important;
      margin: 0 0 10px !important; }
    .grid-list > li {
      width: 100% !important;
      margin: 0 0 10px !important; }

  /* Awards */
  h1.huge {
    font-size: 110px; }

  /* Careers */
  .careers-block-list .block > .overlay {
    padding: 35px 20px; }
  .careers-block-list .photo:after {
    padding-top: 60%; }

  .lightbox {
    width: calc(100% - 20px);
    padding: 60px 20px 80px; }

  /* About */
  .about .full-section.bg {
    background-position: 20% 50%; }

  .service-block-list {
    width: 100%;
    margin-left: 0; }
    .service-block-list > li {
      width: 100%;
      margin: 0 0 10px !important; }
      .service-block-list > li:nth-child(odd) {
        margin: 0 0 10px !important; }
      .service-block-list > li:nth-child(even) {
        margin: 0 0 10px !important; }

  .milestones .photo-wrap .photo:after {
    padding-top: 55% !important; }

  .page-banner .banner {
    height: 320px; }

  /* Global */
  .left-nav-wrap {
    flex-direction: column; }
    .left-nav-wrap .tab-content {
      width: 100%;
      padding-left: 0; }

  .side-nav {
    width: 100%; }
    .side-nav > li {
      padding: 17px 20px; }
    .side-nav a {
      font-size: 16px; }

  .office-link-list .link-list > li {
    margin-bottom: 15px; }
  .office-link-list .place {
    margin: 0 0 20px 0; }

  /* Location */
  .location-section .content-wrap {
    flex-direction: column; }
    .location-section .content-wrap .left-wrap {
      width: 100%;
      padding-right: 0; }
      .location-section .content-wrap .left-wrap .tab-list {
        align-items: center; }
    .location-section .content-wrap .right-wrap {
      width: 100%;
      padding: 20px 0 0 20px;
      border-top: 1px solid #fff;
      border-left: none; }

  /* Clients */
  .five-cols > li {
    width: calc(100% / 3); }

  /* Home */
  .home-services-slider {
    width: 100%; }
    .home-services-slider .block-list > li {
      width: calc(50% - 10px);
      margin: 0 5px 20px; }

  .vert-line-list > li {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    justify-content: center; } }
@media screen and (max-width: 400px) {
  /* Contact */
  input[type=submit] {
    width: 100%;
    padding: 7px 50px; }

  /* Spotlight */
  h1 {
    font-size: 38px; }

  h2 {
    font-size: 30px; }

  h3 {
    font-size: 26px; }

  /* Management */
  .card-slider {
    width: 100%; }
    .card-slider .slick-prev {
      left: 10px; }
    .card-slider .slick-next {
      right: 10px; }

  .card-slide {
    margin: 0 0 100px; }
    .card-slide .btn {
      padding: 10px 45px; }

  /* Clients */
  .clients-say-slider {
    width: 100%; }

  .five-cols > li {
    width: 50%; }

  /* Home */
  .home-client-slider {
    width: 100%; }

  /* Home */
  .home-services-slider {
    width: 100%; }
    .home-services-slider .block-list {
      width: 100%;
      margin: 0; }
      .home-services-slider .block-list > li {
        width: 100%;
        margin: 0 0 10px; } }

/*# sourceMappingURL=responsive.css.map */



@media screen and (max-width: 992px) { 
  .home-news .two-cols > li {
      width: calc(50% - 20px);
      margin: 0 10px 20px 10px;
  }

}


.underline-nav > li{
    color: #294086;
    border: 2px solid #294086;
    margin: 0;
    border-right: none;
    /*width: 16.6%;*/
}

.underline-nav a {
    padding: 15px 30px;
    border-bottom: none;
}

.underline-nav > li:last-child{
    border-right: 2px solid #294086;;
}


.underline-nav > li.active{
  background: #294086;
}

.underline-nav > li.active a{
 color: #fff;
}

.underline-nav > li:hover{
  background: #294086;
}
.underline-nav > li:hover a{
 color: #fff;
}



@media screen and (max-width: 1280px) {

.underline-nav{
    flex-wrap: wrap;
    align-items: center;
}

  .underline-nav li{
    width: calc(33.33% - 16px);
    margin: 8px;
   border: 2px solid #294086;;
  }

}


@media screen and (max-width: 768px) {

.underline-nav{
    flex-wrap: wrap;
    align-items: center;
}

  .underline-nav li{
    width: calc(50% - 16px);
    margin: 8px;
   border: 2px solid #294086;;
  }

  .underline-nav a{
    padding: 15px 20px;
  }

}