html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'roboto', sans-serif, 'Noto Sans SC', sans-serif, Arial;

}

/* 
.index_bn_area,
.index_pdc_area,
.index_ind_area,
.index_num_area,
.index_ab_area,
.index_sv_area,
.index_news_area {
  cursor: url('../image/icon/btn_h.svg')0 0, auto;
} */

.container-fluid a {
  display: block;
  text-decoration: none;
}

.jy_nav_area {
  width: 100%;
  margin: auto;
  background-color: #fff;
}

.jy_nav {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 8px 24px;
}

.navbar-brand {
  margin-right: 100px;
  padding: 0;
}

.navbar-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.jy_nav a,
.nav_btn {
  color: #000000;
  font-size: 18px;
}

.nav_btn {
  border: none;
  background-color: transparent;
}

.jy_nav .nav-link {
  position: relative;
}

.jy_nav .nav-link span {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #ffb500;
  opacity: 0;
  position: absolute;
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  transition: all .3s ease;
  transform: translateX(-50%);
}

.jy_nav .nav-link:hover span {
  opacity: 1;
}

.jy_nav .language_btn::after {
  display: none;
}

.navbar_right {
  display: flex;
  align-items: center;
}

.navbar_right img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
  background-color: #0c5900;
}

.navbar_right .form-control {
  color: #fff;
  background-color: #0c5900;
  border-radius: 30px;
  border: 1px solid transparent;
  transition: all .3s ease;
  padding: .75rem;
  min-width: 100px;
}

.navbar_right .form-control::placeholder {
  color: #fff;
  font-weight: 400;
  transition: all .3s ease;
}

.navbar_right .form-control:focus::placeholder {
  opacity: 0;
}

.navbar_right .form-control:focus {
  box-shadow: none;
}

.jy_nav .language_btn:focus-visible {
  box-shadow: none;
  outline: none;
}

.navbar_right .search_btn {
  margin-left: -65px;
  z-index: 2;
}

.navbar_right .language_btn {
  background-color: #0c5900;
  border-radius: 50px;
  padding: .5rem;
  border: 1px solid #0c5900;
}

.navbar-nav .nav-item {
  width: 100%;
}

.navbar-nav .nav-link {
  width: 100%;
  text-align: left;
}

.navbar-nav .nav-link:hover {
  color: #000000;
}

@media (min-width: 992px) {
  .navbar-nav li:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu li::before {
  content: "";
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #000000;
  background-repeat: no-repeat;
  margin-right: -10px;
}

.jy_nav .dropdown-menu li {
  display: flex;
  align-items: center;
  transition: all .3s ease;
}

.jy_nav .dropdown-item {
  padding: 10px 20px;
  transition: all .3s ease;
}

.jy_nav .dropdown-menu {
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

.navbar_right .dropdown-menu {
  transition: all .3s ease;
  transform: translateX(-50%);
}

.jy_nav .dropdown-item:focus,
.jy_nav .dropdown-item:hover {
  color: #0c5900;
  background-color: transparent;
  opacity: 0.8;
}

.search_form .drop_search_btn {
  margin-left: -60px;
}

.search_form {
  background-color: transparent;
}

@media (min-width: 575px) {
  .language_block {
    margin-left: 10px;
  }
}

@media (max-width: 1199px) {
  .navbar-brand {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .jy_nav {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-toggler {
    position: absolute;
    top: 10px;
    z-index: 999;
    right: 12px;
    border-radius: 100%;
    border: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    box-shadow: none !important;
    padding: 0px 12px;
  }

  .navbar-toggler .burger_btn {
    width: 100%;
    height: 2px;
    background: #0c5900;
    margin: 5px auto;
    transition: all 0.3s ease;
    backface-visibility: hidden;
  }

  .navbar-toggler.on .line1 {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .navbar-toggler.on .line2 {
    opacity: 0;
  }

  .navbar-toggler.on .line3 {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .navbar_right {
    position: fixed;
    top: 10px;
    right: 60px;
    width: 35%;
  }

  .navbar-nav {
    align-items: flex-start;
    padding: 12px;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .nav_logo {
    max-width: 200px;
    display: block;
  }
}

@media (max-width: 767px) {
  .jy_nav .dropdown-item {
    white-space: normal !important;
  }
}

@media (max-width: 575px) {
  .navbar_right .container-fluid {
    display: flex;
    align-items: center;
  }

  .search_block {
    position: static;
  }

  .search_dropmenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100vw;
    margin: auto;
    padding: 10px 15px;
    background: #0c5900;
    border: none;
    border-radius: 0;
  }

  .jy_nav .dropdown-menu {
    padding: 0;
    background-color: transparent;
  }

  .navbar_right .dropdown-menu {
    transform: translateX(60px);
  }

  .navbar_right .language_block .dropdown-menu {
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
  }

  .navbar_right {
    right: 60px;
    width: 50px;
  }

  .navbar_right .search_btn {
    background-color: #0c5900;
    border-radius: 50px;
    padding: .5rem;
    border: 1px solid #0c5900;
  }

  .navbar_right img {
    width: 25px;
    height: 25px;
  }

  .navbar_right .search_btn {
    margin-left: -50px;
  }
}

@media (max-width: 390px) {
  .nav_logo {
    max-width: 140px;
  }

  .navbar_right {
    top: 12px;
  }

  .navbar_right img {
    width: 20px;
    height: 20px;
  }

  .navbar_right .search_btn {
    margin-left: -40px;
  }

  .navbar_right .search_btn,
  .navbar_right .language_btn {
    padding: .3rem;
  }

  .navbar-toggler {
    top: 5px;
  }

  .navbar_right {
    right: 60px;
    width: 40px;
  }
}

/*banner*/
.index_bn_area {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-top: 50px;
}

.bn_block {
  position: relative;
}

.bn_block img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

.bn_block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  z-index: 1;
}

.b_t_block {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%) !important;
  color: #fff;
  z-index: 2;
}

.bn_tblock {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 0 24px;
}

.bn_tbox {
  width: 55%;
}

.bn_txtlg {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: .8rem;
  line-height: 4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bn_txtsm {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_bn_block {
  position: relative;
}

.index_bn_block .slick-dots {
  bottom: 50px;
  z-index: 999;
}

.index_bn_block .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
}


.index_bn_block .slick-dots li button:before {
  font-size: 30px;
  color: #fff !important;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  content: '';
  display: none;
}

.index_bn_block .slick-dots li.slick-active button {
  background-color: #fff !important;
  opacity: 1;
}

.index_bn_section {
  position: relative;
}

.ex_area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1480px;
  width: 100%;
  margin: auto;
}

.ex_block {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  color: #fff;
}

.ex_block p {
  margin: 12px;
  color: #fff;
  animation: exline 1.5s ease-in-out infinite;
}

.ex_block::after {
  display: block;
  width: 2px;
  height: 100px;
  background-color: #ffb500;
  content: '';
  animation: exline 1.5s ease-in-out infinite;
}

@keyframes exline {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}


@media (max-width: 1499px) {
  .bn_txtlg {
    font-size: 50px;
  }
}

@media (max-width: 1299px) {
  .bn_txtlg {
    font-size: 40px;
    line-height: 3rem;
  }

  .bn_tbox {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .bn_txtlg {
    font-size: 30px;
    line-height: 2rem;
  }

  .bn_txtsm {
    font-size: 18px;
  }

  .bn_tblock {
    padding: 0 24px;
  }

  .ex_block::after {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .bn_txtlg {
    font-size: 26px;
  }

  .bn_txtsm {
    font-size: 16px;
  }

  .index_bn_block .slick-dots {
    bottom: 25px;
  }

  .ex_block::after {
    height: 50px;
  }
}


@media (max-width: 575px) {
  .bn_txtlg {
    font-size: 20px;
    line-height: 1.2rem;
  }

  .bn_txtsm {
    display: none;
  }

  .bn_tbox {
    width: 55%;
  }

  .ex_block::after {
    height: 30px;
  }
}


@media (max-width: 390px) {
  .bn_txtlg {
    font-size: 18px;
  }

  .bn_tbox {
    width: 60%;
  }

  .ex_block {
    display: none;
  }

  .index_bn_section .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
}

/*pdc*/
.index_pdc_area {
  position: relative;
  padding: 130px 24px;
  width: 100%;
  overflow: hidden;
}

.index_pdc_area::before {
  content: '';
  position: absolute;
  bottom: -15%;
  left: -25%;
  width: 80%;
  height: 80%;
  background-image: url('../image/index/pdc_bk.png');
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.index_pdc_section {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_pdc_a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  transition: all .3s ease;
  background: linear-gradient(to bottom, transparent 0%, #f5f5f5 50%, transparent 100%);
}

.index_pdc_block_a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}

.index_pdc_block_b {
  display: flex;
  height: auto;
  transition: all .3s ease;
}

.index_pdc_block_b a {
  transition: all .3s ease;
}

.index_pdc_i {
  position: relative;
  transition: all .5s ease;
  aspect-ratio: 1/1;
  cursor: pointer;
}

.index_pdc_i img {
  width: 100%;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
  transition: all .3s ease;
}


.index_pdc_a:hover .index_pdc_i::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  background-repeat: no-repeat;
  transition: all .3s ease;
}

.index_pdc_a:hover .index_pdc_i::after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../image/icon/search.svg');
  background-repeat: no-repeat;
  background-size: contain;
}


.btn_lg {
  border-bottom: 1.5px solid #d9d9d9;
  border-radius: 0;
  align-items: center;
  padding: 5px 0;
  transition: all .5s ease;
  max-width: 180px;
  min-width: 100px;
  height: 40px;
  font-weight: 500;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.btn_lg:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url('../image/icon/btn.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 50px;
  transition: all .3s ease;
}

.index_pdc_block_b_section {
  display: flex;
  align-items: center;
  padding-right: 0;
}

.index_pdc_block_b_block {
  width: 100%;
  display: flex;
  align-items: stretch;
}


.index_pdc_block_b a {
  display: block;
  width: 100%;
  height: 100%;
}

.index_pdc_t {
  width: 100%;
  padding: 30px;
}

.index_pdc_block_b:nth-child(2) a .index_pdc_t {
  order: 1;
}

.index_pdc_block_b:nth-child(2) a .index_pdc_i {
  order: 2;
}

.index_pdc_t .txt_lg {
  color: #ffb500;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.index_pdc_t .txt_xl {
  color: #0c5900;
}

.index_pdc_t .txt_md {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #282828;
}

.btn_lg:hover:after {
  content: "";
  background-image: url('../image/icon/btn_h.svg');
}

.btn_lg:hover {
  border-bottom: 1.5px solid #ffb500;
}

@media(max-width:1499px) {
  .index_pdc_area {
    padding: 130px 24px;
  }
}

@media(max-width:1299px) {
  .index_pdc_area {
    padding: 100px 24px;
  }
}

@media(max-width:1199px) {
  .index_pdc_area {
    padding: 80px 24px;
  }

  .index_pdc_t {
    padding: 20px;
  }
}

@media(max-width:991px) {
  .index_pdc_block_a {
    padding-bottom: 50px;
  }

  .index_pdc_area {
    padding: 50px 24px;
  }
}

@media(max-width:767px) {
  .index_pdc_block_b:nth-child(2) a .index_pdc_t {
    order: 2;
  }

  .index_pdc_block_b:nth-child(2) a .index_pdc_i {
    order: 1;
  }

  .index_pdc_block_b_block {
    margin: 0;
  }

  .index_pdc_block_b {
    padding: 0;
  }

  .index_pdc_block_b_section {
    padding: 0;
  }

  .index_pdc_area::before {
    display: none;
  }

  .index_pdc_section {
    padding: 0;
  }
}

@media(max-width:575px) {
  .index_pdc_block_a {
    padding-bottom: 30px;
  }
}

/*index_industry*/
.index_ind_area {
  width: 100%;
  position: relative;
  background: linear-gradient(to bottom, #eef0e7 0%, #fff 100%);
  padding: 150px 24px;
}

.index_ind_section {
  width: 100%;
  max-width: 1480px;
  margin: auto;
}

.index_ind_block_a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

.index_ind_block_a .btn_lg {
  position: absolute;
  right: 0;
}

.index_ind_block_b {
  display: flex;
  position: relative;
}

.index_ind_section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  transform: translateY(-10%);
  margin: auto;
  width: 100%;
  max-width: 1680px;
  height: 500px;
  border-radius: 500px;
  background-color: #0c5900;
  z-index: 1;
}

.index_ind_card_info {
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.index_ind_card {
  width: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  margin: 0 12px;
}

.index_ind_card .txt_lg,
.index_ind_card .txt_sm {
  color: #fff;
  text-align: center;
}

.index_ind_card .txt_lg {
  padding: 30px;
  margin: 0;
}

.index_ind_card .txt_sm {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index_ind_card img {
  border-radius: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.index_ind_card_info .slick-dots {
  bottom: 25px;
}

.index_ind_card_info .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;

}

.index_ind_card_info .slick-dots li.slick-active button:before {
  color: #fff;
  background-color: #fff;
  opacity: 1;
}

.index_ind_card a {
  justify-items: center;
}

@media(max-width:1699px) {
  .index_ind_section::after {
    max-width: 98vw;
  }
}

@media(max-width:1599px) {
  .index_ind_section::after {
    border-radius: 200px;
  }

}

@media(max-width:1499px) {
  .index_ind_area {
    padding: 130px 24px;
  }
}

@media(max-width:1299px) {
  .index_ind_area {
    padding: 100px 24px;
  }
}

@media(max-width:1199px) {
  .index_ind_area {
    padding: 80px 24px;
  }

  .index_ind_section::after {
    bottom: 5%;
    transform: translateY(-5%);
  }
}

@media(max-width:991px) {
  .index_ind_area {
    padding: 50px 24px;
  }

  .index_ind_card .txt_lg {
    padding: 20px;
  }

  .index_ind_card .txt_sm {
    -webkit-line-clamp: 4;
  }
}

@media(max-width:767px) {
  .index_ind_block_a {
    flex-direction: column;
  }

  .index_ind_block_a .btn_lg {
    position: relative;
  }

  .index_ind_card_info .slick-dots {
    bottom: 10px;
  }

  .index_ind_section::after {
    max-width: 93vw;
  }
}

@media(max-width:575px) {
  .index_ind_section::after {
    border-radius: 100px;
    max-width: 90vw;
  }

  .index_ind_section::after {
    height: 450px;
  }

  .index_ind_card .txt_sm {
    margin-bottom: 30px;
  }

  .index_ind_block_a {
    padding-bottom: 30px;
  }

  .index_ind_card_info .slick-dots {
    bottom: -10px;
  }
}

@media(max-width:390px) {
  .index_ind_section::after {
    height: 400px;
  }

  .index_ind_card_info .slick-dots {
    bottom: 0;
  }
}

/*num*/
.index_num_area {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 0 24px;
}

.stat_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.circle_box {
  position: relative;
  width: 300px;
  height: 300px;
}

svg {
  transform: rotate(-90deg);
}

circle {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
}

.bg {
  stroke: #0c5900;
}

.num_a,
.num_b,
.num_c {
  stroke: #ffbb00;
  stroke-dasharray: 565;
  stroke-dashoffset: 565;
  transition: stroke-dashoffset 2s ease-out;
}

.is-animated .num_a {
  animation: drawCircle_a 2s ease-out forwards;
}

.is-animated .num_b {
  animation: drawCircle_b 2s ease-out forwards;
}

.is-animated .num_c {
  animation: drawCircle_c 2s ease-out forwards;
}

.stat_item .txt_lg {
  text-align: center;
  margin-top: 30px;
  color: #0c5900;
}


@keyframes drawCircle_a {
  to {
    stroke-dashoffset: 500;
  }
}

@keyframes drawCircle_b {
  to {
    stroke-dashoffset: 420;
  }
}

@keyframes drawCircle_c {
  to {
    stroke-dashoffset: 200;
  }
}

.inner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.inner_content img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 1/1;
}

@media(max-width:991px) {
  .index_num_area {
    padding: 0 24px;
  }

  .circle_box {
    width: 250px;
    height: 250px;
  }
}

@media(max-width:767px) {
  .stat_item {
    margin-top: 30px;
  }
}

/*about*/
.index_ab_area {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 150px 24px;
}

.index_ab_area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 70vh;
  background-color: #eef0e7;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.index_ab_section {
  position: relative;
  width: 100%;
  max-width: 1480px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}

.index_ab_i {
  padding: 0;
  overflow: hidden;
}

.index_ab_a .txt_xxl {
  margin-bottom: 30px;
}

.index_ab_i img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}


.index_ab_a {
  padding-bottom: 100px;
}


.index_ab_b {
  display: inline-block;
  position: absolute !important;
  bottom: 0;
  right: 0;
  width: 30%;
}

.index_ab_b .index_iso_item {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: auto !important;
  height: auto !important;
  box-sizing: border-box;
  overflow: hidden;
}

.index_ab_b .view_large {
  width: 100%;
  /* max-width: 180px; */
  border: none;
  background-color: transparent;
  padding: 0;
  display: block;
  box-sizing: border-box;
}

.index_ab_b button:focus {
  box-shadow: none;
}

.index_ab_b button img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.modal-body img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.index_ab_area .modal-content {
  border: none;
}

.index_ab_area .btn-close {
  margin: 6px;
  padding: 8px;
}

.index_ab_b .slick-slide {
  padding: 0 6px;
  box-sizing: border-box;
}

.index_ab_b .slick-dots {
  bottom: -50px;
}

.index_ab_b .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #969696;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
}

.index_ab_b .slick-dots li.slick-active button:before {
  background-color: #969696;
  opacity: 1;
}

.index_ab_t {
  padding-left: 100px;
}

.index_ab_t .txt_sm {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


@media (max-width:1499px) {
  .index_ab_area {
    padding: 130px 24px;
  }

  .index_ab_t {
    padding-left: 80px;
  }

  .index_ab_area::before {
    height: 60vh;
  }

}

@media (max-width:1399px) {
  .index_ab_t {
    padding-left: 50px;
  }

  .index_ab_area::before {
    height: 50vh;
  }
}

@media (max-width:1299px) {
  .index_ab_area {
    padding: 100px 24px;
  }
}

@media (max-width:1199px) {
  .index_ab_area {
    padding: 80px 24px;
  }

  .index_ab_a {
    padding-bottom: 150px;
  }
}

@media (max-width:1099px) {
  .index_ab_area {
    padding: 65px 24px;
  }
}

@media (max-width:991px) {
  .index_ab_area {
    padding: 50px 24px 80px 24px;
  }

  .index_ab_a {
    padding-bottom: 30px;
    margin-top: 70px;
  }

  .index_ab_b {
    position: relative !important;
    width: 100%;
    justify-self: flex-end;
    max-width: 140px;
  }

  .index_ab_b .slick-dots {
    bottom: -25px;
  }

  .index_ab_t {
    padding-left: 30px;
  }

  .index_ab_b.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }

  .index_ab_area::before {
    height: 38vh;
  }
}

@media (max-width:767px) {
  .index_ab_a {
    margin-top: 50px;
  }

  .index_ab_area::before {
    height: 80vh;
  }

  .index_ab_b {
    max-width: 100%;
  }

  .index_ab_t {
    padding-left: 0;
  }
}

@media (max-width:575px) {
  .index_ab_a {
    margin-top: 30px;
  }
}

/*index_service*/
.index_sv_area {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 24px;
}

.index_news_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}

.index_sv_title {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  /* padding: 0 12px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_sv_info {
  width: 100%;
  padding-left: calc((100vw - 1480px) / 2);
  padding-right: 0;
  margin-left: 0;
  margin-top: 50px;
  margin-bottom: 60px;
}

.index_sv_item {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  width: 100%;
  transition: all .3s ease;
  animation-name: sv_item;
  animation-duration: 1.5s;
  animation-iteration-count: 2;
}

@keyframes sv_item {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0px);
  }
}

.index_sv_item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 45px 10px 45px;
  overflow: hidden;
}

.index_sv_t {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px;
}

.index_sv_info .card {
  border: none;
}

.index_sv_t .txt_xl {
  color: #0c5900;
}

.index_item {
  display: flex !important;
  flex-direction: row;
  width: 100% !important;
  box-sizing: border-box;
}

.index_sv_info .slick-prev {
  left: 50%;
  transform: rotate(-180deg) translate(0, -50%) !important;
}

.index_sv_info .slick-next {
  right: 50%;
}

.index_sv_info .slick-prev,
.index_sv_info .slick-next {
  top: auto;
  bottom: -55px;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0 -50px;
  z-index: 2;
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.index_sv_info .slick-prev:before,
.index_sv_info .slick-next:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  position: absolute;
  background-image: url('../image/icon/btn_sm.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-shadow: 0 0 3px rgba(255, 255, 255, .8);
  border-radius: 30px;
}

.index_sv_item .txt_lg {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media(max-width:1499px) {
  .index_sv_info {
    margin: 50px 12px 60px 12px;
  }
}

@media(max-width:991px) {
  .index_sv_info {
    padding: 0 12px !important;
    margin: 50px 0 60px 0;
  }

  /* .index_sv_title {
    padding: 0 24px;
  } */
  .index_sv_info .slick-prev,
  .index_sv_info .slick-next {
    margin: 0 -40px;
    bottom: -60px;
  }
}

@media(max-width:767px) {
  .index_sv_item {
    flex-direction: column;
  }

  .index_news_title {
    flex-direction: column;
    align-items: flex-start;
  }

  .index_sv_title {
    flex-direction: column;
    align-items: flex-start;
  }

  .index_sv_info .slick-prev,
  .index_sv_info .slick-next {
    bottom: -30px;
  }
}

@media(max-width:575px) {
  .index_sv_info {
    margin: 30px 0 60px 0;
  }

  .index_news_title {
    padding-bottom: 30px;
  }

  .index_sv_info .slick-prev,
  .index_sv_info .slick-next {
    bottom: -10px;
  }
}

/*index_news*/
.index_news_area {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 150px 24px;
}

.accordion-body {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #eef0e7;
  padding: 30px;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #ffb500;
  box-shadow: none;
}

.index-news_info .txt_lg,
.index-news_info .txt_xl {
  display: inline-block;
  color: #0c5900;
  margin-right: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-news_info .accordion-button span {
  display: inline-block;
  border: 1px solid #d9d9d9;
  padding: 10px 20px;
  border-radius: 30px;
  margin: auto;
}

.index-news_info .accordion-item {
  border: none;
}

.index-news_info .accordion-header {
  border-bottom: 1px solid #d9d9d9;
}

.accordion-button:not(.collapsed)::after {
  width: 50px;
  height: 50px;
  background-image: url('../image/icon/btn_sm.svg');
  transform: rotate(-90deg);
  background-size: contain;
  margin-left: 5px;
}

.accordion-button::after {
  width: 50px;
  height: 50px;
  background-image: url('../image/icon/btn_sm.svg');
  transform: rotate(90deg);
  background-size: contain;
}

.index_news_t {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.accordion-button .news_time {
  color: #ffb500;
}

.accordion-body img {
  width: 100%;
  max-width: 300px;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}

.index_news_t .txt_sm {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion-button {
  padding: 1rem 0;
}

@media(max-width:1499px) {
  .index_news_area {
    padding: 130px 24px;
  }
}

@media(max-width:1299px) {
  .index_news_area {
    padding: 100px 24px;
  }
}

@media(max-width:1199px) {
  .index_news_area {
    padding: 80px 24px;
  }
}

@media(max-width:1099px) {
  .index_news_area {
    padding: 65px 24px;
  }
}

@media(max-width:991px) {
  .index_news_area {
    padding: 50px 24px;
  }
}

@media(max-width:767px) {
  .accordion-body {
    flex-direction: column;
  }

  .accordion-body img {
    max-width: 100%;
  }

  .index_news_t,
  .accordion-body {
    padding: 20px;
  }
}

@media(max-width:575px) {

  .accordion-button::after,
  .accordion-button:not(.collapsed)::after {
    width: 30px;
    height: 30px;
  }

  .index-news_info .accordion-button span {
    font-size: 14px;
    padding: 5px 10px;
  }

}

/*txt*/
.txt_xxl {
  font-size: 56px;
  font-weight: 600;
  color: #0c5900;
}

.txt_xl {
  font-size: 30px;
  font-weight: 500;
  color: #282828;
}

.txt_lg {
  font-size: 24px;
  font-weight: 500;
  color: #282828;
}

.txt_md {
  font-size: 20px;
  font-weight: 500;
  color: #282828;
}

.txt_sm {
  font-size: 18px;
  font-weight: 300;
  color: #282828;
}

@media(max-width:1299px) {
  .txt_xxl {
    font-size: 48px;
  }

  .txt_xl {
    font-size: 28px;
  }

}

@media(max-width:1199px) {
  .txt_xxl {
    font-size: 40px;
  }

  .txt_xl {
    font-size: 26px;
  }

  .txt_lg {
    font-size: 22px;
  }
}

@media(max-width:991px) {
  .txt_xxl {
    font-size: 30px;
  }

  .txt_xl {
    font-size: 24px;
  }

  .txt_lg {
    font-size: 20px;
  }

  .txt_md {
    font-size: 18px;
  }

  .txt_sm {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .txt_xxl {
    font-size: 26px;
  }

  .txt_xl {
    font-size: 20px;
  }

  .txt_lg {
    font-size: 18px;
  }

  .txt_md {
    font-size: 16px;
  }

}

@media (max-width: 575px) {}

/*footer*/
.jy_footer_area {
  width: 100%;
  height: auto;
  background-color: #0c5900;
  overflow: hidden;
  padding: 0 24px;
}

.jy_footer_block {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 0;
}

.social_block {
  width: 100%;
}

.social_block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.social_block .social_list {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.social_block .social_list li {
  display: flex;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  transition: all .3s ease;
  border-radius: 30px;
}

.social_block .social_list li:hover {
  border: 2px solid #ffb500;
}

.footer_l {
  padding-top: 50px;
}

.jy_footer_block .jy_info .txt_md,
.jy_footer_block .jy_info a {
  color: #fff;
  font-weight: 400;
}

.jy_footer_block .jy_info .jy_info_title {
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 500;
}

.footer_privacy p,
.footer_privacy a {
  color: #fff;
  flex-wrap: wrap;
  word-break: keep-all;
}

.footer_privacy a {
  display: inline-block;
  word-break: keep-all;
}

.footer_r {
  margin-top: 40px;
}

.f_pdc_block .txt_sm {
  color: #fff;
}

.f_pdc_block a {
  display: block;
  color: #fff;
  transition: all .3s ease;
}

.f_pdc_block ul,
.f_pdc_block li {
  list-style: none;
  padding: 5px 0;
}

.f_pdc_block {
  padding: 0 10px;
}

.f_pdc_block a:hover,
.jy_footer_area a:hover {
  color: #ffb500;
}

.jy_footer_area span,
.jy_footer_area a {
  transition: all .3s ease;
}

.jy_footer_area .f_contact_block:hover,
.jy_footer_area .f_esg_block:hover {
  border: 2px solid #ffb500;
}

.f_esg_block,
.f_contact_block {
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  max-width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: all .3s ease;
}

.f_t_block {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-around;
}

.f_pdc_block {
  width: 100%;
}

.f_pdc_block .txt_sm {
  font-weight: 500;
}

.f_t_block::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  background-repeat: no-repeat;
}

.f_oth_block {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 50px;
}

.f_esg_block span,
.f_contact_block span {
  display: flex;
  align-items: center;
  color: #0c5900;
  font-weight: 500;
}

.f_esg_block span::before,
.f_contact_block span::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
}

.f_esg_block span::before {
  background-image: url('../image/index/f_esg.png');
}

.f_contact_block span::before {
  background-image: url('../image/index/f_con.png');
}

.footer_privacy {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.top_btn button {
  border: none;
  box-shadow: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: transparent;
  margin-bottom: 25px;
  margin-right: 12px;
}

.top_btn img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
}

.footer_privacy p {
  margin-bottom: 25px;
}

@media(max-width:1099px) {
  .top_btn {
    margin-top: -200px;
  }
}

@media(max-width:991px) {
  .footer_r .f_t_block {
    display: none !important;
  }

  .footer_r {
    margin-top: 0;
    padding: 0;
  }

  .f_oth_block {
    justify-content: flex-start;
    gap: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .top_btn {
    margin-top: 0;
  }
}

.nav-link:focus,
.nav-link:hover {
  color: #0c5900;
}

/*pdc_cpa*/
.cp_bn_block {
  padding: 0;
}

.top_banner {
  position: relative;
  height: 49vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: url('../image/pdc/cpbn.png');
  margin-top: 80px;
  z-index: 0;
}

.top_banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.cp_bn {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 0 24px;
  z-index: 2;
}

.cp_bn h1 {
  color: #fff;
  text-transform: uppercase;
}

.inter_bread_area {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 0 12px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}


.breadcrumb img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}

.breadcrumb-item+.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item+.breadcrumb-item a {
  color: #505050;
  font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "-";
  font-weight: 700;
  color: #505050;
}

.breadcrumb-item.active {
  color: #ffb500;
  font-weight: 700;
}

.cp_pdc_area {
  padding: 0;
}

.cp_pdca_section {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 150px 24px;
}

.cp_pdc_block .cp_pdc_a a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #fff 0%, #eef0e7 40%, #fff 100%);
}

.cp_pdc_block .cp_pdc_a {
  box-shadow: 5px 5px 10px rgba(0, 40, 20, 0);
  margin-bottom: 48px;
  transition: all .3s ease;
}

.cp_pdc_block .cp_pdc_a:hover {
  box-shadow: 5px 5px 10px rgba(0, 40, 20, 0.06);
}

.cp_pdc_block .cp_pdc_a:hover .index_pdc_t .btn_lg:after {
  content: "";
  background-image: url('../image/icon/btn_h.svg');
}

.cp_pdc_block .cp_pdc_a:hover .btn_lg {
  border-bottom: 1.5px solid #ffb500;
}

.cp_pdc_a:nth-last-child {
  margin-bottom: 0;
}

@media(min-width:991px) {
  .cp_pdc_block .cp_pdc_a:nth-child(even) {
    .index_pdc_i {
      order: 2;
    }

    .index_pdc_t {
      order: 1;
    }

    .cp_pdc_block .cp_pdc_a a {
      background: linear-gradient(to left, #fff 0%, #eef0e7 40%, #fff 100%);
    }
  }
}

.cp_pdc_a .index_pdc_i {
  width: 100%;
  max-width: 350px;
  height: 100%;
}

.cp_seo_area {
  width: 100%;
  margin: auto;
  padding: 0;
  background: linear-gradient(to top, #eef0e7 0%, #eef0e7 70%, transparent 100%);
}

.cp_seo {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 50px 24px;
}

.cp_pdc_a .index_pdc_t {
  padding: 30px 48px;
}

@media (max-width:1499px) {
  .top_banner {
    height: 35vh;
  }

  .cp_pdca_section {
    padding: 130px 24px;
  }
}

@media (max-width:1299px) {
  .cp_pdca_section {
    padding: 100px 24px;
  }
}

@media (max-width:1199px) {
  .cp_pdca_section {
    padding: 80px 24px;
  }
}

@media (max-width:1099px) {
  .top_banner {
    height: 25vh;
  }

  .cp_pdca_section {
    padding: 65px 24px;
  }
}

@media (max-width:991px) {
  .top_banner {
    height: 20vh;
    margin-top: 60px;
  }

  .cp_pdca_section {
    padding: 50px 24px;
  }

  .cp_seo {
    padding: 50px 24px;
  }

  .cp_pdc_a .index_pdc_t .txt_md {
    -webkit-line-clamp: 4;
  }

  .cp_pdc_a .index_pdc_t {
    padding: 30px;
  }

}

@media (max-width:767px) {
  .cp_pdc_block .cp_pdc_a a {
    flex-direction: column;
    background: linear-gradient(to bottom, #fff 0%, #eef0e7 100%);
  }

  .cp_pdc_a .index_pdc_i {
    max-width: 100%;
  }

  .cp_seo {
    padding: 0 24px 30px 24px;
  }
}

.bread_block {
  padding: 0 24px;
}


/*cp_pdcb*/
.cp_pdcb_bn_area .top_banner {
  background-image: url('../image/pdc/cpbn2.png');
}

.cp_pdcb_section {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 150px 24px 0 24px;
}

.pdc_cpb_tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  position: relative;
  z-index: 999;
}

.pdc_cpb_tab .btn-group {
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
}

.news_tab .dropdown-menu {
  width: 100%;
}

.btn-group a {
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  transition: all .3s ease;
}

.btn-group a:hover {
  color: #fff;
  background-color: #0c5900
}

.filter_btn.active {
  background-color: #0c5900;
  color: #fff;
}

.cp_pdc_b_item_block {
  width: 100%;
  margin: auto;
}

.cp_pdc_b_item {
  height: 100%;
}

.pdc_item_n {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cpb_pdc_t img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
  transition: all .3s ease;
}

.cp_pdc_b_item:hover .cpb_pdc_t img {
  transform: rotate(360deg);

}

.cp_pdc_b_item a {
  border-radius: 10px;
  overflow: hidden;
}


.cpb_pdc_i img {
  width: 100%;
  object-fit: contain;
}

.cpb_pdc_t {
  background-color: transparent;
  transition: all .3s ease;
}

.cp_pdc_b_item:hover .cpb_pdc_t {
  background-color: #eef0e7;
}

.pdc_item_n {
  padding: 30px 20px 20px 20px;
  border-radius: 0 0 10px 10px;
}

.cpb_pdc_t .ns {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(50%);
  padding: 5px 10px;
  border: 1px solid #ffb500;
  color: #ffb500;
  background-color: #fff;
  width: 100%;
  max-width: 100px;
  margin: auto;
  border-radius: 50px;
  margin-top: -50px;
}

.page_area {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 80px 24px 150px 24px;
}

.page_dt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_area .page_arrow {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 15px;
  background-image: url('../image/icon/btn_page.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all .3s ease;
}

.page_area .page_arrow:hover {
  border-radius: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.page_area .page_prev {
  transform: rotate(-180deg);
}

.page_dt button {
  border: none;
  background-color: transparent;
}

.page_all::before {
  content: "/";
  margin-right: 5px;
}

@media(max-width:1499px) {
  .cp_pdcb_section {
    padding: 130px 24px 0 24px;
  }

  .page_area {
    padding: 80px 24px 130px 24px;
  }
}

@media(max-width:1399px) {
  .cp_pdcb_section {
    padding: 100px 24px 0 24px;
  }

  .page_area {
    padding: 80px 24px 100px 24px;
  }
}

@media(max-width:1199px) {
  .cp_pdcb_section {
    padding: 80px 24px 0 24px;
  }

  .page_area {
    padding: 80px 24px 80px 24px;
  }
}

@media(max-width:1099px) {
  .cp_pdcb_section {
    padding: 65px 24px 0 24px;
  }

  .page_area {
    padding: 65px 24px 65px 24px;
  }
}

@media(max-width:991px) {
  .cp_pdcb_section {
    padding: 50px 24px 0 24px;
  }

  .page_area {
    padding: 50px 24px 50px 24px;
  }
}

@media (max-width: 767px) {
  .cp_pdc_block {
    padding-left: 0;
    padding-right: 0;
  }

  .pdc_cpb_tab {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .filter_group {
    width: 100%;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
  }

  .filter_group .filter_btn {
    display: none;
    width: 100%;
  }

  .filter_group .filter_btn.active {
    display: flex;
  }

  .filter_group.open .filter_btn {
    display: flex;
  }

  .filter_group .filter_btn.active::after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../image/icon/btn_tab.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s ease;
  }

  .filter_group.open .filter_btn.active::after {
    transform: rotate(-180deg);
  }
}

/*pdc_detail*/
.title_service {
  font-weight: 500;
  color: #ffb500;
  display: block;
}

.dt_pdc_area {
  padding: 0;
}

.pdc_password .modal-content {
  background-color: transparent;
  border: none;
}

.pdc_password .modal-body {
  padding: 0;
  overflow: hidden;
  border-radius: 30px;
}

.pdc_password .btn-close {
  position: absolute;
  top: -30px;
  right: 0;
}

.pdc_password .modal-body form {
  padding: 60px;
  background-color: #eef0e7;
}

.pdc_password .modal-body,
.pdc_password .modal-body form,
.pdc_password .modal-body .send_block {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
}

.pdc_password .modal-body img {
  max-width: 300px;
}

.login_btn {
  background-color: #ffb500;
  color: #fff;
  padding: 10px 40px;
  margin: 20px 0;
  border: none;
  border-radius: 10px;
  max-width: 180px;
  min-width: 100px;
  height: 40px;
}

.password_btn {
  color: #282828;
  text-decoration: underline;
  font-weight: 400;
  transition: all .3s ease;
}

.password_btn:hover {
  color: #ffb500;
}

.pdc_password .form-floating>label {
  left: 12px;
}

.pdc_password .form-control:focus {
  color: #282828;
  background-color: #fff;
  border-color: #ffb500;
  outline: 0;
  box-shadow: none;
}

.pdc_password .form-control {
  border: none;
  border-radius: 10px;
}

.btn-close:focus {
  box-shadow: none
}

.pdc_info {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  transition: max-height .6s linear;
}

.pdc_info.open {
  max-height: 1000px;
}


.pdc_info .pdc_in_t {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.pdc_info .pdc_in_t::after {
  content: '';
  width: 100%;
  height: 1px;
  margin-left: 20px;
  display: inline-flex;
  background-color: #0c5900;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pdc_info .txt_md::marker {
  color: #ffb500;
}

.more-btn {
  color: #0c5900;
  text-align: center;
  z-index: 2;
  border: none;
  transform: translateY(-20px);
  transition: all .3s ease;
}

.more-btn:hover {
  color: #ffb500;
}

.fade-mask {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, #fff 0%, transparent 100%);
  transition: all .3s ease;
}

.pdc_info.open .fade-mask {
  background: transparent;
}

.dt_pdc_info_block {
  display: flex;
  flex-direction: column;
  padding-right: 0;
}

.dt_pdc_btn {
  display: flex;
  align-items: center;
  gap: 24px;
}

.btn_quote,
.down_btn {
  width: 100%;
  max-width: 180px;
  min-width: 100px;
  height: 40px;
  background-color: #ffb500;
  border: none;
  display: block;
  color: #fff;
  border-radius: 30px;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}

.back_btn_block {
  margin-top: 50px;
}

.dt_pdc_area .btn_lg {
  width: 100%;
  margin: auto;
}

.dt_pdc_info_i {
  border-radius: 10px;
  overflow: hidden;
  padding-left: 0;
}

.dt_pdc_info_i img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.dt_pdc_info_block p,
.dt_pdc_info_block li {
  font-size: 20px;
  font-weight: 400;
  color: #282828;
}

@media(max-width:991px) {

  .dt_pdc_info_block p,
  .dt_pdc_info_block li {
    font-size: 18px;
  }
}

@media(max-width:767px) {
  .dt_pdc_info_i {
    padding: 0;
  }

  .dt_pdc_info_block {
    padding: 0;
    margin-top: 30px;
  }
}

@media(max-width:575px) {
  .pdc_password .modal-body form {
    padding: 30px;
  }
}

@media(max-width:390px) {
  .btn {
    padding: 6px;
  }
}

/*search*/
.cp_search_bn_area .top_banner {
  background-image: url('../image/pdc/search_bn.png');
}

.search_block {
  margin: auto;
}

.search_block .search_title {
  padding-bottom: 50px;
  margin: 0;
}

.mark,
mark {
  background-color: rgba(255, 181, 0, .6);
}

.search_area .page_dt {
  padding: 0 24px 50px 24px;
}

@media(max-width:767px) {
  .search_block.row>* {
    padding-left: 0;
    padding-right: 0;
  }

  .search_block .search_title {
    padding-bottom: 30px;
  }

  .search_area .page_dt {
    padding: 0 24px 50px 24px;
  }
}

/*cp_industry*/
.cp_ind_bn_area .top_banner {
  background-image: url('../image/ind/cbbn.png');
}

.industry_block {
  margin: auto;
}

.cp_ind_item {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.cp_ind_item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffb500;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}

.cp_ind_item a {
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}

.cpb_ind_t {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px;
  background-color: #eef0e7;
  flex: 1;
  height: 100%;
  transition: all .3s ease;
}

.cpb_ind_t .btn_lg {
  margin-top: 50px;
}

.ind_item_t .txt_xl {
  color: #0c5900;
  margin-bottom: 30px;
  text-align: center;
}

.ind_item_t .txt_md {
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cpb_ind_i {
  width: 100%;
}

.cpb_ind_i img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.cp_ind_item:hover::after {
  transform: scaleY(1);
}

.cp_ind_item:hover .cpb_ind_t {
  z-index: 2;
  background: transparent;
  transform: translateY(-50%);
}

.cp_ind_item:hover .cpb_ind_t .btn_lg::after {
  background-image: url(../image/icon/btn_h.svg);
  z-index: 3;
}

.cp_ind_item:hover .cpb_ind_t .btn_lg {
  border-bottom: 1.5px solid #ffb500;
  z-index: 3;
}


@media(min-width:991px) {
  .cp_ind_block:nth-child(even) .cpb_ind_i {
    order: 2;
  }

  .cp_ind_block:nth-child(even) .cpb_ind_t {
    order: 1;
  }

  .cp_ind_block:nth-child(even):hover .cpb_ind_t {
    transform: translateY(50%) !important;
  }
}

@media(max-width:767px) {
  .cp_ind_item a {
    display: flex;
    flex-direction: column;
  }
}

@media(max-width:575px) {
  .cpb_ind_t {
    padding: 30px
  }

  .cpb_ind_t .btn_lg {
    margin-top: 30px;
  }

  .ind_item_t .txt_md {
    margin-bottom: 0;
  }
}

/*industry_detail*/
.dt_ind_area .cp_pdca_section {
  display: flex;
  justify-content: space-between;
}

.dt_ind_info_i {
  aspect-ratio: 1/1;
  overflow: hidden;
}

.dt_ind_info_i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 10px;
}

.ind_info_top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ind_info_top::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0c5900;
  background-repeat: no-repeat;
}

.dt_ind_info_block {
  margin-top: 50px;
}

.ind_info_top p,
.dt_ind_info_block p {
  font-size: 20px;
  font-weight: 400;
  color: #282828;
}

.container-fluid li::marker {
  color: #ffb500;
}

.dt_ind_info_block li {
  font-size: 20px;
  font-weight: 400;
  color: #282828;
}

.back_btn_block .btn_lg {
  margin: auto;
}

@media(max-width:991px) {

  .ind_info_top p,
  .dt_ind_info_block p {
    font-size: 18px;
  }
}

@media(max-width:767px) {
  .ind_info_top {
    margin-top: 30px;
  }

  .back_btn_block {
    margin-top: 30px;
  }

  .dt_ind_info_block {
    margin-top: 30px;
  }

  .ind_info_top p,
  .dt_ind_info_block p {
    font-size: 16px;
  }
}

/*news*/
.cp_news_t {
  display: flex;
  align-items: center;
}

.cp_news_item_block {
  margin: auto;
}

.cp_news_t::after {
  content: '';
  position: absolute;
  right: 12px;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../image/icon/btn_sm.svg);
  transition: all .3s ease;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cp_news_item:hover .cp_news_t::after {
  transform: rotate(-45deg);
  background-image: url(../image/icon/btn_sm_h.svg);
}

.cp_news_item .news_item {
  position: relative;
  display: flex;
  background-color: transparent;
  padding: 30px;
  transition: all .3s ease;
  border-bottom: 1px solid #d9d9d9;
}

.cp_news_item:hover .news_item {
  background-color: #eef0e7;
}

.news_item img {
  width: 100%;
  max-width: 300px;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  flex-shrink: 0;
}

.cp_news_t .news_t {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 30px 80px;
}

.cp_news_t .news_time {
  color: #ffb500;
}

.cp_news_t .txt_lg {
  color: #0c5900;
}

.cp_news_t .txt_sm {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_item img {
  border: 1px solid #d9d9d9;
}

@media(max-width:991px) {
  .news_item img {
    max-width: 200px;
  }

  .cp_news_t .news_t {
    padding: 20px;
  }
}

@media(max-width:767px) {
  .news_item img {
    max-width: 100%;
  }

  .cp_news_item .news_item {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  .cp_news_t .txt_lg,
  .cp_news_t .news_time {
    margin-bottom: 0;
  }

  .cp_news_t .news_t {
    padding: 20px 20px 0 20px;
  }

  .cp_news_t::after {
    width: 40px;
    height: 40px;
  }
}

@media(min-width:575px) {
  .jy_tab_btn {
    display: none;
  }

  .filter_menu {
    display: flex !important;
    align-items: center;
    position: relative;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    justify-content: center;
  }

  .filter_btn {
    width: 180px;
    height: 50px;
    color: #282828;
    background-color: #f5f5f5;
    transition: all .3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .jy_tab_dropdown .dropdown-item:hover {
    color: #fff;
    background-color: #0c5900;
  }

  .jy_tab_dropdown .dropdown-item.active {
    background-color: #0c5900;
  }
}

@media(max-width:575px) {
  .jy_tab_btn {
    display: block;
    background-color: #0c5900;
    color: #fff !important;
    width: 100%;
    border-radius: 10px;
    padding: 8px;
  }

  .jy_tab_btn.show {
    border-radius: 10px 10px 0 0;
  }

  .cp_pdcb_section .dropdown {
    margin-bottom: 20px;
    z-index: 999;
  }

  .cp_pdcb_section .dropdown-menu {
    width: 100%;
    background-color: #f5f5f5;
    align-items: center;
    padding: 0;
    transition: all .5s ease;
    border-radius: 0 0 10px 10px;
    border: none;
    overflow: hidden;
  }

  .pdc_cpb_tab {
    padding-bottom: 0;
  }

  .cp_pdcb_section .jy_tab_btn:hover {
    color: #fff;
  }

  .filter_menu .dropdown-item.active,
  .filter_menu .dropdown-item:active {
    color: #fff;
    background-color: #0c5900 !important;
    padding: 10px 20px;
  }

  .cp_news_t::after {
    width: 30px;
    height: 30px;
  }
}

/*news_detail*/
.cp_news_bn_area .top_banner {
  background-image: url('../image/support/cbbn.png');
}

.news_bread_area {
  position: relative;
}

.news_bg {
  background: url('../image/support/news_bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.dt_news_block {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 10px 10px 0 0;
  padding: 0 24px 150px 24px;
  margin-top: 150px;
}

.news_info_top {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 50px;
}

.news_info_top .news_time {
  padding: 20px 0;
  color: #ffb500;
}

.news_info_top::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #d9d9d9;
  background-repeat: no-repeat;
  background-position: center;
}

.dt_news_info_i {
  margin: auto;
  aspect-ratio: 4/3;
  max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
}

.dt_news_info_i img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

@media(max-width:1499px) {
  .dt_news_block {
    padding: 0 24px 130px 24px;
    margin-top: 130px;
  }
}

@media(max-width:1299px) {
  .dt_news_block {
    padding: 0 24px 100px 24px;
    margin-top: 100px;
  }
}

@media(max-width:1199px) {
  .dt_news_block {
    padding: 0 24px 80px 24px;
    margin-top: 80px;
  }
}

@media(max-width:1099px) {
  .dt_news_block {
    padding: 0 24px 65px 24px;
    margin-top: 65px;
  }
}

@media(max-width:991px) {
  .dt_news_block {
    padding: 0 24px 50px 24px;
    margin-top: 50px;
  }
}

@media(max-width:767px) {
  .news_info_top {
    margin-bottom: 30px;
  }

  .news_info_top .news_time {
    padding: 12px 0;
  }
}

/*catalog*/
.cp_catalog_bn_area .top_banner {
  background-image: url('../image/support/cbbn01.png');
}

.catalog_info {
  width: 100%;
  position: relative;
  border: 1px solid #d9d9d9;
  background-color: #eef0e7;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  transition: all .3s ease;
}

.catalog_info img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.catalog_t {
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #eef0e7;
}

.catalog_item:hover .catalog_info {
  border: 1px solid rgba(255, 181, 0);
  box-shadow: 1px 1px 4px rgba(255, 181, 0, 0.2);
}

.catalog_item:hover .btn_lg::after {
  background-image: url('../image/icon/btn_h.svg');
}

.catalog_item:hover .btn_lg {
  border-bottom: 1px solid #ffb500;
}

@media(max-width:991px) {
  .catalog_t {
    padding: 20px;
  }
}

/*esg*/
.cp_esg_bn_area .top_banner {
  background-image: url('../image/esg/cbbn.png');
}

.esg_bg {
  width: 100%;
  background-color: #eef0e7;
  padding: 0;
}

.esg_i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  transition: all .3s ease;
}

.esg_desh {
  position: absolute;
  content: '';
  width: 90%;
  height: 90%;
  display: block;
  margin: auto;
  border-radius: 100%;
  border: 2px dashed #ffb500;
  background-color: transparent;
  animation-name: esg;
  animation-duration: 40s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes esg {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.esg_i img {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center;
  animation-name: esg_i;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes esg_i {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.esg_info_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: auto;
}

.esg_item img {
  width: 100%;
  max-width: 100px;
  object-fit: contain;
  object-position: center;
}

.esg_item_t {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border: 3px solid #0c5900;
}

.esg_item {
  margin: 50px 0;
}

.esg_item .esg_txt {
  display: inline-block;
  padding: 3px 10px;
  transform: translate(10px, 50%);
  background-color: #ffb500;
  margin: 0;
}

.esg_item_t .txt_md {
  margin-left: 20px;
  margin-bottom: 0;
}

.esg_info_block {
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.esg_info_item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.esg_info_item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6)0%, rgba(0, 0, 0, 0.1) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.esg_info_item_e {
  width: 100%;
  background: url('../image/esg/esg01.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.esg_info_item_s {
  width: 100%;
  background: url('../image/esg/esg02.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.esg_info_item_g {
  width: 100%;
  background: url('../image/esg/esg03.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.esg_info_t {
  width: 100%;
  position: relative;
  max-width: 1480px;
  margin: auto;
  padding: 20px 24px;
  z-index: 2;
}

.esg_info_t .txt_lg::before {
  content: '';
  width: auto;
  height: auto;
  font-size: 6vw;
  margin-right: 30px;
  display: inline-block;
  color: #ffb500;
}

.esg_info_t .esg_bgt_e::before {
  content: 'E';
}

.esg_info_t .esg_bgt_s::before {
  content: 'S';
}

.esg_info_t .esg_bgt_g::before {
  content: 'G';
}

.esg_info_item .esg_info_t p,
.esg_info_item .esg_info_t li {
  color: #fff;
}

.esg_info_item .esg_info_t li {
  font-size: 20px;
  max-width: 80%;
}

.esg_info_item .esg_info_t li::marker {
  color: #fff;
}


@media(max-width:1399px) {
  .esg_item {
    margin: 25px 0;
  }
}

@media(max-width:991px) {
  .esg_info_a {
    display: flex;
    flex-direction: column;
  }

  .esg_info_item .esg_info_t li {
    font-size: 18px;
  }

  .esg_info_item .esg_info_t li {
    max-width: 100%;
  }

  .esg_i {
    max-width: 80%;
  }
}

@media(max-width:767px) {
  .esg_info_item .esg_info_t li {
    font-size: 16px;
  }

  .esg_info_t .txt_lg::before {
    font-size: 48px;
    margin-right: 20px;
  }

  .esg_i {
    max-width: 100%;
  }
}

@media(max-width:390px) {
  .esg_item_t {
    flex-direction: column;
  }

  .esg_item_t img {
    margin-bottom: 20px;
  }

  .esg_item_t .txt_md {
    margin: 0;
  }

  .esg_info_t .txt_lg::before {
    font-size: 36px;
  }
}

/*company*/
.cp_company_bn_area .top_banner {
  background-image: url('../image/com/cbbn.png');
}

.cp_com_area {
  width: 100%;
  overflow: hidden;
}

.dt_com_section {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 0 24px;
  margin-top: 150px;
  position: relative;
  z-index: 999;
}

.jy_sup_btn {
  background-color: #f5f5f5;
}

.jy_page_dropdown button {
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.jy_page_dropdown button:after {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url('../image/icon/btn_page.svg');
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all .3s ease;
}

.jy_page_dropdown button.show:after {
  transform: rotate(-90deg);
}

.jy_page_dropdown {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.jy_page_dropdown .dropdown-item.active,
.jy_page_dropdown .dropdown-item:active {
  background-color: #0c5900;
}


.dt_ab_info {
  position: relative;
  margin-bottom: 150px;
}

.dt_ab_info::before {
  content: '';
  display: block;
  width: 100%;
  height: 70%;
  transform: translateY(25%);
  background: #eef0e7;
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
}

.dt_ab_block {
  position: relative;
  width: 100%;
  max-width: 1480px;
  margin: auto;
  align-items: flex-end;
  padding: 0 24px;
}

.ab_i {
  /* aspect-ratio: 4/3; */
  padding-left: 0;
  margin-bottom: 20px;
}

.ab_i img {
  /* width: 100%;
  display: block;
  object-fit: contain;
  object-position: center; */
}

.ab_ta_i {
  width: 150px;
  height: 150px;
  aspect-ratio: 1/1;
  border: 1px solid #ffb500;
  background-color: #fff;
  padding: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab_ta_i img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}

.ab_t {
  padding-right: 0;
}

.ab_ta {
  display: flex;
}

.ab_ta_item {
  width: calc(100%/3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ab_ta_item .txt_md {
  margin-bottom: 0;
  text-align: center;
  color: #ffb500;
  margin-top: 10px;
}

.ab_a .txt_sm {
  margin-bottom: 50px;
  margin-top: 50px;
}

.dt_service_block {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  margin-bottom: 150px;
  padding-left: 24px;
  padding-right: 24px;
}

.dt_service_block .txt_xxl {
  text-align: center;
  margin-bottom: 80px;
}

.dt_service_block .card {
  border: none;
}

.dt_sv_item img {
  border-radius: 10px 150px 10px 150px;
}

.dt_service_block .txt_lg {
  font-weight: 400;
}

.dt_sv_item .index_sv_t {
  padding: 18px;
}

.dt_eq_block {
  position: relative;
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dt_eq_block::before {
  content: '';
  width: 85%;
  height: 50%;
  display: block;
  position: absolute;
  background-color: #eef0e7;
  background-repeat: no-repeat;
  border-radius: 0 10px 10px 0;
}

.dt_eq_item_block {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 0 24px;
}

.dt_eq_block .txt_xxl {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-end;
}

.dt_eq_block .txt_xxl::after {
  content: '';
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: transparent;
  border-bottom: 1px dashed #ffb500;
  background-repeat: no-repeat;
  margin-left: 20px;
}

.dt_eq_item_block .card {
  border: none;
  background-color: transparent;
}

.dt_eq_item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dt_eq_item_i {
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all .4s ease;
}

.dt_eq_item_i::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all .3s ease;
}

.dt_eq_item:hover .dt_eq_item_i::before {
  background-color: transparent;
}

.dt_eq_item:hover .txt_lg {
  display: none;
}

.dt_eq_item img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
}

.dt_eq_item .txt_lg {
  z-index: 2;
  color: #fff;
  text-align: center;
  position: absolute;
  padding: 20px;
  transition: all .4s ease;
}

.dt_cer_block {
  position: relative;
  width: 100%;
  height: 800px;
  margin-top: 50px;
  display: block;
  background: url('../image/com/cer_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.dt_cer_block .txt_xxl {
  position: relative;
  margin: auto;
  width: 100%;
  padding: 20px 24px;
  z-index: 2;
}

.dt_cer_t {
  width: 80%;
  position: relative;
  background-color: #ffb500;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 10px 0 0 10px;
  transform: translateY(-50%);
  margin-left: auto;
  margin-top: -50px;
}

/* .dt_cer_t::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 84%;
  height: 100%;
  background-color: #ffb500;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 10px 0 0 10px;
  transform: translateY(-50%);
} */

.dt_cer_item_block {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  position: relative;
  margin-top: 50px;
}

.dt_cer_item {
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 0 24px;
}

.dt_cer_item .slick-list {
  max-width: 800px;
  right: 0;
  margin-left: auto;
}

.dt_cer_item .cer_item .view_large {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  width: auto !important;
  height: auto !important;
  box-sizing: border-box;
  overflow: hidden;
}

.dt_cer_item .cer_item .txt_md {
  margin-top: 20px;
  text-align: center;
}

.dt_cer_item .slick-dots {
  right: 0;
  max-width: 850px;
}

.cp_company_info_block{
  width: 100%;
  overflow: hidden;
}

@media(min-width:1499px) {
  .dt_com_section {
    margin-top: 130px;
  }

  .dt_sv_item .index_sv_t .txt_xl {
    white-space: nowrap;
  }

  .dt_ab_info {
    margin-bottom: 130px;
  }

  .dt_service_block,
  .dt_eq_block {
    margin-bottom: 130px;
  }

}

@media(max-width:1399px) {
  /* .dt_ab_info::before {
    height: 600px;
    transform: translateY(15%);
  } */

}

@media(max-width:1299px) {
  .dt_com_section {
    margin-top: 100px;
  }

  .ab_ta_i {
    width: 130px;
    height: 130px;
  }

  .dt_ab_info::before {
    height: 80%;
    transform: translateY(10%);
  }

  .ab_a .txt_sm {
    margin-bottom: 30px;
  }

  .dt_ab_info {
    margin-bottom: 100px;
  }

  .dt_service_block,
  .dt_eq_block {
    margin-bottom: 100px;
  }
}

@media(max-width:1199px) {
  .dt_com_section {
    margin-top: 80px;
  }

  .ab_ta_i {
    width: 100px;
    height: 100px;
  }

  .dt_ab_info::before {
    height: 85%;
    transform: translateY(5%);
  }

  .ab_a .txt_sm {
    margin-bottom: 10px;
  }

  .dt_ab_info {
    margin-bottom: 80px;
  }

  .dt_service_block,
  .dt_eq_block {
    margin-bottom: 80px;
  }

}

@media(max-width:1099px) {
  .dt_ab_info::before {
    height: 80%;
    transform: translateY(5%);
  }
  .dt_com_section {
    margin-top: 65px;
  }

  .ab_ta_i {
    width: 80px;
    height: 80px;
  }

  .dt_ab_block {
    align-items: normal;
  }

  .dt_ab_info {
    margin-top: 30px;
    margin-bottom: 65px;
  }

  .dt_service_block,
  .dt_eq_block {
    margin-bottom: 65px;
  }
}

@media(max-width:991px) {
  .ab_i_block{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dt_ab_info::before {
    height: 85%;
    transform: translateY(10%);
  }
  .dt_com_section {
    margin-top: 50px;
    position: relative;
    z-index: 999;
  }

  .ab_i {
    margin-top: 50px;
    padding: 0;
    display: block;
  }

  .ab_a {
    margin-top: 0;
    padding: 0;
    display: block;
  }

  .ab_a .txt_sm {
    margin-bottom: 50px;
  }

  .dt_eq_block .txt_xxl {
    padding-bottom: 50px;
  }

  .dt_service_block .txt_xxl {
    margin-bottom: 50px;
  }

  .ab_ta_i {
    width: 130px;
    height: 130px;
  }

  .dt_eq_block::before {
    width: 100%;
    height: 80%;
  }

  .dt_ab_info {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .dt_service_block,
  .dt_eq_block {
    margin-bottom: 50px;
  }


}

@media(max-width:767px) {
  .dt_cer_block {
    height: 750px;
  }

  .dt_cer_item .slick-list {
    max-width: 400px;
    margin: auto;
  }

  .ab_a {
    transform: none;
    flex: 1;
    -webkit-text-size-adjust: 100%;
  }
}

@media(max-width:575px) {
  .dt_ab_info::before {
    height: 60%;
    transform: translateY(10%);
  }
  .ab_ta {
    flex-direction: column;
    margin: auto;
    align-items: center;
    gap: 20px;
  }

  .ab_a .txt_sm {
    margin-bottom: 30px;
  }

  .dt_service_block .txt_xxl {
    margin-bottom: 30px;
  }

  .dt_eq_block .txt_xxl {
    padding-bottom: 30px;
  }

  .dt_cer_block {
    height: 720px;
  }

  /* .ab_i {
    margin-bottom: 200px;
  } */

  .ab_i {
    margin-bottom: 0;
  }
}

@media(max-width:390px) {
  .dt_cer_block {
    height: 650px;
  }
}

/*history*/
.cp_history_bn_area .top_banner {
  background-image: url('../image/his/cbbn.jpg');
}

.his_bg {
  width: 100%;
  height: auto;
  background-color: #eef0e7;
}

.cp_his_info_block {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  padding: 0 24px 150px 24px;
}

.timeline_container {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
}

.timeline_line_track {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background-color: #d9d9d9;
  z-index: 1;
}

.timeline_line_active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #ffb500;
  transition: height .1s linear;
  z-index: 2;
}

.history_item {
  position: relative;
  width: 100%;
  padding: 40px 0;
  transition: all 0.5s ease;
  opacity: .3;
  z-index: 3;
  display: flex;
  align-items: center;
}

.history_item.active {
  opacity: 1;
}

.history_dot {
  width: 100px;
  height: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.history_content {
  width: 45%;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.history_content .txt_md {
  margin-bottom: 0;
}

.history_content img {
  margin: 20px 0;
}

.history_dot .txt_xl {
  color: #0c5900;
  margin: 0;
}

.history_item.left {
  justify-content: flex-start;
}

.history_item.right {
  justify-content: flex-end;
}

@media(min-width:991px) {
  .history_item:nth-child(even) .history_dot {
    order: 2;
  }

  .history_item:nth-child(even) .history_content {
    order: 1;
  }
}

@media(max-width:1499px) {
  .cp_his_info_block {
    padding: 0 24px 130px 24px;
  }
}

@media(max-width:1299px) {
  .cp_his_info_block {
    padding: 0 24px 100px 24px;
  }

  .history_content {
    width: 43%;
  }
}

@media(max-width:1199px) {
  .cp_his_info_block {
    padding: 0 24px 80px 24px;
  }
}

@media(max-width:1099px) {
  .cp_his_info_block {
    padding: 0 24px 65px 24px;
  }
}

@media(max-width:991px) {
  .cp_his_info_block {
    padding: 0 24px 50px 24px;
  }

  .timeline_line_track {
    left: 5%;
    transform: translateX(5%);
  }

  .history_item.left {
    justify-content: flex-end;
  }

  .history_content {
    width: 80%;
  }

  .history_dot {
    width: 80px;
    height: 80px;
    left: 5%;
  }
}

@media(max-width:767px) {
  .timeline_line_track {
    left: 8%;
    transform: translateX(8%);
  }

  .history_dot {
    left: 8%;
  }
}

@media(max-width:575px) {
  .timeline_line_track {
    left: 8.5%;
    transform: translateX(8.5%);
  }

  .history_dot {
    left: 8.5%;
  }

  .history_content {
    width: 75%;
  }
}

@media(max-width:390px) {
  .timeline_line_track {
    left: 10%;
    transform: translateX(10%);
  }

  .history_dot {
    width: 60px;
    height: 60px;
    left: 10%;
  }
}

/*contact*/
.cp_contact_bn_area .top_banner {
  background-image: url('../image/contact/cbbn.jpg');
}

.contact_area {
  position: relative;
  overflow: hidden;
}

.contact_area::before {
  content: '';
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../image/contact/logo_bk.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.inquire_block {
  background-color: #eef0e7;
  border-radius: 10px 10px 0 0;
}

.inquire_block .txt_xl {
  width: 100%;
  padding: 15px 24px;
  border-radius: 10px 10px 0 0;
  margin: 0;
}

.inquire_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
  padding: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.inquire_item .inquire_i {
  width: 100%;
  max-width: 200px;
}

.inquire_item .inquire_i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.inquire_t {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 24px;
  flex: 1;
}

.inquire_t a {
  color: #282828;
}

.inquire_t .txt_lg {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.inquire_t .pdc_sc {
  color: #ffb500;
  font-weight: 400;
}

.qtyBox {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  overflow: hidden;
  max-width: 180px;
  margin: 0 10px;
}

.qtyBox .qty {
  border: none;
  color: #ffb500;
  width: 100%;
  margin: auto;
  text-align: center;
}

.qtyBox button {
  background-color: #eef0e7;
  width: 50px;
  height: 40px;
  border-radius: 0;
  color: #ffb500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inquire_t .x_btn span {
  display: flex;
  align-items: center;
  font-weight: 400;
}

.inquire_t .x_btn span::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background-image: url('../image/icon/trash.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact_form {
  width: 100%;
  margin: 150px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url('../image/contact/con_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0;
}

.form_l {
  width: 30%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 40px 48px;
  transform: translateX(70px) !important;
  z-index: 1;
}

.form_l .txt_xl {
  display: flex;
  align-items: center;
}

.form_l .txt_xl::after {
  content: '';
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #ffb500;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.form_l a {
  color: #282828;
  font-weight: 400;
}

.form_r {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.form_r_block {
  width: 100%;
  display: flex;
  background-color: #eef0e7;
  padding: 80px 130px;
}

.form_r_block .txt_md {
  font-weight: 400;
}

.form-check {
  margin: 10px 20px 10px 0;
}

.contact_area .form-control {
  border: none;
  border-radius: 10px;
}

.submit_btn_block .btn_lg {
  background-color: #ffb500;
  border: none;
  border-radius: 30px;
  text-align: center;
  justify-content: center;
  color: #fff;
  width: 180px;
  min-width: 100px;
}

.submit_btn_block .btn_lg:after {
  display: none;
}

.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 181, 0, 0.25);
}

.form-check-input:checked {
  background-color: #ffb500;
  border-color: #ffb500;
}
form .algins {
  width: 1px !important;
  height: 1px !important;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  left: -1px;
  top: -1px;
}

.dt_tel,
.dt_fax,
.dt_add {
  display: flex;
}

.dt_tel::before,
.dt_fax::before,
.dt_add::before {
  content: '';
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  margin-right: 10px;
}

.dt_tel::before {
  background-image: url('../image/icon/tel.svg');
}

.dt_fax::before {
  background-image: url('../image/icon/fax.svg');
}

.dt_add::before {
  background-image: url('../image/icon/add.svg');
}

.map_block {
  width: 100%;
  overflow: hidden;
  margin: auto;
  padding: 0;
}

.map_block iframe {
  display: block;
  width: 100%;
}

.search_input::-webkit-search-cancel-button {
  filter: brightness(0) invert(1);
  font-weight: 700;
}

@media(max-width:1499px) {
  .contact_form {
    margin: 130px auto 0 auto;
  }
}

@media(max-width:1299px) {
  .contact_form {
    margin: 100px auto 0 auto;
  }
}

@media(max-width:1199px) {
  .contact_form {
    margin: 80px auto 0 auto;
  }
}

@media(max-width:1099px) {
  .contact_form {
    margin: 65px auto 0 auto;
  }
}

@media(max-width:991px) {
  .contact_form {
    margin: 50px auto 0 auto;
  }

  .contact_form {
    display: block;
  }

  .form_l {
    width: 100%;
    transform: none !important;
  }

  .form_r {
    margin-left: auto;
    overflow: hidden;
  }

  .form_r_block {
    padding: 48px;
  }

  .form_r {
    width: 75%;
  }
}

@media(max-width:767px) {
  .inquire_t {
    display: block;
    padding: 12px;
  }

  .x_btn {
    margin: 10px 0 0 0;
  }

  .qtyBox {
    margin: 0;
  }

  .form_r_block {
    padding: 30px;
    margin: 0;
  }

  .form-floating {
    margin-bottom: 10px;
  }

  .form_l {
    padding: 20px 0;
  }

  .form_r {
    width: 80%;
  }

  .inquire_item {
    padding: 20px;
  }

}

@media(max-width:575px) {
  .form_r {
    width: 100%;
  }
}

@media(max-width:390px) {
  .form_r_block {
    padding: 20px 16px
  }
}

/*privacy*/
.dt_privacy_area .txt_sm {
  padding: 0;
}

.privacy_bname {
  color: #0c5900;
  font-weight: 500;
}

/*404*/
.dt_n_area {
  width: 100%;
  max-width: 1480px;
  margin: 100px auto 0 auto;
}

.dt_n_area .info {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.txt_n {
  text-align: center;
}

.dt_n_area img {
  width: 20%;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 50px;
  min-width: 70px;
}

.dt_n_area .txt_xxl {
  color: #282828;
}

.dt_n_area span {
  white-space: nowrap;
}


@media(max-width:767px) {
  .dt_n_area {
    margin-top: 80px;
  }

  .dt_n_area img {
    margin-bottom: 20px;
  }
}

@media(max-width:390px) {
  .dt_n_area {
    margin-top: 50px;
  }
}

/*submit*/
.dt_submit_area .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.dt_submit_area .info p {
  text-align: center;
}

.dt_submit_area .txt_xxl {
  color: #282828;
}

.dt_submit_area .txt_md {
  font-weight: 400;
}

.dt_submit_area img {
  width: 20%;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 50px;
  min-width: 70px;
}

/*cookies*/
.privacyBox {
  width: 80%;
  margin: auto;
  background-color: rgba(255, 181, 0, .8);
  position: fixed;
  bottom: 20px;
  right: 0;
  left: 0;
  border-radius: 30px;
  display: block;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.cookie_block {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
}

.cookie_block .txt_sm {
  color: #fff;
  margin-bottom: 0;
}

.cookie_block .txt_sm a {
  color: #0c5900;
  font-weight: 500;
}

.cookie_block .closePrivacy {
  background-color: #fff;
  color: #0c5900;
  font-weight: 500;
  border-radius: 30px;
  padding: 5px 10px;
  margin-left: 5px;
  cursor: pointer;
}

@media(max-width:991px) {
  .privacyBox {
    width: 90%;
  }
}

@media(max-width:575px) {
  .privacyBox {
    width: 95%;
  }
}