#xet-page {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 16px;
  color: #0a0909;
}
#xet-page * {
  box-sizing: border-box;
}
#xet-page p {
  margin: 0;
}
#xet-page a {
  text-decoration: none;
  color: inherit;
}
#xet-page img {
  max-width: 100%;
}
#xet-page section + section {
  margin-top: 2rem;
}
#xet-page .page__title {
  text-align: center;
}
#xet-page .page__title > div + div {
  margin-top: 1rem;
}
#xet-page .page__title .title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1066be;
}
#xet-page .page__title .subTitle {
  font-size: 1.25rem;
  font-weight: 500;
}

#xet-page .page__title .title_declaration {
  font-weight: 700;
  text-align: center;
}

#xet-page .page__title .subContent {
  font-weight: 300;
  font-size: 16px;
  word-break: break-all;
  text-align: justify !important;
}

#xet-page .tab-wrp {
  position: relative;
}
#xet-page .tab-wrp ul.tab-menus {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#xet-page .tab-wrp ul.tab-menus li {
  width: 33.333333333%;
  border-bottom: 1px solid #1066be;
  font-size: 16px;
  word-break: break-all;
  text-align: justify !important;
}
#xet-page .tab-wrp ul.tab-menus li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-weight: 700;
  border: 1px solid transparent;
  border-bottom: 0;
}
#xet-page .tab-wrp ul.tab-menus li.is_on a {
  border-color: #1066be;
  background-color: #1066be;
  color: #fff;
}
#xet-page .tab-wrp .tab-contents .content {
  display: none;
  padding-top: 1rem;
  min-height: 200px;
}
#xet-page .tab-wrp .tab-contents .content div + figure {
  margin-top: 1rem !important;
}
#xet-page .tab-wrp .tab-contents .content figure {
  display: block;
  margin: 0;
}
#xet-page .tab-wrp .tab-contents .content img {
  max-width: 100%;
  vertical-align: top;
}
#xet-page .tab-wrp .tab-contents .content.is_on {
  display: block;
}
#xet-page .tab-wrp + .page__content {
  margin-top: 1rem;
}

#xet-page .tree_content {
  font-size: 18px;
  word-break: break-all;
  text-align: justify;
  
}


body.color_scheme_dark #xet-page {
  color: #fff;
}


/* responsive
-------------------------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
  #xet-page {
    font-size: 16px;
  }
  #xet-page section + section {
    margin-top: 3rem;
  }
  #xet-page .page__title .title {
    font-size: 2.2rem;
  }
  #xet-page .tab-wrp {
    position: relative;
  }
  #xet-page .tab-wrp ul.tab-menus {
    justify-content: space-between;
  }
  #xet-page .tab-wrp ul.tab-menus li {
    width: auto;
    flex: 1;
  }
  #xet-page .tab-wrp .tab-contents .content {
    padding-top: 2rem;
  }
  #xet-page .tab-wrp + .page__content {
    margin-top: 3rem;
  }
}