﻿
@charset "utf-8";

body {
    letter-spacing: .04em;
    font-family: "Arial", "Noto Sans TC","微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
    background: url('../images/all/bg_color.jpg') no-repeat center top;
}

:root {
    --init-about-editor-slick-ratio: 1296 /546;
}

p {
    color: #4d4d4d;
}

a:hover {
    color: #56c1ef;
}

body.home .home_about .slickfixedInitPosition {
    aspect-ratio: var(--init-about-editor-slick-ratio);
}

.slickfixedInitPosition .slider {
    display: none;
}

    .slickfixedInitPosition .slider.slick-initialized {
        display: block;
    }

.cpd_sd21 {
    padding: 0 4%;
}

.home-pagelist-area > .container-fluid {
    padding: 0;
}

/*side1*/
.side .filter-content,
.side .filter-sidebar.multiple-collapse .collapse-content {
    border: none;
}

.side .bsnav {
    background: unset;
}

.side .wid-cont {
    background: #fff;
    filter: drop-shadow(5px 5px 0 #56c1ef);
    border-radius: 10px;
    border: 2px solid #56c1ef;
    padding: 20px;
}


.is_scroll .side .navbar {
    background: unset;
    border-color: unset;
}

.main .side .h3 {
    text-align: center;
    color: #56c1ef;
    display: none;
}

.side .filter-title .collapsed-btn:hover, .side .filter-sidebar.multiple-collapse .collapsed-btn:hover {
    color: #56c1ef;
}

.side .filter-title .collapsed-btn, .side .filter-sidebar.multiple-collapse .collapsed-btn {
    color: #000;
    padding: 0.5em 0.75em;
    background: transparent;
    border: 0;
    border-bottom: solid 1px #ddd;
    position: relative;
}

/* 購物清單 */

.header .navbar .nav-pos-top .cart-detail .item a.btn:hover {
    background-color: unset;
    opacity: 0.7;
    color: #000;
}

.nav-cart-info .nav-cart-list .cart-detail .item a {
    font-size: 15px;
}

.nav-cart-info .nav-cart-list .cart-detail .item .item-detail .info {
    align-items: center;
}

.nav-cart-info .nav-cart-list .cart-checkout .btn-group {
    padding-right: 19px;
}

.nav-cart-info .nav-cart-list .cart-checkout .sum {
    margin: 10px 12px 15px;
}

.nav-cart-info .nav-cart-list .h6 {
    font-size: 16px;
    padding: 10px 10px 5px;
    margin-bottom: 9px;
}

.cr_no {
    padding-left: 10px;
}

.nav-cart-info .nav-cart-list .cart-detail .item .info-detail a {
    font-size: 15px;
}

.header .navbar .cart-detail ul .cart-detail ul li i {
    width: auto;
    height: auto;
}

.header .navbar .cart-detail ul li i:before {
    display: block !important;
}

/* navbar */
.header .navbar .small-btn-box {
    margin-left: 15px;
}
.header .navbar .small-btn-box ul li  a {
    font-size: 16px;
    margin: 0;
    padding: 6px 19px;
    width: auto;
    border-radius: 50px;
  
}
.header .navbar-nav .nav-item:hover > .nav-link {
    color: #56c1ef;
}

.navbar .navbar-brand {
    margin: 5px 0;
}

.header .navbar-nav .nav-link {
    padding: 20px 20px 20px;
    font-size: 18px;
}

.header .navbar {
    padding: 0 15px;
    background-color: #fff;
}

.header .btn-group.lang .dropdown-item {
    text-align: center;
    padding: 10px 20px;
}

.dropdown-menu[data-bs-popper] {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.header .navbar-nav li:last-child .nav-link {
    padding-right: 0;
}

.is_scroll .header .navbar {
    box-shadow: 0px 0px 22px #40404054;
    background-color: #fff;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #ffffff;
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item .nav-link.trigger:before {
    border-color: transparent transparent transparent #ffffff;
}

.nav-item.dropdown > .navbar-nav .navbar-nav .nav-item:hover > .nav-link {
    background-color: #c2e473;
}

.nav-item.dropdown > .navbar-nav .navbar-nav {
    background: #56c1ef;
}

.nav-item.dropdown > .navbar-nav {
    background: #56c1ef;
}

    .nav-item.dropdown > .navbar-nav li a {
        color: #fff;
    }

    .nav-item.dropdown > .navbar-nav .nav-item:hover > .nav-link {
        color: #fff;
        background-color: #c2e473;
    }


/* banner */
.banner {
    padding-top: 102px;
}

    .banner .slick-dots {
        bottom: 20px;
    }

    .banner .slick .slick-dots button {
        background: #fff;
    }

    .banner .slick .slick-dots .slick-active button {
        background: #c2e473;
    }

/* 購物彈跳 */
.qty-box .btn:hover {
    background-color: #2a2a2a;
}

.btn.cart:hover {
    background-color: #2a2a2a;
    color: #fff;
}

.btn.cart {
    background: #81a626;
}

.gallery-list .item .item-detail {
    padding: 0 5px;
}

.modal-dialog-scrollable .modal-content {
    overflow: unset;
}

.modal-header .close {
    border-radius: 50%;
    position: absolute;
    background-color: #adadad;
    color: #fff;
    padding: 0;
    display: table;
    font-size: 20px;
    right: -16px;
    top: -14px;
    margin: 0;
    width: 40px;
    height: 40px;
    padding-top: 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    font-weight: 400;
    border: none;
}

.qty-box .btn:hover {
    background: #2f4498;
}

.modal-header {
    padding-bottom: 6px;
}

.modal-title:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #000000;
    width: 4px;
    height: 22px;
    left: 0;
    top: 6px;
}

.modal-title {
    position: relative;
    font-size: 24px;
    text-align: left;
    padding-left: 12px;
    color: #000;
}

.main-title .h6 {
    font-size: 18px;
    padding-left: 0;
    border: none;
    color: #000;
}



/* 分享  */
.ezshare-box ul {
    justify-content: center;
}

body .container .ezshare-box {
    margin: 5px 0 20px 0;
}

.ezshare-box .list-inline-item:not(:last-child) {
    margin-right: 2px;
}

.ezshare-box a:hover:before {
    display: none;
}

.ezshare-box a:hover {
    opacity: 0.5;
}

.ezshare-box ul li a:before {
    display: none;
}

.ezshare-box ul:before {
    content: " SHARE : ";
    display: inline-block;
    margin-right: 5px;
    color: #56c1ef;
    font-weight: bold;
}

.ezshare-box ul {
    position: relative;
    align-items: center;
    display: flex;
}

.ezshare-box .ticon {
    font-size: 18px;
}

.ezshare-box a {
    background-color: unset !important;
    font-size: 14px;
    width: 40px;
    height: 40px;
    color: #56c1ef !important;
    border: 1px solid #56c1ef;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    background-color: #fff !important;
}


/* 留言紀錄 order show*/
.order .talk-form-det .btn-area {
    margin: 30px 0 10px !important;
}

.order .talk-form-det {
    padding: 25px;
}

.talk-item .talk-top {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 6px;
}

.talk-box .talk-time {
    color: #b01f23;
}

.talk-box .talk-item .first-level {
    padding: 3%;
    border: solid 1px #d4d4d4;
    background-color: #fff;
}

/*產品*/
.product .slider-nav .thumbnail:focus, .product .slider-nav .thumbnail.slick-current.slick-active {
    border: 1px solid transparent;
    border-color: #bbbbbb;
}

.slider-nav .thumbnail {
    border: none;
}

/*最新消息 詳細頁 SHOW*/
.news.show .related-news .bu_ok .bu_ok_2 {
    font-size: 32px;
    padding: 22px 5%;
}

.article-grid .item .info .date {
    color: #56c1ef;
}

.article-grid .item .info .kind a {
    font-size: 14px;
    margin-right: 10px;
    background-color: #ffb1b7;
    color: #000;
    border-radius: 10px;
    padding: 5px 10px;
}

.article-grid .item .info {
    border: solid 2px #56c1ef;
    border-radius: 10px;
    background-color: #fff;
    filter: drop-shadow(5px 5px 0 #56c1ef);
}

.news.show .side1 {
    margin-bottom: 0;
}

.kind-tag-area a {
    font-size: 14px;
    color: #56c1ef;
    margin-bottom: 0;
    background-color: unset;
    border: 1px solid #56c1ef;
    border-radius: 50px;
}

.subject-sec .d-flex {
    justify-content: center;
    align-items: center;
}

.small-title {
    color: #000000;
}

.news.show .mainSection .h1 {
    font-size: 2rem;
    text-align: center;
    color: #000;
    line-height: normal;
}

.show .subject-sec h1.h1 {
    text-align: center;
}

.news.show .mainSection .editor .editor {
    filter: unset;
    border: none;
    padding: 0;
    margin-bottom: 0;
    min-height: auto;
}

.news.show .mainSection .editor {
    background: #fff;
    filter: drop-shadow(5px 5px 0 #56c1ef);
    border-radius: 10px;
    border: 2px solid #56c1ef;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 300px;
}
/*最新消息*/
a.more_x:hover {
    background-color: #c2e473;
}

a.more_x {
    position: relative;
    background-color: #56c1ef;
    font-size: 18px;
    padding: 20px 10px;
    width: 184px;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 20px 0;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.article-list .item a {
    padding: 15px 10px;
}

.article-list .item + .item {
    border-top: dotted 1px #56c1ef;
}

.article-list .item:hover .info {
    color: #56c1ef;
}

.article-list .item .info {
    padding-left: 2%;
    width: 80%;
}

.article-list .item .icon i:before {
    display: none;
}

.article-list .item:hover .icon i {
    background: url(../images/all/new_arrow.svg) no-repeat center #c2e473;
    background-size: 40%;
}

.article-list .item .icon i {
    background: url(../images/all/new_arrow.svg) no-repeat center #56c1ef;
    width: 39px;
    height: 39px;
    transition: all 0.5s;
    border-radius: 10px;
    background-size: 40%;
}

.article-list .item .time {
    font-size: 14px;
    margin-right: 10px;
    background-color: #ffb1b7;
    color: #000;
    border-radius: 10px;
    padding: 5px 10px;
}

.article-list {
    background: #fff;
    filter: drop-shadow(5px 5px 0 #56c1ef);
    border-radius: 10px;
    border: 2px solid #56c1ef;
    padding: 20px;
    margin-bottom: 30px;
}

.related-news .item .info .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
}
/*服務項目 about*/
.ab_sear_en:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #eaf9ff;
    left:-999px;
    right:-999px;
    top:0;
    bottom:0;
}
.ab_sear_en {
    position: relative;
    margin-top: 8%;
    background-color: #eaf9ff;
    padding:50px 0;
}
.ab_sear_en .item_bs {
    text-align: center;
}
.ab_sear h5.h_sk {
    border-top: 3px solid #56c1ef;
    border-bottom: 3px solid #56c1ef;
    padding: 30px 0;
    margin: 60px 0;
    text-align: center;
    background-color: #fff;
}
.ab_sear h4 {
    text-align: center;
    margin: 30px 0;
}
.ab_sear h3 {
    margin: 20px auto 70px;
}

.ab_sear .ab_three.ab_Four {
    margin-top: 0;
}
/*關於我們 about*/
.ab_box_3 .pic {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 3px solid #56c1ef;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(7px 7px 0 #56c1ef);
    background-color: #fff;
}
.ab_box_3 {
    position: relative;
    margin: 90px 7%;


}
    .ab_box_3 .tit:after {
        content: " ";
        display: block;
        position: absolute;
        background: url(../images/about/Wire2.svg) no-repeat;
        width: 261px;
        height: 294px;
        background-size: cover;
        right: -5%;
        top: -5%;
    }
    .ab_box_3 .tit:before {
        content: " ";
        display: block;
        position: absolute;
        left: -52px;
        top: 50%;
        background: url(../images/about/ab_bg07.svg) no-repeat;
        width: 52px;
        height: 46px;
        background-size: cover;
    }
    .ab_box_3 .tit {
        margin-left: 5%;
        padding: 3%;
        background-color: #fff;
        filter: drop-shadow(7px 7px 0 #56c1ef);
        border-radius: 10px;
        border: 2px solid #56c1ef;
        width:70%;
    }
.ab_bg4 .d-flex img {
    width: calc((100% - 50px) / 2);
}
.ab_bg4 .d-flex {
    gap: 0 50px
}
.ab_bg4 {
    padding: 0 7%;
   margin-bottom:120px;
}
.ab_box_2 .tit {
    width: 80%;
}
.ab_box_2 .ab_bg03 {
    position: absolute;
    right: -3%;
    bottom: -17%;
}
.about.kind_1 .main > .container,
.about.kind_3 .main > .container {
    padding: 0;
    max-width: 100%;
}
.ab_box_2:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/Wire.svg) no-repeat;
    width: 365px;
    height: 507px;
    background-size: cover;
    right: -5%;
    top: -5%;
}
.ab_box_2 {
    position: relative;
    width: calc(100% - 8vw);
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    padding: 3% 10%;
    background-color: #d4f1fe;
    margin: 50px 0;
}
.ab_box_2 p {


    
}
.ab_box_1:before {
    content: " ";
    display: block;
    position: absolute;
    background: url('../images/all/Wire.svg') no-repeat;
    width: 365px;
    height: 507px;
    background-size: cover;
    left: 0;
    top: 0;
}

.ab_box_1 {
    position: relative;
    padding: 40px 7% 90px;
}
h3.h3_blue:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #c2e473;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    z-index: -1;
}
h3.h3_blue {
    position: relative;
    display: table;
    z-index: 1;
}
 img.ab_bg02 {
    width: 100%;
    border-radius: 10px 100px 20px 120px;
    filter: drop-shadow(7px 7px 0 #56c1ef);
}
.ab_box_1 .ab_fx .tit {
    width: 60%;
    padding-left:3%;
}
.ab_box_1 .ab_fx .pic {
    width: 40%;
   
}
/*諮詢表單 consult*/
.consult  .main .side {
    margin-bottom: 0;
}
.cou_inf_box .radio-inline  label{
    padding-left:10px;
}
.cou_inf_box .radio-inline {
    display: flex;
}
.consult_right {
    position: absolute;
    right: -7%;
    bottom: -7%;
    width: 20%;
}
.consult_left {
    position: absolute;
    left: -7%;
    top: -7%;
    width: 20%;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #56c1ef !important;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    background: #56c1ef !important;
    border-color: #56c1ef !important;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #56c1ef !important;
    border-color: #56c1ef !important;
}

.Cale_money .ko_rte {
    color: #56c1ef;
    font-size: 32px;
    font-weight: bold;
}

.Cale_money a.more_x {
    padding: 15px 10px;
    width: 154px;
}

.Cale_money {
    border-top: 1px solid #56c1ef;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
}

.consult textarea {
    height: 200px;
}
/* 聯絡我們  */
.pt10{
    margin-bottom:80px;
}
.form-check-input:focus {
    border-color: unset;
    box-shadow: unset;
}

.form-group {
    margin-bottom: 15px !important;
    align-items: baseline;
}

body .form-select:focus,
body .form-control:focus {
    border: 1px solid #b1b1b1;
}

body .form-check-input {
    border: 1px solid #b1b1b1;
    padding: 5px;
}

body .form-select,
body .form-control {
    padding: 15px;
    border: 1px solid #b1b1b1;
}

.form-check-input:checked {
    background-color: #56c1ef;
    border-color: #56c1ef;
}

.contact .form-group .radio-inline {
    padding-right: 20px;
    margin-top: 7px;
    display: inline-block;
}

.btn.btn-primary.gray:hover, .btn.btn-primary:hover {
    background-color: #c2e473;
    color: #fff;
}

.btn.btn-primary.gray {
    background: #969696;
    border-color: #116a99;
    color: #fff;
    margin-left: 10px;
}

.btn.btn-primary, .btn-secondary {
    width: 150px;
    padding: 16px 30px;
    font-size: 16px;
    border-radius: 0;
    border-radius: 10px;
}

.btn.btn-primary {
    position: relative;
    background: #56c1ef;
    border-color: #56c1ef;
}

.verify_xsd {
    flex: unset;
    width: 140px;
}
.consult .demo,
.contact .demo {
    font-size: 20px;
    font-weight: bold;
}

.needs-validation {
    background: #fff;
    filter: drop-shadow(5px 5px 0 #56c1ef);
    border-radius: 10px;
    border: 2px solid #56c1ef;
    padding: 5%;
    width: 70%;
    margin: 40px auto 30px;
}

.contact .form-group .radio-inline {
    padding-right: 20px;
}

    .contact .form-group .radio-inline input {
        margin-right: 6px;
    }

/*內頁標題*/
.kind-info.bu_ok .h2.bu_ok_2::after {
    content: " ";
    display: block;
    position: absolute;
    background: url('../images/all/ball.png') no-repeat;
    width: 55px;
    height: 55px;
    background-size: cover;
    right: -20px;
    /*  top: -29px;*/
    top: -80px; 
    animation: ballDrop 1s ease-out forwards;
}
@keyframes ballDrop {
    0% {
        top: -120px;
        transform: scale(1);
    }

    60% {
        top: -29px; 
        transform: scale(1);
    }

    75% {
        top: -45px; 
    }

    90% {
        top: -29px; 
    }

    100% {
        top: -29px;
    }
}
.kind-info.bu_ok .h2.bu_ok_2 {
    position: relative;
    transform: unset;
    padding: 25px 3%;
    line-height: 32px;
    min-width: auto;
    margin-bottom: 0;
    color: #fff;
    font-size: 42px;
}

.kind-info.bu_ok {
    margin: 0;
}

sort-area .btn-info:focus, .sort-area .btn-info {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
}

/*頁碼*/
.page-link:hover {
    color: #fff;
    background: #c2e473;
}

.page-link {
    color: #000;
    border: none;
    font-size: 1rem;
    padding: 0.5em;
    min-width: 2.5em;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0;
    border-radius: 50%;
}

.page-item.active .page-link {
    background: #c2e473;
    border-color: unset;
    color: #fff;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 50%;
}


/*共用*/
.breadcrumb-section {
    margin-bottom: 90px !important;
}

.breadcrumb li a {
    display: inline-block;
}

.breadcrumb li:first-child a {
    background-color: #56c1ef;
    padding: 15px 30px;
    color: #fff;
}

.breadcrumb {
    padding: 0 1%;
    box-shadow: 0px 0px 10px #adadad54;
    background-color: #fff;
    display: flex;
    align-items: center;
}

    .breadcrumb .txt-en,
    .h2 .txt-en {
        display: none;
    }



/*首頁*/
.home_Intr:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #fff;
    height: 70px;
    left: 0;
    bottom: 0;
    right: 0;
}

.home_Intr {
    position: relative;
}

.home_Intr_box .home_Intr_bg_right {
    position: absolute;
    right: -12%;
    top: -13%;
    z-index: -1;
}

.home_Intr_box .home_Intr_bg_left {
    position: absolute;
    left: -12%;
    top: -13%;
    z-index: -1;
}

.home_Intr_box .tit h2 {
    display: table;
    background-color: #ffffffc2;
    padding: 13px 23px;
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 40px;
}

.home_Intr_box .tit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.home_Intr_box {
    position: relative;
}

.ser_solid .ser_solid_1:last-child:before {
    display: none;
}

.ser_solid .ser_solid_1 {
    position: relative;
    margin-bottom: 50px;
}

.ser_solid_1 {
    transform: translateY(40px);
    opacity: 0;
    transition: .8s;
}

    .ser_solid_1.aos-animate {
        transform: translateY(0);
        opacity: 1;
    }

.ser_solid .ser_solid_1.aos-animate:before {
    height: 100%;
    transition-delay: .2s;
}

.ser_solid .ser_solid_1:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #56c1ef;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    width: 2px;
    z-index: -1;
    transition: all 5s;
    height: 0;
    transition: height 1s ease;
}

.ser_solid .item_bs {
    padding: 30px 30px;
}

.ser_solid {
    position: relative;
}

.home_service ul li ul li {
    line-height: 28px;
    padding: 5px 0;
}

    .home_service ul li ul li span {
        display: block;
        padding-left: 9px;
        font-size: 16px;
    }

.home_service ul li ul {
    text-align: left;
    padding-left: 35px;
    font-size: 18px;
}

.home_service ul li h5 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.home_service .item_bs > ul > li {
    width: 33%;
}

ul li label.li_green {
    background-color: #c2e473;
    font-weight: bold;
    color: #1f1f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
}

.ser_h3 {
    display: flex;
    align-items: center;
    font-size: 32px;
    color: #56c1ef;
    font-weight: bold;
    margin-bottom: 10px;
}

.home_service {
    position: relative;
    margin: 7% 0;
}

.ab_three.ab_Four {
    margin-top: 4%;
}

.home_persist h4 {
    text-align: center;
}

.home_persist {
    position: relative;
}

.ab_three {
    position: relative;
    gap: 0 50px;
    margin-top: 8%;
}

    .ab_three .ab_three_icon h5 {
        padding-top: 20px;
        height: 78px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

        .ab_three .ab_three_icon h5 span {
            font-weight: bold;
            display: block;
            padding-bottom: 10px;
        }

    .ab_three .ab_three_icon .hook {
        position: absolute;
        left: -5%;
        top: -11%;
        z-index: 5;
    }

.item_bs {
    background-color: #fff;
    filter: drop-shadow(7px 7px 0 #56c1ef);
    border-radius: 10px;
    padding: 30px 5px;
    border: 2px solid #56c1ef;
}

.ab_three .ab_three_icon {
    position: relative;
    width: calc((100% - 100px) / 3);
}

.bu_ok {
    position: relative;
    justify-content: center;
    margin: 5% 0;
}

    .bu_ok .ab_bg01 {
        position: absolute;
        right: 6%;
        top: -97%;
        padding: 0;
    }

    .bu_ok .bu_ok_2 {
        font-size: 50px;
        font-weight: bold;
        transform: translateY(30px);
        z-index: -1;
        min-width: 585px;
        text-align: center;
    }

    .bu_ok .bu_ok_1 {
        font-size: 32px;
        z-index: 1;
        min-width: 488px;
        text-align: center;
    }

    .bu_ok div {
        position: relative;
        padding: 30px 5%;
        color: #fff;
    }

    .bu_ok .bu_ok_2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: #56c1ef;
        transform: skew(12deg);
    }

    .bu_ok .bu_ok_1:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: #ffb1b7;
        transform: skew(12deg);
    }

.blue {
    color: #56c1ef;
}

.home_about p span {
    display: block;
}

.home_about h3 {
    position: relative;
    font-size: 2.5rem;
    font-weight: bold;
    display: table;
    margin: 0 auto;
    padding: 0 70px;
}

    .home_about h3 span:first-child {
        position: absolute;
        left: 0;
        top: 0;
        background: url('../images/all/symbol_l.svg') no-repeat;
        background-size: cover;
    }

    .home_about h3 span:last-child {
        position: absolute;
        right: 0;
        top: 0;
        background: url('../images/all/symbol_r.svg') no-repeat;
        background-size: cover;
    }

    .home_about h3 span {
        transform: translateY(-50%);
        width: 55px;
        height: 55px;
    }

.home_about {
    padding: 100px 0 0;
    text-align: center;
}

.h2 {
    font-size: 3.125rem;
    border-bottom: none;
    color: #1f1f1f;
    padding: 0;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.lang_US   .h2 {
    margin-bottom: 20px;
}



    .h2 .txt_tw {
        padding: 0;
        text-align: center;
    }

    .h2 .txt_en {
        color: #d8f3ff;
        font-size: 7.5rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        white-space: nowrap;
    }


/*footer*/
.gotop a:hover {
    background: url('../images/all/top.svg') no-repeat center #56c1ef;
    background-size: 50%;
}

.gotop a {
    background: url('../images/all/top.svg') no-repeat center #c2e473;
    width: 50px;
    height: 50px;
    display: block;
    background-size: 50%;
}

.gotop {
    right: 5px;
    bottom: 10px;
    opacity: 1;
}
.footer .social-box ul li.icon_f i {
    background: url('../images/all/fb.svg') no-repeat center;
}

.footer .social-box ul li.icon_l i {
    background: url('../images/all/line.svg') no-repeat center;
}

.footer .social-box ul li.icon_p i {
    background: url('../images/all/Threads .svg') no-repeat center;
}

.footer .social-box ul li.icon_i i {
    background: url('../images/all/ig.svg') no-repeat center;
}

.footer .social-box ul li a:hover {
    opacity: 0.7;
}

.footer .social-box ul li a i {
    border: 1px solid #56c1ef;
    width: 47px;
    height: 47px;
    background-color: #fff;
    border-radius: 50%;
}

.footer .social-box ul li i:before {
    display: none;
}

.footer .footer_mid ul li a:hover {
    color: #56c1ef;
}

.footer .footer_mid ul li a {
    color: #141414;
}

.footer .footer_mid ul li h5 {
    margin-bottom: 0;
}

.footer .footer_mid ul li {
    padding: 3px 0;
    padding-right: 3%;
    color: #141414;
}

    .footer .footer_mid ul li:first-child {
        width: 100%;
    }

.footer .footer_mid {
    width: 50%;
}

.footer .foter_left {
    width: 25%;
}

.footer .footer_right {
    width: 25%;
}

.footer .copyrights-info {
    border-top: 1px solid #56c1ef;
    padding: 20px 0 0;
    margin: 40px 0;
    font-size: 14px;
    color: #757575;
    text-align: center;
}

.footer .footer_cop {
    width: 100%;
}

.footer .foter_fx {
    flex-wrap: wrap;
}

.footer .footer_content {
    background: #fff;
    padding: 20px 0;
}
