html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--swiper-wrapper-transition-timing-function,initial:;
--title:#141414;
--text:#4d4e4f;
--primary:#0097d8;
--secondary:#6bb34a;
--swiper-pagination-bottom,8px:;
--swiper-pagination-bullet-width,:;
--swiper-pagination-bullet-horizontal-gap,4px:;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_banner {
 position: relative;
 overflow: hidden;
 background-color: rgb(0, 37, 58);
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.swiper-horizontal {
 touch-action: pan-y;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 768px){
.home_banner .home_banner_swiper .swiper-slide::before {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 content: "";
 background-color: var(--title);
 opacity: 0.3;
 pointer-events: none;
 z-index: -1;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 padding: 0px 3rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.home_banner .flex {
 min-height: 68.3rem;
 padding: 6rem 0px 8rem;
 }
@media screen and (max-width: 768px){
.home_banner .flex {
 min-height: auto;
 padding: 50px 0px 70px;
 }}
.head.white {
 color: rgb(255, 255, 255);
 }
.home_banner .head {
 flex: 1 1 0%;
 max-width: 62.6rem;
 padding-bottom: 2.8%;
 }
@media screen and (max-width: 768px){
.home_banner .head {
 padding: 0px;
 }}
.home_banner .head .title {
 font-size: 5.4rem;
 line-height: 1.12963;
 font-weight: 800;
 transform: translateX(-100px);
 opacity: 0;
 transition: 0.3s 0.5s;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.home_banner .head .title {
 font-size: 5rem;
 }}
@media screen and (max-width: 768px){
.home_banner .head .title {
 font-size: 25px;
 line-height: 1.3;
 }}
.head.white p {
 color: rgba(255, 255, 255, 0.8);
 font-weight: 300;
 letter-spacing: 0.015rem;
 }
.head.white.bn p {
 color: rgba(255, 255, 255, 0.85);
 }
.head.bn p {
 line-height: 3rem;
 }
.head p, .head .desc {
 font-size: 1.8rem;
 line-height: 3.2rem;
 color: var(--text);
 }
.home_banner .head p {
 max-width: 48.2rem;
 margin-top: 1.4rem;
 transform: translateX(-100px);
 opacity: 0;
 transition: 0.3s 0.6s;
 }
@media screen and (max-width: 768px){
div.head.white p {
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
div.head.bn p {
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
@media screen and (max-width: 768px){
.home_banner .head p {
 margin-top: 12px;
 }}
.home_banner .head .more {
 transform: translateX(-100px);
 opacity: 0;
 transition: 0.3s 0.7s;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 text-align: center;
 vertical-align: top;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 100px;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: rgb(255, 255, 255);
 font-size: 1.8rem;
 font-weight: 700;
 line-height: 6rem;
 padding: 0px 3.9rem;
 }
.btn:hover {
 background-color: var(--secondary);
 border-color: var(--secondary);
 }
.home_banner .head .btn {
 margin-top: 2.7rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line, div.head .btn_i {
 margin-top: 20px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.home_banner .head .btn {
 margin-top: 20px;
 }}
.head h1 {
 font-size: 5.4rem;
 line-height: 1.12963;
 font-weight: 800;
 }
.home_banner .home_banner_swiper .swiper-slide-active .head .title, .home_banner .home_banner_swiper .swiper-slide-active .head p, .home_banner .home_banner_swiper .swiper-slide-active .head .more {
 transform: translateX(0px);
 opacity: 1;
 transition: 0.5s 0.6s;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.head h1 {
 font-size: 5rem;
 }}
@media screen and (max-width: 768px){
div.head h1 {
 font-size: 25px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.home_banner .home_banner_swiper .swiper-slide-active .head p {
 transition: 0.5s 0.7s;
 }
.home_banner .home_banner_swiper .swiper-slide-active .head .more {
 transition: 0.5s 0.8s;
 }
.home_banner .btns {
 width: 98%;
 max-width: 178.7rem;
 position: absolute;
 left: 50%;
 top: 42.8%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 display: flex;
 justify-content: space-between;
 }
@media screen and (max-width: 768px){
.home_banner .btns {
 display: none;
 }}
.home_banner .btns div {
 pointer-events: all;
 width: 1.4rem;
 height: 2.4rem;
 background: url("https://delfino.hk//wp-content/plugins/sytech-fronteditor/sytpl/home_0/assets/img/arrow2.svg") center center / contain no-repeat;
 content: "";
 cursor: pointer;
 transition: 0.3s;
 filter: contrast(0) brightness(2);
 }
.home_banner .btns div:hover {
 filter: unset;
 }
.home_banner .btns .swiper_next {
 transform: rotate(180deg);
 }
.home_banner div.swiper-pagination.swiper-pagination-bullets {
 display: flex;
 gap: 0.7rem;
 bottom: 4.1rem;
 left: unset;
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
 bottom: var(--swiper-pagination-bottom,8px);
 top: var(--swiper-pagination-top,auto);
 left: 0px;
 width: 100%;
 }
@media screen and (max-width: 768px){
.home_banner div.swiper-pagination.swiper-pagination-bullets {
 gap: 5px;
 bottom: 20px;
 }}
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
 position: relative;
 flex: 1 1 0%;
 width: auto;
 height: 3px;
 background: rgba(255, 255, 255, 0.37);
 opacity: 0.6;
 margin: 0px;
 transition: 0.4s;
 max-width: 4.3rem;
 border-radius: 10px;
 }
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
 width: 0px;
 height: 2px;
 position: absolute;
 left: 0px;
 top: 50%;
 transform: translateY(-50%);
 content: "";
 background-color: rgb(255, 255, 255);
 border-radius: 10px;
 }
.swiper-pagination-bullet {
 width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
 height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
 display: inline-block;
 border-radius: var(--swiper-pagination-bullet-border-radius,50%);
 background: var(--swiper-pagination-bullet-inactive-color,#000);
 opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
 }
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
 }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
 margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
 }
@media screen and (max-width: 768px){
.home_banner div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
 max-width: 35px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#0097d8;
--title:#141414;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_video {
 padding: 3.7rem 0px 2.2rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_video {
 padding: 30px 0px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 padding: 0px 3rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_bottom {
 align-items: flex-end;
 }
.gap {
 gap: 3rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.home_video .desc {
 color: rgb(35, 35, 35);
 }
.home_video .desc strong {
 display: inline-block;
 font-size: 2.4rem;
 font-weight: 600;
 }
@media screen and (max-width: 768px){
.home_video .desc strong {
 font-size: 16px;
 }}
.home_video .desc p {
 display: inline-block;
 font-size: 2rem;
 font-weight: 500;
 opacity: 0.85;
 }
.home_video .desc p::before {
 display: inline-block;
 content: "";
 width: 1px;
 height: 2.3rem;
 background-color: rgb(35, 35, 35);
 opacity: 0.23;
 margin: 0px 3.4rem 0px 3rem;
 vertical-align: bottom;
 }
@media screen and (max-width: 768px){
.home_video .desc p {
 font-size: 14px;
 }}
@media screen and (max-width: 768px){
.home_video .desc p::before {
 display: none;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn_i {
 display: inline-flex;
 align-items: center;
 cursor: pointer;
 background-color: transparent;
 transition: 0.3s;
 font-size: 1.8rem;
 line-height: normal;
 font-weight: 700;
 color: var(--primary);
 gap: 1.6rem;
 }
.btn_i::after {
 display: inline-block;
 content: "";
 width: 1.6rem;
 height: 1.6rem;
 background: url("https://delfino.hk//wp-content/plugins/sytech-fronteditor/sytpl/home_1/assets/img/arrow-r.svg") right center / contain no-repeat;
 transition: 0.3s;
 }
.btn_i:hover::after {
 transform: translateX(20%);
 }
.home_video .btn_i {
 font-size: 1.7rem;
 font-weight: 600;
 }
.home_video .btn_i::after {
 width: 1.4rem;
 height: 1.4rem;
 background-image: url("https://delfino.hk//wp-content/plugins/sytech-fronteditor/sytpl/home_1/assets/img/nav-r.svg");
 }
@media screen and (max-width: 768px){
.btn_i {
 font-size: 14px;
 gap: 12px;
 }}
@media screen and (max-width: 768px){
.btn_i::after {
 width: 12px;
 height: 12px;
 }}
@media screen and (max-width: 768px){
.home_video .btn_i {
 font-size: 14px;
 }}
@media screen and (max-width: 768px){
.home_video .btn_i::after {
 width: 12px;
 height: 12px;
 }}
.video {
 position: relative;
 width: 100%;
 padding-bottom: 42.2656%;
 border-radius: 3.4rem;
 overflow: hidden;
 cursor: pointer;
 }
.home_video .video {
 margin-top: 6.2rem;
 padding-bottom: 52.6562%;
 }
@media screen and (max-width: 768px){
.video {
 border-radius: 10px;
 }}
@media screen and (max-width: 768px){
.home_video .video {
 margin-top: 30px;
 }}
.video video, .video img, .video iframe, .video div:not(.btn_play) {
 width: 100%;
 height: 100%;
 display: block;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 }
i, em {
 font-style: normal;
 }
.video .btn_play {
 position: absolute;
 width: 6.25%;
 padding-bottom: 6.25%;
 left: 50%;
 top: 50%;
 z-index: 2;
 transform: translate(-50%, -50%);
 border-radius: 50%;
 background: url("https://delfino.hk//wp-content/plugins/sytech-fronteditor/sytpl/home_1/assets/img/play.svg") no-repeat center / 26.25% var(--primary);
 transition: 0.4s, opacity 0.3s;
 cursor: pointer;
 }
.video .btn_play:hover {
 transform: translate(-50%, -50%) scale(1.1);
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#4d4e4f;
--primary:#0097d8;
--secondary:#6bb34a;
--h:;
--title:#141414;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_factory {
 padding: 2.2rem 0px 6.9rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_factory {
 padding: 30px 0px 50px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 padding: 0px 3rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.home_factory .head {
 gap: 2.3rem 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_factory .head {
 display: block;
 }}
.head h2 {
 font-weight: 700;
 font-size: 3.6rem;
 line-height: 1.5;
 }
.home_factory h2 {
 max-width: 59.5rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.head p, .head .desc {
 font-size: 1.8rem;
 line-height: 3.2rem;
 color: var(--text);
 }
.home_factory p {
 order: 3;
 max-width: 109.3rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 text-align: center;
 vertical-align: top;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 100px;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: rgb(255, 255, 255);
 font-size: 1.8rem;
 font-weight: 700;
 line-height: 6rem;
 padding: 0px 3.9rem;
 }
.btn:hover {
 background-color: var(--secondary);
 border-color: var(--secondary);
 }
.home_factory .btn {
 margin-top: 1.3rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
div.head.flex .btn, div.head.flex .btn_line, div.head.flex .btn_i {
 margin: 0px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line, div.head .btn_i {
 margin-top: 20px;
 }}
@media screen and (max-width: 768px){
div.head .btn, div.head .btn_line {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.home_factory .head.flex .btn {
 margin-top: 20px;
 }}
.home_factory .items {
 position: relative;
 padding-bottom: 33.125%;
 margin-top: 8.5rem;
 }
@media screen and (max-width: 768px){
.home_factory .items {
 margin-top: 30px;
 min-height: 240px;
 }}
.home_factory .items > div {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 display: flex;
 gap: 1.4rem;
 }
@media screen and (max-width: 768px){
.home_factory .items > div {
 width: calc(100% + 40px);
 padding: 20px 20px 0px;
 margin: 0px -20px;
 overflow-x: auto;
 }}
.home_factory .item {
 flex: 1 1 0%;
 position: relative;
 transition: flex 0.5s;
 }
.home_factory .active {
 flex: 2.59562 1 0%;
 }
@media screen and (max-width: 768px){
.home_factory .item {
 flex: 1 0 300px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.home_factory .item .img.img_cv {
 width: 100%;
 height: 100%;
 border-radius: 1.4rem;
 }
.home_factory .item .img.img_cv::after {
 position: absolute;
 width: 100%;
 height: 31%;
 left: 0px;
 bottom: 0px;
 content: "";
 pointer-events: none;
 background-image: linear-gradient(to top, rgb(15, 101, 178) 9.2%, transparent);
 transition: 0.3s;
 }
.home_factory .active .img.img_cv::after {
 opacity: 0;
 }
@media screen and (max-width: 768px){
.home_factory .item .img.img_cv {
 border-radius: 10px;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_factory .item:hover img {
 transform: scale(1.02);
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_factory .item .img_ct {
 position: absolute;
 width: 60.82%;
 --h: 100%;
 bottom: 18.4%;
 left: 50%;
 transform: translateX(-50%);
 transition: 0.3s;
 opacity: 0;
 }
.home_factory .active .img.img_ct {
 opacity: 1;
 }
@media screen and (max-width: 768px){
.home_factory .item .img.img_ct {
 bottom: unset;
 top: -20px;
 }}
.img.img_ct img {
 object-fit: contain;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.home_factory .item .title {
 font-size: 2.4rem;
 line-height: 1.3333;
 font-weight: 700;
 color: rgb(255, 255, 255);
 position: absolute;
 z-index: 2;
 bottom: 6.7%;
 left: 0px;
 right: 0px;
 padding: 0px 3.2rem;
 }
@media screen and (max-width: 768px){
.home_factory .item .title {
 font-size: 18px;
 padding: 0px 20px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#4d4e4f;
--primary:#0097d8;
--secondary:#6bb34a;
--title:#141414;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.page_free::before {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0px;
 top: 0px;
 content: "";
 background-color: rgb(18, 103, 167);
 opacity: 0.84;
 z-index: -1;
 pointer-events: none;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.page_free > img:nth-of-type(2) {
 z-index: -1;
 }
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 padding: 0px 3rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
.page_free .flex {
 min-height: 35.9rem;
 padding: 4rem 0px;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.page_free .flex {
 min-height: auto;
 padding: 50px 0px;
 }}
.head.white {
 color: rgb(255, 255, 255);
 }
.page_free .head {
 max-width: 54.7rem;
 }
.head h2 {
 font-weight: 700;
 font-size: 3.6rem;
 line-height: 1.5;
 }
.page_free .head h2 {
 line-height: 1.38889;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
@media screen and (max-width: 768px){
.page_free .head h2 {
 line-height: 1.3;
 }}
.head.white p {
 color: rgba(255, 255, 255, 0.8);
 font-weight: 300;
 letter-spacing: 0.015rem;
 }
.head p, .head .desc {
 font-size: 1.8rem;
 line-height: 3.2rem;
 color: var(--text);
 }
.page_free p {
 max-width: 51.4rem;
 margin-top: 1rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
div.head.white p {
 letter-spacing: unset;
 }}
@media screen and (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
.page_free .btns {
 display: grid;
 gap: 2rem;
 }
@media screen and (max-width: 768px){
.page_free .btns {
 display: flex;
 flex-wrap: wrap;
 gap: 10px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 text-align: center;
 vertical-align: top;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 100px;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: rgb(255, 255, 255);
 font-size: 1.8rem;
 font-weight: 700;
 line-height: 6rem;
 padding: 0px 3.9rem;
 }
.btn:hover {
 background-color: var(--secondary);
 border-color: var(--secondary);
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--text:#4d4e4f;
--title:#141414;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_advantages {
 padding: 4.3rem 0px 5.6rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_advantages {
 padding: 50px 0px;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 padding: 0px 3rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head h2 {
 font-weight: 700;
 font-size: 3.6rem;
 line-height: 1.5;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.head p, .head .desc {
 font-size: 1.8rem;
 line-height: 3.2rem;
 color: var(--text);
 }
.home_advantages p {
 margin-top: 1.9rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
div.head .desc, div.head p {
 font-size: 14px;
 line-height: 1.5;
 letter-spacing: unset;
 max-width: unset;
 margin-top: 12px;
 }}
.home_advantages .list {
 margin-top: 3.6rem;
 }
@media screen and (max-width: 768px){
.home_advantages .list {
 margin-top: 30px;
 }}
.home_advantages .list ul {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(min(30rem, 100%), 1fr));
 gap: 3.7rem 3.125%;
 }
@media screen and (max-width: 768px){
.home_advantages .list ul {
 grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
 gap: 30px 20px;
 }}
li {
 list-style: none;
 }
.home_advantages .item {
 display: block;
 height: 100%;
 }
.img.img_cv {
 overflow: hidden;
 }
.img.img_ab {
 position: relative;
 }
.home_advantages .item .img {
 border-radius: 1.6rem;
 padding-bottom: 45%;
 }
@media screen and (max-width: 768px){
.home_advantages .item .img {
 border-radius: 10px;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_advantages .item:hover img {
 transform: scale(1.02);
 }
.home_advantages .item .info {
 margin-top: 2.6rem;
 }
@media screen and (max-width: 768px){
.home_advantages .item .info {
 margin-top: 10px;
 }}
.home_advantages .item .info h3 {
 font-size: 2.4rem;
 font-weight: 700;
 }
@media screen and (max-width: 768px){
.home_advantages .item .info h3 {
 font-size: 18px;
 }}
.home_advantages .item .info p {
 font-size: 1.8rem;
 line-height: 1.44444;
 color: var(--text);
 margin-top: 1.1rem;
 }
@media screen and (max-width: 768px){
.home_advantages .item .info p {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 10px;
 }}
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--h:;
--text:#4d4e4f;
--title:#141414;
--primary:#0097d8;
--secondary:#6bb34a;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.img_bg {
 position: relative;
 z-index: 2;
 }
.home_solutions {
 padding: 4.6rem 0px 6.4rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_solutions {
 padding: 50px 0px;
 }}
.img_bg > img {
 display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: -2;
 }
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 padding: 0px 3rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.home_solutions .head {
 max-width: 73.1rem;
 margin: 0px auto;
 }
.head h2 {
 font-weight: 700;
 font-size: 3.6rem;
 line-height: 1.5;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.home_solutions .main {
 margin-top: 3.3rem;
 }
@media screen and (max-width: 768px){
.home_solutions .main {
 margin-top: 30px;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
.img.img_cv {
 overflow: hidden;
 }
.img.img_aba {
 position: relative;
 }
.img.img_aba::after {
 content: "";
 display: block;
 padding-bottom: var(--h);
 }
.home_solutions .img {
 border-radius: 2.2rem;
 width: 48.9844%;
 --h: 70.17544%;
 }
@media screen and (max-width: 768px){
.home_solutions .img {
 border-radius: 10px;
 }}
@media screen and (max-width: 576px){
.home_solutions .img {
 width: 100%;
 }}
.img.img_cv img {
 object-fit: cover;
 }
.img.img_aba img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_solutions .img:hover img {
 transform: scale(1.02);
 }
.home_solutions .info {
 flex: 1 1 0%;
 width: 100%;
 max-width: 55.4rem;
 font-size: 1.8rem;
 line-height: 1.77778;
 color: var(--text);
 }
@media screen and (max-width: 768px){
.home_solutions .info {
 font-size: 14px;
 line-height: 1.5;
 }}
.home_solutions .info h3 {
 font-size: 3.022rem;
 line-height: 1.41165;
 font-weight: 700;
 color: var(--title);
 }
@media screen and (max-width: 768px){
.home_solutions .info h3 {
 font-size: 18px;
 line-height: 1.5;
 }}
.home_solutions .info p {
 max-width: 49.6rem;
 margin-top: 1.2rem;
 }
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
 transition-delay: 50ms;
 }
@media screen and (max-width: 768px){
.home_solutions .info p {
 margin-top: 10px;
 }}
.home_solutions .info ul {
 margin-top: 3rem;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (max-width: 768px){
.home_solutions .info ul {
 margin-top: 10px;
 }}
li {
 list-style: none;
 }
.home_solutions .info ul li {
 position: relative;
 padding-left: 4.3rem;
 }
.home_solutions .info ul li::before {
 position: absolute;
 width: 2rem;
 height: 2rem;
 background: url("https://delfino.hk//wp-content/plugins/sytech-fronteditor/sytpl/home_7/assets/img/gou-full.svg") center center / contain no-repeat;
 left: 0px;
 top: 0.6rem;
 content: "";
 }
@media screen and (max-width: 768px){
.home_solutions .info ul li {
 padding-left: 25px;
 }}
@media screen and (max-width: 768px){
.home_solutions .info ul li::before {
 width: 14px;
 height: 16px;
 top: 4px;
 }}
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
 transition-delay: 0.15s;
 }
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 display: inline-block;
 text-align: center;
 vertical-align: top;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 100px;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: rgb(255, 255, 255);
 font-size: 1.8rem;
 font-weight: 700;
 line-height: 6rem;
 padding: 0px 3.9rem;
 }
.btn:hover {
 background-color: var(--secondary);
 border-color: var(--secondary);
 }
.home_solutions .info .btn {
 margin-top: 4rem;
 min-width: 21.9rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.home_solutions .info .btn {
 margin-top: 20px;
 min-width: 120px;
 }}
.row_reverse {
 flex-direction: row-reverse;
 }
.home_solutions .main .flex + .flex {
 margin-top: 7.3rem;
 }
@media screen and (max-width: 768px){
.home_solutions .main .flex + .flex {
 margin-top: 30px;
 }}
.home_solutions .info .col-2 {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 0.4rem 2rem;
 color: var(--title);
 margin-top: 2.6rem;
 max-width: 53rem;
 }
@media screen and (max-width: 768px){
.home_solutions .info .col-2 {
 gap: 5px 16px;
 margin-top: 10px;
 }}
.home_solutions .info .col-2 li {
 padding-left: 1.7rem;
 }
.home_solutions .info .col-2 li::before {
 width: 0.6rem;
 height: 0.6rem;
 top: 1.4rem;
 background: var(--secondary);
 border-radius: 50%;
 }
@media screen and (max-width: 768px){
.home_solutions .info .col-2 li {
 padding-left: 16px;
 }}
@media screen and (max-width: 768px){
.home_solutions .info .col-2 li::before {
 width: 5px;
 height: 5px;
 top: 8px;
 }}
.home_solutions .btns {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 2.6rem;
 margin-top: 4.5rem;
 }
@media screen and (max-width: 768px){
.home_solutions .btns {
 margin-top: 40px;
 gap: 20px;
 }}
.btn_line {
 display: inline-block;
 text-align: center;
 vertical-align: top;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 100px;
 background-color: transparent;
 border: 1px solid rgba(20, 20, 20, 0.5);
 color: var(--title);
 font-size: 1.8rem;
 font-weight: 700;
 line-height: 6.1rem;
 padding: 0px 3.9rem;
 }
.btn_line:hover {
 background-color: var(--secondary);
 border-color: var(--secondary);
 color: rgb(255, 255, 255);
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--swiper-wrapper-transition-timing-function,initial:;
--radius:;
--secondary:#6bb34a;
--primary:#0097d8;
--title:#141414;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.home_schedule {
 padding: 4.4rem 0px 3.8rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.home_schedule {
 padding: 50px 0px;
 overflow: hidden;
 }}
.content {
 max-width: 128rem;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 769px) and (max-width: 1024px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 896px){
.content, .swiper_content {
 max-width: 768px;
 padding: 0px 3rem;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.center {
 text-align: center;
 }
.head h2 {
 font-weight: 700;
 font-size: 3.6rem;
 line-height: 1.5;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
div.head h2 {
 font-size: 22px;
 line-height: 1.3;
 letter-spacing: unset;
 max-width: unset;
 }}
.swiper_box {
 position: relative;
 }
.swiper_content {
 max-width: 131rem;
 margin: 0px auto;
 position: relative;
 padding: 1.5rem;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.swiper_content {
 padding: 10px 20px;
 }}
@media screen and (max-width: 768px){
.home_schedule .swiper_content {
 overflow: unset;
 padding: 0px 20px;
 }}
.home_schedule .home_schedule_swiper {
 margin-top: 1.7rem;
 padding-bottom: 1rem;
 }
.swiper-horizontal {
 touch-action: pan-y;
 }
@media screen and (max-width: 768px){
.home_schedule .home_schedule_swiper {
 padding-bottom: 0px;
 margin-top: 30px;
 }}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform;
 transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
 box-sizing: content-box;
 }
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li {
 list-style: none;
 }
li.swiper-slide {
 height: auto;
 }
.home_schedule .home_schedule_swiper .swiper-slide {
 max-width: 407px;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform;
 display: block;
 }
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(0px);
 backface-visibility: hidden;
 }
@media screen and (max-width: 768px){
.home_schedule .home_schedule_swiper .swiper-slide {
 max-width: 282px;
 }}
a {
 color: inherit;
 cursor: pointer;
 font-size: inherit;
 text-decoration: none;
 }
.home_schedule .home_schedule_swiper .active .item::before {
 opacity: 1;
 }
.home_schedule .item {
 display: flex;
 flex-direction: column;
 height: 100%;
 position: relative;
 z-index: 2;
 --radius: 3rem;
 border-radius: var(--radius);
 border: 1px solid rgb(196, 201, 206);
 background-color: rgb(255, 255, 255);
 padding: 8.63% 9.86% 7.15%;
 }
.home_schedule .item::before {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 content: "";
 width: calc(100% - 2px);
 height: calc(100% - 2px);
 border-radius: var(--radius);
 border: 2px solid var(--primary);
 box-shadow: var(--shadow);
 z-index: -1;
 pointer-events: none;
 transition: 0.3s;
 opacity: 0;
 }
@media screen and (max-width: 768px){
.home_schedule .item {
 padding: 20px;
 --radius: 10px;
 }}
.img.img_ab {
 position: relative;
 }
.home_schedule .item .img {
 padding-bottom: 58.824%;
 }
.img.img_ct img {
 object-fit: contain;
 }
.img.img_ab img {
 position: absolute;
 left: 0px;
 top: 0px;
 }
.img img {
 width: 100%;
 height: 100%;
 display: block;
 transition: 0.5s;
 aspect-ratio: inherit;
 }
.home_schedule .item .info {
 flex: 1 1 0%;
 display: flex;
 flex-direction: column;
 margin-top: 3.4rem;
 }
@media screen and (max-width: 768px){
.home_schedule .item .info {
 margin-top: 10px;
 }}
.home_schedule .item .info .syedittext {
 flex: 1 1 0%;
 }
.home_schedule .home_schedule_swiper .active .item .info h3::after {
 width: 69.97%;
 }
.home_schedule .item .info h3 {
 position: relative;
 font-size: 2.2rem;
 font-weight: 700;
 border-bottom: 1px solid rgb(217, 217, 217);
 padding-bottom: 1.4rem;
 }
.home_schedule .item .info h3::after {
 position: absolute;
 width: 0px;
 height: 2px;
 left: 0px;
 bottom: -1px;
 content: "";
 background-color: var(--secondary);
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.home_schedule .item .info h3 {
 font-size: 18px;
 padding-bottom: 10px;
 }}
.home_schedule .item .info ul {
 font-size: 1.8rem;
 font-weight: 500;
 color: rgb(96, 96, 96);
 margin-top: 2.1rem;
 }
@media screen and (max-width: 768px){
.home_schedule .item .info ul {
 font-size: 14px;
 margin-top: 12px;
 }}
.home_schedule .item .info ul li {
 position: relative;
 padding-left: 3.4rem;
 }
.home_schedule .item .info ul li::before {
 position: absolute;
 left: 0px;
 top: 0px;
 content: "";
 width: 1.9rem;
 height: 1.9rem;
 background: left center / contain no-repeat;
 }
.home_schedule .item .info ul .date::before {
 background-image: url("https://delfino.hk//wp-content/plugins/sytech-fronteditor/sytpl/home_8/assets/img/icon-calendar.svg");
 }
@media screen and (max-width: 768px){
.home_schedule .item .info ul li {
 padding-left: 25px;
 }}
@media screen and (max-width: 768px){
.home_schedule .item .info ul li::before {
 width: 16px;
 height: 16px;
 top: 2px;
 }}
.home_schedule .item .info ul li + li {
 margin-top: 1.1rem;
 }
.home_schedule .item .info ul .country::before {
 background-image: url("https://delfino.hk//wp-content/plugins/sytech-fronteditor/sytpl/home_8/assets/img/icon-locate.svg");
 }
@media screen and (max-width: 768px){
.home_schedule .item .info ul li + li {
 margin-top: 10px;
 }}
.home_schedule .item .info ul .locate::before {
 background-image: url("https://delfino.hk//wp-content/plugins/sytech-fronteditor/sytpl/home_8/assets/img/icon-tag.svg");
 }
.btn {
 display: inline-block;
 text-align: center;
 vertical-align: top;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 100px;
 background-color: var(--primary);
 border: 1px solid var(--primary);
 color: rgb(255, 255, 255);
 font-size: 1.8rem;
 font-weight: 700;
 line-height: 6rem;
 padding: 0px 3.9rem;
 }
.btn:hover {
 background-color: var(--secondary);
 border-color: var(--secondary);
 }
.home_schedule .home_schedule_swiper .active .item .btn {
 background-color: var(--secondary);
 border-color: var(--secondary);
 }
.home_schedule .item .info .btn {
 margin-top: 2.3rem;
 line-height: 5.4rem;
 }
@media screen and (max-width: 768px){
.btn, .btn_line {
 font-size: 14px;
 line-height: 40px;
 padding: 0px 20px;
 }}
@media screen and (max-width: 768px){
.home_schedule .item .info .btn {
 margin-top: 20px;
 line-height: 40px;
 }}
.swiper_btns {
 gap: 3.1rem;
 display: flex;
 }
.swiper_btns:has(.swiper-button-lock) {
 opacity: 0;
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 149.2rem;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 pointer-events: none;
 transform: translate(-50%, -50%);
 justify-content: space-between;
 }
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.home_schedule .swiper_btns {
 display: none;
 }}
.swiper_btns .btn_next, .swiper_btns .btn_prev {
 width: 6.6rem;
 cursor: pointer;
 transition: 0.3s;
 border-radius: 50%;
 border: 1px solid var(--primary);
 background-color: var(--primary);
 }
.swiper_btns .btn_next::after, .swiper_btns .btn_prev::after {
 content: "";
 display: block;
 width: 100%;
 padding-bottom: 100%;
 transition: 0.3s;
 background: url("https://delfino.hk//wp-content/plugins/sytech-fronteditor/sytpl/home_8/assets/img/arrow.svg") center center / 29.6875% no-repeat;
 filter: contrast(0) brightness(2);
 }
.swiper_btns .btn_next:hover, .swiper_btns .btn_prev:hover {
 border-color: var(--secondary);
 background-color: var(--secondary);
 }
.swiper_btns .swiper-button-disabled {
 pointer-events: none;
 background-color: transparent;
 border-color: rgba(22, 22, 22, 0.4);
 }
.swiper_btns .swiper-button-disabled::after {
 filter: contrast(0) brightness(0);
 }
.swiper_btns.middle div {
 pointer-events: all;
 }
.swiper_btns.middle .swiper-button-disabled, .swiper_btns.middle .swiper-button-lock {
 pointer-events: none;
 }
.swiper-button-lock {
 display: none;
 }
@media screen and (max-width: 768px){
.swiper_btns .btn_next, .swiper_btns .btn_prev {
 width: 40px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
input, button, textarea {
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 outline: none;
 font-family: unset;
 color: var(--title);
 }
button, input[type="submit"] {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}