@charset "UTF-8";
.faq .item:hover .title, .faq .item:hover .image, .faq .item:hover .btn, .faq .item:hover .overlay, .faq .item:hover .num, .faq .item .title, .faq .item .image, .faq .item .btn, .faq .item .overlay, .faq .item .num, .page-wrapper .btn:hover svg, .page-wrapper .btn:hover .text, .page-wrapper .btn .text, .page-wrapper .btn svg, .header .nav > .nav-item:hover > a::after, .header .nav > .nav-item.active > a::after, .dropdown-style .item-dropdown > .list .item:hover .item-dropdown-sec, .dropdown-style .item-dropdown .item-dropdown-sec, .swiper .swiper-slide.swiper-slide-active .item .content, .swiper .swiper-slide.swiper-slide-active .item, .swiper .swiper-slide .item .content, .swiper .swiper-slide .item, ul.member-orders-group li .item.collapsed .icon, ul.member-orders-group li .item .icon, ul.collapse-group > li.open, ul.collapse-group > li, .icon-blocks-style-1.mirror-radius .item:hover, .icon-blocks-style-1 .item.border-color-forth-hover:hover, .icon-blocks-style-1 .item.border-color-third-hover:hover, .icon-blocks-style-1 .item.border-color-sec-hover:hover, .icon-blocks-style-1 .item.border-color-main-hover:hover, .icon-blocks-style-1 .item:hover, .icon-blocks-style-1 .item, .link-style-1 .item:hover .btn, .link-style-1 .item .btn {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 1441px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1210px;
    /* 兩邊預設 220px */
  }
}
@media (max-width: 1440px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: calc(86.12vw + 30px);
  }
}
@media (max-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
  }
}
body {
  max-width: 100vw;
  overflow-x: hidden;
}

/*----- logo 大小 -----*/
/* 電腦版 Header */
.desktop .logo {
  padding: clamp(10px, 0.9114583vw, 17.5px) 0;
}
.desktop .logo img {
  width: clamp(120px, 10.677083vw, 205px);
  height: auto;
}

/* 電腦版 Footer */
.footer .logo img {
  width: clamp(120px, 17.5vw, 252px);
  height: auto;
}
@media (max-width: 767px) {
  .footer .logo img {
    width: 200px;
  }
}

.category {
  padding: 5px 10px;
  text-align: center;
  min-width: 50px;
  font-size: 14px;
  border-radius: 50px;
  line-height: 1;
}

.date {
  color: #858585;
  font-size: 14px;
  margin-left: 10px;
}

.title-style-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  min-height: clamp(60px, 6.1vw, 64px);
  min-width: clamp(200px, 18.05vw, 260px);
  background-image: url("../images/title-dec-left.svg"), url("../images/title-dec-right.svg");
  background-position: center left, center right;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  padding: 0 clamp(20px, 3.472vw, 50px);
}
.title-style-1.small {
  min-height: clamp(51px, 4.4vw, 64px);
  min-width: clamp(150px, 13.05vw, 188px);
}
.title-style-2 {
  position: relative;
}
.title-style-2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #4FB6E9;
}
.title-style-2 .text {
  position: relative;
  z-index: 1;
  padding-right: 20px;
  background: white;
  display: inline-block;
}
.title-style-2.color-main::after {
  background: #4FB6E9;
}
.title-style-2.color-sec::after {
  background: #E4924B;
}
.title-style-2.color-third::after {
  background: #F9D949;
}
.title-style-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-style-3 .icon {
  margin-right: 20px;
}
.title-style-3 .icon img {
  width: clamp(30px, 2.60416vw, 50px);
  height: clamp(30px, 2.60416vw, 50px);
}

.link-style-1 a.item .info .des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.link-style-1 .item {
  background: #4FB6E9;
  overflow: hidden;
  border-radius: 0 clamp(10px, 3.472vw, 50px) 0 clamp(10px, 3.472vw, 50px);
  margin-bottom: clamp(15px, 2.083vw, 30px);
  min-height: clamp(100% - 30px, 100% - 2.083vw, 100% - 15px);
}
.link-style-1 .item .image {
  max-height: clamp(180px, 12.5vw, 240px);
  border-radius: 0 0 0 clamp(10px, 3.472vw, 50px);
}
.link-style-1 .item .image img {
  min-width: 100%;
  min-height: clamp(180px, 12.5vw, 240px);
}
@media (max-width: 991px) {
  .link-style-1 .item .image {
    height: auto;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.link-style-1 .item .image img {
  width: 100%;
}
.link-style-1 .item .title {
  font-size: clamp(20px, 1.66vw, 24px);
  font-weight: 700;
  text-align: center;
}
.link-style-1 .item .info {
  padding: clamp(15px, 1.0416vw, 20px);
}
.link-style-1 .item .info .des {
  margin-top: 15px;
  margin-bottom: clamp(10px, 1.0416vw, 20px);
  line-height: 1.5555555556;
}
.link-style-1 .item .btn {
  background: #F9D949;
}
.link-style-1 .item:hover .btn {
  background: black;
  color: white;
}
.link-style-1.border-radius-15 .item {
  border-radius: 15px;
}
.link-style-1.border-radius-15 .item .image {
  border-radius: 15px;
}
.link-style-2 .item {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: clamp(15px, 2.083vw, 30px);
  min-height: clamp(100% - 30px, 100% - 2.083vw, 100% - 15px);
}
.link-style-2 .item .image {
  max-height: 260px;
}
.link-style-2 .item .image img {
  max-width: 100%;
}
.link-style-2 .item .info {
  padding: 12px clamp(15px, 2.083vw, 30px) 15px;
}
.link-style-2 .item .info .category {
  background: #F9D949;
}
.link-style-2 .item .info .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.link-style-2 .item .info .btn-wrapper .link {
  font-size: 14px;
  color: #858585;
}
.link-style-3 .image-link {
  display: block;
}
.link-style-3 .image-link .title-wrapper {
  width: 100%;
  background: rgba(30, 30, 30, 0.85);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 5px 10px;
}
.link-style-3 .image-link .title-wrapper .title {
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
  width: calc(100% - 60px);
  padding-left: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon-blocks-style-1 .item {
  margin-bottom: clamp(15px, 2.083vw, 30px);
  min-height: clamp(100% - 30px, 100% - 2.083vw, 100% - 15px);
  background: white;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 3px solid white;
  overflow: hidden;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(15px, 2.083vw, 30px);
}
.icon-blocks-style-1 .item:hover {
  border-radius: 0 clamp(10px, 3.472vw, 50px) 0 clamp(10px, 3.472vw, 50px);
}
.icon-blocks-style-1 .item.border-color-main-hover:hover {
  border-color: #4FB6E9;
}
.icon-blocks-style-1 .item.border-color-sec-hover:hover {
  border-color: #E4924B;
}
.icon-blocks-style-1 .item.border-color-third-hover:hover {
  border-color: #F9D949;
}
.icon-blocks-style-1 .item.border-color-forth-hover:hover {
  border-color: #00A94B;
}
.icon-blocks-style-1.mirror-radius .item:hover {
  border-radius: clamp(10px, 3.472vw, 50px) 0 clamp(10px, 3.472vw, 50px) 0;
}

ul.list-disc {
  padding-left: 20px;
}
ul.list-disc li {
  list-style: disc;
}
ul.tour-features {
  margin-bottom: 0;
  padding-left: 0;
}
ul.tour-features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
ul.tour-features li:not(:last-child) {
  margin-bottom: 20px;
}
ul.tour-features li .title {
  background: #4FB6E9;
  color: white;
  text-align: center;
  font-weight: 700;
  width: 120px;
  padding: 7px 0;
  border-radius: 50px;
  line-height: 1.5;
}
ul.tour-features li .info {
  padding-top: 7px;
  width: calc(100% - 120px);
  padding-left: 20px;
  line-height: 1.5;
}
@media (max-width: 550px) {
  ul.tour-features li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ul.tour-features li .info {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
  }
}
ul.tour-group {
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: clamp(-12.5px, -0.86805vw, -5px);
  margin-left: clamp(-12.5px, -0.86805vw, -5px);
}
ul.tour-group li {
  padding-right: clamp(5px, 0.86805vw, 12.5px);
  padding-left: clamp(5px, 0.86805vw, 12.5px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
ul.tour-group li .item {
  min-height: 150px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  border: 2px solid #4FB6E9;
  border-radius: 10px;
  padding: clamp(15px, 1.0416vw, 20px) 10px clamp(10px, 1.0416vw, 20px) clamp(10px, 1.0416vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.tour-group li .item .icon {
  width: 70px;
  height: 70px;
}
ul.tour-group li .item .info {
  width: calc(100% - 70px);
  line-height: 1.6;
  padding-left: 15px;
}
ul.tour-group li .link {
  background: #F9D949;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  border-radius: 10px;
  min-height: 150px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
ul.tour-group li:nth-child(even) .item {
  border-color: #E4924B;
}
@media (max-width: 991px) {
  ul.tour-group li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  ul.tour-group li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  ul.tour-group li .item {
    min-height: auto;
  }
}
ul.collapse-group {
  margin-bottom: 0;
  padding-left: 0;
}
ul.collapse-group > li {
  border: 2px solid #4FB6E9;
  border-radius: 10px;
  background: white;
}
ul.collapse-group > li.open {
  background: #eeeeee;
}
ul.collapse-group > li:not(:last-child) {
  margin-bottom: clamp(15px, 1.7361vw, 25px);
}
ul.tour-signup-group .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(15px, 2.083vw, 30px) clamp(20px, 2.083vw, 40px);
}
ul.tour-signup-group .item .date {
  padding-right: clamp(15px, 1.0416vw, 20px);
  margin-left: 0;
  font-size: inherit;
  line-height: 1.4;
  color: black;
}
ul.tour-signup-group .item .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.tour-signup-group .item .time .arrow {
  width: clamp(20px, 2.083vw, 30px);
  height: clamp(20px, 2.083vw, 30px);
  background: url("../images/icon-arrow-right.svg") center center no-repeat;
  background-size: contain;
  margin: 0 clamp(20px, 7.361vw, 106px);
}
ul.tour-signup-group .item .btn-wrapper {
  padding-left: clamp(15px, 1.0416vw, 20px);
}
ul.tour-signup-group .wrapper {
  padding: 0 clamp(20px, 2.083vw, 40px) clamp(15px, 2.083vw, 30px);
}
ul.tour-signup-group .wrapper .table.border-color-third table .quantity-controls {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.tour-signup-group .wrapper .content {
  border: 2px solid #F9D949;
  padding: 15px clamp(20px, 2.083vw, 30px);
  border-radius: 10px;
  background: white;
}
ul.tour-signup-group .wrapper .content.contact-form {
  max-width: 100%;
}
ul.tour-signup-group .wrapper .content.total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.member-orders-group li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(15px, 2.083vw, 30px);
  cursor: pointer;
}
ul.member-orders-group li .item .title {
  width: 35%;
  padding-right: clamp(15px, 2.083vw, 30px);
}
ul.member-orders-group li .item .right {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.member-orders-group li .item .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
ul.member-orders-group li .item.collapsed .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 767px) {
  ul.member-orders-group li .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ul.member-orders-group li .item .title, ul.member-orders-group li .item .right {
    width: 100%;
  }
  ul.member-orders-group li .item .right {
    margin-top: 12px;
  }
}
ul.member-orders-group li .wrapper {
  padding: clamp(15px, 2.083vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
ul.member-orders-group li .wrapper > .content {
  width: 65%;
}
@media (max-width: 500px) {
  ul.member-orders-group li .wrapper > .content {
    width: 100%;
  }
}
ul.member-orders-group li .wrapper .table.order tbody tr td:first-child {
  padding: clamp(15px, 2.083vw, 30px) 10px 0 0;
}
ul.member-orders-group li .wrapper .table.order tbody tr td:last-child {
  padding: clamp(15px, 2.083vw, 30px) 0 0 10px;
}
ul.list-dot {
  padding-left: 0;
  position: relative;
}
ul.list-dot::before {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background: #858585;
  position: absolute;
  top: 10px;
  left: clamp(14.5px, 1.30208vw - 0.5px, 24.5px);
}
ul.list-dot li {
  padding-left: clamp(50px, 2.60416vw + 20px, 70px);
  line-height: 1.5909090909;
  position: relative;
}
ul.list-dot li:not(:last-child) {
  margin-bottom: 20px;
}
ul.list-dot li::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #4FB6E9;
  position: absolute;
  top: 8px;
  left: clamp(7.5px, 1.30208vw - 7.5px, 17.5px);
}
ul.list-dot li:nth-child(3n-1)::before {
  background: #E4924B;
}
ul.list-dot li:nth-child(3n)::before {
  background: #F9D949;
}
ul.webeditor-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.webeditor-list li .title {
  font-weight: 700;
  min-width: 55px;
}
ul.order-details {
  padding-left: 0;
  margin-bottom: 0;
}
ul.order-details li {
  margin-bottom: 20px;
}
ul.order-details li .content {
  border: 1px solid #858585;
  border-radius: 10px;
  padding: 15px 20px;
  line-height: 1.75;
  margin-top: 15px;
}
@media (max-width: 767px) {
  ul.order-details li .content {
    padding: 15px 10px;
  }
}
ul.checkbox-style {
  padding-left: 0;
  margin-bottom: 0;
}
ul.checkbox-style li:not(:last-child) {
  margin-bottom: 5px;
}

.swiper {
  min-height: clamp(400px, 32.03125vw, 615px);
  min-height: 615px;
}
.swiper .item img {
  width: 100%;
}
.swiper .swiper-slide .item {
  margin-top: 0;
  opacity: 0.5;
}
.swiper .swiper-slide .item .content {
  opacity: 0;
}
.swiper .swiper-slide.swiper-slide-active .item {
  margin-top: 100px;
  opacity: 1;
}
.swiper .swiper-slide.swiper-slide-active .item .image {
  overflow: hidden;
  border-radius: 0 clamp(10px, 3.472vw, 50px) 0 clamp(10px, 3.472vw, 50px);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.swiper .swiper-slide.swiper-slide-active .item .content {
  opacity: 1;
}
@media (max-width: 767px) {
  .swiper {
    min-height: auto;
  }
  .swiper .swiper-slide.swiper-slide-active .item {
    margin-top: 0px;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: black;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: clamp(-45px, -3.125vw, -30px);
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: clamp(-45px, -3.125vw, -30px);
}

/*---------------------------------------------------------------------*/
/*------------------------------ Header 樣式 ---------------------------*/
/*----- 語系樣式 -----*/
.lan .dropdown-menu {
  padding: 10px 0;
}
.lan .dropdown-item button {
  padding: 5px 15px;
  font-size: 14px;
}
.lan .dropdown-item button:hover {
  color: #4FB6E9;
}

/*----- 下拉樣式 -----*/
.dropdown-style .nav-item.dropdown {
  position: revert !important;
}
.dropdown-style .item-dropdown {
  position: relative;
  background: white;
  z-index: 2;
  width: 155px;
}
.dropdown-style .item-dropdown .list li:not(:last-child) {
  border-bottom: 1px solid black;
}
.dropdown-style .item-dropdown .list li a {
  padding: 15px 10px;
  display: block;
}
.dropdown-style .item-dropdown .list li a:hover {
  color: #4FB6E9;
}
.dropdown-style .item-dropdown .item-dropdown-sec {
  position: absolute;
  left: 0;
  width: clamp(345px, 310px + 2.083vw + 1.5625vw, 380px);
  top: 0;
  opacity: 0;
  background: white;
  padding: 0 clamp(15px, 1.5625vw, 30px) 0 clamp(175px, 155px + 2.083vw, 195px);
  z-index: -1;
}
.dropdown-style .item-dropdown > .list .item > a {
  position: relative;
}
.dropdown-style .item-dropdown > .list .item > a::after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dropdown-style .item-dropdown > .list .item:hover > a {
  color: #4FB6E9;
}
.dropdown-style .item-dropdown > .list .item:hover .item-dropdown-sec {
  opacity: 1;
}

/*----- Header 樣式 -----*/
.header {
  background: white;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.header .top-bar {
  background: #111111;
  color: white;
  text-align: center;
  padding: 10px 0;
}
.header .top-bar .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .lan {
  margin-left: clamp(15px, 1.5625vw, 30px);
}
.header .lan .dropdown-toggle::after {
  display: none;
}
.header .small-bar .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: clamp(-15px, -0.78125vw, -8px);
  margin-right: clamp(-15px, -0.78125vw, -8px);
}
.header .small-bar .list li {
  padding-left: clamp(8px, 0.78125vw, 15px);
  padding-right: clamp(8px, 0.78125vw, 15px);
}
.header .small-bar .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #bababa;
}
.header .small-bar .list .item:hover {
  color: #4FB6E9;
}
.header .small-bar .list button {
  background: transparent;
}
.header .nav {
  margin-left: clamp(-20px, -1.0416vw, -10px);
  margin-right: clamp(-20px, -1.0416vw, -10px);
}
.header .nav > .nav-item {
  padding-left: clamp(10px, 1.0416vw, 20px);
  padding-right: clamp(10px, 1.0416vw, 20px);
}
.header .nav > .nav-item > a {
  height: clamp(50px, 4.16vw, 80px);
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .nav > .nav-item:hover > a, .header .nav > .nav-item.active > a {
  color: #4FB6E9;
}
.header .nav > .nav-item:hover > a::after, .header .nav > .nav-item.active > a::after {
  opacity: 1;
}
.header .nav > .nav-item.dropdown > a {
  position: relative;
  padding-right: 20px;
}
.header .nav > .nav-item.dropdown > a::after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .search-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.header .search-nav form {
  width: 100vw;
  height: 100vh;
  background: rgba(17, 17, 17, 0.8);
  color: white;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .search-nav .btn-close {
  width: clamp(40px, 2.60416vw, 50px);
  height: clamp(40px, 2.60416vw, 50px);
  border: 1px solid white;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-size: 150%;
  background: transparent;
}
.header .search-nav .btn-close:hover {
  background: white;
  color: #111;
}
.header .search-nav .search-wrapper {
  position: relative;
}
.header .search-nav .search-wrapper .searchbar {
  width: clamp(280px, 32.2916vw, 620px);
  min-height: 70px;
  background: white;
  color: #111;
  padding: 10px 15px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .header .search-nav .search-wrapper .searchbar {
    width: calc(100vw - 50px);
  }
}
.header .search-nav .search-wrapper .btn-send {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
}
.header .search-nav .tag-group {
  max-width: clamp(290px, 32.2916vw + 10px, 630px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -5px;
  margin-right: -5px;
}
.header .search-nav .tag-group li {
  padding-left: 5px;
  padding-right: 5px;
}
.header .search-nav .tag-group li .tag {
  display: inline-block;
  border-radius: 90px;
  border: 1px solid white;
  text-align: center;
  padding: 8px 20px;
  color: white;
  margin-bottom: 15px;
}
.header .search-nav .tag-group li .tag:hover {
  background: white;
  color: #111;
}
@media (max-width: 767px) {
  .header .search-nav .tag-group {
    max-width: calc(100vw - 50px);
    width: calc(100vw - 50px);
  }
}
.header .desktop .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .mobile .logo {
  padding: 10px 25px 10px;
}
.header .mobile .logo a img {
  width: auto;
  height: 30px;
}
.header .mobile .btn {
  top: 1px;
  min-width: auto;
  width: auto;
}
.header .mobile .mobile-nav {
  background: rgba(17, 17, 17, 0.9);
  z-index: 99;
  padding-top: 50px;
}
.header .mobile .mobile-nav .item .text {
  width: calc(100% - 50px);
  color: white;
  display: block;
}
.header .mobile .mobile-nav .item .icon {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.header .mobile .mobile-nav .item .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #FFFFFF transparent transparent;
}
.header .mobile .mobile-nav .main {
  overflow-y: scroll;
  height: calc(100vh - 50px);
}
.header .mobile .mobile-nav .main .item .title {
  color: white;
  border-color: transparent;
}
.header .mobile .mobile-nav .main .item .title.collapsed {
  color: white;
  border-color: #777777;
}
.header .mobile .mobile-nav .main .item.dropdown > .title {
  background: transparent;
}
.header .mobile .mobile-nav .main .item.dropdown > .title::after {
  display: none;
}
.header .mobile .mobile-nav .main .item.dropdown > .title.collapsed {
  color: white;
}
.header .mobile .mobile-nav .main > .item {
  border-bottom: 1px solid #777;
}
.header .mobile .mobile-nav .main > .item.open {
  border-color: transparent;
}
.header .mobile .mobile-nav .sec {
  border-bottom: 1px solid #777;
}
.header .mobile .mobile-nav .sec .item .title {
  background: transparent;
  color: white;
  opacity: 0.9;
  border-bottom: none;
  padding: 10px 30px 10px 45px;
}
.header .mobile .mobile-nav .sec .item:last-child {
  padding-bottom: 20px;
}
.header .mobile .mobile-nav .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
.header .mobile .mobile-nav .links li {
  margin-right: 10px;
}
.header .mobile .mobile-nav .links li a, .header .mobile .mobile-nav .links li button {
  background: transparent;
}
.header.dark .lan {
  color: #ebebeb;
}
/*--------------------------------------------------------------------------*/
/*-------------------------------- Footer ----------------------------------*/
.footer .figure .list-style-1 li {
  margin-bottom: 15px;
}
.footer .figure .list-style-1 li:last-child {
  margin-bottom: 0;
}
.footer .figure .list-style-1.disc li {
  list-style: disc;
  margin-left: 25px;
}
.footer .figure .list-style-2 li {
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
.footer .figure .list-style-2 li a {
  font-weight: 700;
  display: block;
}
.footer .figure .list-style-2 li:last-child {
  margin-bottom: 0;
}
.footer .company-info-style-1 {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .company-info-style-1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
}
.footer .company-info-style-1 li:not(:last-child) {
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
}
.footer .company-info-style-1 li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.875rem;
  color: #bababa;
}
.footer .company-info-style-2 {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .company-info-style-2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.footer .company-info-style-2 li i {
  margin-right: 5px;
  color: #4FB6E9;
  width: 18px;
}
.footer .company-info-style-2 li:not(:last-child) {
  position: relative;
  margin-right: 20px;
}
.footer .content {
  background: #F0F4F7;
  padding: clamp(20px, 2.083vw, 30px) 0;
}
.footer .content > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .copyright {
  background: #F9D949;
  padding: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer .copyright {
    font-size: 14px;
    line-height: 1.5;
  }
}
.footer .logo-wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .company .info {
  font-size: 16px;
  margin-top: clamp(20px, 1.5625vw, 30px);
  color: #777777;
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  line-height: 1.45;
}
.footer .company .btn-contact {
  font-size: clamp(18px, 1.0416vw, 20px);
  padding: clamp(5px, 0.416vw, 8px) clamp(20px, 2.60416vw, 50px);
  border-radius: 50px;
  border: 2px solid #4FB6E9;
  color: #4FB6E9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.footer .company .btn-contact .material-symbols-outlined {
  margin-left: 8px;
}
.footer .company .btn-contact:hover {
  background: #4FB6E9;
  color: white;
  opacity: 1;
}
@media (max-width: 991px) {
  .footer .company {
    width: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.footer .figure:not(:last-child) {
  margin-right: 5.2083vw;
}
@media (max-width: 1024px) {
  .footer .figure:not(:last-child) {
    margin-right: 3.5vw;
  }
}
.footer .figure .title {
  margin-bottom: 15px;
}
.footer .figure .list {
  margin-bottom: 0;
}
.footer .figure .list a.item:hover {
  color: #4FB6E9;
}
.footer .figure .list-style-1 li.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .figure .list-style-1 li.item i {
  margin-right: 8px;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer .figure .list-style-1 li.item i.tel {
  background-image: url(../images/icon-f-tel.svg);
}
.footer .figure .list-style-1 li.item i.time {
  background-image: url(../images/icon-f-time.svg);
}
.footer .figure .list-style-1 li.item i.mail {
  background-image: url(../images/icon-f-mail.svg);
}
.footer .figure .list-style-2 {
  font-size: clamp(18px, 1.0416vw, 20px);
}
.footer .figure .list-style-2 a.item {
  color: #777777;
}
@media (max-width: 767px) {
  .footer .figure {
    display: none;
    width: 100%;
  }
  .footer .figure.logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer .social-medias {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .social-medias li .item {
  width: clamp(25px, 2.083vw, 30px);
  height: clamp(25px, 2.083vw, 30px);
  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;
}
.footer .social-medias li .item img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .footer .social-medias {
    margin-bottom: 10px;
  }
}
.footer .bottom {
  padding: clamp(20px, 1.5625vw, 30px) 0;
  background: #4FB6E9;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .bottom a {
  color: white;
}
.footer .bottom .content {
  padding: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .footer .bottom .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer.dark .content {
  background: #333333;
}
.footer.dark .logo-wrapper .title {
  color: #f5f5f5;
}
.footer.dark .company .info {
  color: white;
  opacity: 0.65;
}
.footer.dark .figure .list a.item {
  color: white;
  opacity: 0.65;
}
.footer.dark .figure .list a.item:hover {
  opacity: 1;
}
.footer.dark .figure .list-style-2 a.item {
  color: white;
}
.footer.dark .bottom .content {
  background: transparent;
}

/*---------------------------------------------------------------------*/
/*------------------------------ Index --------------------------------*/
.banner {
  padding-bottom: 0;
}
.banner .carousel-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: clamp(300px, 41.6vw, 600px);
}
@media (min-width: 1441px) {
  .banner .carousel-item .item {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .banner .carousel-item .item {
    width: 100%;
    height: auto;
  }
}
.banner .carousel-item .item .image {
  position: relative;
}
.banner .carousel-item .item .image img {
  max-width: inherit;
  height: clamp(300px, 41.6vw, 600px);
}
@media (min-width: 1441px) {
  .banner .carousel-item .item .image img {
    height: 600px;
  }
}
@media (max-width: 400px) {
  .banner .carousel-item .item .image img {
    height: 150px;
  }
}
.banner .carousel-indicators {
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: clamp(20px, 2.083vw, 40px);
  z-index: 0;
}
.banner .carousel-indicators .item {
  border: 1px solid #AAAAAA;
  padding-right: 0;
  margin: 0 7.5px;
  background: #AAAAAA;
  width: 15px;
  height: 15px;
}
.banner .carousel-indicators .item.active, .banner .carousel-indicators .item:hover {
  border: 1px solid black;
  background: black;
}
.banner .carousel-controls .link-prev, .banner .carousel-controls .link-next {
  color: white;
}
.banner .carousel-controls .link-prev [class^=carousel-control-], .banner .carousel-controls .link-prev [class*=carousel-control-], .banner .carousel-controls .link-next [class^=carousel-control-], .banner .carousel-controls .link-next [class*=carousel-control-] {
  font-size: clamp(25px, 2.60416vw, 50px);
}
.banner .carousel-controls .link-prev:hover, .banner .carousel-controls .link-next:hover {
  color: #4FB6E9;
}
.banner .carousel-controls .link-prev {
  left: clamp(15px, 4.16vw, 80px);
}
.banner .carousel-controls .link-next {
  right: clamp(15px, 4.16vw, 80px);
}

.link-style-1 .row [class^=col-]:nth-child(3n+2) .item, .link-style-1 .row [class*=col-]:nth-child(3n+2) .item {
  background: #F9D949;
}
.link-style-1 .row [class^=col-]:nth-child(3n+2) .item .btn, .link-style-1 .row [class*=col-]:nth-child(3n+2) .item .btn {
  background: #E4924B;
}
.link-style-1 .row [class^=col-]:nth-child(3n+2) .item:hover .btn, .link-style-1 .row [class*=col-]:nth-child(3n+2) .item:hover .btn {
  background: black;
  color: white;
}
.link-style-1 .owl-item:nth-child(3n+2) .item {
  background: #F9D949;
}
.link-style-1 .owl-item:nth-child(3n+2) .item .btn {
  background: #E4924B;
}
.link-style-1 .owl-item:nth-child(3n+2) .item:hover .btn {
  background: black;
  color: white;
}
.link-style-1 .owl-dots {
  margin-top: 0;
}

.bg-index-1 {
  background: url("../images/bg-index-1.jpg") center center no-repeat;
  background-size: cover;
}

.index-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #4FB6E9;
  border-radius: 0 clamp(10px, 3.472vw, 50px) 0 clamp(10px, 3.472vw, 50px);
  overflow: hidden;
}
.index-about .info {
  width: 41%;
  padding: clamp(20px, 3.4722vw, 50px) clamp(20px, 1.7361vw, 25px) clamp(20px, 3.4722vw, 50px) clamp(20px, 3.4722vw, 50px);
}
.index-about .image {
  width: 59%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: clamp(300px, 27.7vw, 400px);
  border-radius: 0 0 0 clamp(10px, 3.472vw, 50px);
}
@media (max-width: 991px) {
  .index-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-about .info, .index-about .image {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .index-blog .owl-carousel {
    padding: 0 25px;
  }
  .index-blog .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .index-blog .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}

/*---------------------------------------------------------------------*/
/*------------------------------ About --------------------------------*/
#about .animation-slogan {
  position: relative;
  height: 100%;
}
#about .animation-slogan .dec-left, #about .animation-slogan .dec-right {
  width: clamp(150px, 17.361vw, 250px);
}
#about .animation-slogan .dec-left {
  position: absolute;
  top: 0;
  right: 0;
}
#about .animation-slogan .dec-right {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
#about .animation-slogan .slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(150px, 20.972vw, 302px);
  height: clamp(100px, 211805vw, 305px);
  margin: 65px 0;
}
#about .animation-slogan .slogan img {
  width: 100%;
}
@media (max-width: 991px) {
  #about .animation-slogan {
    height: 300px;
    width: 320px;
  }
  #about .animation-slogan .dec-left {
    left: 0;
    right: auto;
  }
  #about .animation-slogan .dec-right {
    left: auto;
    right: 0;
    bottom: auto;
  }
  #about .animation-slogan .slogan {
    height: 155px;
    margin: 0;
  }
}
@media (max-width: 500px) {
  #about .animation-slogan {
    width: calc(100% - 30px);
  }
}
#about .about-man {
  height: clamp(400px, 49.4vw, 712px);
}
#about .businese-concept {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
#about .businese-concept::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(100px, 8.6805vw, 125px);
  background: white;
  z-index: 1;
}
#about .businese-concept .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #about .businese-concept {
    background-size: cover;
  }
}
#about .icon-blocks-style-1 .item {
  min-height: clamp 200px, 361vw, 250px;
}
#about .icon-blocks-style-1 .icon img {
  width: clamp(45px, 6.94vw, 100px);
  height: clamp(45px, 6.94vw, 100px);
}
#about .about-experience-animation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#about .about-experience-animation .item .title {
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 5px solid #bababa;
  display: inline-block;
}
#about .about-experience-animation .item .title.bg-color-main {
  background: transparent;
  border-bottom: 5px solid #4FB6E9;
}
#about .about-experience-animation .item .title.bg-color-sec {
  background: transparent;
  border-bottom: 5px solid #E4924B;
}
#about .about-experience-animation .item .title.bg-color-third {
  background: transparent;
  border-bottom: 5px solid #F9D949;
}
#about .about-experience-animation .left {
  width: clamp(50% - 309px, 50% - 21.458vw, 50% - 195px);
}
#about .about-experience-animation .left .item {
  padding-right: 10px;
}
#about .about-experience-animation .right {
  width: clamp(50% - 309px, 50% - 21.458vw, 50% - 195px);
}
#about .about-experience-animation .right .item {
  padding-left: 10px;
}
#about .about-experience-animation .center {
  width: clamp(300px, 42.916vw, 618px);
  height: clamp(188px, 26.875vw, 387px);
  position: relative;
}
#about .about-experience-animation .center .icon-wrapper {
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
#about .about-experience-animation .center .activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4FB6E9;
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: clamp(188px, 26.875vw, 387px);
  height: clamp(188px, 26.875vw, 387px);
}
#about .about-experience-animation .center .activity .icon-wrapper {
  width: 70%;
}
#about .about-experience-animation .center .trip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #F9D949;
  position: absolute;
  border-radius: 100%;
  top: 0;
  right: 0;
  width: clamp(188px, 26.875vw, 387px);
  height: clamp(188px, 26.875vw, 387px);
}
#about .about-experience-animation .center .trip .icon-wrapper {
  width: 70%;
}
#about .about-experience-animation .center .home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/about-circle-center.svg");
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(188px, 26.875vw, 387px);
  height: clamp(188px, 26.875vw, 387px);
}
#about .about-experience-animation .center .home .icon-wrapper {
  width: 40%;
}
@media (max-width: 767px) {
  #about .about-experience-animation .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #about .about-experience-animation .item {
    padding: 0 !important;
    width: 50%;
    margin-top: 20px;
  }
  #about .about-experience-animation .icon-wrapper .icon img {
    width: 50px;
  }
  #about .about-experience-animation .left, #about .about-experience-animation .right {
    width: 100%;
    max-width: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #about .about-experience-animation .center {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #about .about-experience-animation .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #about .about-experience-animation .right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#corporate_custom .page-banner {
  min-height: clamp(300px, 31.25vw, 450px);
}
#corporate_custom .page-banner .page-title {
  margin-bottom: clamp(50px, 6.94vw, 100px);
}
#corporate_custom .feature-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top clamp(50px, 6.94vw, 100px) center;
  margin-top: clamp(-100px, -6.94vw, -50px);
}
#corporate_custom .feature-wrapper .special-content {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: clamp(10px, 3.472vw, 50px) clamp(10px, 3.472vw, 50px) clamp(10px, 3.472vw, 50px) 0;
  padding: clamp(15px, 2.083vw, 30px) clamp(20px, 3.472vw, 50px);
  max-width: 900px;
  margin: 0 auto;
}
#corporate_custom .feature-wrapper .icon-blocks-style-1 .item {
  padding: clamp(20px, 4.16vw, 60px) clamp(15px, 2.083vw, 30px) clamp(15px, 2.083vw, 30px);
}
#corporate_custom .feature-wrapper .icon-blocks-style-1 .icon img {
  width: clamp(60px, 8.3vw, 120px);
  height: clamp(60px, 8.3vw, 120px);
}

.cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.cta .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta .group .item {
  padding-left: clamp(10px, 2.4305vw, 35px);
  padding-right: clamp(10px, 2.4305vw, 35px);
}

.custom-plan-process {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-plan-process .process-list {
  max-width: 756px;
  width: 100%;
  margin: clamp(20px, 2.083vw, 40px) auto 0;
}
.custom-plan-process .process-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.custom-plan-process .process-list .item .step {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-plan-process .process-list .item .info {
  width: calc(100% - 130px);
  position: relative;
  padding: clamp(20px, 1.7361vw, 25px) 0 clamp(20px, 1.7361vw, 25px) clamp(30px, 6.94vw, 100px);
}
.custom-plan-process .process-list .item .info::before {
  content: "";
  width: clamp(18px, 1.197916vw, 23px);
  height: clamp(18px, 1.197916vw, 23px);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: clamp(30px, 2.60416vw, 50px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.custom-plan-process .process-list .item .info::after {
  content: "";
  width: 1px;
  height: 100%;
  background: black;
  position: absolute;
  left: clamp(39px, 3.203118vw, 61.5px);
  top: 0;
  z-index: 0;
}
.custom-plan-process .process-list .item .info .des {
  line-height: 1.5555555556;
  margin-top: 15px;
}
.custom-plan-process .process-list .item:first-child .info::after {
  height: 50%;
  top: auto;
  bottom: 0;
}
.custom-plan-process .process-list .item:last-child .info::after {
  height: 50%;
}
.custom-plan-process .process-list .item:nth-child(3n-2) .info::before {
  background: #4FB6E9;
}
.custom-plan-process .process-list .item:nth-child(3n-1) .info::before {
  background: #F9D949;
}
.custom-plan-process .process-list .item:nth-child(3n) .info::before {
  background: #E4924B;
}
@media (max-width: 767px) {
  .custom-plan-process .process-list .item .step {
    width: 100px;
  }
  .custom-plan-process .process-list .item .info {
    width: calc(100% - 100px);
  }
  .custom-plan-process .process-list .item .info::before {
    left: 0;
  }
  .custom-plan-process .process-list .item .info::after {
    left: 9px;
  }
}

.corporate_page-banner {
  min-height: clamp(400px, 41.6vw, 600px);
  position: relative;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.corporate_page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(32%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
@media (max-width: 767px) {
  .corporate_page-banner::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(32%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.65)));
    background: linear-gradient(to right, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0.65) 100%);
  }
}
.corporate_page-banner .container {
  position: relative;
  z-index: 0;
  min-height: clamp(400px, 41.6vw, 600px);
}
.corporate_page-banner .content {
  min-height: clamp(400px, 41.6vw, 600px);
  padding-left: clamp(0px, 6.94vw, 100px);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: clamp(400px, 6.94vw + 400px, 500px);
}
@media (max-width: 500px) {
  .corporate_page-banner .content {
    padding-left: 0px;
  }
}

.corporate_events-link {
  margin-bottom: 0;
}
.corporate_events-link .item {
  min-height: clamp(250px, 27.7vw, 400px);
}
.corporate_events-link .item .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.corporate_events-link .item .info-wrapper {
  position: relative;
}
.corporate_events-link .item .info-wrapper::after {
  content: "";
  position: absolute;
  left: calc(100% - 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 40px solid #555555;
  border-right: 0;
}
.corporate_events-link .item .info {
  line-height: 1.5;
}
.corporate_events-link .item:nth-child(3n-2) .info-wrapper {
  background: #4FB6E9;
}
.corporate_events-link .item:nth-child(3n-2) .info-wrapper::after {
  border-left: 40px solid #4FB6E9;
}
.corporate_events-link .item:nth-child(3n-2) .info-wrapper .btn {
  background-color: #F9D949;
}
.corporate_events-link .item:nth-child(3n-2) .info-wrapper .btn:hover {
  background-color: black;
  color: white;
}
.corporate_events-link .item:nth-child(3n-1) .info-wrapper {
  background: #F9D949;
}
.corporate_events-link .item:nth-child(3n-1) .info-wrapper::after {
  border-left: 40px solid #F9D949;
}
.corporate_events-link .item:nth-child(3n-1) .info-wrapper .btn {
  background-color: #4FB6E9;
}
.corporate_events-link .item:nth-child(3n-1) .info-wrapper .btn:hover {
  background-color: black;
  color: white;
}
.corporate_events-link .item:nth-child(3n) .info-wrapper {
  background: #E4924B;
}
.corporate_events-link .item:nth-child(3n) .info-wrapper::after {
  border-left: 40px solid #E4924B;
}
.corporate_events-link .item:nth-child(3n) .info-wrapper .btn {
  background-color: #F9D949;
}
.corporate_events-link .item:nth-child(3n) .info-wrapper .btn:hover {
  background-color: black;
  color: white;
}
.corporate_events-link .item:nth-child(even) .info-wrapper::after {
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
  left: auto;
  right: calc(100% - 10px);
}
@media (max-width: 991px) {
  .corporate_events-link .item .image {
    height: 300px;
  }
  .corporate_events-link .item .info-wrapper {
    padding: 30px 15px;
  }
  .corporate_events-link .item .info-wrapper::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .corporate_events-link .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .corporate_events-link .item .info-wrapper, .corporate_events-link .item .image {
    width: 50%;
  }
  .corporate_events-link .item .info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .corporate_events-link .item .info {
    max-width: 100%;
    padding: clamp(15px, 3.472vw, 50px);
  }
  .corporate_events-link .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1440px) {
  .corporate_events-link .item .info {
    max-width: 440px;
    padding: clamp(10px, 3.472vw, 50px) 0;
  }
  .corporate_events-link .item:nth-child(odd) .info-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .corporate_events-link .item:nth-child(odd) .info {
    margin-right: clamp(15px, 8.3vw, 120px);
  }
  .corporate_events-link .item:nth-child(even) .info {
    margin-left: clamp(15px, 3.472vw, 50px);
  }
}

.esg1 {
  position: absolute;
  right: 0;
  top: clamp(100px, 13.8vw, 200px);
  max-width: clamp(400px, 47.2vw, 680px);
  opacity: 0;
}
@media (max-width: 1300px) {
  .esg1 {
    top: 100px;
  }
}
@media (max-width: 1060px) {
  .esg1 {
    top: 100px;
    max-width: clamp(300px, 42.45283018vw, 450px);
  }
}
@media (max-width: 767px) {
  .esg1 {
    top: 200px;
  }
}
@media (max-width: 700px) {
  .esg1 {
    top: 300px;
    max-width: clamp(200px, 42.857142857vw, 300px);
  }
}

.corporate_esg-wrapper .container {
  position: relative;
}
.corporate_esg-wrapper .content {
  padding-left: clamp(0px, 6.94vw, 100px);
  max-width: clamp(700px, 6.94vw + 700px, 800px);
}
.corporate_esg-wrapper .content hr {
  background: #4FB6E9;
  opacity: 1;
}
.corporate_esg-wrapper .content hr:not([size]) {
  height: 3px;
}
.corporate_esg-wrapper .content ul {
  padding-left: 20px;
}
.corporate_esg-wrapper .content ul li:not(:last-child) {
  margin-bottom: 5px;
}
.corporate_esg-wrapper .esg2 {
  position: absolute;
  bottom: 1vw;
  right: -1.5vw;
  width: clamp(200px, 39.027vw, 562px);
}
@media (max-width: 768px) {
  .corporate_esg-wrapper .esg2 {
    right: 15px;
    bottom: 25px;
  }
}
@media (max-width: 480px) {
  .corporate_esg-wrapper .esg2 {
    position: relative;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}
.corporate_esg-wrapper .esg3 {
  max-width: clamp(200px, 41.6vw, 600px);
}
@media (max-width: 1350px) {
  .corporate_esg-wrapper .esg3 {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .corporate_esg-wrapper .esg3 {
    margin-top: 150px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .corporate_esg-wrapper .esg3 {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .corporate_esg-wrapper .content {
    padding-left: 0;
  }
}

.corporate_parties-link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corporate_parties-link li .content {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(100% - 300px, 100% - 33.333vw, 100% - 480px);
  padding: clamp(10px, 1.0416vw, 20px);
}
.corporate_parties-link li .image-wrapper {
  position: relative;
}
.corporate_parties-link li .image-wrapper .image {
  width: clamp(300px, 33.333vw, 480px);
  height: clamp(300px, 33.333vw, 480px);
  border-width: 5px;
  border-style: solid;
  border-radius: 100%;
  border-color: #E4924B;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.corporate_parties-link li .image-wrapper::before {
  content: url("../images/icon-party.svg");
  position: absolute;
  top: -20px;
  left: -9px;
}
.corporate_parties-link li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.corporate_parties-link li:nth-child(even) .image-wrapper .image {
  border-color: #F9D949;
}
@media (max-width: 767px) {
  .corporate_parties-link li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .corporate_parties-link li .content {
    width: 100%;
    padding: 0;
  }
  .corporate_parties-link li .image-wrapper {
    margin-top: 20px;
  }
  .corporate_parties-link li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corporate_parties-link li:nth-child(even) .content {
    padding: 0;
  }
}

#corporate_parties .custom-plan-process {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}
#corporate_parties .custom-plan-process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(32%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
@media (max-width: 767px) {
  #corporate_parties .custom-plan-process::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(32%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(to right, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0.5) 100%);
  }
}
#corporate_parties .custom-plan-process .process-list .item .info {
  padding: clamp(20px, 3.4722vw, 50px) 0 clamp(20px, 3.4722vw, 50px) clamp(60px, 6.94vw, 100px);
}
@media (max-width: 991px) {
  #corporate_parties .owl-carousel {
    padding: 0 30px;
  }
  #corporate_parties .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  #corporate_parties .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
#corporate_parties .modal-dialog {
  max-width: calc(100vw - 30px);
  margin: 15px 0 0 15px;
}
#corporate_parties .modal-content {
  padding: clamp(20px, 5.2083vw, 75px) clamp(10px, 1.0416vw, 20px) clamp(20px, 6.94vw, 100px) clamp(15px, 4.16vw, 60px);
  border-radius: 0 clamp(10px, 3.472vw, 50px) 0 clamp(10px, 3.472vw, 50px);
}
#corporate_parties .modal-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#corporate_parties .modal-content .content .left {
  width: clamp(100% - 485px, 100% - 33.6805vw, 100% - 300px);
}
#corporate_parties .modal-content .content .right {
  width: clamp(300px, 33.6805vw, 485px);
  padding: 0 clamp(42.5px, 2.99025vw, 10px);
}
#corporate_parties .modal-content .title-style-1 {
  padding-top: 20px;
  padding-bottom: 4px;
  background-size: 18%;
  background-position: top left, bottom right;
}
#corporate_parties .modal-content .slider-party .slider-for .slick-track {
  margin: 0;
}
#corporate_parties .modal-content .slider-party .slider-for .slick-slide img {
  width: 100%;
}
#corporate_parties .modal-content .slider-party .slider-nav {
  margin-top: 15px;
}
#corporate_parties .modal-content .slider-party .slider-nav .slick-list {
  margin-left: -7px;
  margin-right: -7px;
}
#corporate_parties .modal-content .slider-party .slider-nav .slick-list .slick-slide {
  padding-left: 7px;
  padding-right: 7px;
}
#corporate_parties .modal-content .slider-party .slider-nav .slick-next:before, #corporate_parties .modal-content .slider-party .slider-nav .slick-prev:before {
  color: black;
}
@media (min-width: 1200px) {
  #corporate_parties .modal-dialog {
    max-width: 1046px;
  }
}
@media (min-width: 1024px) {
  #corporate_parties .modal-dialog {
    max-width: 70vw;
  }
}
@media (min-width: 768px) {
  #corporate_parties .modal-dialog {
    max-width: 85vw;
  }
}
@media (max-width: 600px) {
  #corporate_parties .modal-content {
    padding: 20px 15px;
  }
  #corporate_parties .modal-content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #corporate_parties .modal-content .content .left, #corporate_parties .modal-content .content .right {
    width: 100%;
  }
  #corporate_parties .modal-content .content .right {
    margin-top: 20px;
  }
}

#team .corporate_parties-link li .content .info {
  max-width: 395px;
}

.custom-wrapper-1 {
  position: relative;
}
.custom-wrapper-1 .dec-1 {
  position: absolute;
  left: 10.138vw;
  top: clamp(-65px, -4.5138vw, -30px);
}
.custom-wrapper-1 .dec-1 img {
  width: clamp(100px, 19.2361vw, 277px);
  height: clamp(83px, 15.972vw, 230px);
}
.custom-wrapper-1 .title {
  position: relative;
  margin-bottom: clamp(15px, 2.083vw, 30px);
  padding-bottom: clamp(15px, 2.083vw, 30px);
}
.custom-wrapper-1 .title::after {
  content: "";
  width: 125px;
  height: 4px;
  background: #E4924B;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.custom-wrapper-2 {
  margin-top: clamp(-50px, -3.472vw, -20px);
}
@media (max-width: 767px) {
  .custom-wrapper-2 {
    margin-top: 50px;
  }
}

#family .corporate_parties-link li:nth-child(odd) .content {
  padding: 0 clamp(20px, 4.16vw, 60px) 0 0;
}
#family .corporate_parties-link li:nth-child(even) .content {
  padding: 0 0 0 clamp(20px, 4.16vw, 60px);
}

/*---------------------------------------------------------------------*/
/*--------------------------- Group Tours -----------------------------*/
.selector-group {
  background: #F9D949;
  border-radius: 80px;
  padding: 10px clamp(15px, 2.4305vw, 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(18px, 1.6vw, 24px);
}
.selector-group .form-control {
  font-size: clamp(18px, 1.6vw, 24px);
  height: 40px;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  border-color: transparent;
}
.selector-group .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: clamp(20px, 1.6vw, 35px);
}
.selector-group .form-group .form-label {
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 0;
  word-break: keep-all;
}
.selector-group .form-group .form-control {
  width: clamp(100px, 8.6805vw, 125px);
}
.selector-group .form-group .form-control option {
  font-size: 14px;
}
.selector-group .form-group .select2-container {
  width: clamp(100px, 8.6805vw, 125px) !important;
}
.selector-group .form-group .select2-container .select2-selection--single {
  font-size: clamp(18px, 1.6vw, 24px);
  height: 40px;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  border-color: transparent;
}
.selector-group .form-group .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.selector-group .form-group .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.selector-group .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.selector-group .search-bar .btn {
  width: 40px;
  height: 40px;
  background: transparent;
}
.selector-group .search-bar .form-control {
  width: clamp(125px, 15.27vw, 220px);
}
@media (max-width: 767px) {
  .selector-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 15px;
  }
  .selector-group .form-label {
    width: 100px;
  }
  .selector-group .form-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .selector-group .form-group .select2-container {
    width: calc(100% - 100px) !important;
  }
  .selector-group .search-bar {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .selector-group .search-bar .btn {
    width: 60px;
    margin-right: 10px;
  }
  .selector-group .search-bar .form-control {
    width: calc(100% - 110px) !important;
  }
}

.select2-dropdown {
  border-color: transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #F9D949;
  color: black;
}

.tour-content {
  padding-left: clamp(20px, 7.9861vw + 20px, 135px);
}
.tour-content .webeditor {
  padding-left: clamp(50px, 2.60416vw + 20px, 70px);
}
.tour-content .webeditor .table-responsive {
  max-width: 100%;
  overflow-x: auto;
}
.tour-content .webeditor table {
  width: 100%;
}
.tour-content .webeditor table tr th, .tour-content .webeditor table tr td {
  text-align: center;
  height: clamp(40px, 4.16vw, 60px);
  border: 1px solid black;
  line-height: 1.1;
}
.tour-content .webeditor table thead tr th, .tour-content .webeditor table thead tr td {
  background: #4FB6E9;
  font-weight: 700;
}
.tour-content .webeditor table thead tr th .fs-12, .tour-content .webeditor table thead tr td .fs-12 {
  font-weight: 400;
}
.tour-content .webeditor table tbody tr th {
  font-weight: 700;
}
.tour-content .webeditor .note {
  border: 2px solid #E4924B;
  border-radius: 10px;
  padding: clamp(15px, 2.083vw, 30px) clamp(15px, 1.0416vw, 20px);
}
.tour-content.small .webeditor {
  padding-left: 0px;
}
@media (max-width: 550px) {
  .tour-content {
    padding-left: 0;
  }
}

.quantity-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quantity-controls .quantity-input {
  width: 60px;
  height: 35px;
  border: 1px solid black;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.quantity-controls .cart-button {
  width: 24px;
  height: 24px;
  background: black;
  color: white;
  position: relative;
  border-radius: 100%;
}

.table.order tr td {
  font-weight: 700;
}
.table.order tr td:last-child {
  text-align: right;
}
.table.order thead {
  border-bottom: 2px solid black;
}
.table.order thead tr td:first-child {
  padding: 0 10px 10px 0;
  width: 65%;
}
.table.order thead tr td:last-child {
  padding: 0 0 10px 10px;
}
.table.order tbody tr td:first-child {
  padding: clamp(15px, 2.083vw, 30px) 10px 0 clamp(0px, 6.1vw, 64px);
  line-height: 1.4;
}
.table.order tbody tr td:last-child {
  padding: 0 0 10px 10px;
  vertical-align: middle;
}

.checkbox-style-wrapper input {
  display: none;
}
.checkbox-style-wrapper .checkbox-style {
  text-align: left;
  position: relative; /* 建立定位上下文，方便偽元素絕對定位 */
  padding-left: clamp(30px, 3.472vw, 50px); /* 為自訂核選方塊留出空間 */
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  margin-bottom: 0;
}
.checkbox-style-wrapper .checkbox-style::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #D9D9D9;
  background-color: #D9D9D9; /* 預設背景色 */
}

input:checked + .checkbox-style::before {
  background-color: #F9D949;
}

/*---------------------------------------------------------------------*/
/*----------------------------- Contact -------------------------------*/
.contact-form {
  max-width: 855px;
  margin: 0 auto;
}
.contact-form .row {
  margin-left: clamp(-27.5px, -1.90972vw, -5px);
  margin-right: clamp(-27.5px, -1.90972vw, -5px);
}
.contact-form .row [class^=col-], .contact-form .row [class*=col-] {
  padding-left: clamp(5px, 1.90972vw, 27.5px);
  padding-right: clamp(5px, 1.90972vw, 27.5px);
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group .form-control {
  border: 2px solid black;
  min-height: clamp(40px, 4.16vw, 60px);
  border-radius: 10px;
}
.contact-form .form-group .select2-container {
  width: 100% !important;
  border: 2px solid black;
  border-radius: 10px;
}
.contact-form .form-group .select2-container .select2-selection--single {
  height: clamp(36px, 4.16vw - 4px, 56px);
  border-radius: 10px;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  border-color: transparent;
}
.contact-form .form-group .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.contact-form .form-group .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-form .form-group textarea.form-control {
  height: auto;
}
.contact-form .submit {
  width: 200px;
  height: clamp(40px, 4.16vw, 60px);
  color: black;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F9D949;
  border-radius: 80px;
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-info .list {
  margin-bottom: 0;
}
.contact-info .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-info .list li .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-info .list li .info {
  width: calc(100% - 40px);
  padding-left: 20px;
}
.contact-info .list li:not(:last-child) {
  margin-bottom: 25px;
}
.contact-info .list li .left {
  padding-left: clamp(15px, 15.7638vw, 227px);
}
.contact-info .left {
  padding-left: 15.694vw;
  width: calc(100% - 53.472vw);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-info .right {
  height: 100%;
  width: 53.472vw;
  min-height: 390px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .contact-info .left, .contact-info .right {
    width: 100%;
  }
  .contact-info .left {
    padding: 25px 15px;
  }
}

#contact .select2-dropdown {
  border-width: 0 2px 2px;
  border-radius: 0 0 10px 10px;
  border-color: black;
  top: -25px;
  margin-top: 10px;
  overflow: hidden;
}
#contact .select2-results__option {
  padding: 6px 10px;
}

/*---------------------------------------------------------------------*/
/*------------------------------- News --------------------------------*/
#blog_i .category {
  background: #4FB6E9;
  color: white;
}
#blog_i .date {
  margin-left: 20px;
}
#blog_i .webeditor img {
  width: 100%;
}
#blog_i .js-video-button {
  position: relative;
}
#blog_i .js-video-button .icon {
  width: clamp(40px, 5.5vw, 80px);
  height: clamp(40px, 5.5vw, 80px);
  background: url("../images/icon-play.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-wrapper .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-wrapper .btn svg {
  fill: #4FB6E9;
}
.page-wrapper .btn .text {
  display: inline-block;
  font-weight: 700;
  color: #4FB6E9;
  line-height: 1;
}
.page-wrapper .btn.prev .text {
  padding-left: 10px;
}
.page-wrapper .btn.next .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.page-wrapper .btn.next .text {
  padding-right: 10px;
}
.page-wrapper .btn:hover .text {
  color: black;
}
.page-wrapper .btn:hover svg {
  fill: black;
}

/*--------------------------------------------------------------------------*/
/*---------------------------------- FAQ -----------------------------------*/
.faq .title {
  font-size: clamp(20px, 1.66vw, 24px);
  margin-bottom: 0;
  line-height: 1.35;
}
.faq .btn {
  font-size: 16px;
}
.faq .item:hover .title {
  color: #4FB6E9;
}
.faq .collapse-app .item {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
.faq .collapse-app .item .icon {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .collapse-app .item .info {
  padding: 0;
  line-height: 1.55;
}
.faq .collapse-app .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 20px;
}
.faq .collapse-app .item .content .title {
  width: 87%;
  line-height: 1.63;
}
.faq .collapse-app .item .content .icon {
  margin-left: auto;
}
.faq .collapse-app .item .content:hover {
  cursor: pointer;
}
.faq .collapse-app .item .content.collapsed {
  background: transparent;
}
.faq .collapse-app .item .content.collapsed .num {
  background: #777777;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .collapse-app .item .content.collapsed .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .collapse-app .item:not(:last-child) {
  margin-bottom: 0;
}
.faq .collapse-app .item:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .collapse-app .item:hover .title.collapsed {
  background: transparent;
}
.faq .collapse-app .item:hover .title.collapsed .icon {
  background: #4FB6E9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .collapse-app .item:hover .title .icon::before, .faq .collapse-app .item:hover .title .icon::after {
  background: #4FB6E9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- Member ----------------------------------*/
.social-login .title {
  position: relative;
  text-align: center;
}
.social-login .title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: black;
}
.social-login .title .text {
  background: white;
  display: inline-block;
  z-index: 2;
  position: relative;
  padding: 0 15px;
}
.social-login .list {
  margin-bottom: 0;
  padding-left: 0;
  margin-right: -10px;
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-login .list li {
  padding-left: 10px;
  padding-right: 10px;
}
.social-login .list li .link {
  display: block;
}
.social-login .list li .link img {
  width: 50px;
  height: 50px;
}

.list.sidebar {
  background: #4FB6E9;
  padding: clamp(10px, 1.0416vw, 20px) 0;
}
.list.sidebar li {
  padding: 0 clamp(10px, 2.083vw, 30px);
}
.list.sidebar li .link {
  display: block;
  padding: clamp(10px, 2.083vw, 30px);
  color: white;
}
.list.sidebar li .link:hover, .list.sidebar li .link.active {
  color: #F9D949;
}
.list.sidebar li:not(:last-child) .link {
  border-bottom: 1px solid white;
}

#memeber_info .contact-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
#memeber_info .contact-form .row [class^=col-], #memeber_info .contact-form .row [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}