@media screen and (max-height: 800px) {

}
@keyframes blockGuideBut {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
}
 @property --but-start-color {
    syntax: '<color>';
    initial-value: #18377C;
    inherits: false;
}

@property --but-end-color {
    syntax: '<color>';
    initial-value: #18377C;
    inherits: false;
}

.block-visual{
    margin-top: 72px;
    position: relative;
    background-color: #FAFCFF;
    min-height: 500px;
    .visual-bg{
        position: absolute;
        right: 0;
        top: 3px;
        width: 46%;
        height: 360px;
        background-image: url(/webasset/hypd/images/solution-business/block-visual-01.webp);
        background-repeat: no-repeat;
        background-size:100% 100%;
    }
    .visual-content{
        height: 100%;
        position: relative;
        .visual-left {
            min-height: 500px;
            display: flex;
            align-items: center;
            color: #18377C;
            .item{
                .visual-title {
                    margin-bottom: 18px;
                }
                .visual-sub{
                    margin-bottom: 18px;
                }
                .visual-desc {
                    margin-bottom: 18px;
                    width: 520px;
                    line-height: 26px;
                    text-align: justify;
                }
                .start{
                    width: 100%;
                    .but{
                        border-radius: 60px;
                        width: 220px;
                        height: 40px;
                        text-align: center;
                        line-height: 40px;
                        color: #ffffff;
                        margin-top: 60px;
                        text-decoration: none;
                        cursor:pointer;
                        display: block;
                        background: linear-gradient(90deg, var(--but-start-color) 0%, var(--but-end-color) 100%);
                        transition: --guide-but-start-color 0.8s ease, --guide-but-end-color 0.8s ease, transform 0.8s ease;
                        &:hover{
                            --but-start-color: #18377C;
                            --but-end-color: #111111;
                            filter: brightness(1.2);
                        }
                        animation: blockGuideBut 1.0s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
                    }
                }
            }
        }
        .visual-right{
            min-height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            >img{
                height: 390px;
                width: auto;
            }
        }
    }
}
.block-travel{
    padding-top: 100px;
    .title{
        color: #18377C;
        text-align: center;
    }
    .cont{
        .item{
            margin-top: 80px;
            .left-cont,.right-cont{
                display: flex;
                align-items: center;
                height: 100%;
                .left-text{
                    .text-title{
                        color: #18377C;
                    }
                    .text-sub{
                        color: #18377C;
                        margin: 12px 0;
                    }
                    .text-desc{
                        color: #18377C;
                        opacity: .7;
                        line-height: 26px;
                        text-align: justify;
                    }
                }
            }
            .right-img, .left-img{
                text-align: right;
                >img{
                    height: 360px;
                }
            }
            .left-img{
                text-align: left;
            }
        }
    }
    .footer{
        padding: 60px 0 40px 0;
        .title{
            color: #18377C;
            line-height: 32px;
        }
    }
}

.block-tache{
    margin-top: 100px;
    .title{
        color: #18377C;
        text-align: center;
        margin-bottom: 30px;
    }
    .desc{
        color: #18377C;
        text-align: center;
        margin-bottom: 60px;
    }
    .cont{
        .item{
            &:first-child{
                background: #F5F8FF;
                border-radius: 18px;
            }
            position: relative;
            .manage{
                .left{
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    padding: 0 100px 0 40px;
                    .tip{
                        color: #18377C;
                    }
                    .title{
                        color: #18377C;
                        text-align: left;
                        margin: 12px 0;
                    }
                    .desc{
                        color: #18377C;
                        opacity: .7;
                        line-height: 26px;
                        text-align: justify;
                    }
                }
                .right{
                    text-align: right;
                    padding: 40px 40px 40px;
                    >img{
                        height: 240px;
                    }
                }
            }
            .challenge-staff{
                margin-top: 40px;
                .challenge-staff-cont{
                    display: flex;
                    align-items: center;
                    background: #F5F8FF;
                    border-radius: 18px;
                    .card-cont{
                        padding: 40px 40px 40px 40px;
                        height: 600px;
                        position: relative;
                        .tip{
                            color: #18377C;
                        }
                        .title{
                            color: #18377C;
                            text-align: left;
                            margin: 12px 0;
                        }
                        .desc{
                            color: #18377C;
                            opacity: .7;
                            line-height: 26px;
                            text-align: justify;
                        }
                        &:hover{
                            .icon-img{
                                transform:translateY(-10px);
                            }
                        }
                        .icon-img{
                            text-align: center;
                            margin-top: 20px;
                            transition: all 0.25s  ease-in;
                            position: absolute;
                            bottom: 30px;
                            left: 30px;
                            right: 30px;
                            >img{
                                width: 100%;
                                border-radius: 16px;
                            }
                        }
                    }
                }
            }
        }
    }
}

.block-comp{
    margin-top: 100px;
    padding: 80px 0 80px 0;
    background: #3a5999;
    .img-cont{
        text-align: right;
            >img{
                height: 280px;
                width: auto;
            }
        }
    .comp-content{
        margin-top: 20px;
        .comp-title{
            color: #ffffff;
        }
        .comp-desc{
            line-height: 26px;
            text-align: justify;
            margin-top: 20px;
            color: #ffffff;
            opacity: .7;
        }
        .start{
                    width: 100%;
                    .but{
                        border-radius: 60px;
                        width: 220px;
                        height: 40px;
                        text-align: center;
                        line-height: 40px;
                        color: #ffffff;
                        margin-top: 60px;
                        text-decoration: none;
                        cursor:pointer;
                        display: block;
                        background: linear-gradient(90deg, var(--but-start-color) 0%, var(--but-end-color) 100%);
                        transition: --guide-but-start-color 0.8s ease, --guide-but-end-color 0.8s ease, transform 0.8s ease;
                        &:hover{
                            --but-start-color: #18377C;
                            --but-end-color: #111111;
                            filter: brightness(1.2);
                        }
                        animation: blockGuideBut 1.0s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
                    }
                }
    }
}


@media (max-width: 1024px) {
    .block-visual{
        margin-top: 56px;
        .visual-bg{
            width: 70%;
            height: 180px;
        }
        .visual-content{
            .visual-left {
                min-height: 400px;
                .item {
                    .visual-desc {
                        margin-bottom: 18px;
                        width: 100%;
                        line-height: 26px;
                        text-align: justify;
                    }
                }
            }
            .visual-right{
                >img{
                    width: 100%;
                    height: auto;
                }
            }
        }
    }

    .block-comp{
        margin-top: 40px;
        padding: 40px 0 40px 0;
        .img-cont{
            >img{
                height: auto;
                width: 100%;
                margin-top: 20px;
            }
        }
    }
    .block-travel {
        padding-top: 40px;
    .cont {
        .item {
            .right-img, .left-img {
                >img{
                    width: 100%;
                    height: auto;
                }
            }
            .left-img{
                margin-bottom: 10px;
            }
        }
    }
    }

    .block-tache {
        .title{
            margin-bottom: 70px;
        }
    .cont {
        .item {
            .manage {
                .left{
                    padding: 10px;
                    position: relative;
                    .desc{
                        margin-bottom: 10px;
                    }
                }
                .right {
                    >img{
                        width: 100%;
                        height: auto;
                    }
                }
            }
            .challenge-staff{
                .challenge-staff-cont{
                    margin-bottom: 30px;
                    .card-cont{
                        height: 440px;
                        padding: 10px;

                    }
                }
            }
        }
     }
    }


}

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

}





















/*@media screen and (max-height: 800px) {

}


@media (max-width: 1024px) {

}

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

}


*/