@charset "UTF-8";


h1 {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

h2 {
  width: 100%;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  /* letter-spacing: 2px; */
  line-height: 1.22;
  color: #37570D;
  margin-top: 45px;
  margin-bottom: 25px;
}

h3 {
  width: 100%;
  font-size: 24px;
  font-size: 2rem;
  font-weight: 500;
  /* letter-spacing: 1.2px; */
  line-height: 1.32;
  color: #603813;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  width: 100%;
  font-size: 22px;
  font-size: 2rem;
  font-weight: 500;
  /* letter-spacing: 1.2px; */
  line-height: 1.32;
  color: #517422;
  margin-top: 10px;
  margin-bottom: 5px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

ol {
  padding-left: 1.3em;
  margin: 0;
}

.link-pdf {
  padding-left: 1.3em;
}

.link-pdf img {
  width: 2.7rem;
}

.link-pdf-20px img {
  width: 20px;
  display: block;
}

.link-pdf-20px div {
  padding-bottom: 15px;
}

.text-center {
  text-align: center;
}

.text-justify{
  text-align:justify;
  text-justify: distribute;
}

.content-style {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  /* letter-spacing: 1px; */
  line-height: 1.66;
}

.page-header {
  color: #FFF;
}

.breadcrumb {
  padding: 20px 0;
  font-size: 16px;
  font-size: 1rem;
  flex-flow: wrap;
  margin: -3px -5px;
}

.breadcrumb-item {
  position: relative;
  margin: 3px 5px;
  text-decoration: none !important;
  color: #37570D;
  padding-left: 40px;
}

.breadcrumb-item::before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5em;
  line-height: 0.85;
}

.breadcrumb-item:nth-child(1) {
  padding-right: 5px;
}

.breadcrumb-item:nth-child(1):before {
  content: "";
}

.breadcrumb-item:nth-child(1n+2) {
  padding-right: 20px;
}

.breadcrumb-item:nth-child(1n+2):before {
  content: "";
}

.skip-to-content-div{
  width: 100%;

  position: relative;

  
}
.skip-to-content{
  left: -50%;
  top:-20px;
  position: absolute;
  transform: translateX(-500%);
  

}

.skip-to-content:focus{
  left: 0;
  transform: translateX(0%);
  
}

.page-title {
  position: relative;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 800;
  /* letter-spacing: 2px; */
  line-height: 0.92;
}

.page-title img {
  width: 100%;
}

.page-title span {
  position: absolute;
  bottom: 30%;
  transform: translateY(50%);
  left: 0;
  padding-left: 2%;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}

.page-title.index span {
  bottom: 50%;
}

@media only screen and (min-width: 1025px) {
  .page-title.index span {
    margin-left: calc(100% / 6 - 130px);
  }
}

.page-title .site-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-tab_list_wrapper {
  padding: 30px 0;
  background-color: #332E3A;
  color: white;
}

.page-tab_trigger {
  display: none;
  position: absolute;
  right: 20px;
  top: 0.3em;
  width: 25px;
  height: 25px;
  z-index: 21;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.page-tab_trigger::after {
  content: "";
  font-family: "FontAwesome";
  color: #603813;
  font-size: 1.5em;
}

.page-tab_curr {
  display: none;
  font-size: 16px;
  font-size: 1rem;
  color: #E97F37;
  font-weight: 500;
  padding: 10px 0;
  padding-right: 35px;
  position: relative;
  cursor: pointer;
  /* letter-spacing: 1px; */
}

.open-tab .page-tab_trigger {
  transform: rotate(180deg);
}

.page-tab_list {
  margin: 0 -15px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}

.page-tab_list_item {
  display: inline-block;
  padding: 0 15px;
  margin: 10px 0;
  font-weight: 500;
  cursor: pointer;
  /* letter-spacing: 1px; */
  color: inherit !important;
  text-decoration: none !important;
}

.page-tab_list_item:nth-child(1n+2) {
  border-left: 1px solid #BDFF2E;
}

.page-tab_list_item:hover,
.page-tab_list_item.active {
  color: #BDFF2E !important;
}

.page-content {
  padding-top: 60px;
}

.tab-title {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.22;
  color: #9F4404;
  margin-bottom: 60px;
}

.content-title {
  width: 100%;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.32;
  color: #C95100;
  margin-bottom: 20px;
}

.content-title>div {
  width: calc(100% - 480px);
}

.content-text {
  width: calc(100% - 480px);
  display: inline-block;
  padding-right: 25px;
}

.content-img {
  width: 480px;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  margin: -5px;
}

.content-section {
  display: flex;
  flex-flow: wrap;
  padding-bottom: 30px;
}

.content-img_item {
  width: 50%;
  display: inline-block;
  padding: 5px;
  text-align: center;
}

.content-img_single_item {
  width: 100%;
  padding: 5px;
  text-align: center;
}

.content-img_caption {
  margin: 10px 0;
  font-size: 18px;
  font-size: 1.125rem;
  /* letter-spacing: 1px; */
  color: #603813;
}

.content-slider_video {
  position: relative;
}

.content-slider_video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.content-slider_video::after {
  content: "";
  padding-top: 75%;
  display: block;
}

.content-slider_title {
  margin-top: 20px;
  padding-top: 15px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  /* letter-spacing: 1.2px; */
  line-height: 1.66;
}

.content-slider_title:before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #517422;
  position: absolute;
  left: 0;
  top: 0;
}

.content-section.content-slider {
  position: relative;
}

.content-section.content-slider .swiper-button-next {
  top: 0;
  margin-top: 0;
  right: 0;
}

.content-section.content-slider .swiper-button-prev {
  top: 0;
  margin-top: 0;
  right: 50px;
  left: auto;
}

.content-section.content-slider .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 30px;
}

.content-card {
  width: calc(50% - 45px);
  display: inline-block;
  padding: 35px 30px;
  background-color: #F2F2F2;
  font-weight: 500;
  /* letter-spacing: 1px; */
  line-height: 1.66;
  color: #4B8000;
  text-decoration: none !important;
  position: relative;
  margin: 0 40px 40px 0;
  box-shadow: 5px 5px 10px #AAAAAA;
}

.content-card:hover {
  /* background-color: #FF9E4D; */
  background-color: #facfa7;
}

.content-title.has-logo>div {
  padding-right: 100px;
  position: relative;
}

.new-logo {
  position: absolute;
  right: 30px;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}

.new-logo::after {
  content: "";
  display: block;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #C1272D;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.width30{
  width: 30%
}
.content-group {
  margin-bottom: 20px;
}

.content-group-title,
.btn.content-group span {
  padding: 30px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #603813;
  position: relative;
}

.content-group.accordion {
  position: relative;
}

.content-group.accordion .content-group-title,
.content-group.accordion .btn.content-group span,
.btn.content-group .content-group.accordion span {
  background: none;
  padding-right: 100px;
  cursor: pointer;
}

.content-group.accordion .content-group-title:after,
.content-group.accordion .btn.content-group span:after,
.btn.content-group .content-group.accordion span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 50px;
  display: block;
  width: 38px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/plus.png);
}

.content-group.accordion .content-group-text {
  background: none;
  position: relative;
  display: none;
}

.content-group.accordion.active .content-group-title:after,
.content-group.accordion.active .btn.content-group span:after,
.btn.content-group .content-group.accordion.active span:after {
  background-image: url(../images/minus.png);
}

.content-group-text {
  padding: 1px 0px;
  background-color: #FFF;
}

.content-group-text .reponsive-table table.content-table thead tr th {
  background-color: #F9F9F9;
}

.content-group-text .reponsive-table table.content-table tbody tr td {
  background-color: #FFF;
}

.content-group-text .reponsive-table table.content-table tbody tr:nth-child(2n+2) td {
  background-color: #F9F9F9;
}

.content-group-text-space {
  padding: 0 30px;
}

.content-group.accordion .btn.content-group span.no-plus-sign:after{
  content: none;
}

.content-link-block {
  display: flex;
  flex-flow: wrap;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 35px 0;
}

.content-link-block-time {
  width: 230px;
  font-weight: 500;
}

.content-link-block-text {
  width: calc(100% - 230px);
}

.content-block-table {
  display: table;
  width: 100%;
}

.content-block-row {
  display: table-row;
  width: 100%;
}

.content-block-col {
  width: auto;
  display: inline-block;
  display: table-cell;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0;
  padding-top: 30px;
}

.content-group-text-group {
  padding: 30px 0;
}

.content-price-block {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.content-price-block-price {
  width: 400px;
}

.content-price-block-col-2 {
  width: 400px;
}

.content-price-block-col-1-of-2 {
  width: 200px;
}

.content-price-block-text {
  width: calc(100% - 400px);
}

.content-accordion-block-title {
  font-weight: 500;
  position: relative;
  cursor: pointer;
  padding-right: 70px;
}

.content-accordion-block-title::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 50px;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 35px;
  margin-top: -5px;
  color: #517422;
  transition: 0.3s;
}

.content-accordion-block-text {
  padding-top: 10px;
  display: none;
}
.voter-reg-faq .content-accordion-block-text{
  padding-right: 70px;
}
.content-accordion-block.active .content-accordion-block-title::after {
  transform: rotate(180deg);
}

.reponsive-table {
  width: 100%;
  overflow-x: auto;
}

.rebuild-table {
  width: 100%;
}



table.content-table {
  width: 100%;
  border: 1px solid white;
  border-spacing: 0;
}

table.content-table caption {
  color: green;
  padding: 1em;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  text-align: left;
}

table.content-table tr th {
  vertical-align: middle;
  color: white;
  padding: 1em;
  background-color: #19B168;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  border: 1px solid white;
}

table.content-table tr td ul {
  padding-left: 1em;
}
table.content-table .table-header-0 {
  background-color: #ffffff;
}
table.content-table .table-header-1 {
  background-color: #831B51;
}

table.content-table .table-header-2 {
  background-color: #5D0038;
}

table.content-table .table-header-3 {
  background-color: #A43E7D;
}

table.content-table .table-header-4 {
  /* background-color: #E1C266; */
  background-color: #B38F23;
}

table.content-table .table-header-5 {
  background-color: #C38179;
}

table.content-table .table-header-6 {
  background-color: #339966;
}

table.content-table .table-header-7 {
  /* background-color: #FF9900; */
  background-color: #E07800;
}

table.content-table .table-content-5 {
  text-align: justify;
  background-color: #EBD5D3;
}

table.content-table .table-content-6 {
  text-align: justify;
  background-color: #A2E6C2;
}

table.content-table .table-content-7 {
  text-align: justify;
  background-color: #FCD189;
}

table.content-table tr td {
  background-color: #C4EBD8;
  font-size: 18px;
  font-size: 1.125rem;
  /* padding: 20px; */
  padding: .7em;
  text-align: left;
  border: 1px solid white;
}

table.content-table.text-left tbody tr td {
  text-align: left;
}

.reponsive-shadow-table {
  width: 100%;
  overflow-x: auto;
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
}

table.content-table-white {
  width: 100%;
  border: 0;
  border-spacing: 0;
}

table.content-table-white tr th {
  color: white;
  padding: 30px;
  /* background-color: #008836AA; */
  background-color: rgba(0, 136, 54, 0.666);
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  border: 1px solid white;
}

table.content-table-white tr td {
  /* background-color: #BAE1CEAA; */
  background-color: rgba(186, 225, 206, 0.666);
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px;
  text-align: left;
  border: 1px solid white;
}

.header-tools_item a {
  color: #333333;
  text-decoration: none;
}

.header-tools_item a:link {
  color: #333333;
  text-decoration: none;
}

.header-tools_item a:active {
  color: #333333;
  text-decoration: none;
}

.bottom-menu_row-title a {
  color: #BDFF2E !important;
  text-decoration: none;
}

.bottom-menu_row-title a:link {
  color: #BDFF2E !important;
  text-decoration: none;
}

.bottom-menu_row-title a:hover {
  text-decoration: underline;
}

.bottom-menu_row-title a:active {
  color: #BDFF2E !important;
  text-decoration: none;
}

ul.sitemap {
  list-style-type: none;
  margin-left: 0.5cm;
  padding-left: 0;
}

ul.sitemap ul {
  list-style-type: none;
  margin-left: 0.5cm;
  padding-left: 0;
}

ul.sitemap li {
  padding-left: 1.1em;
}

.index-section-bg-grey {
  background-color: #fbfbf3;
}

.index-section-content {
  padding: 60px 60px 40px;
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  color: #333;
}

.index-section-content-white-bg {
  background-color: #fff;
  padding: 60px 60px 40px;
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  color: #333;
}

.margin0auto {
  margin: 0 auto;
}

ul.not-list {
  list-style: none;
  padding-left: 0;
}

.w-100 {
  width: 100%;
}

.align-justify {
  text-align: justify;
}

.text-size-page p {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1400px) {
  .content-img {
    width: 320px;
  }

  .content-text {
    width: calc(100% - 320px);
  }

  .content-card {
    width: calc(50% - 25px);
    margin: 0 20px 20px 0;
  }

  .content-title>div {
    width: calc(100% - 320px);
  }
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .content-style {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
  }

  .page-title {
    font-size: 48px;
    font-size: 3rem;
  }

  .tab-title {
    font-size: 38px;
    font-size: 2.375rem;
  }

  .content-title {
    font-size: 27px;
    font-size: 1.6875rem;
  }

  .content-title>div {
    width: 100%;
  }

  .content-text {
    width: 100%;
    padding-right: 0;
  }

  .content-img {
    width: 100%;
    padding-top: 20px;
    margin: 0;
  }

  .content-slider_title {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .content-section.content-slider .swiper-button-next {
    display: none;
  }

  .content-section.content-slider .swiper-button-prev {
    display: none;
  }

  .content-section.content-slider .swiper-pagination {
    display: block;
  }

  .new-logo {
    right: 0;
  }

  .content-title.has-logo>div {
    padding-right: 60px;
  }

  .content-card {
    width: 100%;
    padding: 20px 30px 20px 20px;
    margin: 0 0 20px;
  }

  .content-card::after {
    right: 8px;
  }

  .content-section.same-row .content-img_item {
    width: 100%;
    padding: 0;
  }

  .content-section.same-row .content-img {
    width: 20%;
    padding: 0;
  }

  .content-section.same-row .content-text {
    width: 80%;
    padding-right: 35px;
  }

  .content-group-title,
  .btn.content-group span {
    padding: 20px 30px;
  }

  .content-group.accordion .content-group-title,
  .content-group.accordion .btn.content-group span,
  .btn.content-group .content-group.accordion span {
    padding-right: 60px;
  }

  .content-group.accordion .content-group-title:after,
  .content-group.accordion .btn.content-group span:after,
  .btn.content-group .content-group.accordion span:after {
    right: 20px;
  }

  .content-link-block-time {
    width: 100%;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .content-block-table {
    display: block;
  }

  .content-block-table .content-block-row {
    margin-top: 35px;
    display: block;
  }

  .content-block-col {
    width: 100%;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 15px;
  }

  .content-link-block {
    padding: 0;
  }

  .content-link-block-text {
    width: 100%;
    padding-left: 0;
  }

  .content-price-block-text {
    width: 100%;
  }

  .content-price-block-price {
    width: 100%;
    padding-top: 20px;
  }

  .content-accordion-block-title {
    padding-right: 40px;
  }

  .content-accordion-block-title::after {
    right: 0;
  }

  .voter-reg-faq .content-accordion-block-text{
    padding-right: 40px;
  }
  table.content-table tbody tr td,
  table.content-table-white tbody tr td {
    font-weight: 300;
  }

  .index-section-content {
    padding: 40px 30px 40px 0;
    font-size: 24px;
    font-size: 1.5rem;
    position: relative;
    color: #333;
  }

  .index-section-content-white-bg {
    background-color: #fff;
    padding: 40px 30px 40px 30px;
    font-size: 24px;
    font-size: 1.5rem;
    position: relative;
    color: #333;
  }
}

@media only screen and (max-width: 767px) {
  .page-content {
    padding-top: 40px;
  }

  .breadcrumb {
    padding: 15px 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .breadcrumb-item {
    padding-left: 20px;
  }

  .breadcrumb-item:nth-child(1) {
    padding-right: 0px;
  }

  .breadcrumb-item:nth-child(1n+2) {
    padding-right: 0px;
  }

  .page-title {
    font-size: 32px;
    font-size: 2rem;
  }

  .tab-title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 20px;
  }

  .page-tab_trigger {
    display: block;
  }

  .page-tab_curr {
    display: block;
  }

  .page-tab_list_wrapper {
    padding: 20px 0;
  }

  .page-tab_list_wrapper .site-wrapper {
    position: relative;
  }

  .page-tab_list {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
    background-color: #E9F4E3;
    margin: 0;
    padding: 0 20px 40px;
    font-size: 16px;
    font-size: 1rem;
    z-index: 20;
  }

  .open-tab .page-tab_list {
    display: block;
  }

  .page-tab_list_item {
    display: block;
    margin: 0;
    padding: 10px 0;
    padding-right: 40px;
  }

  .page-tab_list_item:nth-child(1n+2) {
    border-left: 0;
    border-top: 1px solid #CCC;
  }

  .content-section.same-row .content-text {
    width: 100%;
    padding-right: 15px;
  }

  .content-title.has-logo>div {
    padding-right: 45px;
  }

  .new-logo {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    font-size: 0.625rem;
  }

  .content-slider_title {
    font-size: 16px;
    font-size: 1rem;
  }

  .content-group.accordion .content-group-title,
  .content-group.accordion .btn.content-group span,
  .btn.content-group .content-group.accordion span {
    padding-right: 40px;
  }

  .content-group.accordion .content-group-title::after,
  .content-group.accordion .btn.content-group span::after,
  .btn.content-group .content-group.accordion span::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }

  .content-group-title,
  .btn.content-group span {
    padding: 15px;
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .content-group-text-space {
    padding: 0 15px;
  }

  .content-link-block-time {
    padding-bottom: 0;
  }

  .content-link-block * {
    font-size: 0.95em;
  }

  .content-group-text-group {
    padding: 20px 0;
  }
 

  

  

  .content-price-block-price {
    padding-top: 5px;
  }

  .content-accordion-block-title {
    padding-right: 25px;
  }

  .content-accordion-block-title::after {
    font-size: 30px;
    line-height: 20px;
    margin-top: 5px;
  }
  .voter-reg-faq .content-accordion-block-text{
    padding-right: 25px;
  }
  .content-block-table .content-block-row {
    margin-top: 35px;
    display: block;
  }

  .content-block-table .content-block-row:nth-child(1) {
    margin-top: 35px;
    display: block;
  }

  .content-block-col {
    width: 100%;
    padding-left: 0;
    font-size: 0.95em;
  }

  table.content-table thead tr th,
  table.content-table-white thead tr th {
    padding: 15px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1;
  }

  table.content-table tbody tr td,
  table.content-table-white tbody tr td {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
  }

  .index-section-content {
    padding: 20px 30px 20px 0;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    color: #333;
  }

  .index-section-content-white-bg {
    background-color: #fff;
    padding: 20px;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    color: #333;
  }
}

@media only screen and (max-width: 520px) {
  .page-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23527423'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23527423'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23527423'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23527423'%2F%3E%3C%2Fsvg%3E");
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

* {
  box-sizing: border-box;
  vertical-align: top;
}

#web-top {
  overflow-x: hidden;
}



body:lang(en) {
  /*font-family: "Roboto", "Poppins",  "Arial", "Noto Sans TC", "Noto Sans SC", sans-serif;*/
  /* font-family:"Poppins", "Microsoft JhengHei", "Roboto", "MingLiu_HKSCS", "Arial", "Noto Sans TC", "Noto Sans SC", sans-serif; */
  font-family: "Roboto", "MingLiu_HKSCS", "Arial", "Noto Sans TC", "Noto Sans SC", sans-serif;
  margin: 0;
  padding-top: 0;
}
.same-font-family{
  font-family: "Roboto", "MingLiu_HKSCS", "Arial", "Noto Sans TC", "Noto Sans SC", sans-serif;
}
body:lang(zh-Hant) {
  font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
  margin: 0;
  padding-top: 0;
  font-size: 15px;
}

body:lang(zh-Hans) {
  font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
  margin: 0;
  padding-top: 0;
  font-size: 15px;
}

.same-font-family-tc{
  font-family: "Poppins", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  /* color: #4B8000; */
  color: #406808;
  text-decoration: none;
  word-break: break-word;
}

a:hover {
  text-decoration: underline;
}

table.not-word-break-link a {
  word-break: initial;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 0 1px 7px 0px #616161;
  transition: top 0.3s ease;
}

.site-nav {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

body.menu-active {
  overflow: hidden;
}

body.menu-active .site-nav {
  background-color: #FFF;
}

.header-bar {
  display: flex;
  align-items: flex-end;
  position: relative;
  flex-flow: wrap;
  font-size: 16px;
}

.header-bar .desktop {
  display: block;
}

.header-bar .mobile {
  display: none;
}

.header-bar-left {
  width: 516px;
  display: flex;
  vertical-align: top;
  align-items: center;
  color: #000 !important;
  text-decoration: none !important;
  z-index: 10;
}

.header-logo_img {
  width: 99px;
}

.header-logo_img-full {
  width: 100%;
  /* height: 62px; */


}
.header-logo_img-full-tc{
  width: 100%;
}

.header-logo_img-full-tc img{
  max-width: 610px;
  vertical-align: top;
}

.header-logo_img-full img {
  width: 100%;
  /* width: auto; */
  vertical-align: top;
}






.header-logo_text {
  width: calc(100% - 99px);
  padding-left: 10px;
  font-family: Arial, sans-serif;
}

.header-logo_text-title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
}

.header-logo_text-text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.header-bar-right {
  width: calc(100% - 516px);
  vertical-align: top;
}

.header-tools {
  display: flex;
  justify-content: flex-end;
  /* position: absolute;
  right: 0;
  top: -15px; */
  padding-bottom: 20px;
}

.header-tools_item {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #333333;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  cursor: pointer;
}

.header-tools_item input {
  height: 100%;
}

.header-tools_item:nth-child(1) {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

.header-nav {
  display: flex;
  justify-content: flex-end;
}

.header-nav a {
  color: #333;
}

.header-nav_item {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 25px;
  /* letter-spacing: 1px; */
}

.header-nav_item:nth-child(1) {
  margin-left: 0;
}

.header-nav_item:hover .header-nav_item-link {
  color: #517422;
}

.header-nav_item:hover .header-nav_sub {
  opacity: 1;
  visibility: visible;
}

.mobile_header-tools {
  text-align: right;
}

.mobile_header-tools_item {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  width: 38px;
  cursor: pointer;
  position: relative;
}

.mobile_header-tools_item img {
  width: 100%;
  vertical-align: middle;
}


/* .mobile_header-tools_item:hover .lang_menu {
  display: block;
} */

.mobile_header-tools_menu,
.lang_menu {
  display: none;
  position: absolute;
  font-size: 16px;
  font-size: 1rem;
  right: 0;
  top: 100%;
  background-color: #FFF;
  box-shadow: 1px 1px 5px #616161;
  z-index: 10;
}

.mobile_header-tools_menu_item,
.lang_menu_item {
  display: block;
  margin: 10px 10px;
  white-space: nowrap;
}

.menu-active .mobile_header-tools_item:not(.menu-trigger) {
  display: none;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger {
  width: 100%;
  padding: 0;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger * {
  width: 100%;
  padding: 0;
}

.hamburger *:after {
  width: 100%;
  padding: 0;
}

.hamburger *:before {
  width: 100%;
  padding: 0;
}

.mobile_header-nav_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}

.mobile_header-nav {
  max-height: 100%;
  background-color: #FFF;
  padding: 0 0 20px;
  box-shadow: 0 4px 5px 0px #616161;
  overflow: auto;
}

.mobile_header-nav_item {
  margin: 40px 0;
}

.mobile_header-nav-link {
  font-size: 32px;
  font-size: 2rem;
  color: #333333;
  font-weight: 700;
  display: block;
}

.mobile_header-nav_sub-item {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  color: #333333;
  margin: 20px 0;
}

.mobile_header-nav_item.has-sub .mobile_header-nav-link {
  padding-right: 50px;
  position: relative;
}

.mobile_header-nav_item.has-sub .mobile_header-nav-link:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 1.4em;
}

.mobile_header-nav_item.has-sub.open-sub .mobile_header-nav-link:after {
  transform: rotate(90deg);
}

.mobile_header-nav_item.has-sub.open-sub .mobile_header-nav_sub {
  display: block;
}

.mobile_header-nav_sub {
  display: none;
}

.header-nav_sub {
  display: flex;
  flex-flow: wrap;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 20px 40px;
  z-index: 10;
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.header-nav_sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 200%;
  height: 100%;
  z-index: -1;
}

.header-nav_sub-item {
  display: flex;
  /* align-items: center; */
  padding: 15px 20px;
  width: 33.3%;
}

.header-nav_sub-item:hover .header-nav_sub-item_name {
  color: #4B8000;
}

.header-nav_item-link {
  position: relative;
  font-weight: 700;
  transition: color 0.3s ease;
}

.header-nav_item-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
}

.header-nav_item.active .header-nav_item-link {
  color: #517422;
}

.header-nav_item.has-sub .header-nav_item-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -40px;
  height: 5px;
  width: 0;
  transform-origin: center top;
  background-color: #517422;
  transform: translate(-50%, 0);
}

.header-nav_item.has-sub:hover .header-nav_item-link::before {
  width: 10000px;
  transition: 1s 0.03s;
}

.header-nav_sub-item_img {
  width: 80px;
  text-align: center;
  display: none;
}

.header-nav_sub-item_name {
  padding-left: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  transition: color 0.3s ease;
}




.top-highlight {
  width: 100%;
  padding: 40px 0 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.top-highlight .site-wrapper {
  position: relative;
}

.top-highlight-row {
  width: calc(50% - 4px);
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
}

.top-highlight-row:nth-child(2n+2) {
  border-left: 1px solid #9f4404;
}

.top-highlight-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0;
}

.top-highlight-item:nth-child(1n+2) {
  border-top: 1px solid #ccc;
}

.top-highlight-item.large .top-highlight-item-img {
  width: 40%;
}

.top-highlight-item.large .top-highlight-item-title {
  font-size: 23px;
  font-size: 1.4375rem;
  width: 60%;
}

.top-highlight-item-title {
  padding-left: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  padding-right: 1em;
}

.top-highlight-item-title::after {
  content: "";
  font-family: "FontAwesome";
  color: #c95100;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.top-highlight-item-img img {
  width: 100%;
}

.top-highlight-item.small .top-highlight-item-img {
  width: 60px;
}

.top-highlight-item.small .top-highlight-item-title {
  width: calc(100% - 60px);
}

.top-highlight_close {
  position: absolute;
  right: 20px;
  top: -25px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/close.png);
  cursor: pointer;
}

.shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  overflow: hidden;
}

.shape svg {
  position: absolute;
  top: 0;
  left: 0;
}

.shape .container {
  transform: scaleX(-1);
  overflow: hidden;
}

.shape .container.reverse {
  transform: scaleX(-1) rotate(180deg);
}

.shape .border {
  fill: none;
  stroke: #603813;
  stroke-width: 1;
}

.shape .outer,
.shape .inner {
  transition: fill 0.3s ease;
  fill: #fff;
}



.shapegray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  overflow: hidden;
}

.shapegray svg {
  position: absolute;
  top: 0;
  left: 0;
}

.shapegray .container {
  transform: scaleX(-1);
  overflow: hidden;
}

.shapegray .container.reverse {
  transform: scaleX(-1) rotate(180deg);
}

.shapegray .border {
  fill: none;
  stroke: #603813;
  stroke-width: 1;
}

.shapegray .outer,
.shapegray .inner,
.btn:hover .shapegray .outer,
.btn:hover .shapegray .inner {
 
  fill: #fff;
}

.shapegray .outer,
.shapegray .inner {
  transition: fill 0.3s ease;
}

.shapegray .content-group.accordion .content-group-title, .shapegray-btn.btn.content-group span {
  opacity: 0.5;
}

.shapegray-btn.btn.content-group:hover span {
  color: #603813;
}

.btn:hover .shapegray .border {
  stroke: #603813;
}


.accordion {
  min-height: 57px;
}

.accordion.active>.shape .outer,
.accordion.active>.shape .inner {
  fill: #f9f6e5;
}

.bottom-menu {
  margin: 0 auto;
}

.bottom-menu_row {
  width: calc(20% - 4px);
  padding-right: 10px;
  display: inline-block;
}

.bottom-menu_row-title {
  color: #BDFF2E;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  padding-bottom: 10px;
}

.bottom-menu_row-item {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  margin: 15px 0;
  overflow: hidden;
}

.bottom-menu_row-item a {
  color: #ffffff;
}

.bottom-menu_row-item img {
  float: left;
}

.bottom-menu_row-item span {
  float: left;
  margin-left: 10px;
}

.bottom-menu_row-item.large {
  font-size: 1.2em;
}

.bottom-menu-wrapper {
  background-color: #517422;
  padding: 40px 0;
}

.bottom-menu-wrapper .desktop {
  display: block;
}

.bottom-menu-wrapper .mobile {
  display: none;
}

footer {
  background-color: #37570D;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

footer a {
  color: #fff;
}

.bottom-logo {
  padding: 15px 0;
}

.bottom-logo_item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 140px;
}

.bottom-logo_item:first-child {
  margin-left: 0;
}

.bottom-logo_item:last-child {
  margin-right: 0;
}

.bottom-logo_item img {
  width: 100%;
  max-width: 100%;
}

.bottom-date {
  margin-top: 25px;
  /* letter-spacing: 0.5px; */
}

.bottom-nav {
  margin-top: 10px;
}

.bottom-nav_item {
  display: inline-block;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #fff;
  /* letter-spacing: 0.5px; */
  vertical-align: middle;
}

.bottom-nav_item:nth-child(1) {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

.scroll-top {
  position: fixed;
  bottom: 35px;
  right: 50px;
  color: #517422;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}

.scroll-top i {
  line-height: 40px;
  font-size: 30px;
  transition: color 0.3s ease;
}

.scroll-top::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  background-color: #efefef;
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
  transition: opacity 0.3s ease;
  box-shadow: 5px 5px 10px #000;
}

.scroll-top:hover::after {
  opacity: 0.8;
}

.scroll-top:hover i {
  color: #517422;
}

input[type=text] {
  border: 0;
  border-bottom: 1px solid black;
  font-size: 16px;
  background-color: transparent;
}

.btn {
  position: relative;
  display: inline-block;
  color: #603813;
  text-decoration: none !important;
  padding: 15px 32px;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  transition: color 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  margin-bottom: 8px;
  min-height: 57px;
}


.shapegray-btn{
  cursor: default;
  transition: none;
}

.btn:hover {
  color: #fff;
}

.btn img {
  vertical-align: middle;
  position: relative;
}

.btn span {
  vertical-align: middle;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  min-height: 27px;
}

.btn span img {
  margin-right: 10px;
}

.btn path {
  transition: fill 0.3s ease;
}

.btn:hover .outer,
.btn:hover .inner {
  fill: #603813;
}

.btn:hover .border {
  stroke: #fff;
}

.btn.content-group {
  padding: 0;
  min-height: initial;
}

.btn.content-group span {
  color: inherit;
}

.btn.white {
  background-color: #fff;
  color: #9f4404;
  border: 1px solid #fff;
}

.btn.white:hover {
  background-color: #9f4404;
  color: #ddd;
  border: 1px solid #9f4404;
}


.flex-shape-btn-group-container{
  width: 100%;
}
.flex-shape-btn{
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
}

.flex-shape-btn .btn span{
  justify-content: center;
}


.flex-shape-btn a{
  margin: 20px 10px 40px 10px;
  min-width: 300px;
}
.flex-shape-btn.district a{
  margin: 0px 10px 30px 10px;
  min-width: 250px;
}
.content-wrapper-without-h2title{
  margin-top: 39px;
}

.content-text-with-img h3{
  margin-top: 0px;
}

.content-text-with-img.media1100-w100{
  width: calc(100% - 480px);
}
@media only screen and (max-width: 1400px){
  .content-text-with-img.media1100-w100{
    width: calc(100% - 320px);
  }
}
@media only screen and (max-width: 1230px){
  .flex-shape-btn.district a{
    margin: 0px 10px 30px 0px;
    min-width: 200px;
  }
}

@media only screen and (max-width: 1100px){
  .flex-shape-btn{
    flex-direction: column;
  }

  .flex-shape-btn a{
    margin: 0px 10px 20px 10px;
    
  }
  .content-text-with-img.media1100-w100{
    width: 100%;
  }

  .content-img.media1100-w100{
    width: 100%;
  }
} 

.site-outer {
  margin: 0 auto;
  max-width: 1920px;
}

.site-wrapper {
  max-width: 1540px;
  padding: 0 50px;
  margin: auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #527423;
  border: 1px solid #527423;
  opacity: 1;
  margin: 0 5px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.index-section {
  /* padding: 100px 0; */
  padding: 60px 0;
}
#district_map_2019{
  position: relative;
}

.district_text a{
  font-size: 1.90rem;
  font-weight: 900;
  color: inherit;
  text-decoration: none;
}
.district_text.north{
  position:absolute;
  top: 10%;
  left: 55%;
  color: #795F02;
}
.district_text.tai_po{
  position:absolute;
  top:27%;
  left: 53%;
  color: #2C5468;
}
.district_text.yuen_long{
  position:absolute;
  top: 25%;
  left: 35%;
  color: #953759;
}
.district_text.tuen_mun{
  position:absolute;
  top: 40%;
  left: 22%;
  color: #7A6415;
}
.district_text.tsuen_wan{
  position:absolute;
  top: 40%;
  left: 40%;
  color: #354569;
}
.district_text.sha_tin{
  position:absolute;
  top: 40%;
  left: 60%;
  color: #861319;
}
.district_text.kwai_tsing{
  position:absolute;
  top: 50%;
  left: 45%;
  color: #5C3FAB;
}
.district_text.Islands{
  position:absolute;
  top: 70%;
  left: 18%;
  color: #3B6F2A;
}
.district_text.sai_kung{
  position:absolute;
  top: 37%;
  left: 83%;
  color: #775555;
}

html:lang(zh-Hans) .district_text.sha_tin, html:lang(zh-Hant) .district_text.sha_tin{

  top: 40%;
  left: 62%;

}

html:lang(zh-Hans) .district_text.kwai_tsing, html:lang(zh-Hant) .district_text.kwai_tsing{

  top: 50%;
  left: 44%;

}

html:lang(zh-Hans) .district_text.tsuen_wan, html:lang(zh-Hant) .district_text.tsuen_wan{

  top: 40%;
  left: 42%;

}

@media only screen and (max-width: 960px){
  .district_text a{
    font-size: 1.50rem;
  }

  .district_text.yuen_long{
   
    top: 25%;
    left: 30%;
   
  }
}

@media only screen and (max-width: 767px){
  .district_text a{
    font-size: 1rem;
  }
}

@media only screen and (max-width: 576px){
  .district_text a{
    font-size: 0.1rem;
  }
  .district_text.yuen_long{

    top: 25%;
    left: 30%;

  }

  .district_text.tsuen_wan{
 
    top: 42%;
    left: 43%;
   
  }

  .district_text.tuen_mun{
   
    top: 39%;
    left: 22%;
   
  }
  .district_text.sha_tin{
   
    top: 35%;
    left: 63%;
  
  }

  .district_text.sai_kung{

    top: 37%;
    left: 80%;

  }

}

.section-black {
  background-color: #332e3a;
  color: #fff;
}

.section-light-green {
  background-color: #E9F4E3;
}

.section-light-grey {
  background-color: #e8e8e8;
}

.section-light-grey-green {
  background-color: #c4ebd8;
}

.section-white {
  background-color: #fff;
  color: #000;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.no-underline {
  text-decoration: none !important;
}

.display-desktop {
  display: block;
}



.display-mobile {
  display: none;
}

.index_slider {
  position: relative;
}

.index_slider .swiper-slide img {
  width: 100%;
}

.index_slider .swiper-pagination-bullet {
  width: 120px;
  border-radius: 0;
  height: 4px;
  opacity: 1;
  background-color: #fff;
  margin: 0 4px;
}

.index_slider .swiper-pagination-bullet-active {
  background-color: #e98037;
}

.index_slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 30px;
}

.index_slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px;
  border: 0;
}

.index_slider .swiper-pagination-custom {
  bottom: 30px;
}

.swiper-pagination-fraction {
  bottom: 30px;
}

.information {
  overflow: hidden;
}

.information .btn {
  width: 433px;
  max-width: 95%;
}

.information-inner-column {
  float: left;
  font-size: 22px;
  font-size: 1.375rem;
}

.information-inner-column:nth-child(1) {
  width: 414px;
  padding: 0 60px;
}

.information-inner-column:nth-child(2) {
  width: calc(100% - 414px);
}

.index-section-title {
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 700;
  text-align: center;
  color: #517422;
}

.section-black .index-section-title {
  color: #fff;
}

.section-black .section-news-item {
  background-color: #fff;
  border: 0;
  border-radius: 15px;
  padding: 30px 60px;
  margin-bottom: 40px;
}

.section-news-list {
  margin: 60px 0;
}

.section-news-item {
  background-color: #f9f9f9;
  padding: 40px 100px 20px;
  margin: 60px 0;
  box-shadow: 5px 5px 10px #aaaaaa;
  transition: background-color 0.3s;
}

.section-news-item:hover {
  /* background-color: #ff9e4d; */
  background-color: #facfa7;
  /* background-color: #FFC494; */
}

.section-news-item a {
  text-decoration: none;
}

.section-news-item:last-child {
  border-bottom: 1px solid #ccc;
}

.section-news-item_date {
  color: #603813;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 15px;
}

.section-news-item_title {
  position: relative;
  /* color: #4B8000; */
  color: #406808;
}

.section-news-btn {
  text-align: center;
}

.section-news-btn .btn {
  transition: background-color 0.3s ease;
  background-color: #517422;
  color: #fff;
  border-radius: 29px;
  border: #517422 solid 1px;
}

.section-news-btn .btn:hover {
  background-color: #fff;
  color: #517422;
}

.useful_slider {
  padding: 60px 50px;
  position: relative;
}

.useful_slider .swiper-button-next {
  top: 169.5px;
  margin-top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}

.useful_slider .swiper-button-prev {
  top: 169.5px;
  margin-top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}

.useful_slider .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}

.useful_slider .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}

.useful_slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  padding-top: 30px;
  width: 100%;
  position: relative;
}

.useful_slider .swiper-pagination-bullet {
  margin: 0 15px;
}

.useful_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #332e3a;
}

.section-useful-item {
  display: inline-block;
  width: 100%;
  padding: 20px;
}

.section-useful-icon {
  max-width: 220px;
  margin: auto;
}

.section-useful-text {
  padding-top: 25px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

.section-useful-licence {
  padding-top: 100px;
  text-align: center;
}

.section-useful-licence-text {
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 15px;
}

.other_site_slider {
  /* max-width: 910px; */
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.other_site_slider .swiper-slide {
  width: 165px;
  height: unset;
  align-self: stretch;
}

/* .other_site_slider .swiper-slide img {
  width: 100%;
  height: 100%;
} */


.other_site_slider .swiper-slide img {

  max-width: 100%;
  width: auto;
  height: 100%;
 
}

.other_site_slider .swiper-button-next {
  right: -50px;
}

.other_site_slider .swiper-container-rtl .swiper-button-prev {
  right: -50px;
}

.other_site_slider .swiper-container-rtl .swiper-button-next {
  left: -50px;
}

.other_site_slider .swiper-button-prev {
  left: -50px;
}

.other_site_slider .swiper-pagination {
  width: 100%;
  bottom: -40px;
}

.other_site_slider .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}

.other_site_slider .swiper-pagination.disabled,
.other_site_slider .swiper-button-prev.disabled,
.other_site_slider .swiper-button-next.disabled {
  display: none;
}

.useful_search_lightbox_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.useful_search_lightbox_wrapper.active {
  opacity: 1;
  visibility: visible;
}

.useful_search_lightbox_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/close_w.png);
  cursor: pointer;
}

.useful_search_lightbox_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #000;
}

.useful_search_lightbox {
  width: calc(100% - 40px);
  max-width: 1200px;
  height: 100%;
  max-height: calc(100% - 40px);
  background-color: #332e3a;
  position: relative;
  z-index: 1;
  padding: 50px 40px;
  border-radius: 20px;
}

.useful_search_full_list {
  overflow: auto;
  height: 100%;
  display: flex;
  flex-flow: wrap;
  margin: 0 -20px;
}

.useful_search_full-item {
  width: 33.3%;
  padding: 20px;
  color: #fff;
}


.pdfAfterlink a::after {
  content: url(/rre/images/pdf1.png);
  /* background-image: url(/rre/images/pdf.gif); */
  width: 20px;
  height: 20px;
  padding-left: 20px;
  /* background-size: 20px; */

}

.no-paddingpdfAfterlink a::after {
  padding: 0;

}

a.pdfAfterlink::after {
  content: url(/rre/images/pdf1.png);
  /* background-image: url(/rre/images/pdf.gif); */
  width: 20px;
  height: 20px;
  padding-left: 20px;
  /* background-size: 20px; */

}
a.no-padding.pdfAfterlink::after {

 padding: 0;

}


@media only screen and (max-width: 1539px) {
  .header-bar-right {
    width: 100%;
  }

  .header-nav {
    padding-top: 20px;
  }

  .other_site_slider .swiper-button-prev {
    left: -40px;
  }

  .other_site_slider .swiper-container-rtl .swiper-button-next {
    left: -40px;
  }

  .other_site_slider .swiper-container-rtl .swiper-button-prev {
    right: -40px;
  }

  .other_site_slider .swiper-button-next {
    right: -40px;
  }
}

@media only screen and (max-width: 1500px) {
  .header-tools {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-bar {
    align-items: center;
  }

  .header-bar .desktop {
    display: none;
  }

  .header-bar .mobile {
    display: block;
  }

  .header-logo_img {
    width: 75px;
  }

  .header-logo_text-title {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .header-logo_text {
    width: calc(100% - 75px);
  }

  .header-logo_text-text {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .site-nav {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header-nav {
    display: none;
  }

  .header-bar-left {
    width: calc(100% - 170px);
  }

  .header-bar-right {
    /* width: 160px; */
    width: 170px;
    /* padding-right: 10px; */
  }

  .mobile_header-tools_item {
    width: 30px;
  }

  .top-highlight-row {
    width: 100%;
    padding: 0;
  }

  .top-highlight-row:nth-child(2n+2) {
    border-left: 0;
    border-top: 1px solid #ccc;
  }

  .top-highlight-item.large .top-highlight-item-img {
    width: 60px;
  }

  .top-highlight-item.large .top-highlight-item-title {
    font-size: 16px;
    font-size: 1rem;
    width: calc(100% - 60px);
  }

  .top-highlight-item.small .top-highlight-item-title {
    font-size: 16px;
    font-size: 1rem;
  }

  .top-highlight {
    padding: 20px 0 0;
  }

  .top-highlight_close {
    position: absolute;
    right: 10px;
    top: -10px;
    width: 15px;
    height: 15px;
  }

  .bottom-menu-wrapper .desktop {
    display: none;
  }

  .bottom-menu-wrapper .mobile {
    display: block;
  }

  .bottom-menu_row {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }

  .bottom-menu_row:nth-child(1) {
    margin-top: 0;
  }

  .display-mobile {
    display: block;
  }

  .display-desktop {
    display: none;
  }

  .display-desktop-table {
    display: none;
  }

  .index-section {
    /* padding: 60px 0; */
    padding: 40px 0;
  }

  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 3px;
  }

  .index_slider .swiper-button-next {
    padding: 18px 15px;
    height: auto;
    width: auto;
    background-color: rgba(0, 0, 0, 0.8);
    right: 0;
  }

  .index_slider .swiper-button-next:after {
    font-size: 30px;
  }

  .index_slider .swiper-button-prev {
    padding: 18px 15px;
    height: auto;
    width: auto;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
  }

  .index_slider .swiper-button-prev:after {
    font-size: 30px;
  }

  .index_slider .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }

  .index_slider .swiper-container-rtl .swiper-button-next {
    left: 0;
  }

  .information-inner-column {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .information-inner-column:nth-child(1) {
    width: 100%;
    padding: 0 0px;
  }

  .information-inner-column img.icon {
    display: block;
    margin: 0 auto;
    padding: 5px;
  }

  .information-inner-column:nth-child(2) {
    width: 100%;
  }

  .information .btn {
    display: block;
    margin: 0 auto 8px;
  }

  .section-news-item {
    padding: 40px 30px 20px 10px;
  }

  .section-news-item_title:after {
    top: -1.3em;
    right: -30px;
    font-size: 2em;
  }

  .section-news-btn {
    text-align: center;
  }

  .useful_slider {
    padding: 60px 0;
  }

  /* .other_site_slider {
    padding: 20px 0;
  } */

  /* .other_site_slider {
    max-width: 350px;
    margin: 0 auto;
  } */


  .other_site_slider .swiper-slide {
    width: 152px;
  }

  .other_site_slider .swiper-pagination {
    bottom: -20px;
  }

  .other_site_slider .swiper-button-next {
    right: -40px;
  }

  .other_site_slider .swiper-container-rtl .swiper-button-prev {
    right: -40px;
  }

  .other_site_slider .swiper-container-rtl .swiper-button-next {
    left: -40px;
  }

  .other_site_slider .swiper-button-prev {
    left: -40px;
  }

  .section-useful-item {
    width: calc(50% - 4px);
  }

  .section-black .section-news-item {
    border: 0;
    border-radius: 15px;
    padding: 30px 40px;
    margin-bottom: 30px;
  }

  .link-pdf-20px div {
    padding-bottom: 10px;
  }

}

@media only screen and (max-width: 767px) {
  .site-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-logo_img {
    width: 50px;
  }

  .header-logo_text {
    width: calc(100% - 40px);
  }

  .header-bar-left {
    width: calc(100% - 95px);

  }

  .header-bar-right {
    /* width: 85px; */
    width: 95px;

  }

  .mobile_header-tools_item {
    margin-left: 5px;
    width: 16px;
    margin-left: 5px;
    width: 20px;
  }

  .mobile_header-nav {
    padding: 0 0 30px;
  }

  .mobile_header-nav_item {
    margin: 20px 0;
  }

  .mobile_header-nav-link {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .mobile_header-nav_sub-item {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 15px 0;
  }

  .mobile_header-nav_item.has-sub .mobile_header-nav-link:after {
    font-size: 1.2em;
  }

  .hamburger-inner {
    height: 3px;
  }

  .hamburger-inner:after {
    bottom: -7px;
    height: 3px;
  }

  .hamburger-inner:before {
    top: -7px;
    height: 3px;
  }

  .bottom-menu-wrapper {
    padding: 40px 0;
  }

  .bottom-menu_row-item {
    margin: 10px 0;
  }

  .bottom-menu_row {
    margin-top: 15px;
  }

  .bottom-logo_item {
    margin: 0 8px;
    width: 75px;
  }

  .bottom-date {
    margin-top: 15px;
  }

  footer {
    padding: 30px 0;
  }

  .site-wrapper {
    padding: 0 20px;
  }

  .index-section {
    /* padding: 40px 0; */
    padding: 30px 0;
  }

  .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .index_slider .swiper-button-next {
    padding: 10px 8px;
  }

  .index_slider .swiper-button-prev {
    padding: 10px 8px;
  }

  .index_slider .swiper-pagination-bullet {
    width: 40px;
    margin: 0 4px;
  }

  .index_slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .other_site_slider .swiper-slide img{
      max-height: 79px;
  }

  .index-section-title {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .section-news-list {
    margin: 40px 0;
  }

  .section-news-item_date {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 10px;
  }

  .section-news-item {
    padding: 20px 30px 10px 10px;
    margin: 30px 0;
  }

  .section-black .section-news-item {
    border: 0;
    border-radius: 15px;
    padding: 20px 30px;
    margin-bottom: 20px;
  }

  .useful_slider {
    padding: 20px 0;
  }

  .useful_slider .swiper-pagination-bullet {
    margin: 0 8px;
  }

  .section-useful-licence {
    padding-top: 40px;
  }

  .section-useful-text {
    padding-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .other_site_slider {
    /* max-width: 300px;
    margin: 0 auto; */
    /* padding: 0 40px; */
    /* height: 70px; */
    max-width: 400px;
  }

  /* .other_site_slider .swiper-container {
    max-width: 300px;
  } */


  .other_site_slider .swiper-slide {
    width: 100px;

  }

  .other_site_slider .swiper-button-next {
    width: 20px;
    height: 33px;
    background-size: 20px 33px;
    display: none;
  }

  .other_site_slider .swiper-button-prev {
    width: 20px;
    height: 33px;
    background-size: 20px 33px;
    display: none;
  }

  .other_site_slider .swiper-container-rtl .swiper-button-prev {
    display: none;
  }

  .other_site_slider .swiper-container-rtl .swiper-button-next {
    display: none;
  }

  .scroll-top {
    right: 20px;
    width: 30px;
    height: 30px;
  }

  .scroll-top i {
    line-height: 30px;
    font-size: 20px;
  }

  .useful_search_full-item {
    width: 50%;
  }

  .btn,
  .accordion {
    min-height: 29px;
  }

  .shape {
    width: 150%;
    height: 150%;
    transform: scale(0.66);
    transform: scale(calc(2 / 3));
    transform-origin: top left;
  }
}

@media only screen and (max-width: 520px) {
  .header-logo_img {
    width: 17.5%;
  }

  .header-logo_text {
    padding-left: 2%;
  }

  .other_site_slider {
    max-width: 300px;
    /* max-width: 250px; */
    /* padding: 0 ; */
    /* padding: 0 60px; */
    /* padding: 0 70px; */
    /* height: 70px; */
  }



  .header-logo_img-full img {

    width: 100%;
    height: 27px;

  }

  .header-logo_img-full img{
    width: auto;
    width: 100%;
    max-width: none;
    height: 100%;
    vertical-align: top;
  }





  /* .other_site_slider .swiper-container {
    max-width: 250px;
  } */
}

/*# sourceMappingURL=main_fn.css.map */