@charset "utf-8";
/*------------ about-editor ------------*/
    .ab_wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .top-alert {
        color: #595959;
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.3em;
    }
    .ab_area{
        text-align: center;
        color: #595959;
        font-size: 18px;
    }
    .ab_h1 {
        margin: 0;
        text-align: center;
        color: #016AC6;
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 0.2em;
        margin-top: -16px;
    }
    .ab_time {
        font-size: 18px;
        color: #00A5DF;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.2em;
        margin-top: -32px;
    }
    .ab_info{
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
        color: #444;
        line-height: 2;
        margin-top: -16px;
        letter-spacing: 0.1em;
    }
    .ab_info strong{
        font-weight: bold;
        color: #ff0000;
    }
    .block-title {
        background: linear-gradient(to bottom, #016ac6 50%, #20b1e3 100%);
        color: #FFD83A;
        padding: 10px 22px;
        font-size: 32px;
        border-radius: 10px;
        font-weight: 700;
        line-height: 1;
        width: max-content;
        margin: 0 auto -28px;
        position: relative;
        z-index: 1;
    }
    .panel {
        padding: 56px 56px 28px;
        border-radius: 18px;
    }
    .panel.p1{
        background: #D1EAED;
    }
    .panel.p2{
        background: #DCDCEB;
    }
    .panel.p3{
        background: #D1E0F4;
    }
    .cards {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .card {
        background: #fff;
        border-radius: 10px;
        padding: 16px 18px;
        flex: 1 1 calc(33.33% - 50px);
        min-width: 240px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        min-height: 60px;
        transition: all .3s;
        position: relative;
        top: 0;
    }
    .card:hover{
        top: -4px;
    }
    .area_t{
        display: flex;
        align-items: center;
        width: 100%;
        gap: 8px;
        font-family: "Rubik", sans-serif;
        flex-wrap: wrap;
    }
    .area {
        font-weight: 800;
        color: #1276d5;
        font-size: 24px;
    }
    .area_t .tel {
        color: #e43a3a;
        font-weight: 600;
        text-decoration: none;
        font-size: 24px;
        font-family: "Rubik", sans-serif;
    }
    a.tel:hover{
        text-decoration: underline;
    }
    .meta {
        font-size: 13px;
        color: #777;
        /* margin-top: 6px; */
    }
    .big-call {
        text-align: center;
        margin-top: 20px;
    }
    .big-call .label {
        color: #555;
        font-size: 32px;
        font-weight: bold;
        letter-spacing: 0.1em;
    }
    .big-call .label strong{
        color: #2B8EDF;
    }
    .big-call a {
        font-size: 60px;
        font-weight: 600;
        color: #e43a3a;
        font-family: "Rubik", sans-serif;
        margin-top: -16px;
        display: block;
    }
    .big-call a:hover{
        text-decoration: underline;
    }
    @media(max-width:1000px) {
        .ab_wrap {
            gap: 20px;
        }
        .top-alert{
            font-size: 14px;
            letter-spacing: 0.1em;
        }
        .top-alert.ab_page_t{
            font-size: 12px;
        }
        .ab_h1{
            font-size: 23px;
        }
        .ab_time{
            font-size: 16px;
            margin-top: -16px;
        }
        .panel {
            padding: 56px 28px 28px;
            border-radius: 18px;
        }
        .block-title{
            font-size: 26px;
        }
        .card {
            flex: 1 1 calc(50% - 20px);
            min-width: inherit;
        }
        .area_t{
            gap: 0;
        }
        .area{
            font-size: 22px;
        }
        .area_t .tel{
            font-size: 20px;
            width: 100%;
            text-align: left;
        }
        .big-call .label{
            font-size: 24px;
        }
        .big-call a{
            font-size: 37px;
        }
    }
    @media(max-width:480px) {
        .card {
            flex: 1 1 100%;
        }
        .top-alert{
            font-size: 14px;
            letter-spacing: 0;
        }
    }
/*------------ service-editor ------------*/
.page-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.page-header {
    text-align: center;
}
.page-title {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0.01em;
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Rubik", sans-serif;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 30px;
}
.page-title.color_w{
    color: #fff;
}
.page-title:after {
    content: '';
    display: block;
    width: 20px;
    height: 12px;
    margin: 0 16px;
    flex-shrink: 0;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: linear-gradient(to bottom, #016ac6 50%, #20b1e3 100%);
}
.page-title.color_w:after{
    background: #fff;
}
.service-category-section {
    background-color: #fff;
    padding: 56px;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.category-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.service-item {
    display: flex;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    
}
.item-visual {
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
    background: linear-gradient(to bottom, #016ac6 50%, #20b1e3 100%);
    border-radius: 24px;
    flex-shrink: 0;
}
.item-visual img {
    object-fit: cover;
    height: 100%;
    border-radius: 16px;
}
.item-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.item-title {
    font-size: 26px;
    font-weight: 700;
    color: #071631;
    margin: 0;
}
.item-title:after{
    content:'';
    display:block;
    width:40px;
    height:4px;
    background:linear-gradient(to right, #016ac6 50%, #20b1e3 100%);
    margin:8px 0 0;
}
.item-description {
    font-size: 0.95rem;
    color: #555;
    /* max-width: 400px; */
    margin: 0;
}
.service-footer {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}
.footer-badge {

}
.company-slogan {
    font-size: 32px;
    font-weight: 600;
    color: #016AC6;
    letter-spacing: 0.1em;
    margin: 0 auto;
}
.company-slogan strong {
    font-weight: 700;
}
.contact-info-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc3545;
    box-sizing: border-box;
    padding: 8px 10px;
    border-radius: 100px;
    /* gap: 16px; */
    transition: all .3s;
}
.contact-info-phone:hover{
    background: #bf2d3b;
}
.phone_ic{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    flex-shrink:0;
    width:80px;
    height:80px;
    border-radius:100%;
}
.contact-button {
    color: #fff;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    text-align: left;
    
}
.phone-number {
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    line-height: 1;
    font-family: "Rubik", sans-serif;
    margin-top: -4px;
    font-weight: 600;
}
@media (max-width: 1000px) {
    .page-title{
        font-size: 30px;
    }
    .category-list {
        gap: 2rem;
    }
    .service-item {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .service-item:nth-child(even) {
        /* flex-direction: row-reverse; */
    }
    .item-visual {
        aspect-ratio: initial;
        flex-shrink: 0;
    }
    .item-content {
        width: 100%;
        padding-top: 0;
        max-width: 420px;
    }
    .item-title{
        font-size: 20px;
    }
    .company-slogan{
        font-size: 20px;
    }
    .phone-number{
        font-size: 20px;
    }
}
/*------------ article index -------------*/
.flow-layout {
    max-width: 860px;
    margin: 0 auto;
}
.flow-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.step-item {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    min-width: 280px;
    font-family: "Rubik", sans-serif;
    gap: 40px;
    align-items: flex-start;
    overflow: hidden;
}
.step-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #00A4DF;
    width: 144px;
    height: 144px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    margin-bottom: 64px;
    flex-shrink: 0;
}
.wbg .step-icon{
    border: 1px solid #00A4DF;
}
.step-icon:before{
    content:'';
    display:block;
    width:1px;
    height: 64px;
    background:#fff;
    position:absolute;
    left:50%;
    top:100%;
    z-index:-4;
}
.wbg .step-icon:before{
    background: #00A4DF;
}
.step-icon:after{
    content:'';
    display:block;
    width:6px;
    height:6px;
    border-radius:100%;
    background:#fff;
    position:absolute;
    left:calc(50% - 3px);
    top: calc(100% + 58px);
    z-index:-4;
}
.wbg .step-icon:after{
    background: #00A4DF;
}
.step-item:nth-child(even) .step-icon{
    background:#CAFAFF;
}
.step-number {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}
.step-label {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
}
.step-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 25px;
    width: 100%;
}
.step-title{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    margin: 0;
}
.wbg .step-title{
    color: #333;
}
.content-list {
    padding-left: 20px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    margin: 0;
    opacity: 0.9;
}
.content-list li,
.step-content p {
    font-size: 15px;
    position: relative;
}
.content-list li::before {
    content: "•";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.wbg .content-list li::before{
    color: #333;
}
.content-list ol {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.content-list ol li::before {
    content: none;
}
.content-list li> ol {
    padding-left: 38px;
}
.online-booking {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
    padding: 40px 20px;
    margin-top: 50px;
    border-radius: 48px;
    gap: 20px;
    max-width: 860px;
    margin: 40px auto 0;
}
.wbg.online-booking{
    border: 1px solid #016AC6;
}
.booking-title {
    font-size: 36px;
    color: #016AC6;
    margin: 0;
}
.booking-title:after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: linear-gradient(to right, #016ac6 50%, #20b1e3 100%);
    margin: 8px auto 0;
}
.booking-note {
    font-size: 20px;
    color: #333;
    line-height: 1.8;
    margin: 0;
}
.booking-button {
    text-decoration: none;
    background-color: #007bff;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.booking-button:hover {
    background-color: #0056b3;
}
@media (max-width: 1000px) {
    .step-item {
        flex-basis: calc(33.333% - 20px);
    }
    .booking-title{
        font-size: 30px;
    }
    .booking-note{
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .flow-container {
        gap: 20px;
    }
    .step-item {
        flex-basis: 100%;
        flex-direction: row;
        align-items: flex-start;
        padding: 0 20px;
        min-width: unset;
    }
    .step-icon {
        flex-shrink: 0;
        flex-direction: column;
        align-items: center;
        gap: 0;
        width: 80px;
        height: 80px;
    }
    .step-number {
        font-size: 0.9em;
    }
    .step-label {
        font-size: 2.5em;
    }
    .step-content {
        gap: 10px;
    }
    .step-title {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .step-item {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0;
    }
    .step-icon{
        margin-bottom:24px;
    }
    .step-icon:before{
        height:24px;
    }
    .step-icon:after {
        top: calc(100% + 18px);
    }
    .step-content{
        padding: 24px;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-radius: 24px;
        margin-top: -3px;
    }
    .wbg .step-content{
        border-color: #00A4DF;
    }
}
/*------------ contact-editor ------------*/
.contact-editor .row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
.contact-editor .col {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.contact-editor .col.add {
    flex: 1 1 0;
    min-width: 250px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    background: #216FB0;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-shrink:0;
    gap: 16px;
    transform: rotate(45deg); 
}
.contact-editor i:before{
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(-45deg); 
}
.contact-editor .tel i:before{
    content: "\ff001";
}
.contact-editor .fax i:before{
    content: "\ff002";
}
.contact-editor .mail i:before{
    content: "\ff003";
}
.contact-editor .add i:before{
    content: "\ff004";
    font-size: 18px;
    position: relative;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #216FB0;
    margin: 0;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
}
@media screen and (max-width: 1100px){
    .row_{
        display: block;
    }
    .about-editor .row_1 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_1{
        margin-bottom: 40px;
    }
    .about-editor .row_2{
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after{
        display: none;
    }
    .about-editor .row_2 .col,.about-editor .row_3 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box,.about-editor .row_3 .txt_box{
        padding:0px;
        border:none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2{
        text-align: left;
    }
    .index-about-editor{
        padding: 0;
        height: auto;
    }
    .service-editor .row_ .col2,.service-editor .row_ .col1{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2{
        padding: 0
    }
    .contact-editor i{
        text-indent: 0px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
