@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

.vietnamese {
  font-family: "Josefin Sans", "Noto Sans TC", sans-serif;
  /* letter-spacing: -1px; */
  scroll-behavior: smooth;
}

:root {
  scroll-padding-top: 110px;
}

#vn-header {
  height: 80px;
  width: 100%;
  transition: all 0.35s ease;
  background-color: #fff;
}
  
@media (max-width: 768px) {
  #vn-header .container .row .logo {
    width: 90%;
  }
}

@media (max-width: 499px) {
  #vn-header .container .row .logo {
    width: 85%;
  }
}

#vn-header.scroll {
  top: -80px;
  transition: all 0.35s ease;
}
  
/* @media (min-width: 768px) and (max-width: 991.98px) {
  #vn-header {
    padding: 15px 0 0 0;
    height: auto;
  }
} */
  
#vn-header .maxW-1690 {
  height: inherit;
}

#vn-header .maxW-1690 .container {
  height: inherit;
}

#vn-header .maxW-1690 .container .row {
  height: inherit;
  flex-wrap: nowrap;
}

@media (max-width: 575.98px) {
  #vn-header .maxW-1690 .container .row {
    justify-content: space-between;
  }
}

/* @media (min-width: 768px) and (max-width: 991.98px) {
  #vn-header .maxW-1690 .container .row > div:nth-child(2) {
    order: 2;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #vn-header .maxW-1690 .container .row > div:nth-child(3) {
    order: 1;
  }
} */

#vn-header .maxW-1690 .container .row #logo img {
  max-width: 150px;
}

#vn-header .maxW-1690 .container .row #nav {
  min-width: 545px;
}

/* @media (min-width: 992px) and (max-width: 1199.98px) {
  #vn-header .maxW-1690 .container .row #nav {
    min-width: auto;
  }
} */

@media (max-width: 767.98px) {
  #vn-header .maxW-1690 .container .row #nav {
    display: none;
  }
}

#vn-header .maxW-1690 .container .row #nav > ul > li {
  /* padding: 25px 0; */
  line-height: 80px;
}

#vn-header .maxW-1690 .container .row #nav > ul > li > a:hover:after {
  opacity: 1;
  transition: all 0.35s ease;
}

#vn-header .maxW-1690 .container .row #nav > ul > li > a:after {
  content: "";
  background-color: #00A94F;
  position: absolute;
  bottom: 15px;
  left: 0;
  height: 3px;
  width: 100%;
  opacity: 0;
  transition: all 0.35s ease;
}

#vn-header .maxW-1690 .container .row #nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* @media (min-width: 768px) and (max-width: 991.98px) {
  #vn-header .maxW-1690 .container .row #nav ul {
    margin-top: 15px;
    position: relative;
  }
} */

#vn-header .maxW-1690 .container .row #nav ul li {
  display: inline-flex;
  position: relative;
}

/* @media (min-width: 768px) and (max-width: 991.98px) {
  #vn-header .maxW-1690 .container .row #nav ul li {
    position: static;
  }
} */

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu {
  position: absolute;
  display: none;
  width: 750px;
  height: auto;
  background-color: #006835;
  left: 50%;
  transform: translateX(-50%);
  top: 78px;
  padding-top: 39px;
  z-index: 15;
  padding-bottom: 36px;
}

@media (max-width: 1400px) {
  #vn-header .maxW-1690 .container .row #nav ul li .senondMenu {
    left: -50%;
    transform: translateX(0%);
  }
}

/* @media (min-width: 992px) and (max-width: 1199.98px) {
  #vn-header .maxW-1690 .container .row #nav ul li .senondMenu {
    left: 50%;
    transform: translateX(-30%);
  }
} */

/* @media (min-width: 768px) and (max-width: 991.98px) {
  #vn-header .maxW-1690 .container .row #nav ul li .senondMenu {
    top: 77px;
    width: 100%;
  }
} */

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu .title {
  color: #fff;
  max-width: 640px;
  position: relative;
  margin: 0 auto;
  border-bottom: #4d9672 solid 1px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

/* #vn-header .maxW-1690 .container .row #nav ul li .senondMenu .title .icon-arrow_upward {
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  right: 0;
} */

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu .row {
  max-width: 660px;
  margin: 0 auto;
}

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu .row > div ul li {
  display: block;
  margin-bottom: 3px;
}

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu .row > div ul li:first-child {
  color: #fff;
  margin-bottom: 12px;
}

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu .row > div ul li:not(#vn-header .maxW-1690 .container .row #nav ul li .senondMenu .row > div ul li:first-child):before {
  display: none;
}

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu .row > div ul li a {
  color: #a2aea6;
  transition: all 0.35s ease;
}

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu .row > div ul li a:hover {
  color: #fff;
  transition: all 0.35s ease;
}

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu .row > div:nth-child(2) ul {
  transform: translateX(36px);
}

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu .row > div:nth-child(3) ul {
  transform: translateX(72px);
}

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu ul {
  max-width: 640px;
  margin: 25px auto;
}

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu ul li {
  padding-left: 25px;
  position: relative;
}

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #4d9672;
  top: 50%;
  transform: translateY(-50%);
}

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu ul li a {
  color: #fff;
  font-size: 18px;
  margin-right: 30px;
  font-weight: 600;
  transition: all 0.3s;
}

#vn-header .maxW-1690 .container .row #nav ul li .senondMenu ul li a:hover {
  opacity: 0.5;
}

#vn-header .maxW-1690 .container .row #nav ul li a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  margin-right: 40px;
  transition: color 0.35s ease;
  position: relative;
}

/* @media (min-width: 992px) and (max-width: 1199.98px) {
  #vn-header .maxW-1690 .container .row #nav ul li a {
    margin-right: 30px;
  }
} */

#vn-header .maxW-1690 .container .row #nav ul li a:hover {
  color: #00A94F;
  transition: all 0.35s ease;
}

#vn-header .maxW-1690 .container .row #mobMenu {
  color: #006835;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
  /* margin-left: 5px; */
}

@media (max-width: 575.98px) {
  #vn-header .maxW-1690 .container .row #mobMenu {
    font-size: 26px;
  }
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox {
  display: none;
  width: 100vw;
  background: #fff;
  height: calc(100vh - 80px);
  top: 80px;
  position: fixed;
  left: 0;
  z-index: 5;
  overflow-y: auto;
  padding-bottom: 66px;
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox ul li {
  border-top: #ccc solid 1px;
  transition: all 0.3s ease;
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox ul li.vis {
  background-color: #006835;
  transition: all 0.3s ease;
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox ul li.vis > a {
  color: #fff;
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox ul li.vis > a:hover {
  color: #fff;
}

/* #vn-header .maxW-1690 .container .row nav#mobMenuBox ul li.vis > a span {
  transform: rotate(270deg) translateY(0);
  transition: all 0.35s ease;
  transform-origin: center;
  color: #fff;
  top: 23.5px;
  right: 25px;
} */

#vn-header .maxW-1690 .container .row nav#mobMenuBox ul li .secondMenu2 {
  display: none;
  border-top: #4D9672 solid 1px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox ul li .secondMenu2 ul {
  margin-left: -25px;
  margin-right: -25px;
  padding-top: 20px;
  padding-bottom: 30px;
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox ul li .secondMenu2 ul li {
  padding-left: 50px;
  border: none;
  position: relative;
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox ul li .secondMenu2 ul li:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox ul li .secondMenu2 ul li a {
  color: #fff;
  padding: 7.5px 0 7.5px 0;
}

@media (max-width: 575.98px) {
  #vn-header .maxW-1690 .container .row nav#mobMenuBox ul li .secondMenu2 ul li a {
    font-size: 18px;
  }
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox ul li:last-child {
  border-bottom: #ccc solid 1px;
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox ul li a {
  padding: 18px 25px;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  position: relative;
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox ul li a span {
  color: #999;
  position: absolute;
  top: 23.5px;
  transform: rotate(270deg) translateY(-50%);
  /* transform: translateY(-50%); */
  right: 42px;
  transition: all 0.35s ease;
}

@media (max-width: 575.98px) {
  #vn-header .maxW-1690 .container .row nav#mobMenuBox ul li a span {
    right: 25px;
  }
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox > .d-flex {
  justify-content: center;
  margin: 35px 0 32px 0;
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox > .d-flex a {
  color: #666;
  text-decoration: none;
  margin: 0 15px;
  position: relative;
}

/* #vn-header .maxW-1690 .container .row nav#mobMenuBox > .d-flex a:first-child:after {
  content: "";
  height: 15px;
  position: absolute;
  right: -20px;
  top: 5px;
  background-color: #666;
  width: 1px;
} */

#vn-header .maxW-1690 .container .row nav#mobMenuBox .rePrice {
  /* width: 40%; */
  width: fit-content;
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox .rePrice a {
  width: 160px;
  padding: 11.04px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background-color: #00a94f;
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  margin-right: 0.25rem;
}

#vn-header .maxW-1690 .container .row nav#mobMenuBox .rePrice a img {
  margin-right: 5px;
}

/* #vn-header .maxW-1690 .container .row #searchLink {
  transition: 0.3s all;
  font-size: 20px;
  position: relative;
  text-decoration: none;
}

#vn-header .maxW-1690 .container .row #searchLink:hover {
  filter: brightness(0.5);
}

@media (max-width: 767.98px) {
  #vn-header .maxW-1690 .container .row #searchLink {
    display: inline-block;
  }
}

@media (max-width: 575.98px) {
  #vn-header .maxW-1690 .container .row #searchLink {
    font-size: 24px;
  }
}

#vn-header .maxW-1690 .container .row #searchLink span {
  color: #00A94F;
  cursor: pointer;
} */

#vn-header .maxW-1690 .container .row #languageLink {
  width: 160px;
  padding: 10.75px 0.75rem;
  background-color: #fff;
  color: #000;
  margin-left: 12px;
  margin-right: 22px;
  border-color: #c9c9c9;
  border-radius: 0;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 15px;
  /* font-family: "Lucida Sans Unicode", "Open Sans"; */
}

#vn-header .maxW-1690 .container .row #languageLink:hover {
  border-color: #00a94f;
  color: #00a94f;
}

#vn-header .maxW-1690 .container .row #languageLink.show::after {
  transform: rotate(180deg);
}

#vn-header .maxW-1690 .container .row #languageLink::after {
  transition: transform 0.3s;
}

#vn-header .maxW-1690 .container .row #languageLink ~ ul {
  transform: translate(12px, 51px) !important;
}

/* @media (min-width: 992px) and (max-width: 1199.98px) {
  #vn-header .maxW-1690 .container .row #languageLink {
    width: 120px;
    padding: 10.75px 0.75rem;
  }
} */

#vn-header .maxW-1690 .container .row #languageLink .icon-globe {
  font-size: 20px;
  margin-right: 12px;
  transform: translateY(3px);
  display: inline-block;
}

/* @media (min-width: 992px) and (max-width: 1199.98px) {
  #vn-header .maxW-1690 .container .row #languageLink .icon-globe {
    margin-right: 3px;
  }
} */

#vn-header .maxW-1690 .container .row #languageLink:focus {
  box-shadow: none;
}

#vn-header .maxW-1690 .container .row .get {
  width: 160px;
  padding: 11.06px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  background-color: #00A94F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.35s ease;
}

#vn-header .maxW-1690 .container .row .get:hover {
  background-color: #006835;
  color: #fff;
  transition: background-color 0.35s ease;
}

/* @media (min-width: 992px) and (max-width: 1199.98px) {
  #vn-header .maxW-1690 .container .row .get {
    width: 120px;
  }
} */

#vn-header .maxW-1690 .container .row .get img {
  margin-right: 9px;
  display: block;
}

#vn-header ul.dropdown-menu.show {
  padding: 0;
}

#vn-header ul.dropdown-menu.show .dropdown-item {
  padding: 0.5rem 1rem;
}

#vn-header ul.dropdown-menu.show .dropdown-item:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

#vn-header #searchFrom {
  position: absolute;
  top: 80px;
  background-color: rgba(0, 104, 53, 0.9);
  left: 0;
  width: 100%;
  padding: 31px 0;
  display: none;
  z-index: 20;
}

/* @media (min-width: 768px) and (max-width: 991.98px) {
  #vn-header #searchFrom {
    top: 157px;
  }
} */

@media (max-width: 575.98px) {
  #vn-header #searchFrom {
    padding: 30px 15px;
  }
}

/* @media (min-width: 768px) and (max-width: 991.98px) {
  #vn-header #searchFrom form {
    max-width: 720px;
    margin: 0 auto;
  }
} */

#vn-header #searchFrom .title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  width: 120px;
  margin-right: 32px;
}

@media (max-width: 575.98px) {
  #vn-header #searchFrom .title {
    font-size: 26px;
  }
}

#vn-header #searchFrom .inputBox {
  position: relative;
}

#vn-header #searchFrom .inputBox button {
  position: absolute;
  right: 0;
  top: 50%;
  background: transparent;
  border: none;
}

#vn-header #searchFrom .inputBox button:focus {
  border: none;
}

/* #vn-header #searchFrom .inputBox button .vn-icon-arrow_upward {
  color: #fff;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(90deg);
  display: inline-block;
}

#vn-header #searchFrom .inputBox button .vn-icon-arrow_upward:hover {
  opacity: 0.8;
} */

#vn-header #searchFrom input {
  background-color: transparent;
  border: none;
  border-bottom: #4d9672 solid 1px;
  border-radius: 0;
  color: #eee;
}

#vn-header #searchFrom input:focus {
  box-shadow: none;
}

#vn-header #searchFrom input::placeholder {
  color: #4d9672;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
}

.vn-languageBlock {
  /* width: 40%; */
  width: fit-content;
  display: flex;
  margin-left: 1.25rem;
  border: 1px #C9C9C9 solid;
}

.vn-languageBlock a {
  display: block;
  align-self: center;
}

.vn-languageBlock span {
  width: 1px;
  height: 15px;
  align-self: center;
  background-color: #C9C9C9;
}

/* section 1 ============================================================================================================================================================== */
.sliderBox .vn-infoTitle {
  z-index: 1;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sliderBox .vn-infoTitle {
    width: 80%;
  }
}

@media (max-width: 767.98px) {
  .sliderBox .vn-infoTitle {
    width: 80%;
  }
}

.sliderBox .vn-infoTitle .enTitle {
  color: #fff;
  font-size: 20px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .sliderBox .vn-infoTitle .enTitle {
    font-size: 16px;
  }
}

.sliderBox .vn-infoTitle .enTitle:before {
  width: 250px;
  height: 1px;
  background: -moz-linear-gradient(right, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  /* IE6-9 */
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sliderBox .vn-infoTitle .enTitle:before {
    width: 180px;
  }
}

@media (max-width: 767.98px) {
  .sliderBox .vn-infoTitle .enTitle:before {
    width: 18%;
  }
}

.sliderBox .vn-infoTitle .enTitle:after {
  width: 250px;
  height: 1px;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  /* IE6-9 */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sliderBox .vn-infoTitle .enTitle:after {
    width: 180px;
  }
}

@media (max-width: 767.98px) {
  .sliderBox .vn-infoTitle .enTitle:after {
    width: 18%;
  }
}

.sliderBox .vn-infoTitle .chTitle {
  color: #fff;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sliderBox .vn-infoTitle .chTitle {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .sliderBox .vn-infoTitle .chTitle {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .sliderBox .vn-infoTitle .chTitle {
    font-size: 18px;
  }
}

.sliderBox .vn-infoTitle .chTitle:before {
  width: 50%;
  height: 1px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+91,ffffff+100&1+91,0+100 */
  background: -moz-linear-gradient(right, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  /* IE6-9 */
  content: "";
  position: absolute;
  left: 0;
  bottom: -42px;
  content: "";
}

@media (max-width: 767.98px) {
  .sliderBox .vn-infoTitle .chTitle:before {
    bottom: -20px;
  }
}

.sliderBox .vn-infoTitle .chTitle:after {
  content: "";
  width: 50%;
  height: 1px;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
  /* IE6-9 */
  position: absolute;
  right: 0;
  bottom: -42px;
}

@media (max-width: 767.98px) {
  .sliderBox .vn-infoTitle .chTitle:after {
    bottom: -20px;
  }
}

/* section 2 ============================================================================================================================================================== */
.vn-expBlock {
  width: 66%;
  max-width: 1300px;
  height: 94.25%;
  background-color: #f3f3f3;
  position: absolute;
  right: 8%;
  z-index: 1;
}
.vn-expLeaf {
  position: relative;
  z-index: 2;
}

.vn-expLeaf img {
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
}

.vn-expMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.vn-expMain-pic {
  width: 45%;
}

.vn-expMain-picture {
  position: relative;
}

.vn-expMain-picture img {
  width: 90%;
  transform: translate(6%, 12%);
}

.vn-expMain-content {
  width: 40%;
  padding: 8.25% 3.25% 2.5% 0;
}

.vn-expMain-tag {
  color: #006835;
  font-size: 20px;
  font-weight: 700;
}

.vn-expMain-title {
  font-size: 44px;
  font-weight: 600;
  margin-top: 1.25rem;
  padding-right: 5rem;
}

.vn-expMain-titleLine {
  width: 150px;
  height: 1px;
  margin: 2.5rem 0 3rem;
  background-color: #A2AEA6;
  transition: all 0.5s linear;
}

.vn-expMain-content:hover .vn-expMain-titleLine {
  width: 100%;
  background-color: #006835;
}

.vn-expMain-txt {
  color: #343434;
  font-size: 20px;
  margin-right: 15%;
  margin-bottom: 0;
}

.vn-expDetail {
  background-image: url(../styles/images/vn/vn-exp-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transform: translate(0px, -2.5rem);
  transform: translate(0px, 0rem);
}

.vn-expDetail-leaf {
  position: absolute;
  top: 0%;
  left: 0%;
}

.vn-expDetail-leaf img {
  width: 100%;
}

.vn-mountain {
  width: 35%;
  position: absolute;
  top: 77%;
  left: 4%;
}

.vn-expDetail-content {
  width: 88.5%;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}

.vn-expDetail-txt {
  width: 42.5%;
}

.vn-expDetail-txt p {
  color: #CECECE;
  font-size: 20px;
  padding: 32.5% 10% 27.5% 5.5%;
  margin-bottom: 0;
}

.vn-expDetail-pic {
  width: 53.75%;
  margin-left: auto;
  overflow: hidden;
}

.vn-expDetail-pic img {
  width: 100%;
  margin: 13% 0 10%;
  transform: scale(1);
  transition: all 1s ease-out;
}

.vn-expDetail-pic img:hover {
  transform: scale(1.025);
}

@media (max-width: 1800px) {
  .vn-expBlock {
    height: fit-content;
  }
}

@media (max-width: 1700px) {
  .vn-expBlock {
    width: 100%;
    /* height: fit-content; */
    background-color: #f3f3f3;
  }

  .vn-expMain-pic {
    width: 50%;
    align-self: center;
  }

  .vn-expMain-picture img {
    position: unset;
    transform: translate(10%, 0%);
  }

  .vn-expMain-content {
    width: 50%;
    padding: 10% 3%;
  }

  .vn-expDetail-content {
    width: 100%;
  }

  .vn-expDetail-txt {
    width: 50%;
    align-self: center;
    padding: 2.5% 0;
  }

  .vn-expDetail-txt p {
    padding: 0 1.5rem 0 3rem;
  }

  .vn-expDetail-pic {
    width: 50%;
  }

  .vn-expDetail-pic img {
    margin: 6rem 0;
    padding: 0 3rem 0 1.5rem;
  }
}

@media (max-width: 1400px) {
  .vn-expMain-picture img {
    width: 80%;
    transform: translate(12.5%, 0%);
  }

  .vn-expMain-tag {
    margin-bottom: 0;
  }

  .vn-expMain-title {
    font-size: 28px;
    margin: 1rem 0;
    padding-right: 0;
  }

  .vn-expMain-titleLine {
    margin: 2rem 0;
  }

  .vn-expMain-txt {
    font-size: 18px;
    margin: 0;
  }

  .vn-expDetail-txt p {
    font-size: 18px;
  }
} 

@media (max-width: 991px) {
  .vn-expLeaf img {
    width: 55%;
  }

  .vn-expMain-pic {
    width: 100%;
    order: 2;
  }

  .vn-expMain-picture img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 7.5%);
  }

  .vn-expMain-content {
    width: 100%;
    padding: 12.5% 3% 0%;
    order: 1;
  }

  .vn-expDetail-leaf img {
    width: 62.5%;
  }

  .vn-expDetail-content {
    padding: 15% 3% 0%;
  }

  .vn-expDetail-txt {
    width: 100%;
  }

  .vn-expDetail-pic {
    width: 100%;
  }

  .vn-expDetail-txt p {
    margin-bottom: 0;
    padding: 0;
  }

  .vn-expDetail-pic img {
    margin: 2rem 0 4.5rem;
    padding: 0;
  }
}

/* section 3 ============================================================================================================================================================== */
.vn-feature {
  background-image: url(../styles/images/vn/vn-feature-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

.vn-featureContent-pc {
  display: none;
}

.vn-featureContent-mb {
  display: none;
}

.vn-featureItem {
  width: 220px;
  border: rgba(255, 255, 255, 0.25) solid 1px;
  text-align: center;
  margin: 2.5rem auto;
  padding: 3rem 0;
  position: relative;
  transform: translateX(0px);
}

.vn-featureIntroduce {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 16px;
}

.vn-featureItem span:first-child:before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: #c9bc9c solid 1px;
  border-left: #c9bc9c solid 1px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

.vn-featureItem span:first-child:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: #c9bc9c solid 1px;
  border-right: #c9bc9c solid 1px;
  position: absolute;
  top: 0;
  right: 0;
}

.vn-featureItem span:last-child:before {
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: #c9bc9c solid 1px;
  border-left: #c9bc9c solid 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.vn-featureItem span:last-child:after {
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: #c9bc9c solid 1px;
  border-right: #c9bc9c solid 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.vn-featureItem img {
  margin-bottom: 15px;
}



.vn-feature-title-pc {
  font-size: 44px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  padding: 9rem 1.5rem 0;
  transform: translateY(27.5%);
}

.vn-feature-title-mb {
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  display: none;
  text-align: center;
  margin: 0;
  padding: 5rem 1.5rem 0;
  transform: translateY(27.5%);
}

@media (min-width: 1400px) {  
  .vn-featureContent-pc {
    width: 1235px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: auto;
    padding: 1.5rem 0 7.5rem;
  }
}

@media (max-width: 1400px) {
  .vn-feature-title-pc {
    display: none;
  }
  
  .vn-feature-title-mb {
    display: block;
  }

  .vn-featureContent-mb {
    display: block;
    padding: 1rem 0 3rem;
  }

  .vn-feature-swiper {
    padding: 0 0 1.5rem;
  }
  
  .vn-feature-swiper .swiper-button-next {
    width: 54px;
    background: url(../styles/images/index/arrow_next_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 97.5%;
    right: 35%;
    transition: all 0.3s ease;
  }
  
  .vn-feature-swiper .swiper-button-prev {
    width: 54px;
    background: url(../styles/images/index/arrow_prev_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    top: 97.5%;
    left: 35%;
  }
  
  .vn-feature-swiper .swiper-pagination-fraction {
    /* font-family: "Lucida Sans Unicode", "Open Sans"; */
    color: #fff;
    padding-right: 0.5%;
    top: 94%;
    bottom: 0px;
    z-index: 0;
  }
  
  .vn-feature-swiper .swiper-button-next::after,
  .vn-feature-swiper .swiper-button-prev::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .vn-feature-swiper .swiper-button-next {
    right: 30%;
  }
  
  .vn-feature-swiper .swiper-button-prev {
    left: 30%;
  }
}

@media (max-width: 768px) {
  .vn-feature-swiper .swiper-button-next {
    right: 25%;
  }
  
  .vn-feature-swiper .swiper-button-prev {
    left: 25%;
  }
}

@media (max-width: 575px) {
  .vn-feature-swiper .swiper-button-next {
    right: 15%;
  }
  
  .vn-feature-swiper .swiper-button-prev {
    left: 15%;
  }
}

/* section 4 ============================================================================================================================================================== */
.vn-auto {
  background-image: url(../styles/images/vn/vn-auto-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}


.vn-auto-rightLeaf {
  position: relative;
  z-index: -1;
}

.vn-auto-rightLeaf img {
  width: 42.5%;
  position: absolute;
  top: 0;
  right: 0;
}


.vn-autoContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.vn-autoContent-pic {
  width: 40%;
  align-self: center;
  margin: 12rem 0 10rem;
  overflow: hidden;
}

.vn-autoContent-pic img {
  width: 86.05%;
  transform: scale(1);
  transition: all 1s ease-out;
}

.vn-autoContent-pic img:hover {
  transform: scale(1.025);
}

.vn-autoContent-text {
  width: 40%;
  margin: 5rem 0;
  padding: 0 5rem 0 3rem;
}


.vn-autoContent-title {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 500;
  margin-top: 1.25rem;
  position: relative;
}

.vn-autoContent-titleLine {
  width: 150px;
  height: 1px;
  margin: 2.5rem 0 3rem;
  background-color: #A2AEA6;
  transition: all 0.5s linear;
}

.vn-autoContent-text:hover .vn-autoContent-titleLine {
  width: 100%;
  background-color: #C9BC9C;
}

.vn-autoContent-txt {
  font-size: 20px;
  color: #CECECE;
  padding-right: 6.5%;
  margin-bottom: 0;
}

@media (max-width: 1700px) {
  .vn-autoContent-pic {
    width: 50%;
    text-align: center;
    padding: 0 3rem;
  }

  .vn-autoContent-text {
    width: 50%;
    padding: 0 3rem;
  }
}

@media (max-width: 1400px) {
  .vn-autoContent-title {
    font-size: 28px;
    margin: 1rem 0;
  }

  .vn-autoContent-titleLine {
    margin: 2rem 0;
  }

  .vn-autoContent-txt {
    font-size: 18px;
    margin: 0;
  }

  .vn-expDetail-txt p {
    font-size: 18px;
  }
} 

@media (max-width: 1200px) {
  .vn-auto-rightLeaf img {
    width: 60%;
  }

  .vn-autoContent {
    padding: 0 1.5rem;
  }

  .vn-autoContent-pic {
    width: 100%;
    margin: 5rem 0 0;
    padding: 0;
  }

  .vn-autoContent-pic img {
    width: 100%;
    position: relative;
    z-index: 2;
}

  .vn-autoContent-text {
    width: 100%;
    margin: 1.5rem 0 5rem;
    padding: 0;
  }
}

/* section 5 ============================================================================================================================================================== */
.vn-BLDC {
  /* position: relative; */
}


.vn-auto-leftLeaf {
  position: relative;
  z-index: -1;
}

.vn-auto-leftLeaf img {
  width: 18.5%;
  position: absolute;
  top: -7rem;
  left: -2rem;
}

.vn-BLDC-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.vn-BLDC-contentText {
  width: 40%;
  margin: 9.5rem 0 17.5rem;
}

.vn-BLDC-contentTitle {
  color: #000000;
  font-size: 44px;
  font-weight: 600;
  margin-top: 1.25rem;
  padding: 0 4rem 0 3.6rem;
}

.vn-BLDC-titleLine {
  width: 150px;
  height: 1px;
  background-color: #A2AEA6;
  margin: 2.5rem 3.75rem;
  padding: 0 6rem 0 3.6rem;
  transition: all 0.5s linear;
}

.vn-BLDC-contentText:hover .vn-BLDC-titleLine {
  width: 87.5%;
  background-color: #006835;
}

.vn-BLDC-contentTxt {
  color: #343434;
  font-size: 20px;
  padding: 0 6.5rem 0 3.6rem;
}

.vn-BLDC-contentPic {
  width: 39%;
  position: relative;
}

.vn-BLDC-contentPic img {
  width: 89.5%;
  display: block;
  margin-left: auto;
  transform: translate(0, -10%);
}

.vn-BLDC-contentPic img:nth-child(1) {
  display: block;
}

.vn-BLDC-contentPic img:nth-child(2) {
  display: none;
}

@media (max-width: 1700px) {
  .vn-BLDC-contentText {
    width: 50%;
    align-self: center;
    margin: 0;
    margin: 3.5rem auto;
    padding: 0 1.5rem 0 3rem;
  }

  .vn-BLDC-contentPic {
    width: 50%;
    align-self: center;
  }

  .vn-BLDC-contentPic img {
    margin: 6rem auto;
    padding: 0 3rem 0 1.5rem;
    transform: translate(0, 0);
  }
}

@media (max-width: 1400px) {
  .vn-auto-leftLeaf img {
    width: 30%;
  }

  .vn-BLDC-contentTitle {
    font-size: 28px;
    margin: 1rem 0;
  }

  .vn-BLDC-titleLine {
    margin: 2rem 3.75rem;
  }

  .vn-BLDC-contentText:hover .vn-BLDC-titleLine {
    width: 82.5%;
  }  

  .vn-BLDC-contentTxt {
    font-size: 18px;
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .vn-BLDC-contentText {
    padding: 0;
  }

  .vn-BLDC-contentPic img {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .vn-BLDC-content {
    padding: 0 1.5rem;
  }

  .vn-BLDC-contentText {
    width: 100%;
    margin-top: 5rem;
    padding: 0;
  }

  .vn-BLDC-contentTitle {
    padding: 0;
  }

  .vn-BLDC-titleLine {
    margin: 2rem 0;
  }

  .vn-BLDC-contentText:hover .vn-BLDC-titleLine {
    width: 100%;
  }

  .vn-BLDC-contentTxt {
    padding: 0;
  }

  .vn-BLDC-contentPic {
    width: 100%;
    margin: 0 0 5rem;
    padding: 0;
  }

  .vn-BLDC-contentPic img {
    width: 100%;
    margin: auto;
    padding: 0;
  }
}

@media (max-width: 499px) {
  .vn-BLDC-contentPic img:nth-child(1) {
    display: none;
  }
  
  .vn-BLDC-contentPic img:nth-child(2) {
    display: block;
  }
}

/* section 6 ============================================================================================================================================================== */
.vn-cold {
  background-image: url(../styles/images/vn/vn-cold-bg.png);
  background-repeat: no-repeat;
  /* background-attachment: cover;  */
  background-size: cover;
  background-position: top right;
  /* position: relative; */
  margin-top: 7.5%;
}

/* .vn-cold-rightLeaf {
  position: relative;
  z-index: 2;
}

.vn-cold-rightLeaf img {
  position: absolute;
  top: 0;
  right: 0%;
} */

.vn-coldPic {
  display: flex;
  justify-content: center;
  transform: translateY(-52.5%);
}

.vn-coldPic img {
  width: 79%;
}

.vn-coldContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -8.5%;
  padding-bottom: 6.5%;
}

.vn-coldContent-text {
  width: 39%;
  padding-left: 3.2%;
}

.vn-coldContent-title {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 500;
  margin-top: 1.25rem;
  padding-top: 1.5%;
}

.vn-coldContent-titleLine {
  width: 150px;
  height: 1px;
  margin: 2.5rem 0 3rem;
  background-color: #A2AEA6;
  transition: all 0.5s linear;
}

.vn-coldContent-text:hover .vn-coldContent-titleLine {
  width: 100%;
  background-color: #C9BC9C;
}

.vn-coldContent-introduce {
  width: 40%;
  display: flex;
}

.vn-coldContent-introduceBlock {
  border: 1px #FFFFFF solid;
  width: 290px;
  height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-self: center;
  margin-left: 7.1%;
  padding: 1.5rem 1.5rem 0.5rem;
}

.vn-coldContent-introduceBlock h4 {
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 0;
}

.vn-coldContent-introduceBlock p {
  color: #FFFFFF;
  font-size: 62.6px;
  margin: -15px;
}

.vn-coldContent-introduceBlock p span {
  color: #FFFFFF;
  font-size: 27px;
}

@media (max-width: 1400px) {
  .vn-coldContent-title {
    font-size: 28px;
    margin: 1rem 0;
  }

  .vn-coldContent-titleLine {
    margin: 2rem 0;
  }
}

@media (max-width: 1200px) {
  .vn-coldContent {
    width: fit-content;
    justify-content: start;
    display: block;
    margin: -8.5% auto 0;
  }

  .vn-coldContent-text {
    width: fit-content;
    padding: 0;
  }

  .vn-coldContent-introduce {
    /* width: 100%; */
    width: fit-content;
    justify-content: center;
    gap: 5%;
  }

  .vn-coldContent-introduceBlock {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .vn-coldPic {
    position: relative;
    z-index: 2;
    transform: translateY(-10%);
    overflow: hidden;
  }

  .vn-coldPic img {
    width: 200%;
    transform: translateX(8.25%);
  }

  .vn-coldContent {
    margin-top: 0%;
    padding: 3.5rem 2.5rem 5rem;
  }
}

@media (max-width: 768px) {
  .vn-coldContent-titleLine {
    /* margin: 3rem 0 1.25rem; */
    margin: 1.5rem 0 0.25rem;
    padding: 0 7rem;
  }

  .vn-coldContent-introduce {
    flex-wrap: wrap;
  }

  .vn-coldContent-introduceBlock {
    width: 67.5%;
    margin-top: 2.5rem;
  }

  .vn-coldContent-text {
    margin: auto;
  }
}

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

@media (max-width: 499px) {
  .vn-coldContent-introduceBlock {
    padding: 1.75rem 2.5rem 1rem;
  }
}

/* section 7 ============================================================================================================================================================== */
.vn-desc {
  background-image: url(../styles/images/vn/vn-describe-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
}

.vn-desc-leftLeaf {
  position: relative;
}

.vn-desc-leftLeaf img {
  width: 37.57%;
  position: absolute;
  top: 0;
  left: 0;
}

.vn-descContent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

.vn-descContent-carousel {
  width: 39%;
  margin: 12.5rem 0 15rem;
}

/* ============================== 輪播 ============================== */
.vn-descContent-carouselBlock {
  margin: auto;
  text-align: center;
  position: relative;
}

.vn-descContent-carouselImg {
  width: 100%;
}


.vn-descContent-carouselTxt {
  color: #CECECE;
  font-size: 44px;
  font-weight: 500;
  margin-top: -1.5rem;
  margin-bottom: 15%;
}

.vn-descContent-swiper .swiper-button-next {
  width: 54px;
  background: url(../styles/images/index/arrow_next_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 94.35%;
  right: 27.5%;
  transition: all 0.3s ease;
}

.vn-descContent-swiper .swiper-button-prev {
  width: 54px;
  background: url(../styles/images/index/arrow_prev_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  top: 94.3%;
  left: 27.75%;
}

.vn-descContent-swiper .swiper-pagination-fraction {
  /* font-family: "Lucida Sans Unicode", "Open Sans"; */
  color: #fff;
  text-align: center;
  top: 92.5%;
  z-index: 0;
}

.vn-descContent-swiper .swiper-button-next::after,
.vn-descContent-swiper .swiper-button-prev::after {
  display: none;
}
/* ============================== 輪播 ============================== */

.vn-descContent-text {
  width: 40%;
  margin: 7.5rem 0 15rem;
  padding: 0 2.2rem 0 3.5rem;
}

.vn-descContent-tag {
  color: #C9BC9C;
  font-size: 20px;
}

.vn-descContent-title {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1.25rem;
  padding-right: 5%;
}

.vn-descContent-titleLine {
  width: 150px;
  height: 1px;
  margin: 2rem 0;
  background-color: #A2AEA6;
  transition: all 0.5s linear;
}

.vn-descContent-text:hover .vn-descContent-titleLine {
  width: 100%;
  background-color: #C9BC9C;
}

.vn-descContent-txt {
  color: #CECECE;
  font-size: 20px;
  line-height: 1.4;
  padding-right: 10%;
  margin-bottom: 0;
}

@media (max-width: 1700px) {
  .vn-descContent-carousel {
    width: 50%;
    align-self: center;
    padding: 0 1.5rem 0 3rem;
  }

  .vn-descContent-swiper .swiper-button-next {
    top: 94.25%;
    right: 27.5%;
  }

  .vn-descContent-swiper .swiper-button-prev {
    top: 94.25%;
    left: 29%;
  }

  .vn-descContent-text {
      width: 50%;
      margin: 6rem 0 12.5rem;
      padding: 0 3rem 0 1.5rem;
  }
}

@media (max-width: 1400px) {
  .vn-descContent-carouselTxt {
    font-size: 28px;
    padding: 0 2.5rem;
  }

  .vn-descContent-swiper .swiper-button-next {
    top: 94.75%;
    right: 22.5%;
  }

  .vn-descContent-swiper .swiper-button-prev {
    top: 94.7%;
    left: 22.75%;
  }

  .vn-descContent-tag {
    margin-bottom: 0;
  }

  .vn-descContent-title {
    font-size: 28px;
    margin: 1rem 0;
  }

  .vn-descContent-titleLine {
    margin: 2rem 0;
  }

  .vvn-descContent-txt {
    font-size: 18px;
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .vn-descContent-carousel {
    width: 100%;
    margin: 2.5rem 0 0;
    padding: 0;
  }

  .vn-descContent-swiper .swiper-button-next {
    top: 93.75%;
    right: 32.5%;
  }

  .vn-descContent-swiper .swiper-button-prev {
    top: 93.65%;
    left: 34%;
  }

  .vn-descContent-text {
    width: 100%;
    margin: 1rem 0 12.5rem;
    padding: 0 1.5rem;
  }

  /* .vn-descContent-titleLine {
    margin: 3rem 0 1.5rem;
  } */

  .vn-descContent-txt {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .vn-descContent-swiper .swiper-button-next {
    top: 93.75%;
    right: 32.5%;
  }

  .vn-descContent-swiper .swiper-button-prev {
    top: 93.65%;
    left: 34%;
  }

  .vn-descContent-text {
    margin: 3rem 0 5rem;
  }
}

@media (max-width: 575px) {
  .vn-descContent-swiper .swiper-button-next {
    top: 95.15%;
    right: 12.5%;
  }

  .vn-descContent-swiper .swiper-button-prev {
    top: 95.15%;
    left: 12.5%;
  }
}

/* section 8 ============================================================================================================================================================== */
.vn-craft-space {
  width: 79%;
  margin: auto;
}

.vn-craft {
  transform: translateY(-22.5%);
}

.vn-craftContent {
  background-image: url(../styles/images/vn/vn-craft-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  padding: 5% 0 0;
}

.vn-craftText {
  width: 50.8%;
  padding: 4% 7.5% 4% 2.5%;
}

.vn-craftText-tag {
  color: #006835;
  font-size: 20px;
}

.vn-craftText-title {
  font-size: 44px;
  font-weight: 500;
  margin-top: 1.25rem;
}

.vn-craftText-titleLine {
  width: 150px;
  height: 1px;
  margin: 2.5rem 0 3rem;
  background-color: #A2AEA6;
  transition: all 0.5s linear;
}

.vn-craftText:hover .vn-craftText-titleLine {
  width: 100%;
  background-color: #006835;
}

.vn-craftText-txt {
  color: #343434;
  font-size: 20px;
  margin-bottom: 0;
}

.vn-craftPic {
  width: 45%;
  padding: 1.25% 2% 0 0.5%;
}

.vn-craftPic img {
  width: 100%;
  transform: scale(1);
  transition: all 1s ease-out;
}

.vn-craftPic img:hover {
  transform:scale(1.025);
}

.vn-craftPic p {
  font-size: 44px;
  text-align: center;
  margin-top: 2.5%; /* 可能吧 */
  margin-bottom: 0;
}

.vn-space {
  margin-top: -1%;
}

.vn-spaceText {
  display: flex;
  margin: auto;
}

.vn-spaceTitle {
  width: 35%;
  margin-left: 16.75%;
}

.vn-spaceText-titleLine {
  width: 150px;
  height: 1px;
  margin: 2.5rem 0 3rem;
  background-color: #A2AEA6;
  transition: all 0.5s linear;
}

.vn-spaceText:hover .vn-spaceText-titleLine {
  width: 90%;
  background-color: #006835;
}

.vn-spaceTxt {
  width: 52.5%;
  padding-right: 8%;
}

.vn-spaceTitle-title {
  color: #006835;
  font-size: 44px;
  font-weight: 600;
  margin-top: 1.25rem;
}

.vn-spaceTxt-txt {
  color: #343434;
  font-size: 20px;
  margin-bottom: 0;
  padding: 3% 12.5% 0 3%;
}

.vn-spacePic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5%;
  overflow: hidden;
}

.vn-spacePic img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 1s ease-out;
}

.vn-spacePic img:hover {
  transform: scale(1.05);
}

.vn-more {
  display: flex;
  justify-content: center;
  margin: 5% auto 7.5%;
  transition: all 0.35s ease;
}

.vn-more a {
  /* font-family: "Lucida Sans Unicode", "Open Sans"; */
  width: 200px;
  color: #000;
  border: #ccc solid 1px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  transition: all 0.35s ease;
}

.vn-more a:hover {
  color: #fff;
  background-color: #00A94F;
  border-color: #00A94F;
  transition: all 0.35s ease;
}

.vn-more a:hover span {
  color: #fff;
  transform: translateX(10px);
  transition: all 0.35s ease;
}

@media (max-width: 991px) {
  .vn-more a {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .vn-more {
    margin: 5rem auto;
  }

  .vn-more a {
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .vn-more a {
    color: #fff;
    background-color: #00A94F;
    border-color: #00A94F;
  }

  .vn-icon-arrow_upward {
    color: #fff !important;
  };
}


.vn-more a .vn-icon-arrow_upward {
  color: #000;
  display: inline-block;
  margin-left: 7.5%;
  padding-top: 2%;
  /* transform: rotate(90deg); */
  transition: all 0.35s ease;
}

.vn-icon-arrow_upward:before {
  /* content: "\e906E"; */
  content: "→";
}

@media (max-width: 1700px) {
  .vn-craft-space {
    width: 90%;
  }

  .vn-craftContent {
    justify-content: center;
    padding: 5% 0 5%;
  }

  .vn-spaceTopic {
    width: 1200px;
    margin: auto;
  }

  .vn-craftText {
    width: 50%;
    padding: 0 1.5rem;
    align-self: center;
  }

  .vn-spaceTitle {
    width: 50%;
    align-self: center;
    margin-left: 0;
    padding-left: 1.5rem;
  }

  .vn-craftText-titleLine {
    margin: 2.5rem 0 1.5rem;
  }

  .vn-spaceTxt {
    width: 50%;
    align-self: center;
    padding-right: 1.5rem;
  }

  .vn-spaceTxt-txt {
    padding: 0;
}

  .vn-craftPic {
    width: 50%;
    align-self: center;
    padding: 0 1.5rem;
  }

  .vn-spaceText-titleLine {
    margin: 2rem 0;
  }
}

@media (max-width: 1400px) {
  .vn-craft-space {
    width: 95%;
  }

  .vn-spaceTopic {
    width: 100%;
    margin: auto;
  }

  .vn-craftText-tag {
    margin-bottom: 0;
  }

  .vn-craftText-title {
    font-size: 28px;
    margin: 1rem 0;
  }

  .vn-craftText-titleLine {
    margin: 2rem 0;
  }

  .vn-craftText-txt {
    font-size: 18px;
    margin: 0;
  }

  .vn-spaceTitle-title{
    font-size: 28px;
    margin: 1rem 0;
  }

  .vn-spaceTxt-txt  {
    /* font-size: 18px; */
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .vn-craft-space {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .vn-craft {
    transform: translateY(0);
  }

  .vn-craftContent {
    padding: 12.5% 0 5%;
  }

  .vn-craftText {
    width: 100%;
    margin: 3rem 0 5rem;
    order: 2;
  }

  .vn-spaceText {
    flex-wrap: wrap;
    margin-top: 3.75rem;
    padding: 0 1.5rem;
  }

  .vn-spaceTitle {
    width: 100%;
    padding-left: 0;
  }

  /* .vn-craftText-titleLine {
    margin: 3rem 0 1.5rem;
  } */

  .vn-spaceTxt {
    width: 100%;
    padding-right: 0;
  }
  

  .vn-craftText-txt {
    padding-right: 0;
  }

  .vn-craftPic {
    width: 100%;
    margin-bottom: 1.5rem;
    order: 1;
  }

  .vn-craftPic p {
    font-size: 24px;
    margin-top: 0;
  }

  .vn-spacePic {
    margin-top: 12.5%;
  }
}

.vn-spacePic-mb {
  display: none;
}

@media (max-width: 575px) {
  .vn-spacePic {
    /* display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 1.5rem; */
    display: none;
  }
  
  .vn-spacePic-mb {
    display: block;
  }

  /* .vn-spacePic-mb .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  } */
  /* .vn-spacePic img:nth-child(2), .vn-spacePic img:nth-child(3) {
    display: none;
  } */
}











/* section 9 ============================================================================================================================================================== */
.vn-env {
  background-image: url(../styles/images/vn/vn-environment-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.vn-envContent {
  width: 85%;
  display: flex;
  margin-left: auto;
}

.vn-envText {
  width: 40%;
  margin: 5% -1.75%;
}

.vn-envTitle {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 500;
  margin-top: 1.25rem;
  margin-right: 10%;
}

.vn-envTitleLine {
  width: 150px;
  height: 1px;
  margin: 2.5rem 0 3rem;
  background-color: #A2AEA6;
  transition: all 0.5s linear;
}

.vn-envText:hover .vn-envTitleLine {
  width: 100%;
  background-color: #C9BC9C;
}

.vn-envTxt {
  color: #CECECE;
  font-size: 20px;
  padding-right: 7.5%;
}

.vn-envTxt p {
  color: #CECECE;
  font-size: 20px;
}

.vn-envPic {
  display: none;
}

@media (max-width: 1700px) {
  .vn-envContent {
    width: 100%;
    margin-left: unset;
  }

  .vn-envText {
    width: 50%;
    margin: 0;
    padding: 3rem;
  }
}

@media (max-width: 1400px) {
  .vn-envTitle {
    font-size: 28px;
    margin: 1rem 0;
  }

  .vn-envTitleLine {
    margin: 2rem 0;
  }
  
  .vn-envTxt {
    font-size: 18px;
    margin: 0;
  }

  .vn-envTxt p {
    font-size: 18px;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .vn-env {
    background-image: url(../styles/images/vn/vn-environment-bg-mb.png);
    background-position: left;
  }

  .vn-envContent {
    display: block;
  }

  .vn-envText {
    width: 100%;
    padding: 5rem 1.5rem;
  }

  .vn-envPic {
    display: block;
    /* transform: translateX(-5rem); */
    overflow: hidden;
  }

  .vn-envPic img {
    width: 100%;
  }
}

/* section 10 ============================================================================================================================================================== */
.vn-envProduct {
  background-image: url(../styles/images/vn/vn-envProduct-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 3rem 0;
}

.vn-envProduct-text {
  width: 60%;
}

.vn-envProduct-title {
  width: 95%;
  margin: 10% auto 0;
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.5;
  /* margin-top: 10%; */
}

.vn-envProduct-titleLine {
  width: 150px;
  height: 1px;
  background-color: #A2AEA6;
  margin: 2.5rem auto;
  transition: all 0.5s linear;
}

.vn-envProduct-text:hover .vn-envProduct-titleLine {
  width: 100%;
  background-color: #C9BC9C;
}


.vn-envProduct-txt {
  width: 100%;
  margin: 2.5% auto 27.5%;
  color: #CECECE;
  font-size: 20px;
  line-height: 1.5;
  padding: 0 6.25%;
}


@media (max-width: 1400px) {
  .vn-envProduct-title {
    font-size: 28px;
    /* margin: 1rem 0; */
  }

  .vn-envProduct-titleLine {
    margin: 2rem auto;
  }

  .vn-envProduct-txt {
    font-size: 18px;
    /* margin: 0; */
  }
}

@media (max-width: 1200px) {
  .vn-envProduct-title {
    margin-top: 0;
  }

  .vn-envProduct-txt {
    margin-bottom: 0;
  }
}


@media (max-width: 991px) {
  .vn-envProduct {
    background-image: url(../styles/images/vn/vn-ccc.png);
    text-align: left;
  }

  .vn-envProduct-text {
    width: 100%;
    padding: 2rem 1.5rem;
  }

  .vn-envProduct-title {
    width: 100%;
    padding: 0 6.25%;
    /* margin: 7.5% auto 0; */
  }
  
  .vn-envProduct-titleLine {
    margin: 2rem 6.5%;
  }
  
  .vn-envProduct-text:hover .vn-envProduct-titleLine {
    width: 87.5%;
  }

  .vn-envProduct-txt {
    width: 100%;
    /* margin: 5% auto 7.5%; */
  }
}

@media (max-width: 499px) {
  .vn-envProduct-titleLine {
    width: 87.5%;
  }
}


/* section 11 ============================================================================================================================================================== */
.vn-recycle {
  width: 75%;
  margin: auto;
  transform: translateY(-40%);
}

.vn-recycle img:nth-child(1) {
  width: 100%;
  display: flex;
  margin: auto;
}

.vn-recycle img:nth-child(2) {
  display: none;
}

.vn-service {
  margin-top: -5%;
}

.vn-serviceContent {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

.vn-service-text {
  width: 45%;

}

.vn-service-tag {
  color: #006835;
  font-size: 20px;
  font-weight: 700;
}

.vn-service-title {
  font-size: 44px;
  font-weight: 600;
  margin-top: 1.25rem;
  transition: all 0.5s linear;
}

.vn-service-titleLine {
  width: 150px;
  height: 1px;
  margin: 1.25rem 0 1.75rem;
  background-color: #A2AEA6;
  transition: all 0.5s linear;
}

.vn-service-text:hover .vn-service-titleLine {
  width: 100%;
  background-color: #006835;
}

.vn-service-txt {
  color: #343434;
  font-size: 20px;
  margin-bottom: 0;
  padding-right: 6.75%;
}

.vn-servicePic {
  width: 52.5%;
  position: relative;
}

/* 絕對定位 因為圖的問題 */
.vn-servicePic img {
  position: absolute;
  top: 5%;
  left: -7%;
}

.vn-service-picBlock {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5rem auto;
}

.vn-service-picBlock img:nth-child(1) {
  width: 60%;
  transform: scale(1);
  transition: all 1s ease-out;
}

.vn-service-picBlock img:nth-child(1):hover {
  transform:scale(1.025);
}

.vn-service-picBlock img:nth-child(2) {
  width: 37.5%;
  transform: scale(1);
  transition: all 1s ease-out;
}

.vn-service-picBlock img:nth-child(2):hover {
  transform:scale(1.025);
}

@media (max-width: 1700px) {
  .vn-service-text {
    width: 50%;
  }

  .vn-servicePic {
    width: 50%;
    align-self: center;
  }

  .vn-servicePic img {
    position: unset;
    width: 100%;
  }
}

@media (max-width: 1400px)  {
  .vn-recycle {
    width: 100%;
  }

  .vn-service-text {
    width: 100%;
  }
  
  .vn-service-tag {
    margin-bottom: 0;
  }

  .vn-service-title {
    font-size: 36px;
    margin: 1rem 0;
  }

  .vn-service-titleLine {
    margin: 2rem 0;
  }
  
  .vn-service-txt {
    font-size: 18px;
    margin: 0;
  }

  .vn-servicePic {
    width: 100%;
  }
}

@media (max-width: 1200px)  {
  .vn-recycle {
    transform: translateY(0);
  }

  .vn-service {
    margin-top: 10%;
  }
}

@media (max-width: 991px) {
  .vn-serviceContent {
    width: 100%;
    padding: 0 1.5rem;
  }

  .vn-service-title {
    font-size: 30px;
  }

  .vn-service-txt {}

  .vn-servicePic {
    margin-top: 15%;
  }

  .vn-service-picBlock {
    width: 100%;
    margin: 2.5rem auto 5rem;
    padding: 0 1.5rem;
  }

  .vn-service-picBlock img:nth-child(1) {
    width: 100%;
  }
  
  .vn-service-picBlock img:nth-child(2) {
    width: 100%;
    margin-top: 10%;
  }
}

@media (max-width: 768px) {
  .vn-recycle img:nth-child(1) {
    display: none;
  }
  
  .vn-recycle img:nth-child(2) {
    width: 100%;
    display: flex;
    margin: auto;
  }
}

/* section 12 ============================================================================================================================================================== */
.vn-cert {
  background-image: url(../styles/images/vn/vn-certification-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  position: relative;
}

.vn-certContent {
  width: 79%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 5% 0 5% 3%;
}

.vn-certText {
  width: 45%;
  align-self: center;
}

.vn-certTitle {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.vn-certTitleLine {
  width: 150px;
  height: 1px;
  margin: 1.25rem 0 1.75rem;
  background-color: #A2AEA6;
  transition: all 0.5s linear;
}

.vn-certText:hover .vn-certTitleLine {
  width: 100%;
  background-color: #C9BC9C;
}

.vn-certTxt {
  color: #CECECE;
  font-size: 20px;
  line-height: 1.5;
}

.vn-certIcon {
  display: flex;
  flex-wrap: wrap;
  margin: 5% 0 0;
  gap: 5%;
}

.vn-certPic {
  width: 52.5%;
}

.vn-certPic img {
  float: right;
}


@media (max-width: 1700px) {
  .vn-certContent {
    width: 90%;
    padding: 5% 0;
  }

  .vn-certText {
    width: 50%;
    padding: 0 1.5rem 0 3rem;
  }

  .vn-certPic {
    width: 50%;
    align-self: center;
    padding: 0 3rem 0 1.5rem;
  }

  .vn-certPic img {
    width: 100%;
    float: none;
  }
}

@media (max-width: 1400px) {
  /* .vn-certContent {
    width: 95%;
  }

  .vn-certText {
    padding: 0;
  }
 
  .vn-certPic {
    padding: 0;
  } */
}



@media (max-width: 1400px) {
  .vn-certTitle {
    font-size: 28px;
    margin: 1rem 0;
  }

  .vn-certTitleLine {
    margin: 2rem 0;
  }

  .vn-certTxt {
    font-size: 18px;
  }
} 





@media (max-width: 1200px) {
  .vn-certContent {
    width: 100%;
    padding: 5rem 1.5rem;
    gap: 2%;
  }

  .vn-certText {
    padding: 0;
  }
 
  .vn-certPic {
    padding: 0;
  }

  /* .vn-certText {
    width: 100%;
  }

  .vn-certPic {
    width: 100%;
  } */


}

@media (max-width: 991px) {
  .vn-certContent {
    flex-wrap: wrap;
    gap: 0;
  }
  
  .vn-certText {
    width: 100%;
  }

  /* .vn-certTitleLine {
    margin: 3rem 0 1.5rem;
  } */

  .vn-certIcon {
    justify-content: center;
    margin: 10% 0 0;
  }

  .vn-certPic {
    width: 100%;
    margin-top: 10%;
  }
}

@media (max-width: 499px) {
  .vn-certIcon {
    gap: 3%;
  }

  .vn-certIcon img {
    width: 30%;
  }
}

/* section 13 ============================================================================================================================================================== */
.vn-contact {
  width: 75%;
  background-color: #ffffff;
  display: flex;
  margin: 0 auto 0 10.5%;
  position: relative;
  z-index: 2;
  transform: translateY(22.5%);
  transition-property: transform;
}

.vn-contactPic {
  width: 100%;
}

.vn-contactPic img {
  width: 100%;
}

.vn-contactText {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.vn-contactText img {
  width: 120px;
  height: 120px;
}

/* 左上 */
.vn-contact-topBorder:before {
  content: "";
  width: 55px;
  height: 30px;
  border-top: #c9bc9c solid 2px;
  border-left: #c9bc9c solid 2px;
  position: absolute;
  top: 5%;
  left: 2%;
  transition: all 0.35s ease;
}

.vn-contact:hover .vn-contact-topBorder:before {
  top: 7%;
  left: 4%;
  transition: all 0.35s ease;
}

/* 右上 */
.vn-contact-topBorder:after {
  content: "";
  width: 55px;
  height: 30px;
  border-top: #c9bc9c solid 2px;
  border-right: #c9bc9c solid 2px;
  position: absolute;
  top: 5%;
  right: 2%;
  transition: all 0.35s ease;
}

.vn-contact:hover .vn-contact-topBorder:after {
  top: 7%;
  right: 4%;
  transition: all 0.35s ease;
}

.vn-contactText ul {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  margin-left: 5%;
  margin-bottom: 0;
} 

.vn-contactText ul li {
  list-style:none;
} 

/* 左下 */
.vn-contact-bottomBorder:before {
  content: "";
  width: 55px;
  height: 30px;
  border-bottom: #c9bc9c solid 2px;
  border-left: #c9bc9c solid 2px;
  position: absolute;
  bottom: 5%;
  left: 2%;
  transition: all 0.35s ease;
}

.vn-contact:hover .vn-contact-bottomBorder:before {
  bottom: 7%;
  left: 4%;
  transition: all 0.35s ease;
}

/* 右下 */
.vn-contact-bottomBorder:after {
  content: "";
  width: 55px;
  height: 30px;
  border-bottom: #c9bc9c solid 2px;
  border-right: #c9bc9c solid 2px;
  position: absolute;
  bottom: 5%;
  right: 2%;
  transition: all 0.35s ease;
}

.vn-contact:hover .vn-contact-bottomBorder:after {
  bottom: 7%;
  right: 4%;
  transition: all 0.35s ease;
}

@media (max-width: 1700px) {
  .vn-contact {
    margin: 0 auto;
    width: 90%;
  }
}

@media (max-width: 1400px) {
  .vn-contact {
    width: 95%;
  }

  .vn-contactText {
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .vn-contact {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto 2.5rem;
    transform: translateY(0);
  }

  .vn-contactText {
    margin-bottom: -2.5rem;
    padding: 5rem 0;
  }

  .vn-contactText ul {
    padding-right: 0;
  }


  .vn-contact-topBorder:before {
    top: 5%;
    left: 2%;
  }

  .vn-contact:hover .vn-contact-topBorder:before {
    top: 6%;
    left: 3%;
  }

  .vn-contact-topBorder:after {
    top: 5%;
    right: 2%;
  }

  .vn-contact:hover .vn-contact-topBorder:after {
    top: 6%;
    right: 3%;
  }

  .vn-contact-bottomBorder:before {
    bottom: 5%;
    left: 2%;
  }

  .vn-contact:hover .vn-contact-bottomBorder:before {
    bottom: 6%;
    left: 3%;
    transition: all 0.35s ease;
  }

  .vn-contact-bottomBorder:after {
    bottom: 5%;
    right: 2%;
  }

  .vn-contact:hover .vn-contact-bottomBorder:after {
    bottom: 6%;
    right: 3%;
  }

}

@media (max-width: 575px) {
  .vn-contactText {
    display: block;
    text-align: center;
    /* margin-bottom: -7.5%; */
    margin-top: -4.75%;
    margin-bottom: -13%;
  }

  .vn-contactText ul {
    margin-top: 5%;
    padding-left: 0;
  }
}

/* section 14 ============================================================================================================================================================== */
.vn-quote {
  background: url(../styles/images/contact/formbg.webp);
  padding-top: 10%;
  padding-bottom: 5.5rem;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}

.vn-quoteLeaf {
  top: 0;
  position: absolute;
}

.vn-quoteTitle {
  color: #fff;
  font-size: 48px;
  text-align: center;
  margin-bottom: 5%;
  position: relative;
}

.vn-quoteForm {
  background-color: #fff;
  font-weight: 600;
  padding: 75px 92px 15px;
  position: relative;
}

.vn-quoteRemind {
  width: 1100px;
  max-width: 1100px;
  color: #fff;
  background-color: #00A94F;
  font-weight: 500;
  text-align: center;
  padding: 23px 0;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
}

.vn-quoteForm-content {
  margin-bottom: 19px;
}

.vn-quoteBorder {
  border: #c9bc9c solid 1px;
}

.vn-quoteBorder > div:first-child {
  width: 158px;
  color: #2c2c2c;
  margin-left: 23px;
  position: relative;
}

.vn-quoteBorder > div:first-child:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #d8d9d9;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  transform: translateY(-50%);
}

.vn-quoteBorder > div:first-child label {
  margin-bottom: 0;
}

.vn-quoteBorder > div:first-child label span {
  color: #f5821f;
  margin-left: 5px;
}

.vn-quoteBorder > div:last-child {
  padding-left: 30px;
}

.vn-quote-inlineRadio {
  padding-left: 6px;
  line-height: 1.5;
  margin: 1rem 0;
}

.vn-quoteTextarea:before {
  top: 25px !important;
}

.vn-quoteCertified {
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  cursor: pointer;
}

.vn-quoteBtn {
  width: 200px;
  color: #fff;
  background-color: #00A94F;
  border-radius: 0;
  display: block;
  margin: 51px auto 27.5px;
  padding: 12px 0;
  transition: all 0.35s ease;
}

.vn-quoteBtn:hover {
  color: #FFFFFF !important; /* 不讓hover改顏色 */
}

.vn-quoteBtn span {
  display: inline-block;
  margin-left: 18px;
  transform: rotate(90deg);
  transition: all 0.35s ease;
}

.vn-quoteBtn:hover span {
  display: inline-block;
  transform: rotate(90deg) translateY(-10px);
  transition: all 0.35s ease;
}

.vn-quote-checkStyle {
  padding-left: 0;
}

.vn-quoteForm input[type=checkbox] {
  display: none;
}

.vn-quoteForm input[type=checkbox] + label {
  background: url("../styles/images/contact/point_1.webp") no-repeat bottom left;
  line-height: 1.35;
  display: inline-block;
  padding-left: 34px;
}

.vn-quoteForm input[type=checkbox]:checked + label {
  background: url("../styles/images/contact/point_2.webp") no-repeat bottom left;
  display: inline-block;
}

.vn-quote-checkInput {
  width: 20px;
  height: 20px;
  border: 1px solid #C9BC9C;
  vertical-align: middle;
  float: unset;
  margin-top: 0;
  margin-right: 11px;
  margin-left: 0;
}

.vn-quote-checkInput:checked {
  background-color: #00A94F;
  border-color: #00A94F;
}

.vn-quote-checkInput:focus {
  box-shadow: none;
}

.vn-quote-checkLabel {
  vertical-align: middle;
}

.vn-quote-checkInput,
.vn-quote-checkLabel {
  cursor: pointer;
}

.vn-quoteSelect {
  /* 改變右邊箭頭樣式 */
  /* background: url("../styles/images/contact/space.svg") no-repeat right center transparent; */
  background: url("../styles/images/contact/space.svg") no-repeat right center transparent;
  background-position-x: 85%;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  position: relative;
}

.vn-quoteSelect:focus {
  box-shadow: none;
}

.vn-quoteSelect:before {
  content: url("../styles/images/contact/g-arrow.webp");
  position: absolute;
  /* top: -2px; */
  top: 0px;
  right: 15px;
  transform: rotate(0);
  transform-origin: center;
  transition: all 0.35s ease;
}

@media (max-width: 1400px) {
  .vn-quoteSelect:before {
    top: 5px;
  }
}

@media (max-width: 499px) {
  .vn-quoteSelect:before {
    right: 7.5px;
  }
}

.vn-quoteSelect span {
  font-weight: 600;
}

.vn-quoteInput {
  font-weight: 600;
  border: none;
  padding: 17px 0;
}

.vn-quoteInput:focus {
  box-shadow: none;
}

.vn-quote-checkInline {
  font-weight: 600;
  display: inline-block;
  margin-right: 1rem;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  padding-left: 0 !important;
}

.vn-quote-checkInline:not(:last-child) {
  /* margin-right: 0; */
}

.vn-quote-checkInput {
  margin-top: 0;
}

.nice-select:after {
  display: none; 
}

.nice-select.wide .list {
  /* font-family: "Josefin Sans", "Noto Sans TC", sans-serif; */
  border-radius: 0;
  margin-right: -1px;
  left: -212px !important;
}

.nice-select.wide .list li:hover {
  background-color: #00A94F;
  color: #fff;
}

.vn-quote .vn-quoteForm .vn-quoteSelect.open:before {
  transform: rotate(180deg);
  top: 5px;
  transition: all 0.35s ease;
}


#vn-formMain {
  height: 150px;
  border: none;
  padding-top: 15px;
}

#vn-formMain:focus {
  box-shadow: none;
}

#vn-quote-elseInput {
  width: 110px;
  height: 24px;
  border: none;
  border-bottom: #c9bc9c solid 1px;
  float: none;
  margin-left: 0;
}

#vn-quote-elseInput:focus {
  box-shadow: none;
}

#vn-quote-elseInput:active {
  background-color: transparent;
}

@media (max-width: 1400px) {
  /* .vn-quote-inlineRadio {
    padding: 20px;
  } */

  .vn-quote-checkInline {
    padding-left: 10px;
  }

  .vn-quoteSelect {
    line-height: 30px;
  }
}

@media (max-width: 1200px) {
  .vn-quoteRemind {
    max-width: 900px;
  }

  .vn-quote-inlineRadio {
    padding: 5px;
  }

  .vn-quote-checkInline {
    padding-left: 10px;
  }

  .vn-quote-checkInline label {
    margin-bottom: -3px;
  }

  .vn-quoteBorder > div:last-child {
    padding-left: 15px;
  }

  .vn-quoteSelect {
    line-height: 30px;
  }

  .nice-select.wide .list {
    left: -197px !important;
  }
}

@media (max-width: 991px) {
  .vn-quote {
    height: auto;
  }

  .vn-quoteTitle {
    margin-bottom: 10%;
  }

  .vn-quoteRemind {
    max-width: 650px;
  }

  .vn-quote-inlineRadio {
    padding: 10px;
  }

  .vn-quoteBorder > div:last-child {
    padding-left: 10px;
  }

  .vn-quote-checkInline {
    padding-left: 0 !important;
  }

  .nice-select.wide .list {
    left: -192px !important;
  }
}

@media (max-width: 768px) {
  .vn-quote {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vn-quoteForm {
    padding: 75px 50px 15px;
  }

  .vn-quoteRemind {
    max-width: 90%;
    padding: 15px 25px;
  }

  .vn-quote-inlineRadio {
    padding: 10px;
  }

  .vn-quote-checkInline {
    padding-left: 10px;
  }

  .vn-quote-checkInline label {
    margin-bottom: 5px;
  }

  .vn-quoteBorder > div:last-child {
    padding-left: 10px;
    line-height: 2;
  }

  .vn-quoteSelect {
    line-height: 30px;
    padding-left: 10px;
  }

  .vn-quote-checkInline {
    padding-left: 10px !important;
    /* margin-right: 19px; */
  }

  .nice-select.wide .list {
    left: -192px !important;
  }
}

@media (max-width: 575px) {
  .vn-quote {
    padding: 75px 0;
  }

  .vn-quoteTitle {
    font-size: 26px;
  }

  .vn-quoteForm {
    padding: 105px 20px 15px;
  }

  .vn-quoteCertified img {
    width: 80px;
    height: auto;
  }

  .vn-quoteBorder > div:first-child {
    width: 110px;
    min-width: inherit !important;
    font-size: 14px;
    margin-left: 10px;
  }

  .vn-quoteBorder > div:first-child label {
    padding-right: 5px;
  }

  .vn-quoteBorder > div:last-child {
    padding-left: 10px;
  }

  .vn-quote-checkInline {
    /* margin-right: 20px; */
  }

  .nice-select.wide .list {
    border-radius: 0;
    margin-right: -1px;
    left: -131px !important;
  }
}

@media (max-width: 499px) {
  .vn-quoteTitle {
    margin-bottom: 15%;
  }
}

@media (max-width: 350px) {
  .vn-quoteBorder > div:first-child {
    width: 90px !important;
    min-width: 90px !important;
  }

  .vn-quoteBorder > div:first-child label {
    padding-right: 7px;
  }
}

/* 蓋掉bs裡面的 */

/* .vn-quote-checkInline {
  display: inline-block;
  margin-right: 1rem;
} */

/* .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
} */

/* 先不管 */
/* @media screen and (min-width: 1180px) {
  .vn-contact:hover .vn-contact-topBorder:before {
    transition: all 0.35s ease;
    left: 52%;
    top: 7%;
  }
  .vn-contact:hover .vn-contact-topBorder:after {
    right: 4%;
    top: 7%;
    transition: all 0.35s ease;
  }
  .vn-contact:hover .vn-contact-bottomBorder:before {
    left: 52%;
    bottom: 7%;
    transition: all 0.35s ease;
  }
  .vn-contact:hover .vn-contact-bottomBorder:after {
    right: 4%;
    bottom: 7%;
    transition: all 0.35s ease;
  }
} */

/* @media (max-width: 767.98px) {
  .vn-contact-topBorder:before {
    width: 30px;
    height: 20px;
    left: 9px;
    top: 11px;
  }
} */

/* @media (max-width: 767.98px) {
  .vn-contact-topBorder:after {
    width: 25px;
    height: 21px;
    right: 9px;
    top: 11px;
  }
} */

/* @media (max-width: 767.98px) {
  .vn-contact-bottomBorder:before {
    width: 30px;
    height: 23px;
    left: 9px;
    bottom: 11px;
  }
} */

/* @media (max-width: 767.98px) {
  .vn-contact-bottomBorder:after {
    width: 25px;
    height: 23px;
    right: 9px;
    bottom: 11px;
  }
} */


.vn-footer {
  height: fit-content;
  background: url(../styles/images/index/footer_bg.webp);
  background-repeat: repeat;
  padding: 5rem 0;
}
@media (max-width: 1199.98px) {
  .vn-footer {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .vn-footer .maxW-1500 .container .vn-containerBlock > div:first-child {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .vn-footer .maxW-1500 .container .vn-containerBlock > div:first-child {
    order: 2;
  }
}
/* @media (min-width: 768px) and (max-width: 991.98px) {
  .vn-footer .maxW-1500 .container .vn-containerBlock > div:nth-child(2) {
    order: 3;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .vn-footer .maxW-1500 .container .vn-containerBlock > div:nth-child(2) {
    display: none;
  }
} */
@media (min-width: 768px) and (max-width: 991.98px) {
  .vn-footer .maxW-1500 .container .vn-containerBlock > div:nth-child(3) {
    order: 2;
    margin-left: 55px;
  }
}
@media (max-width: 767.98px) {
  .vn-footer .maxW-1500 .container .vn-containerBlock > div:nth-child(3) {
    order: 1;
  }
}



.vn-footer .vn-contactInfo .fLogo {
  color: #fff;
}
.vn-footer .vn-contactInfo .fLogo .cp {
  font-size: 20px;
}
.vn-footer .vn-contactInfo .fLogo img {
  margin-bottom: 39px;
}
/* @media (max-width: 767.98px) {
  .vn-footer .vn-contactInfo .fLogo img {
    margin: 0 auto 20px;
    width: 190px;
    display: block;
  }
} */
.vn-footer .vn-contactInfo .fLogo p {
  margin-bottom: 18px;
}
.vn-footer .vn-contactInfo .fLogo p:nth-child(1) {
  margin-bottom: 16px;
}
.vn-footer .vn-contactInfo .fLogo p:nth-child(2) {
  margin-bottom: 14px;
  font-weight: 500;
  padding-right: 5%;
}
.vn-footer .vn-contactInfo .fLogo p:nth-child(3) {
  font-weight: 300;
  margin-bottom: 11px;
}
/* .vn-footer .vn-contactInfo .fLogo p:nth-child(5) {
  font-weight: 300;
}
.vn-footer .vn-contactInfo .fLogo p:nth-child(5) span {
  font-size: 18px;
} */
.vn-footer .vn-contactInfo .fLogo p span {
  margin-right: 20px;
}
.vn-footer .vn-contactInfo .fLogo p a {
  text-decoration: none;
  color: #fff;
  transition: all 0.35s ease;
}
.vn-footer .vn-contactInfo .fLogo p a:hover {
  color: #00A94F;
  transition: all 0.35s ease;
}

.vn-info {
  width: 72.5%;
}

.vn-contactInfo {
  display: flex;
  justify-content: space-between;
}

.vn-footer .container {
  display: flex;
  justify-content: space-between;
}

.vn-link {
  width: 22.5%;
  margin: auto;
}

.vn-linkBlock {
  justify-content: end;
  gap: 5%;
}

.vn-linkBlock a {
  border: 1px #ffffff solid;
  padding: 0.75rem;
  transition: all 0.3s linear;
}

.vn-linkBlock a:hover {
  /* -webkit-box-shadow: 0 0 15px #FFFFFF;
	-moz-box-shadow: 0 0 15px #FFFFFF;
	box-shadow: 0 0 15px #FFFFFF; */
  transform: scale(1.1);
}

.vn-linkBlock svg {
  width: 25px;
  height: 20px;
}

.vn-footLogo {
  width: 35%;
}

.vn-footAddress {
  width: 55%;
}

.vn-linkTxt {
  width: 80%;
  color: #9B9B9B;
  text-align: right;
  margin: 1.5rem 5% 0 auto;
}

@media (max-width: 1700px) {
  .vn-info {
    width: 67.5%;
  }

  .vn-linkTxt {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .vn-footer {
    padding: 5rem 2.5rem;
  }

  .vn-contactInfo {
    display: block;
  }

  .vn-footLogo {
    width: 100%;
  }
  
  .vn-footAddress {
    width: 100%;
    margin-top: 3rem;
  }

  .vn-link {
    width: 27.5%;
    margin: auto 0 auto auto;
  }
}

@media (max-width: 991px) {
  .vn-footer {
    padding: 2rem 0 2.5rem;
  }

  .vn-footer .container {
    display: block;
  }

  .vn-footLogo {
    width: 44%;
    min-width: 316.8px;
    margin: auto;
  }
  
  .vn-footAddress {
    width: 44%;
    min-width: 316.8px;
    margin: 3rem auto 0;
  }

  .vn-link {
    width: 55%;
    margin: 2.5rem auto 0;
  }

  .vn-linkBlock {
    justify-content: center;
  }

  .vn-linkTxt {
    width: 260px;
    text-align: left;
    margin: 1.5rem 0 0 2rem;
  }
}

@media (max-width: 768px) {
  .vn-link {
    width: 80%;
    margin: 3rem auto 0;
  }

  .vn-linkTxt {
    margin: 1.5rem 0 0 2.75rem;
  }
}

@media (max-width: 575px) {
  /* .vn-link {
    width: 320px;
    margin: 3rem auto 0;
  }

  .vn-linkTxt {
    margin: 2rem auto 0;
  } */
}

.vn-footer .vn-contactInfo .vn-footAddress {
  margin-right: 5%;
}

.sliderBox .vn-infoTitle {
  width: 900px;
}

#vn-header .maxW-1690 .container .row .get span {
  padding-top: 4%;
}

/* #vn-header .maxW-1690 .container .row nav#mobMenuBox .rePrice a span {
  padding-top: 4%;
} */

.vn-pc-headerList {
  display: block;
  padding-top: 5%;
}

@media (max-width: 1400px) {
  #vn-header .maxW-1690 .container .row #nav ul li a {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .vn-footer .vn-contactInfo .vn-footAddress {
    margin-right: 0;
    margin: 3rem auto 0;
  }

  .sliderBox .vn-infoTitle {
    width: 80%;
  }
}




.vn-spacePic-popup1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  overflow-y: auto;
  transform: scale(0);
}

.vn-spacePic-popupbg {
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: .6;
}

.vn-spacePic-popup1.popupActive {
  transform: scale(1);
  animation: popup .75s;
}

.vn-spacePic-popup2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  overflow-y: auto;
  transform: scale(0);
}

.vn-spacePic-popup2.popupActive {
  transform: scale(1);
  animation: popup .75s;
}


.vn-spacePic-popup3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  overflow-y: auto;
  transform: scale(0);
}

.vn-spacePic-popup3.popupActive {
  transform: scale(1);
  animation: popup .75s;
}

.vn-spacePic-popupBlock {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-75%, -55%);
}

/* @media (max-width: 1400px) {
  .vn-spacePic-popupBlock {
    transform: translate(-75%, -115%);
  }
}

@media (max-width: 768px) {
  .vn-spacePic-popupBlock {
    transform: translate(-75%, -120%);
  }
} */

@media (max-width: 575px) {
  .vn-spacePic-popupBlock {
    width: 61%;
    transform: translate(-76%, -55%);
  }
}

.vn-spacePic-popupBlock img {
  width: 150%;
  max-width: 750px;
  border: 5px #000 solid;
}

.btn-close {
  position: absolute;
  top: 4%;
  right: -43%;
  cursor: pointer;
  opacity: 1;
}

/* @keyframes popup {
  0% {transform: scale(0);}
  20% {transform: scale(1.05);}
  50% {transform: scale(0.95);}
  80% {transform: scale(1.025);}
  100% {transform: scale(1);}
} */

@keyframes popup {
  0% {transform: scale(0);}
  100% {transform: scale(1);}
}

.vn-ham {
  justify-content: end;
}

@media (max-width: 768px) {
  .vn-ham {
    justify-content: start;
  }
}


@media (max-width: 768px) {
  .vn-gender .vn-quote-checkInline label {
    margin-bottom: -2.5px;
  }
}

@media (max-width: 499px) {
  .vn-gender {
    display: flex;
  }
  
  .vn-gender .vn-quote-checkInline:not(:last-child) {
    margin-right: 1rem;
  }
  
  .vn-gender .vn-quote-checkInline .vn-quote-checkInput {
    margin-right: 0;
  }

  
  .vn-quoteForm-content {
    font-size: 13px;
  }

  .vn-quoteSelect span {
    font-size: 13px;
    font-weight: 500;
  }


  .vn-quote-checkInline {
    padding-left: 0 !important;
  }

  .vn-quoteSelect:not(:first-child) {
    padding-left: 0;
  }

  .vn-quote-inlineRadio {
    padding: 10px 0 10px 10px;
  }

  .vn-quote-checkInline {
    /* font-size: 12px; */
    margin-right: 0;
  }

  .vn-quote-checkInline:not(:last-child) {
    margin-right: 0;
  }

  .vn-quoteForm input[type=checkbox] + label {
    margin-top: 7.5px;
    padding-left: 26px;
  }
}

.vn-quotetel {
  line-height: 3;
}

/* .aaa {
  width: 100vw;
  background: #fff;
  height: 100vh;
  position: fixed;
  left: 0;
  z-index: 5000;
  overflow-y: auto;
} */

@media (max-width: 499px) {
  .vn-contactText {
    margin-top: -4.25%;
    margin-bottom: -12.25%;
  }
}

@media (max-width: 420px) {
  .vn-contactText {
    margin-top: -5%;
    margin-bottom: -14.5%;
  }

}

@media (max-width: 499px) {
  .vn-qqq {
    display: block !important;
  }

  .vn-quote-checkInline {
    display: block;
  }

  .vn-quote-inlineRadio {
    padding: 0 0 10px 10px;
  }

  .vn-quoteForm input[type=checkbox] + label {
    line-height: 1.65;
    padding-left: 36px;
  }

  .vn-rrr {
    display: block !important;
  }

  .vn-rrr > div:first-child {
    width: 195px;
  }

  .vn-quoteBorder > div:last-child {
    line-height: 2.75;
  }
}

.vn-www {
  align-self: center;
}


@media (max-width: 991px) {
  .vn-ooo {
    /* width: 330px; */
    width: 82.5%;
  }
}

@media (max-width: 768px) {
  .vn-ooo {
    /* width: 340px; */
  }
}

@media (max-width: 575px) {
  .vn-link {
    width: 325px;
  }

  .vn-ooo {
    width: 325px;
    justify-content: start;
    margin: auto;
  }

  .vn-linkTxt {
    width: 300px;
    margin: 1.5rem 0 0;
  }
}

.vn-spacePic-mb {
  margin-top: 1.5rem;
}

.vn-spacePic-mb .vn-spacePic-mb-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.vn-footAddress p {
  display: flex;
}

.vn-footAddress p .icon-location {
  display: block;
  position: relative;
  top: 2px;
}

.vn-ppp {
  display: none;
  transform: scale(0);
}

.vn-iii {
  transform: scale(1);
  animation: popup .75s;
}


.vn-quoteInputBlock {
  display: grid;
}

.vn-quoteInput {
  align-self: center;
}

.vn-contactBlock {
  background-image: url(../styles/images/vn/vn-lll.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

.vn-sendFormbg {
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0.7;
  position: absolute;
}

.vietnamese .sliderBox .owl-item {
  overflow: hidden;
}

.vietnamese .sliderBox .scrollIcon {
  bottom: 17.5%;
}

.vietnamese .sliderBox {
  position: relative;;
}

@media (max-width: 1400px) {
  .vietnamese .sliderBox .owl-dots {
    top: 72.5%;
  }

  .vietnamese .sliderBox .scrollIcon {
    bottom: 12.5%;
  }
}

@media (max-width: 1400px) {
  .vietnamese .sliderBox .owl-dots {
    top: 75%;
  }

  .vietnamese .sliderBox .scrollIcon {
    bottom: 7.5%;
  }
}

.vn-descContent-carouselTxt {
  margin-top: 1.5rem;
}