.template_layout {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1980px;
  min-width: 1000px;
  padding: 0 20px; }

#template_head {
  background: #0077c1; }
  #template_head #template_head_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #template_head #template_head_main h1 {
      font-family: nitalago-ruika, sans-serif;
      margin: 0;
      padding: 11px 25px 11px 0;
      line-height: 1;
      font-size: 0px; }
      #template_head #template_head_main h1 img {
        vertical-align: top;
        display: inline-block;
        padding: 0 14px 0 0; }
      #template_head #template_head_main h1 span {
        font-size: 24px;
        line-height: 42px;
        vertical-align: top;
        color: #fff; }
    #template_head #template_head_main #template_head_nav {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #template_head #template_head_main #template_head_nav ul {
        font-family: nitalago-ruika, sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0; }
        #template_head #template_head_main #template_head_nav ul li {
          list-style-type: none;
          font-size: 14px;
          line-height: 1.1em; }
          #template_head #template_head_main #template_head_nav ul li a {
            color: #fff;
            text-align: center;
            display: block;
            padding: 8px 0 0; }
            #template_head #template_head_main #template_head_nav ul li a:hover {
              text-decoration: none;
              opacity: 0.7; }
            #template_head #template_head_main #template_head_nav ul li a i {
              font-size: 26px;
              display: block;
              margin: 0 0 5px; }
    #template_head #template_head_main #template_head_info {
      padding: 0 0 0 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #template_head #template_head_main #template_head_info ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0; }
        #template_head #template_head_main #template_head_info ul li {
          list-style-type: none; }
        #template_head #template_head_main #template_head_info ul #template_head_info_name {
          font-size: 12px;
          line-height: 1.5em;
          color: #fff;
          margin: 0;
          padding: 0 10px 0 0; }
          #template_head #template_head_main #template_head_info ul #template_head_info_name strong {
            font-size: 14px; }
        #template_head #template_head_main #template_head_info ul #template_head_info_logout {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 0;
          font-size: 14px; }
          #template_head #template_head_main #template_head_info ul #template_head_info_logout a,
          #template_head #template_head_main #template_head_info ul #template_head_info_logout button {
            background: #fff;
            color: #0077c1;
            margin: 0;
            border: 0;
            cursor: pointer;
            font-family: inherit;
            font-size: 14px;
            border-radius: 20px;
            padding: 5px 13px; }
            #template_head #template_head_main #template_head_info ul #template_head_info_logout a:hover,
            #template_head #template_head_main #template_head_info ul #template_head_info_logout button:hover {
              text-decoration: none;
              opacity: 0.7; }
            #template_head #template_head_main #template_head_info ul #template_head_info_logout a i,
            #template_head #template_head_main #template_head_info ul #template_head_info_logout button i {
              padding: 0 5px 0 0; }

#template_sub_head {
  background: #e4eef5; }
  #template_sub_head #template_sub_head_main {
    padding: 15px 0 5px; }
    #template_sub_head #template_sub_head_main ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: left;
      -ms-flex-align: left;
      align-items: left;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
      #template_sub_head #template_sub_head_main ul li {
        font-size: 16px;
        list-style-type: none;
        margin: 0;
        padding: 0 37px 10px 0;
        font-family: nitalago-ruika, sans-serif; }
        #template_sub_head #template_sub_head_main ul li:last-child a::after {
          display: none; }
        #template_sub_head #template_sub_head_main ul li a {
          display: block;
          position: relative;
          color: #01578d; }
          #template_sub_head #template_sub_head_main ul li a:hover {
            color: #01578d;
            opacity: 0.7;
            text-decoration: none; }
          #template_sub_head #template_sub_head_main ul li a::after {
            content: "";
            display: block;
            width: 1px;
            height: 16px;
            background: #fff;
            position: absolute;
            top: 5px;
            right: -15px;
            -webkit-transform: rotate(25deg);
            transform: rotate(25deg); }
          #template_sub_head #template_sub_head_main ul li a i {
            margin: 0 5px 0 0; }

#template_foot1 {
  background: #004c72; }
  #template_foot1 #template_foot1_main {
    padding: 15px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

#template_foot2 {
  background: #97d7ff; }
  #template_foot2 #template_foot2_main {
    padding: 15px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

#template_copyright #template_copyright_main {
  padding: 15px;
  text-align: center; }
  #template_copyright #template_copyright_main p {
    font-size: 12px;
    line-height: 1.2em;
    color: #000;
    margin: 0; }

.template_page_title p {
  font-family: nitalago-ruika, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  text-indent: 25px; }
  .template_page_title p::before {
    content: "";
    display: block;
    width: 5px;
    height: 16px;
    background: #0077c1;
    border-radius: 10px;
    position: absolute;
    top: 3px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .template_page_title p span {
    display: block;
    color: #0077c1;
    font-size: 30px;
    font-family: interstate-compressed,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-indent: 0px; }

.template_bg-gradient-primary {
  background-color: #eff5f5;
  color: #01578d; }

#wrapper #content-wrapper {
  background: #fff; }


#template_top_content {
  padding: 20px 0; }

.template_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .template_2col .template_2col_title {
    width: 190px; }
  .template_2col .template_2col_list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

ul.template_important_news {
  font-size: 13px;
  padding: 0;
  margin: 0; }
  ul.template_important_news li {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    ul.template_important_news li dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin: 0 0 10px; }
      ul.template_important_news li dl dt span {
        color: #0c527e;
        display: inline-block;
        padding: 0 10px 0 0;
        border-right: solid 2px #0c527e;
        line-height: 1.2em; }
      ul.template_important_news li dl dd {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 0 0 10px;
        margin: 0;
        line-height: 22px;
        color: #000; }

#template_panel {
  margin: 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #template_panel div.template_panel_item {
    margin: 0 20px 30px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, #b7e3ff 0%, white 100%);
    background-image: -ms-linear-gradient(90deg, #b7e3ff 0%, white 100%);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 119, 193, 0.4), inset 0px 0px 16px 0px white;
    box-shadow: 0px 0px 10px 0px rgba(0, 119, 193, 0.4), inset 0px 0px 16px 0px white;
    position: relative; }
    #template_panel div.template_panel_item .template_panel_item_lock {
      position: absolute;
      border-radius: 20px;
      width: 40px;
      height: 40px;
      font-size: 20px;
      background: #fbb03b;
      color: #fff;
      text-align: center;
      line-height: 40px;
      top: -10px;
      right: -10px; }
    #template_panel div.template_panel_item a {
      display: block;
      width: 226px;
      padding: 15px;
      text-align: center; }
      #template_panel div.template_panel_item a:hover {
        text-decoration: none;
        opacity: 0.7; }
      #template_panel div.template_panel_item a .template_panel_item_title {
        font-size: 18px;
        font-family: nitalago-ruika, sans-serif;
        color: #0077c1;
        margin: 0; }
      #template_panel div.template_panel_item a .template_panel_item_icon {
        font-size: 50px; }
        #template_panel div.template_panel_item a .template_panel_item_icon i {
          color: #0077c1;
          background: -webkit-linear-gradient(90deg, #0077c1, #009ac1);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      #template_panel div.template_panel_item a .template_panel_item_body {
        background: #0077c1;
        color: #fff;
        margin: 0;
        font-size: 14px;
        font-family: nitalago-ruika, sans-serif;
        border-radius: 20px;
        padding: 4px 0 2px; }

ul.template_news {
  font-size: 13px;
  padding: 0;
  margin: 0 0 20px;
  border-top: solid 1px #e5e5e5; }
  ul.template_news li {
    padding: 15px 0;
    margin: 0;
    list-style-type: none;
    border-bottom: solid 1px #e5e5e5; }
    ul.template_news li dl {
      width: 100%;
      margin: 0; }
      ul.template_news li dl dt {
        padding: 0 0 2px; }
        ul.template_news li dl dt span {
          color: #0c527e;
          display: inline-block;
          border-right: solid 1px #0c527e;
          line-height: 1.2em;
          padding: 0 20px 0 0; }
        ul.template_news li dl dt strong {
          color: #0c527e;
          display: inline-block;
          padding: 0 0 0 20px; }
      ul.template_news li dl dd {
        padding: 0;
        margin: 0;
        line-height: 22px;
        color: #000; }

#template_login_modal_bg {
  display: none;
  position: absolute;
  background: #ccc;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 119, 193, 0.8); }

#template_login_modal {
  display: none;
  position: fixed;
  top: 125px;
  left: 50%;
  margin: 0 0 0 -300px; }
  #template_login_modal #template_login_form {
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    width: 600px;
    margin: 0;
    padding: 20px 50px 40px; }
    #template_login_modal #template_login_form #template_login_form_title {
      font-size: 30px;
      text-align: center;
      font-weight: bold;
      color: #000;
      margin: 0 0 5px; }
      #template_login_modal #template_login_form #template_login_form_title i {
        color: #fbb03b;
        margin: 0 10px 0 0; }
    #template_login_modal #template_login_form #template_login_form_lead {
      font-size: 16px;
      text-align: center;
      color: #000; }
    #template_login_modal #template_login_form #template_login_form_password {
      text-align: right;
      font-size: 14px;
      margin: 15px 0 0; }
      #template_login_modal #template_login_form #template_login_form_password a {
        color: #666666;
        text-decoration: underline; }
    #template_login_modal #template_login_form #template_login_form_registry {
      margin: 25px 0 0;
      line-height: 40px; }
      #template_login_modal #template_login_form #template_login_form_registry a {
        background: #ff8500;
        display: block;
        font-size: 16px;
        color: #fff;
        text-align: center;
        border-radius: 10px;
        padding: 10px 0; }
        #template_login_modal #template_login_form #template_login_form_registry a span {
          font-size: 12px;
          display: block; }
    #template_login_modal #template_login_form form ul {
      margin: 0 0 15px;
      padding: 0; }
      #template_login_modal #template_login_form form ul li {
        list-style-type: none; }
        #template_login_modal #template_login_form form ul li:first-of-type input {
          border-bottom: none;
          border-radius: 10px 10px 0 0; }
        #template_login_modal #template_login_form form ul li input {
          border: solid 1px #dcdcdc;
          border-radius: 0 0 10px 10px;
          display: block;
          width: 100%;
          font-size: 16px;
          padding: 15px; }
    #template_login_modal #template_login_form form button {
      line-height: 40px;
      font-size: 16px;
      /*
      color: #fff;
      background: #0077c1;
      border: none;
      */
      width: 100%;
      display: block;
      border-radius: 10px; }
      #template_login_modal #template_login_form form button i {
        margin: 0 5px 0 0; }
