/* Styles */
@media print {
    .no-print {
      display: none;
    }
  }
  .rs ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
  .rs img {
    max-width: 100%;
  }
  .rs a {
    text-decoration: none;
    color: inherit;
  }
  .rs a:hover,
  .rs a:focus {
    color: inherit;
    text-decoration: none;
  }
  
  .sund-container {
    max-width: 1410px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  
  header.sund-header {
    background: url(/account/app/layout/company/img/home-page-bg.jpg) top/cover no-repeat;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  header.sund-header a {
    transition: 0.6s color, 0.6s border-bottom ease-in-out;
  }
  header.sund-header a:hover, header.sund-header a:focus {
    color: #B41A6E;
  }
  header.sund-header .sund-container {
    display: flex;
    align-items: center;
  }
  header.sund-header .logo {
    padding: 5px 0 0 15px;
  }
  header.sund-header .logo img {
    width: 130px;
  }
  header.sund-header .sund-header-call {
    flex-grow: 1;
    text-align: center;
    font: 500 16px/24px Sarabun, sans-serif;
  }
  header.sund-header .sund-header-call-mobile {
    display: none;
    font: 600 16px/24px Manrope, sans-serif;
    flex-grow: 1;
  }
  header.sund-header .sund-logout {
    border-left: 1px solid #fff;
    min-height: 69px;
    display: flex;
    align-items: center;
    font: 600 16px/24px Manrope, sans-serif;
  }
  header.sund-header .sund-logout a {
    padding: 7.5px 35px 7.5px 46px;
  }
  
  footer.sund-footer {
    margin-top: 300px;
    background-color: #1A3854;
    padding-top: 90px;
    text-align: center;
  }
  footer.sund-footer .logo {
    width: 225px;
  }
  footer.sund-footer .sund__copy {
    font: 16px/20px Manrope, sans-serif;
    padding: 66px 0 15px;
    color: #fff;
    text-align: left;
  }
  
  /* Responsive Styles */
  @media (max-width: 991px) {
    header.sund-header .sund-header-call {
      display: none;
    }
    header.sund-header .sund-header-call-mobile {
      display: block;
      text-align: right;
      padding-right: 15px;
    }
    header.sund-header .sund-logout a {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media (max-width: 480px) {
    header.sund-header .sund-container {
      padding: 0;
    }
    header.sund-header .logo img {
      width: 80px;
    }
    header.sund-header .sund-header-call-mobile,
    header.sund-header .sund-logout {
      font-size: 14px;
    }
  }
  /* /Responsive Styles */