@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: 20px;
  margin-bottom: 15px;
}

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, .second-level-li {
  padding-left: 1.3em;
  margin: 0;
}

.ol-i-list{
  counter-reset: question-title;
  list-style-type: none;
}

.ol-i-list td:first-child{
  
}
.ol-i-list td:first-child::before{
  counter-increment: question-title;
  content: "("counter(question-title, lower-roman)")";
}

.ol-A-list{
  counter-reset: content-list;
  list-style-type: none;
}



.ol-A-list li::before{
  counter-increment: content-list;
  content: "("counter(content-list, upper-alpha)")";
}



ul{
  margin-block-start: 5px;
}

.text-center {
  text-align: center;
}

.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;
  display: flex;
  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: "";
}

.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%;
  padding: 10px 30px;
  /* background-color: rgba(199,199,199,0.3); */
  background-color: rgba(106, 107, 106,0.75)
}

@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: 30px;
}

.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); */
  width: 100%;
  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-section.flex-center
{
  display: flex;
  justify-content: center;
  align-items: center;
}
.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;
}

.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;
}

.content-group {
  margin-bottom: 20px;
}

.content-group-title {
  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 {
  background: none;
  padding-right: 100px;
  cursor: pointer;
}

.content-group.accordion .content-group-title: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 {
  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-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;
}

.content-accordion-block.active .content-accordion-block-title::after {
  transform: rotate(180deg);
}

.reponsive-table {
  width: 100%;
  overflow-x: auto;
}

table.content-table {
  width: 100%;
  border: 1px solid white;
  border-spacing: 0;
}

table.content-table caption {
  color: green;
  padding: 15px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  text-align: left;
}

table.content-table tr th {
  vertical-align: middle;
  color: white;
  /* padding: 30px; */
  padding: 1em;
  /* background-color: #19B168; */
  background-color: #18A561;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  border: 1px solid white;
}

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 tr td.pdf-center {
  text-align: center;

}

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: 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: rgba(186,225,206,0.666);
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px;
  text-align: left;
  border: 1px solid white;
}

table.all-text-center thead tr th,  table.all-text-center tbody tr td{
  text-align: center;
}

table.content-table-white tr td {
  background-color: rgba(186,225,206,0.666);
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px;
  text-align: left;
  border: 1px solid white;
}

table.except-first-col-text-center tr td:not(:first-child) {
  text-align: center;
}

table.th-xy-center tr th{
  text-align: center;
  vertical-align: middle;
}


table.th-xy-center tr th.text-right{
  text-align: right;
}

.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;
}


.first-col-narrow-table{
  display: flex;
 
}

.first-col-narrow-table .title{

  color: white;
  background-color: rgba(0,136,54,0.666);
  font-size: 1.5rem;
  font-weight: 500;
  border: 1px solid white;
  padding: 15px 20px 0 20px;
}

.first-col-narrow-table .detail{
 
  color: white;
  background-color: rgba(186,225,206,0.666);
  font-size: 1.125rem;
  padding: 20px;
  text-align: left;
  border: 1px solid white;
}
@media only screen and (max-width: 520px){
  .first-col-narrow-table{
    flex-direction: column;
  }
}

@media only screen and (max-width: 1400px) {
  .content-img {
    width: 320px;
  }

  /* .content-text {
    width: calc(100% - 320px);
  } */
  .content-text {
    width: 100%;
  }

  .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 {
    padding: 20px 30px;
  }

  .content-group.accordion .content-group-title {
    padding-right: 60px;
  }

  .content-group.accordion .content-group-title: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;
  }

  table.content-table-white tr th {
    padding: .5em;
    font-size: 1.2rem;
  }

  table.content-table-white tr td {
    padding: 1em;
    font-size: 1rem;
  }




  .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;
  }

  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: 900px) {}


@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 {
    padding-right: 40px;
  }

  .content-group.accordion .content-group-title::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }

  .content-group-title {
    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;
  }

  .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;
  }



  table.content-table-white tr th {
    padding: 5px;
    font-size: 1rem;
  }

  table.content-table-white tr td {
    padding: 5px;
    font-size: 1rem;
  }


  .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;
  }



  table.content-table-white tr th {
    padding: 2px;
    font-size: .8rem;
  }

  table.content-table-white tr td {
    padding: 2px;
    font-size: .7rem;
  }




}

/*# sourceMappingURL=main_content.css.map */