/* -----------------------------------------------
Applications
-------------------------------------------------- */
.applications .main {
    padding-bottom: 80px;
}
.page .banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 684px;
}
.applications .banner {
    background-image: url("../images/application/banner.png");
}
.page .section.banner .inner {
    max-width: 1400px;
    width: 100%;
    height: 684px;
    margin: 0 auto;
    position: relative;
}
.page .main {
    padding-top: 80px;
}
.page .section .inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.page .video .thumb {
    margin-bottom: 60px;
}
.page .video p {
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    margin-top: 20px;
}
.areas .inner {
    padding-top: 0px;
}
.applications .section {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #DEE4E9;
}
.applications .section.banner {
    border: 0;
}
.section_content_top {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.section_content_top .txt_desp {
    text-align: left;
    color:#222222;
    flex: 1;
}
.section_content_top .thumb {
    width: 590px;
}
.section_content_top .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.section_content_top .txt_desp h2 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 20px;
}
.section_content_top .txt_desp h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.section_content_top .txt_desp p {
    font-size: 16px;
    line-height: 24px;
    color: #72767C;
    margin-bottom: 20px;
}
.section_content_top .txt_desp p:last-child {
    margin-bottom: 0;
}
.list_content {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}
.tlt_item {
    font-size: 20px;
    font-weight: 700;
    color:#222222;
    text-align: left;
    display: block;
    margin-bottom: 24px;
}
.list_item li {
    margin-bottom: 20px;
}
.list_item .list_flex {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
}
.list_item .list_flex li {
    width: 50%;
}
.list_item li:last-child {
    margin-bottom: 0;
}
.list_item p {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 23px;
    color:#222222;
    padding-left: 26px;
}
.list_item p:before {
    content: "";
    background-image: url("../images/application/icon_checkbox.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
}
.model_list {
    margin-bottom: 40px;
    overflow: hidden;
}
.model_slider {
    display: flex;
    align-items: center;
    margin: 0 0 0 -24px;
}
.model_slider li {
    width: 50%;
    height: 236px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 24px;

}
.model_slider li .thumb {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #E2E2E2 21.15%, #FFFFFF 100%);
    border-radius: 15px;
    overflow: hidden;
}
.model_slider li .thumb img {
    width: 100%;
    height: 100%;
    max-height: 160px;
    object-fit: contain;
}
.client_slider {
    display: flex;
    align-items: center;
    gap: 24px;
}
.client_slider .thumb {
    width: 180px;
    height: 76px;
}
.client_slider .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .applications .main {
        padding-bottom: 60px;
    }
    .applications .section {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .applications .banner {
        background-image: url("../images/application/banner-mobile.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        height: 230px;
    }
    .page .section.banner .inner {
        max-width: 100%;
        width: 100%;
        height: 230px;
        margin: 0 auto;
        position: relative;
    }
    .applications .section .inner {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 60px;
        padding: 0 20px;
    }
    .applications .section.areas .inner {
        padding-top: 0px;
    }
    .section_content_top {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .section_content_top .txt_desp {
        margin-bottom: 20px;
    }
    .section_content_top .txt_desp p {
        font-size: 14px;
        line-height: 20px;
    }
    .section_content_top .thumb {
        width: 100%;
    }
    .list_content {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .tlt_item {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .list_item p {
        font-size: 14px;
        line-height: 20px;
    }
    .model_list {
        margin-bottom: 60px;
    }
    .model_slider {
        margin: 0;
    }
    .model_slider li {
        width: 100%;
        height: 152px;
        display: flex !important;
        padding: 0;
    }
    .model_slider .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .model_slider li .thumb {
        padding: 10px;
        width: 100%;
        min-width: 126px;
        height: 126px;
    }
    .model_slider li .thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin: 0 auto;
    }
    .list_item .list_flex {
        width: 100%;
        flex-direction: column;
    }
    .list_item .list_flex li {
        width: 100%;
    }
    .client_slider {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .client_slider {
        margin: 0 -6px;
    }
    .client_slider li {
        padding: 0 6px;
    }
    .client_slider .thumb {
        width: 100%;
        height: auto;
    }
}

/* -----------------------------------------------
Login
-------------------------------------------------- */

.login .main{
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}
.login .main .bg_mb{
    display: none;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.login .main video{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.login .main .login_wrap{
    width: 100%;
    height: 100%;
    background-color: #0000009e;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.login .text-danger{
    color: #DC3546;
}

.login .main .login_form{
    margin-top: -80px;
}

.login .main .login_form .btn-box{
    display: flex;
    gap: 20px;
}

.login .main .login_form > img{
    width: 250px;
    height: auto;
    margin: auto;
    display: block;
}

.login .main .login_form p{
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.login .main .login_form input{
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 10px 20px;
    width: 800px;
    height: 60px;
    font-size: 20px;
}

.login .main .login_form .row{
    margin-top: 30px;
}

.login .main .login_form button.btn-submit{
    width: 100px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    border-radius: 8px;
    background-color: #1E70DA;
    margin-top: 30px;
}

.login .main .login_form button.btn-submit:hover{
    background-color: #096ae9;
}

.login .main .login_form a{
    display: inline-block;
    width: 100px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    border: 2px solid #6A6A6A;
    border-radius: 8px;
    margin-top: 30px;
    box-sizing: border-box;
}

.login .main .login_form .small{
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
    display: none;
}

.login .password-box{
    position: relative;
}

.login .password-box button{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 24px;
    height: 24px;
    background-image: url("../images/login/unshow.svg");
    background-size: cover;
    background-position: center;
}

.login .password-box button.show{
    background-image: url("../images/login/show.svg");
}


@media (max-width: 991px) {
    .login .main .login_form input {
        width: 340px;
        height: 50px;
    }
    .login .main .login_form > img{
        width: 200px;
        height: auto;
    }
    .login .main .bg_pc{
        display: none;
    }
    .login .main .bg_mb{
        display: block;
    }
    .login .password-box button{
        top: 14px;
        right: 10px;
        width: 20px;
        height: 20px
    }
}

/* -----------------------------------------------
Register
-------------------------------------------------- */

.register .main{
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/login/agree_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.register .main .step_box{
    display: none;
}

.register .main .text-danger{
    color: #DC3546;
}

.register .main .agreement-box{
    width: 500px;
    display: block;
}

.register .main .agreement_bg{
    background-color: #fff;
    padding: 20px 20px 60px 20px;
    border-radius: 9px;
    width: 100%;
}

.register .main .agreement-box .title{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.register .main .agreement-box .sub_title{
    font-size: 16px;
    line-height: 16px;
    color: #787878;
    margin-bottom: 30px;
    text-align: center;
}

.register .main .agreement-box .form-check label{
    font-size: 15px;
    line-height: 15px;
    color: #000;
}

.register .main .agreement-box .form-check input[type="checkbox"]#checkbox1:checked + span {
    border-color: red;
    background-color:red;
}

.register .main .form-check-container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* -----------------------------------------------
Partner
-------------------------------------------------- */

.partner .main{
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}
.partner .main .bg_mb{
    display: none;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.partner .main video{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.partner .main .modal_form_account{
    width: 100%;
    height: 100%;
    background-color: #0000009e;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.partner .text-danger{
    color: #DC3546;
}

.partner .main .content_modal{
    width: 600px;
    padding: 40px 20px;
    position: relative;
    background-color: #fff;
    border-radius: 9px;
}

.partner .main .content_modal .close_modal{
    position: absolute;
    top: 20px;
    right: 20px;
}

.partner .main .content_modal .close_modal img{
    width: 20px;
    height: 20px;
}

.partner .main .title {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #22252A;
    margin-bottom: 30px;
    text-align: center;
}

.partner .main .login_form input{
    background-color: #F1F9FA;
    border: 1px solid #DEE2E6;
    border-radius: 8px;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    font-size: 16px;
}

.partner .main .login_form button.btn_submit {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #1E70DA;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    transition: 0.2s;
}

.partner .main .login_form button.btn_submit:hover{
    background-color: #096ae9;
}

.partner .main .login_form .small{
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
    display: none;
}

.partner .password-box{
    position: relative;
}

.partner .password-box button{
    position: absolute;
    top: 13px;
    right: 18px;
    width: 24px;
    height: 24px;
    background-image: url("../images/login/unshow.svg");
    background-size: cover;
    background-position: center;
}

.partner .password-box button.show{
    background-image: url("../images/login/show.svg");
}


@media (max-width: 991px) {
    .partner .main .title {
        font-size: 24px;
        line-height: 24px;
    }
    .partner .main .content_modal{
        width: 360px;
    }
    .partner .main .login_form input {
        height: 50px;
    }
    .partner .main .login_form button.btn_submit{
        font-size: 14px;
        line-height: 14px;
        height: 50px;
    }
    .partner .main .content_modal .close_modal img{
        width: 15px;
        height: 15px;
    }
    .partner .main .bg_pc{
        display: none;
    }
    .partner .main .bg_mb{
        display: block;
    }
    .partner .password-box button{
        top: 14px;
        right: 10px;
        width: 20px;
        height: 20px
    }
}

/* Hide the browser's default checkbox */
.register .main .form-check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #D0DBDF;
    border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */
.register .main .form-check-container input:checked ~ .checkmark {
    background-color: #1E70DA;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.register .main .form-check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.register .main .form-check-container .checkmark:after {
    left: 4px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.register .main .form-check-all{
    font-weight: 700;
}

.register .main .agreement-box .terms-scroll{
    padding: 15px 5px 15px 15px;
    background-color: #F8F8F8;
    border-radius: 9px;
    margin-bottom: 20px;
}

.register .main .agreement-box .terms-scroll-box{
    max-height: 100px;
    overflow-y: auto;
}

.register .main .agreement-box .terms-scroll-box::-webkit-scrollbar {
    width: 5px;
}

.register .main .agreement-box .terms-scroll-box::-webkit-scrollbar-thumb{
    background-color: #d2d2d2;
}


.register .main .agreement-box .terms-scroll p,
.register .main .agreement-box .terms-scroll li{
    font-size: 14px;
    line-height: 19px;
    color: #222;
    margin-top: 10px;
}

.register .main .agreement-box .terms-scroll h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    margin-top: 10px;
}

.register .main .agreement-box .terms-scroll ol{
    counter-reset: item;
    list-style-type: none;
}

.register .main .agreement-box .terms-scroll .terms-box > ol > li:before {
    content: counter(item) "  ";
    counter-increment: item;
    display: inline-flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
}

.register .main .agreement-box .terms-scroll .terms-box > ol > li {
    display: block;
}

.register .main .agreement-box .terms-scroll .terms-box > ol > li > ol{
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 20px;
}

.register .main .agreement-box .agree_btn{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #1E70DA;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.register .main .agreement-box .agree_btn:hover{
    opacity: 0.7;
}

.register .main .agreement-box .copy_right{
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.register .main .register-box {
    width: 500px;
    background-color: #fff;
    padding: 20px;
    border-radius: 9px;
}

.register .main .register-box .title{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #22252A;
    margin-bottom: 15px;
    text-align: center;
}

.register .main .register-box .sub_title{
    font-size: 16px;
    line-height: 16px;
    color: #787878;
    margin-bottom: 30px;
    text-align: center;
}

.register .main .register-box input{
    width: 100%;
    height: 40px;
    border: 1px solid #DEE2E6;
    border-radius: 7px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
    background-color: #F1F9FA;
}

.register .main .register-box label{
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 10px;
    color: #22252A;
}

.register .main .register-box .form-input{
    margin-bottom: 15px;
}

.register .main .register-box .form-input .small{
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
    display: none;
}

.register .main .register-box select{
    width: 100%;
    height: 40px;
    border: 1px solid #DEE2E6;
    border-radius: 7px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 14px;
    background: #F1F9FA url(../images/common/select_arr.png) no-repeat right 10px center;
    -webkit-appearance: none;
    outline: none;
}

.register .main .register-box .join_btn{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #1E70DA;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    transition: 0.2s;
}

.register .main .register-box .join_btn:hover{
    opacity: 0.7;
}

.register .main .register-box .dupcheck-group{
    display: flex;
    gap: 10px;
}

.register .main .register-box .dupcheck-group button{
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background-color: #72767C;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    text-wrap: nowrap;
    height: 40px;
}

.register .main .register-box .dupcheck-group button.btn-success{
    background-color: #1d8d00;
}

.register .main .register-box .dupcheck-group > div{
    width: 100%;
}

.register .main .final-box{
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 9px;
    width: 600px;
    text-align: center;
}

.register .main .final-box img{
    width: 156px;
    height: 156px;
    margin-bottom: 30px;
}

.register .main .final-box .title{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #22252A;
    margin-bottom: 15px;
    text-align: center;
}

.register .main .final-box .sub_title{
    font-size: 16px;
    line-height: 16px;
    color: #787878;
    margin-bottom: 30px;
    text-align: center;
}

.register .main .final-box .final_btn{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #1E70DA;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    transition: 0.2s;
}

.register .main .register-box .form-label-password{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.register .main .register-box .form-label-password .text-note{
    font-size: 14px;
}

.register .password-box{
    position: relative;
}

.register .password-box button{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/login/unshow.svg");
    background-size: cover;
    background-position: center;
}

.register .password-box button.show{
    background-image: url("../images/login/show.svg");
}

.register .birth-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

@media (max-width: 991px) {
    .register .main{
        padding: 80px 0;
    }
    .register .main .agreement-box{
        width: 350px;
    }
    .register .main .agreement_bg{
        padding: 15px;
    }
    .register .main .register-box{
        width: 350px;
        padding: 15px;
    }
    .register .main .agreement-box .copy_right{
        font-size: 12px;
        line-height: 12px;
    }

    .register .main .agreement-box .title,
    .register .main .agreement-box .sub_title{
        margin-bottom: 20px;
    }

    .register .main .form-check-container{
        margin-bottom: 15px;
    }
}

/* -----------------------------------------------
Product
-------------------------------------------------- */
.page.product header{
    background-color: #fff;
}

.product .main {
    padding-bottom: 80px;
    overflow-x: hidden;
}

.product .main-product{
    width: 100vw;
    height: calc(100vh + 540px);
    display: flex;
    align-items: end;
    overflow: hidden;
    position: relative;
}

.product .main-product .ultra-wide{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100vw;
}

.product .main-product .ultra-wide .inner{
    overflow: hidden;
}

.product .main-product .ultra-wide .ultra-wide-box{
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    padding: 60px 0;
}

.product .main-product .ultra-wide .content.scrolled{
    display: none;
}

.product .main-product .ultra-wide .content{
    max-width: 500px;
}

.product .main-product .ultra-wide .title{
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.product .main-product .ultra-wide .sub-title{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
}

.product .main-product .ultra-wide a{
    display: flex;
    justify-content: center;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background-color: #1E70DA;
}

.product .main-product .ultra-wide a img{
    margin-left: 10px;
}

.product .main-product .canvas-box{
    width: 100vw;
    aspect-ratio: 3840/2160;
    position: relative;
    overflow: hidden;
}

.product .main-product .canvas-parent{
    width: 100vw;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow: hidden;
    background-color: #000;
}

.product .main-product .canvas-parent canvas{
    visibility: hidden;
}



.product .banner {
    background: linear-gradient(75deg, #99C6FF 0.8%, #B4CDF0 30.6%, #FFF 99.2%);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    height: 684px;
}
.product .banner_content{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.product .banner_content .title_box{
    position:relative;
}
.product .banner_content .img_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product .banner_content .img_box img{
    max-width: 580px;
    max-height: 470px;
}
.product .hdg_lv1{
    font-weight: 400;
}

.product .investment{
    margin-top: 60px;
}
.product .investment .title_mb,
.product .investment .sub_title_mb{
    display: none;
}
.product .investment .section_content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.product .investment .section_content .img_box{
    display: flex;
    height: 236px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #E2E2E2 21.15%, #FFF 100%);
}
.product .investment .section_content .img_box img{
    max-width: 270px;
    max-height: 190px;
}
.product .investment .section_content .info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}
.product .investment .section_content .title{
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #222222;
}
.product .investment .section_content .sub_title{
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #222222;
}
.product .investment .section_content .line{
    width: 100%;
    height: 2px;
    background-color: #DEE4E9;
}
.product .investment .section_content .info_list{
    margin-top: 20px;
}
.product .investment .section_content .info_list .item{
    display: flex;
    justify-content: space-between;
}
.product .investment .section_content .info_list .item .txt{
    font-size: 16px;
    line-height: 24px;
    color:#222222;
}
.product .investment .section_content .info_list .item .num{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #72767C;
}
.product .investment .section_content .input_group{
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product .investment .section_content .input_group .amount_box{
    display: flex;
    align-items: center;
}
.product .investment .section_content .input_group .amount_box input{
    width: calc(100% - 20px);
    margin-right: 10px;
    border: 1px solid #DEE4E9;
    border-radius: 5px;
    height: 37px;
    padding: 0 10px;
    font-size: 12px;
    color: #222222;
    background-color: transparent;
}
.product .investment .section_content .input_group .amount_box p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #222222;
}
.product .investment .section_content .input_group .amount_box input::placeholder {
    text-align: center;
}
.product .investment .section_content .input_group .reset_box{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.product .investment .section_content .input_group .reset_box button{
    border: 1px solid #1E70DA;
    background: #B0DCFF;
    border-radius: 5px;
    padding: 8px 0;
    font-size: 12px;
    line-height: 12px;
    color: #222222;
}
.product .investment .section_content .input_group .reset_box .reset{
    width: calc(25% - 7.5px)
}
.product .investment .section_content .input_group .reset_box .max{
    width: calc(75% - 2.5px)
}
.product .investment .section_content .input_group .reset_box button:hover{
    opacity: 0.7;
}
.product .investment .section_content .input_group .set_box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
}
.product .investment .section_content .input_group .set_box button{
    border: 1px solid #1E70DA;
    background: transparent;
    border-radius: 5px;
    padding: 8px 0;
    font-size: 12px;
    line-height: 12px;
    color: #222222;
}
.product .investment .section_content .input_group .submit_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    border-radius: 7px;
    background: #1E70DA;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    transition: 0.2s;
}
.product .investment .section_content .input_group .submit_btn:hover{
    opacity: 0.7;
}
.product .investment .input_group_set label.error{
    font-size: 14px !important;
    color: #F00 !important;
    margin-top: 6px;
}

.product .video{
    margin-top: 60px;
}
.product .video video,
.product .video img{
    width: 100%;
    aspect-ratio: 1756/878;
    object-fit: cover;
    object-position: center;
}
.product .video .inner{
    position: relative;
}
.product .video .content{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product .video .content p{
    font-size: 30px;
    line-height: 46px;
    color: #fff;
    text-align: center;
}


/* ------------------ product new css ------------------ */

.product .params{
    margin-top: 60px;
}

.product .params .list{
    display: flex;
    flex-wrap: wrap;
}

.product .params .item{
    border: 1px solid #DEE4E9;
    padding: 20px 0;
    text-align: center;
    width: 33.33%;
    box-sizing: border-box;
}

.product .params .item.w100{
    width: 100%;
}

.product .params .item .num{
    font-size: 28px;
    line-height: 32px;
    color: #222;
}

.product .params .item .txt{
    font-size: 14px;
    line-height: 22px;
    color: #787878;
}

.product .params .content{
    margin-top: 20px;
}

.product .params .content .txt{
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    color: #222222;
}

.product .params .content a{
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 14px 20px;
    background-color: #1E70DA;
    display: inline-block;
    border-radius: 3px;
    margin-top: 20px;
}



.product .webinar{
    margin-top: 60px;
}
.product .webina .thumb {
    margin-bottom: 30px;
}
.product .webinar video{
    width: 100%;
    height: auto;
}

.product .webinar .txt,.product .webinar p {
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    margin-top: 20px;
}

.product .webinar a{
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 14px 20px;
    background-color: #1E70DA;
    display: inline-block;
    border-radius: 3px;
    margin-top: 20px;
}


.product .precision{
    text-align: center;
    padding: 100px 0;
    margin-top: 60px;
    background-color: #F3F3F3;
}

.product .precision h3{
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    color: #72767C;
}

.product .precision h3 .txt_color{
    font-weight: 700;
    color: #222222;
}

.product .effect{
    margin-top: 60px;
}

.product .effect .inner{
    position: relative;
    aspect-ratio: 1798/968;
}

.product .effect .img-box .effect-img{
    display: none;
    width: 100%;
    aspect-ratio: 1798/968;
    object-fit: cover;
    object-position: center;
}

.product .effect .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 40px;
}

.product .effect .content .text-scroll{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.product .effect .content .text-scroll::-webkit-scrollbar {
    width: 0;
}

.product .effect .content .item{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product .effect .content p{
    font-size: 30px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    opacity: 0;
}


.product .tested{
    margin-top: 60px;
}

.product .tested-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.product .tested-box .video-box{
    border: 1px solid #DEE4E9;
    padding: 20px;
}

.product .tested-box .video-box video,
.product .tested-box .video-box img{
    width: 100%;
    aspect-ratio: 878/570;
    object-fit: cover;
    object-position: center;
}

.product .tested-box .content{
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.product .tested-box .content .standard{
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #DEE4E9;
    border-right: 1px solid #DEE4E9;
    border-bottom: 1px solid #DEE4E9;
}

.product .tested-box .content .standard span{
    font-size: 30px;
    line-height: 42px;
    color: #72767C;
}

.product .tested-box .content .standard span.text_color{
    font-weight: 800;
    color: #222222;
}

.product .tested-box .content .reliability{
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #DEE4E9;
    border-bottom: 1px solid #DEE4E9;
}

.product .tested-box .content .reliability span{
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}

.product .tested-box .content .reliability span.text_color{
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    color: #222222;
}

.product .blurring .content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    border-bottom: 1px solid #DEE4E9;
    padding: 60px 0;
}

.product .blurring .content .title span{
    font-size: 30px;
    line-height: 42px;
    color: #72767C;
}

.product .blurring .content .title span.text_color{
    font-weight: 800;
    color: #222;
}

.product .blurring .content .sub-title span{
    font-size: 16px;
    line-height: 22px;
    color: #222;
}

.product .blurring .video-blurring{
    margin-bottom: 40px;
}

.product .blurring video{
    width: 100%;
    height: auto;
}


.product .sequence{
    margin-top: 60px;
}

.product .sequence video{
    width: 100%;
    height: auto;
}

.product .calibrate{
    margin-top: 60px;
}

.product .calibrate .img-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #DEE4E9;
    margin-bottom: 40px;
}

.product .calibrate .img-list .item{
    padding: 20px;
    box-sizing: border-box;
}

.product .calibrate .img-list .item:first-child{
    border-right: 1px solid #DEE4E9;
}

.product .calibrate .img-list .item img,
.product .calibrate .img-list .item video{
    width: 100%;
    aspect-ratio: 838/608;
    object-fit: cover;
    object-position: center;
}

.product .calibrate .video-list{
    width: 100%;
}

.product .calibrate .video-list video{
    width: 100%;
    height: auto;
}


.product .powered{
    margin-top: 60px;
}

.product .powered .content {
    margin-bottom: 40px;
}

.product .powered .content span{
    font-size: 30px;
    line-height: 44px;
    color: #222;
}

.product .powered .content span.text_color{
    font-weight: 700;
}

.product .powered .video-list{
    width: 100%;
}

.product .powered .video-list video{
    width: 100%;
    height: auto;
}


.product .development{
    margin-top: 60px;
}

.product .development .development-box{
    border: 1px solid #DEE4E9;
}

.product .development .content{
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.product .development .content .content-txt{
    height: 100%;
}

.product .development .main-item{
    height: calc(100% - 180px);
    padding: 20px;
    background: #F3F3F3;
    border-bottom: 1px solid #DEE4E9;
    box-sizing: border-box;
}

.product .development .main-item .title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.product .development .main-item .sub-title{
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.product .development .sub-item {
    padding: 15px 10px;
    border-bottom: 1px solid #DEE4E9;
    box-sizing: border-box;
    background: #F3F3F3;
    display: flex;
    align-items: center;
}

.product .development .sub-item .txt{
    font-size: 14px;
    line-height: 14px;
    color: #222222;
}

.product .development .sub-item .dot{
    width: 6px;
    height: 6px;
    background-color: #1E70DA;
    margin-right: 5px;
}

.product .development .chart-img{
    padding: 30px;
    border-left: 1px solid #DEE4E9;
    border-bottom: 1px solid #DEE4E9;
    box-sizing: border-box;
}

.product .development .chart-img img{
    width: 100%;
    height: auto;
}

.product .development .question-box{
    padding: 20px;
    background-color: #F3F3F3;
    display: flex;
    justify-content: space-between;
}

.product .development .question-box p{
    font-size: 20px;
    line-height: 20px;
    color: #222;
    font-weight: 700;
}

.product .development .question-box a{
    font-size: 16px;
    line-height: 16px;
    color: #1E70DA;
    text-decoration: underline;
}

.product .tested.build .content .standard,
.product .tested.build .content .reliability{
    border-right: 0px;
    border-left: 1px solid #DEE4E9;
}

.product .utilization{
    margin-top: 60px;
}

.product .utilization .title-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    padding-bottom: 60px;
    border-bottom: 1px solid #DEE4E9;
    margin-bottom: 60px;
}

.product .utilization .title-box .title{
    font-size: 30px;
    line-height: 44px;
    font-weight: 800;
    color: #222222;
}

.product .utilization .title-box .sub-title{
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}

.product .more-question.more_gx1{
    margin-top: 60px;
}

.product .more-question .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.product .more-question .title-box{
    padding: 40px 40px 0 40px;
    display: flex;
    flex-direction: column;
    border: 1px solid #DEE4E9;
    background: #F3F3F3;
}
.product .more-question .title-box .title{
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 20px;
    color: #222;
}
.product .more-question .title-box a{
    padding: 15px 0;
    width: 160px;
    background: #1E70DA;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}
.product .more-question .list_qa {
    flex: 1;
    text-align: left;
    background: #F3F3F3;
}
.product .more-question .list_qa .a {
    display: none;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    text-align: left;
    padding: 15px 20px;
}
.product .more-question .list_qa .q {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border: 1px solid #DEE4E9;
}

.product .more-question .list_qa .q svg{
    width: 16px;
    height: 16px;
    transition: 0.2s;
}
.product .more-question .list_qa .q.active svg{
    transform: rotate(180deg);
}

.product .more-question .list_qa .text_color{
    text-decoration: underline;
    color: #1E70DA;
}

.product .slam{
    margin-top: 60px
}

.product .slam .slam-box{
    display: grid;
    grid-template-columns: 3fr 2fr;
}

.product .slam .slam-box .img-box{
    padding: 20px;
    border: 1px solid #DEE4E9;
}

.product .slam .slam-box .img-box img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit:cover;
    object-position: center;
}

.product .slam .slam-box .content{
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid #DEE4E9;
    border-right: 1px solid #DEE4E9;
    border-bottom: 1px solid #DEE4E9;
}

.product .slam .slam-box .content .title{
    font-size: 30px;
    line-height: 42px;
    color: #72767C;
}

.product .slam .slam-box .content .txt{
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}

.product .slam .slam-box .content a{
    font-size: 16px;
    line-height: 16px;
    color: #1E70DA;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
}

/* ---------------- end product new css ---------------- */

.product .product_detail{
    margin-top: 60px;
}
.product .product_detail .title_box{
    background: #F5F5F5;
    padding: 15px 20px;
    border-radius: 5px;
}
.product .product_detail .title_box .title{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #222222;
}
.product .product_detail .title_box .title_img_box{
    display: none;
}
.product .product_detail .detail_list{
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.product .product_detail .detail_list .num{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color:#222222;
}
.product .product_detail .detail_list .txt{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #72767C;
}

.product .mapping{
    margin-top: 60px;
}
.product .mapping .title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.product .mapping .title img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.product .mapping .title p{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #222222;
}
.product .product_list {
    margin-bottom: 40px;
}
.product .article_slider {
    display: flex;
    align-items: center;
    margin: 0 0 0 -24px;
}
.product .article_slider.slick-initialized {
    margin-bottom: 80px;
}
.product .article_slider li.item {
    width: 33.33%;
    cursor: pointer;
}
.product .article_slider li .thumb {
    padding: 0 0 0 24px;
}
.product .article_slider .item img,
.product .article_slider .item video{
    width: 100%;
    aspect-ratio: 322/214;
    border-radius: 3px;
    object-fit: cover;
    object-position: center;
}
.product .article_slider .item .img-box{
    position: relative;
}
.product .article_slider .item .img-box .tag{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #D0D0DA;
    border-radius: 3px;
}

.product .article_slider .item .content{
    padding: 30px 0;
}

.product .article_slider .item .content .title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.product .article_slider .item .content .sub-title{
    font-size: 12px;
    line-height: 18px;
    color: #000;
    height: 90px;
}

.product .article_slider .item .content .txt{
    min-height: 45px;
}

.product .urban_transport.article_slider .item .img-box{
    padding-top: calc(214 / 322 * 100%);
}

.product .urban_transport.article_slider .item img,
.product .urban_transport.article_slider .item video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product .mapping .note{
    font-size: 16px;
    line-height: 24px;
    color: #72767C;
}

.product .feature{
    margin-top: 60px;
}
.product .feature .feature_list .feature_slider{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.product .feature .feature_list .item{
    width: calc(20% - 16px);
    text-align: center;
}
.product .feature .feature_list .item_border{
    border-radius: 6px 6px 0 0;
    border: 1px solid #E2E2E2;
    background: #FFFFFF;
    border-bottom: 0;
}
.product .feature .feature_list .item_bg{
    padding: 20px;
    text-align: center;
}
.product .feature .feature_list .item img{
    width: 75px;
    height: 75px;
    margin: auto;
}
.product .feature .feature_list .item p{
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin-top: 10px;
}

.product .average{
    background: #F5F5F5;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    margin-top: 60px;
}

.product .average .title{
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    color: #222222;
    margin-bottom: 40px;
}

.product .average .average_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.product .average .average_list .item img{
    width: 90px;
    height: auto;
    margin-bottom: 40px;
}

.product .average .average_list .item .txt{
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    color: #222222;
}

.product .average .average_list .item .num{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #1E70DA;
}

.product .invitation{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 60px;
}
.product .invitation .title{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
    margin-bottom: 40px;
}
.product .invitation .title span{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #1E70DA;
    margin: 0 8px;
}
.product .invitation .invitation_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}
.product .invitation .invitation_list .item{
    padding: 40px 0;
    background: rgba(176, 220, 255, 0.20);
    border-radius: 15px;
}
.product .invitation .invitation_list .item .txt{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #222222;
}
.product .invitation .invitation_list .item .num{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #1E70DA;
}
.product .invitation .note{
    font-size: 16px;
    line-height: 28px;
    color: #72767C;
    text-align: start;
}

.product .question{
    padding-bottom: 20px;
    margin: 60px 0;
}

.product .question .question_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.product .question .question_list .title{
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #222222;
}

.product .question .question_list .sub_title{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #1E70DA
}
/*!* Gallery Slider Styles *!*/
.gallery {
    padding: 80px 0 0;
}

.gallery_content {
    position: relative;
}

.gallery_slide {
    position: relative;
    margin-bottom: 30px;
}

.gallery_item {
    position: relative;
    overflow: hidden;
}

.gallery_item video {
    width: 100%;
    height: auto;
    display: block;
}

.btn_control {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}


.btn_control::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #fff;
    margin-left: 2px;
}

.btn_control.paused::before {
    content: '';
    width: 4px;
    height: 16px;
    background: #fff;
    margin-left: -7px;
    box-shadow: 8px 0 0 #fff;
    border: 0;
}

.gallery_slide_nav {
    display: flex;
    gap: 6px;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 460px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
}

.gallery_slide_nav .slick-prev,
.gallery_slide_nav .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 44px;
    border-radius: 6px;
    cursor: pointer;
    z-index: 10;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
    font-size: 0;
}


.gallery_slide_nav .slick-prev {
    left: -40px;
}

.gallery_slide_nav .slick-next {
    right: -40px;
}

.gallery_slide_nav .slick-arrow {
    display: block !important;
}

.gallery_slide_nav .slick-prev::before,
.gallery_slide_nav .slick-next::before {
    content: '';
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    display: block;
}

.gallery_slide_nav .slick-prev::before {
    transform: rotate(-135deg);
    margin-left: 4px;
}

.gallery_slide_nav .slick-next::before {
    transform: rotate(45deg);
    margin-right: 4px;
}

.slide_nav_item {
    width: 64px;
    height: 60px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.slide_nav_item:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.slide_nav_item.active {
    opacity: 1;
    border-color: #fff;
}

.slide_nav_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.gallery .txt_desp {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    padding-bottom: 60px;
    margin-bottom: 60px;
    margin-top: 30px;
}
.gallery .txt_desp p {
    margin-bottom: 30px;
}
.gallery .txt_desp p:last-child {
    margin-bottom: 0;
}
.gallery .txt_desp p.title{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #222222;
}

.product .webinar .thumb {
    margin-bottom: 30px;
}
.product .webinar .thumb img,
.product .webinar .thumb video {
    border-radius: 10px;
}
.list_item_txt {
    padding-bottom: 60px;
    border-bottom: 1px solid #DEE4E9;
    margin-bottom: 60px;
}
.list_item_txt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 10px;

}
.list_item_txt li {
    width: 48%;
}
.product .section .list_item_txt p {
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    font-weight: 500;
    margin: 0;
}
.list_item_txt span {
    color: #72767C;
}
.product .btn_download {

}
.product .btn_download a {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 14px 20px;
    background-color: #1E70DA;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 30px;
}

.product .question .question_list .txt{
    font-size: 16px;
    line-height: 24px;
    color:#222222;
    margin-top: 20px;
}
@media (max-width: 1279px){
    .product .section .inner {
        padding: 0 20px;
    }
    .product .main-product .canvas-box{
        aspect-ratio: unset;
        height: 100vh;
    }
    .product .main-product .canvas-parent{
        height: 100vh;
        background-color: #000;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .product .main {
        padding-bottom: 60px;
    }
    .product .section .inner{
        width: 100%;
        padding: 0 20px;
    }

    .product .feature .feature_list {
        padding-bottom: 10px;
    }

    .product .banner {
        height: 230px;
    }
    .product .banner_content{
        grid-template-columns: 1fr;
        width: 100%;
        height: 100%;
    }
    .product .section.banner .inner{
        height: 230px;
    }
    .product .banner_content .img_box{
        display: none;
    }

    .product .investment{
        margin-top: 40px;
    }
    .product .investment .section_content{
        display: block;
    }
    .product .investment .section_content .info .title,
    .product .investment .section_content .info .line{
        display: none;
    }
    .product .investment .title_mb,
    .product .investment .sub_title_mb{
        display: block;
    }
    .product .investment .title_mb{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
        color: #222222;
    }
    .product .investment .sub_title_mb{
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 30px;
        color: #72767C;
    }
    .product .investment .section_content .img_box{
        margin-bottom: 30px;
    }
    .product .investment .info{
        padding-bottom: 30px;
        border-bottom: 1px solid #DEE4E9;
        margin-bottom: 30px;
    }
    .product .investment .section_content .input_group .amount_box{
        margin-top: 20px;
    }

    .product .video{
        margin-top: 40px;
    }

    .product .video video,
    .product .video img{
        aspect-ratio: 3/4;
        object-fit: cover;
        object-position: center;
    }

    .product .main-product .ultra-wide .ultra-wide-box {
        display: block;
        padding: 30px 0;
    }

    .product .main-product .ultra-wide .title{
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .product .main-product .ultra-wide .sub-title{
        font-size: 14px;
        line-height: 22px;
    }

    .product .main-product .ultra-wide a{
        font-size: 14px;
        line-height: 14px;
        margin-top: 20px;
        display: inline-flex;
        padding: 10px 20px;
    }

    .product .main-product .ultra-wide a img{
        width: 15px;
        height: auto;
    }


    /* ------------------ product new css ------------------ */

    .product .params{
        margin-top: 40px;
    }

    .product .params .item{
        border: 1px solid #DEE4E9;
        width: 50%;
    }

    .product .params .item:last-child{
        width: 100%;
    }
    .product .params .item.w50 {
        width: 50%;
    }


    .product .webinar{
        margin-top: 40px;
    }

    .product .webinar video {
        aspect-ratio: 3/4;
        object-fit: cover;
        object-position: center;
    }


    .product .precision{
        padding: 80px 0;
        margin-top: 40px;
    }

    .product .precision h3{
        font-size: 24px;
        line-height: 38px;
    }


    .product .effect{
        margin-top: 40px;
    }

    .product .effect .img-box .effect-img{
        aspect-ratio: 3/4;
    }

    .product .effect .content p{
        font-size: 20px;
        line-height: 28px;
    }


    .product .tested{
        margin-top: 40px;
    }

    .product section.tested .inner{
        padding: 0px;
    }

    .product .tested-box{
        grid-template-columns: 1fr;
    }

    .product .tested-box .content{
        display: block;
    }

    .product .tested-box .content .standard span{
        font-size: 24px;
        line-height: 34px;
    }

    .product .tested-box .content .standard{
        padding: 30px 20px;
        border-right: 0px;
    }

    .product .tested-box .content .video-box-mobile{
        padding: 20px;
        border-bottom: 1px solid #DEE4E9;
    }

    .product .tested-box .content .video-box-mobile video,
    .product .tested-box .content .video-box-mobile img{
        width: 100%;
        aspect-ratio: 858/570;
        object-fit: cover;
        object-position: center;
    }

    .product .tested-box .content .reliability{
        padding: 30px 20px;
        border-right: 0px;
    }


    .product .blurring .content{
        grid-template-columns: 1fr;
        padding: 40px 0;
        gap: 20px;
    }

    .product .blurring .content .title span{
        font-size: 24px;
        line-height: 34px;
    }

    .product .blurring .video-blurring{
        margin-bottom: 20px;
    }


    .product .sequence{
        margin-top: 40px;
    }

    .product .sequence video{
        width: 100%;
        aspect-ratio: 3/4;
        object-fit: cover;
        object-position: center;
    }


    .product .calibrate{
        margin-top: 40px;
    }

    .product .calibrate .img-list{
        grid-template-columns: 1fr;
        gap: 40px;
        border: 0;
    }

    .product .calibrate .img-list .item{
        padding: 0;
        border: 0;
    }


    .product .powered {
        margin-top: 40px;
    }

    .product .powered .content span{
        font-size: 24px;
        line-height: 34px;
    }

    .product .powered .video-list video{
        width: 100%;
        aspect-ratio: 3/4;
        object-fit: cover;
        object-position: center;
    }

    .product .development.development_gx1{
        margin-top: 40px;
    }


    .product .development .content{
        grid-template-columns: 1fr;
    }

    .product .development .main-item{
        height: auto;
    }
    .product .development .chart-img{
        border: 0;
    }
    .product .development .question-box{
        display: block;
    }
    .product .development .question-box p{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .product .development .question-box a{
        font-size: 12px;
        line-height: 18px;
    }
    .product .development .sub-item .txt{
        line-height: 18px;
    }


    .product .utilization{
        margin-top: 40px;
    }
    .product .utilization .title-box{
        grid-template-columns: 1fr;
        gap: 20px;
        padding-bottom: 40px;
        border-bottom: 0px;
        margin-bottom: 0;
    }
    .product .utilization .article-box{
        grid-template-columns: 1fr;
    }
    .product .utilization .article-box .img-box{
        margin-top: 0px;
    }


    .product .more-question.more_gx1{
        margin-top: 40px;
    }

    .product .more-question .inner{
        grid-template-columns: 1fr;
    }

    .product .more-question .title-box{
        padding: 30px 20px;
    }

    .product .more-question .title-box .title{
        font-size: 24px;
        line-height: 32px;
    }

    .product .more-question .list_qa .q{
        font-size: 14px;
    }

    .product .more-question .list_qa .a{
        font-size: 14px;
    }


    .product .slam {
        margin-top: 40px;
    }

    .product .slam .slam-box{
        grid-template-columns: 1fr;
    }

    .product .section.slam .inner{
        padding: 0;
    }

    .product .slam .slam-box .img-box{
        border-right: 0px;
        border-left: 0px;
        border-bottom: 0px;
    }

    .product .slam .slam-box .content{
        border-right: 0px;
        min-height: 310px;
        padding: 30px;
    }

    .product .video .content{
        padding: 0 40px;
    }

    .product .video .content p {
        font-size: 24px;
        line-height: 32px;
    }

    /* ---------------- end product new css ---------------- */

    .product .product_detail{
        margin-top: 40px;
    }
    .product .product_detail .detail_list{
        grid-template-columns: 1fr;
    }
    .product .product_detail .title_box{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product .product_detail .title_box img{
        width: 20px;
        height: 20px;
    }
    .product .product_detail .detail_list_wrapper{
        position: relative;
        max-height: 170px;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
    }
    .detail_list_wrapper .detail_list_shadow {
        position: absolute;
        left: 0; right: 0; bottom: 0;
        height: 60px;
        background: linear-gradient(
            to bottom,
            rgba(226, 226, 226, 0) 0%,
            rgba(226, 226, 226, 0.05) 25%,
            rgba(226, 226, 226, 0.1) 45%,
            rgba(226, 226, 226, 0.2) 65%,
            rgba(226, 226, 226, 0.4) 80%,
            rgba(226, 226, 226, 0.7) 95%,
            rgba(226, 226, 226, 0.85) 100%
        );
        pointer-events: none;
        transition: opacity 0.3s;
        z-index: 2;
    }
    .detail_list_wrapper.expanded .detail_list_shadow,
    .detail_list_wrapper.expanded .detail_list_readmore {
        display: none;
    }
    .product .product_detail .detail_list_wrapper.expanded {
        max-height: 1000px;
        overflow: visible;
    }
    .detail_list_readmore {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(113, 113, 113, 0.9);
        color: #fff;
        border: none;
        padding: 8px 24px;
        border-radius: 20px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        box-shadow: 0 2px 8px rgba(0,0,0,0.12);
        transition: opacity 0.2s;
        z-index: 9;
    }
    .detail_list_wrapper.expanded + .detail_list_readmore {
        display: none;
    }
    .detail_list_shadow {
        position: absolute;
        left: 0; right: 0; bottom: 0;
        height: 40px;
        background: linear-gradient(to bottom, rgba(0,0,0,0), #222 90%);
        pointer-events: none;
        transition: opacity 0.3s;
    }
    .product .product_detail .title_box .title_img_box{
        display: block;
    }

    .product .product_list {
        margin-bottom: 60px;
    }
    .product .article_slider {
        margin: 0 0 0 -12px;
    }
    .product .article_slider li.item {
        width: 100%;
    }
    .product .article_slider li .thumb {
        padding: 0 0 0 12px;
    }
    .product .article_slider .item .content .sub-title{
        height: 110px;
    }
    .product .article_slider.article_gx3 .item .content .sub-title{
        height: 140px;
    }
    .product .article_slider .item .content{
        padding: 20px 0 0;
    }

    .product .feature .feature_list .thumb{
        padding: 0 0 0 10px;
    }

    .product .feature .feature_list .item p{
        font-size: 14px;
        line-height: 18px;
    }
    .product .feature .feature_list .item_bg{
        padding: 20px 5px 5px;
    }

    .product .invitation{
        margin-top: 40px;
    }
    .product .invitation .title{
        text-align: left;
        margin-bottom: 30px;
    }
    .product .invitation .invitation_list {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 20px;
    }
    .product .invitation .note{
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .product .average {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .product .average .average_list .item .txt{
        font-size: 16px;
        line-height: 30px;
    }
    .product .average .average_list .item .num{
        font-size: 24px;
        line-height: 34px;
    }
    .product .average .average_list .item img{
        width: 70px;
        margin-bottom: 30px;
    }

    .product .question{
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .product .question .question_list{
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .product .question .question_list .title{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .product .question .question_list .sub_title {
        font-size: 20px;
        line-height: 20px;
    }
    .product .question .question_list .txt{
        margin-top: 30px;
        font-size: 14px;
    }
    /* Style product gx4   */
    .gallery {
        padding: 40px 0 0;
    }

    .gallery_slide {
        margin-bottom: 20px;
    }
    .gallery_item video {
        aspect-ratio: 3 / 4;
        object-fit: cover;
        object-position: center;
    }

    .btn_control {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        background: rgba(0, 0, 0, 0.7);
        border: 1px solid rgba(255, 255, 255, 0.8);
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }


    .btn_control::before {
        border-width: 6px 0 6px 14px;
    }

    .btn_control.paused::before {
        width: 3px;
        height: 14px;
    }

    .gallery_slide_nav {
        display: flex;
        gap: 6px;
        justify-content: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .slide_nav_item {
        width: 50px;
        height: 40px;
    }
    .gallery .txt_desp {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .gallery .txt_desp p {
        margin-bottom: 20px;
    }

    .product .webinar .thumb {
        margin-bottom: 20px;
    }
    .list_item_txt {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .list_item_txt ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;

    }
    .list_item_txt li {
        width: 100%;
    }
    .product .section .list_item_txt p {
        font-size: 20px;
        line-height: 28px;
    }
    .product .btn_download a {
        font-size: 13px;
        line-height: 16px;
        color: #fff;
        padding: 10px 16px;
        margin-bottom: 20px;
    }
}

/* -----------------------------------------------
Company
-------------------------------------------------- */

.about .section.banner {
    max-width: 100%;
    background-image: url("../images/company/banner_company.png");
    background-size: cover;
    margin-bottom: 40px;
}
.about .section {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.about .about_content .box_desp {
    background-image: url("../images/company/bg_desp_company.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 8px;
    padding: 44px 60px;
    margin-bottom: 40px;
}
.about .about_content .list_about_content {
    margin-bottom: 40px;
}
.about .about_content ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about .about_content li {
    width: 20%;
    border-right: 1px solid #DEE4E9;
    text-align: center;
}
.about .about_content li:last-child {
    border-right: none;
}
.about .about_content li p {
    text-align: center;
}
.about .about_content .thumb {
    margin: 0 auto 24px;
}
.about .about_content p {
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color:#222222;
    font-weight: 500;
}
.about .about_content .list_about_content p {
    font-weight: 600;
}
.about .about_content span {
    font-size: 16px;
    color: #72767C;
    font-weight: 500;
}
.about .box_message {
    padding: 50px 60px;
    border-radius: 8px;
    border: 1px solid #DEE4E9;
    background: linear-gradient(180deg, #F0F0F0 0%, #FFF 49.52%);
    margin-bottom: 40px;
}
.about .box_message h2 {
    font-size: 24px;
    color: #222222;
    font-weight: 700;
    text-align: left;
    margin-bottom: 24px;
}
.about .box_message p {
    font-size: 16px;
    color: #72767C;
    font-weight: 500;
    text-align: left;
    line-height: 30px;
}
.about .hdg_lv2 {
    color: #222222;
    margin-bottom: 40px;
}
.about .about_statistical .hdg_lv2 {
    font-weight: 600;
    color: #FFFFFF;
}
.about_areas .list_about_areas {
    margin-bottom: 80px;
}
.about_areas .list_about_areas li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 152px;
    margin-bottom: 33px;
}
.about_areas .list_about_areas li:last-child {
    margin-bottom: 0;
    flex-direction: row-reverse;
}
.about_areas .list_about_areas .thumb img {
    border-radius: 8px;
}
.about_areas .list_about_areas .txt_desp {
    width: 50%;
    text-align: left;
}
.about_areas .list_about_areas h3 {
    font-size: 32px;
    color:#222222;
    font-weight: 700;
    margin-bottom: 30px;
}
.about_areas .list_about_areas p {
    font-size: 20px;
    font-weight: 500;
    color: #72767C;
    line-height: 36px;
}
.about .about_mission .inner {
    padding: 50px 60px;
    border-radius: 8px;
    border: 1px solid #DEE4E9;
    background: linear-gradient(180deg, #F0F0F0 0%, #FFF 49.52%);
    margin-bottom: 40px;
}
.about .about_mission {
    text-align: center;
}
.about .about_mission .hdg_lv2 {
    font-weight: 600;
    color: #222222;
    text-align: center;
}
.about_mission .hdg_lv3 {
    font-size: 24px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 24px;
}
.about_mission .txt_desp {
    margin-bottom: 45px;
}
.about_mission .txt_desp:last-child {
    margin-bottom: 0;
}
.about_mission p {
    font-size: 16px;
    color: #72767C;
    text-align: center;
    font-weight: 500;
    line-height: 28px;
}
.about_mission .thumb_logo {
    width: 100%;
    margin: 0 auto 45px;
}
.about_mission .thumb_main_box {
    width: 100%;
    margin: 0 auto 45px;
}
.about_mission .thumb_main_box img {
    border-radius: 8px;
}
.about .about_statistical .inner {
    background-image: url("../images/company/bg_company_statistical.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 8px;
    padding: 60px;
    margin: 0 auto 80px;
}
.about .about_statistical .hdg_lv2 {
    text-align: center;
}
.list_about_statistical ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 100px;
}
.about_statistical .list_about_statistical .thumb {
    margin: 0 auto 10px;
    text-align: center;
}
.about_statistical .list_about_statistical .txt_desp {
    padding: 18px 40px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.70);
    text-align: center;
}
.about_statistical .list_about_statistical p {
    font-size: 24px;
    font-weight: 700;
    color:#FFFFFF;
}
.about_statistical .list_about_statistical span {
    font-size: 41px;
    color:#FFFFFF;
    font-weight: 700;
}
.about_statistical .list_about_statistical small {
    font-size: 20px;
    font-weight: 500;
    color:#FFFFFF;
    margin-left: 6px;
    display: inline-block;
}
@media (max-width: 991px) {
    .about .section {
        max-width: 100%;
    }
    .page .main {
        padding-top: 95px;
    }
    .page .section .inner {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }
    .about .section.banner {
        background-image: url(../images/application/bg_banner_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        height: 230px;
    }
    .about .about_content .box_desp {
        background-image: url(../images/company/bg_desp_company_sp.png);
        padding: 20px 18px;
        background-size: cover;
    }
    .about .about_content p {
        font-size: 16px;
        line-height: 32px;
    }
    .about .about_content ul {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .about .about_content li {
        width: 50%;
        border: 0;
        margin-bottom: 24px;
    }
    .about .about_content li:last-child {
        margin-bottom: 0;
    }
    .about .about_content .thumb {
        margin: 0 auto 10px;
    }
    .about .about_content li p {
        line-height: 26px;
    }
    .about .about_content li span {
        font-size: 14px;
    }
    .about .box_message {
        padding: 30px 14px;
    }
    .about .box_message h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .about .about_content .box_message p {
        margin-bottom: 12px;
        line-height: 26px;
    }
    .about .hdg_lv2 {
        margin-bottom: 20px;
    }
    .about_areas .list_about_areas {
        margin-bottom: 60px;
    }
    .about_areas .list_about_areas li {
        flex-direction: column;
        margin-bottom: 33px;
        gap: 0;
    }
    .about_areas .list_about_areas .thumb {
        width: 100%;
        margin: 0 auto 20px;
    }
    .about_areas .list_about_areas .txt_desp {
        width: 100%;
    }
    .about_areas .list_about_areas h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .about_areas .list_about_areas p {
        font-size: 18px;
        line-height: 26px;
    }
    .about_areas .list_about_areas li:last-child {
        flex-direction: column;
    }
    .about_areas .list_about_areas .thumb img {
        border-radius: 5px;
    }
    .about .about_mission {
        padding: 30px 14px;
    }
    .about .about_mission .hdg_lv2 {
        font-size: 24px;
        text-align: left;
    }
    .about_mission .hdg_lv3 {
        text-align: left;
        font-size: 16px;
        margin-bottom: 14px;
    }
    .about .about_mission {
        padding: 0 20px;
    }
    .page.about .about_mission .inner {
        padding: 30px 14px;
    }
    .about_mission p {
        font-size: 16px;
        text-align: left;
        margin-bottom: 10px;
    }
    .about_mission p:last-child {
        margin-bottom: 0;
    }
    .about_mission .txt_desp {
        margin-bottom: 40px;
    }
    .about .about_statistical {
        padding: 0 20px;
    }
    .about .about_statistical .inner {
        background-image: url(../images/company/bg_company_statistical_sp.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
        border-radius: 8px;
        padding: 30px 20px;
        margin: 0 auto 40px;
    }
    .list_about_statistical ul {
        flex-direction: column;
        gap: 0;
    }
    .list_about_statistical li {
        width: 100%;
        margin-bottom: 20px;
    }
    .list_about_statistical li:last-child {
        margin-bottom: 0;
    }
    .about_statistical .list_about_statistical .thumb {
        width: 60px;
        max-width: 100%;
    }
    .about_statistical .list_about_statistical .txt_desp {
        padding: 18px 20px;
    }
    .about_statistical .list_about_statistical p {
        font-size: 20px;
    }
    .about_statistical .list_about_statistical span {
        font-size: 36px;
    }
    .about_statistical .list_about_statistical small {
        font-size: 18px;
    }
}

/* -----------------------------------------------
Review
-------------------------------------------------- */
.review .main {
    padding-bottom: 80px;
}
.review .params_list{
    margin-top: 60px;
}
.review .params_list .title{
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: #222222;
    margin-bottom: 30px;
}
.review .params_list .video-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}
.review .params_list .video-list img{
    width: 100%;
    height: auto;
}
.review .params_list .filter_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}
.review .params_list .filter_box button{
    border: 1px solid #DEE4E9;
    border-radius: 8px;
    width: 120px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color:#222222;
    transition: 0.3s;
}
.review .params_list .filter_box button:hover{
    background-color: #F5F5F5;
}
.review .params_list .filter_box button.active{
    background-color: #F5F5F5;
}
.review .params_list .params_slider{
    visibility: hidden;
    height: 470px;
}
.review .params_list .params_slider .item{
    background-color: #F3F3F3;
    border: 1px solid #DEE4E9;
    border-radius: 8px;
    padding: 30px 20px;
    margin: 0 5px;
    height: 470px;
}
.review .params_list .params_slider{
    margin: 0 -5px;
}
.review .params_list .params_slider .item_title{
    font-size: 24px;
    line-height: 24px;
    color: #222222;
    margin-bottom: 40px;
    text-align: center;
}
.review .params_list .params_slider .item_sub{
    font-size: 14px;
    line-height: 14px;
    color: #1E70DA;
    margin-bottom: 10px;
    text-align: end;
}
.review .params_list .params_slider .rank_item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}
.review .params_list .params_slider .rank_item .info{
    display: flex;
    align-items: center;
}
.review .params_list .params_slider .rank_item .info img{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.review .params_list .params_slider .rank_item p{
    font-size: 15px;
    line-height: 20px;
    color:#222222;
}

.review .invest_review{
    margin-top: 60px;
}

.review .title_box_swiper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.review .title_box_swiper .section-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
    margin-bottom: 15px;
}

.review .title_box_swiper .navigation_box{
    display: flex;
    gap: 15px;
}

.review .title_box_swiper .navigation_box div:hover{
    background-color: #F6F7F9;
}

.review .title_box_swiper .navigation_box div{
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    border-radius: 50%;
}

.review .review-prev{
    background-image: url(../images/passenger/prev_icon.svg);
}

.review .review-next{
    background-image: url(../images/passenger/next_icon.svg);
}

.review .title_box_swiper .navigation_box .disabled{
    opacity: 0.3;
}

.review .invest_review {
  margin-top: 60px;
  margin-bottom: 100px;
}
.review .invest_review .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #222222;
  margin-bottom: 30px;
}
.review .invest_review .filter_box select {
  width: 105px;
  height: 45px;
  margin-right: 10px;
  border-radius: 8px;
  border: 0;
  padding: 10px 25px 10px 10px;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  appearance: none;
  background: #f5f5f5 url(../images/common/select_arr_2.png) no-repeat right
    10px center;
  cursor: pointer;
}
.review .invest_review .article_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.review .invest_review .article_list .avatar {
  background-image: url("../images/review/avatar.png");
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.review .invest_review .article_list .item {
  padding: 20px;
  border: 2px solid #d0e4ff;
  position: relative;
}
.review .invest_review .article_list .item .info {
  display: flex;
  align-items: center;
}
.review .invest_review .article_list .info .name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #222222;
  margin-right: 10px;
}
.review .invest_review .article_list .info .cumulative {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.review .invest_review .article_list .info .time {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #72767c;
}
.review .invest_review .article_list .tab_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.review .invest_review .article_list .tab_list > div {
  font-size: 16px;
  line-height: 16px;
  color: #222222;
  padding: 7px 23px;
  border-radius: 6px;
  background-color: #f5f5f5;
}
.review .invest_review .article_list .content {
  padding: 25px 0 50px 0;
}
.review .invest_review .article_list .content img {
  max-width: 200px;
  max-height: 250px;
  margin-bottom: 30px;
}
.review .invest_review .article_list .content p,
.review .invest_review .article_list .content span {
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
.review .invest_review .article_list .like_box,
.review .invest_review .article_list .like_bot_liked {
  padding: 6px 15px;
  border: 1px solid #8fa4fd;
  border-radius: 32px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: absolute;
  bottom: 20px;
}
.review .invest_review .article_list .like_box .icon_like,
.review .invest_review .article_list .like_bot_liked .icon_like {
  background-image: url("../images/review/like_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.review .invest_review .article_list .like_bot_liked {
  background: #3773f5;
}
.review .invest_review .article_list .like_bot_liked .icon_like {
  background-image: url("../images/common/like_icon_active.svg");
}
.review .invest_review .article_list .like_bot_liked .num,
.review .invest_review .article_list .like_bot_liked .txt {
  color: #ffffff;
}
.review .invest_review .article_list .like_box:hover,
.review .invest_review .article_list .like_bot_liked:hover {
  opacity: 0.7;
}
.review .invest_review .article_list .like_box span,
.review .invest_review .article_list .like_bot_liked span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #3773f5;
}
.review .invest_review .article_list .like_box .txt,
.review .invest_review .article_list .like_bot_liked .txt {
  margin: 0 5px;
}

.review .invest_review .show_more {
  margin-top: 40px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e70da;
  color: #ffffff;
  transition: 0.3s;
}
.review .invest_review .show_more:hover {
  opacity: 0.7;
}
.review .invest_review .show_more p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-right: 10px;
}
.review .invest_review .show_more img {
  width: 9px;
  height: auto;
}
.review .invest_review .detail_txt{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: calc(100% - 60px);
}
.review .params_list .time{
    font-size: 14px;
    line-height: 22px;
    color:#222222;
    text-align: end;
    margin-top: 10px;
}
.review .params_list .canvas-con .item_title{
    margin-bottom: 0px;
}
.review .params_list .canvas-con{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.review .params_list .canvas-con-inner {
    width: 100%;
    height: auto;
    position: relative;
}
.review .params_list .legend-container .listContainer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
}
.review .params_list .legend-container .listContainer li{
    display: flex;
}
.review .params_list .legend-container .listContainer .boxSpan{
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 1px;
}
.review .params_list .legend-container .listContainer .textContainer{
    font-size: 13px;
    line-height: 13px;
    color: #72767C;
    margin-bottom: 10px;
}
.review .params_list .legend-container .listContainer .percent{
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color:#222222;
}

.review .params_list .canvas-con-2{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.review .params_list .legend-container-2{
    margin-left: 30px
}
.review .params_list .canvas-box{
    display: flex;
}
.review .params_list .canvas-con-inner-2 {
    width: 50px;
    height: 350px;
    position: relative;
    transform: rotate(180deg);
}
.review .params_list .legend-container-2 .listContainer{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 10px;
}
.review .params_list .legend-container-2 .listContainer li{
    display: flex;
}
.review .params_list .legend-container-2 .listContainer .boxSpan{
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 1px;
}
.review .params_list .legend-container-2 .listContainer .textContainer{
    font-size: 13px;
    line-height: 13px;
    color: #72767C;
    margin-bottom: 10px;
}
.review .params_list .legend-container-2 .listContainer .percent{
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color:#222222;
}
.review .interest img {
    width: 124px;
}

.review .params_list .canvas-con-3 .item_title{
    margin-bottom: 0px;
}
.review .params_list .canvas-con-3{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.review .params_list .canvas-con-inner-3 {
    width: 100%;
    height: auto;
    position: relative;
}
.review .params_list .legend-container-3 {
    height: 91px;
}
.review .params_list .legend-container-3 .listContainer{
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.review .params_list .legend-container-3 .listContainer li{
    display: flex;
}
.review .params_list .legend-container-3 .listContainer .boxSpan{
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 1px;
}
.review .params_list .legend-container-3 .listContainer .textContainer{
    font-size: 13px;
    line-height: 13px;
    color: #72767C;
    margin-bottom: 10px;
}
.review .params_list .legend-container-3 .listContainer .percent{
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color:#222222;
}

.review .params_list .slick-prev:before,
.review .params_list .slick-next:before{
    content: none;
}
.review .params_list .slick-next {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-image: url(../images/main/lidar_next.png);
    top: 50%;
    right: -4%;
    background-color: #afafaf;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}
.review .params_list .slick-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-image: url(../images/main/lidar_prev.png);
    top: 50%;
    left: -4%;
    background-color: #afafaf;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}

.review .article{
    margin-top: 60px;
}

@media (max-width: 991px){
    .review .section .inner{
        width: 100%;
        padding: 0 20px;
    }
    .review .params_list {
        margin-top: 30px;
    }
    .review .params_list .video-list{
        grid-template-columns: 1fr 1fr;
        padding: 0 20px;
    }
    .review .params_list .time{
        margin-right: 20px;
    }
    .review .params_list .params_slider{
        width: 100%;
        height: 420px;
    }
    .review .params_list .title{
        font-size: 24px;
        line-height: 32px;
    }
    .review .params_list .inner{
        padding: 0;
    }
    .review .params_list .title{
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .review .params_list .filter_box{
        display: flex;
        padding: 0 20px;
        gap: 3px;
    }
    .review .params_list .filter_box button{
        width: fit-content;
        padding: 0 10px;
        height: 30px;
        font-size: 12px;
        line-height: 12px;
    }
    .review .params_list .legend-container-2{
        margin-left: 20px
    }
    .review .article_slider{
        grid-template-columns: 1fr;
    }
    .review .params_list .params_slider .item_title{
        margin-bottom: 30px;
    }
    .review .params_list .params_slider .item{
        height: 420px;
    }
    .review .params_list .params_slider .rank_item{
        padding: 4px 0;
    }
    .review .params_list .canvas-con-inner{
        max-height: 240px;
    }
    .review .params_list .canvas-con .item_title {
        margin-bottom: 0px;
    }
    .review .params_list .canvas-con-inner-2{
        height: 300px;
    }
    .review .params_list .legend-container-2 .listContainer{
        gap: 12px;
    }
    .review .params_list .canvas-con-inner-3{
        max-height: 240px;
    }
    .review .params_list .canvas-con-3 .item_title {
        margin-bottom: 0px;
    }
    .review .invest_review {
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .review .invest_review .filter_box select {
        width: 100px;
        height: 40px;
        margin-right: 0px;
    }
    .review .invest_review .filter_box {
        display: flex;
        gap: 5px;
    }
    .review .invest_review .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .review .invest_review .article_list .tab_list {
        gap: 10px;
    }
    .review .invest_review .article_list {
        grid-template-columns: 1fr;
    }
    .review .invest_review .article_list .item {
        padding: 15px;
    }
    .review .invest_review .article_list .tab_list > div {
        padding: 7px 12px;
    }
    .review .invest_review .show_more{
        height: 44px;
    }
}

/* -----------------------------------------------
Service
-------------------------------------------------- */
.services .content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 54px 0 140px;
}
.services .txt_desp {
    font-size: 20px;
    color: #222222;
    text-align: left;
    margin-bottom: 54px;
}
.services .txt_desp p {
    line-height: 38px;
}
.services .list_service li {
    display: flex;
    justify-content: space-between;
    gap: 37px;
    margin-bottom: 50px;
}
.services .list_service li:last-child {
    margin-bottom: 0;
}
.services .list_service .desp_box {
    flex: 1;
    text-align: left;
}
.services .desp_box h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    color:#222222;
    margin-bottom: 16px;
}
.services .assets{
    padding: 10px;
    background: #EEF2F5;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    color: #012E8A;
    display: flex;
    justify-content: center;
    gap: 8%;
}
.services .assets p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.services .assets h4{
    font-size: 32px;
    line-height: 38px;
}
.services .list_service .thumb {
    border-radius: 15px;
    height: 368px;
    background: linear-gradient(180deg, #E2E2E2 21.15%, #FFF 100%);
    width: 455px;
    margin: 0 auto;
    padding: 80px;
    text-align: center;
}
.services .list_service .thumb img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.services .desp_box .txt_desp {
    font-size: 16px;
    color: #72767C;
    margin-bottom: 30px;
}
.services .desp_box .txt_desp p {
    line-height: 24px;
}
.services .statistic_list {
    margin-bottom: 23px;
}
.services .statistic_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.services .statistic_item .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color:#222222;
}
.services .statistic_item .value {
    font-size: 16px;
    color: #72767C;
}
.services .graph_content {
    width: 100%;
    height: 22px;
    position: relative;
    overflow: hidden;
    background: #F5F5F5;
    border-radius: 10px;
    margin-bottom: 20px;
}
.services .graph_content .graph {
    background-color: #1E70DA;
    width: 76%;
    height: 22px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    -webkit-animation: graphAnim 2.5s forwards;
    animation: graphAnim 2.5s forwards;
}
.services .graph_content .graph_text {
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
}
.services .btn_link_service a {
    position: relative;
    display: block;
    background: #EAF3FA;
    border-radius: 10px;
    border: 1px solid #1E70DA;
    padding: 13px;
    font-size: 16px;
    text-align: center;
    color: #222222;
    font-weight: 600;
    transition: all 0.2s;
}
.services .btn_link_service a:hover {
    opacity: 0.7;
}
.services .btn_link_service a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/common/icon_arrow_right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 18px;
    margin: -3px 0 0 15px;
}
/* ------------------ service new ------------------- */

.services .list_service_new .text-danger{
    color: #C50B0B;
}

.services .list_service_new .text-primary{
    color: #012E8A;

}

.services .list_service_new ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.services .list_service_new ul li .product-box{
    border: 1px solid #D8DCE4;
    box-shadow: 4px 4px 15.8px 0px #4A528D26;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.services .list_service_new .thumb{
    text-align: center;
    padding: 20px 0;
}

.services .list_service_new .thumb img{
    width: auto;
    height: 128px
}

.services .list_service_new .product_name{
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #1D1F22;
    text-align: center;
    margin-bottom: 5px;
}

.services .list_service_new .grid_box{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.services .list_service_new .apply_box{
    background: #F5F5F5;
    padding: 10px;
}

.services .list_service_new .apply_box .tit{
    font-size: 16px;
    line-height: 24px;
    color: #1D1F22;
    margin-bottom: 5px;
}

.services .list_service_new .apply_box .tit .text_color{
    font-weight: 700;
}

.services .list_service_new .apply_box .list{
    display: flex;
    justify-content: space-between;
}

.services .list_service_new .apply_box .list button{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #1D1F22;
}

.services .list_service_new .apply_box .list button p{
    min-height: 34px;
}

.services .list_service_new .apply_box .list img{
    width: 50px;
    height: auto;
}

.services .list_service_new .detail-box{
    background: #E8F5E9;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.services .list_service_new .detail-box .row:last-child{
    border-bottom: 0px;
}

.services .list_service_new .detail-box .row p{
    font-size: 15px;
    line-height: 20px;
    color: #1D1F22;
}

.services .list_service_new .detail-box .row .dot{
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #1D1F22;
}

.services .list_service_new .investment-box{
    padding: 10px 15px 15px 15px;
    background-color: #E3F2FD;
}

.services .list_service_new .investment-box .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.services .list_service_new .investment-box .txt{
    font-size: 16px;
    line-height: 16px;
    color: #222;
}

.services .list_service_new .investment-box .num{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

.services .list_service_new .investment-box .btn-submit{
    width: 100%;
    text-align: center;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #012E8A;
    margin-top: 10px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #fff;
}

.services .list_service_new .investment-box .row-quantity{
    flex-wrap: wrap;
    padding-bottom: 0;
}

.services .list_service_new .investment-box .input-and-submit-box{
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 2fr;
    margin-top: 10px;
    gap: 6px;
}

.services .list_service_new .investment-box .input-and-submit-box .btn-submit{
    margin-top: 0;;
}

.services .list_service_new .investment-box .input-box{
    display: flex;
}

.services .list_service_new .investment-box .input-box input{
    border: 0;
    border-top: 1px solid #ADB8C1;
    border-bottom: 1px solid #ADB8C1;
    padding: 2px 5px;
    width: calc(100% - 70px);
    height: 35px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
}

.services .list_service_new .investment-box .input-box input[type=number]::-webkit-inner-spin-button,
.services .list_service_new .investment-box .input-box input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.services .list_service_new .investment-box .input-box button{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ADB8C1;
    background-color: #fff;
    font-size: 20px;
}

.services .list_service_new .investment-box .input-box .minus span{
    margin-bottom: 3px;
}

.services .list_service_new .make-virtual-btn{
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: linear-gradient(270deg, #0085EA 0%, #012E8A 100%);
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
}

.services .list_service_new .investment-box .row-voucher{
    flex-wrap: wrap;
    min-height: 31px;
    align-items: start;
}

.services .list_service_new .investment-box .input-voucher-submit-box{
    display: flex;
    width: 100%;
    gap: 6px;
    margin-top: 10px;
}

.services .list_service_new .active-voucher .investment-box .input-voucher-submit-box{
    display: none;
}

.services .list_service_new .investment-box .input-voucher-submit-box input{
    width: 100%;
    height: 30px;
    border: 1px solid #ADB8C1;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 2px 10px;
    font-size: 14px;
}

.services .list_service_new .investment-box .input-voucher-submit-box button{
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    background-color: #E7ECF0;
}

.services .list_service_new .investment-box .show-discount-box{
    display: none;
    width: 100%;
    gap: 6px;
    margin-top: 10px;
}

.services .list_service_new .active-voucher .investment-box .show-discount-box{
    display: flex;
}

.services .list_service_new .investment-box .show-discount-box .discount{
    width: 100%;
    height: 30px;
    border: 1px solid #1B9038;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 2px 10px;
    font-size: 14px;
    color: #1B9038;
    font-weight: 700;
    text-align: center;
}

.services .list_service_new .investment-box .show-discount-box button.cancel-voucher{
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 6px;
    background-color: #E7ECF0;
}

.services .list_service_new .investment-box .show-discount-box button.cancel-voucher div{
    background-image: url(../images/common/close_black.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.services .list_service_new .investment-box .old-price {
  display: inline-block;
  position: relative;
}

.services .list_service_new .investment-box .old-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px; 
  background-color: #C50B0B; 
  transform: translateY(-50%);
}

.services .list_service_new .product-box .input-and-submit-box.disabled .input-box{
  position: relative;
}

.services .list_service_new .product-box .input-and-submit-box.disabled .input-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
  cursor: not-allowed; 
}

.services .list_service_new .product-box .input-and-submit-box.disabled .input-box input,
.services .list_service_new .product-box .input-and-submit-box.disabled .input-box button {
  pointer-events: none;
  background-color: #F5F5F5;
  color: #ADB8C1;
  border-color: #ADB8C1;
}

.services .list_service_new .product-box .input-voucher-checkbox-box{
    width: 100%;
}


.services .list_service_new .product-box .form-check label{
    font-size: 14px;
    line-height: 14px;
    color: #222;
}

.services .list_service_new .product-box .form-check input[type="checkbox"]#checkbox1:checked + span {
    border-color: red;
    background-color:red;
}

.services .list_service_new .product-box .form-check-container {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.services .list_service_new .product-box .form-check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.services .list_service_new .product-box .form-check-container input:checked ~ .checkmark {
    background-color: #1E70DA;
}

.services .list_service_new .product-box .form-check-container input:checked ~ .checkmark:after {
    display: block;
}

.services .list_service_new .product-box .form-check-container .checkmark:after {
    left: 4px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media (max-width: 991px) {
    .services .list_service_new ul{
        grid-template-columns: 1fr;
        gap: 50px
    }
    .services .list_service_new .investment-box .input-and-submit-box{
        margin-top: 0;
        display: block;
    }
    .services .list_service_new .investment-box .input-box input{
        width: 60px;
    }
    .services .list_service_new .investment-box .input-and-submit-box{
        width: fit-content;
    }
    .services .list_service_new .investment-box .row-voucher{
        min-height: 0px;
    }
    .services .assets{
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
}

/* ------------------ end service new ------------------- */


/* ------------------ protection ------------------- */

.business-banner {
    position: relative;
    width: 100%;
}

.business-banner video,
.business-banner img{
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center;
}

.business-banner .content-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.business-banner .title{
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    max-width: 500px;
}

.business-banner .sub-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 50px;
    max-width: 510px;
}

.page.protection .nav .menu a{
    color: #FFFFFF;
}

.page.protection .header .header_container .logo a,
.page.protection .header .btn_login svg,
.page.protection .header .btn_lang_icon svg{
    color: #fff;
}

.page.protection .header.scrolled .header_container .logo a,
.page.protection .header.scrolled .btn_login svg,
.page.protection .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.protection .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.protection .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}

.protection .main{
    padding-top: 0px;
}

.protection .main-title{
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    color:#1E70DA;
    margin-top: 60px;
}

.protection .section_1{
    margin-top: 30px;
}

.protection .section_1 .section-banner{
    width: 100%;
    aspect-ratio: 1200/630;
    object-fit: cover;
    object-position: center;
    margin-bottom: 60px;
    border-radius: 8px;
}

.protection .section_1 .content{
    margin: auto;
}

.protection .section_1 .content .row{
    padding: 40px 0;
    text-align: center;
}

.protection .section_1 .content .title{
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #222222;
}

.protection .section_1 .content .txt{
    font-size: 28px;
    line-height: 40px;
    color: #72767C;
    margin-top: 30px;
    font-weight: 400;
}

.protection .section_1 .content .sub-title{
    font-size: 28px;
    line-height: 40px;
    color: #72767C;
    margin-top: 20px;
    font-weight: 400;
}

.protection .section_1 .content .line{
    width: 100%;
    height: 1px;
    background-color: #DEE4E9;
    border-radius: 4px;
    margin: auto;
}

.protection .section_2{
    margin-top: 60px;
    margin-bottom: 100px;
}

.protection .section_2 .grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}

.protection .section_2 .grid-box .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    background-color: #F3F3F3;
}

.protection .section_2 .content .title{
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #222222;
}

.protection .section_2 .content .sub-title{
    font-size: 22px;
    line-height: 34px;
    margin-top: 20px;
    color: #222222;
}

.protection .section_2 .content .dot{
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
}

.protection .section_2 .content .txt{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 20px;
    color: #1E70DA;
}

.protection .section_2 .content .txt_primary{
    color: #1E70DA;
}

.protection .section_2 .content .txt_success{
    color: #18A100;
}

.protection .section_2 .img-box img{
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
}

.protection .section_3{
    margin-top: 60px;
    margin-bottom: 100px;
}

.protection .section_3 .content{
    text-align: center;
}

.protection .section_3 .content .title{
    font-size: 32px;
    line-height: 48px;
    margin-top: 30px;
    color: #222222;
    font-weight: 400;
}

.protection .section_3 .content .title .txt-color{
    color: #1E70DA;
    font-weight: 600;
}

.protection .section_3 .content .line{
    width: 168px;
    height: 4px;
    background-color: #DEE4E9;
    border-radius: 4px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.protection .section_3 .content .check-list{
    display: flex;
    justify-content: center;
}

.protection .section_3 .content .check-list .item{
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.protection .section_3 .content .check-list .item img{
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.protection .section_3 .content .check-list .item p{
    font-size: 32px;
    line-height: 32px;
    color: #222222;
    font-weight: 600;
}

.protection .section_4{
    margin-top: 60px;
}

.protection .section_4 .title{
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #222222;
    margin-top: 25px;
}

.protection .section_4 .img-box{
    width: 100%;
    text-align: center;
}

.protection .section_4 .img-box img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.protection .section_4 .content{
    text-align: center;
}

.protection .section_4 .content p{
    font-size: 24px;
    line-height: 34px;
    color: #222222;
    margin-top: 30px;
}


@media (max-width: 991px) {

    .business-banner video,
    .business-banner img{
        width: 100%;
        height: auto;
        aspect-ratio: 3/2;
    }

    .business-banner .title {
        font-size: 32px;
        line-height: 42px;
    }

    .business-banner .sub-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .page.protection .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.protection .scrolled .hamburger .line{
        background-color: #555;
    }

    .protection .banner {
        background-image: url(../images/application/bg_banner_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        height: 230px;
    }

    .protection .main-title{
        margin-top: 30px;
    }

    .protection .section_1{
        margin-top: 0;
    }

    .protection .section_1 .section-banner{
        aspect-ratio: 400/380;
        margin-bottom: 10px;
    }

    .protection .section_1 .content .title{
        font-size: 26px;
        line-height: 36px;
    }

    .protection .section_1 .content .txt {
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }

    .protection .section_1 .content .row{
        padding: 30px 0;
    }

    .protection .section_1 .content .sub-title {
        font-size: 20px;
        line-height: 32px;
        margin-top: 10px;
    }

    .protection .section_2{
        margin-top: 40px;
    }

    .protection .section_2 .grid-box{
        grid-template-columns: 1fr;
    }

    .protection .section_2 .img-box{
        order: -1;
    }

    .protection .section_2 .grid-box .content{
        padding: 40px 20px;
    }

    .protection .section_2 .content .title {
        font-size: 24px;
        line-height: 32px;
    }

    .protection .section_2 .content .sub-title{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .protection .section_2 .content .sub-title span{
        margin-bottom: 10px;
    }

    .protection .section_2 .content .txt{
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

    .protection .section_3 .content img{
        width: 70px;
        height: auto;
    }

    .protection .section_3 .content .title {
        font-size: 26px;
        line-height: 42px;
        margin-top: 20px;
    }

    .protection .section_3 .content .line{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .protection .section_3 .content .check-list .item img{
        width: 16px;
        margin-right: 5px;
    }

    .protection .section_3 .content .check-list .item p{
        font-size: 18px;
        line-height: 18px;
    }

    .protection .section_4{
        margin-top: 20px;
    }

    .protection .section_4 .content p{
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }
}


/* ----------------- end protection ------------------ */


/* ---------------------- profit ----------------------- */

.page.profit .nav .menu a{
    color: #FFFFFF;
}

.page.profit .header .header_container .logo a,
.page.profit .header .btn_login svg,
.page.profit .header .btn_lang_icon svg{
    color: #fff;
}

.page.profit .header.scrolled .header_container .logo a,
.page.profit .header.scrolled .btn_login svg,
.page.profit .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.profit .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.profit .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}


.profit .main{
    padding-top: 0px;
}

.profit .section_1{
    margin-top: 60px;
}

.profit .section-title{
    font-size: 32px;
    line-height: 32px;
    color: #1D1F22;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.profit .section-sub-title{
    font-size: 24px;
    line-height: 24px;
    color: #222;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: center;
}

.profit .section_1 .grid-box{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    overflow: hidden;
}

.profit .section_1 .grid-box .img-box img{
    width: 100%;
    aspect-ratio: 401/89;
    object-fit: cover;
    object-position: center;
}

.profit .section_1 .grid-box .content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #D8DCE4;
}

.profit .section_1 .grid-box .content .title{
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #1D1F22;
}

.profit .section_1 .grid-box .content .txt{
    font-size: 14px;
    line-height: 26px;
    color: #1D1F22;
}

.profit .section_2{
    margin-top: 60px;
}

.profit .section_2 .flex-around{
    display: flex;
    justify-content: space-around;
}

.profit .section_2 .flex-between{
    display: flex;
    justify-content: space-between;
}

.profit .section_2 .item{
    width: 290px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #D8DCE4;
    padding: 15px;
}

.profit .section_2 p{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
}

.profit .section_2 img{
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.profit .section_2 .title{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.profit .section_2 .sub-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #747981;
}

.profit .section_2 ul{
    list-style-type: disc;
    padding-left: 25px;
}

.profit .section_2 ul li{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #747981;
}

.profit .section_2 ul li::marker {
  color: #747981;
}

.profit .section_3{
    margin-top: 60px;
}

.profit .section_3 .grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.profit .section_3 .grid-box .item{
    border-radius: 8px;
    overflow: hidden;
    background-color: #F3F3F3;
}

.profit .section_3 .grid-box img{
    width: 100%;
    aspect-ratio: 280/264;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.profit .section_3 .grid-box .content{
    padding: 20px;
}

.profit .section_3 .grid-box .title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.profit .section_3 .grid-box .txt{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #72767C;
}

.profit .section_4{
    margin-top: 60px;
    margin-bottom: 80px;
}

.profit .section_4 .grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.profit .section_4 .grid-box .item{
    border-radius: 8px;
    overflow: hidden;
    background-color: #F3F3F3;
    border: 1px solid #DEE4E9;
    display: flex;
}

.profit .section_4 .grid-box img{
    width: 220px;
    aspect-ratio: 165/150;
    object-fit: cover;
    object-position: center;
    border-radius: 8px 0 0 8px;
}

.profit .section_4 .grid-box .content{
    padding: 20px;
}

.profit .section_4 .grid-box .title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.profit .section_4 .grid-box .txt{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #72767C;
}

@media (max-width: 991px) {
    .page.profit .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.profit .scrolled .hamburger .line{
        background-color: #555;
    }

    .profit .banner {
        background-image: url(../images/application/bg_banner_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        height: 230px;
    }

    .profit .section-title{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .profit .section-sub-title{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .profit .section_1{
        margin-top: 50px;
    }

    .profit .section_1 .grid-box{
        grid-template-columns: 1fr;
    }

    .profit .section_1 .grid-box .content{
        padding: 20px;
        min-height: 680px;
    }

    .profit .section_1 .grid-box .content .title{
        font-size: 16px;
        line-height: 24px;
    }

    .profit .section_1 .grid-box .content .txt{
        font-size: 14px;
        line-height: 24px;
    }

    .profit .section_2{
        margin-top: 50px;
    }

    .profit .section_2 .grid-box{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .profit .section_2 .grid-box .content{
        min-height: 200px;
    }

    .profit .section_3{
        margin-top: 50px;
    }

    .profit .section_3 .grid-box{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .profit .section_3 .grid-box .txt{
        font-size: 14px;
        line-height: 20px;
    }

    .profit .section_3 .grid-box .content{
        padding: 20px 20px 30px 20px;
    }

    .profit .section_4{
        margin-top: 50px;
    }

    .profit .section_4 .grid-box{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .profit .section_4 .grid-box img{
        width: 100%;
        aspect-ratio: 391/200;
        border-radius: 0;
    }

    .profit .section_4 .grid-box .content{
        padding: 20px;
    }

    .profit .section_4 .grid-box .txt{
        font-size: 14px;
    }

    .profit .section_2 .flex-around,
    .profit .section_2 .flex-between{
        flex-direction: column;
        gap: 20px;
    }
    .profit .section_2 .item{
        width: 100%;
    }
    .profit .section_4 .grid-box .item{
        flex-direction: column;
    }
}


/* -------------------- end profit --------------------- */

/* ---------------------- process ----------------------- */

.page.process .nav .menu a{
    color: #FFFFFF;
}

.page.process .header .header_container .logo a,
.page.process .header .btn_login svg,
.page.process .header .btn_lang_icon svg{
    color: #fff;
}

.page.process .header.scrolled .header_container .logo a,
.page.process .header.scrolled .btn_login svg,
.page.process .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.process .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.process .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}

.process .main{
    padding-top: 0px;
}

.process .section_1{
    margin-top: 60px;
}

.process .section-title{
    font-size: 32px;
    line-height: 32px;
    color: #1E70DA;
    font-weight: 700;
    margin-bottom: 40px;
}

.process .section_1 .grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.process .section_1 .grid-box .item{
    border-radius: 8px;
    overflow: hidden;
    background-color: #F3F3F3;
}

.process .section_1 .grid-box img{
    width: 100%;
    aspect-ratio: 386/264;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.process .section_1 .grid-box .content{
    padding: 20px;
}

.process .section_1 .grid-box .title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.process .section_1 .grid-box .txt{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #72767C;
}

.process .section_2{
    margin-top: 60px;
}

.process .section_2 .grid-box{
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-radius: 8px;
    overflow: hidden;
}


.process .section_2 .grid-box .img-box img{
    width: 100%;
    height: auto;
}

.process .section_2 .grid-box .content{
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F3F3F3;
}

.process .section_2 .grid-box .title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    color: #222;
}

.process .section_2 .grid-box .txt{
    font-size: 16px;
    line-height: 24px;
    color: #222;
}

.process .section_2 .grid-box .txt span{
    font-size: 30px;
    font-weight: 800;
    margin-right: 10px;
}

.process .section_3{
    margin-top: 60px;
    margin-bottom: 80px;
}

.process .section_3 .grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    border-radius: 8px;
    background-color: #F3F3F3;
}


.process .section_3 .grid-box .item{
    padding: 30px;
    text-align: center;
}

.process .section_3 .grid-box .title{
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 10px;
}

.process .section_3 .grid-box .txt{
    font-size: 16px;
    line-height: 24px;
    color: #222;
}

.process .section_3 .video-box{
    margin-top: 40px;
    width: 100%;
}

.process .section_3 .video-box video{
    width: 100%;
    aspect-ratio: 12/9;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

@media (max-width: 991px) {

    .page.process .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.process .scrolled .hamburger .line{
        background-color: #555;
    }

    .process .banner {
        background-image: url(../images/application/bg_banner_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        height: 230px;
    }

    .process .section-sub-title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .process .section_1{
        margin-top: 50px;
    }

    .process .section_1 .grid-box{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .process .section_2{
        margin-top: 50px;
    }

    .process .section_2 .grid-box .img-box img{
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: center;
    }

    .process .section_2 .grid-box{
        grid-template-columns: 1fr;
    }

    .process .section_2 .grid-box .txt{
        font-size: 14px;
        line-height: 20px;
    }

    .process .section_2 .grid-box .content{
        padding: 30px 20px 30px 20px;
        min-height: 280px;
    }

    .process .section_3{
        margin-top: 50px;
    }

    .process .section_3 .grid-box{
        grid-template-columns: 1fr;
        gap: 0px;
        border-radius: 0px;
    }

    .process .section_3 .video-box{
        margin-top: 20px;
    }

}


/* -------------------- end process --------------------- */

/* ---------------------- announcement ----------------------- */

@media (max-width: 991px) {
    .announcement.page .main{
        padding-top: 70px;
    }
}

.announcement .main > .inner {
    display: block;
}

@media (max-width: 991px) {
    .announcement .main > .inner {
        padding: 12px 10px;
    }
}

.announcement .content_wrap{
    margin-top: 40px;
}

@media (max-width: 991px) {
    .announcement .content_wrap{
        margin-top: 0px;
    }
}

.announcement #content {
    width: 100%;
}
.announcement #content .inner {
    background-color: #fff;
}
@media (max-width: 991px) {
    .announcement #content .inner {
        padding: 30px 20px;
    }
}

.announcement #content .list_message {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .announcement #content .list_message {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }
}
.announcement #content .list_message li {
    border-bottom: 1px solid #e8e8e8;
}
.announcement #content .list_message .tab_content {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 18px;
    position: relative;
}
@media (max-width: 991px) {
    .announcement #content .list_message .tab_content {
        padding: 10px;
    }
}
.announcement #content .list_message .tab_content .show-icon{
    width: 12px;
    height: 8px;
    position: absolute;
    top: 20px;
    right: 20px;
}
@media (max-width: 991px) {
    .announcement #content .list_message .tab_content:after {
        width: 12px;
        height: 12px;
        top: 14px;
        right: 8px;
    }
}
.announcement #content .list_message .tab_content.active:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.announcement #content .list_message .tab_content .logo_mess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 164px;
    width: 100%;
}
@media (max-width: 991px) {
    .announcement #content .list_message .tab_content .logo_mess {
        max-width: 30%;
    }
}
.announcement #content .list_message .tab_content .logo_mess .news {
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    padding: 0 8px;
    background-color: #1E70DA;
    border-radius: 5px;
    display: inline-block;
    margin-left: 6px;
}
@media (max-width: 991px) {
    .announcement #content .list_message .tab_content .logo_mess .news {
        font-size: 10px;
        line-height: 10px;
        padding: 2px 6px;
        border-radius: 4px;
        margin-left: 6px;
    }
}

.announcement #content .list_message .tab_content .thumb img {
    width: auto;
    height: 15px;
}
@media (max-width: 991px) {
    .announcement #content .list_message .tab_content .thumb img{
        width: auto;
        height: 10px;
    }
}
.announcement #content .list_message .tab_content .txt_desp {
    margin-left: 60px;
}
@media (max-width: 991px) {
    .announcement #content .list_message .tab_content .txt_desp {
        margin-left: 6px;
    }
}
.announcement #content .list_message .tab_content span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-left: 80px;
}
@media (max-width: 991px) {
    .announcement #content .list_message .tab_content span {
        font-size: 10px;
        margin-left: 6px;
    }
}
.announcement #content .list_message .tab_content span.shipment {
    color: #1E70DA;
    margin-left: 0;
}
.announcement #content .list_message .content {
    display: none;
    text-align: left;
    background-color: #ebeff3;
    padding: 16px 16px 16px 240px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
@media (max-width: 991px) {
    .announcement #content .list_message .content {
        font-size: 10px;
        line-height: 18px;
        padding: 10px;
    }
}
.announcement #content .list_message .content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .announcement #content .list_message .content p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}
.announcement #content .list_message .content .thumb {
    width: 372px;
    height: 248px;
}
@media (max-width: 991px) {
    .announcement #content .list_message .content .thumb {
        width: 100%;
        height: auto;
    }
}
.announcement #content .list_message .content .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}
@media (max-width: 991px) {
    .announcement #content .list_message .content .thumb img {
        border-radius: 4px;
    }
}

.announcement #content .inner{
    background-color: transparent;
}
.announcement #content .list_message li{
    background-color: #F3F3F3;
}
.announcement #content .list_message .btn_wrap{
    text-align: right;
    margin-top: 10px;
    line-height: 40px;
}

/* ---------------------- end announcement ----------------------- */

/* ---------------------- question ----------------------- */

.question .content{
    margin-top: 60px;
    margin-bottom: 80px;
}

.question .more-question .title-box{
    padding: 40px 40px 0 40px;
    display: flex;
    flex-direction: column;
    border: 1px solid #DEE4E9;
    background: #F3F3F3;
}
.question .more-question .title-box .title{
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 20px;
    color: #222;
}
.question .more-question .title-box a{
    padding: 15px 0;
    width: 160px;
    background: #1E70DA;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}
.question .more-question .list_qa {
    flex: 1;
    text-align: left;
    background: #F3F3F3;
}
.question .more-question .list_qa .a {
    display: none;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    text-align: left;
    padding: 15px 20px;
}
.question .more-question .list_qa .q {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border: 1px solid #DEE4E9;
}

.question .more-question .list_qa .q svg{
    width: 16px;
    height: 16px;
    transition: 0.2s;
}
.question .more-question .list_qa .q.active svg{
    transform: rotate(180deg);
}

.question .more-question .list_qa .text_color{
    text-decoration: underline;
    color: #1E70DA;
}

.question .more-question .list_qa .question_box{
  display: flex;
  align-items: center;
}
.question .more-question .list_qa .q_tag{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  background-color: #676767;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
}
.question .more-question .list_qa .answer_box{
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.question .more-question .list_qa .a_tag{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  background-color: #3773f5;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
}

.question .more-question .list_qa .a_content{
  color: #3773f5;
  width: calc(100% - 25px);
}


@media (max-width: 991px) {
    .page.question .main{
        padding-top: 70px;
    }

    .page.question .section.more-question .inner{
        padding: 0px;
    }

    .question .more-question .list_qa .q{
        font-size: 14px;
    }

    .question .more-question .list_qa .a{
        font-size: 14px;
    }

    .question .content{
        margin-top: 30px;
        margin-bottom: 30px;;
    }

}
/* ---------------------- end question ----------------------- */

/* ---------------------- news ----------------------- */
@media (max-width: 991px) {
    .page.news .main {
        padding-top: 70px;
    }
}

.news #main > .inner {
    display: block;
}
.news .tbl_news{
    width: 100%;
}
.news .tbl_news thead tr {
    background-color: #ebeff3;
}
.news #content {
    width: 100%;
    margin: 20px 0 40px 0;
}
@media (max-width: 991px) {
    .news #content {
        padding: 0;
        margin: 30px 0;
    }
}
.news #content .inner {
    background-color: #fff;
}
@media (max-width: 991px) {
    .news #content .inner {
        padding: 0 20px;
        margin-bottom: 20px;
    }
}
.news #content .tbl_news thead tr th {
    padding: 12px 19px;
    font-size: 16px;
    line-height: 20px;
}
@media (max-width: 991px) {
    .news #content .tbl_news thead tr th {
        padding: 12px 10px;
        font-size: 12px;
        line-height: 18px;
    }
}
.news #content .tbl_news thead tr th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.news #content .tbl_news thead tr th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: right;
}
.news #content .tbl_news tbody tr td {
    border-bottom: 1px solid #dde0e7;
    padding: 10px 19px;
    vertical-align: middle;
    background-color: #f7f7f7;
}
@media (max-width: 991px) {
    .news #content .tbl_news tbody tr td {
        padding: 8px 10px;
        font-size: 10px;
    }
}
.news #content .tbl_news tbody tr td:last-child {
    text-align: right;
}
.news #content .tbl_news tbody tr td a {
    color: #1b1d24;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
@media (max-width: 991px) {
    .news #content .tbl_news tbody tr td a {
        font-size: 10px;
        line-height: 18px;
    }
}
.news #content .tbl_news tbody tr td a:hover {
    text-decoration: underline;
}
.news #content .tbl_news .status {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 3px;
    display: inline-block;
}
@media (max-width: 991px) {
    .news #content .tbl_news .status {
        font-size: 10px;
        padding: 4px 6px;
        border-radius: 4px;
        line-height: 16px;
    }
}
.news #content .tbl_news .status.success {
    background-color: #DDF5D8;
    color: #254A28;
}
.news #content .tbl_news .status.danger {
    background-color: #FDEDED;
    color: #D4290B;
}

.news .section-tab{
    margin-top: 40px;
}

@media (max-width: 991px) {
    .news .section-tab{
        margin-top: 20px;
    }
}

.news .future .section_tlt{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .news .future .section_tlt{
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.news .chart{
    margin-top: 20px;
    margin-bottom: 40px;
    display: none;
}
.news .chart.active{
    display: block;
}
.news .section-tab .tab{
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
}

.news .section-tab .tab button{
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #787878;
    border-bottom: 2px solid #DEE4E9;
}

.news .section-tab .tab button.active{
    color: #1E70DA;
    border-bottom: 2px solid #1E70DA;
}

.news .chart .chart-box{
    border: 1px solid #DEE4E9;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    padding: 10px;
    margin-top: 20px;
}

.news .chart .filter{
    margin-bottom: 20px;
}

.news .chart .filter button{
    border: 1px solid #DEE4E9;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    border-radius: 4px;
    padding: 7px 20px;
    margin-right: 10px;
}
.news .chart .filter button.active{
    border: 1px solid #1E70DA;
    background-color: #1E70DA;
    color: #fff;
}

.news .chart #financeChart{
    height: 300px !important;
}

.news .chart table{
    width: 100%;
    border-left: 1px solid #DEE4E9;
    border-right: 1px solid #DEE4E9;
    display: none;
}

.news .chart table.active{
    display: table;
}

.news .chart table tr th,
.news .chart table tr td{
    padding: 10px;
}
.news .chart table tr th{
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #222;
    background-color: #EAF3FA;
}
.news .chart table tr th p{
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: #222;
    margin-top: 10px;
}
.news .chart table tr td{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #222;
    border-bottom: 1px solid #DEE4E9;
}

.news .chart table tr td .yoy{
    font-size: 12px;
    line-height: 18px;
    color: #72767C;
    margin-top: 5px;
}

.news .chart table tr td .color{
    color: #E50C0C;
}

.news .chart table tr td .recent-box{
    display: flex;
    align-items: center;
    gap: 10px;
}
.news .chart table tr td .recent-box .tag{
    padding: 3px 6px;
    background-color: #1E70DA;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
}
.news #loadMoreBtn{
    width: 100%;
    padding: 15px 0;
    border: 1px solid #DEE4E9;
    border-top: 0;
    font-size: 14px;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.news #loadMoreBtn .arrow{
    background: url(../images/common/select_arr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 7px;
    height: 4px;
    margin-left: 10px;
}

.news .table-group{
    margin-top: 20px;
}

.news .section#content{
    display: none;
}

.news .section#content.active{
    display: block;
}
@media (max-width: 991px) {
  #financeTable th:nth-child(3),
  #financeTable th:nth-child(4),
  #financeTable th:nth-child(6),
  #financeTable th:nth-child(7),
  #financeTable td:nth-child(3),
  #financeTable td:nth-child(4),
  #financeTable td:nth-child(6),
  #financeTable td:nth-child(7),
  #ratioTable th:nth-child(3),
  #ratioTable th:nth-child(4),
  #ratioTable th:nth-child(5),
  #ratioTable th:nth-child(7),
  #ratioTable td:nth-child(3),
  #ratioTable td:nth-child(4),
  #ratioTable td:nth-child(5),
  #ratioTable td:nth-child(7) {
    display: none;
  }
  .news .chart table tr th{
    font-size: 14px;
  }
  .news .chart table tr td{
    font-size: 12px;
  }
  .news #loadMoreBtn{
    font-size: 12px;
  }
}
.news-detail #detail .inner {
    background-color: #f3f3f3;
    padding: 34px 31px;
    border-radius: 6px;
    text-align: start;
}
@media (max-width: 991px) {
    .news-detail #detail .inner {
        padding: 22px 14px;
    }
}
.news-detail #detail .inner p {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #1b1d24;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .news-detail .inner p {
        font-size: 12px;
        margin-bottom: 10px;
    }
}
.news-detail #detail .inner p.brand_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-detail #detail .inner p.brand_img img {
    margin-left: 8px;
}
@media (max-width: 991px) {
    .news-detail #detail .inner p.brand_img img {
        margin-left: 6px;
    }
}
@media (max-width: 991px) {
    .news-detail #detail .inner .content {
        margin-bottom: 20px;
    }
}
.news-detail #detail .inner .content p {
    line-height: 23px;
}
@media (max-width: 991px) {
    .news-detail #detail .inner .content p {
        line-height: 20px;
    }
}
.news-detail #detail .inner .content .thumb {
    width: 250px;
    height: auto;
}
@media (max-width: 991px) {
    .news-detail #detail .inner .content .thumb {
        width: 230px;
        height: auto;
    }
}
.news-detail #detail .inner .content .thumb img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}
.news-detail #detail .inner .btn_link {
    text-align: left;
    width: auto;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .news-detail #detail .inner .btn_link {
        text-align: center;
        width: 100%;
        margin: 0;
    }
}
.news-detail #detail .inner .btn_link a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #1E70DA;
    padding: 7px 20px;
    line-height: 24px;
}
@media (max-width: 991px) {
    .news-detail #detail .inner .btn_link a {
        font-size: 12px;
        line-height: 12px;
        border-radius: 4px;
        padding: 11px;
        width: 100%;
        display: block;
    }
}

.news-detail #detail{
    margin: 40px 0;
}

@media (max-width: 991px) {
    .news-detail #detail{
        margin: 30px 0;
        padding: 0 20px;
    }
}

.news .title-detail {
    font-size: 32px;
    line-height: 42px;
    color: #1E70DA;
    font-weight: 600;
}

.news .section-top {
    margin-top: 40px;
}

.news #content .inner{
    background-color: transparent;
}
.news .tbl_news{
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.news #content .tbl_news thead tr th{
    border-radius: 0 !important;
}

.news #content .tbl_news .thumb img{
    width: auto;
    height: 18px;
}

@media (max-width: 991px) {
    .news #content .tbl_news .thumb img{
        width: 65px;
        height: auto;
    }

    .news #content .tbl_news tr th{
        text-wrap: nowrap;
    }
}


/* pagination */

.pagination_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 40px;
}
@media (max-width: 1280px) {
    .pagination_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0 0;
    }
}
@media (max-width: 1280px) {
    .pagination_content .btn_link {
        width: 100%;
    }
}
.pagination_content .btn_link a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #4870f4;
    padding: 13px 40px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
}
@media (max-width: 1280px) {
    .pagination_content .btn_link a {
        width: 100%;
        display: block;
        font-size: 3.7333333333vw;
        border-radius: 1.6vw;
        padding: 4.2666666667vw 10.6666666667vw;
    }
}
#paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
}
@media (max-width: 1280px) {
    #paging {
        font-size: 10px;
        font-weight: 600;
        margin-bottom: 20px;
    }
}
#paging .page_numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #171a26;
    margin: 0 2px;
    border-radius: 3px;
    display: block;
    font-size: 14px;
    text-align: center;
}
@media (max-width: 1280px) {
    #paging .page_numbers {
        width: 24px;
        height: 24px;
        margin: 0 3px;
        border-radius: 4px;
        font-size: 10px;
        line-height: 24px;
    }
}
#paging .page_numbers.current {
    color: #fff;
    background-color: #1E70DA;
}
#paging .page_numbers:hover {
    color: #fff;
    background-color: #FF6200;
}
#paging a {
    color: #5d626b;
    font-weight: 500;
    border-radius: 6px;
    -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (max-width: 1280px) {
    #paging a {
        border-radius: 0.8vw;
    }
}
#paging a.prev {
    background-image: url("../../product_new_img/arrow_left_white.svg");
    background-position: left 8px center;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 6px 10px;
    margin-right: 24px;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #5d626b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}
@media (max-width: 1280px) {
    #paging a.prev {
        width: 24px;
        margin-right: 3px;
        padding: 0;
        background-position: center;
        background-position: left 7px center;
    }
}

#paging a.next {
    background-image: url("../../product_new_img/arrow_right_white.svg");
    background-position: right 10px center;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 6px 15px;
    margin-left: 24px;
    text-align: left;
    background-color: #5d626b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}
@media (max-width: 1280px) {
    #paging a.next {
        width: 24px;
        margin-left: 3px;
        padding: 0;
        background-position: center;
    }
}

/* ---------------------- end news ----------------------- */

/* ---------------------- certificate ----------------------- */

.page.certificate .nav .menu a{
    color: #FFFFFF;
}

.page.certificate .header .header_container .logo a,
.page.certificate .header .btn_login svg,
.page.certificate .header .btn_lang_icon svg{
    color: #fff;
}

.page.certificate .header.scrolled .header_container .logo a,
.page.certificate .header.scrolled .btn_login svg,
.page.certificate .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.certificate .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.certificate .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}

.certificate .main{
    padding-top: 0px;
}

.certificate .main-title{
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    color:#1E70DA;
    margin-top: 60px;
}

.certificate .section_1{
    margin-top: 30px;
}

.certificate .section_1 .title{
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
    color:#222222;
    margin-bottom: 20px;
}

.certificate .section_1 .txt{
    font-size: 16px;
    line-height: 24px;
    color:#222222;
}

.certificate .section_2{
    margin-top: 80px;
}

.certificate .section_2 .grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.certificate .section_2 .grid-box .item{
    padding: 10px;
    background-color: #F3F3F3;
    border-radius: 8px;
}

.certificate .section_2 .grid-box .title-box{
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.certificate .section_2 .grid-box .title-box .title{
    font-size: 24px;
    line-height: 24x;
    font-weight: 700;
    color:#1E70DA;
}

.certificate .section_2 .grid-box .content{
    padding: 20px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.certificate .section_2 .grid-box .content .txt{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color:#000;
    margin-bottom: 20px;
    text-align: center;
}

.certificate .section_2 .grid-box .content .num-box{
    width: 100%;
    aspect-ratio: 16/14;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1E70DA;
}

.certificate .section_2 .grid-box .content .num-box p{
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color:#fff;
}

.certificate .section_3{
    margin-top: 60px;
}

.certificate .section_3{
    background-color: #F3F3F3;
}

.certificate .section_3 .img-box{
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.certificate .section_3 .img-box > div{
    width: 100%;
}

.certificate .section_3 .img-box img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {
    .page.certificate .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.certificate .scrolled .hamburger .line{
        background-color: #555;
    }

    .certificate .main-title{
        margin-top: 30px;
        font-size: 24px;
        line-height: 32px;
    }

    .certificate .section_1 .title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
    }

    .certificate .section_2{
        margin-top: 30px;
    }

    .certificate .section_2 .grid-box{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .certificate .section_2 .grid-box .item{
        width: calc(50% - 5px);
    }

    .certificate .section_2 .grid-box .title-box .title{
        font-size: 20px;
        line-height: 28px;
    }

    .certificate .section_2 .grid-box .content .txt{
        font-size: 18px;
        line-height: 24px;
    }

    .certificate .section_2 .grid-box .content .num-box p{
        font-size: 22px;
        line-height: 26px;
    }

    .certificate .section_2 .grid-box .content{
        padding: 10px 15px;
        gap: 10px;
    }

    .certificate .section_2 .grid-box .content .txt{
        margin-bottom: 10px;
    }

    .certificate .section_3{
        margin-top: 30px;
    }

    .certificate .section_3 .img-box{
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ---------------------- end certificate ----------------------- */

/* --------------------------- about new ---------------------------- */

.page.about-new .nav .menu a{
    color: #FFFFFF;
}

.page.about-new .header .header_container .logo a,
.page.about-new .header .btn_login svg,
.page.about-new .header .btn_lang_icon svg{
    color: #fff;
}

.page.about-new .header.scrolled .header_container .logo a,
.page.about-new .header.scrolled .btn_login svg,
.page.about-new .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.about-new .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.about-new .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}

.about-new .main{
    padding-top: 0px;
}

.about-new  .section-title{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #1D1F22;
    text-align: center;
}

.about-new .section_1{
    margin-top: 60px;
}

.about-new .section_1 .txt-box{
    margin-top: 30px;
}

.about-new .section_1 .txt-box .detail{
    max-width: 1000px;
    margin: auto;
}

.about-new .section_1 .txt-box p{
    font-size: 20px;
    line-height: 32px;
    color: #222;
    margin-top: 20px;
    text-align: center;
}

.about-new .section_1 .txt-box video{
    width: 100%;
    height: auto;
    margin: 40px 0 20px 0;
    border-radius: 5px;
}

.about-new .section_1 .params{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #D8DCE4;
}

.about-new .section_1 .grid_box{
    display: flex;
    justify-content: space-between;
}

.about-new .section_1 .grid_box h4{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #1D7D00;
    margin-bottom: 15px;
    text-align: center;
}

.about-new .section_1 .grid_box p{
    font-size: 20px;
    line-height: 20px;
    color: #747981;
    text-align: center;
}


.about-new .section_2{
    margin-top: 60px;
    background-image: url("../images/company/greeting_bg.png");
    background-position: center;
    background-size: cover;
}

.about-new .section_2 .box{
    padding: 3% 7% 50% 7%;
    width: 90%;
    margin: auto;
    background-image: url("../images/company/envelop.png");
    background-position: center bottom;
    background-size: cover;
    margin-top: 60px;
}

.about-new .section_2 .content .txt-box{
    margin-top: 20px;
}

.about-new .section_2 .content h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}

.about-new .section_2 .content .txt-box p{
    font-size: 16px;
    line-height: 24px;
    color: #505660
}

.about-new .section_2 .content .txt-box p.end{
    margin-top: 20px;
}

.about-new .section_3{
    margin-top: 60px;
}

.about-new .section_3 .section-title{
    margin-bottom: 20px;
}

.about-new .section_3 .grid-box{
    display: flex;
}

.about-new .section_3 .grid-box > div{
    width: 50%;
}

.about-new .section_3 .grid-box .content{
    display: flex;
    align-items: center;
    aspect-ratio: 678/472;
}

.about-new .section_3 .grid-box .content .swiper{
    width: 100%;
    height: 100%;
}

.about-new .section_3 .grid-box .content .swiper .swiper-slide{
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-new .section_3 .initiative-pagination {
    position: absolute;
    right: 30px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.about-new .section_3 .initiative-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #012E8A;
    height: 25px;
    border-radius: 5px;
}

.about-new .section_3 .content h4{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
}

.about-new .section_3 .content p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    color: #1D1F22;
}

.about-new .section_3 .content a{
    width: fit-content;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #1D1F22;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #1D1F22;
    margin-top: 40px;
}

.about-new .section_3 .content a span{
    display: block;
    width: 31px;
    height: 15px;
    background-image: url("../images/company/arrow_in_button.png");
    background-position: center;
    background-size: cover;
}

.about-new .section_3 .img-box {
    width: 50%;
    aspect-ratio: 678/472;
    position: relative;
}

.about-new .section_3 .img-box img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    aspect-ratio: 678/472;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s ease;
}

.about-new .section_3 .img-box img.on{
    opacity: 1;
}

.about-new .section_5{
    margin-top: 60px;
}

.about-new .section_5 .grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.about-new .section_5 .grid-box .item{
    border: 1px solid #DEE4E9;
}

.about-new .section_5 .grid-box .item .thumb{
    padding: 40px 0;
    background-color: #F3F3F3;
    text-align: center;
}

.about-new .section_5 .grid-box .item .thumb img{
    width: auto;
    height: 60px;
}

.about-new .section_5 .grid-box .item .content{
    padding: 20px 0 30px;
    text-align: center;
}

.about-new .section_5 .grid-box .item .content .title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222222;
}

.about-new .section_5 .grid-box .item .content .time{
    display: flex;
    align-items: end;
    justify-content: center;
}

.about-new .section_5 .grid-box .item .content .year{
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #222222;
}

.about-new .section_5 .grid-box .item .content .txt{
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #222222;
    margin-left: 5px;
    margin-bottom: 3px;
}

.about-new .section_6{
    margin-top: 60px;
    margin-bottom: 60px;
}

.about-new .section_6 .img-box{
    width: 100%;
    aspect-ratio: 1920/327;
    background-image: url("../images/company/friendly_bg.png");
    background-position: center;
    background-size: cover;
    padding-top: 4vw;
}

.about-new .section_6 .img-box h3{
    color: #fff;
}

.about-new .section_6 .grid_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: -6vw;
}

.about-new .section_6 .grid_box > div{
    padding: 20px;
    border: 1px solid #D8DCE4;
    box-shadow: 0px 2px 18.4px 0px #0000001A;
    border-radius: 9px;
    background-color: #fff;
}

.about-new .section_6 .grid_box h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.about-new .section_6 .grid_box p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.about-new .organization{
    margin-top: 60px;
    margin-bottom: 60px;
}

.about-new .organization .section-title{
    margin-bottom: 60px;
}

.about-new .organization .organization-table{
    width: 100%;
    margin-bottom: 60px;
}

.about-new .organization .organization-table .row{
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #DEE4E9;
}

.about-new .organization .organization-table .title,
.about-new .organization .organization-table .txt{
    padding: 20px 0;
    font-size: 18px;
    line-height: 18px;
    color: #555555;
}

.about-new .organization .organization-table .title{
    font-weight: 700;
    color: #222;
    width: 230px;
}

.about-new .organization img{
    width: 100%;
    height: auto;
}

.about-new .section_7{
    margin-top: 60px;
    padding: 60px 0 40px 0;
    background-color: #F5F6F8;
}

.about-new .section_7 .sub-title{
    text-align: center;
    margin-top: 20px;
}

.about-new .section_7 .tags{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.about-new .section_7 .tags button{
    padding: 10px 0;
    width: 200px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    border: 1px solid #1D1F22;
    transition: all 0.6s ease;
}

.about-new .section_7 .tags button.active{
    color: #fff;
    background-color: #1D1F22;
}

.about-new .section_7 .img_box{
    margin-top: 40px;
}

.about-new .section_7 .img_box img{
    display: none;
    width: 100%;
    height: auto;
}

.about-new .section_7 .img_box img.active{
    display: block;
}

.about-new .section_7 .label{
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-new .section_7 .label .blue{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-color: #0077D9;
    border-radius: 50%;
}

.about-new .section_7 .label .green{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-color: #A6E200;
    border-radius: 50%;
}

.about-new .section_8{
    margin-top: 60px;

}

.about-new .section_8 .sub-title{
    text-align: center;
    margin-top: 20px;
}

.about-new .section_8 .box{
    margin-top: 60px;
    width: 100%;
    aspect-ratio: 1920/600;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/company/culture_bg.png");
    background-position: center;
    background-size: cover;
    background-size: 120%;
    transition: all 2.5s ease;
}

.about-new .section_8 .box.on{
    background-size: 100%;
}

.about-new .section_8 .grid-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    opacity: 0;
    transition: opacity 0.6s ease;
    transition-delay: 1s;
}

.about-new .section_8 .on .grid-box{
    opacity: 1;
}

.about-new .section_8 .grid-box .item{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 2px solid #FFFFFF;
    color: #fff;
}

.about-new .section_8 .grid-box .item:last-child{
    border-right: 0;
}

.about-new .section_8 .grid-box .item img{
    width: 94px;
    height: 94px;
    margin-bottom: 15px;
}

.about-new .section_8 .grid-box .item h4{
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-new .section_8 .grid-box .item p{
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    color: #D8DCE4;
}

.about-new .section_9{
    margin-top: 60px;

}

.about-new .section_9 .sub-title{
    text-align: center;
    margin-top: 20px;
}

.about-new .section_9 .swiper-year-prev{
    width: 33px;
    height: 33px;
    background-image: url("../images/company/swiper_prev.png");
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.about-new .section_9 .swiper-year-next{
    width: 33px;
    height: 33px;
    background-image: url("../images/company/swiper_next.png");
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.about-new .section_9 .swiper-button-disabled{
    opacity: 0.4;
}

.about-new .section_9 .list_year{
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 10px;
    border: 1px solid #D8DCE4;
    border-radius: 10px;
    width: fit-content;
    margin: auto;
    margin-top: 60px;
}

.about-new .section_9 .list_scroll{
    width: 800px;
    overflow-x: hidden;
}

.about-new .section_9 .list_scroll .box{
    display: flex;
    width: fit-content;
    transition: all ease 1s;
}

.about-new .section_9 .list_scroll .box.scroll{
    transform: translateX(-200px);
}

.about-new .section_9 .list_scroll .box button{
    width: 100px;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.about-new .section_9 .list_scroll .box button.active{
    background-color: #012E8A;
    color: #fff;
}

.about-new .section_9 .swiper{
    margin-top: 60px;
}

.about-new .section_9 .swiper .swiper-slide span.line{
    display: inline-block;
    width: 100%;
    aspect-ratio: 258/90;
    background-image: url("../images/company/milestone_bg.png");
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
}

.about-new .section_9 .swiper .swiper-slide span.icon{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../images/common/tag_column.svg");
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}

.about-new .section_9 .swiper .swiper-slide h4{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #012E8A;
    margin-bottom: 15px;

}

@media (max-width: 991px) {

    .page.about-new .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.about-new .scrolled .hamburger .line{
        background-color: #555;
    }

    .about-new  .section-title{
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
    }

    .about-new .section_1{
        margin-top: 40px;
    }

    .about-new .section_1 .txt-box{
        margin-top: 20px;
    }

    .about-new .section_1 .txt-box p{
        font-size: 16px;
        line-height: 26px;
        color: #222;
    }

    .about-new .section_1 .grid_box{
        flex-wrap: wrap;
        gap: 20px;
    }

    .about-new .section_1 .grid_box > div{
        width: calc(50% - 10px);
    }

    .about-new .section_1 .grid_box p{
        font-size: 16px;
        line-height: 24px;
    }

    .about-new .section_2{
        margin-top: 40px;
    }

    .about-new .section_2 .box{
        background-image: url("../images/company/envelop_mb.png");
        margin-top: 40px;
        padding: 4% 5% 60% 5%;
        width: 100%;
    }

    .about-new .section_2 .content .txt-box p{
        line-height: 26px;
    }

    .about-new .section_3{
        margin-top: 40px;
    }

    .about-new .section_3 .grid-box{
        flex-wrap: wrap;
    }

    .about-new .section_3 .grid-box > div{
        width: 100%;
    }

    .about-new .section_3 .grid-box .content .swiper{
        height: auto;
    }

    .about-new .section_3 .initiative-pagination{
        position: static;
        text-align: center;
    }

    .about-new .section_3 .initiative-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
        width: 25px;
    }

    .about-new .section_3 .grid-box .content .swiper .swiper-slide{
        padding: 30px 0;
    }

    .about-new .section_3 .content a{
        width: 100%;
        justify-content: center;
    }

    .about-new .section_3 .content h4{
        font-size: 24px;
        line-height: 32px;
    }

    .about-new .section_3 .img-box{
        order: -1;
    }

    .about-new .section_5{
        margin-top: 40px;
    }

    .about-new .section_5 .grid-box{
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }

    .about-new .section_5 .grid-box .item .thumb img{
        height: 50px;
    }

    .about-new .section_6{
        margin-top: 40px;
    }

    .about-new .section_6 .img-box{
        aspect-ratio: 43/33;
        padding-top: 16vw;
    }

    .about-new .section_6 .grid_box{
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: -40vw;
    }

    .about-new .organization{
        margin-top: 40px;
    }

    .about-new .organization .section-title{
        margin-bottom: 40px;
    }

    .about-new .organization .organization-table .row{
        display: block;
        padding: 10px 0;
    }

    .about-new .organization .organization-table .title,
    .about-new .organization .organization-table .txt{
        font-size: 14px;
        line-height: 22px;
        padding: 0;
    }

    .about-new .organization .organization-table .title{
        margin-bottom: 10px;
    }

    .about-new .section_7{
        margin-top: 40px;
        padding: 20px 0;
    }
    .about-new .section_7 .tags {
        justify-content: center;
        margin-top: 30px;
    }
    .about-new .section_7 .tags button{
        font-size: 18px;
        line-height: 18px;
    }
    .about-new .section_8,
    .about-new .section_8 .box{
        margin-top: 40px;
    }
    .about-new .section_8 .grid-box{
        grid-template-columns: 1fr;
        height: 100%;
    }
    .about-new .section_8 .inner{
        height: 100%;
    }
    .about-new .section_8 .box{
        aspect-ratio: 431/980;
    }
    .about-new .section_8 .grid-box .item{
        justify-content: center;
        border-right: 0;
        border-bottom: 1px solid #FFFFFF;
    }
    .about-new .section_8 .grid-box .item:last-child{
        border: 0;
    }
    .about-new .section_8 .grid-box .item img{
        width: 65px;
        height: 65px;
    }
    .about-new .section_8 .grid-box .item h4{
        font-size: 36px;
        line-height: 44px;
    }
    .about-new .section_8 .grid-box .item p{
        font-size: 22px;
        line-height: 28px;
    }

    .about-new .section_9{
        margin-top: 40px;
    }
    .about-new .section_9 .list_year{
        margin-top: 40px;
        gap: 5px;
        padding: 5px;
    }
    .about-new .section_9 .swiper{
        margin-top: 40px;
    }
    .about-new .section_9 .swiper .swiper-slide h4{
        font-size: 28px;
        line-height: 28px;
    }
    .about-new .section_9 .swiper-year-prev,
    .about-new .section_9 .swiper-year-next{
        width: 20px;
        height: 20px;
    }
    .about-new .section_9 .list_scroll .box button{
        font-size: 14px;
        width: 55px;
        padding: 4px 0;
    }
    .about-new .section_9 .list_scroll{
        width: 275px;
    }
    .about-new .section_9 .list_scroll .box.scroll{
        transform: translateX(-270px);
    }
}


/* ----------------------- end about new ------------------------ */

/* --------------------------- passenger ---------------------------- */

.page.passenger .nav .menu a{
    color: #FFFFFF;
}

.page.passenger .header .header_container .logo a,
.page.passenger .header .btn_login svg,
.page.passenger .header .btn_lang_icon svg{
    color: #fff;
}

.page.passenger .header.scrolled .header_container .logo a,
.page.passenger .header.scrolled .btn_login svg,
.page.passenger .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.passenger .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.passenger .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}

.passenger .main {
    padding-top: 0px;
}

.passenger .section_1{
    margin-top: 60px;
}

.passenger .section_1 .section-title{
    margin-bottom: 20px;
}

.passenger .section_1 .grid-box{
    display: flex;
}

.passenger .section_1 .grid-box > div{
    width: 50%;
}

.passenger .section_1 .grid-box .content{
    display: flex;
    align-items: center;
    aspect-ratio: 678/472;
}

.passenger .section_1 .grid-box .content .swiper{
    width: 100%;
    height: 100%;
}

.passenger .section_1 .grid-box .content .swiper .swiper-slide{
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.passenger .section_1 .grid-box .content .tags{
    margin-top: 30px;
    display: flex;
    gap: 10px
}

.passenger .section_1 .grid-box .content .tags > div{
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #1D1F22;
    border: 1px solid #1D1F22;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.passenger .section_1 .initiative-pagination {
    position: absolute;
    right: 30px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.passenger .section_1 .initiative-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #012E8A;
    height: 25px;
    border-radius: 5px;
}

.passenger .section_1 .content h4{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
}

.passenger .section_1 .content p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    color: #1D1F22;
}

.passenger .section_1 .content a{
    width: fit-content;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #1D1F22;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #1D1F22;
    margin-top: 40px;
}

.passenger .section_1 .content a span{
    display: block;
    width: 31px;
    height: 15px;
    background-image: url("../images/company/arrow_in_button.png");
    background-position: center;
    background-size: cover;
}

.passenger .section_1 .img-box {
    width: 50%;
    aspect-ratio: 678/472;
    position: relative;
}

.passenger .section_1 .img-box video{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    aspect-ratio: 678/472;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s ease;
}

.passenger .section_1 .img-box video.on{
    opacity: 1;
}

.passenger .section_product{
    margin-top: 60px;
}

.passenger .section_product .section-title{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
    text-align: center;
}

.passenger .section_product .tabs{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #000000;
    margin-top: 30px;
}

.passenger .section_product .tabs button{
    padding: 8px 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #1D1F22;
}

.passenger .section_product .tabs button.active{
    background-color: #1D1F22;
    color: #fff;
}

.passenger .section_product .grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 30px;
}

.passenger .section_product .grid_box h4{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
}

.passenger .section_product .grid_box p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #505660;
}

.passenger .section_product .grid_box span.icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/common/tag_column.svg);
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}

.passenger .section_product .swiper-button-prev,
.passenger .section_product .swiper-button-next {
    width: 40px;
    height: 40px;
    border: 1px solid #D8DCE4;
    border-radius: 50%;
    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #505660;
}

.passenger .section_product .swiper-button-prev::after,
.passenger .section_product .swiper-button-next::after {
    font-size: 14px;
    font-weight: 600;
}

.passenger .section_product .swiper-button-prev:hover,
.passenger .section_product .swiper-button-next:hover {
    background: #F6F7F9;
}

.passenger .section_product .img,
.passenger .section_product .img img{
    width: 100%;
    height: auto;
}

.passenger .section_3{
    margin-top: 60px;
}

.passenger .section_3 .section-title{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
    margin-bottom: 15px;
}

.passenger .section_3 .sub-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #505660;
}

.passenger .section_3 .grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    width: 100%;
}

.passenger .section_3 .grid_box .logo{
    display: flex;
    align-items: center;
}

.passenger .section_3 .grid_box .logo > div{
    width: 25%;
    height: auto;
}

.passenger .section_3 .grid_box .txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.passenger .section_4{
    margin-top: 60px;
    overflow: hidden;
}

.passenger .title_box_swiper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.passenger .section_4 .section-title{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
    margin-bottom: 15px;
}

.passenger .section_4 .sub-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #505660;
}

.passenger .title_box_swiper{
    margin-bottom: 40px !important;
}

.passenger .title_box_swiper .navigation_box{
    display: flex;
    gap: 15px;
}

.passenger .title_box_swiper .navigation_box div:hover{
    background-color: #F6F7F9;
}

.passenger .title_box_swiper .navigation_box div{
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    border-radius: 50%;
}

.passenger .section_4 .competitive-prev,
.passenger .section_4 .swiper-competitive-prev{
    background-image: url(../images/passenger/prev_icon.svg);
}

.passenger .section_4 .competitive-next,
.passenger .section_4 .swiper-competitive-next{
    background-image: url(../images/passenger/next_icon.svg);
}

.passenger .title_box_swiper .navigation_box .disabled{
    opacity: 0.3;
}

.passenger .section_4 .competitiveList{
    display: flex;
    gap: 20px;
}

.passenger .section_4 .slide{
    width: calc(20% - 15px);
    height: 620px;
    transition: all 0.5s ease;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
}

.passenger .section_4 .slide > div{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    text-align: center;
    color: #fff;
}

.passenger .section_4 .slide .full{
    opacity: 0;
    text-align: start;
}

.passenger .section_4 .slide.active .short{
    opacity: 0;
    transition: opacity 0.3s ease;
}

.passenger .section_4 .slide.active .full{
    opacity: 1;
    transition: opacity 0.3s ease;
    transition-delay: 0.4s;
}

.passenger .section_4 .slide h4{
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

.passenger .section_4 .slide p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    width: calc(20vw + 170px);
}

.passenger .section_4 .slide img{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.passenger .section_4 .slide.active{
    width: calc(40% - 30px);
}

.passenger .section_4 .slide1{
    background-image: url("../images/passenger/competitive_bg1.png");
}

.passenger .section_4 .slide2{
    background-image: url("../images/passenger/competitive_bg2.png");
}

.passenger .section_4 .slide3{
    background-image: url("../images/passenger/competitive_bg3.png");
}

.passenger .section_4 .slide4{
    background-image: url("../images/passenger/competitive_bg4.png");
}

.passenger .spec_wrapper{
    padding-left: calc(50vw - 600px);
    width: 100%;
}

.passenger .section_5 {
    background-image: url(../images/company/greeting_bg.png);
    background-size: cover;
    background-position: center center;
}

.passenger .section_6{
    margin-top: 60px;
    padding-top: 60px;
    position: relative;
    width: 100%;
}

.passenger .section_6 .section-title{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.passenger .section_6 .bg{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    aspect-ratio: 1920/500;
    background-image: url("../images/passenger/truck_bg.png");
    background-size: cover;
    background-position: center;
}

.passenger .section_6  .swiper-button-prev,
.passenger .section_6  .swiper-button-next {
    width: 40px;
    height: 40px;
    border: 1px solid #D8DCE4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 20%;
}

.passenger .section_6  .swiper-button-prev::after,
.passenger .section_6  .swiper-button-next::after {
    font-size: 14px;
    font-weight: 600;
}

.passenger .section_6 .swiper-slide{
    padding: 0 5%;
}

.passenger .section_6 .swiper-slide img{
    width: 100%;
    height: auto;
}

.passenger .section_6 .title_box a{
    width: fit-content;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #1D1F22;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #1D1F22;
}

.passenger .section_6 .title_box a span{
    display: block;
    width: 31px;
    height: 15px;
    background-image: url("../images/company/arrow_in_button.png");
    background-position: center;
    background-size: cover;
}

.passenger .section_6 .title_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.passenger .section_6 .title_box .section-title{
    color: #1D1F22;
    text-align: start;
}

.passenger .section_6 .title_box .sub-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #505660;
}

.passenger .section_6 .list .item{
    display: none;
    min-height: 353px;
}

.passenger .section_6 .list .item.active{
    display: block;
}

.passenger .section_6 .grid_box{
    display: flex;
    gap: 20px;
}

.passenger .section_6 .grid_box > div{
    flex: 1;
    flex-shrink: 0;
    border: 1px solid #D8DCE4;
    box-shadow: 0px 2px 6px 0px #0000001A;
    border-radius: 9px;
    padding: 15px;
}

.passenger .section_6 .grid_box h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.passenger .section_6 .grid_box p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.passenger .section_7{
    margin-top: 60px;
    margin-bottom: 100px;
}

.passenger .section_7 .section-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
    margin-bottom: 15px;
}

.passenger .section_7 .grid_box{
    display: grid;
    grid-template-columns: 4fr 3fr;
}

.passenger .section_7 .grid_box .detail{
    height: auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F6F7FA;
}

.passenger .section_7 .grid_box .detail img{
    width: auto;
    height: 80px;
    margin-bottom: 20px;
}

.passenger .section_7 .grid_box .detail h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

.passenger .section_7 .grid_box .detail p{
    font-size: 16px;
    line-height: 24px;
}

.passenger .section_7 .grid_box .img img{
    width: 100%;
    height: auto;
}

.passenger .section_7 .energy-prev{
    background-image: url(../images/passenger/prev_icon.svg);
}

.passenger .section_7 .energy-next{
    background-image: url(../images/passenger/next_icon.svg);
}


@media (max-width: 991px) {

    .page.passenger .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.passenger .scrolled .hamburger .line{
        background-color: #555;
    }

    .passenger .section_1{
        margin-top: 40px;
    }

    .passenger .section_1 .grid-box{
        flex-wrap: wrap;
    }

    .passenger .section_1 .grid-box > div{
        width: 100%;
    }

    .passenger .section_1 .grid-box .content .swiper{
        height: auto;
    }

    .passenger .section_1 .initiative-pagination{
        position: static;
        text-align: center;
    }

    .passenger .section_1 .initiative-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
        width: 25px;
    }

    .passenger .section_1 .grid-box .content .swiper .swiper-slide{
        padding: 30px 0;
    }

    .passenger .section_1 .content a{
        width: 100%;
        justify-content: center;
    }

    .passenger .section_1 .content h4{
        font-size: 24px;
        line-height: 32px;
    }

    .passenger .section_1 .img-box{
        order: -1;
    }

    .passenger .section_1 .grid-box .content .tags > div{
        padding: 5px 8px;
        font-size: 14px;
        line-height: 20px;
        height: 100%;
    }

    .passenger .section_product {
        margin-top: 40px;
    }

    .passenger .section_product .section-title{
        font-size: 24px;
        line-height: 32px;
    }

    .passenger .section_product .tabs{
        grid-template-columns: 3fr 2fr 2fr 2fr;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .passenger .section_product .tabs button{
        font-size: 14px;
        line-height: 14px;
        flex-wrap: nowrap;
    }

    .passenger .section_product .grid_box{
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .passenger .section_product .grid_box h4{
        font-size: 18px;
        line-height: 26px;
    }

    .passenger .section_product .swiper-button-prev, 
    .passenger .section_product .swiper-button-next{
        display: none;
    }

    .passenger .section_3 {
        margin-top: 40px;
    }

    .passenger .section_3 .section-title{
        font-size: 24px;
        line-height: 32px;
    }

    .passenger .section_3 .grid_box {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .passenger .section_4 {
        margin-top: 40px;
    }

    .passenger .section_4 .section-title{
        font-size: 24px;
        line-height: 32px;
    }

    .passenger .section_4 .slide h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .passenger .section_6 {
        margin-top: 40px;
        padding-top: 40px;
    }

    .passenger .section_6 .section-title {
        font-size: 24px;
        line-height: 32px;
    }

    .passenger .section_6 .bg{
        aspect-ratio: 430/200;
    }

    .passenger .section_6 .swiper-button-prev, 
    .passenger .section_6 .swiper-button-next{
        display: none;
    }

    .passenger .section_6 .title_box{
        display: block;
    }

    .passenger .section_6 .title_box .sub-title{
        min-height: 48px;
    }

    .passenger .section_6 .title_box a{
        margin-top: 15px;
    }

    .passenger .section_6 .grid_box{
        flex-wrap: wrap;
        min-height: 654px;
    }

    .passenger .section_6 .grid_box > div{
        width: 100%;
        flex: none;
    }

    .passenger .section_6 .title_box{
        margin-bottom: 20px;
    }

    .passenger .section_7{
        margin-top: 40px;
    }

    .passenger .section_7 .section-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .passenger .section_7 .grid_box {
        grid-template-columns: 1fr;
    }

    .passenger .section_7 .grid_box .detail{
        padding: 20px;
    }

    .passenger .section_7 .grid_box .detail h4,
    .passenger .section_7 .grid_box .detail img{
        margin-bottom: 15px;
    }

    .passenger .spec_wrapper{
        padding: 0 20px;
    }

    .passenger .title_box_swiper{
        flex-wrap: wrap;
        margin-bottom: 20px !important;
    }

    .passenger .title_box_swiper > div{
        width: 100%;
    }

    .passenger .title_box_swiper .navigation_box{
        margin-top: 20px;
    }

    .passenger .section_4 .slide .short{
        opacity: 0;
    }

    .passenger .section_4 .slide .full{
        opacity: 1;
    }

    .passenger .section_4 .slide p{
        width: 100%;
    }

    .passenger .section_4 .slide{
        height: auto;
        aspect-ratio: 1/1;
    }
}

/* ---------------------- end passenger ----------------------- */

/* --------------------------- energy ---------------------------- */

.page.energy .nav .menu a{
    color: #FFFFFF;
}

.page.energy .header .header_container .logo a,
.page.energy .header .btn_login svg,
.page.energy .header .btn_lang_icon svg{
    color: #fff;
}

.page.energy .header.scrolled .header_container .logo a,
.page.energy .header.scrolled .btn_login svg,
.page.energy .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.energy .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.energy .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}

.energy .main {
    padding-top: 0px;
    overflow: hidden;
}

.energy .bg-system {
    width: 48px;
    height: 48px;
    background-image: url(../images/energy/system.png);
    background-repeat: no-repeat;
}

.energy .bg-system1 { background-position: -78px  -10px; }
.energy .bg-system2 { background-position: -10px  -78px; }
.energy .bg-system3 { background-position: -78px  -78px; }
.energy .bg-system4 { background-position: -10px  -10px; }
.energy .bg-system5 { background-position: -146px -78px; }
.energy .bg-system6 { background-position: -146px -10px; }
.energy .bg-system7 { background-position: -10px  -146px; }

.energy .section_1{
    margin-top: 60px;
}

.energy .section_1 .section-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
    margin-bottom: 15px;
    text-align: center;
}

.energy .section_1 .sub-title{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
    text-align: center;
}

.energy .section_1 .grid-box {
    display: grid;
    grid-template-columns: 3fr 4fr;
    gap: 40px;
    margin-top: 40px;
}

.energy .section_1 .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.energy .section_1 .content h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
}

.energy .section_1 .content p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    color: #1D1F22;
}

.energy .section_2 .section-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 15px;
}

.energy .section_2{
    margin-top: 60px;
    background-image: url(../images/energy/battery_bg.webp);
    background-size: cover;
    background-position: top center;
}

.energy .section_2 .group_bg{
    padding: 80px 0;
}

.energy .section_2 .txt_item{
    display: none;
}

.energy .section_2 .txt_item.active{
    display: block;
}

.energy .section_2 .sub-title {
    font-size: 16px;
    line-height: 24px;
    color: #747981;
    text-align: center;
}

.energy .group_item {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.energy .group_item.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.energy .products_slide {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}
.energy .products_slide .item_slide {
    margin: 0 30px;
    position: relative;
    cursor: pointer;
}
.energy .products_slide .slick-list {
    padding: 0 -30px;
}
.energy .products_slide .item_slide img{
    width: 80%;
    height: auto;
    margin: auto;
}
.energy .products_slide .item_slide .slide_box {
    max-width: 900px;
    display: flex;
    align-items: center;
}

.energy .products_slide .slick-center {
    position: relative;
}

.energy .products_slide .slick-slide {
    padding: 0 20px;
}

.energy .products_slide .slick-list {
    margin: 0 -20px;
}

.energy .products_slide .slick-prev,
.energy .products_slide .slick-next {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.energy .products_slide .slick-prev {
    left: 20%;
}

.energy .products_slide .slick-next {
    right: 20%;
}

.energy .products_slide .slick-prev:before,
.energy .products_slide .slick-next:before {
    content: "";
}

.energy .products_slide .slick-next{
    background-image: url(../images/passenger/next_icon.svg);
    left: calc(50% + 410px);
}

.energy .products_slide .slick-prev{
    background-image: url(../images/passenger/prev_icon.svg);
    left: calc(50% - 450px);
}

.energy .section_2{
    width: 100vw;
}

.energy .section_2 .tags{
    display: flex;
    justify-content: center;
}

.energy .section_2 .tags button{
    padding: 10px 0;
    width: 200px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    border: 1px solid #1D1F22;
    transition: all 0.6s ease;
}

.energy .section_2 .tags button.active{
    color: #fff;
    background-color: #1D1F22;
}

.energy .section_2 .grid_box{
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.energy .section_2 .grid_box.active{
    display: grid;
}

.energy .section_2 .grid_box h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #1D1F22;
    margin: 5px 0;
}

.energy .section_2 .grid_box p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #979FAA;
    display: flex;
    gap: 5px;
}

.energy .section_2 .grid_box p .txt{
    width: calc(100% - 9px);
}

.energy .section_2 .grid_box > div{
    min-height: 226px;
}

.energy .section_2 .grid_box .dot{
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background-color: #979FAA;
    margin-top: 10px;
}

.energy .section_3{
    margin-top: 60px;
    position: relative;
}

.energy .section_3 .img_box{
    width: 100vw;
    height: calc(100vh - 81px);
    overflow: hidden;
}

.energy .section_3 .img_box img{
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition-delay: 1s;
    transition: transform 1s ease;
    display: none;;
}

.energy .section_3 .img_box img.active{
    display: block;
}

.energy .section_3.on .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
}

.energy .section_3 .detail{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.energy .section_3 .detail .inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 0;
}

.energy .section_3 .detail .section-title{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.energy .section_3 .detail .item {
    display: none;
}

.energy .section_3 .detail .item.active {
    display: block;
}

.energy .section_3 .detail .item > div{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.energy .section_3 .detail .item > div span{
    display: block;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center;
}

.energy .section_3 .detail .item .menu_ico{
    background-image: url(../images/energy/menu.svg);
}

.energy .section_3 .detail .item .wifi_ico{
    background-image: url(../images/energy/wifi.svg);
}

.energy .section_3 .detail .item .connect_ico{
    background-image: url(../images/energy/connect.svg);
}

.energy .section_3 .detail .item > div p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    width: calc(100% - 37px);
}

.energy .section_3 .detail .grid_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.energy .section_3 .detail .grid_box > div{
    background-color: #FFFFFF4D;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.energy .section_3 .detail .grid_box h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.energy .section_3 .detail .grid_box p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
    min-height: 96px;
}

.energy .section_3 .detail .grid_box svg{
    width: 48px;
    height: 48px;
    margin-left: auto;
    color: #fff;
    display: block;
}

.energy .section_3 .detail .grid_box > div.active{
    background-color: #fff;
}

.energy .section_3 .detail .grid_box > div.active p,
.energy .section_3 .detail .grid_box > div.active h4{
    color: #000;
}

.energy .section_3 .detail .grid_box > div.active svg{
    color: #22307E;
}

.energy .section_4{
    margin-top: 60px;
}

.energy .section_4 .section-title{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #1D1F22;
}

.energy .section_4 .title_box_swiper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px !important;
}

.energy .section_4 .title_box_swiper .navigation_box{
    display: flex;
    gap: 15px;
}

.energy .section_4 .title_box_swiper .navigation_box div:hover{
    background-color: #F6F7F9;
}

.energy .section_4 .title_box_swiper .navigation_box div{
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    border-radius: 50%;
}

.energy .section_4 .energy-product-prev{
    background-image: url(../images/passenger/prev_icon.svg);
}

.energy .section_4 .energy-product-next{
    background-image: url(../images/passenger/next_icon.svg);
}

.energy .section_4 .energy_product_slide .item_slide{
    max-width: 1200px;
}

.energy .section_4 .energy_product_slide .slide_box img{
    width: 100%;
    border-radius: 5px;
    height: auto;
}

.energy .section_4 .energy_product_slide .item_slide {
    margin: 0 30px;
}

.energy .section_4 .energy_product_slide .slick-list{
    margin: 0 -30px;
}

.energy .section_4 .grid_box{
    display: grid;
    grid-template-columns: 3fr 4fr;
    gap: 60px;
    margin-top: 60px;
}

.energy .section_4 .grid_box h4{
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
    color: #1D1F22
}

.energy .section_4 .grid_box .info{
    padding-left: 30px;
    border-left: 1px solid #012E8A;
}

.energy .section_4 .grid_box .info p{
    font-size: 20px;
    line-height: 28px;
    color: #1D1F22;
}

.energy .section_4 .grid_box .info .txt_color{
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 6px;
    color: #012E8A;
}

.energy .section_4 .grid_box .txt_group p{
    font-size: 20px;
    line-height: 32px;
    color: #747981;
}

.energy .section_5{
    margin-top: 60px;
}

.energy .section_5 .section-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
    text-align: center;
}

.energy .section_5 .sub-title {
    font-size: 16px;
    line-height: 24px;
    color: #747981;
    text-align: center;
}

.energy .section_5 .title_box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.energy .section_5 .img_box{
    margin-top: 40px;
    width: 100%;
    text-align: center;
    position: relative;
}

.energy .section_5 .img_box .recycling{
    width: 80%;
    height: auto;
}

.energy .section_5 .img_box .img_bottom{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
}

.energy .section_6{
    background: linear-gradient(180deg, #F2F4FA 19.23%, #FFFFFF 100%);
    margin-top: 60px;
    padding: 60px 0;
}

.energy .section_6 .section-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
    text-align: center;
    margin-bottom: 15px;
}

.energy .section_6 .sub-title {
    font-size: 16px;
    line-height: 24px;
    color: #747981;
    text-align: center;
}

.energy .section_6 .img_box{
    width: 100%;
    aspect-ratio: 1209/424;
    position: relative;
    margin-top: 30px;
    margin-bottom: 60px;
}

.energy .section_6 .img_box .pos_ab{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.energy .section_6 .img_box img{
    width: 60%;
    height: auto;
    transition: all 1.5s ease;
    margin: auto;
}

.energy .section_6 .img_box.on img{
    width: 100%;
    left: 0;
    transform: translateX(0);
}

.energy .section_6 .grid_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
}

.energy .section_6 .grid_box .plus{
    display: flex;
    align-items: center;
    justify-content: center;
}

.energy .section_6 .grid_box .plus .icon{
    width: 100px;
    height: 100px;
    background-image: url(../images/energy/plus.svg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.energy .section_6 .grid_box .plus .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 150%;
    border-radius: 50%;
    border-radius: 172.934px;
    opacity: 0.2;
    background: radial-gradient(50% 50% at 50% 50%, rgba(72, 147, 6, 0) 85.4%, #1F9500 100%);
    z-index: -1;
    animation: zoomColor 2s linear infinite;
    animation-delay: 0.6s;
    transform: translate(-50%, -50%) scale(0.1);
    opacity: .7;
}

@keyframes zoomColor {
    0% {
        transform: translate(-50%, -50%) scale(0.1);
        opacity: .7;
    }

    50% {
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

.energy .section_7{
    margin-top: 60px;
    padding: 80px 0;
    margin-bottom: 100px;
    background: linear-gradient(180deg, #F2F4FA 0%, #FFFFFF 100%);
}

.energy .section_7 .grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.energy .section_7 .detail{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.energy .section_7 .section-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
}

.energy .section_7 .sub-title {
    font-size: 16px;
    line-height: 24px;
    color: #747981;
}

.energy .section_7 .grid_in{
    display: grid;
    grid-template-columns: 6fr 2fr 3fr;
    gap: 30px;
}

.energy .section_7 .grid_in .info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
}

.energy .section_7 .grid_in .info p{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    font-weight: 20px;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 60px;
    box-shadow: 4px 4px 15.8px 0px #4A528D26;
}

.energy .section_7 .grid_in .info .icon{
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center;
}

.energy .section_7 .grid_in .info .icon1{
    background-image: url(../images/energy/harmless.svg);
}

.energy .section_7 .grid_in .info .icon2{
    background-image: url(../images/energy/lfp.svg);
}

.energy .section_7 .grid_in .info .icon3{
    background-image: url(../images/energy/ternary.svg);
}

.energy .section_7 .grid_in .arrow{
    display: flex;
    align-items: center;
}

.energy .section_7 .grid_in .arrow span{
    width: 100%;
    aspect-ratio: 100/88;
    background-image: url(../images/energy/arrow.svg);
    background-size: cover;
    background-position: center;
}

.energy .section_7 .grid_in .recovery{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.energy .section_7 .grid_in .circle{
    width: 100%;
    aspect-ratio: 1/1;
    background-image: url(../images/energy/circle.svg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.energy .section_7 .grid_in .circle div{
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.energy .section_7 .grid_in .circle div.active{
    opacity: 1;
    position: relative;
    visibility: visible;
}

.energy .section_7 .grid_in .circle h4{
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: #00B400;
    text-align: center;
}

.energy .section_7 .grid_in .circle p{
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-align: center;
}

.energy .section_7 .grid_in .recovery .btn_group{
    width: 100%;
    border: 2px solid #00B400;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.energy .section_7 .grid_in .recovery .btn_group button{
    width: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #1D1F22;
    padding: 8px 0;
}

.energy .section_7 .grid_in .recovery .btn_group button.active{
    color: #fff;
    background-color: #00B400;
}

@media (max-width: 991px) {
    .page.energy .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.energy .scrolled .hamburger .line{
        background-color: #555;
    }

    .energy .section_1{
        margin-top: 40px;
    }

    .energy .section_1 .section-title {
        font-size: 24px;
        line-height: 32px;
    }

    .energy .section_1 .content h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .energy .section_1 .content p{
        margin-top: 15px;
    }

    .energy .section_1 .grid-box {
        grid-template-columns: 1fr; 
        gap: 20px;
    }

    .energy .section_1 .grid-box .img-box{
        order: -1;
    }

    .energy .products_slide .slick-prev, .energy .products_slide .slick-next{
        width: 30px;
        height: 30px;
    }

    .energy .products_slide .slick-next{
        left: calc(100% - 40px);
    }

    .energy .products_slide .slick-prev{
        left: 10px;
    }

    .energy .section_2{
        margin-top: 40px;
    }

    .energy .section_2 .section-title {
        font-size: 22px;
        line-height: 30px;
    }

    .energy .section_2 .group_bg {
        padding: 20px 0;
    }

    .energy .section_2 .grid_box{
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .energy .section_2 .grid_box > div{
        min-height: 0;
    }

    .energy .section_2 .tags {
        justify-content: center;
        margin-top: 30px;
    }
    .energy .section_2 .tags button{
        font-size: 18px;
        line-height: 18px;
    }
    .energy .products_slide .item_slide img{
        width: 300px;
        height: auto;
    }

    .energy .section_3{
        margin-top: 40px;
    }

    .energy .section_3 .detail .section-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .energy .section_3 .detail .inner{
        padding: 40px 20px;
    }

    .energy .section_3 .img_box {
        width: 100vw;
        height: auto;
        aspect-ratio: 4/11;
    }

    .energy .section_3 .detail .grid_box{
        grid-template-columns: 1fr;
    }

    .energy .section_3 .detail .grid_box svg{
        width: 40px;
        height: 40px;
    }

    .energy .section_4 {
        margin-top: 40px;
    }

    .energy .section_4 .section-title {
        font-size: 24px;
        line-height: 32px;
    }

    .energy .section_4 .title_box_swiper{
        display: block;
        margin-bottom: 20px!important;
    }

    .energy .section_4 .title_box_swiper .navigation_box{
        margin-top: 15px;
    }

    .energy .section_4 .energy_product_slide .item_slide{
        max-width: 335px;
    }

    .energy .section_4 .grid_box{
        grid-template-columns: 1fr;
        margin-top: 30px;
        gap: 30px;
    }

    .energy .section_4 .grid_box .info{
        padding-left: 20px;
    }

    .energy .section_4 .grid_box h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .energy .section_4 .grid_box .info .txt_color{
        font-size: 20px;
        line-height: 28px;
    }

    .energy .section_4 .grid_box .info p {
        font-size: 16px;
        line-height: 24px;
    }

    .energy .section_4 .grid_box .txt_group p {
        font-size: 16px;
        line-height: 24px;
    }

    .energy .section_5{
        margin-top: 40px;
    }

    .energy .section_5 .title_box{
        display: block;
        text-align: center;
    }

    .energy .section_5 .section-title {
        font-size: 22px;
        line-height: 32px;
        margin-top: 15px;
    }

    .energy .section_5 .img_box{
        padding-bottom: 70%;
    }

    .energy .section_6{
        margin-top: 40px;
        padding: 40px 0;
    }

    .energy .section_6 .section-title {
        font-size: 24px;
        line-height: 32px;
    }

    .energy .section_6 .grid_box{
        width: 80%;
        margin: auto;
        margin-top: 40px;
        grid-template-columns: 1fr;
    }

    .energy .section_6 .grid_box .plus{
        padding: 10% 0;
    }

    .energy .section_6 .grid_box .plus .icon{
        width: 80px;
        height: 80px;
    }

    .energy .section_7{
        margin-top: 40px;
        padding: 30px 0;
    }

    .energy .section_7 .grid_box{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .energy .section_7 .detail {
        order: 2;
    }

    .energy .section_7 .section-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .energy .section_7 .grid_in{
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
    }

    .energy .section_7 .grid_in .arrow{
        justify-content: center;
    }

    .energy .section_7 .grid_in .arrow span{
        width: 100px;
        transform: rotate(90deg);
    }

    .energy .section_7 .grid_in .circle{
        width: 200px;
        margin: auto;
        margin-bottom: 30px;
    }
}

/* ---------------------- end energy ----------------------- */

/* --------------------------- business ---------------------------- */

.page.business .nav .menu a{
    color: #FFFFFF;
}

.page.business .header .header_container .logo a,
.page.business .header .btn_login svg,
.page.business .header .btn_lang_icon svg{
    color: #fff;
}

.page.business .header.scrolled .header_container .logo a,
.page.business .header.scrolled .btn_login svg,
.page.business .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.business .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.business .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}

.business .main{
    padding-top: 0px;
}

.business .section-title{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #1D1F22;
    margin-bottom: 20px;
    text-align: center;
}

.business .section_1{
    margin-top: 60px;
}

.business .section_1 .sub-title{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
    text-align: center;
}

.business .section_1 .detail{
    margin-top: 40px;
}

.business .section_1 .detail .img_box img{
    width: 100%;
    height: auto;
}

.business .section_1 .detail .list{
    padding: 30px 40px;
    background-color: #ffffffbd;
    border-radius: 8px;
    box-shadow: 4px 4px 15.8px 0px #4A528D26;
    position: relative;
    z-index: 2;
    width: 80%;
    margin: auto;
    margin-top: -80px;
}

.business .section_1 .detail .grid_box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.business .section_1 .detail .icon img{
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.business .section_1 .detail .num p{
    font-size: 28px;
    line-height: 36px;
    color: #012E8A;
    margin-bottom: 10px;
}

.business .section_1 .detail .txt p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.business .section_2{
    margin-top: 60px;
}

.business .section_2 .section-title{
    margin-bottom: 40px;
}

.business .section_2 .item{
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 4px 4px 15.8px 0px #4A528D26;
    margin-bottom: 60px;
    position: sticky;
    left: 0;
}

.business .section_2 .item.item1{
    top: 140px;
    z-index: 1;
}

.business .section_2 .item.item2{
    top: 200px;
    z-index: 2;
}

.business .section_2 .item.item3{
    top: 260px;
    z-index: 3;
}

.business .section_2 .item.item4{
    position: relative;
    z-index: 4;
}

.business .section_2 .grid_box{
    display: grid;
    grid-template-columns: 4fr 3fr;
    gap: 20px;
}

.business .section_2 .grid_box .content{
    padding: 20px 0;
}

.business .section_2 .txt_tit{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.business .section_2 .txt_sub{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
    margin-bottom: 10px;
}

.business .section_2 .detail{
    margin-top: 40px;
}

.business .section_2 .txt_color{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #012E8A;
    margin-bottom: 10px;
}

.business .section_2 .list > div{
    padding-left: 10px;
    border-left: 1px solid #D8DCE4;
}

.business .section_2 .grid_3_item{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.business .section_2 .grid_2_item{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.business .section_2 .grid_1_item{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.business .section_2 .num_color{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #012E8A;
    margin-bottom: 10px;
}

.business .section_2 .txt_sm_color{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #012E8A;
    margin-bottom: 10px;
}

.business .section_2 .des{
    font-size: 14px;
    line-height: 20px;
    color: #1D1F22;
}

.business .section_2 .img_box img{
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.business .section_2 .item4 .content{
    padding-bottom: 40px;
}

.business .section_2 .item4 .detail{
    margin-top: 60px;
}

.business .section_3 .sub-title{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
    text-align: center;
}

.business .section_3{
    margin-top: 60px;
    width: 100%;
    position: relative;
}

.business .section_3 .video{
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 0;
    opacity: 0;
    transition: opacity 0s;
}

.business .section_3 .video video{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.1s linear;
}

.business .section_3 .inner{
    margin-top: calc(100px - 100vh);
}

.business .section_3 .scroll_box{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.business .section_3 .scroll_box .item{
    margin-bottom: 400px;
}

.business .section_3 .scroll_box .item:hover{
    background-color: #fff;
}

.business .section_3 .scroll_box .item:hover h4,
.business .section_3 .scroll_box .item:hover p,
.business .section_3 .scroll_box .item:hover a{
    color: #000;
}

.business .section_3 .list_box{
    margin-top: 60px;
    position: relative;
}

.business .section_3 .list_box::after{
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #22307E 5.73%, #3EB2E4 21.87%, #3EE4D0 39.06%, #3EE4D0 57.29%, #3CEF59 76.04%, #3EE4D0 94.79%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.business .section_3 .list_box .list{
    padding: 400px 0 200px 0;
}

.business .section_3 .list_box .arrow{
    display: flex;
    justify-content: center;
    position: sticky;
    top: 50vh;
    z-index: 4;
}

.business .section_3 .list_box .arrow .icon img{
    width: 14px;
    height: 8px;
}

.business .section_3 .list_box .arrow .icon{
    padding: 17px 20px;
    border-radius: 50%;
    background-color: #012E8A;
}

.business .section_3 .item{
    width: calc(50% - 60px);
    padding: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #3d3d3d33;
    border: 1px solid #FFFFFF;
}

.business .section_3 .item.item_right{
    margin-left: auto;
}

.business .section_3 .item p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.business .section_3 .item h4{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.business .section_3 .item a{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    gap: 10px;
    position: relative;
    z-index: 5;
}

.business .section_4{
    margin-top: 80px;
    margin-bottom: 100px;
}

.business .section_4 .section-title{
    margin-bottom: 40px;
}

.business .section_4 .grid_box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.business .section_4 .grid_box .item{
    padding: 0 0 3px 3px;
    border-radius: 9px;
}

.business .section_4 .grid_box .item:hover{
    background-color: #1E3083;
    transition: all ease 0.6s;
}

.business .section_4 .grid_box .item div{
    width: 100%;
    border: 1px solid #D8DCE4;
    box-shadow: 0px 2px 18.4px 0px #0000001A;
    padding: 20px;
    border-radius: 9px;
    height: 100%;
    background-color: #fff;
}

.business .section_4 .grid_box .item img{
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.business .section_4 .grid_box .item h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.business .section_4 .grid_box .item p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

@media (max-width: 991px) {

    .page.business .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.business .scrolled .hamburger .line{
        background-color: #555;
    }

    .business .section-title {
        font-size: 24px;
        line-height: 32px;
    }

    .business .section_1{
        margin-top: 40px;
    }

    .business .section_1 .detail .list{
        width: 100%;
        margin-top: 20px;
        padding: 20px 15px;
    }

    .business .section_1 .detail .grid_box {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .business .section_2{
        margin-top: 40px;
    }

    .business .section_2 .item{
        padding: 20px;
    }

    .business .section_2 .grid_box .content{
        padding: 0;
    }

    .business .section_2 .grid_box{
        grid-template-columns: 1fr;
    }

    .business .section_2 .txt_tit {
        font-size: 20px;
        line-height: 28px;
    }

    .business .section_2 .txt_sub {
        font-size: 14px;
        line-height: 22px;
    }

    .business .section_2 .detail{
        margin-top: 20px;
    }

    .business .section_2 .txt_color{
        font-size: 16px;
        line-height: 24px;
    }

    .business .section_2 .grid_3_item{
        grid-template-columns: 1fr 1fr;
    }

    .business .section_2 .grid_2_item{
        grid-template-columns: 1fr;
    }

    .business .section_2 .num_color{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .business .section_2 .item{
        position: static;
        margin-bottom: 40px;
    }

    .business .section_2 .item4 .detail {
        margin-top: 20px;
    }

    .business .section_3{
        margin-top: 20px;
    }

    .business .section_3 .item{
        width: calc(100% - 40px);
        margin-left: auto;
    }

    .business .section_3 .list_box .list {
        padding: 0px 0 50px 0;
        margin-top: -30px;
    }

    .business .section_3 .list_box .arrow{
        justify-content: start;
    }

    .business .section_3 .list_box .arrow .icon{
        padding: 7px 8px;
    }

    .business .section_3 .list_box::after{
        left: 15px;
    }

    .business .section_3 .item{
        padding: 15px;
    }

    .business .section_3 .scroll_box .item{
        margin-bottom: 60px;
    }

    .business .section_3 .item p,
     .business .section_3 .item a{
        font-size: 14px;
        line-height: 22px;
        color: #000;
    }

    .business .section_3 .item h4{
        font-size: 16px;
        line-height: 24px;
        color: #000;
    }

    .business .section_3 .video{
        display: none;
    }

    .business .section_3 .inner{
        margin-top: 100px;
    }

    .business .section_3 .scroll_box .item{
        background-color: #fff;
        box-shadow: 4px 4px 15.8px 0px #4A528D26;
        position: relative;
    }

    .business .section_3 .scroll_box .item::after{
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 8px);
        left: -34px;
        z-index: 3;
        width: 16px;
        height: 16px;
        border-radius: 50%;
    }

    .business .section_3 .scroll_box .list .item:nth-child(1)::after {
        background-color: #012E8A;
    }

    .business .section_3 .scroll_box .list .item:nth-child(2)::after {
        background-color: #3ec3de;
    }

    .business .section_3 .scroll_box .list .item:nth-child(3)::after {
        background-color: #3ee4d0
    }

    .business .section_3 .scroll_box .list .item:nth-child(4)::after {
        background-color: #41C59B;
    }

    .business .section_3 .scroll_box .list .item:nth-child(5)::after {
        background-color: #3ee6bf;
    }

    .business .section_3 .scroll_box .list .item:nth-child(5){
        margin-bottom: 0;
    }

    .business .section_4 {
        margin-top: 60px;
    }

    .business .section_4 .grid_box{
        grid-template-columns: 1fr;
    }
}

/* --------------------------- end business ---------------------------- */

/* --------------------------- standard inovation ---------------------------- */

.page.standard .nav .menu a{
    color: #FFFFFF;
}

.page.standard .header .header_container .logo a,
.page.standard .header .btn_login svg,
.page.standard .header .btn_lang_icon svg{
    color: #fff;
}

.page.standard .header.scrolled .header_container .logo a,
.page.standard .header.scrolled .btn_login svg,
.page.standard .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.standard .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.standard .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}

.standard .main{
    padding-top: 0px;
}

.standard .section-title{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #1D1F22;
    margin-bottom: 20px;
    text-align: center;
}

.standard .section_1{
    margin-top: 60px;
    margin-bottom: 100px;
}

.standard .section_1 .sub-title{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
    text-align: center;
}

.standard .section_1 .detail{
    margin-top: 40px;
}

.standard .section_1 .detail .img_box video{
    width: 100%;
    height: auto;
}

.standard .section_1 .detail .list{
    width: 100%;
    margin-top: 40px;
}

.standard .section_1 .detail .grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}


.standard .section_1 .circle {
    width: 120px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: -15px;
    bottom: 0;
}

.standard .section_1 .circle.percent25{
    background-image: url(../images/business/percent25.png);
}

.standard .section_1 .circle.percent50{
    background-image: url(../images/business/percent50.png);
}

.standard .section_1 .circle.percent75{
    background-image: url(../images/business/percent75.png);
}

.standard .section_1 .circle h4{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #012E8A;
    margin-bottom: 3px;
    text-align: center;
}

.standard .section_1 .circle p{
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.standard .section_1 .item{
    position: relative;
}

.standard .section_1 .item .img{
    width: 100%;
    aspect-ratio: 580/294;
    border-radius: 8px;
    overflow: hidden;
}

.standard .section_1 .item .img img{
    width: 100%;
    height: 100%;
    transform: scale(1.4);
    transition: all 1s ease;
}

.standard .section_1 .item .img.on img{
    transform: scale(1);
}

.standard .section_1 .txt{
    margin-top: 10px;
}

.standard .section_1 .txt h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #1D1F22;
    margin-bottom: 5px;
}

.standard .section_1 .txt p{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
}

@media (max-width: 991px) {

    .page.standard .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.standard .scrolled .hamburger .line{
        background-color: #555;
    }

    .standard .section-title {
        font-size: 24px;
        line-height: 32px;
    }

    .standard .section_1{
        margin-top: 40px;
    }

    .standard .section_1 .detail .list{
        margin-top: 30px;
    }

    .standard .section_1 .detail .grid_box {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* --------------------------- end standard inovation ---------------------------- */

/* --------------------------- techonologycal inovation ---------------------------- */

.page.techonologycal .nav .menu a{
    color: #FFFFFF;
}

.page.techonologycal .header .header_container .logo a,
.page.techonologycal .header .btn_login svg,
.page.techonologycal .header .btn_lang_icon svg{
    color: #fff;
}

.page.techonologycal .header.scrolled .header_container .logo a,
.page.techonologycal .header.scrolled .btn_login svg,
.page.techonologycal .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.techonologycal .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.techonologycal .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}

.techonologycal .main{
    padding-top: 0px;
}

.techonologycal .section-title{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #1D1F22;
    margin-bottom: 20px;
    text-align: center;
}

.techonologycal .section_1{
    padding: 80px 0;
    background-image: url(../images/business/lamination_bg.png);
    background-size: cover;
    background-position: center;
}

.techonologycal .section_1 .section-title{
    margin-bottom: 5px;
    text-align: start;
}

.techonologycal .section_1 .sub-title{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
}

.techonologycal .section_1 .grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.techonologycal .section_1 .detail{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.techonologycal .section_1 .img_box video{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.techonologycal .section_1 .tag{
    width: 100%;
    padding: 3px 0;
    background-color: #012E8A;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.techonologycal .section_1 .flex_box{
    display: flex;
    justify-content: space-between;
}

.techonologycal .section_1 .circle {
    width: 120px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.techonologycal .section_1 .circle.percent5{
    background-image: url(../images/business/percent5.png);
}

.techonologycal .section_1 .circle.percent10{
    background-image: url(../images/business/percent10.png);
}

.techonologycal .section_1 .circle.percent15{
    background-image: url(../images/business/percent15.png);
}

.techonologycal .section_1 .circle h4{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #012E8A;
    margin-bottom: 3px;
    text-align: center;
}

.techonologycal .section_1 .circle p{
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.techonologycal .section_2{
    margin-top: 40px;
    margin-bottom: 200px;
}

.techonologycal .section_2 .sub-title{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
    text-align: center;
}

.techonologycal .section_2 .detail{
    margin-top: 40px;
    position: relative;
}

.techonologycal .section_2 .detail .img_box{
    width: 100%;
    aspect-ratio: 1200/390;
    overflow: hidden;
}

.techonologycal .section_2 .detail img{
    width: 100%;
    height: auto;
    transform: scale(1.4);
    transition: transform 1s ease;
}

.techonologycal .section_2 .detail .img_box.on img{
    transform: scale(1);
}

.techonologycal .section_2 .detail .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px 60px 0 60px;
}

.techonologycal .section_2 .detail .info_box{
    width: 100%;
    min-width: 540px;
    background-color: #fff;
    box-shadow: 4px 4px 15.8px 0px #4A528D26;
    padding: 15px 25px;
}

.techonologycal .section_2 .detail .info_box .grid_box{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.techonologycal .section_2 .detail .info_box .head{
    border-bottom: 1px solid #D8DCE4;
}

.techonologycal .section_2 .detail .info_box .txt{
    padding: 15px 5px;
    text-align: center;
}

.techonologycal .section_2 .detail .info_box .head .txt{
    padding: 10px 5px;
}

.techonologycal .section_2 .detail .info_box .txt p{
    font-size: 16px;
    line-height: 24px;
    color: #505660;
}

.techonologycal .section_2 .detail .info_box .head .txt p{
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.techonologycal .section_2 .detail .info_box .txt.on{
    background-color: #EAF6FF;
}

.techonologycal .section_2 .detail .head .txt{
    border-radius: 8px 8px 0 0;
}

.techonologycal .section_2 .detail .end .txt{
    border-radius: 0 0 8px 8px;
}


@media (max-width: 991px) {

    .page.techonologycal .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.techonologycal .scrolled .hamburger .line{
        background-color: #555;
    }

    .techonologycal .section-title {
        font-size: 24px;
        line-height: 32px;
    }

    .techonologycal .section_1{
        padding: 40px 0;
    }

    .techonologycal .section_1 .grid_box{
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .techonologycal .section_1 .circle{
        width: 100px;
    }

    .techonologycal .section_1 .detail{
        min-height: 360px;
    }

    .techonologycal .section_2{
        margin-top: 0;
        margin-bottom: 100px;
    }

    .techonologycal .section_2 .detail{
        margin-top: 20px;
    }

    .techonologycal .section_2 .detail .info{
        position: static;
        padding: 0;
        overflow-x: auto;
        box-shadow: 4px 4px 15.8px 0px #4A528D26;
        border-radius: 8px;
        margin-top: 30px;
    }

}

/* --------------------------- end techonologycal innovation ---------------------------- */

/* --------------------------- material inovation ---------------------------- */

.page.material .nav .menu a{
    color: #FFFFFF;
}

.page.material .header .header_container .logo a,
.page.material .header .btn_login svg,
.page.material .header .btn_lang_icon svg{
    color: #fff;
}

.page.material .header.scrolled .header_container .logo a,
.page.material .header.scrolled .btn_login svg,
.page.material .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.material .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.material .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}

.material .main{
    padding-top: 0px;
}

.material .section-title{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #1D1F22;
    margin-bottom: 20px;
    text-align: center;
}

.material .section_1{
    padding: 80px 0;
    background-image: url(../images/business/lamination_bg.png);
    background-size: cover;
    background-position: center;
}

.material .section_1 .section-title{
    margin-bottom: 20px;
    text-align: start;
}

.material .section_1 .sub-title{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
}

.material .section_1 .grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.material .section_1 .detail{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.material .section_1 .img_box img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.material .section_1 .flex_box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.material .section_1 .circle {
    width: 120px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(../images/business/percent_material.png);
}

.material .section_1 .circle h4{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #012E8A;
    margin-bottom: 3px;
    text-align: center;
}

.material .section_1 .circle h4 span{
    font-size: 12px;
    line-height: 18px;
}

.material .section_1 .circle p{
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.material .section_2{
    margin-top: 80px;
}

.material .section_2 .grid_box{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.material .section_2 .grid_box .item{
    border: 1px solid #D8DCE4;
    border-radius: 8px;
    overflow: hidden;
}

.material .section_2 .grid_box .txt{
    padding: 20px;
}

.material .section_2 .img_box{
    width: 100%;
    aspect-ratio: 382/220;
    overflow: hidden;
}

.material .section_2 .img_box img{
    width: 100%;
    height: 100%;
    transform: scale(1.4);
    transition: transform 0.8s ease;
}

.material .section_2 .img_box.on img{
    transform: scale(1);
}

.material .section_2 span.icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/common/tag_column.svg);
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}

.material .section_2 .txt h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #1D1F22;
    margin-bottom: 15px;
}

.material .section_2 .txt p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.material .section_3{
    margin-top: 80px;
    background-image: url(../images/business/lamination_bg.png);
    background-repeat: no-repeat;
}

.material .section_3 .sub-title{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
    text-align: center;
}

.material .section_3 .table{
    margin-top: 40px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 4px 4px 15.8px 0px #4A528D26;
}

.material .section_3 .table .grid_row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.material .section_3 .table .txt{
    padding: 15px 5px;
    text-align: center;
}

.material .section_3 .table .txt p{
    font-size: 16px;
    line-height: 24px;
    color: #505660;
}

.material .section_3 .table .head .txt p{
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

.material .section_3 .table .head{
    border-bottom: 1px solid #D8DCE4;
}

.material .section_3 .table .body .grid_row{
    margin-top: 5px;
    border-radius: 8px;
    overflow: hidden;
}

.material .section_3 .table .body .grid_row:hover{
    background-color: #EAF6FF;
}

.material .section_vol{
    margin-top: 80px;
}

.material .section_vol .section-title{
    margin-bottom: 20px;
    text-align: start;
}

.material .section_vol .sub-title{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
}

.material .section_vol .grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.material .section_vol .detail{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.material .section_vol .img_box{
    width: 100%;
    aspect-ratio: 556/320;
    border-radius: 5px;
    overflow: hidden;
}

.material .section_vol .img_box img{
    width: 100%;
    height: auto;
    transform: scale(1.4);
    transition: transform 0.8s ease;
}

.material .section_vol .img_box.on img{
    transform: scale(1);
}

.material .section_vol .flex_box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.material .section_vol .mouse img{
    width: 32px;
    height: auto;
}

.material .section_vol .appli_areas{
    margin-top: 60px;
}

.material .section_vol .appli_areas h4{
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: #1D1F22;
    margin-bottom: 30px;
}

.material .section_vol .appli_areas .appli_list{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.material .section_vol .appli_areas .appli_list div{
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 4px 4px 15.8px 0px #4A528D26;
    border-radius: 5px;
}

.material .section_vol .appli_areas .appli_list img{
    width: 46px;
    height: auto;
    margin-bottom: 5px;
}

.material .section_vol .appli_areas .appli_list p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.material .section_vol .properties{
    margin-top: 60px;
}

.material .section_vol .properties h4{
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: #1D1F22;
}

.material .section_vol .properties .title_box_swiper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px !important;
}

.material .section_vol .properties .title_box_swiper .navigation_box{
    display: flex;
    gap: 15px;
}

.material .section_vol .properties .navigation_box div:hover{
    background-color: #F6F7F9;
}

.material .section_vol .properties .navigation_box div{
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    border-radius: 50%;
}

.material .section_vol .properties .btn_prev{
    background-image: url(../images/passenger/prev_icon.svg);
}

.material .section_vol .properties .btn_next{
    background-image: url(../images/passenger/next_icon.svg);
}

.material .section_vol .properties .swiper{
    padding: 10px;
}

.material .section_vol .properties .swiper-slide{
    padding: 15px;
    border-radius: 5px;
    box-shadow: 4px 4px 15.8px 0px #4A528D26;
    background-color: #fff;
    height: 100%;
}

.material .section_vol .properties .swiper-slide img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.material .section_vol .properties .swiper-slide .tit{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.material .section_vol .properties .swiper-slide .txt{
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.material .section_vol .properties .properties2Swiper .txt{
    min-height: 120px;
}

.material .section_vol .advantage{
    margin-top: 60px;
}

.material .section_vol .advantage h4{
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: #1D1F22;
    margin-bottom: 40px;
}

.material .section_vol .advantage p{
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.material .section_vol .advantage .grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.material .section_vol .advantage .grid_box .detail{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.material .section_vol .advantage span.icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/common/tag_column.svg);
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}

.material .section_vol .advantage .img_box{
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.material .section_vol .advantage .img_box img{
    width: 400px;
    height: auto;
}

.energy .section_4{
    margin-top: 80px;
}

.material .section_4 .section_vol .properties .properties2Swiper .txt{
    min-height: 48px;
}

.material .section_5{
    margin-top: 80px;
}

.material .section_5 .section-title{
    text-align: start;
}

.material .section_5 .grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.material .section_5 .grid_box > div{
    border-radius: 8px;
    border: 1px solid #D8DCE4;
    overflow: hidden;
}

.material .section_5 .grid_box .txt{
    padding: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
}

.material .section_5 .img_box{
    aspect-ratio: 554/247;
    overflow: hidden;
}

.material .section_5 .img_box img{
    width: 100%;
    height: auto;
    transform: scale(1.4);
    transition: transform 0.8s ease;
}

.material .section_5 .img_box.on img{
    transform: scale(1);
}

.material .section_6{
    margin-top: 80px;
    margin-bottom: 100px;
}

.material .section_6 .section-title{
    text-align: start;
}

.material .section_6 .grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 30px;
}

.material .section_6 .grid_box h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #1D1F22;
}

.material .section_6 .grid_box p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #505660;
}

.material .section_6 .grid_box span.icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/common/tag_column.svg);
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}

.material .section_6 .img_box{
    margin-bottom: 20px;
    aspect-ratio: 1200/350;
    border-radius: 8px;
    overflow: hidden;
}

.material .section_6 .img_box img{
    width: 100%;
    height: auto;
    transform: scale(1.4);
    transition: transform 0.8s ease;
}

.material .section_6 .img_box.on img{
    transform: scale(1);
}


@media (max-width: 991px) {

    .page.material .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.material .scrolled .hamburger .line{
        background-color: #555;
    }

    .material .section-title {
        font-size: 24px;
        line-height: 32px;
    }

    .material .section_1{
        padding: 40px 0;
    }

    .material .section_1 .section-title {
        font-size: 22px;
        line-height: 30px;
    }

    .material .section_1 .detail {
        min-height: unset;
    }

    .material .section_1 .flex_box{
        margin-top: 20px;
    }

    .material .section_1 .grid_box{
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .material .section_1 .circle{
        width: 100px;
    }

    .material .section_2 {
        margin-top: 20px;
    }

    .material .section_2 .grid_box{
        grid-template-columns: 1fr;
    }

    .material .section_3 {
        margin-top: 40px;
    }

    .material .section_3 .table .head .txt p{
        font-size: 16px;
        line-height: 24px;
    }

    .material .section_vol {
        margin-top: 40px;
    }

    .material .section_vol .sub-title{
        margin-bottom: 20px;
    }

    .material .section_vol .grid_box{
        grid-template-columns: 1fr;
    }

    .material .section_vol .appli_areas{
        margin-top: 40px;
    }

    .material .section_vol .appli_areas .appli_list{
        grid-template-columns: 1fr 1fr;
    }

    .material .section_vol .appli_areas h4,
    .material .section_vol .properties h4,
    .material .section_vol .advantage h4{
        font-size: 20px;
        line-height: 28px;
    }

    .material .section_vol .properties .title_box_swiper{
        margin-bottom: 20px !important;
    }

    .material .section_vol .properties .swiper-slide{
        border: 1px solid #D8DCE4;
        box-shadow: none;
    }

    .material .section_vol .advantage {
        margin-top: 40px;
    }

    .material .section_vol .properties .swiper-slide .txt{
        min-height: 96px;
    }

    .material .section_vol .properties .swiper{
        padding: 0;
    }

    .material .section_vol .advantage h4{
        margin-bottom: 20px;
    }

    .material .section_vol .advantage .grid_box{
        grid-template-columns: 1fr;
    }

    .material .section_vol .properties .swiper-slide .tit{
        font-size: 18px;
        line-height: 24px;
    }

    .material .section_5 {
        margin-top: 40px;
    }

    .material .section_5 .grid_box{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .material .section_6 {
        margin-top: 40px;
    }

    .material .section_6 .img_box{
        aspect-ratio: 391/567;
    }

    .material .section_6 .grid_box{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .material .section_6 .grid_box h4{
        text-align: center;
    }

}

/* --------------------------- end techonologycal innovation ---------------------------- */


/* --------------------------- battery inovation ---------------------------- */

.page.battery .nav .menu a{
    color: #FFFFFF;
}

.page.battery .header .header_container .logo a,
.page.battery .header .btn_login svg,
.page.battery .header .btn_lang_icon svg{
    color: #fff;
}

.page.battery .header.scrolled .header_container .logo a,
.page.battery .header.scrolled .btn_login svg,
.page.battery .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.battery .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.battery .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}

.battery .main{
    padding-top: 0px;
}

.battery .bg-system {
    width: 48px;
    height: 48px;
    background-image: url(../images/business/system.png);
    background-repeat: no-repeat;
}

.battery .bg-system12 { background-position: -10px  -10px; }
.battery .bg-system13 { background-position: -78px  -10px; }
.battery .bg-system2  { background-position: -146px -10px; }
.battery .bg-system9  { background-position: -214px -10px; }

.battery .bg-system1  { background-position: -10px  -78px; }
.battery .bg-system3  { background-position: -78px  -78px; }
.battery .bg-system6  { background-position: -146px -78px; }
.battery .bg-system7  { background-position: -214px -78px; }

.battery .bg-system4  { background-position: -10px  -146px; }
.battery .bg-system5  { background-position: -78px  -146px; }
.battery .bg-system10 { background-position: -146px -146px; }
.battery .bg-system8  { background-position: -214px -146px; }

.battery .bg-system11 { background-position: -10px  -214px; }


.battery .section-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #1D1F22;
    margin-bottom: 20px;
    text-align: center;
}

.battery .section_1 .section-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1D1F22;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 15px;
}

.battery .section_1{
    background-image: url(../images/business/battery_bg.webp);
    background-size: cover;
    background-position: top center;
    width: 100%;
    overflow: hidden;
}

.battery .section_1 .group_bg{
    padding: 80px 0;
}

.battery .section_1 .txt_item{
    display: none;
}

.battery .section_1 .txt_item.active{
    display: block;
}

.battery .section_1 .sub-title {
    font-size: 16px;
    line-height: 24px;
    color: #747981;
    text-align: center;
    min-height: 48px;
}

.battery .group_item {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.battery .products_slide {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}
.battery .products_slide .item_slide {
    margin: 0 30px;
    position: relative;
    cursor: pointer;
}
.battery .products_slide .slick-list {
    padding: 0 -30px;
}
.battery .products_slide .item_slide img{
    width: 80%;
    height: auto;
    margin: auto;
}
.battery .products_slide .item_slide .slide_box {
    max-width: 900px;
    display: flex;
    align-items: center;
}

.battery .products_slide .slick-center {
    position: relative;
}

.battery .products_slide .slick-slide {
    padding: 0 20px;
}

.battery .products_slide .slick-list {
    margin: 0 -20px;
}

.battery .products_slide .slick-prev,
.battery .products_slide .slick-next {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.battery .products_slide .slick-prev {
    left: 20%;
}

.battery .products_slide .slick-next {
    right: 20%;
}

.battery .products_slide .slick-prev:before,
.battery .products_slide .slick-next:before {
    content: "";
}

.battery .products_slide .slick-next{
    background-image: url(../images/passenger/next_icon.svg);
    left: calc(50% + 410px);
}

.battery .products_slide .slick-prev{
    background-image: url(../images/passenger/prev_icon.svg);
    left: calc(50% - 450px);
}

.battery .section_1 .tags{
    display: flex;
    justify-content: center;
}

.battery .section_1 .tags button{
    padding: 10px 0;
    width: 200px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    border: 1px solid #1D1F22;
    transition: all 0.6s ease;
}

.battery .section_1 .tags button.active{
    color: #fff;
    background-color: #1D1F22;
}

.battery .section_1 .grid_box{
    display: none;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}

.battery .section_1 .grid_box.active{
    display: grid;
}

.battery .section_1 .grid_box h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #1D1F22;
    margin: 5px 0;
}

.battery .section_1 .grid_box p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #979FAA;
    display: flex;
    gap: 5px;
}

.battery .section_1 .grid_box p .txt{
    width: calc(100% - 9px);
}

.battery .section_1 .grid_box > div{
    min-height: 226px;
}

.battery .section_1 .grid_box .dot{
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background-color: #979FAA;
    margin-top: 10px;
}

.battery .section_2{
    margin-top: 80px;
}

.battery .section_2 .section-title{
    text-align: start;
}

.battery .section_2 .grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.battery .section_2 .grid_box p{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
}

.battery .section_2 .img_box{
    display: flex;
    align-items: center;
}

.battery .section_2 .img_box img{
    width: 100%;
    height: auto;
}

.battery .section_3{
    margin-top: 80px;
}

.battery .section_3 .section-title{
    margin-bottom: 40px;
}

.battery .section_3 .grid_box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.battery .section_3 .grid_box .item{
    padding: 0 0 3px 3px;
    border-radius: 9px;
}

.battery .section_3 .grid_box .item:hover{
    background-color: #1E3083;
    transition: all ease 0.6s;
}

.battery .section_3 .grid_box .item div{
    width: 100%;
    border: 1px solid #D8DCE4;
    box-shadow: 0px 2px 18.4px 0px #0000001A;
    padding: 20px;
    border-radius: 9px;
    height: 100%;
    background-color: #fff;
}

.battery .section_3 .grid_box .item img{
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.battery .section_3 .grid_box .item h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.battery .section_3 .grid_box .item p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.battery .section_4{
    margin-top: 60px;
}

.battery .section_4 .section-title{
    margin-bottom: 40px;
}

.battery .section_4 .item{
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 4px 4px 15.8px 0px #4A528D26;
    margin-bottom: 60px;
    position: sticky;
    left: 0;
}

.battery .section_4 .item.item1{
    top: 140px;
    z-index: 1;
}

.battery .section_4 .item.item2{
    top: 200px;
    z-index: 2;
}

.battery .section_4 .item.item3{
    top: 260px;
    z-index: 3;
}

.battery .section_4 .item.item4{
    top: 320px;
    z-index: 4;
}

.battery .section_4 .item.item5{
    position: relative;
    z-index: 5;
}

.battery .section_4 .grid_box{
    display: grid;
    grid-template-columns: 4fr 3fr;
    gap: 20px;
}

.battery .section_4 .grid_box .content{
    padding: 20px 0;
}

.battery .section_4 .txt_tit{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.battery .section_4 .txt_sub{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
    margin-bottom: 10px;
}

.battery .section_4 .list > div{
    padding-left: 10px;
    border-left: 1px solid #D8DCE4;
}

.battery .section_4 .img_box img{
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.battery .section_4 .item4 .content{
    padding-bottom: 40px;
}

.battery .section_4 .item4 .detail{
    margin-top: 60px;
}

.battery .section_5 .sub-title{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
    text-align: center;
}

.battery .section_5{
    margin-top: 60px;
    width: 100%;
    position: relative;
}

.battery .section_5 .video{
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: 0;
    opacity: 0;
    transition: opacity 0s;
}

.battery .section_5 .video img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.1s linear;
}

.battery .section_5 .inner{
    margin-top: calc(100px - 100vh);
}

.battery .section_5 .scroll_box{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.battery .section_5 .scroll_box .item{
    margin-bottom: 400px;
}

.battery .section_5 .scroll_box .item:hover{
    background-color: #fff;
}

.battery .section_5 .scroll_box .item:hover h4,
.battery .section_5 .scroll_box .item:hover p,
.battery .section_5 .scroll_box .item:hover a{
    color: #000;
}

.battery .section_5 .list_box{
    margin-top: 60px;
    position: relative;
}

.battery .section_5 .list_box::after{
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #22307E 5.73%, #3EB2E4 21.87%, #3EE4D0 39.06%, #3EE4D0 57.29%, #3CEF59 76.04%, #3EE4D0 94.79%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.battery .section_5 .list_box .list{
    padding: 400px 0 200px 0;
}

.battery .section_5 .list_box .arrow{
    display: flex;
    justify-content: center;
    position: sticky;
    top: 50vh;
    z-index: 4;
}

.battery .section_5 .list_box .arrow .icon img{
    width: 14px;
    height: 8px;
}

.battery .section_5 .list_box .arrow .icon{
    padding: 17px 20px;
    border-radius: 50%;
    background-color: #012E8A;
}

.battery .section_5 .item{
    width: calc(50% - 60px);
    padding: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #3d3d3d33;
    border: 1px solid #FFFFFF;
}

.battery .section_5 .item.item_right{
    margin-left: auto;
}

.battery .section_5 .item p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.battery .section_5 .item h4{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.battery .section_5 .item a{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    gap: 10px;
}




@media (max-width: 991px) {

    .page.battery .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.battery .scrolled .hamburger .line{
        background-color: #555;
    }

    .battery .section-title {
        font-size: 24px;
        line-height: 32px;
    }

    .battery .section_1 {
        margin-top: 40px;
    }

    .battery .section_1  .section-title {
        font-size: 22px;
        line-height: 30px;
    }

    .battery .section_1  .group_bg {
        padding: 20px 0;
    }

    .battery .section_1  .grid_box{
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        min-height: 490px;
    }

    .battery .section_1  .grid_box > div{
        min-height: 0;
    }

    .battery .section_1  .tags {
        justify-content: center;
        margin-top: 30px;
    }
    .battery .section_1  .tags button{
        font-size: 18px;
        line-height: 18px;
    }

    .battery .products_slide {
        margin-top: 20px;
        margin-bottom: 40px;
        position: relative;
    }

    .battery .products_slide .item_slide img{
        width: 280px;
        height: auto;
    }
    .battery .products_slide .slick-prev, .battery .products_slide .slick-next{
        width: 30px;
        height: 30px;
    }

    .battery .products_slide .slick-next{
        left: calc(100% - 40px);
    }

    .battery .products_slide .slick-prev{
        left: 10px;
    }

    .battery .section_1 .sub-title{
        min-height: 144px;
    }

    .battery .section_2{
        margin-top: 40px;
    }

    .battery .section_2 .grid_box{
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .battery .section_3 {
        margin-top: 40px;
    }

    .battery .section_3 .grid_box{
        grid-template-columns: 1fr;
    }

    .battery .section_4{
        margin-top: 40px;
    }

    .battery .section_4 .item{
        padding: 20px;
    }

    .battery .section_4 .grid_box .content{
        padding: 0;
    }

    .battery .section_4 .grid_box{
        grid-template-columns: 1fr;
    }

    .battery .section_4 .txt_tit {
        font-size: 20px;
        line-height: 28px;
    }

    .battery .section_4 .txt_sub {
        font-size: 14px;
        line-height: 22px;
    }

    .battery .section_4 .item{
        position: static;
        margin-bottom: 40px;
    }

    .battery .section_4 .item4 .detail {
        margin-top: 20px;
    }

    .battery .section_5{
        margin-top: 0px;
    }

    .battery .section_5 .item{
        width: calc(100% - 40px);
        margin-left: auto;
    }

    .battery .section_5 .list_box .list {
        padding: 0px 0 50px 0;
        margin-top: -30px;
    }

    .battery .section_5 .list_box .arrow{
        justify-content: start;
    }

    .battery .section_5 .list_box .arrow .icon{
        padding: 7px 8px;
    }

    .battery .section_5 .list_box::after{
        left: 15px;
    }

    .battery .section_5 .item{
        padding: 15px;
    }

    .battery .section_5 .scroll_box .item{
        margin-bottom: 60px;
    }

    .battery .section_5 .item p,
    .battery .section_5 .item a{
        font-size: 14px;
        line-height: 22px;
        color: #000;
    }

    .battery .section_5 .item h4{
        font-size: 16px;
        line-height: 24px;
        color: #000;
    }

    .battery .section_5 .video{
        display: none;
    }

    .battery .section_5 .inner{
        margin-top: 0px;
    }

    .battery .section_5 .scroll_box .item{
        background-color: #fff;
        box-shadow: 4px 4px 15.8px 0px #4A528D26;
        position: relative;
    }

    .battery .section_5 .list_box{
        margin-top: 40px;
    }

    .battery .section_5 .scroll_box .item::after{
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 8px);
        left: -34px;
        z-index: 3;
        width: 16px;
        height: 16px;
        border-radius: 50%;
    }

    .battery .section_5 .scroll_box .list .item:nth-child(1)::after {
        background-color: #012E8A;
    }

    .battery .section_5 .scroll_box .list .item:nth-child(2)::after {
        background-color: #3ec3de;
    }

    .battery .section_5 .scroll_box .list .item:nth-child(3)::after {
        background-color: #3ee4d0
    }

    .battery .section_5 .scroll_box .list .item:nth-child(4)::after {
        background-color: #41C59B;
    }

    .battery .section_5 .scroll_box .list .item:nth-child(5)::after {
        background-color: #3ee6bf;
    }

    .battery .section_5 .scroll_box .list .item:nth-child(5){
        margin-bottom: 0;
    }

}

/* --------------------------- end battery inovation ---------------------------- */


/* --------------------------- structural inovation ---------------------------- */

.page.structural .nav .menu a{
    color: #FFFFFF;
}

.page.structural .header .header_container .logo a,
.page.structural .header .btn_login svg,
.page.structural .header .btn_lang_icon svg{
    color: #fff;
}

.page.structural .header.scrolled .header_container .logo a,
.page.structural .header.scrolled .btn_login svg,
.page.structural .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.structural .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.structural .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}

.structural .main{
    padding-top: 0px;
}

.structural .bg-system {
    width: 55px;
    height: 55px;
    background-image: url(../images/business/structural_system.png);
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.structural .bg-system2  { background-position: -10px  -10px; }
.structural .bg-system4  { background-position: -85px  -10px; }
.structural .bg-system1  { background-position: -10px  -85px; }
.structural .bg-system3  { background-position: -85px  -85px; }

.structural .bg-system7  { background-position: -160px -10px; }
.structural .bg-system8  { background-position: -160px -85px; }

.structural .bg-system5  { background-position: -10px  -160px; }
.structural .bg-system6  { background-position: -85px  -160px; }
.structural .bg-system10 { background-position: -160px -160px; }

.structural .bg-system11 { background-position: -235px -10px; }
.structural .bg-system9  { background-position: -235px -85px; }
.structural .bg-system13 { background-position: -235px -160px; }

.structural .bg-system12 { background-position: -10px  -235px; }
.structural .bg-system15 { background-position: -85px  -235px; }
.structural .bg-system16 { background-position: -160px -235px; }
.structural .bg-system17 { background-position: -235px -235px; }

.structural .bg-system14 { background-position: -310px -10px; }

.structural .section-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #1D1F22;
    margin-bottom: 20px;
    text-align: center;
}

.structural .section_content{
    padding-top: 60px;
    background-image: url(../images/business/lamination_bg.png);
    background-size: cover;
    background-position: top center;
}

.structural .section_vol .section-title{
    margin-bottom: 20px;
    text-align: start;
}

.structural .section_vol .sub-title{
    font-size: 16px;
    line-height: 24px;
    color: #747981;
}

.structural .section_vol .grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.structural .section_vol .detail{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.structural .section_vol .img_box{
    width: 100%;
    aspect-ratio: 573/398;
    border-radius: 5px;
    overflow: hidden;
}

.structural .section_vol .img_box img{
    width: 100%;
    height: auto;
    transform: scale(1.4);
    transition: transform 0.8s ease;
}

.structural .section_vol .img_box.on img{
    transform: scale(1);
}

.structural .section_vol .properties{
    margin-top: 60px;
}

.structural .section_vol .properties h4{
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: #1D1F22;
}

.structural .section_vol .properties .title_box_swiper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px !important;
}

.structural .section_vol .properties .title_box_swiper .navigation_box{
    display: flex;
    gap: 15px;
}

.structural .section_vol .properties .navigation_box div:hover{
    background-color: #F6F7F9;
}

.structural .section_vol .properties .navigation_box div{
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    border-radius: 50%;
}

.structural .section_vol .properties .btn_prev{
    background-image: url(../images/passenger/prev_icon.svg);
}

.structural .section_vol .properties .btn_next{
    background-image: url(../images/passenger/next_icon.svg);
}

.structural .section_vol .properties .swiper{
    padding: 10px;
}

.structural .section_vol .properties .swiper-slide{
    padding: 15px;
    border-radius: 5px;
    box-shadow: 4px 4px 15.8px 0px #4A528D26;
    background-color: #fff;
    height: 100%;
}

.structural .section_vol .properties .swiper-slide .system{
    margin-bottom: 10px;
}

.structural .section_vol .properties .swiper-slide .tit{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.structural .section_vol .properties .swiper-slide img{
    margin-bottom: 10px;
}

.structural .section_vol .properties .swiper-slide .txt{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    height: 82px;
    overflow-y: auto;
}

.structural .section_vol .properties .swiper-slide .txt::-webkit-scrollbar {
  width: 4px;
}
.structural .section_vol .properties .swiper-slide .txt::-webkit-scrollbar-track {
  background: transparent;
}
.structural .section_vol .properties .swiper-slide .txt::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
.structural .section_vol .properties .swiper-slide .txt::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.structural .section_5{
    margin-bottom: 150px;
}


@media (max-width: 991px) {

    .page.structural .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.structural .scrolled .hamburger .line{
        background-color: #555;
    }

    .structural .section-title {
        font-size: 24px;
        line-height: 32px;
    }

    .structural .section_content {
        padding-top: 40px;
    }

    .structural .section_vol .sub-title{
        margin-bottom: 20px;
    }

    .structural .section_vol .grid_box{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .structural .section_vol .properties h4{
        font-size: 20px;
        line-height: 28px;
    }

    .structural .section_vol .properties .title_box_swiper{
        margin-bottom: 20px !important;
    }

    .structural .section_vol .properties .swiper-slide{
        border: 1px solid #D8DCE4;
        box-shadow: none;
    }

    .structural .section_vol .properties .swiper{
        padding: 0;
    }

    .structural .section_vol .properties {
        margin-top: 40px;
    }

}

/* --------------------------- end structural inovation ---------------------------- */

/* --------------------------- technology ---------------------------- */

.page.technology .nav .menu a{
    color: #FFFFFF;
}

.page.technology .header .header_container .logo a,
.page.technology .header .btn_login svg,
.page.technology .header .btn_lang_icon svg{
    color: #fff;
}

.page.technology .header.scrolled .header_container .logo a,
.page.technology .header.scrolled .btn_login svg,
.page.technology .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.technology .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.technology .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}

.technology .main{
    padding-top: 0px;
}

.technology  .section-title{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #1E70DA;
}

.technology .section{
    margin-top: 60px;
}

.technology .section.business-banner{
    margin-top: 0;
}

.technology .section_1 .title{
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #222222;
    margin-top: 20px;
}

.technology .section_1 img{
    margin-top: 30px;
    width: 100%;
    aspect-ratio: 1200/380;
    object-fit: cover;
    object-position: center;
}

.technology .section_1 .content{
    margin-top: 40px;
    max-width: 700px;
}

.technology .section_1 .content p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 20px;
}

.technology .section_2 .grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.technology .section_2 .grid-box img{
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;
}

.technology .section_2 p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #222222;
    margin-top: 20px;
}

.technology .section_3 .section-banner{
    width: 100%;
    aspect-ratio: 3/1;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}

.technology .section_3 .row{
    padding: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    border-bottom: 2px solid #DEE4E9
}

.technology .section_3 .title{
    font-size: 32px;
    line-height: 42px;
    color: #222222;
}

.technology .section_3 .row .txt-color{
    font-weight: 500;
}

.technology .section_3 .content p{
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin-bottom: 20px;
}

.technology .section_3 .title-box{
    display: flex;
    align-items: center;
}

.technology .section_3 .title-box img{
    width: 30px;
    height: auto;
    margin-left: 10px;
}

.technology .section_4 .title{
    font-size: 32px;
    line-height: 42px;
    color: #222222;
}

.technology .section_4 .content{
    margin-top: 40px;
    padding: 15px;
    background-color: #F3F3F3;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.technology .section_4 .content .row{
    display: grid;
    grid-template-columns: 1fr 4fr;
}

.technology .section_4 .content .row .name{
    padding: 15px 0;
    text-align: center;
    background-color: #DEE4E9;
}

.technology .section_4 .content .row .name p{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #1E70DA;
}

.technology .section_4 .content .row .txt{
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
}

.technology .section_4 .content .row .txt p{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #222;
}

.technology .section_4 .global{
    padding: 60px 0;
    border-bottom: 2px solid #DEE4E9
}

.technology .section_4 .global .title {
    font-weight: 500;
    margin-bottom: 20px;
}

.technology .section_4 .global .sub-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #72767C;
}

.technology .section_5 .title{
    font-size: 32px;
    line-height: 42px;
    color: #222222;
}

.technology .section_5 .grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
}

.technology .section_5 .grid-box .item{
    padding: 40px 0;
    text-align: center;
}

.technology .section_5 .grid-box img{
    width: auto;
    height: 80px;
    margin-bottom: 20px;
}

.technology .section_5 .grid-box p.name-en{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #222222;
}

.technology .section_5 .grid-box p.name-kr{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #222222;
}

.technology .section_6 .section-banner{
    width: 100%;
    aspect-ratio: 1202/678;
    object-fit: cover;
    object-position: center;
    margin-bottom: 40px;
}

.technology .section_6 .content{
    display: flex;
    align-items: center;
    gap: 60px;
}

.technology .section_6 .content img{
    width: 40px;
    height: 40px;
}

.technology .section_6 .title{
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #222222;
}

.technology .section_6 .sub-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #787878;
}

.technology .section_7{
    margin-bottom: 80px;
}

.technology .section_7 .grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.technology .section_7 .grid-box img{
    width: 100%;
    height: auto;
}



@media (max-width: 991px) {
    .page.technology .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.technology .scrolled .hamburger .line{
        background-color: #555;
    }

    .technology  .section-title{
        font-size: 24px;
        line-height: 32px;
    }

    .technology .section{
        margin-top: 40px;
    }

    .technology .section_1 .title{
        font-size: 24px;
        line-height: 22px;
    }

    .technology .section_1 img{
        margin-top: 30px;
        aspect-ratio: 1/1;
    }

    .technology .section_1 .content{
        margin-top: 30px;
    }

    .technology .section_2 .grid-box{
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .technology .section_3 .row{
        padding: 20px 0;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .technology .section_3 .title {
        font-size: 24px;
        line-height: 32px;
    }

    .technology .section_3 .section-banner{
        aspect-ratio: 1/1;
    }

    .technology .section_4{
        margin-top: 30px;
    }

    .technology .section_4 .content .row{
        grid-template-columns: 1fr;
    }

    .technology .section_4 .content .row .txt{
        line-height: 24px;
        padding: 15px;
    }

    .technology .section_4 .content{
        padding: 10px;
        gap: 20px;
        margin-top: 20px;
    }

    .technology .section_4 .title{
        font-size: 24px;
        line-height: 32px;
    }

    .technology .section_4 .global{
        padding: 30px 0;
    }

    .technology .section_4 .global .sub-title{
        font-size: 15px;
    }


    .technology .section_5 .grid-box{
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .technology .section_5 .title{
        font-size: 24px;
        line-height: 32px;
    }

    .technology .section_5 .grid-box img{
        height: 70px;
    }

    .technology .section_5 .grid-box .item{
        padding: 20px 0;
    }


    .technology .section_6 .section-banner{
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: center;
        margin-bottom: 40px;
    }

    .technology .section_6 .content{
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .technology .section_6 .title {
        font-size: 20px;
        line-height: 28px;
    }

    .technology .section_7 .grid-box {
        grid-template-columns: 1fr;
        gap: 15px;
    }

}

/* --------------------------- end technology ---------------------------- */


/* ------------------ introduction ------------------- */

.page.introduction-page .nav .menu a{
    color: #FFFFFF;
}

.page.introduction-page .header .header_container .logo a,
.page.introduction-page .header .btn_login svg,
.page.introduction-page .header .btn_lang_icon svg{
    color: #fff;
}

.page.introduction-page .header.scrolled .header_container .logo a,
.page.introduction-page .header.scrolled .btn_login svg,
.page.introduction-page .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.introduction-page .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.introduction-page .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}

.introduction-page .main{
    padding-top: 0px;
}

.introduction-page .main-title{
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    color:#1E70DA;
    margin-top: 60px;
}

.introduction-page .section_1{
    margin-top: 30px;
}

.introduction-page .section_1 .section-banner{
    width: 100%;
    aspect-ratio: 1200/630;
    object-fit: cover;
    object-position: center;
    margin-bottom: 40px;
    border-radius: 8px;
}

.introduction-page .section_1 .content{
    margin: auto;
}

.introduction-page .section_1 .content .row{
    padding: 40px 0;
    text-align: center;
}

.introduction-page .section_1 .content .title{
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #222222;
}

.introduction-page .section_1 .content .txt{
    font-size: 28px;
    line-height: 40px;
    color: #72767C;
    margin-top: 30px;
    font-weight: 400;
}

.introduction-page .section_1 .content .sub-title{
    font-size: 28px;
    line-height: 40px;
    color: #72767C;
    margin-top: 20px;
    font-weight: 400;
}

.introduction-page .section_1 .content .line{
    width: 168px;
    height: 4px;
    background-color: #DEE4E9;
    border-radius: 4px;
    margin: auto;
}

.introduction-page .section_2{
    margin-top: 30px;
}

.introduction-page .section_2 .grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.introduction-page .section_2 .grid-box .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    background-color: #F3F3F3;
}

.introduction-page .section_2 .content .title{
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #222222;
}

.introduction-page .section_2 .content .sub-title{
    font-size: 22px;
    line-height: 34px;
    margin-top: 20px;
    color: #222222;
}

.introduction-page .section_2 .content .dot{
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
}

.introduction-page .section_2 .content .txt{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 20px;
    color: #1E70DA;
}

.introduction-page .section_2 .content .txt_primary{
    color: #1E70DA;
}

.introduction-page .section_2 .content .txt_success{
    color: #18A100;
}

.introduction-page .section_2 .img-box img{
    width: 100%;
    aspect-ratio: 6/5;
    object-fit: cover;
    object-position: center;
}

.introduction-page .section_3{
    margin-top: 60px;
    margin-bottom: 100px;
}

.introduction-page .section_3 .content{
    text-align: center;
}

.introduction-page .section_3 .content .title{
    font-size: 32px;
    line-height: 48px;
    margin-top: 30px;
    color: #222222;
    font-weight: 400;
}

.introduction-page .section_3 .content .title .txt-color{
    color: #1E70DA;
    font-weight: 600;
}

.introduction-page .section_3 .content .line{
    width: 168px;
    height: 4px;
    background-color: #DEE4E9;
    border-radius: 4px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.introduction-page .section_3 .content .check-list{
    display: flex;
    justify-content: center;
}

.introduction-page .section_3 .content .check-list .item{
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.introduction-page .section_3 .content .check-list .item .checked-item{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url(../images/business/protection-checked.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.introduction-page .section_3 .content .check-list .item p{
    font-size: 32px;
    line-height: 40px;
    color: #222222;
    font-weight: 400;
}

@media (max-width: 991px) {

    .business-banner video,
    .business-banner img{
        width: 100%;
        height: auto;
        aspect-ratio: 3/3;
    }

    .business-banner .title {
        font-size: 32px;
        line-height: 42px;
    }

    .business-banner .sub-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .page.introduction-page .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.introduction-page .scrolled .hamburger .line{
        background-color: #555;
    }

    .introduction-page .banner {
        background-image: url(../images/application/bg_banner_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        height: 230px;
    }

    .introduction-page .main-title{
        margin-top: 30px;
    }

    .introduction-page .section_1 .section-banner{
        aspect-ratio: 400/380;
        margin-bottom: 10px;
    }

    .introduction-page .section_1 .content .title{
        font-size: 26px;
        line-height: 36px;
    }

    .introduction-page .section_1 .content .txt {
        font-size: 20px;
        line-height: 32px;
        margin-top: 20px;
    }

    .introduction-page .section_1 .content .row{
        padding: 30px 0;
    }

    .introduction-page .section_1 .content .sub-title {
        font-size: 20px;
        line-height: 32px;
        margin-top: 10px;
    }

    .introduction-page .section_2 .grid-box{
        grid-template-columns: 1fr;
    }

    .introduction-page .section_2 .img-box{
        order: -1;
    }

    .introduction-page .section_2 .img-box img{
        aspect-ratio: 1/1;
    }

    .introduction-page .section_2 .grid-box .content{
        padding: 20px;
    }

    .introduction-page .section_2 .content .title {
        font-size: 24px;
        line-height: 32px;
    }

    .introduction-page .section_2 .content .sub-title{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .introduction-page .section_2 .content .sub-title span{
        margin-bottom: 10px;
    }

    .introduction-page .section_2 .content .txt{
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

    .introduction-page .section_3 .content img{
        width: 70px;
        height: auto;
    }

    .introduction-page .section_3 .content .title {
        font-size: 22px;
        line-height: 40px;
        margin-top: 20px;
    }

    .introduction-page .section_3 .content .line{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .introduction-page .section_3 .content .check-list .item .checked-item{
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }

    .introduction-page .section_3 .content .check-list .item p{
        font-size: 18px;
        line-height: 18px;
    }
}

/* ----------------- end introduction ------------------ */



/* ----------------------- user guide --------------------- */

.user-guide .section_1{
    margin-top: 60px;
    margin-bottom: 60px;
}

.user-guide .section_1 .section-title{
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: #222;
    margin-bottom: 30px;
}

.user-guide .section_1 .grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 35px;
}

.user-guide .section_1 .row{
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.user-guide .section_1 .row img{
    width: 100%;
    height: auto;
}

.user-guide .section_1 .name{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #1E70DA;
    margin-top: 10px;
}

.user-guide .section_1 .note{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #222;
    margin-top: 5px;
}

@media (max-width: 991px) {
    .user-guide .section_1{
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .user-guide .section_1 .section-title{
        margin-bottom: 15px;
    }

    .user-guide .section_1 .grid-box{
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .user-guide .section_1 .note{
        font-size: 18px;
    }
}



/* --------------------- end user guide -------------------- */


/* ----------------------- user guide detail --------------------- */

.user-guide-detail .section_1{
    margin-top: 60px;
}

.user-guide-detail .section_1 .section-title{
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: #222;
    margin-bottom: 30px;
}

.user-guide-detail .guide_slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 0 -24px;
}
.user-guide-detail .guide_slider.slick-initialized {
    margin-bottom: 80px;
}
.user-guide-detail .guide_slider li.item {
    width: 25%;
    cursor: pointer;
}
.user-guide-detail .guide_slider li .thumb {
    padding: 0 0 24px 24px;
}

.user-guide-detail .guide_slider li .thumb a{
    display: inline-block;
    width: 100%;
}

.user-guide-detail .guide_slider .item img{
    width: 100%;
    aspect-ratio: 322/214;
    border-radius: 3px;
    object-fit: cover;
    object-position: center;
}
.user-guide-detail .guide_slider .item .img-box{
    position: relative;
}
.user-guide-detail .guide_slider .item .img-box .tag{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #D0D0DA;
    border-radius: 3px;
}

.user-guide-detail .guide_slider .item .content{
    padding: 30px 0;
}

.user-guide-detail .guide_slider .item .content .title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.user-guide-detail .guide_slider .item .content .sub-title{
    font-size: 12px;
    line-height: 18px;
    color: #000;
    height: 90px;
}

.user-guide-detail .section_2{
    margin-top: 60px;
    margin-bottom: 60px;
}

.user-guide-detail .section_2 .section-title{
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: #222;
    margin-bottom: 30px;
}

.user-guide-detail .section_2 img{
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.user-guide-detail .section_2 .name{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #1E70DA;
    margin-top: 10px;
}

.user-guide-detail .section_2 .note{
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #222;
    margin-top: 5px;
}

@media (max-width: 991px) {
    .user-guide-detail .section_1{
        margin-top: 40px;
    }

    .user-guide-detail .section_1 .section-title,
    .user-guide-detail .section_2 .section-title{
        margin-bottom: 15px;
    }

    .user-guide-detail .section_2{
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .user-guide-detail .section_2 .name{
        font-size: 14px;
    }

    .user-guide-detail .section_2 .note{
        font-size: 18px;
    }

    .user-guide-detail .guide_slider{
        margin: 0;
        flex-wrap: wrap;
        gap: 30px;
    }

    .user-guide-detail .guide_slider li.item{
        width: 100%;
    }

    .user-guide-detail .guide_slider li .thumb{
        padding: 0;
    }
}

/* --------------------- end user guide detail -------------------- */



/* --------------------- policy -------------------- */

.policy .content{
    margin-top: 60px;
    margin-bottom: 100px;
}

.policy .content .title{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #1E70DA;
    margin-bottom: 20px;
}

.policy .content .terms-box p,
.policy .content .terms-box li{
    font-size: 16px;
    line-height: 22px;
    color: #222;
    margin-top: 10px;
}

.policy .content .terms-box h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #222;
    margin-top: 10px;
}

.policy .content .terms-box ol{
    counter-reset: item;
    list-style-type: none;
}

.policy .content .terms-box > ol{
    margin-bottom: 30px
}

.policy .content .terms-box > ol ol{
    margin-bottom: 20px;
}

.policy .content .terms-box > ol > li:before {
    content: counter(item) "  ";
    counter-increment: item;
    display: inline-flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
}

.policy .content .terms-box > ol > li {
    display: block;
}

.policy .content .terms-box > ol > li > ol{
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .policy .content{
        margin-top: 40px;
    }

    .policy .content .terms-box p,
    .policy .content .terms-box li{
        font-size: 14px;
        line-height: 20px;
    }

    .policy .content .terms-box h3{
        font-size: 16px;
        line-height: 24px;
    }
}

/* --------------------- end policy -------------------- */




/* --------------- style for main banner page ------------------ */

/* events.php
events_detail.php
customer.php
applications.php
service
About */

.page.events .nav .menu a,
.page.customer .nav .menu a,
.page.applications .nav .menu a,
.page.about .nav .menu a,
.page.news .nav .menu a,
.page.question .nav .menu a,
.page.services .nav .menu a,
.page.user-guide .nav .menu a,
.page.user-guide-detail .nav .menu a,
.page.messages .nav .menu a,
.page.messages .nav .menu a,
.page.policy .nav .menu a,
.page.policy .nav .menu a,
.page.partner .nav .menu a {
    color: #FFFFFF;
}

.page.news .news-detail-header .nav .menu a{
    color: #555;
}

.page.events .header .header_container .logo a,
.page.events .header .btn_login svg,
.page.events .header .btn_lang_icon svg,
.page.customer .header .header_container .logo a,
.page.customer .header .btn_login svg,
.page.customer .header .btn_lang_icon svg,
.page.applications .header .header_container .logo a,
.page.applications .header .btn_login svg,
.page.applications .header .btn_lang_icon svg,
.page.about .header .header_container .logo a,
.page.about .header .btn_login svg,
.page.about .header .btn_lang_icon svg,
.page.news .header .header_container .logo a,
.page.news .header .btn_login svg,
.page.news .header .btn_lang_icon svg,
.page.question .header .header_container .logo a,
.page.question .header .btn_login svg,
.page.question .header .btn_lang_icon svg,
.page.services .header .header_container .logo a,
.page.services .header .btn_login svg,
.page.services .header .btn_lang_icon svg,
.page.user-guide .header .header_container .logo a,
.page.user-guide .header .btn_login svg,
.page.user-guide .header .btn_lang_icon svg,
.page.user-guide-detail .header .header_container .logo a,
.page.user-guide-detail .header .btn_login svg,
.page.user-guide-detail .header .btn_lang_icon svg,
.page.policy .header .header_container .logo a,
.page.policy .header .btn_login svg,
.page.policy .header .btn_lang_icon svg,
.register .header .header_container .logo a,
.register .header .btn_login svg,
.register .header .btn_lang_icon svg,
.page.partner .header .header_container .logo a,
.page.partner .header .btn_login svg,
.page.partner .header .btn_lang_icon svg{
    color: #fff;
}

.page.news-detail .header .header_container .logo a,
.page.news-detail .header .btn_login svg,
.page.news-detail .header .btn_lang_icon svg{
    color: #555;
}

.page.events .header.scrolled .header_container .logo a,
.page.events .header.scrolled .btn_login svg,
.page.events .header.scrolled .btn_lang_icon svg,
.page.customer .header.scrolled .header_container .logo a,
.page.customer .header.scrolled .btn_login svg,
.page.customer .header.scrolled .btn_lang_icon svg,
.page.applications .header.scrolled .header_container .logo a,
.page.applications .header.scrolled .btn_login svg,
.page.applications .header.scrolled .btn_lang_icon svg,
.page.about .header.scrolled .header_container .logo a,
.page.about .header.scrolled .btn_login svg,
.page.about .header.scrolled .btn_lang_icon svg,
.page.news .header.scrolled .header_container .logo a,
.page.news .header.scrolled .btn_login svg,
.page.news .header.scrolled .btn_lang_icon svg,
.page.question .header.scrolled .header_container .logo a,
.page.question .header.scrolled .btn_login svg,
.page.question .header.scrolled .btn_lang_icon svg,
.page.services .header.scrolled .header_container .logo a,
.page.services .header.scrolled .btn_login svg,
.page.services .header.scrolled .btn_lang_icon svg,
.page.user-guide .header.scrolled .header_container .logo a,
.page.user-guide .header.scrolled .btn_login svg,
.page.user-guide .header.scrolled .btn_lang_icon svg,
.page.user-guide-detail .header.scrolled .header_container .logo a,
.page.user-guide-detail .header.scrolled .btn_login svg,
.page.user-guide-detail .header.scrolled .btn_lang_icon svg,
.page.messages .header.scrolled .btn_login svg,
.page.messages .header.scrolled .btn_lang_icon svg,
.page.policy .header.scrolled .header_container .logo a,
.page.policy .header.scrolled .btn_login svg,
.page.policy .header.scrolled .btn_lang_icon svg,
.page.partner .header.scrolled .header_container .logo a,
.page.partner .header.scrolled .btn_login svg,
.page.partner .header.scrolled .btn_lang_icon svg {
    color: #555;
}

.page.events .header .dropdown .dropdown_icon:after,
.page.customer .header .dropdown .dropdown_icon:after,
.page.applications .header .dropdown .dropdown_icon:after,
.page.about .header .dropdown .dropdown_icon:after,
.page.news .header .dropdown .dropdown_icon:after,
.page.question .header .dropdown .dropdown_icon:after,
.page.services .header .dropdown .dropdown_icon:after,
.page.user-guide .header .dropdown .dropdown_icon:after,
.page.user-guide-detail .header .dropdown .dropdown_icon:after,
.page.messages .header .dropdown .dropdown_icon:after,
.page.policy .header .dropdown .dropdown_icon:after,
.page.partner .header .dropdown .dropdown_icon:after {
    background-image: url(../images/common/arrow_down.svg);
}

.page.events .header.scrolled .dropdown .dropdown_icon:after,
.page.customer .header.scrolled .dropdown .dropdown_icon:after,
.page.applications .header.scrolled .dropdown .dropdown_icon:after,
.page.about .header.scrolled .dropdown .dropdown_icon:after,
.page.news .header.scrolled .dropdown .dropdown_icon:after
.page.question .header.scrolled .dropdown .dropdown_icon:after,
.page.services .header.scrolled .dropdown .dropdown_icon:after,
.page.user-guide .header.scrolled .dropdown .dropdown_icon:after,
.page.user-guide-detail .header.scrolled .dropdown .dropdown_icon:after,
.page.messages .header.scrolled .dropdown .dropdown_icon:after,
.page.policy .header.scrolled .dropdown .dropdown_icon:after,
.page.partner .header.scrolled .dropdown .dropdown_icon:after {
    background-image: url(../images/common/arrow_down_black.svg);
}

.page.events .main,
.page.customer .main,
.page.applications .main,
.page.about .main,
.page.news .main,
.page.question .main,
.page.services .main,
.page.user-guide .main,
.page.user-guide-detail .main,
.page.policy .main,
.page.partner .main{
    padding-top: 0px;
}

.page.news-detail .main{
    padding-top: 80px;
}

.page.events .section.banner .inner,
.page.customer .section.banner .inner,
.page.applications .section.banner .inner,
.page.about .section.banner .inner,
.page.messages .section.banner .inner {
    height: 50vh;
    display: flex;
    align-items: end;
    max-width: 1200px;
}

.page.events .section.banner,
.page.customer .section.banner,
.page.applications .section.banner,
.page.about .section.banner{
    height: 50vh;
}

.page.events .hdg_lv1,
.page.customer .hdg_lv1,
.page.applications .hdg_lv1,
.page.about .hdg_lv1,
.page.messages .hdg_lv1 {
    position: unset;
    transform: translateY(0);
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 60px;
    color: #F5F5F5;
}

.page.events .hdg_lv1 span,
.page.customer .hdg_lv1 span,
.page.applications .hdg_lv1 span,
.page.about .hdg_lv1 span,
.page.messages .hdg_lv1 span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #ADB8C1;
}

.page.events .section.banner .inner,
.page.customer .section.banner .inner,
.page.applications .section.banner .inner,
.page.about .section.banner .inner{
    padding-top: 0px;
}

@media (max-width: 991px) {

    .page.news-detail .main{
        padding-top: 70px;
    }

    .page.events .hamburger .line,
    .page.customer .hamburger .line,
    .page.applications .hamburger .line,
    .page.about .hamburger .line,
    .home .hamburger .line,
    .services .hamburger .line,
    .user-guide .hamburger .line,
    .news .hamburger .line,
    .question .hamburger .line,
    .policy .hamburger .line,
    .register .hamburger .line,
    .partner .hamburger .line,
    .login .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.news-detail .hamburger .line{
        background-color: #555;
    }

    .page.events .scrolled .hamburger .line,
    .page.customer .scrolled .hamburger .line,
    .page.applications .scrolled .hamburger .line,
    .page.about .scrolled .hamburger .line{
        background-color: #555;
    }

    .page.events .section.banner,
    .page.customer .section.banner,
    .page.applications .section.banner,
    .page.about .section.banner,
    .page.messages .section.banner {
        height: auto;
        aspect-ratio: 3 / 2;
    }

    .page.events .section.banner .inner,
    .page.customer .section.banner .inner,
    .page.applications .section.banner .inner,
    .page.about .section.banner .inner,
    .page.messages .section.banner .inner {
        height: auto;
        aspect-ratio: 3 / 2;
    }

    .page.events .section.banner,
    .page.customer .section.banner,
    .page.applications .section.banner,
    .page.about .section.banner,
    .page.messages .section.banner {
        padding-bottom: 0px;
    }

    .page.events .hdg_lv1,
    .page.customer .hdg_lv1,
    .page.applications .hdg_lv1,
    .page.about .hdg_lv1,
    .page.messages .hdg_lv1 {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 42px;
    }

    .page.events .hdg_lv1 span,
    .page.customer .hdg_lv1 span,
    .page.applications .hdg_lv1 span,
    .page.about .hdg_lv1 span,
    .page.messages .hdg_lv1 span {
        font-size: 16px;
        line-height: 24px;
    }


}

/* ------------------------- end style main banner ------------------------ */

.page .header .header_container .logo a {
    color: #222;
}
.login .header .header_container .logo a {
    color: #FFFFFF;
}
.page .nav .menu a {
    color: #222;
}
.page .header .dropdown .dropdown_icon:after {
    background-image: url(../images/common/arrow_down_black.svg);
}
.page .header .btn_lang_icon svg{
    color: #222;
}
@media (max-width: 991px) {
    .page .header .header_container .logo a {
        color: #222;
    }
    .services .content {
        max-width: 100%;
        padding: 20px 0 90px;
    }
    .services .txt_desp {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .services .txt_desp p {
        line-height: 26px;
    }
    .services .list_service li {
        flex-direction: column;
        margin-bottom: 36px;
    }
    .services .list_service li:last-child {
        margin-bottom: 0;
    }
    .services .list_service .thumb {
        width: 100%;
        height: 300px;
        padding: 60px;
    }
    .services .desp_box h3 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 16px;
    }
    .services .desp_box .txt_desp {
        margin-bottom: 23px;
    }
    .services .statistic_list {
        margin-bottom: 23px;
    }
    .services .statistic_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .services .graph_content {
        height: 22px;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .services .graph_content .graph_text {
        font-size: 16px;
    }
    .services .btn_link_service a {
        padding: 13px;
        font-size: 16px;
    }
    .services .btn_link_service a:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        background-image: url("../images/common/icon_arrow_right.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 12px;
        height: 18px;
        margin: -3px 0 0 15px;
    }
}

/* -----------------------------------------------
Event
-------------------------------------------------- */
.events .section.banner {
    max-width: 100%;
    background-image: url("../images/events/banner_events.png");
    background-size: cover;
    margin-bottom: 75px;
}
.events .content {
    margin-bottom: 130px;
}
.events .content h2 {
    font-size: 32px;
    text-align: left;
    color:#222222;
    margin-bottom: 33px;
}
.events .content h2 span {
    color: #1E70DA;
}
.events .btn_event {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #DEE4E9;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.events .btn_event span {
    display: inline-block;
    cursor: pointer;
    padding: 15px 20px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #1E70DA;
    border-radius: 8px;
    border: 1px solid #1E70DA;
    transition: all 0.2s;
}
.events .btn_event span:hover {
    opacity: 0.7;
}
.list_events ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}
.list_events li {
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.list_events li:hover {
    transform: translateY(-5px);
}
.list_events .thumb {
    width: 382px;
    height: 363px;
    margin-bottom: 26px;
}
.list_events .thumb img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.list_events p {
    font-size: 20px;
    line-height: 28px;
    color:#222222;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 600;
}
.list_events span {
    font-size: 20px;
    color: #72767C;
    text-align: left;
}

@media (max-width: 991px) {
    .events .section.banner {
        background-image: url(../images/events/banner-mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        height: 230px;
        margin-bottom: 40px;
    }
    .events .content h2 {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .events .btn_event {
        padding-bottom: 20px;
    }
    .events .btn_event span {
        padding: 10px 20px;
        font-size: 14px;
    }
    .list_events ul {
        flex-direction: column;
        gap: 0;
    }
    .list_events li {
        width: 100%;
        margin-bottom: 40px;
    }
    .list_events li:last-child {
        margin-bottom: 0;
    }
    .list_events .thumb {
        width: 100%;
        margin-bottom: 20px;
    }
    .list_events p {
        font-size: 18px;
    }
    .list_events span {
        font-size: 16px;
    }
}

/* -----------------------------------------------
Event Detail
-------------------------------------------------- */
.events_detail .content {
    color: #72767C;
    padding: 80px 0 140px;
}
.events_detail .thumb {
    margin-bottom: 30px;
}
.events_detail hgroup {
    text-align: center;
    margin-bottom: 40px;
}
.events_detail .main_content {
    margin-bottom: 30px;
}
.events_detail .main_content ul {
    padding-left: 18px;
    list-style: disc;
}
.events_detail ul li {
    line-height: 1.7;
}
.events_detail h1 {
    font-size: 48px;
    font-weight: bold;
    color: #1E70DA;
}
.events_detail hgroup p {
    font-size: 32px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 18px;
}
.events_detail hgroup span {
    font-size: 16px;
    font-weight: 400;
    color: #72767C;
}
.events_detail h2 {
    font-size: 24px;
    font-weight: 600;
    color:#222222;
    margin-bottom: 20px;
}
.events_detail p {
    font-size: 16px;
    line-height: 28px;
    color: #72767C;
    font-weight: 400;
    margin-bottom: 20px;
}
.events_detail p.date {
    font-weight: 700;
}

.events_detail .list_steps {
    text-align: left;
}
.events_detail .list_steps ul {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}
.events_detail .list_steps li {
    position: relative;
    width: calc(50% - 35px);
    padding: 15px 24px;
    border-radius: 8px;
    background: #F5F5F5;
}
.events_detail .list_steps li:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    width: 32px;
    height: 36px;
    background-image: url("../images/events/icon_step_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.events_detail .step {
    font-size: 24px;
    color: #1E70DA;
    font-weight: 700;
    margin-bottom: 8px;
}
.events_detail .list_steps, .events_detail .event_note {
    margin-bottom: 50px;
}
.events_detail .event_note {
    padding: 26px 30px;
    border-radius: 8px;
    background: #F5F5F5;
}
.events_detail .event_note ul {
    list-style: disc;
    padding-left: 18px;
}
.events_detail .list_events p {
    font-weight: 600;
    margin-bottom: 10px;
    color:#222222;
}
.events_detail .list_events .thumb {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .events_detail .hamburger .line{
        background-color: #555;
    }
    .events_detail .content {
        padding: 16px 0 120px;
    }
    .events_detail .thumb {
        margin-bottom: 30px;
    }
    .events_detail hgroup {
        margin-bottom: 30px;
    }
    .events_detail hgroup p {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .events_detail hgroup span {
        line-height: 26px;
    }
    .events_detail h1 {
        font-size: 42px;
    }
    .events_detail h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .events_detail .content_detail_item {
        margin-bottom: 30px;
    }
    .events_detail .list_steps {
        text-align: left;
    }
    .events_detail .list_steps ul {
        flex-direction: column;
        gap: 0;
    }
    .events_detail .list_steps li {
        width: 100%;
        padding: 15px 20px;
        margin-bottom: 60px;
    }
    .events_detail .list_steps li:last-child {
        margin-bottom: 0;
    }
    .events_detail .list_steps li:first-child:before {
        content: "";
        position: absolute;
        bottom: -36%;
        left: 46%;
        top: initial;
        transform: rotate(90deg);
    }
    .events_detail .step {
        font-size: 20px;
    }
    .events_detail .list_steps, .events_detail .event_note {
        margin-bottom: 30px;
    }
    .events_detail .event_note {
        padding: 20px;
    }
    .events_detail .list_events .thumb {
        margin-bottom: 10px;
    }
}

/* -----------------------------------------------
Deposit
-------------------------------------------------- */

.deposit .tab_nav ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DEE4E9;
}
.deposit .tab_nav li {
    width: 186px;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    text-align: center;
    padding: 13px 20px;
    border-radius: 8px;
    border: 1px solid #DEE4E9;
    cursor: pointer;
}
.deposit .tab_nav li.active {
    background: #1E70DA;
    border: 1px solid #1E70DA;
    color: #FFFFFF;
}
.deposit .tab_content {
    color:#222222;
}
.deposit .tab_content h2 {
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 20px;
}
.deposit .account_box {
    padding: 30px;
    border-radius: 8px;
    background: #F3F3F3;
    margin-bottom: 40px;
}
.deposit .account_box  ul {
    display: flex;
    align-items: center;
}
.deposit .account_box li {
    min-width: 180px;
    flex: 1 0 0%;
}
.deposit .account_box p {
    font-size: 16px;
    font-weight: 700;
    color:#222222;
}
.deposit .account_box span {
    font-weight: 400;
}
.deposit .application_box {

}
.deposit .reset_point {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}
.deposit .form_point {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.deposit .form_point input {
    width: 100%;
    height: 40px;
    border: 1px solid #DEE4E9;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    padding: 0 15px;
    font-size: 12px;
    color: #222222;
    background-color: transparent;
}
.deposit .form_point span {
    width: 60px;
    height: 40px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE4E9;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}
.deposit .point_box {
    flex: 0 0 auto;
    width: 40%;
}
.deposit .list_point ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
}
.deposit .list_point li {
    min-width: 85px;
}
.deposit .list_point button {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #1E70DA;
    border-radius: 5px;
    font-size: 12px;
    color: #222222;
    font-weight: 700;
    cursor: pointer;
}
.deposit .deposit-actions {
    display: grid;
    grid-template-columns: 4fr 3fr;
    gap: 5px;
    align-items: end;
}
.deposit .btn_request,
.deposit .btn_reset {
    width: auto;
    background: #1E70DA;
    border-radius: 7px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    height: 90px;
}
.deposit .btn_request {
    align-content: center;
    background: #FF6A00;
    order: 1;
}
.deposit #withdraw_form .btn_reset {
    flex: 0 0 auto;
}

.deposit .table {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.table thead {
    background-color: #EAF3FA;
    vertical-align: bottom;
}
.deposit .table>:not(caption)>*>*,.deposit .table>:not(caption)>* {
    padding: 15px;
    border: 1px solid #DEE4E9;
    background: #F3F3F3;
}
.deposit .table td,.deposit .table th,.deposit .table thead {
    vertical-align: middle;
    text-align: center;
}
.deposit .table .txt_bg {
    background: #EAF3FA;
}
.deposit .txt_note {
    margin-bottom: 40px;
}
.deposit .txt_note li {
    font-size: 16px;
    line-height: 28px;
    color:#222222;
}
.deposit .tab_content_item {
    transition: all 0.1s linear;
    display: none;
}
.deposit .tab_content_item.active {
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    display: block;
}

@media (max-width: 991px) {
    .deposit .tab_nav ul {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .deposit .tab_nav li {
        width: 100%;
        text-align: center;
        padding: 8px 20px;
    }
    .deposit .tab_content h2 {
        margin-bottom: 14px;
    }
    .deposit .account_box {
        margin-bottom: 30px;
        padding: 24px;
    }
    .deposit .account_box  ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .deposit .account_box li {
        min-width: auto;
        margin-bottom: 10px;
    }
    .deposit .account_box li:last-child {
        margin-bottom: 0;
    }
    .deposit .reset_point {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .deposit .form_point {
        margin-bottom: 12px;
    }
    .deposit .point_box {
        width: 100%;
    }
    .deposit .table {
        margin-bottom: 30px;
    }
    .deposit .list_point ul {
        gap: 8px 0;
        justify-content: flex-start;
        margin: 0 -4px;
    }
    .deposit .list_point li {
        min-width: auto;
        width: 33.33%;
        padding: 0 4px;
    }
    .deposit .btn_reset {
        padding: 10.5px 10px;
    }

    .deposit .table {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .table thead {
        background-color: #f8f5f2;
        vertical-align: bottom;
    }
    .deposit .table>:not(caption)>*>*,.deposit .table>:not(caption)>* {
        padding: 6px;
    }
    .deposit .table td,.deposit .table th,.deposit .table thead {
        font-size: 13px;
    }
    .deposit .txt_note {
        margin-bottom: 30px;
    }
    .deposit .txt_note li {
        font-size: 14px;
        line-height: 26px;
    }
    .deposit .deposit-actions{
        grid-template-columns: 1fr;
    }
    .deposit .btn_request {
        display: flex;
        justify-content: center;
        padding: 10.5px 10px;
        order: -1;
    }
    .deposit .btn_request,
    .deposit .btn_reset {
        height: 40px;
    }
}

/* -----------------------------------------------
MyPage
-------------------------------------------------- */

.mypage .content {
    padding: 50px 0 140px;
}
.mypage h1 {
    font-size: 48px;
    font-weight: bold;
    color: #1E70DA;
    text-align: left;
    margin-bottom: 30px;
}
.mypage .mypage_info {
    display: flex;
    gap: 40px;
    margin-bottom: 68px;
    padding-bottom: 68px;
    border-bottom: 1px solid #DEE4E9;
}
.mypage .info_item {
    width: 50%;
}
.mypage .info_item dl {
    text-align: left;
    margin-bottom: 32px;
}
.mypage .info_item dl:last-child {
    margin-bottom: 0;
}
.mypage .info_item dt {
    font-size: 20px;
    color: #72767C;
    margin-bottom: 20px;
}
.mypage .info_item dd {
    padding: 10px;
    background-color: #F3F3F3;
    color: #ADB8C1;
    border-radius: 5px;
    border: 1px solid #DEE4E9;
}
.mypage .info_item dd.txt_color {
    color: #EB5151;
}
.mypage .info_item .dl_list {
    display: flex;
    gap: 10px;
    margin-bottom: 32px;
}
.mypage .info_item .dl_list dl {
    width: 50%;
    text-align: left;
    margin-bottom: 0;
}
.mypage h2 {
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.mypage .box_change_pass_form {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}
.mypage .form_item label {
    display: block;
    font-size: 20px;
    color: #72767C;
    margin-bottom: 20px;
}
.mypage .form_item input {
    width: 100%;
    padding: 10px;
    background-color: #F3F3F3;
    color: #222222;
    border-radius: 5px;
    border: 1px solid #DEE4E9;
}
.mypage .form_item {
    width: 50%;
}
.mypage .list_form_item {
    width: 50%;
    display: flex;
    gap: 10px;
}
.mypage .btn_submit_warp {
    text-align: right;
}
.mypage .btn_submit {
    background-color: #1E70DA;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 20px;
    transition: all 0.2s;
}
.mypage .btn_submit:hover {
    opacity: 0.7;
}

@media (max-width: 991px) {
    .mypage .content {
        padding: 0 0 100px;
    }
    .mypage h1 {
        font-size: 32px;
    }
    .mypage .mypage_info {
        flex-direction: column;
        gap: 0;
        margin-bottom: 46px;
        padding-bottom: 22px;
    }
    .mypage .info_item {
        width: 100%;
    }
    .mypage .info_item dl {
        margin-bottom: 24px;
    }
    .mypage .info_item dl:last-child {
        margin-bottom: 24px;
    }
    .mypage .info_item dt {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .mypage .info_item .dl_list {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }
    .mypage .info_item .dl_list dl {
        width: 100%;
        margin-bottom: 24px;
    }
    .mypage h2 {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .mypage .box_change_pass_form {
        flex-direction: column;
        gap: 0;
        margin-bottom: 24px;
    }
    .mypage .form_item label {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .mypage .form_item {
        width: 100%;
        margin-bottom: 14px;
    }
    .mypage .list_form_item {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }
    .mypage .btn_submit_warp {
        text-align: center;
    }
    .mypage .btn_submit {
        width: 100%;
        border-radius: 8px;
        font-size: 18px;
        padding: 12px 20px;
    }
}

/* -----------------------------------------------
My Asset
-------------------------------------------------- */

.page.status .nav .menu a{
    color: #FFFFFF;
}

.page.status .header .header_container .logo a,
.page.status .header .btn_login svg,
.page.status .header .btn_lang_icon svg{
    color: #fff;
}

.page.status .header.scrolled .header_container .logo a,
.page.status .header.scrolled .btn_login svg,
.page.status .header.scrolled .btn_lang_icon svg{
    color: #555;
}

.page.status .header .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down.svg);
}

.page.status .header.scrolled .dropdown .dropdown_icon:after{
    background-image: url(../images/common/arrow_down_black.svg);
}
.status .main{
    padding-top: 0;
}
.status .content {
    padding: 50px 0 140px;
}
.status .hdg_lv1_sub {
    font-size: 32px;
    color: #1E70DA;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
}
.status .my_asset{
    padding: 10px;
    background: #EEF2F5;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    color: #012E8A;
}
.status .my_asset p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.status .my_asset h2{
    font-size: 32px;
    line-height: 38px;
}
.status .tit_box{
    text-align: center;
    margin-bottom: 20px;
}
.status .tit_box h4{
    font-size: 24px;
    line-height: 30px;
    color: #1D1F22;
}
.status .tit_box p{
    color: #1D1F22;
}
.status .grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.status p{
    font-size: 14px;
    line-height: 20px;
    color: #505660;
}
.status .grid_box h4{
    font-size: 24px;
    line-height: 32px;
    margin: 6px 0;
}
.status .txt_green{
    color: #124C00;
}
.status .txt_blue{
    color: #012E8A;
}
.status .bg_green{
    background-color: #E8F5E9;
}
.status .bg_blue{
    background-color: #E3F2FD;
}
.status .bg_gray{
    background-color: #F5F5F5;
}
.status .grid_earn{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}
.status .grid_info{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.status .item{
    padding: 15px;
    width: 100%;
}
.status .grid_earn .item{
    text-align: center;
}
.status .item h6{
    font-size: 18px;
    font-weight: 700;
    margin-top: 6px;
}
.status .item .time{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.status .item .time img{
    width: 20px;
    height: auto;
}
.status .item .time div{
    width: calc(100% - 30px);
}
.status dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;

}
.status  dl {
    font-size: 14px;
    text-align: left;
}
.status  dl dt {
    color: #505660;
    margin-bottom: 14px;
    font-weight: 400;
}
.status  dl dd {
    text-align: right;
    color:#222222;
}
.status dl dd.txt_color {
    font-weight: 700;
    color: #D60004;
}
.status .txt_note {
    margin-bottom: 40px;
}
.status .txt_note p {
    font-size: 20px;
    text-align: left;
    color: #72767C;
    line-height: 27px;
}
.status .chart_content {
    display: flex;
    gap: 26px;
    margin-bottom: 40px;
}
.status .chart_box {
    background-color: #F3F3F3;
    border-radius: 8px;
    width: 50%;
    padding: 34px;
}
.status .chart_box h3 {
    font-size: 20px;
    color:#222222;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.status #my_chart {
    margin-bottom: 20px;
}
.status .chart_box .txt_price {
    font-size: 32px;
    text-align: center;
    color: #1E70DA;
    font-weight: 500;
}
.status .chart_box.chart_box_right {
    padding-bottom: 100px;
    opacity: 0.74;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.status .chart_box.chart_box_right h3 {
    margin-bottom: 0;
}
.status .chart_box.chart_box_right p {
    font-size: 16px;
    color: #222222;
    text-align: center;
    line-height: 21px;
}
.status .asset_box {
    padding: 20px;
    border: 1px solid #D8DCE4;
    border-radius: 10px;
    box-shadow: 4px 4px 15px 0px #4A528D26;
}
.status .asset_box:last-child {
    margin-bottom: 0;
}
.status .asset_box h2 {
    font-size: 24px;
    color:#222222;
    font-weight: 600;
    text-align: left;
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: 1px solid #DEE4E9;
}
.status .asset_box{
    position: relative;
}
.status .demo-tag{
    font-size: 16px;
    line-height: 16px;
    color: #1D1F22;
    border-radius: 6px;
    padding: 5px 10px;
    background: linear-gradient(104.18deg, #E6FFA0 0.73%, #97D0FF 99.27%);
    position: absolute;
    top: 20px;
    right: 20px;
}
@media (max-width: 991px) {
    .page.status .hamburger .line{
        background-color: #FFFFFF;
    }

    .page.status .scrolled .hamburger .line{
        background-color: #555;
    }
    .status .content {
        padding: 30px 0 100px;
    }
    .status .hdg_lv1_sub {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .status .grid_box{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .status .grid_info{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .status .my_asset h2 {
        font-size: 28px;
    }
    .status .my_asset {
        margin-bottom: 20px;
    }
    .status  dl {
        font-size: 14px;
    }
    .status .chart_content {
        flex-direction: column;
        gap: 0;
        margin-bottom: 20px;
    }
    .status .chart_box {
        width: 100%;
        padding: 20px 10px;
        margin-bottom: 20px;
    }
    .status .chart_box h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .status #my_chart {
        margin-bottom: 18px;
    }
    .status .chart_box .txt_price {
        font-size: 20px;
    }
    .status .chart_box.chart_box_right {
        gap: 24px;
        padding: 20px;
        margin-bottom: 0;
    }
    .status .chart_box.chart_box_right .txt_price {
        font-size: 30px;
    }
    .status .asset_box {
        padding: 15px;
    }
    .status .demo-tag{
        top: 10px;
        right: 15px;
    }
    .status .tit_box{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .status .grid_box h4{
        font-size: 22px;
        line-height: 28px;
    }
    .status .grid_earn{
        gap: 10px;
        margin-bottom: 10px;
    }
    .status .grid_earn .item{
        padding: 10px;
    }
}

/* -----------------------------------------------
Customer Service
-------------------------------------------------- */
.customer .section.banner {
    max-width: 100%;
    background-image: url("../images/customer/banner_customer.png");
    background-size: cover;
    margin-bottom: 40px;
}
.customer .content {
    padding-bottom: 90px;
}
.customer .content h2 {
    font-size: 32px;
    text-align: left;
    color: #222222;
    margin-bottom: 40px;
}
.customer hgroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.customer .btn_contact {
    color: #1E70DA;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 21px;
    border-radius: 8px;
    border: 1px solid #1E70DA;
    cursor: pointer;
}
.customer .message_list .message_item {
    background: #F3F3F3;
    color: #222222;
    border-radius: 8px;
    padding: 38px 30px 38px 50px;
    position: relative;
    margin-bottom: 40px;
}
.customer .message_list .message_item:last-child {
    margin-bottom: 0;
}
.customer .message_tlt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    cursor: pointer;
}
.customer .message_tlt h3 {
    padding: 2px 8px;
    font-size: 16px;
    color: #1E70DA;
    border-radius: 4px;
    background: #CCE2F4;
}
.customer .message_tlt .btn_del {
    font-size: 14px;
}
.customer .message_tlt .btn_del:after {
    content: "";
    background-image: url("../images/customer/icon_del.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 17px;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 6px;
}
.customer .message_content {
    text-align: left;
    margin-bottom: 28px;
    display: block;
}
.customer .message_content .tlt_reply {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
}
.customer .message_content p {
    font-size: 16px;
    color: #72767C;
    line-height: 20px;
    margin-bottom: 10px;
}
.customer .message_content .date {
    color: #495762;
    font-size: 16px;
}
.customer .timeline {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 30px;
}
.customer .timeline_dots_list {
    width: 48px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.customer .timeline_dots {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.customer .timeline_dot_item {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #949DA6;
    z-index: 2;
}
.customer .timeline_line {
    position: absolute;
    left: 50%;
    width: 2px;
    background: #949DA6;
    z-index: 1;
}
.customer .timeline_content_list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.customer .timeline_content {
    position: relative;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.customer .status {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}
.customer .status.red {
    color: #C22020;
}
.customer .status.blue {
    color: #00BA44;
}
.customer .timeline_content.arrow_reply .timeline_content_txt {
    display: flex;
}
.customer .timeline_content.arrow_reply .timeline_content_txt:before {
    content: "";
    background-image: url("../images/customer/icon_reply.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.customer .timeline_content p {
    font-size: 16px;
    color: #72767C;
    line-height: 20px;
    margin-bottom: 10px;
}
.customer .timeline_content .date {
    font-size: 16px;
    color: #495762;
    margin-top: 10px;
}
.customer .comment_reply {
    position: relative;
    display: flex;
    align-items: center;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #DEE4E9;
    padding: 0 12px;
}
.customer .reply_textarea {
    position: relative;
    flex: 1;
    background: transparent;
    border: none;
    color: #72767C;
    font-size: 16px;
    outline: none;
    resize: none;
    min-height: 40px;
    max-height: 200px;
    line-height: 1.5;
    padding: 20px 60px 0 30px;
}
.customer .comment_reply:before {
    content: " ";
    background-image: url("../images/customer/icon_comment.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.customer .btn_send {
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
}
/*-----------Contact Modal----------------*/
.contact_modal {
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 29, 36, 0.88);
    display: none;
    overflow: hidden;
    animation-name: fadeIn;
    animation-duration: 0.5s;
}
.contact_modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_modal .contact_modal_content {
    position: relative;
    border-radius: 8px;
    background: #F3F3F3;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 50px 30px;
}
.contact_modal .btn_close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.contact_modal h3 {
    font-size: 24px;
    color: #1E70DA;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
}
.contact_modal .item_content {
    margin-bottom: 35px;
}
.contact_modal .item_content label {
    display: block;
    font-size: 20px;
    color: #222222;
    margin-bottom: 10px;
}
.contact_modal .item_content select:not([size]) {
    background-image: url("../images/common/arrow_down.svg");
    background-position: right 15px center;
    background-size: 15px;
    background-repeat: no-repeat;
}
.contact_modal select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}
.contact_modal .item_content textarea {
    min-height: 200px;
}
.contact_modal .item_content input,
.contact_modal .item_content select,
.contact_modal .item_content textarea {
    width: 100%;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DEE4E9;
    font-size: 16px;
    color: #72767C;
    font-weight: 500;
}
.contact_modal .btn_list {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}
.contact_modal .btn_list button {
    width: 200px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}
.contact_modal .btn_cancel {
    border: 1px solid #ADB8C1;
    color: #222222;
}
.contact_modal .btn_submit {
    background-color: #1E70DA;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .customer .section.banner {
        background-image: url(../images/customer/banner-mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        height: 230px;
    }
    .customer .content {
        padding-bottom: 70px;
    }
    .customer .content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .customer hgroup {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .customer .btn_contact {
        width: 100%;
        text-align: center;
    }
    .customer .message_list .message_item {
        padding: 20px;
        margin-bottom: 30px;
    }
    .customer .message_tlt {
        margin-bottom: 20px;
    }
    .customer .message_content {
        margin-bottom: 20px;
    }
    .customer .timeline {
        margin-bottom: 20px;
    }
    .customer .timeline_dots_list {
        width: 30px;
    }

    .customer .timeline_content_list {
        gap: 20px;
    }
    .customer .timeline_content {
        margin: 0;
    }
    .customer .timeline_content:last-child {
        margin-bottom: 0;
    }
    .customer .btn_send {
        position: absolute;
        top: 50%;
        right: 19px;
        transform: translateY(-50%);
        width: 30px;
    }
    .customer .message_content p {
        font-size: 14px;
    }

    .customer .reply_textarea {
        font-size: 14px;
        line-height: 1.6;
    }
    .customer .timeline_content.arrow_reply .timeline_content_txt:before {
        width: 36px;
        height: 10px;
        margin-right: 6px;
    }
    /*-----------Contact Modal----------------*/
    .contact_modal {
        padding-top: 5%;
    }
    .contact_modal .contact_modal_content {
        max-width: 100%;
        width: 90%;
        padding: 30px 20px;
    }
    .contact_modal .btn_close {
        top: 20px;
        right: 20px;
        width: 20px;
    }
    .contact_modal h3 {
        margin-bottom: 20px;
    }
    .contact_modal .item_content {
        margin-bottom: 24px;
    }
    .contact_modal .item_content label {
        font-size: 16px;
    }
    .contact_modal select {
        font-size: 14px;
    }
    .contact_modal .item_content textarea {
        min-height: 150px;
    }
    .contact_modal .item_content input,
    .contact_modal .item_content select,
    .contact_modal .item_content textarea {
        font-size: 14px;
    }
    .contact_modal .btn_list {
        display: flex;
        align-items: center;
        gap: 12px;
        justify-content: flex-end;
    }
    .contact_modal .btn_list button {
        width: 50%;
        height: 40px;
    }
}

/* -----------------------------------------------
Partners
-------------------------------------------------- */
.partners {
    margin-top: 60px;
    margin-bottom: 140px;
}

.partners .swiper{
    width: 100%;
    margin-top: 60px;
}

.partnerSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.partners .swiper .swiper-slide{
    padding: 0 20px;
    border-right: 1px solid #D8DCE4;
}

.partners .swiper .swiper-slide img{
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .partners {
        margin-top: 40px;
    }
    .partners .swiper{
        margin-top: 40px;
    }
    .partners .swiper .swiper-slide{
        padding: 0 10px;
    }
}

/* -----------------------------------------------
Messages
-------------------------------------------------- */
.page.messages .main {
    padding-top: 0;
}
.messages .banner {
    max-width: 100%;
    margin-bottom: 75px;
    background-image: url("../images/messages/banner.png");
    background-size: cover;
    height: 365px;
    background-position: top right;
}
.page.messages .header .header_container .logo a,
.messages .header .header_container .logo a {
    color: #FFFFFF;
}
.messages .header.scrolled .header_container .logo a {
    color: #222222;
}
.page.messages .header .btn_lang_icon svg,
.page.messages .header .btn_login svg {
    color: #FFFFFF;
}
.page.messages .section.banner .inner {
    height: 365px;
}
.messages .hdg_lv2 {
    color: #1E70DA;
}
.messages .content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 20px;
}
.message_list > ul > li {
    margin-bottom: 24px;
}
.message_list > ul > li:last-child {
    margin-bottom: 0;
}
.message_list > ul > li .message_tlt {
    position: relative;
    display: flex;
    align-items: center;
    padding: 31px 20px;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #D8DEE4;
    border-radius: 6px;
    cursor: pointer;
}
.message_list li .message_tlt:after {
    content: "";
    background-image: url(../images/messages/arrow.svg);
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    position: absolute;
    top: 40px;
    right: 30px;
    transition: 0.3s ease;
}
.message_list li .message_tlt.active {
    border-radius: 6px 6px 0 0;
}
.message_list li .message_tlt.active:after {
    transform: rotate(180deg);
}
.message_tlt_cats {
    font-weight: bold;
    color: #4285F4;
}
.message_tlt_new {
    font-size: 14px;
    font-weight: 500;
    padding: 2px 8px;
    background-color: #4285F4;
    color: #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    margin-left: 8px;
}
.message_tlt_date,
.message_tlt_txt {
    color: #222222;
}
.message_tlt_date {
    margin-left: 32px;
}
.message_tlt_txt {
    margin-left: 86px;
}
.message_content {
    display: none;
    padding: 15px 18px;
    background-color: #F3F3F3;
    border-radius: 0 0 5px 5px;
    border: 1px solid #D8DEE4;
    border-top: 0;
    text-align: left;
}
.message_content_date {
    font-size: 12px;
    color: #72767C;
    line-height: 18px;
    margin-bottom: 10px;
    display: block;
}
.message_content_txt {
    font-size: 16px;
    line-height: 28px;
    color: #222222;
}
@media (max-width: 991px) {
    .page.messages .section.content .inner {
        padding: 0;
    }
    .messages .banner {
        margin-bottom: 40px;
        background-image: url("../images/messages/banner_sp.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
        height: 303px;
    }
    .page.messages .section.banner .inner {
        height: auto;
    }

    .page.messages .header .btn_lang_icon svg,
    .page.messages .header .btn_login svg,
    .page.messages .header .header_container .logo{
        color: #fff;
    }

    .page.messages .hamburger .line{
        background-color: #fff;
    }

    .page.messages .header.scrolled .hamburger .line{
        background-color: #222;
    }

    .page .header .header_container .logo a {
        color: #222;
    }
    .messages .content {
        max-width: 100%;
        padding: 0 20px;
    }
    .message_list li {
        margin-bottom: 20px;
    }
    .message_list li .message_tlt {
        flex-direction: column;
        align-items: start;
        padding: 14px 20px;
    }
    .message_list li .message_tlt:after {
        top: 19px;
        right: 20px;
    }
    .message_tlt_cats {
        margin-bottom: 10px;
    }
    .message_content {
        flex-direction: column;
        align-items: start;
    }
    .message_tlt_date {
        font-size: 14px;
        margin-bottom: 6px;
        color: #72767C;
        margin-left: 0;
    }
    .message_tlt_txt {
        margin-left: 0;
    }
    .message_content {
        padding: 15px 20px
    }
}


/* revert to default style content entered by user */


.messages .message_list .message_content p,
.customer .timeline_content.arrow_reply .timeline_content_txt p,
.news-detail #detail .inner .content p{
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.4;
}

.messages .message_list .message_content table,
.messages .message_list .message_content th,
.messages .message_list .message_content td,
.customer .timeline_content.arrow_reply .timeline_content_txt table,
.customer .timeline_content.arrow_reply .timeline_content_txt th,
.customer .timeline_content.arrow_reply .timeline_content_txt td,
.news-detail #detail .inner .content table,
.news-detail #detail .inner .content th,
.news-detail #detail .inner .content td{
  border: 1px solid #333;
  border-collapse: collapse;
}

.messages .message_list .message_content th,
.messages .message_list .message_content td,
.customer .timeline_content.arrow_reply .timeline_content_txt th,
.customer .timeline_content.arrow_reply .timeline_content_txt td,
.news-detail #detail .inner .content th,
.news-detail #detail .inner .content td{
    padding: 2px;
}

.messages .message_list .message_content ul,
.messages .message_list .message_content ol,
.customer .timeline_content.arrow_reply .timeline_content_txt ul,
.customer .timeline_content.arrow_reply .timeline_content_txt ol,
.news-detail #detail .inner .content ul,
.news-detail #detail .inner .content ol{
    padding-inline-start: 40px; 
}

.messages .message_list .message_content ul,
.customer .timeline_content.arrow_reply .timeline_content_txt ul,
.news-detail #detail .inner .content ul{
    list-style-type: circle;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.messages .message_list .message_content ol,
.customer .timeline_content.arrow_reply .timeline_content_txt ol,
.news-detail #detail .inner .content ol{
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.messages .message_list .message_content h1,
.customer .timeline_content.arrow_reply .timeline_content_txt h1,
.news-detail #detail .inner .content h1{
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.messages .message_list .message_content h2,
.customer .timeline_content.arrow_reply .timeline_content_txt h2,
.news-detail #detail .inner .content h2{
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.messages .message_list .message_content h3,
.customer .timeline_content.arrow_reply .timeline_content_txt h3,
.news-detail #detail .inner .content h3{
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.messages .message_list .message_content h4,
.customer .timeline_content.arrow_reply .timeline_content_txt h4,
.news-detail #detail .inner .content h4{
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
}

.messages .message_list .message_content h5,
.customer .timeline_content.arrow_reply .timeline_content_txt h5,
.news-detail #detail .inner .content h5{
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
}

.messages .message_list .message_content h6,
.customer .timeline_content.arrow_reply .timeline_content_txt h6,
.news-detail #detail .inner .content h6{
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
}

.messages .message_list .message_content blockquote,
.customer .timeline_content.arrow_reply .timeline_content_txt blockquote,
.news-detail #detail .inner .content blockquote{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

.messages .message_list .message_content pre,
.customer .timeline_content.arrow_reply .timeline_content_txt pre,
.news-detail #detail .inner .content pre{
    margin-block: 1em;
}

.messages .message_list .message_content dd,
.customer .timeline_content.arrow_reply .timeline_content_txt dd,
.news-detail #detail .inner .content dd{
    margin-inline-start: 40px;
}

.messages .message_list .message_content fieldset,
.customer .timeline_content.arrow_reply .timeline_content_txt fieldset,
.news-detail #detail .inner .content fieldset{
    margin-inline: 2px;
    padding-block: 0.35em 0.625em;
    padding-inline: 0.75em;
}

.messages .message_list .message_content,
.customer .timeline,
.news-detail #detail .inner .content{
    overflow-x: auto;
}

.customer .timeline{
    max-width: 100%;
}

/* ------------------- */

.carbon-next {
    width: 100%;
    position: relative;
    padding-top: 0 !important;
}

.carbon-next-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.cnll-tit .std-tit3 {
    color: #333;
    line-height: 1.4;
}

.cnll-info p {
    color: #333;
    line-height: 1.8;
}

.cnll-tit {
    margin-bottom: 40px;
}

.cnll-more {
    display: inline-block;
}

.carbon-next-ri {
    width: 46%;
    position: sticky;
    position: -webkit-sticky;
    top: 250px;
    left: 0;
}

.carbon-next-le {
    width: 54%;
    padding-right: 154px;
}

.carbon-next-ri-li {
    width: 100%;
    display: none;
}

.carbon-next-ri-li:first-child {
    display: block;
}

.carbon-next-ri-li .ys-imgbox-cover {
    width: 100%;
    border-radius: 10px;
}

.cnll-info {
    margin-bottom: 60px;
}

.carbon-next-letter {
    height: 100%;
    position: absolute;
    top: 0;
    left: -18px;
    z-index: -1;
}

.cnll-li {
    width: 148px;
    opacity: 0.2;
    display: none;
}

.cnll-li img {
    width: 100%;
}

.carbon-next-letter-ul {
    position: sticky;
    position: -webkit-sticky;
    top: 250px;
}

.carbon-next-le-li {
    width: 100%;
    margin-top: 80px;
    padding-left: 46px;
    padding-bottom: 348px;
}

.carbon-next-le-li:last-child {
    padding-bottom: 120px;
}

.cnll-li.act {
    display: block;
}

.carbon-health.society-health .society-health-tit {
    top: 110px;
}

.carbon-health .society-health-ul-li {
    width: 33.333333%;
}

.carbon-next-le-li .ys-imgbox-cover {
    border-radius: 10px;
}

.carbon-next-le-li .cnll-more .ybtm-img {
    display: block !important;
}

.carbon-next-le-li .cnll-li {
    display: none;
}