#main_page {
  background: #f8f8f8;
}

.main_page_3 {
  background: #f8f8f8 url(../../assets/images/frame_member.png) no-repeat center center !important;
}

.item_member {
  padding: 16px 16px 24px;
  background: #fff;
  width: 100%;
  text-align: center;
}
.item_member .image img {
  width: 100%;
  max-width: 130px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_member .text .name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #5f5f62;
  text-transform: uppercase;
}
.item_member .text p {
  font-size: 16px;
  margin-bottom: 0;
  font-style: italic;
  color: #5f5f62;
}

.content_3 {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.content_3 .item_ceo {
  width: -moz-fit-content;
  width: fit-content;
}
.content_3 .item_ceo .image img {
  max-width: 250px;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail_page {
  padding: 50px 0;
}
.detail_page .title {
  font-size: 36px;
  color: #333333;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 400;
}
.detail_page .content__ h1,
.detail_page .content__ h2,
.detail_page .content__ h2,
.detail_page .content__ h4,
.detail_page .content__ h5 {
  color: #000;
}
.detail_page .content__ h2 {
  margin-bottom: 20px;
}
.detail_page .content__ h3 {
  margin-bottom: 10px;
}
.detail_page .content__ .btgrid .row .col .content p {
  margin-bottom: 10px;
}
.detail_page .content__ .btgrid .row .col .content p:last-child {
  margin-bottom: 0;
}

.policy_content {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 30px;
}
.policy_content .left {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.policy_content .left a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
}
.policy_content .left a:hover {
  color: #ee2c2e;
  font-weight: 600;
}
.policy_content .left .active {
  color: #ee2c2e;
  font-weight: 600;
}
.policy_content .left .active::before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #ee2c2e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#business_block {
  background: #f5f5f5;
}
#business_block .business {
  padding: 50px 0;
}
#business_block .business .title {
  font-size: 34px;
  font-weight: 500;
  color: #111111;
  margin: 0;
  position: relative;
  text-align: center;
}
#business_block .business .title::after {
  display: block;
  width: 80px;
  height: 2px;
  background: #ee2c2e;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#business_block .business .list_business {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}
#business_block .business .list_business .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-right: 30px;
  border-right: dotted 1px rgba(0, 0, 0, 0.2);
}
#business_block .business .list_business .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#business_block .business .list_business .item .icon_hover {
  display: none !important;
}
#business_block .business .list_business .item:last-child {
  border-right: none;
  padding-right: 0;
}
#business_block .business .list_business .item:hover .icon {
  display: none;
}
#business_block .business .list_business .item:hover .icon_hover {
  display: block !important;
}
#business_block .business .list_business .item:hover .name {
  color: #ee2c2e;
}
#business_block .business .list_business .item .name {
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
}
#business_block .business .list_business .active .icon {
  display: none;
}
#business_block .business .list_business .active .icon_hover {
  display: block !important;
}
#business_block .business .list_business .active .name {
  color: #ee2c2e;
}

.business_content {
  display: flex;
  gap: 40px;
  align-items: center;
}
.business_content .left {
  width: 50%;
}
.business_content .left img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.business_content .content__ {
  width: 50%;
}
.business_content .content__ .cat_title {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 24px;
  padding-left: 76px;
  text-transform: uppercase;
  position: relative;
}
.business_content .content__ .cat_title::before {
  content: "";
  width: 60px;
  height: 2px;
  background: #ee2c2e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.business_content .content__ .content_title {
  font-size: 36px;
  color: #ee2c2e;
  font-weight: 500;
  margin-bottom: 24px;
}

.list_about_us {
  display: flex;
  background: #fff;
  border: none;
  justify-content: center;
  padding: 30px 0;
  gap: 12px;
}
.list_about_us a {
  color: #000;
  outline: none;
  box-shadow: none;
  background: none;
  font-size: 15px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #666665;
  border: solid 1px #dbdcde;
  border-radius: 4px;
  padding: 8px 15px;
}
.list_about_us .active {
  color: #fff;
  position: relative;
  background: #ee2c2e;
  border-radius: 4px;
  font-weight: 700;
  border: none;
}

.about_us_content .content__ p {
  font-size: 15px;
  color: #333333;
  margin-bottom: 16px;
}
.about_us_content .content__ p:last-child {
  margin-bottom: 0;
}
.about_us_content .content_1 {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 80px;
  background: url(../../../../templates/default/images/ceo_bgr.png) no-repeat center center;
  padding: 50px 100px;
}
.about_us_content .content_1 h4 {
  font-size: 18px;
  font-weight: 500;
  color: #666665;
  margin-bottom: 16px;
}
.about_us_content .content_1 h3 {
  font-size: 32px;
  font-weight: 700;
  color: #ee2c2e;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.about_us_content .content_2 #about_us .about_us h2 {
  display: none;
}
.about_us_content .content_2 #about_us .about_us h4 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.about_us_content .content_2 #about_us .about_us .box {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.about_us_content .content_2 #about_us .about_us .box .item .top {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}
.about_us_content .content_2 #about_us .about_us .box .item .top p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #ee2c2e;
}
.about_us_content .content_2 #about_us .about_us .box .item .bottom {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.about_us_content .content_2 #about_us .about_us .box .item .bottom span {
  font-size: 55px;
  color: #333333;
  font-weight: 400;
}
.about_us_content .content_2 #about_us .about_us .box .item .bottom span sup {
  top: -14px;
}
.about_us_content .content_2 #about_us .about_us .box .item .bottom p {
  font-weight: 500;
  margin-bottom: 0;
  color: #666665;
  font-size: 15px;
}
.about_us_content .content_4 .btgrid .row .col .content p img {
  display: block;
  margin: auto;
  padding: 30px;
  border: solid 2px #fff;
  border-radius: 12px;
  width: 100% !important;
  height: auto !important;
}
.about_us_content .content_4 .btgrid .row .col:nth-child(1) .content p img {
  margin-right: 0;
}
.about_us_content .content_4 .btgrid .row .col:nth-child(2) .content p img {
  margin-left: 0;
}
.about_us_content .content_5 .timeline .item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 50px;
}
.about_us_content .content_5 .timeline .item img {
  display: block;
}
.about_us_content .content_5 .timeline .item .item-knot {
  position: relative;
}
.about_us_content .content_5 .timeline .item .item-knot img {
  display: block;
  margin: auto;
  position: relative;
  z-index: 2;
}
.about_us_content .content_5 .timeline .item .item-knot::before {
  content: "";
  width: 2px;
  height: 28px;
  background: #ee2c2e;
  position: absolute;
  left: -38px;
  top: 50%;
  transform: translateY(-50%);
}
.about_us_content .content_5 .timeline .item .item-knot::after {
  content: "";
  width: 150px;
  height: 2px;
  background: #ee2c2e;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.about_us_content .content_5 .timeline .item .item-content {
  position: relative;
  z-index: 2;
  padding: 20px 40px;
  background: #fff;
  border-radius: 16px;
}
.about_us_content .content_5 .timeline .item .item-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ee2c2e;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.about_us_content .content_5 .timeline .item .item-content p {
  font-size: 15px;
  color: #666665;
  margin-bottom: 0;
}
.about_us_content .content_5 .timeline .item .item-content p:last-child {
  margin-bottom: 0;
}
.about_us_content .content_5 .timeline .item::after {
  content: "";
  width: 4px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.about_us_content .content_5 .timeline .item:last-child {
  margin-bottom: 0;
}
.about_us_content .content_5 .timeline .item:last-child::after {
  height: 40px;
}
.about_us_content .content_5 .timeline .item:nth-child(odd) .item-image {
  order: 1;
}
.about_us_content .content_5 .timeline .item:nth-child(odd) .item-image img {
  margin-left: auto;
}
.about_us_content .content_5 .timeline .item:nth-child(odd) .item-knot {
  order: 2;
}
.about_us_content .content_5 .timeline .item:nth-child(odd) .item-content {
  order: 3;
}
.about_us_content .content_5 .timeline .item:nth-child(even) .item-image {
  order: 3;
}
.about_us_content .content_5 .timeline .item:nth-child(even) .item-image img {
  margin-right: auto;
}
.about_us_content .content_5 .timeline .item:nth-child(even) .item-knot {
  order: 2;
}
.about_us_content .content_5 .timeline .item:nth-child(even) .item-knot::before {
  left: unset;
  right: -38px;
}
.about_us_content .content_5 .timeline .item:nth-child(even) .item-knot::after {
  left: unset;
  right: -36px;
}
.about_us_content .content_5 .timeline .item:nth-child(even) .item-content {
  order: 1;
}

.content_2_bottom {
  padding: 50px 0;
}
.content_2_bottom h2 {
  font-size: 34px;
  font-weight: 500;
  color: #111111;
  margin: 0;
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
.content_2_bottom h2::after {
  display: block;
  width: 80px;
  height: 2px;
  background: #ee2c2e;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.content_2_bottom .btgrid .row {
  align-items: center;
  background: #f8f8f8;
  margin: 0 0 40px;
  justify-content: space-between;
}
.content_2_bottom .btgrid .row:last-child {
  margin-bottom: 0;
}
.content_2_bottom .btgrid .row:nth-child(odd) .col:nth-child(2) {
  padding-right: 60px;
}
.content_2_bottom .btgrid .row:nth-child(even) .col:nth-child(1) {
  padding-left: 60px;
}
.content_2_bottom .btgrid .row .col {
  flex: unset;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0;
}
.content_2_bottom .btgrid .row .col .content h3 {
  font-size: 32px;
  margin-bottom: 24px;
  color: #333333;
}
.content_2_bottom .btgrid .row .col .content p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 0;
}

.content_3_bottom h2 {
  font-size: 34px;
  font-weight: 500;
  color: #111111;
  margin: 0;
  position: relative;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 50px;
}
.content_3_bottom h2::after {
  display: block;
  width: 80px;
  height: 2px;
  background: #ee2c2e;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.content_3_bottom .councils {
  background: #f8f8f8;
  padding: 40px 0;
}
.content_3_bottom .councils .list_members {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.content_3_bottom .councils .list_members .item_member {
  width: calc((100% - 72px) / 4);
}

@media (max-width: 769px) {
  .list_about_us {
    flex-wrap: nowrap;
    justify-content: start;
    overflow-x: auto;
    padding: 20px 15px;
  }
  .list_about_us a {
    font-size: 14px;
    white-space: nowrap;
  }
  #business_block .business {
    padding: 30px 15px !important;
  }
  #business_block .business .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #business_block .business .title::after {
    bottom: -10px;
  }
  #business_block .business .list_business {
    margin-top: 40px;
  }
  #business_block .business .list_business .item img {
    width: 80px;
    height: 80px;
  }
  #business_block .business .list_business .item .name {
    font-size: 16px;
  }
  .detail_page {
    padding: 30px 15px !important;
  }
  .detail_page .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .detail_page .about_us_content .content_1 {
    gap: 30px;
    padding: 20px 30px;
    align-items: center;
    grid-template-columns: 0.5fr 1fr;
  }
  .detail_page .about_us_content .content_1 .right {
    height: 340px;
    overflow-y: auto;
  }
  .detail_page .about_us_content .content_1 .right h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .detail_page .about_us_content .content_1 .right h3 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .detail_page .about_us_content .content_2 #about_us {
    padding: 0;
  }
  .detail_page .about_us_content .content_2 #about_us .about_us h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .detail_page .about_us_content .content_2 #about_us .about_us h4 {
    font-size: 16px;
  }
  .detail_page .about_us_content .content_2 #about_us .about_us .box {
    margin-top: 24px;
    overflow-x: auto;
  }
  .detail_page .about_us_content .content_2 #about_us .about_us .box svg {
    display: none;
  }
  .detail_page .about_us_content .content_2 #about_us .about_us .box .item .top {
    gap: 8px;
    margin-bottom: 10px;
    grid-template-columns: 1fr auto;
  }
  .detail_page .about_us_content .content_2 #about_us .about_us .box .item .top p {
    font-size: 14px;
  }
  .detail_page .about_us_content .content_2 #about_us .about_us .box .item .top p img {
    transform: scale(0.8);
  }
  .detail_page .about_us_content .content_2 #about_us .about_us .box .item .bottom span {
    font-size: 36px;
  }
  .detail_page .about_us_content .content_2 #about_us .about_us .box .item .bottom p {
    font-size: 13px;
  }
  .detail_page .business_content {
    gap: 20px;
  }
  .detail_page .business_content .content__ .cat_title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .detail_page .business_content .content__ .content_title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .detail_page .business_content .content__ .content_print {
    overflow-y: auto;
    height: 100%;
    max-height: 210px;
  }
  .detail_page .business_content .content__ .content_print p {
    font-size: 14px;
  }
  .detail_page .policy_content {
    grid-template-columns: 0.5fr 1fr;
    gap: 20px;
  }
  .detail_page .policy_content .left a {
    font-size: 13px;
  }
  .detail_page .policy_content .content__ h1,
  .detail_page .policy_content .content__ h2,
  .detail_page .policy_content .content__ h3,
  .detail_page .policy_content .content__ h4 {
    font-size: 18px !important;
    margin-top: 0;
    margin-bottom: 16px;
    margin-bottom: 16px;
    color: #333333;
  }
  .detail_page .policy_content .content__ h1 span,
  .detail_page .policy_content .content__ h2 span,
  .detail_page .policy_content .content__ h3 span,
  .detail_page .policy_content .content__ h4 span {
    font-size: 18px !important;
  }
  .detail_page .policy_content .content__ p,
  .detail_page .policy_content .content__ span {
    font-size: 13px;
  }
  .item_member {
    padding: 16px;
  }
  .item_member .image img {
    max-width: 210px;
  }
  .item_member .text .name {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
  .content_2_bottom {
    padding: 30px 0;
  }
  .content_2_bottom h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .content_2_bottom h2::after {
    bottom: -10px;
  }
  .content_2_bottom .btgrid .row {
    margin: 0 0 30px;
  }
  .content_2_bottom .btgrid .row .col .content p {
    font-size: 15px;
  }
  .content_2_bottom .btgrid .row .col .content p img {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content_2_bottom .btgrid .row .col .content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .content_2_bottom .btgrid .row:nth-child(odd) .col:nth-child(2) {
    padding: 0 15px;
  }
  .content_2_bottom .btgrid .row:nth-child(even) .col:nth-child(1) {
    padding: 0 15px;
  }
  .content_3_bottom h2 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .content_3_bottom h2::after {
    bottom: -10px;
  }
  .content_3_bottom .councils .list_members {
    gap: 20px;
  }
  .content_3_bottom .councils .list_members .item_member {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 450px) {
  .list_about_us {
    padding: 15px;
  }
  .list_about_us a {
    font-size: 13px;
  }
  #business_block .business {
    padding: 30px 15px 0 !important;
  }
  #business_block .business .list_business .item .name {
    font-size: 15px;
  }
  .detail_page .business_content {
    grid-template-columns: 1fr;
  }
  .detail_page .business_content .content__ .content_print {
    overflow-y: unset;
    max-height: unset;
  }
  .detail_page .about_us_content .content__ p {
    font-size: 14px;
  }
  .detail_page .about_us_content .content_1 {
    display: flex;
    flex-direction: column;
    background-size: cover;
    gap: 20px;
  }
  .detail_page .about_us_content .content_1 .left img {
    width: 100%;
    max-width: 250px;
    height: auto;
  }
  .detail_page .about_us_content .content_1 .right h4 {
    font-size: 16px;
  }
  .detail_page .about_us_content .content_1 .right h3 {
    font-size: 24px;
  }
  .detail_page .about_us_content .content_2 #about_us .about_us .box {
    gap: 20px;
  }
  .detail_page .about_us_content .content_4 .btgrid .row {
    flex-direction: column;
  }
  .detail_page .about_us_content .content_5 .timeline .item {
    margin-bottom: 24px;
  }
  .detail_page .about_us_content .content_5 .timeline .item .item-image {
    z-index: 2;
  }
  .detail_page .about_us_content .content_5 .timeline .item .item-image img {
    width: 100% !important;
    height: auto !important;
  }
  .detail_page .about_us_content .content_5 .timeline .item .item-knot img {
    width: 30px !important;
    height: 30px !important;
  }
  .detail_page .about_us_content .content_5 .timeline .item .item-content {
    padding: 15px;
  }
  .detail_page .about_us_content .content_5 .timeline .item .item-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .detail_page .about_us_content .content_5 .timeline .item .item-content p {
    font-size: 14px;
  }
  .detail_page .about_us_content .content_5 .timeline .item::after {
    display: none;
  }
  .detail_page .about_us_content .content_5 .timeline .item:nth-child(odd) {
    grid-template-columns: 100px 30px 1fr;
    gap: 15px;
  }
  .detail_page .about_us_content .content_5 .timeline .item:nth-child(even) {
    grid-template-columns: 1fr 30px 100px;
    gap: 15px;
  }
  .detail_page .policy_content {
    grid-template-columns: 1fr;
  }
  .detail_page .policy_content .left {
    position: unset;
  }
  .content_2_bottom .btgrid .row:nth-child(odd) .col:nth-child(2),
  .content_2_bottom .btgrid .row:nth-child(even) .col:nth-child(1) {
    padding: 15px;
  }
  .content_2_bottom .btgrid .row:nth-child(even) {
    flex-direction: column-reverse;
  }
  .content_3_bottom .councils .list_members .item_member {
    width: calc((100% - 20px) / 2);
  }
  .content_3 {
    flex-direction: column;
    align-items: center;
  }
  .business_content {
    flex-direction: column;
  }
  .business_content .left,
  .business_content .content__ {
    width: 100%;
  }
}/*# sourceMappingURL=detail.css.map */