@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.c-slideTop>.slider {
  padding-bottom: 4rem;
}

@media screen and (max-width: 1024px) {
  .c-slideTop>.slider {
    padding-bottom: 2.5rem;
  }
}

.c-slideTop>.slider .flickity-page-dots {
  bottom: 0;
}

.c-slideTop .slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
  width: 2.5rem;
  color: #005d31;
  background: #005d31;
  border: none;
  opacity: 0.3;
  height: 0.8rem;
  -webkit-transition: opacity 0.3s, width 0.3s;
  transition: opacity 0.3s, width 0.3s;
}

@media screen and (max-width: 1024px) {
  .c-slideTop .slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    height: 0.5rem;
    width: 1.5rem;
  }
}

.c-slideTop .slider-nav-light .flickity-page-dots .dot.is-selected,
.c-slideTop .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
  width: 7rem;
  opacity: 1;
}

@media screen and (max-width: 1024px) {

  .c-slideTop .slider-nav-light .flickity-page-dots .dot.is-selected,
  .c-slideTop .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    width: 5rem;
  }
}

.products-list .flickity-page-dots {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .flickity-page-dots {
    width: 100%;
    left: 0;
    line-height: 0;
  }
}

.c-contentTrip .c-title1 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 1024px) {
  .c-contentTrip .c-title1 {
    margin-bottom: 2.5rem;
  }
}

.c-contentTrip .text {
  font-size: var(--font-szDefault);
  line-height: 1.5;
  color: var(--color-st1);
  margin-bottom: 3rem;
}

@media screen and (max-width: 1024px) {
  .c-contentTrip .text {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .c-contentTrip .text {
    font-size: 1.6rem;
  }
}

.c-contentTrip .img img {
  max-width: 100%;
}

.c-title1 {
  font-size: 5.5rem;
  line-height: 1.2;
  color: var(--color-st1);
  text-align: center;
  font-family: var(--df-fontTitle);
}

@media screen and (max-width: 1024px) {
  .c-title1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .c-title1 {
    font-size: 2.5rem;
  }
}

.c-title2 {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .c-title2 {
    font-size: 2.8rem;
  }
}

.c-title2 span {
  position: relative;
  padding-right: 3rem;
  font-family: var(--df-fontTitle);
}

.c-title2 span:after {
  content: "";
  position: absolute;
  background: url("../images/icon_start_red.svg") center/cover no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
  top: 8px;
}

.c-tabTrip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 25px;
  list-style: none;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .c-tabTrip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-tabTrip-item {
  max-width: 35rem;
  width: 100%;
  background: url("../images/home/bg_title1.svg") center/contain no-repeat;
  min-height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c-tabTrip-item {
    font-size: 1.8rem;
    min-height: 50px;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-tabTrip-item:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}

.c-tabTrip-item img {
  width: 5.8rem;
  height: 5.8rem;
  margin-right: 2.8rem;
}

.c-text {
  max-width: 106rem;
  margin: 0 auto;
  /* border-top: 2px solid #005d31; */
  padding: 3rem 0 0;
}

@media screen and (max-width: 1024px) {
  .c-text {
    padding: 2rem 0 0;
  }
}

@media screen and (max-width: 768px) {
  .c-text {
    border-top: 2px solid #005d31;
  }
}

.c-text .txt {
  max-width: 74rem;
  margin: 0 auto;
  font-style: italic;
  font-size: var(--font-szDefault);
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-text .txt {
    font-size: 1.6rem;
  }
}

.c-text .right {
  display: block;
  font-style: normal;
  font-size: var(--font-szDefault);
  line-height: 1.5;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .c-text .right {
    font-size: 1.6rem;
  }
}

.c-videoYoutube {
  margin: 4.1rem 0 0;
}

@media screen and (max-width: 1024px) {
  .c-videoYoutube {
    margin: 3rem 0 0;
  }
}

.c-btn1 {
  padding: 0.8rem 4rem 0.8rem 4rem;
  border-radius: 2px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  background: #005d31;
  color: #fff;
  display: block;
  max-width: 180px;
  width: 100%;
}

.c-btn1:hover {
  color: #fff;
}

.c-btn2 {
  border-radius: 0.7rem;
  max-width: 20rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #23592c;
  border: 1px solid #005d31;
  font-size: var(--font-szDefault);
  line-height: 1.5;
  padding: 1.3rem 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-btn2 {
    padding: 1rem 0;
    max-width: 16rem;
  }
}

.c-btn2:hover {
  color: #fff;
  background: #005d31;
}

.c-btn2:hover .icon svg path {
  fill: #fff;
}

.c-btn2:hover span {
  color: #fff;
}

.c-btn2 span {
  color: #000;
  position: relative;
  padding-right: 3rem;
}

.c-btn2 .icon {
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  line-height: 1;
}

.c-btn2 .icon svg {
  width: 1.8rem;
  height: auto;
}


.c-btn3 {
  max-width: 150px;
  width: 100%;
  font-size: var(--font-szDefault);
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0;
  border-radius: 4px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.c-btn3--shopee {
  background: #fd5e32;
}

.c-btn3--lazada {
  background: #10166e;
}

.c-btn3--tiktok {
  background-color: #010101;
}

.c-btn3:hover {
  color: #fff;
}

.group-btn3 {
  gap: 10px;
}

.group-btn3 .c-btn3 img{
  height: 26px;
}
.sec-top-trip {
  padding: var(--padding-topBottom) 0 calc(var(--padding-topBottom) + 5rem) 0;
  /* background: url("../images/home/bg_trip.png") center/cover no-repeat;
  background-position: center top; */
  position: relative;
}

.sec-top-trip:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 10rem;
  background: url("../images/bg-after.png") center/cover no-repeat;
  background-position: center bottom;
}

#main .sec-top-product {
  margin-top: -9.8rem;
  padding: calc(var(--padding-topBottom) + 3rem) 0 0 0;
}

@media screen and (max-width: 1024px) {
  #main .sec-top-product {
    margin-top: -8rem;
  }
}

#main .sec-top-product .c-title1 {
  margin-bottom: 0;
}

#main .c-slide3__inner.custom-flickity {
  padding: var(--padding-topBottom) 0 0 0;
  background: url(../images/home/bg_trip.png) center / cover no-repeat;
  background-position: center top;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #main .c-slide3__inner.custom-flickity {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #main .c-slide3__inner.custom-flickity {
    max-width: 100%;
  }
}

#main .sec-top-about {
  padding: var(--padding-topBottom) 0;
}

#main .sec-top-about>.section-content>.row>.col {
  padding-bottom: 0;
}

#main .sec-top-blog {
  padding: var(--padding-topBottom) 0;
}

#main .sec-top-blog .c-title1 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 1024px) {
  #main .sec-top-blog .c-title1 {
    margin-bottom: 2rem;
  }
}

.sec-blogTop .c-btn3 {
  margin-left: auto;
  margin-top: 2.5rem;
}

.sec-blogTop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .sec-blogTop-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sec-blogTop-left {
  width: 57.39644%;
  padding: 0 3rem 0 0;
}

@media screen and (max-width: 1024px) {
  .sec-blogTop-left {
    padding: 0 2rem 0 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-blogTop-left {
    width: 100%;
    padding: 0;
    margin-bottom: 1.5rem;
  }
}

.sec-blogTop-left.full-width {
  margin: 0;
}

.sec-blogTop-left.full-width .blogTop-left-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-blogTop-right {
  width: 42.60356%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sec-blogTop-right {
    width: 100%;
  }
}

.sec-blogTop .blogTop-left-post {
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922);
  height: 100%;
}

.sec-blogTop .blogTop-left-detail {
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .sec-blogTop .blogTop-left-detail {
    padding: 15px;
  }
}

.sec-blogTop .blogTop-thumbnail a {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 53.5%;
}

.sec-blogTop .blogTop-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.sec-blogTop .blogTop-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2509803922);
  height: 100%;
}

.sec-blogTop .blogTop-right-item:not(:last-of-type) {
  margin-bottom: 22px;
}

@media screen and (max-width: 1024px) {
  .sec-blogTop .blogTop-right-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.sec-blogTop .blogTop-right-thumbnail {
  max-width: 256px;
  width: 36.20933%;
}

.sec-blogTop .blogTop-right-link {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 83.3333333333%;
}

@media screen and (max-width: 1060px) {
  .sec-blogTop .blogTop-right-link {
    height: 100%;
  }
}

.sec-blogTop .blogTop-right-link img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec-blogTop .blogTop-right-post {
  padding: 1.875rem;
  width: 63.79067%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .sec-blogTop .blogTop-right-post {
    padding: 1rem;
  }
}

.sec-blogTop .blogTop-title1 {
  font-size: 3rem;
  line-height: 1.5;
  margin: 0 0 2rem;
  color: #11142d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 6rem;
}

@media screen and (max-width: 1024px) {
  .sec-blogTop .blogTop-title1 {
    min-height: 5rem;
    line-height: 3.1rem;
  }
}

@media screen and (max-width: 768px) {
  .sec-blogTop .blogTop-title1 {
    min-height: auto;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.sec-blogTop .blogTop-title1 a {
  font-family: var(--df-fontTitle);
  color: #11142d;
}

.sec-blogTop .blogTop-title1 a:hover {
  color: #11142d;
}

.sec-blogTop .blogTop-title2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
  margin-bottom: 0.05rem;
  min-height: 5.2rem;
  font-size: var(--font-szDefault);
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .sec-blogTop .blogTop-title2 {
    font-size: 1.6rem;
    min-height: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .sec-blogTop .blogTop-title2 {
    min-height: auto;
  }
}

.sec-blogTop .blogTop-title2 a {
  color: #11142d;
  font-size: var(--font-szDefault);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1024px) {
  .sec-blogTop .blogTop-title2 a {
    font-size: 1.6rem;
  }
}

.sec-blogTop .blogTop-title2 a:hover {
  color: #11142d;
}

.sec-blogTop .post-date {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5rem;
  color: #b0b0b0;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .sec-blogTop .post-date {
    gap: 0 2rem;
  }
}

@media screen and (max-width: 768px) {
  .sec-blogTop .post-date {
    font-size: 1.6rem;
  }
}

.sec-blogTop .c-btn1 {
  margin-top: 23px;
  margin-left: auto;
}

.c-slide2 {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}

.c-slide2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .c-slide2__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-slide2__right {
  width: 66.55291%;
  max-width: 1000px;
}

@media screen and (max-width: 1024px) {
  .c-slide2__right {
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
  }
}

.c-slide2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 0 2rem;
  width: 100%;
  padding: 0 1.5rem 1.5rem;
}

@media screen and (max-width: 1024px) {
  .c-slide2__wrap {
    padding: 0 0 1.5rem;
  }
}

.c-slide2__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  width: 33.3333333333%;
}

@media screen and (max-width: 768px) {
  .c-slide2__item {
    width: 50%;
  }
}

.c-slide2__link {
  display: block;
  border: 1px solid transparent;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: 10px 15px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .c-slide2__link {
    padding: 0;
  }
}

.c-slide2__link:hover {
  border-color: #23592c;
}

.c-slide2__img {
  padding-top: 120%;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.c-slide2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.c-slide2__title {
  font-size: var(--font-szDefault);
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--color-st1);
  color: #000;
  margin: 1rem 0 0;
  padding: 0 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.c-slide2 .c-future {
  width: 40%;
  padding-right: 3rem;
  max-width: 49rem;
}

@media screen and (max-width: 1024px) {
  .c-slide2 .c-future {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
  }
}

.c-slide2 .c-future .c-btn2 {
  margin: 0 auto;
}

.c-slide2 .c-future__link {
  display: block;
}

.c-slide2 .c-future__img {
  position: relative;
  padding-bottom: 81.6326530612%;
  overflow: hidden;
  margin-bottom: 4rem;
}

@media screen and (max-width: 1024px) {
  .c-slide2 .c-future__img {
    padding-bottom: 50%;
    margin-bottom: 2rem;
  }
}

.c-slide2 .c-future__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-slide2 .c-future__txt1 {
  font-size: var(--font-szDefault);
  line-height: 1.5;
  margin: 0 0 2.5rem;
}

.c-slide3 {
  width: calc(49.16864% + 20px);
}

@media screen and (max-width: 768px) {
  .c-slide3 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}

.c-slide3__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c-slide3__inner {
    margin: 0 -1.5rem;
  }
}

.c-slide3__item {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .c-slide3__item {
    padding: 1.5rem;
  }
}

.c-slide3__bgImg {
  position: relative;
  padding-top: 77.5362318841%;
  overflow: hidden;
  margin: 0;
  background: #f1ece4;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
}

@media screen and (max-width: 768px) {
  .c-slide3__bgImg {
    padding-top: 80%;
  }
}

.c-slide3__bgImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-slide3 .flickity-button {
  opacity: 1;
  width: 39px;
  height: 44px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  right: auto;
  left: auto;
}

@media screen and (max-width: 768px) {
  .c-slide3 .flickity-button {
    width: 25px;
    height: 39px;
  }
}

.c-slide3 .flickity-button svg {
  display: none;
}

.c-slide3 .flickity-button.previous {
  background: url("../images/arrow_prev_green.svg") center/contain no-repeat;
  right: calc(100% - 4rem);
}

@media screen and (max-width: 768px) {
  .c-slide3 .flickity-button.previous {
    right: calc(100% - 3rem);
  }
}

.c-slide3 .flickity-button.next {
  background: url("../images/arrow_next_green.svg") center/contain no-repeat;
  left: calc(100% - 4rem);
}

@media screen and (max-width: 768px) {
  .c-slide3 .flickity-button.next {
    left: calc(100% - 3rem);
  }
}

.c-imgTxt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
}

@media screen and (max-width: 1024px) {
  .c-imgTxt1 {
    gap: 0 2rem;
  }
}

@media screen and (max-width: 768px) {
  .c-imgTxt1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.c-imgTxt1__detail {
  width: 50.83136%;
  padding-top: 2rem;
}

@media screen and (max-width: 768px) {
  .c-imgTxt1__detail {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-imgTxt1__title {
  font-size: 4.125rem;
  line-height: 5.125rem;
  color: #23592c;
  margin-bottom: 3rem;
}

@media screen and (max-width: 1024px) {
  .c-imgTxt1__title {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .c-imgTxt1__title {
    margin-bottom: 2rem;
  }
}

.c-imgTxt1__list1 {
  margin: 0;
}

.c-imgTxt1__list1__item {
  font-size: 2rem;
  line-height: 2.4375rem;
  color: #000;
  position: relative;
  padding-left: 5.7rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .c-imgTxt1__list1__item {
    font-size: 1.8rem;
    padding-left: 4.5rem;
  }
}

@media screen and (max-width: 768px) {
  .c-imgTxt1__list1__item {
    padding-left: 3.5rem;
  }
}

.c-imgTxt1__list1__item:not(:last-of-type) {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .c-imgTxt1__list1__item:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}

.c-imgTxt1__list1__item img {
  position: absolute;
  left: 0;
  top: -9px;
}

@media screen and (max-width: 1024px) {
  .c-imgTxt1__list1__item img {
    width: 35px;
    top: -6px;
  }
}

@media screen and (max-width: 768px) {
  .c-imgTxt1__list1__item img {
    width: 25px;
    top: 1px;
  }
}

.c-imgTxt1__desc {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  margin: 1.9rem 0 0;
}

.c-imgTxt1 .c-btn3 {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .c-imgTxt1 .c-btn3 {
    margin: 3rem auto 0;
  }
}

.c-listFeature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-listFeature__inner {
  list-style: none;
  margin: 0;
}

.c-listFeature__item {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #fff;
  background: url("../images/home/bg_title1.svg") center/contain no-repeat;
  padding: 2rem 1.5rem 1.5rem;
  margin: 0;
  margin-left: 0 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .c-listFeature__item {
    width: 100%;
    font-size: 1.8rem;
  }
}

.c-listFeature__item img {
  position: relative;
  top: -0.2rem;
  margin-right: 1rem;
}

.c-listFeature__item:not(:last-of-type) {
  margin-bottom: 8px;
}

.c-list1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.c-list1__item {
  max-width: 480px;
  width: calc((100% - 4rem) / 3);
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .c-list1__item {
    width: 50%;
    max-width: 100%;
    border-width: 1px;
  }
}

.c-list1__item:not(:last-of-type) {
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  .c-list1__item:not(:last-of-type) {
    margin-right: 1rem;
  }
}

.c-list1__item:hover {
  border: 2px solid #23592c;
}

@media screen and (max-width: 768px) {
  .c-list1__item:hover {
    border-width: 1px;
  }
}

.c-list1__link {
  display: block;
  padding: 2rem;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .c-list1__link {
    padding: 1rem;
  }
}

.c-list1__img {
  position: relative;
  padding-top: 98.5680190931%;
  overflow: hidden;
  margin: 0;
}

.c-list1__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-list1__title {
  /* border-top: 2px solid #23592c; */
  padding-top: 2rem;
  /* margin-top: 2.5rem; */
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  /* margin: 2rem 0 0; */
  min-height: 7.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .c-list1__title {
    margin: 1rem 0 0;
    min-height: 6.5rem;
    padding-top: 1rem;
    border-width: 1px;
  }
}

.c-list1 .flickity-button {
  opacity: 1;
  width: 4rem;
  height: 5rem;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  right: auto;
  left: auto;
}

@media screen and (max-width: 768px) {
  .c-list1 .flickity-button {
    width: 2.5rem;
    height: 3.5rem;
  }
}

.c-list1 .flickity-button svg {
  display: none;
}

.c-list1 .flickity-button.previous {
  background: url("../images/arrow_prev_green.svg") center/cover no-repeat;
  background-size: contain;
  left: 0;
}

@media screen and (max-width: 1060px) {
  .c-list1 .flickity-button.previous {
    left: -1rem;
  }
}

.c-list1 .flickity-button.next {
  background: url("../images/arrow_next_green.svg") center/cover no-repeat;
  background-size: contain;
  right: 0;
}

@media screen and (max-width: 1060px) {
  .c-list1 .flickity-button.next {
    right: -1rem;
  }
}

.c-list1 .flickity-page-dots {
  bottom: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .c-list1 .flickity-page-dots {
    width: 100%;
    left: 0;
    line-height: 0;
  }
}

.c-list1 .flickity-page-dots .dot {
  width: 2.5rem;
  color: #005d31;
  background: #005d31;
  border: none;
  opacity: 0.3;
  height: 10px;
  -webkit-transition: opacity 0.3s, width 0.3s;
  transition: opacity 0.3s, width 0.3s;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .c-list1 .flickity-page-dots .dot {
    width: 2rem;
    height: 5px;
  }
}

.c-list1 .flickity-page-dots .dot.is-selected {
  width: 7rem;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c-list1 .flickity-page-dots .dot.is-selected {
    width: 5rem;
  }
}

.c-tab2 {
  width: 100%;
  margin: 2rem 0;
}

.c-tab2__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 1.5rem;
  margin: 0 0 3.5rem;
}

@media screen and (max-width: 1024px) {
  .c-tab2__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 0.5rem;
  }
}

.c-tab2__item {
  border: none;
  background: #f0f0f0;
  cursor: pointer;
  margin: 0;
  padding: 0.5rem 1rem;
  background: url("../images/home/bg_title.png") center/contain no-repeat;
  width: 100%;
  max-width: 35rem;
  font-size: 3rem;
  font-family: var(--df-fontTitle);
  line-height: 1.5;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1060px) {
  .c-tab2__item {
    font-size: 2.8301886792vw;
  }
}

@media screen and (max-width: 1024px) {
  .c-tab2__item {
    width: calc(50% - 0.5rem);
    height: 8.30078125vw;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .c-tab2__item {
    width: 100%;
    min-height: 50px;
    height: auto;
    max-width: 100%;
    font-size: 2rem;
  }
}

.c-tab2__item.active {
  background: url("../images/home/bg_title1.svg") center/contain no-repeat;
  color: #fff;
}

.c-tab2__content {
  padding: 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease, height 0.5s ease;
  transition: opacity 0.5s ease, height 0.5s ease;
  padding: 0;
  pointer-events: none;
  font-size: 1.8rem;
  line-height: 1.5;
}

.c-tab2__content ul {
  margin: 0;
}

.c-tab2__content ul li {
  font-size: var(--font-szDefault);
  line-height: 2.4rem;
  margin: 0;
  position: relative;
  padding-left: 1.5rem;
  display: block;
}

.c-tab2__content ul li:before {
  content: "";
  background: #000;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 1rem;
  border-radius: 50%;
}

.c-tab2__content ul li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.c-tab2__content p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0;
}

.c-tab2__content.active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}

.entry-content .c-slide2 .c-slide2__wrap {
  margin: 0;
  padding-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .entry-content .c-slide2 .c-slide2__wrap {
    padding-bottom: 2rem;
  }
}

.entry-content .c-slide2 .c-slide2__wrap li:not(.dot) {
  margin: 0;
  padding: 1rem 1.5rem;
}

@media screen and (max-width: 768px) {
  .entry-content .c-slide2 .c-slide2__wrap li:not(.dot) {
    padding: 0.5rem;
  }
}

.sec-products1 {
  padding: var(--padding-topBottom) 0;
  position: relative;
}

.sec-products1:not(:last-of-type):after {
  content: "";
  position: absolute;
  height: 5px;
  width: calc(100% - 2rem);
  max-width: 1060px;
  background: #005d31;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/under_line3.png);
  background-repeat: no-repeat;
}

.sec-products1 .c-tab1>h4 {
  font-size: 5.5rem;
  line-height: 1.2;
  font-family: var(--df-fontTitle);
  color: #000;
  margin-bottom: 4rem;
}

@media screen and (max-width: 1024px) {
  .sec-products1 .c-tab1>h4 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .sec-products1 .c-tab1>h4 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.sec-products1 .c-tab1>.tab-panels {
  padding: 0;
}

.sec-products1 .c-tab1>ul {
  gap: 0 6.3rem;
  padding: 0 0 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 1060px) {
  .sec-products1 .c-tab1>ul {
    gap: 3.7735849057vw;
  }
}

@media screen and (max-width: 1024px) {
  .sec-products1 .c-tab1>ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .sec-products1 .c-tab1>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.sec-products1 .c-tab1>ul>li {
  margin: 0;
  padding: 0;
  background: url("../images/home/bg_title.png") center/contain no-repeat;
  width: 26rem;
  text-align: center;
}

@media screen and (max-width: 1060px) {
  .sec-products1 .c-tab1>ul>li {
    width: 25.4716981132vw;
  }
}

@media screen and (max-width: 1024px) {
  .sec-products1 .c-tab1>ul>li {
    width: calc(50% - 0.5rem);
    height: 8.30078125vw;
  }
}

@media screen and (max-width: 640px) {
  .sec-products1 .c-tab1>ul>li {
    width: 100%;
    min-height: 50px;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .sec-products1 .c-tab1>ul>li:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}

.sec-products1 .c-tab1>ul>li a {
  font-size: 3rem;
  line-height: 1.5;
  font-family: var(--df-fontTitle);
  color: #000;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

@media screen and (max-width: 1060px) {
  .sec-products1 .c-tab1>ul>li a {
    font-size: 2.8301886792vw;
  }
}

@media screen and (max-width: 1024px) {
  .sec-products1 .c-tab1>ul>li a {
    font-size: 2.9296875vw;
  }
}

@media screen and (max-width: 640px) {
  .sec-products1 .c-tab1>ul>li a {
    font-size: 2.1rem;
  }
}

.sec-products1 .c-tab1>ul>li span {
  font-family: var(--df-fontTitle);
}

.sec-products1 .c-tab1>ul>li.active {
  background: url("../images/home/bg_title1.svg") center/contain no-repeat;
}

.sec-products1 .c-tab1>ul>li.active a {
  color: #fff;
}

.sec-products1 .c-tab1>ul>li.active a span {
  color: #fff;
}

.p-singleProducts1 {
  padding: calc(var(--padding-topBottom) + 2rem) 0;
}

.p-singleProducts2 .c-tab2 {
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
}

.p-singleProducts3 {
  padding: calc(var(--padding-topBottom) + 3rem) 0;
}

.p-singleProducts3__bg {
  padding-top: 44.7743467933%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
}

.p-singleProducts3__bg>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-singleProducts3__inner {
  padding: 9rem 6.5rem 9rem 14rem;
  min-height: 55rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .p-singleProducts3__inner {
    padding: 5rem 3rem;
    min-height: 35rem;
  }
}

.p-singleProducts3__title {
  font-size: 5rem;
  line-height: 5.25rem;
  margin: 0 0 30px;
  max-width: 83.5rem;
}

.p-singleProducts3 .c-listFeature {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-singleProducts4 {
  padding: 0 0 calc(var(--padding-topBottom) + 5rem) 0;
}

@media screen and (max-width: 768px) {
  .p-singleProducts4 {
    padding: 0 0 calc(var(--padding-topBottom) + 3rem) 0;
  }
}

@media screen and (max-width: 768px) {
  .p-singleProducts4 .c-title2 {
    margin-bottom: 2rem;
  }
}

.p-singleProducts4 .c-list1 {
  margin: 2rem auto 0;
  max-width: 1060px;
}

.p-singleProducts4 .c-list1__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 4.5rem 3rem;
}

@media screen and (max-width: 768px) {
  .p-singleProducts4 .c-list1__inner {
    padding: 0 1.5rem 2rem;
  }
}