@charset "UTF-8";
.mainblue {
  color: #00467F; }
  .mainblue:hover {
    color: #00467F; }

.darkblue {
  color: #003D6E; }
  .darkblue:hover {
    color: #003D6E; }

.lightblue {
  color: #38A6D9; }
  .lightblue:hover {
    color: #38A6D9; }

.techblue {
  color: #002763; }
  .techblue:hover {
    color: #002763; }

.darkgray {
  color: #141917; }
  .darkgray:hover {
    color: #141917; }

.gray-74 {
  color: #747474; }
  .gray-74:hover {
    color: #747474; }

.gray-43 {
  color: #434343; }
  .gray-43:hover {
    color: #434343; }

.gray-33 {
  color: #333333; }
  .gray-33:hover {
    color: #333333; }

.gray-27 {
  color: #272727; }
  .gray-27:hover {
    color: #272727; }

.darkgreen {
  color: #4F5351; }
  .darkgreen:hover {
    color: #4F5351; }

.lightgreen {
  color: #28a745; }
  .lightgreen:hover {
    color: #28a745; }

.greenblue {
  color: #17a2b8; }
  .greenblue:hover {
    color: #17a2b8; }

.yellow {
  color: #ffc107; }
  .yellow:hover {
    color: #ffc107; }

.red {
  color: #dc3545; }
  .red:hover {
    color: #dc3545; }

.pink {
  color: #E8007F; }

.f-pink {
  color: #E8007F; }

.f-peach {
  color: #E8007F; }

.c-red {
  color: #C41210; }

.c-white {
  color: white; }

.c-black {
  color: black; }

.lightgray-bg {
  background-color: #F4F4F4; }

.bg-black {
  background-color: #000000; }

.bg-black {
  background-color: #000000; }

.bg-darkblue {
  background-color: #002958; }

.bg-techblue {
  background-color: #002763; }

.bg-gray-ea {
  background-color: #EAEAEA; }

.bg-gray-ec {
  background-color: #ECECEC; }

.bg-gray-f3 {
  background-color: #F3F3F3; }

.fw_300 {
  font-weight: 300; }

.fw_500 {
  font-weight: 500; }

.fw_bold {
  font-weight: bold; }

/* Roboto */
@font-face {
  font-family: "RobotoCondensed";
  src: url("fonts/RobotoCondensed-Regular.ttf"); }
/* Noto Sans TC*/
@font-face {
  font-family: "Noto Sans TC";
  src: url("fonts/NotoSansTC-Regular.otf"); }
.notosanstc {
  font-family: "Noto Sans TC",'微軟正黑',"Microsoft JhengHei",sans-serif; }

.jhenghei {
  font-family: '微軟正黑',"Microsoft JhengHei",sans-serif; }

.fs_40 {
  font-size: 40px; }

.fs_30 {
  font-size: 30px; }

.fs_26 {
  font-size: 26px; }

.fs_24 {
  font-size: 24px; }

.fs_20 {
  font-size: 20px; }

.fs_18 {
  font-size: 18px; }

.fs_15 {
  font-size: 15px; }

.fs_14 {
  font-size: 14px; }

.fs_12 {
  font-size: 12px; }

.lh_14 {
  line-height: 1.4; }

.lh_15 {
  line-height: 1.5; }

.lh_155 {
  line-height: 1.55; }

/* ==========================================================================
pages 共用樣式
==========================================================================*/
main {
  width: 100% !important;
  margin: 0;
  padding: 0; }

.hidden {
  display: none !important; }

.wp {
  width: 100%;
  max-width: 1025px;
  margin: 0 auto;
  padding: 0;
  background: #fff; }

.max500 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto; }

.ns {
  list-style: none;
  margin: 0;
  padding: 0; }

.menuOpen {
  overflow: hidden; }

.primary-page {
  padding: 30px 0 50px; }

.primary-inner, .page-content {
  padding: 0 25px; }
  @media (max-width: 479px) {
    .primary-inner, .page-content {
      padding: 0 15px; } }

.container {
  padding: 0 25px; }
  @media (max-width: 479px) {
    .container {
      padding: 0 15px; } }

.border-top {
  border-top: 1px solid #CBCBCB; }

.page-detail {
  margin-top: 35px; }

/*btn and links style*/
.radius-5 {
  border-radius: 5px; }

.radius-50 {
  border-radius: 50px; }

.btn-darkblue {
  background-color: #003D6E;
  color: #fff;
  text-align: center;
  display: inline-block;
  min-width: 150px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px; }
  .btn-darkblue:hover {
    color: #fff; }
  .btn-darkblue.w265 {
    min-width: 265px; }
  @media (max-width: 350px) {
    .btn-darkblue.w265 {
      min-width: 200px !important; } }

.btn-lightblue {
  background-color: #38A6D9;
  color: #fff;
  text-align: center;
  display: inline-block;
  min-width: 150px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  border: 0; }
  .btn-lightblue:hover {
    color: #fff; }
  .btn-lightblue.w200 {
    min-width: 200px; }
  .btn-lightblue.w270 {
    min-width: 270px; }
  @media (max-width: 350px) {
    .btn-lightblue.w270 {
      min-width: 200px !important; } }

.btn-gray-empty {
  border: 1px solid #A6A6A6;
  color: #141917;
  text-align: center;
  display: inline-block;
  min-width: 265px;
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
  padding: 0 25px; }
  .btn-gray-empty .icon {
    color: #A6A6A6; }
  .btn-gray-empty:hover {
    color: #141917; }
  .btn-gray-empty.w155 {
    min-width: 155px; }
  @media (max-width: 350px) {
    .btn-gray-empty {
      min-width: 200px !important; } }

.btn-blueborder {
  border: 1px solid #38A6D9;
  border-radius: 5px;
  background: #fff;
  height: 50px;
  line-height: 48px;
  display: block;
  color: #141917;
  text-align: center;
  padding: 0 25px; }
  .btn-blueborder:hover {
    color: #141917; }
  .btn-blueborder.disabled {
    background: #E4E4E4;
    border: 0;
    line-height: 50px;
    pointer-events: none; }

.text-underline {
  text-decoration: underline; }
  .text-underline:hover {
    text-decoration: underline; }

.showMore {
  text-align: center; }
  .showMore .showmore-btn {
    border: none;
    border-bottom: 1px solid #2984CE;
    padding: 5px 0;
    background: none; }
    .showMore .showmore-btn .icon-plus {
      color: #2984CE; }
  @media (min-width: 479px) {
    .showMore {
      width: 100%; } }

.pageTit {
  color: #333;
  font-weight: bold;
  text-align: center; }

.accordion-block .item-header .buttons {
  width: 100%;
  border: 1px solid #38A6D9;
  border-radius: 5px;
  background: #fff;
  color: #141917;
  position: relative;
  padding: 10px 15px;
  text-align: left;
  transition: all 0.3s ease-in-out; }
  .accordion-block .item-header .buttons:after {
    content: '\e80b';
    font-family: 'fontello';
    color: #38A6D9;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 13px; }
.accordion-block .item-header.show .buttons {
  background: #38A6D9;
  color: #fff; }
  .accordion-block .item-header.show .buttons:after {
    content: '\e80c';
    color: #fff; }
.accordion-block .item-body {
  display: none;
  padding: 20px 0 8px 0; }
  .accordion-block .item-body .itemTit {
    padding: 0 8px;
    font-weight: bold;
    color: #333; }
  .accordion-block .item-body.show {
    display: block; }
.accordion-block .item + .item {
  margin-top: 15px; }

.linking-item {
  background: #f4f4f4;
  border-radius: 5px;
  position: relative;
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: break-word;}
  .linking-item .linking-link {
    color: #333;
    padding-right: 20px;
    flex: 1; }
    .linking-item .linking-link .linking-icon {
      display: block;
      margin-right: 10px; }
    .linking-item .linking-link .linking-tit {
      font-weight: bold;
      display: block; }
    .linking-item .linking-link .linking-txt {
      display: block;
      color: #434343;
	  word-break: break-word;}
  .linking-item + .linking-item {
    margin-top: 20px; }
  .linking-item.result-item {
    flex-direction: column;
    justify-content: start;
    align-items: start; }
  .linking-item .btn-delete {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 16px;
    border: 0;
    display: block;
    color: #8B8B8B;
    padding: 0;
    background-color: transparent; }
  .linking-item .block {
    margin-top: 0.5rem; }
    .linking-item .block + .block {
      border-top: 1px solid #CBCBCB;
      margin-top: 1rem;
      padding-top: 1rem; }
    .linking-item .block .contact-txt + .contact-txt {
      margin-top: 0.5rem; }

.lightblue-table-style {
  font-size: 18px;
  min-width: 100%;
  width: fit-content; }
  .lightblue-table-style th {
    background: #0078BA;
    color: #fff;
    font-weight: normal; }
  .lightblue-table-style td {
    color: #434343;
    border-bottom: 1px solid #CBCBCB;
    width: auto; }
  .lightblue-table-style th, .lightblue-table-style td {
    padding: 10px 15px; }

.page-link-group a {
  min-width: 270px;
  margin-left: 9px;
  margin-right: 9px; }
  .page-link-group a + a {
    margin-top: 18px; }
.page-link-group button {
  min-width: 270px;
  margin-left: 9px;
  margin-right: 9px;
  border: 0; }
  .page-link-group button + button {
    margin-top: 18px; }

.modal-link-group a {
  margin-left: 5px;
  margin-right: 5px;
  min-width: 120px; }
  .modal-link-group a + a {
    margin-top: 10px; }
.modal-link-group button {
  margin-left: 5px;
  margin-right: 5px;
  border: 0;
  min-width: 120px; }
  .modal-link-group button + button {
    margin-top: 10px; }

/*bootstrap select*/
.bootstrap-select .dropdown-toggle {
  border: none !important;
  padding: 12px 0.75rem 12px 0.75rem;
  border-radius: 5px;
  background: #fff !important;
  color: #141917;
  font-weight: 500;
  border: 1px solid #B2B2B2 !important; }
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #141917; }
  .bootstrap-select .dropdown-toggle:hover {
    color: red; }
  .bootstrap-select .dropdown-toggle::after {
    content: '\e807';
    font-family: 'fontello';
    vertical-align: top;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    font-size: 12px;
    right: 0.75rem;
    border: 0;
    transition: transform 0.3s;
    color: #B2B2B2;
    margin-top: 0px; }
  .bootstrap-select .dropdown-toggle.show::after {
    transform: translateY(-50%) rotate(180deg); }
.bootstrap-select > .dropdown-menu {
  border: 1px solid #B2B2B2;
  border-top: 0;
  margin-top: -2px !important;
  border-radius: 0 0 5px 5px; }
  .bootstrap-select > .dropdown-menu .dropdown-item {
    padding: 10px 13px; }
    .bootstrap-select > .dropdown-menu .dropdown-item.active {
      background-color: #38A6DA; }
.bootstrap-select.dropup > .dropdown-menu {
  margin-top: 0 !important;
  border-top: 1px solid #B2B2B2;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  margin-bottom: -2px !important; }
.bootstrap-select.fs_18 .dropdown-toggle {
  font-size: 18px; }
.bootstrap-select.fs_18 .dropdown-menu {
  font-size: 18px; }
.bootstrap-select.in-control .dropdown-toggle {
  padding: 12px 20px; }
.bootstrap-select.required .dropdown-toggle.bs-placeholder .filter-option-inner-inner:before {
  content: '* ';
  color: #E80037F;
  display: inline; }
.bootstrap-select.default-select .dropdown-toggle {
  min-width: 142px;
  padding: 7px 0.75rem; }
.bootstrap-select.default-select > .dropdown-menu {
  border-radius: 5px;
  border: 1px solid #B2B2B2;
  margin-top: 8px !important; }
.bootstrap-select.default-select.dropup > .dropdown-menu {
  border-radius: 5px;
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 8px !important; }

.iframe-wrapper {
  position: relative; }
  .iframe-wrapper::before {
    content: '';
    display: block;
    padding-bottom: 56.25%; }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }

/*打勾checkbox*/
.tick-checkbox {
  float: left; }
  .tick-checkbox input[type=checkbox], .tick-checkbox input[type=radio] {
    display: none; }
    .tick-checkbox input[type=checkbox] + label, .tick-checkbox input[type=radio] + label {
      display: flex;
      cursor: pointer;
      color: #333;
      margin-bottom: 0; }
      .tick-checkbox input[type=checkbox] + label span, .tick-checkbox input[type=radio] + label span {
        letter-spacing: 1.08px;
        padding-left: 10px; }
        .tick-checkbox input[type=checkbox] + label span.check, .tick-checkbox input[type=radio] + label span.check {
          border: 1px solid #979797;
          color: #fff;
          width: 20px;
          height: 20px;
          border-radius: 5px;
          background: #fff;
          margin-top: 1px;
          padding-left: 0px;
          transition: all 0.3s ease-in-out;
          display: inline-block;
          line-height: 20px;
          text-align: center; }
    .tick-checkbox input[type=checkbox]:checked + label span.check, .tick-checkbox input[type=radio]:checked + label span.check {
      background: #38A6D9;
      border-color: #38A6D9; }
  .tick-checkbox + .tick-checkbox {
    margin-left: 30px; }
  .tick-checkbox.w-100 + .w-100 {
    margin-left: 0;
    margin-top: 10px; }

@media (max-width: 575px) {
  .modal-dialog-centered {
    margin: 0 15px; } }

.modal-default-style .modal-content {
  border: 0; }
  .modal-default-style .modal-content .close-btn {
    position: absolute;
    right: -12px;
    top: -12px;
    color: #fff;
    background: #4d4d4d;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 25px; }
  .modal-default-style .modal-content .content {
    background: #fff;
    border-radius: 5px;
    padding: 45px 15px;
    overflow: auto; }
  .modal-default-style .modal-content .btn-lightblue {
    display: inline-block;
    margin-top: 30px; }

.lightblue-tabstyle {
  width: 100%; }
  .lightblue-tabstyle th {
    background: rgba(0, 70, 127, 0.1);
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    font-weight: normal; }
  .lightblue-tabstyle td {
    border-bottom: 1px solid #CBCBCB; }
  .lightblue-tabstyle th, .lightblue-tabstyle td {
    padding: 12px 10px;
    text-align: center; }

.table-responsive::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #E8E8E8; }
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #38A6DA; }
.table-responsive::-webkit-scrollbar-track {
  background-color: #E8E8E8; }

.form-row {
  display: flex;
  width: calc(100% + 15px);
  margin: 0 -7.5px; }
  .form-row .form-col {
    width: auto;
    flex-grow: 1;
    padding: 0 7.5px 15px; }
    .form-row .form-col.verificationCode {
      position: relative; }
      .form-row .form-col.verificationCode .codeimg {
        display: block;
        position: absolute;
        width: fit-content;
        max-width: 120px;
        right: 12px;
        top: 7px;
        padding: 0;
        border: 0;
        background: none; }
    .form-row .form-col .edit-account {
      position: relative;
      display: flex; }
      .form-row .form-col .edit-account input {
        flex-grow: 1; }
      .form-row .form-col .edit-account .btn-edit {
        margin-left: 15px; }

.input-style {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #B2B2B2;
  padding: 12px 15px; }
  .input-style:focus {
    border-color: #38A6D9; }

input[readonly="readonly"] {
  color: #8B8B8B !important; }
  input[readonly="readonly"]:focus {
    border-color: #B2B2B2; }

.btn-edit {
  border: 1px solid  #b2b2b2;
  border-radius: 5px;
  background: #fff;
  height: 50px;
  color: #434343;
  min-width: 80px;
  text-align: center; }
  .btn-edit .icon {
    display: flex;
    align-items: center;
    justify-content: center; }
    .btn-edit .icon:before {
      margin: 0 5px 0 0;
      padding-bottom: 5px; }
  .btn-edit:focus {
    color: #fff;
    border: 1px solid #00467F;
    background: #00467F; }

body {
  width: 100% !important;
  min-width: 320px;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  /*overflow-x:hidden;*/ }

.gray-mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: calc(50% - 512.5px);
  right: calc(50% - 512.5px);
  display: none;
  max-width: 1025px;
  z-index: 900; }
  @media (max-width: 1025px) {
    .gray-mask {
      left: 0;
      right: 0; } }

/* ==========================================================================
    header
 ==========================================================================*/
#header {
  width: 100% !important;
  clear: both !important;
  position: sticky;
  top: 0;
  z-index: 999; }
  #header .menu-block {
    display: flex;
    align-items: center;
    height: 55px;
    background: #fff;
    border-bottom: 1px solid #CBCBCB; }
  #header .logo {
    max-width: 170px; }
    #header .logo a {
      display: block; }
  #header .menu-toggle {
    width: 42px;
    height: 17px;
    padding: 0 10px;
    margin-left: 4px;
    margin-right: 8px; }
    #header .menu-toggle .wrapper {
      width: 22px;
      height: 17px;
      position: relative;
      cursor: pointer; }
      #header .menu-toggle .wrapper div {
        height: 3px;
        transition: all .5s;
        width: 100%;
        left: 0;
        background: #00467F;
        position: absolute; }
        #header .menu-toggle .wrapper div.bar1 {
          top: 0px; }
        #header .menu-toggle .wrapper div.bar2 {
          top: 7px; }
        #header .menu-toggle .wrapper div.bar3 {
          top: 14px; }
    #header .menu-toggle.active .wrapper div {
      background: #38A6D9; }
      #header .menu-toggle.active .wrapper div.bar1 {
        left: 1px;
        top: 7px;
        transform: rotate(-45deg); }
      #header .menu-toggle.active .wrapper div.bar2 {
        opacity: 0; }
      #header .menu-toggle.active .wrapper div.bar3 {
        left: 1px;
        top: 7px;
        transform: rotate(45deg); }
  #header .tools {
    margin: 2px 5px 0 auto; }
    #header .tools .tools-block {
      display: flex;
      align-items: center; }
      #header .tools .tools-block .links {
        background: #fff;
        display: block;
        padding: 0 5px;
        border: 0; }
        #header .tools .tools-block .links .icon {
          font-size: 18px;
          color: #747474; }
          #header .tools .tools-block .links .icon:before {
            transition: all 0.3s ease-in-out; }
        #header .tools .tools-block .links.active .icon:before {
          content: '\e803';
          color: #38A6D9; }
  #header .language-block {
    position: absolute;
    top: 55px;
    height: 60px;
    background: #f4f4f4;
    width: 100%;
    display: none; }
    #header .language-block ul {
      display: flex;
      height: 100%;
      justify-content: center;
      padding: 22px 20px; }
      #header .language-block ul li {
        line-height: 1; }
        #header .language-block ul li a {
          color: #333333;
          padding: 0 10px;
          font-weight: 500; }
		#header .language-block ul li a.active { 
		  color: #38A6D9; 
		  padding: 0 10px; 
   		  font-weight: 500; }
        #header .language-block ul li + li {
          border-left: 1px solid rgba(0, 0, 0, 0.4); }
  #header .search-block {
    position: absolute;
    top: 120px;
    width: 100%;
    max-width: 500px;
    margin: auto;
    left: 0;
    right: 0;
    display: none; }
    #header .search-block .search-wrapper {
      padding: 0 15px; }
      #header .search-block .search-wrapper .tit {
        color: #fff;
        font-weight: bold;
        text-align: center; }
      #header .search-block .search-wrapper .search-box {
        display: flex;
        margin-top: 15px;
        position: relative; }
        #header .search-block .search-wrapper .search-box .search-input {
          color: #8B8B8B;
          height: 50px;
          border-radius: 5px 0 0 5px;
          width: calc(100% - 55px);
          border: none;
          padding: 0 10px 0 20px; }
        #header .search-block .search-wrapper .search-box .search-btn {
          border: none;
          background: #003D6E;
          color: #fff;
          border-radius: 0 5px 5px 0;
          width: 55px;
          height: 50px; }
        #header .search-block .search-wrapper .search-box .search-opt {
          position: absolute;
          top: 55px;
          left: 0;
          width: 100%;
          background: #fff;
          border-radius: 5px;
          display: none;
          padding: 25px 10px;
          max-height: calc(100vh - 280px);
          overflow-y: auto;
          overflow-x: hidden; }
          #header .search-block .search-wrapper .search-box .search-opt li {
            font-size: 18px;
            padding: 0 15px;
            margin-bottom: 5px; }
            #header .search-block .search-wrapper .search-box .search-opt li a {
              color: #141917; }
            #header .search-block .search-wrapper .search-box .search-opt li.search-seperator {
              border-top: 2px solid #CBCBCB;
              margin-top: 20px;
              padding-top: 30px;
              font-weight: bold;
              color: #333;
              padding-bottom: 5px; }
            #header .search-block .search-wrapper .search-box .search-opt li.opt a {
              text-decoration: underline;
              color: #5A5A5A; }
      #header .search-block .search-wrapper .search-link {
        height: 50px;
        line-height: 50px;
        border-radius: 5px;
        display: inline-block;
        width: 100%;
        margin-top: 20px; }
  #header nav {
    background: #003D6E;
    width: 100%;
    position: fixed;
    top: 55px;
    bottom: 0;
    max-width: 1025px;
    left: 0;
    right: 0;
    display: none; }
    @media (min-width: 1025px) {
      #header nav {
        left: calc(50% - 512.5px);
        right: calc(50% - 512.5px); } }
    #header nav .main-menu {
      position: relative;
      height: 100%; }
      #header nav .main-menu .menuList {
        height: calc(100% - 60px);
        position: relative; }
        #header nav .main-menu .menuList .links-tit {
          display: flex;
          align-items: center;
          color: #fff;
          padding: 14px 0;
          font-size: 20px;
          position: relative;
          min-height: 60px;
          transition: none; }
          #header nav .main-menu .menuList .links-tit .icon {
            width: 60px;
            text-align: center;
            transform: translateY(-2px); }
          #header nav .main-menu .menuList .links-tit .tit {
            padding-left: 5px; }
        #header nav .main-menu .menuList .submenu {
          position: absolute;
          left: 60px;
          top: 0;
          width: calc(100% - 60px);
          background: #0C61A6;
          z-index: 10;
          height: 100%;
          overflow-y: auto;
          overflow-x: hidden;
          display: none; }
          #header nav .main-menu .menuList .submenu .sub-head {
            padding: 0 10px;
            position: sticky;
            top: 0;
            background: #0C61A6;
            z-index: 5; }
            #header nav .main-menu .menuList .submenu .sub-head .btn-backtoMenu {
              color: #fff;
              background: none;
              border: 0;
              padding: 13px 10px;
              display: flex;
              align-items: center;
              border-bottom: 1px solid rgba(204, 204, 204, 0.24);
              width: 100%; }
              #header nav .main-menu .menuList .submenu .sub-head .btn-backtoMenu .icon {
                font-size: 12px; }
              #header nav .main-menu .menuList .submenu .sub-head .btn-backtoMenu .inner {
                font-size: 22px;
                margin-left: 10px; }
          #header nav .main-menu .menuList .submenu .subList {
            font-size: 18px;
            background: #0C61A6; }
            #header nav .main-menu .menuList .submenu .subList .sublinks {
              color: #fff;
              padding: 14px 13px 14px 20px;
              position: relative;
              display: flex;
              align-items: center;
              justify-content: space-between;
              transition: 0.5s all ease-in-out; }
            #header nav .main-menu .menuList .submenu .subList .theList {
              background: #fff;
              padding: 10px;
              position: relative;
              display: none; }
              #header nav .main-menu .menuList .submenu .subList .theList:before {
                content: '';
                height: 1px;
                background: rgba(2, 71, 128, 0.5);
                display: block;
                position: absolute;
                top: 0;
                left: 10px;
                right: 10px; }
              #header nav .main-menu .menuList .submenu .subList .theList .links {
                color: #5f5f5f;
                padding: 10px 3px 10px 10px;
                display: block; }
            #header nav .main-menu .menuList .submenu .subList > li.hasChild .sublinks:after {
              content: '\e807';
              font-family: 'fontello';
              font-size: 12px;
              margin-left: auto;
              display: inline-block;
              transition: transform 0.3s ease-in-out; }
            #header nav .main-menu .menuList .submenu .subList > li.hasChild.current .sublinks {
              background: #fff;
              color: #00467F;
              font-weight: 500; }
              #header nav .main-menu .menuList .submenu .subList > li.hasChild.current .sublinks:after {
                transform: rotate(180deg); }
            #header nav .main-menu .menuList .submenu .subList > li.hasChild.current .theList {
              display: block !important; }
            #header nav .main-menu .menuList .submenu .subList > li.show .sublinks {
              background: #fff;
              color: #00467F;
              font-weight: 500; }
              #header nav .main-menu .menuList .submenu .subList > li.show .sublinks:after {
                transform: rotate(180deg); }
        #header nav .main-menu .menuList > li.hasChild .links-tit:after {
          content: '\e809';
          font-family: 'fontello';
          font-size: 12px;
          margin-left: auto;
          display: inline-block;
          position: absolute;
          top: 23px;
          right: 20px; }
        #header nav .main-menu .menuList > li.hasChild.show .links-tit, #header nav .main-menu .menuList > li.hasChild.current .links-tit {
          background: #0C61A6; }
        #header nav .main-menu .menuList > li.hasChild.show .submenu, #header nav .main-menu .menuList > li.hasChild.current .submenu {
          display: block; }
        #header nav .main-menu .menuList > li.show .links-tit {
          background: #0C61A6; }
      #header nav .main-menu .follow-group {
        position: absolute;
        bottom: 0;
        width: 100%;
        border-top: 1px solid rgba(204, 204, 204, 0.5);
        z-index: 15; }
        #header nav .main-menu .follow-group .followUl {
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: center; }
          #header nav .main-menu .follow-group .followUl li {
            padding: 0 5px; }
            #header nav .main-menu .follow-group .followUl li a {
              font-size: 22px;
              color: #fff;
              padding: 0 10px;
              display: block; }

/* ==========================================================================
   footer
==========================================================================*/
footer {
  width: 100%;
  background: #00467F;
  padding: 40px 0 30px; }
  footer .logo a {
    text-align: center;
    display: block; }
  footer .follow-link {
    margin-top: 25px; }
    footer .follow-link .followUl {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      footer .follow-link .followUl li {
        padding: 0 7.5px; }
        footer .follow-link .followUl li a {
          color: #fff;
          display: flex;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          font-size: 22px;
          background: #1A5586;
          align-items: center;
          justify-content: center; }
  footer .foot-nav {
    margin-top: 25px; }
    footer .foot-nav .navlink {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      footer .foot-nav .navlink li {
        margin-bottom: 5px; }
        footer .foot-nav .navlink li a {
          color: #fff;
          display: inline-block;
          padding: 0 12px;
          white-space: nowrap; }
        footer .foot-nav .navlink li + li:before {
          content: '';
          display: inline-block;
          width: 1px;
          height: 12px;
          background: rgba(255, 255, 255, 0.4); }
  footer .copyright {
    border-top: 1px solid rgba(243, 243, 243, 0.27);
    margin-top: 20px;
    padding: 20px 20px 0;
    color: #AAB7CA;
    text-align: center; }
    footer .copyright a {
      color: #AAB7CA; }

/* ==========================================================================
    Animation
 ==========================================================================*/
@keyframes inM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@keyframes outM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(5px) rotate(0deg); }
  100% {
    transform: translateY(5px) rotate(135deg); } }
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(5px) rotate(0deg); }
  100% {
    transform: translateY(5px) rotate(135deg); } }
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-5px) rotate(0deg); }
  100% {
    transform: translateY(-5px) rotate(135deg); } }
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-5px) rotate(0deg); }
  100% {
    transform: translateY(-5px) rotate(135deg); } }
<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />

<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />

<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />

