/* -----------------------------------------------
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 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{
    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: #818181;
    margin-top: 30px;
}

.login .main .login_form button:hover{
    background-color: #5d5d5d;
}

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


@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;
    }
}

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

.register .main{
    width: 100%;
    min-height: calc(100vh - 80px);
    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;
}

/* 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;
    background-color: #F8F8F8;
    border-radius: 9px;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    margin-bottom: 20px;
}

.register .main .agreement-box .terms-scroll strong{
    line-height: 22px;
}

.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 .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;
}

@media (max-width: 991px) {
    .register .main{
        padding: 20px 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;
    }
}

/* -----------------------------------------------
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 .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 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;
    justify-content: center;
    align-items: 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 .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{
    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 .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;
    border-bottom: 1px solid #DEE4E9;
    margin-bottom: 60px;
}
.gallery .txt_desp p {
    margin-bottom: 30px;
}
.gallery .txt_desp p:last-child {
    margin-bottom: 0;
}

.product .webinar .thumb {
    margin-bottom: 30px;
}
.product .webinar .thumb img {
    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 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 .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 .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 .amount{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 2px solid #DEE4E9;
}
.review .invest_review .amount .total{
    display: flex;
    align-items: center;
}
.review .invest_review .amount .total .txt{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color:#222222;
    margin-right: 10px;
}
.review .invest_review .amount .total .num{
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #1E70DA;
}
.review .invest_review .amount .classification{
    display: flex;
    align-items: center;
}
.review .invest_review .amount .classification a{
    font-size: 16px;
    line-height: 16px;
    color: #72767C;
    padding: 0 10px;
    cursor: pointer;
    transition: 0.3s;
}
.review .invest_review .amount .classification a:hover{
    color:#222222;
}
.review .invest_review .amount .classification a.active{
    color:#222222;
    font-weight: 700;
}

.review .invest_review .amount .classification .class_box:first-child{
    margin-right: 40px;
}

.review .invest_review .amount .classification .class_box a:first-child{
    border-right: 1px solid #DEE4E9
}
.review .invest_review .amount .classification .class_box .no_pd_left{
    padding-left: 0;
}
.review .invest_review .amount .classification .class_box .no_pd_right{
    padding-right: 0;
}
.review .invest_review .article_list .item{
    padding: 40px 0;
    border-bottom: 1px solid #DEE4E9;
}
.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 .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: 30px 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 #DEE4E9;
    border-radius: 32px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.review .invest_review .article_list .like_box .icon_like,
.review .invest_review .article_list .like_bot_liked .icon_like {
    background-image: url("../images/common/like_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
}
.review .invest_review .article_list .like_bot_liked {
    background: #222222;
}
.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:#222222;
}
.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 .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;
}
.review .article .title{
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 30px;
    color: #222222;
}
.review .article_list {
    margin-bottom: 40px;
}
.review .article_slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
}
.review .article_slider li.item {
    width: 100%;
}
.review .article_slider li .thumb p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color:#222222;
}
.review .article_slider .item .article_img{
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.review .interest {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.review .interest video{
    width: 124px;
    height: 124px;
    margin-bottom: 30px;
}
.review .interest .txt{
    font-size: 20px;
    line-height: 26px;
    color: #72767C;
    margin-bottom: 10px;
}
.review .interest .num{
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    color: #222222;
}
.review .interest a{
    padding: 22px 55px;
    background-color: #1E70DA;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    margin-top: 40px;
    transition: 0.3s;
}
.review .interest a:hover{
    opacity: 0.7;
}
@media (max-width: 991px){
    .review .section .inner{
        width: 100%;
        padding: 0 20px;
    }
    .review .params_list {
        margin-top: 30px;
    }
    .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 .invest_review .filter_box select{
        width: 100px;
        height: 40px;
        margin-right: 0px;
    }
    .review .invest_review .filter_box{
        display: flex;
        gap: 5px;
    }
    .review .invest_review .amount{
        flex-direction: column;
        align-items: start;
        gap: 20px;
        margin-top: 20px;
    }
    .review .invest_review .amount .classification .class_box:first-child{
        margin-right: 0px;
    }
    .review .invest_review .amount .classification{
        justify-content: space-between;
        width: 100%;
    }
    .review .invest_review .amount .total .num{
        font-size: 24px;
        line-height: 32px;
    }
    .review .invest_review .title{
        margin-bottom: 20px;
    }
    .review .invest_review .article_list .tab_list{
        gap: 10px;
    }
    .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 .article_list .item{
        padding: 30px 0;
    }
}

/* -----------------------------------------------
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 .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: #1E70DA;

}

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

.services .list_service_new ul li{
    border: 1px solid #DEE4E9;
    border-radius: 8px;
    overflow: hidden;
}

.services .list_service_new .thumb{
    text-align: center;
    padding: 40px 0;
    background: linear-gradient(180deg, #E2E2E2 21.15%, #FFFFFF 100%);
}

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

.services .list_service_new .detail-box{
    background: #B0DCFF33;
    padding: 15px 15px 0 15px;
}

.services .list_service_new .detail-box .name{
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.services .list_service_new .detail-box .row{
    padding: 15px 0;
    border-bottom: 1px solid #B5CBDF;
}

.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: 15px;
    font-weight: 600;
    color: #222;
}

.services .list_service_new .detail-box .row p .text-small{
    font-size: 14px;
    line-height: 22px;
    color: #222;
    font-weight: 400;
    margin-left: 5px;
}

.services .list_service_new .investment-box{
    padding: 10px 15px 15px 15px;
}

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

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

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

.services .list_service_new .investment-box .btn-submit{
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    background-color: #1E70DA;
    margin-top: 10px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #fff;
}

.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: 40px;
    height: 20px;
    text-align: center;
    font-size: 12px;
}

.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: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ADB8C1;
}

.services .list_service_new .investment-box .input-box .minus{
    border-radius: 3px 0 0 3px;
}

.services .list_service_new .investment-box .input-box .plus{
    border-radius: 0 3px 3px 0;
}

@media (max-width: 991px) {
    .services .list_service_new ul{
        grid-template-columns: 1fr;
        gap: 20px
    }
}

/* ------------------ 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: #F5F5F5;
}

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

.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: 168px;
    height: 4px;
    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: 3/2;
    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 .img-box{
    width: 100%;
    text-align: center;
}

.protection .section_4 .img-box img{
    width: 100%;
    max-width: 630px;
    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: #1E70DA;
    font-weight: 700;
    margin-bottom: 20px;
}

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

.profit .section_1 .grid-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 8px;
    overflow: hidden;
}

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

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

.profit .section_1 .grid-box .content .title{
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 10px;
}

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


.profit .section_1 .grid-box .content .end-row .txt{
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

.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: 160px;
    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-sub-title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .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: 500px;
    }

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

    .profit .section_1 .grid-box .content .txt{
        font-size: 16px;
        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: 160px;
        aspect-ratio: 165/183;
    }

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

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


/* -------------------- 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;
}

@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;
    }
}


/* -------------------- 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;
}

@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: 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;
  }
}
.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;
  }
}
.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-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: auto;
        height: 14px;
    }
}


/* 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: #1E70DA;
}

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

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

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

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

.about-new .section_1 .grid-box .item{
    border: 1px solid #DEE4E9;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}

.about-new .section_1 .grid-box .item .title{
    font-size: 24px;
    line-height: 32px;
    color: #222;
}

.about-new .section_1 .grid-box .item .sub-title{
    font-size: 16px;
    line-height: 24px;
    color: #72767C;
    margin-top: 5px;
}

.about-new .section_1 .grid-box .item.active{
    border: 0;
    background: #1E70DA;
}

.about-new .section_1 .grid-box .item.active .title{
    font-size: 32px;
    line-height: 42px;
    color: #fff;
}

.about-new .section_1 .grid-box .item.active .brand p{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-align: end;
}

.about-new .section_1 .grid-box .item .thumb{
    width: 100%;
    text-align: end;
}

.about-new .section_1 .grid-box .item .thumb img{
    width: 30px;
    height: 30px;
}

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

.about-new .section_2 .content{
    border: 1px solid #DEE4E9;
    padding: 30px;
    border-radius: 8px;
}

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

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

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

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

.about-new .section_3 .grid-box{
   display: grid;
   grid-template-columns: 1fr 1fr;
   overflow: hidden;
}

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

.about-new .section_3 .content .title{
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    color: #222222;
}

.about-new .section_3 .content .sub-title{
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    color: #72767C;
}

.about-new .section_3 .content .dot{
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
}

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

.about-new .section_3 .content .txt_primary{
    color: #1E70DA;
}

.about-new .section_3 .content .txt_success{
    color: #18A100;
}

.about-new .section_3 .img-box img{
    width: 100%;
    aspect-ratio: 6/5;
    object-fit: cover;
    object-position: center;
}

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

.about-new .section_4 .content{
    padding: 40px;
    border: 1px solid #DEE4E9;
    border-radius: 8px;
    text-align: center;
}

.about-new .section_4 .title{
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #222222;
}

.about-new .section_4 .sub-title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #222222;
}

.about-new .section_4 .row p{
    font-size: 16px;
    line-height: 24px;
    color: #72767C;
}

.about-new .section_4 .logo{
    width: 250px;
    height: auto;
    margin: 40px 0 30px 0;
}

.about-new .section_4 .section-banner{
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    border-radius: 8px;
    overflow: hidden;
}

.about-new .section_4 .section-banner img{
    width: 100%;
    height: auto;
}

.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 .title-box{
    margin-bottom: 60px;
}

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

.about-new .section_6 .title-box .sub-title{
    font-size: 20px;
    line-height: 30px;
    color: #222222;
}

.about-new .section_6 .product_list {
    margin-bottom: 40px;
}

.about-new .section_6 .product_time_slider {
    display: flex;
    align-items: center;
    margin: 0 0 0 -24px;
}

.about-new .section_6 .product_time_slider.slick-initialized {
    margin-bottom: 80px;
}

.about-new .section_6 .product_time_slider li.item {
    width: 33.33%;
    cursor: pointer;
}

.about-new .section_6 .time-line{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.about-new .section_6 .time-line p{
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #72767C;
    margin-right: 5px;
}

.about-new .section_6 .time-line img{
    width: calc(100% - 53px);
    height: auto;
}

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

.about-new .section_6 .product_time_slider li .thumb {
    padding: 0 0 0 24px;
}

.about-new .section_6 .product_time_slider .content{
    margin-top: 30px;
}

.about-new .section_6 .product_time_slider .content .title{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.about-new .section_6 .product_time_slider .content .txt-box{
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.about-new .section_6 .product_time_slider .content .txt-box .date{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #222;
    width: 62px;
}

.about-new .section_6 .product_time_slider .content .txt-box .txt{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #787878;
    width: calc(100% - 80px);
}





@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{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 40px;
    }

    .about-new .section_1 .grid-box .item{
        min-height: 200px;
        padding: 15px;
    }

    .about-new .section_1 .grid-box .item .title{
        font-size: 22px;
        line-height: 30px;
    }

    .about-new .section_1 .grid-box .item.active .title {
        font-size: 30px;
        line-height: 38px;
    }

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

    .about-new .section_2 .content{
        padding: 15px;
    }

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

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

    .about-new .section_3 .grid-box{
        grid-template-columns: 1fr;
    }

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

    .about-new .section_3 .img-box img{
        aspect-ratio: 1/1;
    }

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

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

    .about-new .section_3 .content .sub-title{
        font-size: 16px;
        line-height: 28px;
        margin-top: 20px;
    }

    .about-new .section_3 .content .sub-title span{
        margin-bottom: 10px;
    }

    .about-new .section_3 .content .txt{
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

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

    .about-new .section_4 .content{
        padding: 15px;
        text-align: start;
    }

    .about-new .section_4 .title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .about-new .section_4 .sub-title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .about-new .section_4 .row p{
        margin-bottom: 20px;
    }

    .about-new .section_4 .logo-box{
        text-align: center;
    }

    .about-new .section_4 .logo {
        width: 180px;
        height: auto;
        margin: 30px 0;
    }

    .about-new .section_4 .row-mobiel-center{
        text-align: center;
    }

    .about-new .section_4 .section-banner img{
        width: 100%;
    }

    .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;
        margin-bottom: 40px;
    }

    .about-new .section_6 .time-line{
        margin-bottom: 15px;
    }

    .about-new .section_6 .time-line p{
        font-size: 40px;
        line-height: 50px;
    }

    .about-new .section_6 .time-line img {
        width: calc(100% - 100px);
    }

    .about-new .section_6 .product_time_slider .content{
        margin-top: 20px;
    }

    .about-new .section_6 .product_time_slider .content .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .about-new .section_6 .title-box {
        margin-bottom: 30px;
    }
}


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


/* --------------------------- 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/2;
    }

    .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 -------------------- */






/* --------------- 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{
    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{
    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{
    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{
    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{
    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{
    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{
    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{
    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{
    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{
        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{
        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{
        height: auto;
        aspect-ratio: 3 / 2;
    }

    .page.events .section.banner,
    .page.customer .section.banner,
    .page.applications .section.banner,
    .page.about .section.banner{
        padding-bottom: 0px;
    }

    .page.events .hdg_lv1,
    .page.customer .hdg_lv1,
    .page.applications .hdg_lv1,
    .page.about .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{
        font-size: 16px;
        line-height: 24px;
    }

    
}

/* ------------------------- end style main banner ------------------------ */

.page .header .header_container .logo a,
.register .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);
}
@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: flex;
    flex-direction: column;
    gap: 5px;
}
.deposit .btn_request,
.deposit .btn_reset {
    flex: 3;
    width: auto;
    background: #1E70DA;
    border-radius: 7px;
    padding: 0 38px;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
}
.deposit .btn_request {
    flex: 1;
    align-content: center;
    color: #222222;
    border: 1px solid #DEE4E9;
    background: #F3F3F3;
}
.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;
    }
}

/* -----------------------------------------------
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
-------------------------------------------------- */
.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 {
    background-color: #F3F3F3;
    border-radius: 8px;
    padding: 33px 40px;
}
.status h2 {
    font-size: 24px;
    color:#222222;
    font-weight: 600;
    margin-bottom: 26px;
}
.status .my_asset {
    margin-bottom: 15px;
}
.status dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;

}
.status  dl {
    font-size: 20px;
    text-align: left;
}
.status  dl dt {
    color: #1E70DA;
    margin-bottom: 14px;
    font-weight: 600;
}
.status  dl dd {
    text-align: right;
    color:#222222;
}
.status dl dd.txt_color {
    font-weight: 600;
    color: #DC3546;
}
.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 {
    background-color: #F3F3F3;
    border-radius: 8px;
}
.status .asset_box {
    padding: 36px 33px;
    margin-bottom: 40px;
}
.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;
}
@media (max-width: 991px) {
    .status .content {
        padding: 0 0 100px;
    }
    .status .hdg_lv1_sub {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .status .my_asset {
        padding: 40px 24px;
    }
    .status h2 {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .status .my_asset {
        margin-bottom: 20px;
    }
    .status  dl {
        font-size: 18px;
    }
    .status .txt_note {
        margin-bottom: 20px;
    }
    .status .txt_note p {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .status .txt_note p:last-child {
        margin-bottom: 0;
    }
    .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: 20px;
        margin-bottom: 20px;
    }
    .status .asset_box:last-child {
        margin-bottom: 0;
    }
    .status .asset_box h2 {
        font-size: 20px;
        margin-bottom: 24px;
        padding-bottom: 24px;
    }
}

/* -----------------------------------------------
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;
}
.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;
}
.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-bottom: 100px;
}
.partners .slider_partners {
    display: flex;
    margin: 0 -10px;
}
.partners .title-box {
    margin-bottom: 60px;
}
.partners .section-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #1E70DA;
}
.partners .title-box .sub-title {
    font-size: 20px;
    line-height: 30px;
    color: #222222;
}
.partners .item_slide {
    min-height: 466px;
    overflow: hidden;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    margin: 0 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.partners .item_slide:hover {
    transform: scale(1.05);
}
.partners .icon_flag {
    width: 28px;
    height: 19px;
    margin-bottom: 20px;
}
.partners .icon_flag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.partners .thumb {
    min-height: 65px;
    margin: 0 auto 17px;
    text-align: center;
}
.partners .thumb img {
    margin: 0 auto;
    text-align: center;
}
.partners .list_info {
    display: flex;
    justify-content: start;
    gap: 16px;
    min-height: 83px;
}
.partners .list_info .item_tlt {
    min-width: 82px;
    font-size: 20px;
    font-weight: 700;
    color: #324158;
}
.partners .list_info .item_info,
.partners .list_info .item_info a{
    font-size: 12px;
    line-height: 20px;
    color: #7A7A7A;
    text-align: left;
}
.partners .btn_link {
    text-align: right;
}
.partners .btn_link a {
    font-size: 12px;
    color: #000000;
    padding: 2px 4px;
    border-radius: 4px;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.partners .btn_link a:hover {
    background: #E8E6E68A;
}

.maps {
    margin: 80px auto 0;
    max-width: 1094px;
    width: 100%;
}
@media (max-width: 991px) {
    .partners {
        margin-bottom: 60px;
    }
    .partners .slider_partners {
        margin: 0 -10px;
    }
    .partners .title-box .section-title {
        margin-bottom: 20px;
    }
    .partners .item_slide {
        min-height: 380px;
        padding: 20px;
        margin: 0 10px;
    }
    .partners .icon_flag {
        width: 28px;
        height: 19px;
        text-align: center;
        margin: 0 auto 20px;
    }
    .partners .thumb {
        min-height: auto;
        margin: 0 auto 12px;
    }
    .partners .thumb img {
        margin: 0 auto;
        text-align: center;
    }
    .partners .list_info {
        gap: 16px;
        min-height: 50px;
    }
    .partners .list_info .item_tlt {
        font-size: 20px;
    }
    .partners .list_info .item_info,
    .partners .list_info .item_info a{
        font-size: 12px;
    }
    .partners .btn_link a {
        font-size: 12px;
        color: #000000;
        padding: 2px 4px;
        border-radius: 4px;
        transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    }
    .maps {
        margin-top: 60px;
        max-width: 100%;
        width: 100%;
    }
}