#indexBlade #keyVisual .scroll-down {
    top: auto;
    right: auto;
    bottom: 5vh;
    left: 50%;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#indexBlade #welcome {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0;
    animation: fadeIn 1s ease-in-out 1.5s forwards;
    padding-left: 30px;
}

#indexBlade #welcome>div:first-child {
    font-weight: 800;
    font-size: 64px;
    line-height: 70px;
    font-family: 'Inter', sans-serif;
}

#indexBlade #welcome>div:last-child {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

@media (min-width: 992px) {
    #indexBlade #welcome {
        padding-left: 0px;
        text-align: center;
        align-items: center;
    }

    #indexBlade #welcome>div:last-child {
        font-size: 24px;
        letter-spacing: 10px;
        padding-left: 0px;
        padding-top: 25px;
    }
}

@keyframes waveTop {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes waveBottom {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(50%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes circleMove {
    0% {
        transform: translate(100%) scaleX(1.4);
    }
    100% {
        transform: translate(-100vw) scaleX(1.4);
    }
}
#indexBlade .service {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right,#D4C98E,#BDC0BA,#C3772E);
    padding-top: 50px;
    padding-bottom: 80px;
}

#indexBlade .service .wave-top {
    height: 250px;
    position: absolute;
    width: 100%;
    top: 0;
    animation: waveTop 8s ease infinite;
}
#indexBlade .service .wave-top::before {
    background: url('../images/circle_white.png');
    background-size: cover;
    border-radius: 50%;
    content: "";
    height: 2300px;
    position: absolute;
    right: 0;
    width: 2300px;
    bottom: -160px;
    animation: circleMove 8s linear 4s infinite;
}
#indexBlade .service .wave-top::after {
    background: url('../images/circle_white.png');
    background-size: cover;
    border-radius: 50%;
    content: "";
    height: 2000px;
    position: absolute;
    right: 0;
    width: 2000px;
    bottom: -160px;
    animation: circleMove 8s linear infinite;
}

#indexBlade .service .wave-bottom {
    height: 250px;
    position: absolute;
    width: 100%;
    bottom: 0;
    animation: waveBottom 8s ease infinite;
    animation-direction: reverse;
}
#indexBlade .service .wave-bottom::before {
    background: url('../images/circle_white.png');
    background-size: cover;
    border-radius: 50%;
    content: "";
    height: 2300px;
    position: absolute;
    right: 0;
    width: 2300px;
    top: -160px;
    animation: circleMove 6s linear 3s infinite;
    animation-direction: reverse;
}
#indexBlade .service .wave-bottom::after {
    background: url('../images/circle_white.png');
    background-size: cover;
    border-radius: 50%;
    content: "";
    height: 2000px;
    position: absolute;
    right: 0;
    width: 2000px;
    top: -160px;
    animation: circleMove 6s linear infinite;
    animation-direction: reverse;
}
#indexBlade .service>* {
    position: relative;
    z-index: 1;
}

#indexBlade .block-title {
    position: relative;
    padding-left: 80px;
    padding-top: 5px;
}

#indexBlade .block-title::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 43px;
    height: 43px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#indexBlade .block-title::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 62px;
    width: 3px;
    height: 52px;
}

#indexBlade .block-title>div:first-child {
    font-weight: 800;
    font-size: 30px;
}

#indexBlade .block-title>div:last-child {
    font-weight: 300;
    font-size: 12px;
    padding-top: 2px;
}

#indexBlade .service .block-title,
#indexBlade .news .block-title {
    color: #07355C;
    font-family: 'Inter', sans-serif;
}

#indexBlade .service .block-title::before,
#indexBlade .news .block-title::before {
    background-image: url('../images/svg/icon_flower_blue.svg');
}

#indexBlade .service .block-title::after,
#indexBlade .news .block-title::after {
    background-color: #07355C;
}

#indexBlade .service-item {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding-top: 55px;
}

#indexBlade .service-item .service-item-icon1 {
    width: 176px;
    height: 176px;
    margin: 0 auto;
    background-color: #9E8937;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#indexBlade .service-item .service-item-icon2 {
    width: 164px;
    height: 164px;
    margin: 0 auto;
    background-color: #C3772E;
    display: flex;
    align-items: center;
    justify-content: center;
}

#indexBlade .service-item .service-item-icon1 img {
    width: 125%;
    height: 125%;
}

#indexBlade .service-item .service-item-icon2 img {
    width: 125%;
    height: 125%;
}

#indexBlade .service-item .service-item-title {
    font-weight: 800;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 5px;
    padding: 25px 0 15px;
    font-family: 'Inter', sans-serif;
}

#indexBlade .service-item .service-item-content {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2px;
    padding-bottom: 30px;
    font-family: 'Inter', sans-serif;
}

#indexBlade .service-item .service-item-btn a {
    display: block;
    width: 130px;
    height: 35px;
    border-radius: 20px;
    border: 1px solid #07355C;
    color: #07355C;
    margin: 0 auto;
    line-height: 31px;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 700;
}

#indexBlade .service-item .service-item-btn a:hover {
    background-color: #07355C;
    color: #eae2d1;
}

#indexBlade .service .separater {
    width: 3px;
    height: 450px;
    background-image: url('../images/svg/bg_service_separater.svg');
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

@media (min-width: 992px) {
    #indexBlade .block-title {
        padding-left: 125px;
        padding-top: 10px;
    }

    #indexBlade .block-title::before {
        top: 7px;
        left: 22px;
        width: 58px;
        height: 58px;
    }

    #indexBlade .block-title::after {
        left: 100px;
        width: 5px;
        height: 70px;
    }

    #indexBlade .block-title>div:first-child {
        font-size: 40px;
    }

    #indexBlade .block-title>div:last-child {
        font-size: 16px;
        padding-top: 15px;
    }

    #indexBlade .service {
        height: 100vh;
        padding-top: 100px;
        padding-bottom: 0px;
    }

    #indexBlade .service .container {
        width: 100%;
    }

    #indexBlade .service .row:nth-child(2) {
        display: flex;
        align-items: center;
        min-height: calc(100vh - 200px);
    }

    #indexBlade .service-item {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #indexBlade .service-item .service-item-icon1 {
        width: 240px;
        height: 240px;
        justify-content: center;
    }

    #indexBlade .service-item .service-item-icon2 {
        width: 220px;
        height: 220px;
        margin: 10px auto;
    }

    #indexBlade .service-item .service-item-title {
        font-size: 64px;
        letter-spacing: 5px;
        padding: 30px 0;
    }

    #indexBlade .service-item .service-item-content {
        font-size: 18px;
        letter-spacing: 4px;
        padding-bottom: 30px;
    }

    #indexBlade .service-item .service-item-btn a {
        width: 150px;
        height: 40px;
        font-size: 14px;
        line-height: 36px;
        letter-spacing: 2px;
    }

    #indexBlade .service .separater {
        display: block;
    }
}

#indexBlade .aboutus {
    background-image: url('../images/bg_about.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

#indexBlade .aboutus .container {
    position: relative;
    padding-top: 50px;
}

#indexBlade .aboutus .separater {
    width: 2px;
    background-color: #bdc0ba;
    position: absolute;
    top: 0;
    left: 33.33%;
    height: 100%;
    opacity: 0.3;
    display: none;
}

#indexBlade .aboutus .separater-right {
    left: 66.66%;
}

#indexBlade .aboutus .block-title {
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: 'Inter', sans-serif;
}

#indexBlade .aboutus .block-title::before {
    background-image: url('../images/svg/icon_flower_gray.svg');
}

#indexBlade .aboutus .block-title::after {
    background-color: #fff;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#indexBlade .aboutus-slogan {
    padding-top: 40px;
    color: #bdc0ba;
    font-weight: 300;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    font-family: 'DIN Pro', sans-serif;
    font-style: italic;
    position: relative;
    z-index: 1;
}

#indexBlade .aboutus-slogan>div {
    transform-origin: left center;
}

#indexBlade .aboutus-slogan>div span.char,
#indexBlade .aboutus-slogan-cht span.char {
    display: inline-block;
    opacity: 0;
    transform-origin: left center;
}

#indexBlade #aboutus.in-view .aboutus-slogan>div span.char,
#indexBlade #aboutus.in-view .aboutus-slogan-cht span.char {
    animation: fadeInUp 0.5s ease-out forwards;
}

#indexBlade .aboutus-slogan .fw500 {
    font-weight: 500;
}

#indexBlade .aboutus-slogan-cht {
    color: #bdc0ba;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 10px;
    transform-origin: left center;
    position: relative;
    z-index: 1;
}

#indexBlade .aboutus-item {
    text-align: center;
    text-transform: uppercase;
    color: #BDC0BA;
    padding: 50px 12px;
    position: relative;
    padding-bottom: 50px;
}

#indexBlade .aboutus-item:nth-child(2) {
    position: relative;
}

#indexBlade .aboutus-item:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    width: calc(100% - 24px);
    height: 2px;
    background-color: #bdc0ba;
    opacity: 0.3;
}

#indexBlade .aboutus-item:nth-child(2)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    width: calc(100% - 24px);
    height: 2px;
    background-color: #bdc0ba;
    opacity: 0.3;
}

#indexBlade .aboutus-item .aboutus-item-spotlight {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#indexBlade .aboutus-item .aboutus-item-spotlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    border-top: solid 2px rgba(189, 192, 186, 0.5);
    border-left: solid 2px rgba(189, 192, 186, 0.5);
    border-bottom: solid 2px rgba(189, 192, 186, 0.5);
    opacity: 1;
    transition: all 0.6s ease;
}

#indexBlade .aboutus-item .aboutus-item-spotlight::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border-top: solid 2px rgba(189, 192, 186, 0.5);
    border-right: solid 2px rgba(189, 192, 186, 0.5);
    border-bottom: solid 2px rgba(189, 192, 186, 0.5);
    transition: all 0.6s ease;
}

#indexBlade .aboutus-item:hover .aboutus-item-spotlight::before {
    scale: 0.9;
    border-left: 0px;
    opacity: 0;
    width: 0;
}

#indexBlade .aboutus-item:hover .aboutus-item-spotlight::after {
    scale: 0.9;
    border-right: 0px;
    opacity: 0;
    width: 0;
}

#indexBlade .aboutus-item .aboutus-item-spotlight div:first-child {
    font-weight: 900;
    font-size: 48px;
    letter-spacing: 3px;
    line-height: 55px;
}

#indexBlade .aboutus-item .aboutus-item-spotlight div:last-child {
    font-weight: 500;
    font-size: 15px;
}

#indexBlade .aboutus-item .aboutus-item-title {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 3px;
    padding: 50px 0 30px;
}

#indexBlade .aboutus-item .aboutus-item-content {
    font-weight: 400;
    font-size: 16px;
    padding: 0 25px 40px;
}

#indexBlade .aboutus-item .aboutus-item-btn a {
    display: block;
    width: 130px;
    height: 35px;
    border-radius: 20px;
    border: 1px solid #BDC0BA;
    color: #BDC0BA;
    margin: 0 auto;
    line-height: 31px;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 700;
}

#indexBlade .aboutus-item .aboutus-item-btn a:hover {
    background-color: #BDC0BA;
    color: #07355C;
}
#indexBlade .aboutus-item-inner {
    position: relative;
    z-index: 1;
}

#indexBlade .aboutus-item .aboutus-item-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .65s ease-in-out;
    z-index: 0;
}
#indexBlade .aboutus-item:first-child .aboutus-item-overlay {
    right: 0;
    width: 100vw;
}
#indexBlade .aboutus-item:last-child .aboutus-item-overlay {
    left: 0;
    width: 100vw;
}
#indexBlade .aboutus-item:hover .aboutus-item-overlay {
    opacity: 1;
}
@media (min-width: 992px) {
    #indexBlade .aboutus .container {
        padding-top: 200px;
    }

    #indexBlade .aboutus .separater {
        display: block;
    }

    #indexBlade .aboutus-slogan {
        padding-top: 50px;
        font-size: 64px;
        line-height: 80px;
    }

    #indexBlade .aboutus-slogan-cht {
        font-size: 16px;
    }

    #indexBlade .aboutus-item {
        padding: 150px 0 125px;
    }

    #indexBlade .aboutus-item:nth-child(2)::before {
        display: none;
    }

    #indexBlade .aboutus-item:nth-child(2)::after {
        display: none;
    }

    #indexBlade .aboutus-item .aboutus-item-title {
        padding: 70px 0 30px;
    }

    #indexBlade .aboutus-item .aboutus-item-btn a {
        width: 150px;
        height: 40px;
        line-height: 36px;
        font-size: 14px;
    }
    #indexBlade .aboutus-item .aboutus-item-overlay {
        height: 200vh;
    }
}

#indexBlade .news {
    padding-top: 50px;
    padding-bottom: 100px;
    background: linear-gradient(to bottom, #eae2d1 0%, #eae2d1 50%, #bdc0ba 50%, #bdc0ba 100%);
}

#indexBlade .news-items {
    padding-top: 25px;
    padding-bottom: 25px;
}

#indexBlade .news-item {
    height: 550px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 17.1px 0px #00000038;
    position: relative;
    margin-bottom: 25px;
}

#indexBlade .news-item .news-item-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

#indexBlade .news-item .news-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.6s ease;
}

#indexBlade .news-item:hover .news-item-img img {
    transform: scale(1.1);
}

#indexBlade .news-item .news-item-title {
    font-weight: 700;
    font-size: 32px;
    padding: 20px 20px 10px;
    line-height: 40px;
    font-family: 'Inter', sans-serif;
}

#indexBlade .news-item .news-item-content {
    font-weight: 400;
    font-size: 16px;
    padding: 0px 20px;
}

#indexBlade .news-item .news-item-date {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    position: absolute;
    bottom: 25px;
    left: 20px;
}

#indexBlade .news-item .news-item-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

#indexBlade .news-item .news-item-circle {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#indexBlade .news-item:hover .news-item-circle {
    border: 1px solid #07355C;
    background-color: #07355C;
}

#indexBlade .news-item .news-item-circle img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.6s ease;
}
#indexBlade .news-item-circle img.on {
    opacity: 0;
}

#indexBlade .news-item-circle img.off {
    opacity: 1;
}

#indexBlade .news-item:hover .news-item-circle img.on {
    opacity: 1;
}

#indexBlade .news-item:hover .news-item-circle img.off {
    opacity: 0;
}

#indexBlade .news-more-btn {
    text-align: center;
}

#indexBlade .news-more-btn a {
    display: block;
    width: 130px;
    height: 35px;
    border-radius: 20px;
    border: 1px solid #07355C;
    color: #07355C;
    margin: auto;
    line-height: 31px;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

#indexBlade .news-more-btn a:hover {
    background-color: #07355C;
    color: #eae2d1;
}

@media (min-width: 992px) {
    #indexBlade .news {
        padding-top: 100px;
        padding-bottom: 100px;

    }

    #indexBlade .news-items {
        padding-top: 50px;
        padding-bottom: 100px;
        margin-bottom: 0px;
    }

    #indexBlade .news-more-btn a {
        width: 150px;
        height: 40px;
        line-height: 36px;
        font-size: 14px;
    }
}
