@charset "utf-8";

/* Basic css for all articles */
@font-face {
  font-family: 'NotoSans Regular';
  src: url('../fonts/NotoSans-Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: 
  url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.mustbe {
  font-style: normal;
  font-size: 16px;
  color: #333;
}
.mustbe, .mustbe *, .mustbe *::before, .mustbe *::after, .mustbe table {
  box-sizing: border-box;
}
.mustbe ul, .mustbe ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mustbe h1, .mustbe h2, .mustbe h3, .mustbe h4, .mustbe p {
  margin: 0;
  padding: 0
}
.mustbe a,
.mustbe a:hover {
  text-decoration: none;
}
.mustbe a {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mustbe .bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mustbe .width100 {
  width: 100%;
}
.mustbe .maxwidth100 {
  max-width: 100%;
}
.mustbe .d-table {
  display: table !important;
}
.mustbe .d-table-cell {
  display: table-cell !important;
  vertical-align: middle !important;
}
.mustbe .text-right {
  text-align: right !important;
}
.mustbe .text-center {
  text-align: center !important;
}
.mustbe .text-justify {
  text-align: justify !important;
}
.mustbe .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mustbe .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.mustbe .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.mustbe .col-max {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.mustbe table {
  border-spacing: 0;
}
.mustbe table th,
.mustbe table td {
  font-size: 15px !important;
  letter-spacing: 0;
}
.mustbe .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mustbe .table-responsive th,
.mustbe .table-responsive td {
  white-space: nowrap;
}
.mustbe .doc-title,
.mustbe .doc-title2,
.mustbe .doc-title3 {
  font-family: 'NotoSans Regular';
  font-style: normal;
  font-weight: 400;
}
.mustbe .doc-title3 {
  font-size: 17px;
}
@media (min-width:786px) {
  .mustbe .width-small {
    margin: auto;
  }
}
@media (max-width:1199px) {
  .mustbe .doc-title {
    font-size: 20px;
    line-height: 24px;
  }  
  .mustbe .doc-title2 {
    font-size: 18px;
  }
}
@media (min-width:1200px) {
  .mustbe .doc-title {
    font-size: 26px;
    line-height: 32px;
  }  
  .mustbe .doc-title2 {
    font-size: 20px;
  }
  .mustbe .width-small {
    margin: auto;
    width: 100%;
  }
  .mustbe .width-medium {
    margin: auto;
    width: 80%;
  }
}
  /* only for tab */
  #tab-menu.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; 
  }
  #tab-menu.nav-tabs {
    border-bottom: 1px solid #ddd; 
  }
  #tab-menu.nav-tabs a {
    display:block;
    margin-bottom: -1px;
    margin-right:-1px;
    color:#333;
    border: 1px solid #ddd;
  }
  #tab-menu.nav-tabs a:hover, 
  #tab-menu.nav-tabs a:focus {
    background-color: #ddd;
  }
  #tab-menu.nav-tabs a.active,
  #tab-menu.nav-tabs a.show {
    color: #fff;
    background-color: #333;
    border-color: #333;
  }
  #tab-content.tab-content {
    border:1px solid #ddd;
    border-top: 0;
    background-color:#efefef
  }
  @media (max-width:767px) {
    #tab-menu.nav-tabs a {
      padding: 0.5rem 1rem;
    }
    #tab-content.tab-content {
      padding:20px;
    }
    #tab-content .tab-pane .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;  
    }
    #tab-content.tab-content .doc-title {
      padding-bottom: 10px;
    }
    #tab-content.tab-content .tab-pane .item1 {
      padding-bottom: 20px;
    }
  }
  @media (min-width:768px) {
    #tab-menu.nav-tabs a {
      padding: 1rem 1.5rem;
    }
    #tab-content.tab-content {
      padding:40px;
    }
    #tab-content .tab-pane .item {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;  
    }
    #tab-content.tab-content .doc-title {
      padding-bottom: 20px;
    }
    #tab-content.tab-content .tab-pane .item1 {
      padding-right: 50px;
    }
  }
  @media (min-width:1200px) {
    #tab-content.tab-content .tab-pane .cnt {
      padding-right: 100px;
    }
  }
  #tab-content.tab-content > .tab-pane {
    display: none;
  }
  #tab-content.tab-content > .active {
    display: block;
  }
  .mustbe .fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .mustbe .fade {
      transition: none;
    }
  }
  .mustbe .fade:not(.show) {
    opacity: 0;
  }

/* only for table */
  table.ds-table {
    border-collapse: separate !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #bebebe;
    background-color: #fff;
  }
  table.ds-table th,
  table.ds-table td {
    padding: 10px 10px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
  table.ds-table tbody tr:last-child th,
  table.ds-table tbody tr:last-child td {
    border-bottom: 0;
  }
  table.ds-table tr th:last-child,
  table.ds-table tr td:last-child {
    border-right: 0;
  }
  table.ds-table .title {
    text-align: center;
  }

  /* only for .bg-light */
  table.ds-table .bg-light {
    background-color: #f4f4f4;
    color: #333;
  }
  .metismenu .fa.arrow:before {
    content: "\f104";
  }
  .metismenu .mm-collapse:not(.mm-show) {
    display: none;
  }
  .metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility;
  }

  /* metismenu common */
  .mustbe .metismenu, 
  .mustbe .metismenu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mustbe .metismenu li {
    position: relative;
  }
  .mustbe .metismenu li a span.menus {
    padding-right: 15px;
  }
  .mustbe .metismenu li a {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    font-weight: 400;
  }

  /* only for #ds-collapse */
  #ds-collapse>li {
    border: 1px solid #ddd;
    background-clip: border-box;
    background-color: #fff;
    border-bottom: 0;
  }
  #ds-collapse>li:last-child {
    border-bottom: 1px solid #ddd;
  }
  #ds-collapse li a {
    padding: 16px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
    color: #333;
  }
  #ds-collapse .fa.arrow {
    transition: all .25s ease-out;
  } 
  #ds-collapse li a:hover .fa.arrow, 
  #ds-collapse li.mm-active>a .fa.arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #ds-collapse a:hover, 
  #ds-collapse .mm-active > a, 
  #ds-collapse .mm-active > a:hover {
    color: #17a3dd;
  }
  #ds-collapse .inner li {
    padding: 20px;
  }
 
  #ds-collapse .inner .item2 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }