:root {
  --main-theme-color: #007750;
  --font-size-color: #7e9586;
  --font-theme-color: #007750;
}

html::-webkit-scrollbar {
    width: 8px;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

html::-webkit-scrollbar-thumb {
    background: var(--main-theme-color);
}

a:hover {
  color: var(--font-theme-color);
}
#main #vsb_content_4 .vsbcontent_start,#main #vsb_content_4 P,#main #vsb_content p,#main #vsb_content p span {
font-size:1.125rem!important;
color:#222!important;
}

@media (max-width:575.98px) {

#vsb_content_4 IMG {
    width: 100%;
    height: auto;
}
}



/************* swiper *****************/
.swiper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: clip;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1680px) {
  .container {
    max-width: 1500px;
  }
}
#main {
  /**************  i-Banner  ****************/
  /**************  i-News  ****************/
  /**************  i-style  ****************/
  /**************  i-guide  ****************/
}
#main #i-banner .swiper-slide a{display:block;width:100%;}

#main #i-banner .swiper-slide img {
  width: 100%;
  height:100%;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

@media (min-width:992px) {
#main #i-banner .swiper-slide img {
  height: calc(100vh - 100px);
}

}
#main #i-banner .swiper-slide-active img, #main #i-banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
#main #i-news .body .left_img {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 65.8%;
  height: 0;
}
#main #i-news .body .left_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#main #i-news .body .thumb-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
#main #i-news .body .thumb-container .myContentSwiper {
  overflow-y: clip;
  flex:1;
}
#main #i-news .body .thumb-container .swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  align-items: end;
}

#main #i-news .body .thumb-container .myImageSwiper .swiper-slide a{ 
    display:block;
    width: 100%;
    position: relative;
    padding-top: 66.7%;
    height: 0;
}

#main #i-news .body .thumb-container .myImageSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#main #i-news .body .thumb-container .swiper .content {
  width: 100%;
  height: 100%;
}
#main #i-news .body .thumb-container .swiper .content .title a {
  font-size: 1.5rem;
  color: #000;
}
#main #i-news .body .thumb-container .swiper .content .detail {
  line-height: 2.5;
  font-size: 1rem;
}

#main #i-news .body .thumb-container .swiper .content .detail p {color:#a4a4a4;}
#main #i-news .body .thumb-container .myImageSwiper {
  height: auto;
}
#main #i-style-notice .style-notice {
  background: url(../images/style_notice_bg.png) no-repeat;
  background-size: auto;
  background-position: center;
}
#main #i-style-notice .style .body ul {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
#main #i-style-notice .style .body ul .list {
  display: flex;

}
#main #i-style-notice .style .body ul .list.active {
  gap: 20px;
}

#main #i-style-notice .style .body ul .list .style-image {
  height: inherit;
  transition: all 0.05s linear;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
    position: relative;
    height: 0;
    padding-top: 0;
}
#main #i-style-notice .style .body ul .list .style-image img {
  width: 100%;
  height: 100%;
  object-fit:cover;
    position: absolute;
    top: 0;
    left: 0;
}


#main #i-style-notice .style .body ul .list .article-list {
  flex: 1;
  display: flex;
  gap: 4.375rem;
}

#main #i-style-notice .style .body ul .list .article-list .date span {
  color: #222;
  position:relative;
}

#main #i-style-notice .style .body ul .list .article-list .date {padding-left:15px;position:relative;}

#main #i-style-notice .style .body ul .list .article-list .date::before {
content:"";
position:absolute;
left:0;
top:50%;
transform:translateY(-50%);
width:2px;
height:75%;
background-color:var(--main-theme-color);

}

#main #i-style-notice .style .body ul .list .article-list .title {
  font-size: 1.125rem;
}
#main #i-style-notice .style .body ul .list .article-list .detail {
  display: none;
  font-size: .9rem;
}
#main #i-style-notice .style .body ul .list .article-list .detail p{color: #a4a4a4;}

#main #i-style-notice .style .body ul .list.active .style-image {
  flex:1;
  padding-top: 32.4%;
}
#main #i-style-notice .style .body ul .list.active .article-list {
  flex-direction: column;
  gap: 1.75rem;
}
#main #i-style-notice .style .body ul .list.active .article-list .title a {
  color: #222;
  font-weight: 600;
}
#main #i-style-notice .style .body ul .list.active .article-list .detail {
  display: block;
}
#main #i-style-notice .notice .list {
  margin-bottom: 1.75rem;
}
#main #i-style-notice .notice .list a {font-size:18px;}

#main #i-style-notice .notice .list .date {
  color: var(--font-size-color);
}
#main #i-style-notice .notice .list .sliver {
  background-color: var(--font-size-color);
  margin: 5px 0;
}
#main #i-style-notice .notice .list .sliver span {
  height: 2px;
  display: block;
  background: linear-gradient(to right, var(--main-theme-color), var(--main-theme-color)) no-repeat right bottom;
  background-size: 0 2px;
  transition: background-size 1s;
}
#main #i-style-notice .notice .list:hover .sliver span {
  background-position: left bottom;
  background-size: 100% 2px;
}
#main #i-style-notice .notice .list:hover .title a {
  color: var(--main-theme-color);
}
#main #i-guide .i-guide {
  background-color: #eff5f3;
  position: relative;
}
#main #i-guide .i-guide .head {
  display: block;
}
#main #i-guide .i-guide .head .text span {
  color: #93cfbb;
}
#main #i-guide .i-guide .head .cover {
  position: absolute;
  width: 36%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-top-right-radius: 50px;
  background-image: url(../images/guide_bg_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 0;
}
#main #i-guide .i-guide .head .title,
#main #i-guide .i-guide .head .detail,
#main #i-guide .i-guide .head .more {
  position: relative;
  z-index: 1;
}
#main #i-guide .i-guide .head .title h2,
#main #i-guide .i-guide .head .detail h2,
#main #i-guide .i-guide .head .more h2 {
  color: #fff;
}
#main #i-guide .i-guide .head .detail {
  line-height: 2;
  padding-bottom: 1rem;
  margin-bottom: 3.75rem;
  border-bottom: 1px solid #fff;
}
#main #i-guide .i-guide .head .more a {
  color: #fff;
}
#main #i-guide .i-guide .head .more a img {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}
#main #i-guide .i-guide .head .more a:hover img {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}
#main #i-guide .i-guide .myGuideSwiper {
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  padding-bottom: 15px;
}
#main #i-guide .i-guide .myGuideSwiper .swiper-slide {
  border-top-right-radius: 2rem;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.25);
}
#main #i-guide .i-guide .myGuideSwiper .swiper-content {
  width: 100%;
  height: 100%;
  background: url(../images/guide_bg_1.png) no-repeat;
  background-size: cover;
  background-position: top right;
  position: relative;
}
#main #i-guide .i-guide .myGuideSwiper .swiper-content .content {
  width: 100%;
  height: 100%;
  padding: 2.1875rem;
}
#main #i-guide .i-guide .myGuideSwiper .swiper-content .content img {
    width: auto;
    height: 180px;
    object-fit: cover;
}
#main #i-guide .i-guide .myGuideSwiper .swiper-content .content .rank a {
  color: #222;
}
#main #i-guide .i-guide .myGuideSwiper .swiper-content .content .sliver {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
#main #i-guide .i-guide .myGuideSwiper .swiper-content .content .detail p {
  font-size: 1rem;
color:#a4a4a4;
}
#main #i-guide .i-guide .myGuideSwiper .swiper-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #ff9d00;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}
#main #i-guide .i-guide .myGuideSwiper .swiper-content:hover::before {
  width: 100%;
}
#main #i-guide .i-guide .swiper-guide-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 10px;
  bottom: -6.25rem;
}
#main #i-guide .i-guide .swiper-guide-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--font-size-color);
}
#main #i-guide .i-guide .swiper-guide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.5625rem;
  background-color: var(--main-theme-color);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
#main #i-video .i-video {
  background: url(../images/video_bg_17.png) no-repeat;
  background-size: cover;
  overflow-x:hidden;
}
#main #i-video .i-video .head {
  justify-content: center;
  position: relative;
}
#main #i-video .i-video .head .more-view {
  position: absolute;
  right: 0;
  bottom: 0;
}

#content-zw .content-zw {
  background-color: #f1f1f1;
}
#content-zw .content-zw .contents {
  position: relative;
  z-index: 10;
  padding: 1.5rem 3rem;
  background-color: #fff;
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  min-height:600px;
}

#content-zw .content-zw .contents .description {min-height:500px;}

#content-zw .content-zw .contents .description .guide {
  padding: 90px 100px 90px 50px;
  margin-bottom: 100px;
  width: 23.625rem;
  position: relative;
  float: right;
}
#content-zw .content-zw .contents .description .guide img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#content-zw .content-zw .contents .description .guide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 165px;
  height: 100%;
  background-color: rgba(4, 149, 56, 0.75);
  background-image: url(../images/bg_3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#content-zw .content-zw .contents .description h3 {
  color: var(--main-theme-color);
  text-indent: 32px;
}
#content-zw .content-zw .contents .description h4 {
  text-indent: 32px;
  margin: 24px 0;
  background-image: url(../images/bg_4.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0;
  color: #555;
}
#content-zw .content-zw .contents .description p:not(> img) {
  text-indent: 32px;
  line-height: 2;
  font-size: 1rem;
  color: #555;
}
@media (max-width:575.98px) {
#content-zw .content-zw .contents .description p img{
  width:100%;
}
}


#content-zw .content-zw .contents .next-guide {
  padding: 2rem 0;
  border-top: 1px solid #e3e3e3;
  margin-top: 6.25rem;
}
#content-zw .content-zw .contents .next-guide span,
#content-zw .content-zw .contents .next-guide a {
  color: #888;
}

#content .content {
  background-color: #f1f1f1;
}
#content .contents {
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  position: relative;
}
#content .contents .cover-lay {
  padding: 1.5rem 3rem;
  background-color: #fff;
  position: relative;
}
#content .contents .cover-lay::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 552px;
  height: 300px;
  background-image: url(../images/guide_bg_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
#content .guide-lists li {
  background-color: #fafafa;
  padding: 1.75rem;
  padding-right: 2.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
#content .guide-lists li::before {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--main-theme-color);
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}
#content .guide-lists li:hover::before {
  width: 100%;
}
#content .guide-lists li:hover h4 a {
  color: var(--font-theme-color) !important;
}
#content .guide-lists li:hover .date {
  background-color: var(--font-theme-color);
}
#content .guide-lists li:hover .date span {
  color: #fff;
}
#content .guide-lists li .date {
  padding: 15px 20px;
  background-color: #f2f8f6;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
#content .guide-lists li .date span {
  color: var(--font-theme-color);
}
#content .guide-lists li .date span:nth-of-type(1) {
  font-weight: 600;
  font-size: 1.75rem;
}
#content .guide-lists li .date span:nth-of-type(2) {
  font-size: 0.875rem;
}
#content .guide-lists li .guide-image {
  width: 8.625rem;
}
#content .guide-lists li .detail {
  flex: 1;
}
#content .guide-lists li .detail .title {
  padding: 20px 0;
}
#content .guide-lists li .detail .title h4 a {
  color: #222;
  font-size: 1.375rem;
}
#content .guide-lists li .detail .description p {
  font-size: 1rem;
  line-height: 2;
}

#content .video ul {
  row-gap: 16px;
}
#content .video ul li {
  position: relative;
}
#content .video ul li .video-image {
  overflow: hidden;
}
#content .video ul li .video-image img {
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
    aspect-ratio: 103 / 57;
    object-fit: cover;

}
#content .video ul li a {
  display: inline-block;
  padding: 16px 0;
}
#content .video ul li:hover img {
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
}
#content .video ul li:hover a {
  color: var(--main-theme-color);
}

#content .video-content {
  margin-top: 2.875rem;
}
#content .video-content h3 {
  margin-bottom: 1.25rem;
  color: #222;
}
#content .video-content .edit {
  padding: 1.25rem 0;
  background-color: #f9f9f9;
  font-size: 0.875rem;
}
#content .video-content .edit span {
  color: #888;
}
#content .video-content .description {
  padding: 4rem 0;
  border-bottom: 1px solid #e3e3e3;
}
#content .video-content .next-video {
  padding: 2.0625rem 0;
}
#content .video-content .next-video span {
  color: #888;
}
#content .video-content .next-video a {
  color: #888;
}

.labor_union_list .sec {
  background: #f8f8f8;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  box-shadow: 6px 6px 0px #f1f1f1;
}
.labor_union_list .list {
  margin-bottom: 30px;
  position: relative;
}
.labor_union_list .list:hover .sec {
  box-shadow: 6px 6px 0px var(--main-theme-color);
}

.democratic_management_list .description .list {
  background-color: #fafafa;
  padding: 16px;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  margin-bottom: 15px;
}
.democratic_management_list .description .list .date {
  padding: 1rem 1.125rem;
  background-color: #f2f8f6;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.democratic_management_list .description .list .date span {
  color: var(--font-theme-color);
  font-size: 0.875rem;
  white-space: pre;
}
.democratic_management_list .description .list .date span:nth-of-type(1) {
  font-weight: 600;
  font-size: 1.75rem;
}
.democratic_management_list .description .list .detail {
  margin-top: 0.625rem;
  margin-left: 2.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 1.125rem;
  position: relative;
}
.democratic_management_list .description .list .detail::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.25rem;
  height: 2px;
  background-color: var(--main-theme-color);
}
.democratic_management_list .description .list .detail a {
  font-size: 1.375rem;
}
.democratic_management_list .description .list:hover {
  background: url(../images/list_bg_29.png) no-repeat;
  background-size: cover;
  background-position: right;
}
.democratic_management_list .description .list:hover a {
  color: #fff;
}
.democratic_management_list .description .list:hover .detail::before {
  background-color: #faf0c6;
}

.democratic_management_zw h3 {
  margin: 1.25rem 0;
  color: #222;
}
.democratic_management_zw .edit {
  padding: 1.25rem 0;
  background-color: #f9f9f9;
  font-size: 0.875rem;
}
.democratic_management_zw .edit span {
  color: #888;
}

#content-zw .content-zw .contents .labor_union h3 {
  padding: 2rem 0;
  color: #222;
  text-indent: 0;
}
#content-zw .content-zw .contents .labor_union p {
  line-height: 2.5!important;
  color: #222;
}

.inner-page .content-zw {
  padding-bottom: 1.5rem;
}
.inner-page .content {
  background-color: #f1f1f1;
}
.inner-page .content .contents {
  position: relative;
  z-index: 10;
  padding: 1.5rem 3rem;
  background-color: #fff;
  min-height:600px;
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
}
.inner-page .sidebar {
  min-height: 23.625rem;
  background-image: url(../images/bg_5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  position:relative;
}
.inner-page .sidebar:has(.data-none) {
display:none;
}


@media (min-width:576px) {
.inner-page .sidebar {
  margin-top: 6.5rem;
}
}

.inner-page .sidebar li a {
  display: inline-block;
  width: 100%;
  font-size: 1.125rem;
  padding: 1.625rem 0;
  padding-left: 2.25rem;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.inner-page .sidebar li.active a {
  border-color: var(--main-theme-color);
  color: var(--main-theme-color);
}
.inner-page .sidebar li.active a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--main-theme-color);
}

.breadcrumb {
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #e3e3e3;
}
.breadcrumb a {
  color: #888;
}

.inner-page .cover_bg {
  width: 32.5rem;
  height: 15rem;
  position: absolute;
  left: 0;
  top: -7.5rem;
  background-image: url(../images/inner_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.inner-page h2 {
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 3.4375rem;
}

/***************  Header  *****************/
header {
  position: relative;
}
header .header {
  background-color: #007750;
  padding: 1rem 0;
  position: relative;
}
header .header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1.875rem);
  background-color: #007750;
  z-index: 99;
  -webkit-clip-path: ellipse(10% 50% at 50% 38%);
  clip-path: ellipse(10% 50% at 50% 38%);
}
header .header .container .book {
  position: absolute;
  bottom: calc(0% - 1.6rem);
  left: calc(50% - var(--width));
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 99;
}
header .header .container .book-right {
  transform: rotateY(180deg);
  transform-origin: right;
  right: 50%;
  left: auto;
  height: 1.875rem;
}
header .header .container .book-right img {
  height: 100%;
}
header .header .container .head {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}
@media (min-width: 1680px) {
  header .header .container .head .logo {
    transform: translateX(-90px);
  }
}
header .header .container .head .logo a {
  display: flex;
  align-items: center;
}
header .header .container .head .logo a img {
  width: 15.625rem;
}
header .header .container .head .logo a .sliver {
  display: block;
  width: 1px;
  height: 2.1875rem;
  background-color: #fff;
  margin: 0 1.5625rem;
  position: relative;
}
header .header .container .head .logo a .department {
  font-size: 2.25rem;
  color: #fff;
}
header .header .container .head #nav-menu {
  flex: 1;
}
header .header .container .head #nav-menu .nav {
  display: flex;
  justify-content: end;
}
header .header .container .head #nav-menu .nav > ul {
  display: flex;
  gap: 2rem;
}

header .header .container .head #nav-menu .nav > ul .menu-list{
  position: relative;
}

header .header .container .head #nav-menu .nav > ul .menu-list ul {
  position: absolute;
  width: max-content;
  background: #fff;
  top: 250%;
  left: 50%;
  transition: all 0.25s linear;
  transform: translateX(-50%);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  opacity: 0;
  visibility: hidden;
}

header .header .container .head #nav-menu .nav > ul .menu-list:hover ul {
  top: 110%;
  visibility: visible;
  opacity: 1;
}

header .header .container .head #nav-menu .nav > ul .menu-list ul a{
  color: #333;
  padding: 10px;
  min-width:100px;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  text-align:center;
}

header .header .container .head #nav-menu .nav > ul .menu-list ul a:hover{
  background-color: var(--main-theme-color);
  color: #fff;
}

header .header .container .head #nav-menu .nav ul .menu-list a {
  font-size:18px;
  color: #fff;
}
header .header .container .head .m-nav-menu .offcanvas .offcanvas-header {
  background-color: var(--main-theme-color);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
header .header .container .head .m-nav-menu .offcanvas .offcanvas-header .m-logo {
  padding: 10px;
}

header .header .container .head .m-nav-menu .offcanvas .offcanvas-header .m-logo {
  display: flex;
  align-items: center;
}

header .header .container .head .m-nav-menu .offcanvas .offcanvas-header .m-logo img {
  width: 175px;
}

header .header .container .head .m-nav-menu .offcanvas .offcanvas-header .m-logo .sliver {
  display: block;
  width: 1px;
  height: 2.1875rem;
  background-color: #fff;
  margin: 0 1.5625rem;
  position: relative;
}

header .header .container .head .m-nav-menu .offcanvas .offcanvas-header .m-logo .department {
  font-size: 1.25rem;
  color: #fff;
}

header .header .container .head .m-nav-menu .offcanvas .offcanvas-header .btn-close {
  color: #fff;
  background-image: none;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
header .header .container .head .m-nav-menu .offcanvas .offcanvas-header .btn-close .fa {
  font-size: 20px;
}
header .header .container .head .m-nav-menu .offcanvas .offcanvas-body {
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(70, 169, 106, 0.75);
}
header .header .container .head .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li {
  padding: 15px 0;
}
header .header .container .head .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li .title {
  padding: 0 15px;
}
header .header .container .head .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li.on .fa {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
header .header .container .head .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li .fa {
  transition: all 0.35s ease;
}
header .header .container .head .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li ul {
  display: none;
  padding-left: 15px;
}
header .header .container .head .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li ul li {
  border-bottom: 1px solid #fff;
}
header .header .container .head .m-nav-menu .offcanvas .offcanvas-body .mobile-nav-menu .nav-menu li ul li:nth-last-of-type(1) {
  border: none;
  padding-bottom: 0;
}

#footer .footer {
  background-image: url("../images/foot_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#footer .footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 119, 80);
  z-index: -1;
}
#footer .footer .foot {
  position: relative;
  padding: 35px 0;
}
#footer .footer .foot-logo a {
  display: flex;
  align-items: center;
}
#footer .footer .foot-logo a img {
  width: 15.625rem;
}
#footer .footer .foot-logo a .sliver {
  display: block;
  width: 1px;
  height: 2.1875rem;
  background-color: #fff;
  margin: 0 1.5625rem;
  position: relative;
}
#footer .footer .foot-logo a .department {
  font-size: 2.25rem;
  color: #fff;
}
#footer .footer .foot-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1200px) {
  #footer .footer .foot-link {
    margin: 0 auto;
  }
}
#footer .footer .foot-link .title {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1.75rem;
}
#footer .footer .foot-link .foot-links {
  display: flex;
}
#footer .footer .foot-link .links {
  flex-wrap: wrap;
}
#footer .footer .foot-link .links li {
  width: 100%;
  margin-bottom: 1.75rem;
}
#footer .footer .foot-link .links li a {
  color: #fff;
}
#footer .footer .foot-contact .title {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1.75rem;
}
#footer .footer .foot-contact li {
  margin-bottom: 1.75rem;
}
#footer .footer .foot-contact img {
  margin-right: 0.625rem;
}
#footer .footer .foot-contact a, #footer .footer .foot-contact span {
  color: #fff;
}
#footer .footer  .foot-qrcode img {
  width: 100%;
  height: auto;
  border: 6px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 0.875rem;
}

#footer .footer .foot_contact_container > .foot-qrcode img {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 2px;}

#footer .footer .foot-qrcode p {
  color: #fff;
  font-size: 0.875rem;
}

#carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow:hidden;
}

#carousel .swiper {
  padding-top: 20px;
  padding-bottom: 40px;
}

#carousel .swiper-slide {
  width: 100%;
  background: #fff;
  box-shadow: 0 8px 20px #ddd;
}

#carousel .swiper-slide img {
  display: block;
  width: 100%;
}

#carousel .swiper-slide p {
  line-height: 58px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 0.8em;
  margin: 0;
}


.carousel .swiper-button-prev {
  left: -60px;
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: rgba(0, 0, 0, 0.75);
}

#carousel .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}

.carousel .swiper-button-next {
  right: -60px;
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: rgba(0, 0, 0, 0.75);
}

#carousel .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}

#carousel .swiper-button-prev::after,
#carousel .swiper-button-next::after {
  content: "";
}

.carousel .swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-carousel-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  transform: translateY(45px);
  -webkit-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -ms-transform: translateY(45px);
  -o-transform: translateY(45px);
}
.swiper-carousel-pagination .swiper-pagination-bullet {
  cursor: pointer;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--font-size-color);
}
.swiper-carousel-pagination .swiper-pagination-bullet-active {
  width: 1.5625rem;
  background-color: var(--main-theme-color);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.carousel .swiper-button-prev:after, .carousel .swiper-rtl .swiper-button-next:after {
  content: "";
}

.carousel .swiper-button-next:after, .carousel .swiper-rtl .swiper-button-prev:after {
  content: "";
}

.head {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.head .title {
  display: flex;
}
.head .title .text {
  display: flex;
  align-items: end;
}
.head .title .text h2 {
  padding: 0 1.375rem;
  font-weight: 600;
}
.head .title .text span {
  color: var(--font-size-color);
}
.head .more-view a {
  color: var(--font-size-color);
  display: inline-block;
  padding: 5px 5px;
  border-bottom: 1px solid var(--font-size-color);
  position: relative;
}
.head .more-view a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  left: calc(0% - 2.5px);
  bottom: calc(0% - 2.5px);
  background-color: var(--font-size-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
transition:all 0.5s;
}

.head .more-view a:hover::before {
  left: calc(100% - 2.5px);
}


.other-article {
margin-top:30px;
padding-top:30px;
border-top:1px solid #e5e5e5;
}

.other-article .prev-article {
margin-bottom:12px;
}

.other-article div,.other-article div a{
color:#888888;
}


@media (max-width: 1440px) {
  header .header .container .head .logo a .department, #footer .footer .foot-logo a .department {
    font-size: 1.625rem;
  }
  header .header .container .head .logo a img, #footer .footer .foot-logo a img {
    width: 10.625rem;
  }
}
@media (max-width: 1199.98px) {
  header .header::before {
    -webkit-clip-path: ellipse(12% 50% at 50% 38%);
    clip-path: ellipse(12% 50% at 50% 38%);
  }
}
@media (min-width: 1200px) {
  #footer .foot_logo_container, .foot_contact_container {
    width: 32%;
  }
  #footer .foot_link_container {
    width: 36%;
  }
}
@media (max-width: 991.98px) {
  header .header::before {
    -webkit-clip-path: ellipse(16% 50% at 50% 38%);
    clip-path: ellipse(16% 50% at 50% 38%);
  }
  #main #i-guide .i-guide .head .cover {
    width: 100%;
  }
  .inner-page .cover_bg {
    width: 100%;
    top: 0;
  }
  .inner-page h2 {
    padding: 30px 0;
    padding-left: 3.4375rem;
  }
    #content-zw .content-zw .contents,#main #i-guide .i-guide .myGuideSwiper,#content .contents {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

#main #i-video .i-video .head {justify-content:start;}

}
@media (max-width: 767.98px) {
  header .header .container .book, header .header .container .book-right, header .header::before {
    display: none;
  }

.inner-page .content .contents,#content .contents .cover-lay,#content-zw .content-zw .contents {padding:1rem 1.5rem;}
#content-zw .content-zw .contents .description .guide {float:none;}
#content .contents .cover-lay::before {width:100%;}
}

@media (max-width:678px) {
.carousel .swiper-button-next {
right: 0;
}

.carousel .swiper-button-prev {
left:0;
}

}

@media (max-width:575.98px) {
html{font-size:12px;}

#main #i-style-notice .style .body ul .list .style-image img {object-fit:contain;}

header .header .container .head .logo a img, #footer .footer .foot-logo a img {width: 16.625rem;}

}

.copyright {border-top:1px solid rgba(255,255,255,0.75);}

.copyright p{    padding: 1.25rem 1rem;
    text-align: center;
    color: #fff;}


#lable_detail {margin-top:24px;}
#lable_detail p{

    line-height: 1.75;
    letter-spacing: 2px;
}

.vsbcontent_img {margin:15px 0;text-align:center;}

.search-context {position:absolute;top:100%;right:0;display:none;}

.fancybox-slide--iframe .fancybox-content {height:100%!important;}

#offcanvasSearch {bottom:auto;top:0;width:100%;}

#offcanvasSearch form{position:relative;width:50%;margin:0 auto;}

#offcanvasSearch input[type="text"] {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 25px;
    width: 100%;
    background: #eee;
    padding-right: 52px;
    text-indent:8px;
}

#offcanvasSearch input[type="text"]::placeholder{
font-size:14px;
text-indent:8px;
}

#offcanvasSearch input[type="text"]:focus-visible {
outline: none;
}

#footer .footer .m-qr {
    width: 50%;
    margin: auto;}
    
#footer .footer .m-qr p {
text-align:center;}


#offcanvasSearch input[type="image"] {
    background-image: url(../images/search.png);
    background-size: auto;
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) scale(1);
    background-position: center;
    filter: brightness(0.5);
}
.search_null h2 {color:#222;}
.search_null h2 span {color:var(--main-theme-color);}

#main .pb_sys_style3 .p_no_d {
background-color:var(--main-theme-color);
border-color:var(--main-theme-color);
}


/*# sourceMappingURL=all.css.map */