
  h1 img{
    height: auto;
    max-width: 245px;
  }

  .navigation {
      height: 70px;
      background: #ffffff;
      position: sticky;
  }
    
  .brand {
    position: absolute;
    padding-left: 20px;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
  }
  .brand a,
  .brand a:visited {
    color: #ccc;
    text-decoration: none;
  }
  
  .nav-container {
    max-width: 1000px;
    margin: 0 auto;
  } 
  nav {
    margin-left: 64px;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav ul li {
    float: left;
    position: relative;
    font-size: 0.27em;
  }
  nav ul li a,
  nav ul li a:visited {
    display: block;
    padding: 0 10px;
    line-height: 70px;
    background: rgb(255, 255, 255);
    color: #000;
    text-decoration: none;
  }
  /* nav ul li a:hover,
  nav ul li a:visited:hover {
    background: #CB3300;
    color: #ffffff;
  } */
  
  /* nav ul li a:not(:only-child):after,
  nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ˇ";
  } */ 
  nav ul li p {
    margin: 0;
    padding: 15px;
    line-height: 20px;
  }
  /* nav ul li p:after {
    padding-left: 4px;
    content: " ▾";
  } */
  nav ul li ul li {
    min-width: 14vw;
    border-bottom: none;
  }
  nav ul li ul li a {
    padding: 8px 16px;
    line-height: 20px;
    color: rgb(90, 90, 90);
  }

  nav ul li ul li a:hover{
    /* background: #ccc; */
    color: #777;
    text-decoration: underline;
  }
  .nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 2px 4px #ccc;
  }
  
  .nav-dropdowns {
    position: relative;
    /* display: none; */
    z-index: 1;
  }
  
  /*加上flex功能*/
  .flexs{
    display: flex;
    justify-content: space-between;
  
  }
  /* Mobile navigation */
  .nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 66px;
    width: 66px;
  }
  
  
  .transform-180{
    transform: rotate(-180deg);
    transition: .3s;
  }
  
  
  .downn{
      display: none;
    }

  .menuu{
      display: flex;
      align-items: center;
      position: relative;
  }
  .logo{
    max-width: 16.66667%;
  }

  
  .col-w{
    width: 50%;
  }
  .example-content 	h2{
    white-space: break-spaces;
  }

  @media only screen and (max-width: 1430px) {
    h1 img {
        max-width: 190px;    
        top: 1px;
        position: absolute;
    }
    .logo{
        max-width: 200px;
        position: absolute;
    }
    .menuu{
        align-items: flex-start;
    }
    .menu{
        height: 60px;

    }
    .nav-mobile {
      display: block;
    }
  
    nav {
      width: 100%;
      padding: 50px 0 15px;
      box-shadow: none;
      margin: 0 0 10px 0;
    }
    nav ul {
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
    }
    nav ul li {
      float: none;
      background-color: #eee;
      color: #777777;
      border-bottom: 1px solid #eee;
    }
    nav ul li a {
      padding: 15px;
      line-height: 20px;
      display: block;
      background: rgb(255, 255, 255);
      color: #777;
      text-decoration: none;
      /* border-bottom: 1px solid #777; */
    }
    nav ul li ul li a {
      padding-left: 30px;
    }
  
    .nav-dropdown, .nav-dropdowns {
      display: block;
      position: static;
      box-shadow: none;
    }
    /*把icon在手機板顯示出來*/
    .downn{
      display: block;
    }


    /*others menu按鈕*/
      .simple-slider .slider-previous, .simple-slider .slider-next {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .simple-slider .slider-next {
      right: 10px;
    }
    .simple-slider .slider-previous {
      left: 10px;
    }
    .example-content {
      padding: 40px;
      text-shadow: -1px 1px 5px black;
    }
    .aside {
      top: 80px;
      }
      
    .col-w{
      width: 100%;
      margin-top: 16px;
    }
    
    .lan {
        
      right: 50px;
      top: 15px;
      position: absolute;
      font-size: 1.25em;
  }

  }
  @media screen and (min-width: 1430px) {
    .nav-list {
      display: block !important;
    }
  }
  #nav-toggle {
    position: absolute;
    left: 34px;
    top:20px;
    cursor: pointer;
    padding: 10px ​19px 12px 0px;
  }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
      border-radius: 1px;
      height: 2px;
      width: 18px;
      background: #777;
      position: absolute;
      display: block;
      content: "";
      transition: all 300ms ease-in-out;
  }
  #nav-toggle span:before {
    top: -7px;
  }
  #nav-toggle span:after {
    bottom: -7px;
  }
  #nav-toggle.active span {
    background-color: transparent;
  }
  #nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
  }
  #nav-toggle.active span:before {
    transform: rotate(45deg);
  }
  #nav-toggle.active span:after {
    transform: rotate(-45deg);
  }
  
  article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
  }
  
  
  /*my styles*/
  nav ul li a,nav ul li p{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }