#fsPageBody {
  max-width: 1240px !important;
}

.title-region-active {
  color: #fdf9ef !important;
  background: #004b98 !important;
}

.background-content {
  width: 1200px;
  height: 632px;
  margin: auto;
  background: url("../images/back-ground.png") no-repeat center;
  padding: 36px;
  position: relative;
}

.background-content .item {
  margin: 20px;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  width: 155px;
}

.background-content .item .title:hover {
  box-shadow: 0px 6px 8px 0px #3e3e3e80;
}

.background-content .item .title:active {
  color: #fdf9ef;
  background: #004b98;
}

.background-content .item .title {
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #1b3667;
  display: block;
  background: #fdf9ef;
  border-radius: 8px 8px 0px 0px;
}

.background-content .item .wrap-list-flag {
  padding: 16px;
  background: #fdf9ef;
  border: 1px solid #004b98;
  border-radius: 0px 0px 8px 8px;
  display: flex;
  z-index: 10000000;
  position: absolute;
  width: 155px;
  flex-wrap: wrap;
  align-items: center;
  outline: none;
}

.background-content .item .wrap-flag {
  width: 60px;
  height: 45px;
  padding: 10px;
  flex: 0 0 auto;
  position: relative;
}

.background-content .item .wrap-flag:hover {
  background: #dadada;
}

.background-content .item .wrap-flag:hover .flag {
  box-shadow: 0px 6px 8px 0px #3e3e3e80;
}

.background-content .item .wrap-flag .flag {
  width: 100%;
  height: 100%;
  background-size: 100%;
  
}

.wrap-tooltip {
  background: #fdf9ef;
  position: absolute;
  border-radius: 4px;
  border: 1px solid #004b98;
  padding: 4px 8px;
  font-family: Acumin Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  display: flex;
  flex-direction: column;
  z-index: 20;
  box-shadow: 0px 6px 8px 0px #3e3e3e80;
}

.wrap-tooltip .name {
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #1b3667;
}

.wrap-tooltip .link-doc {
  text-align: center;
  color: #004b98;
  font-family: sans-serif;
  cursor: pointer;
  flex: 0 0 auto;
  white-space: nowrap;
  line-height: 150%;
  text-decoration: blink;
}
