*,
*::before,
*::after {
  outline: none !important;
  box-sizing: border-box;
}
#svg-sprite {
  position: absolute;
  visibility: hidden;
  top: -9999999px;
  z-index: -1;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}
body {
  margin: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  text-align: left;
  background-color: #fafafa;
  min-height: 100%;
  position: relative;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
th {
  background-color: #f2f2f2;
}
th, td {
  padding: 0.5rem;
  border: 1px solid #ddd;
}
a {
  text-decoration: none;
  color: #333;
}
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
.site-navbar {
  background-color: #ffffff;
}
.navbar-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.navbar-box .site-logo {
  height: 50px;
  display: block;
}
.navbar-search {
  width: 500px;
}
.navbar-search #search-form {
  position: relative;
  width: 100%;
  height: 40px;
}
.navbar-search .search-input {
  width: 100%;
  height: 40px;
  padding: 8px 65px 8px 15px;
  font-size: 18px;
  outline: 0;
  border: none;
  border-radius: 4px;
  color: #666;
  /* border: 1px solid #195ea9; */
  border: 1px solid #246eef;
}
.navbar-search .btn-section {
  width: 50px;
  height: 40px;
  border: none;
  border-radius: 0 4px 4px 0;
  /* background-color: #195ea9; */
  background-color: #246eef;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.navbar-search .btn-section svg {
  color: #ffffff;
  margin-top: 5px;
}
.navbar-box .svg-section {
  display: none;
}
.navbar-box ul {
  padding-left: 0;
  margin: 5px 0;
  list-style: none;
}
.navbar-box ul li {
  font-size: 16px;
}
.content {
  padding-bottom: 80px;
  overflow: scroll;
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
}
.footer ul {
  padding-left: 0;
  list-style: none;
}
.footer ul li {
  display: inline-block;
}
.footer ul li span {
  margin: 0 5px;
}
@media (min-width: 1000px) {
  .navbar-search {
    display: block !important;
  }
}
@media only screen and (max-width: 999px) {
  .navbar-box {
    display: block;
  }
  .navbar-logo {
    text-align: center;
    padding: 5px 0;
  }
  .navbar-box .site-logo {
    height: 30px;
    margin: 0 auto;
  }
  .navbar-search {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    display: none;
  }
  .navbar-menu {
    display: none;
  }
  .navbar-box .svg-section {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
  }
  .navbar-box .svg-section .search-svg {
    display: block;
  }
  .navbar-box .svg-section .close-svg {
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 16px;
    display: none;
  }
}





















