.NestedSelect {
    display: inline-block;
    height: 200px!important; width: 100%!important;
    /*border: 1px Black solid;*/
    overflow-y: scroll;
    border-radius: 0;
}

.NestedSelect a:hover, .NestedSelect span:hover  {
    background-color: #0092ff;
    color: White;
    cursor: pointer;
}

.NestedSelect input[type="checkbox"] {
    /*display: none;*/
    margin: 2px 5px;
    width: auto!important;
}
.NestedSelect label {
    display: block;
}
.NestedSelect input[type="checkbox"] + span {
    /*display: block;*/
    display: inline-block;
    padding-left: 0px;
    padding-right: 5px;
}

.NestedSelect input[type="checkbox"]:checked + span {
    /*background-color: Black;
    color: White;*/
}

.NestedSelect div {
    display: none;
    margin-left: 15px;
    border-left: 1px black solid;
}

/*.NestedSelect label > span:before {
    content: '- ';
}*/
.NestedSelect a:before {
    content: '+ ';
}

.NestedSelect a {
    display: block;
}



.search-results-list {
  margin-top: 35px;
}
.search-results-list > li {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f5f6;
  transition: 0.3s;
}
.search-results-list > li .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
}
.search-results-list > li .detail {
  line-height: 17px;
  color: #203973;
  margin-bottom: 12px;
}
.search-results-list > li .ref {
  line-height: 17px;
  color: #346fc7;
  margin-bottom: 12px;
}
.search-results-list > li .recont {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  margin-bottom: 12px;
  text-align: justify;
}
.search-results-list > li .more {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  padding-right: 16px;
  background: url("../img/moreb.svg") 100% 50% no-repeat;
  background-size: 12px 12px;
  color: #203973;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .search-results-list > li .more {
    font-size: 14px;
  }
}
.search-results-list > li .more::before {
  position: absolute;
  height: 1px;
  width: 0;
  background: #203973;
  bottom: 0;
  left: 0;
  content: "";
  transition: 0.3s;
}
.search-results-list > li .more:hover::before {
  width: calc(100% - 16px);
}
.search-results-list > li:hover {
  border-color: #cccccc;
}
.search-results-list > li:hover h2 {
  color: #203973;
}

@media screen and (max-width: 760px) {
  .side-form {
    display: none;
  }
}
.side-form.open {
  display: block;
}
.side-form .search-actions {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.side-form .search-actions button {
  width: 100%;
}
.side-form .field-container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid #999999;
}
.side-form .field-container:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.side-form .extended-fields {
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  position: relative;
  padding: 20px 0;
}
.side-form .fc-title {
  font-weight: bold;
  margin-bottom: 24px;
}
.side-form .fg {
  display: flex;
  align-items: conter;
  flex-wrap: wrap;
  width: 100%;
}
.side-form .fg > label {
  display: flex;
  align-items: center;
  width: 40%;
  color: #999999;
}
.side-form .fg > label input {
  display: none;
}
.side-form .fg > label span {
  display: block;
  box-sizing: border-box;
  border: 1px solid #dedede;
  width: 22px;
  height: 22px;
  margin-right: 11px;
  background: white;
}
.side-form .fg > label input:checked + span {
  background: url("../img/checkb.svg") no-repeat 50% 50%;
  border-color: #203973;
}
.side-form .fg > label input:checked + span + em {
  color: black;
}
.side-form .fg.radio-mrow label {
  width: 100%;
  margin-bottom: 20px;
}
.side-form select {
  box-sizing: border-box;
  width: 100%;
  display: block;
}
.side-form .field-content {
  margin-bottom: 20px;
}
.side-form .field-content:last-child {
  margin-bottom: 0;
}
.side-form .field-content input {
  width: 100%;
}

.result-cont {
  font-size: 16px;
  line-height: 22px;
  color: #666;
}
.result-cont strong {
  color: black;
  font-weight: bold;
  margin-right: 6px;
}
.result-cont .prop {
  margin-bottom: 22px;
}
.result-cont .rc-inner {
  margin-bottom: 22px;
  text-align: justify;
}
.result-cont .note {
  border-top: 3px solid black;
  border-bottom: 1px solid black;
  margin: 35px 0;
  padding: 16px 0 16px 70px;
  color: black;
  font-size: 13px;
  background: url("../img/infob.svg") no-repeat 22px 50%;
}
.result-cont .note em {
  font-style: italic;
}
.result-cont .attach-list {
  margin: 10px 0;
  display: flex;
  font-weight: bold;
  color: #203973;
  flex-wrap: wrap;
}
.result-cont .attach-list > li {
  margin-right: 68px;
  margin-bottom: 10px;
}
.result-cont .attach-list > li a {
  display: block;
  padding-left: 23px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}
.result-cont .attach-list > li a.doc {
  background-image: url("../img/file-doc.svg");
}
.result-cont .attach-list > li a.pdf {
  background-image: url("../img/file-pdf.svg");
}

.linkback {
  padding-top: 12px;
}
.linkback .back {
  display: inline-block;
  padding-left: 17px;
  font-weight: bold;
  font-size: 16px;
  background: url("../img/back.svg") no-repeat 0% 50%;
}

.split-main .linkback {
  display: none;
  margin: -25px 0 25px;
}
@media screen and (max-width: 760px) {
  .split-main .linkback {
    display: block;
  }
}

@media screen and (max-width: 760px) {
  .split-content > div > aside.short {
    min-height: 0;
    margin-bottom: 0;
  }
  .split-content > div > aside.short .linkback {
    display: none;
  }
}

.side-mob-toggle {
  display: none;
  height: 45px;
  line-height: 45px;
  background: black;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 23px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .side-mob-toggle {
    display: block;
  }
}
.side-mob-toggle::before {
  filter: brightness(0) invert(1);
  content: "";
  display: inline-block;
  height: 18px;
  width: 16px;
  margin-right: 6px;
  background: url("../img/sear.svg") no-repeat 0% 0%;
  background-size: 16px 16px;
  vertical-align: middle;
}

@media only screen and (max-width: 990px) {
  .split-content .pg-tools {
    order: 2;
  }
}

.result-cont .note {
    background: url(../img/infob.svg) no-repeat 22px 50%;
    border-bottom: 1px solid #000;
    border-top: 3px solid #000;
    color: #000;
    font-size: 13px;
    margin: 35px 0;
    padding: 16px 0 16px 70px;
}

.text-content {
  text-align: justify;
}


/* NEW HEADER */

header {
  background: #203973;
}
header .logo {
  color: white;
}
header .navi nav {
  color: white;
}
header .links {
  border-right: none;
}
header .links a {
  color: #ccc;
}
header .links a::before {
  background: white;
}
header .links a:hover {
  color: #fff;
}
header .tools .select.other .current {
  color: white;
  border-color: white;
}
header .tools .select.other::after {
  background-image: url("../img/ddown.svg");
}
header .navi nav > ul > li > ul {
  color: black;
}
header .tools .search input::placeholder {
  color: white;
}
header .tools .search input {
  color: white;
}
header .tools .select.lang .current {
  background: white;
  border-color: black;
  color: black;
}
header .tools .select::after {
  background-image: url("../img/ddownb.svg");
}
@media screen and (max-width: 990px) {
  header .navi nav > ul > li > a {
    color: black;
  }
  header .tools .select.other .current {
    border-color: black;
    color: black;
  }
  header .tools .select.other::after {
    background-image: url("../img/ddownb.svg");
  }

  header .tools .select.other.open .current {
    color: white;
  }
}


.intro-img .iimg img {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  object-position: 50% 25%;

}
.intro-img .iimg::after {
  left: calc(50% - 700px);
  width: 1400px;
  background: linear-gradient(to right, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 20%, rgba(238, 238, 238, 0) 80%, rgb(238, 238, 238) 100%);
}

.news .news-container::after {
  background: linear-gradient(270deg, #F1F5F6 0%, rgba(241, 245, 246, 0) 20%)
}
header .head-content {
  margin-top: 9px;
}
header.scrolled .head-content {
  margin-top: 26px;
}
.news .news-container > ul > li {
  width: calc(33% - 30px);
}
.news .news-container > ul > li > img {
  display: none;
}

