:root {
    --main-white: #FFFFFF;
    --main-red: #E50002;
    --main-orange: #FE9619;
    --main-dark-blue: #16056B;
    --main-black: #18192B;
    --grayscale-25: #F6F6F8;
    --grayscale-50: #EEEEF1;
    --grayscale-75: #D2D3DB;
    --grayscale-100: #A6A7B7;
    --grayscale-125: #606170;
    --states-success-10: rgba(14, 205, 158, 0.1);
    --state-success: #0ECD9E;
    --state-error: rgba(245, 0, 61, 0.1);
    --state-error-blue: #77CDE5;
    --state-error-red: #FF6566;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*//////////Breadcrumb////////*/
.block_breadcrumb_en {
    background: var(--main-red);
    border-radius: 0;
}

.block_breadcrumb_en nav{
    background: var(--main-red);
}

.block_breadcrumb_en .breadcrumb {
    border-radius: 0;
    padding: 15px 0;
    margin: 0;
    background: var(--main-red);
}

.block_breadcrumb_en .breadcrumb-item+.breadcrumb-item::before{
    content: url("/common/global_english/images/right_breadcrum.svg");
}

.block_breadcrumb_en .breadcrumb-item a{
    font-weight: 400;
    font-size: 12px;
    line-height: 15.6px;
    color: var(--main-white);
}


.block_breadcrumb_en .breadcrumb-item.active a {
    font-weight: 700;
}

.banner_about {
    background: var(--main-red);
    padding: 30px 0;
}

.banner_about .title h1{
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: var(--main-white);
    margin-bottom: 8px;
}

.banner_about .title h2{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-white);
}

.banner_about .image {
    width: 100%;
    height: 228px;
    overflow: hidden;
    margin-bottom: 10px;
}

.banner_about .content_banner {
    margin-bottom: 30px;
}

.banner_about .content_banner p{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--main-white);
}

.banner_about .button_login {
    text-align: center;
}

.banner_about .button_login .box_join {
    padding: 15px 30px;
    background: var(--main-white);
    width: max-content;
    box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
    border-radius: 100px;
    margin: 0 auto 10px;

}

.banner_about .button_login .main-banner-btn {
    color: var(--main-red);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.banner_about .button_login .main-banner-btn svg path{
    stroke: var(--main-red);
}

.banner_about .another_login p{
    font-weight: 600;
    font-size: 12px;
    line-height: 15.6px;
    margin-bottom: 0;
    color: var(--main-white);
}

.banner_about .another_login .icon {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.banner_about .another_login .icon a{
    background: var(--main-white);
    border-radius: 50%;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*////////content////////////*/

.block_content {
    margin-top: 50px;
    margin-bottom: 25px;
}

.block_content .title h1{
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: var(--main-red);
    text-align: center;
    position: relative;
}

.block_content .title h1::after{
    content: '';
    display: block;
    width: 84px;
    height: 4px;
    background: var(--main-black);
    border-radius: 2px 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.block_content .box_text {
    margin-top: 60px;
}

.block_content .box_text p{
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--grayscale-125);
    text-align: right;
}

.block_content .box_feature {
    margin-top: 30px;
}

.block_content .box_feature .stock-box {
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 30px;
}

.block_content .box_feature .stock-box .image{
    padding: 8px;
    background: var(--main-white);
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block_content .box_feature .text h3{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-black);
}

.block_content .box_feature .text p{
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--grayscale-125);
}

.block_content .box_feature .stock-box:nth-child(1) {
    background: #E8EBFF;
}

.block_content .box_feature .stock-box:nth-child(2) {
    background: #FFEEED;
}

.block_content .video iframe {
    width: 100%;
    height: auto;
}

.block_desgin_begin {
    margin-top: 50px;
}

.block_desgin_begin .title {
    margin-bottom: 50px;
}

.block_desgin_begin .title h2{
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: var(--main-red);
    text-align: center;
    position: relative;
}

.block_desgin_begin .title h2::after{
    content: '';
    display: block;
    width: 84px;
    height: 4px;
    background: var(--main-black);
    border-radius: 2px 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.block_desgin_begin .content-video {
    margin-top: 40px;
}

.block_desgin_begin .content-video iframe{
    width: 100%;
    height: 198px;
}

.box_example_easytool{
    margin-top: 20px;
    padding: 30px;
    background: linear-gradient(180.11deg, #F6F6F8 79.85%, rgba(246, 246, 248, 0) 110.9%);
}

.box_example_easytool .text h3{
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: var(--main-black);
    margin-bottom: 10px;
}

.box_example_easytool .text h4{
    padding: 4px 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    background: var(--main-red);
    color: var(--main-white);
    margin-bottom: 20px;
}

.box_example_easytool .image{
    margin-bottom: 20px;
}

.drawer-example .text {
    margin-bottom: 20px;
}

.drawer-example .text h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-black);
}

.drawer-example .text .small_text span{
    color: var(--main-red);
}

.drawer-example .text .small_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    color: var(--grayscale-125);
}

.drawer-example .example .image{
    margin-bottom: 6px;
}

.detail_tool p{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--grayscale-125);
    margin-bottom: 20px;
}

.detail_tool .small_text{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    color: var(--grayscale-125);
}

.detail_tool .small_text span{
    color: var(--main-red);
}

.block_features_upt {
    margin-top: 50px;
}

.block_features_upt .title h2{
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: var(--main-red);
    text-align: center;
    position: relative;
}

.block_features_upt .title h2::after{
    content: '';
    display: block;
    width: 84px;
    height: 4px;
    background: var(--main-black);
    border-radius: 2px 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.block_features_upt .text {
    margin-top: 60px;
}

.block_features_upt .text h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--grayscale-125);
    margin-bottom: 20px;
}

.block_features_upt .small_text{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    color: var(--grayscale-125);
}

.block_features_upt .small_text span{
    color: var(--main-red);
}

.features-list {
    margin-top: 50px;
}

.features-list .feature {
    border: 1px solid var(--grayscale-50);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.features-list .feature .title{
    text-align: center;
    background: var(--main-black);
    padding: 10px;
    margin-bottom: 32px;
}

.features-list .feature .title h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-white);
    margin-bottom: 0;
}

.features-list .feature .img {
    margin-bottom: 18px;
    /*padding: 18px 37px;*/
    width: 100%;
    height: 65px;
}

.features-list .feature p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--grayscale-125);
}

.features-list .feature a {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    background: var(--main-red);
    color: var(--main-white);
    border-radius: 100px;
    width: max-content;
    margin: auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.features-list .feature a svg {
    margin-left: 10px;
}
.portrait .btn-primary {
    background: var(--main-red);
    border: 1px solid var(--main-red);
}
.portrait .btn {
    margin: 20px 0;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    padding: 10px 15px;
    color: var(--main-white) !important;
}

@media (min-width: 992px) {
    .col-9 .btn-primary {
        background: var(--main-red);
        border: 1px solid var(--main-red);
    }
    .col-9 .btn {
        margin-top: 20px;
        width: 100%;
        border-radius: 100px;
        font-weight: 600;
        font-size: 25px;
        line-height: 150%;
        padding: 10px 15px;
        color: var(--main-white) !important;
        justify-content: center;
    }
    .col-9 .btn-primary:hover {
        --main-red: #af0002;
        background: var(--main-red);
        border: 1px solid var(--main-red);
    }
    /*///////////Breadcum////////////////*/
    .block_breadcrumb_en {
        margin-bottom: 50px;
    }

    .block_breadcrumb_en .breadcrumb {
        background: var(--main-red);
        border-radius: 0;
        padding: 20px 0;
    }

    .block_breadcrumb_en .breadcrumb-item a {
        font-size: 16px;
        line-height: 24px;
    }

    .block_breadcrumb_en .breadcrumb-item.active a {
        font-size: 14px;
        line-height: 19.6px;
    }

    /*End Breadcrumb*/

    .banner_about {
        padding: 0px 45px;
    }

    .banner_about .image {
        height: 333px;
    }

    .banner_about .button_login .box_join {
        margin:0 10px 0 0;
    }

    .banner_about .another_login .icon {
        margin-top: 0;
    }

    .banner_about .title h1{
        white-space: nowrap;
    }

    .banner_about .another_login p {
        margin-right: 10px;
    }

    .block_content .title h1 {
        text-align: start;
    }

    .block_content .title h1::after{
        left: 0;
        transform: translateX(0%);
    }

    .block_content .box_feature {
        display: flex;
        gap: 30px;
    }

    .block_content .video iframe {
        width: 100%;
        height: 498px;
    }

    .block_desgin_begin .title h2 {
        text-align: start;
    }

    .block_desgin_begin .title h2::after{
        left: 0;
        transform: translateX(0%);
    }

    .block_desgin_begin .content-video iframe {
        width: 100%;
        height: 498px;
    }


    .box_example_easytool .text h4 {
        font-size: 13px;
    }

    .box_example_easytool .image {
        height: 296px;
    }

    .drawer-example .example .image {
        margin-bottom: 10px;
        height: 90px;
    }

    .block_features_upt .title h2 {
        text-align: start;
    }

    .block_features_upt .title h2::after {
        left: 0;
        transform: translateX(0%);
    }

    .features-list {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    .features-list .feature {
        /*height: 378px;*/
        width: 48%;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 0;
    }

    .features-list .feature .text_feature{
        padding:0 15px;
    }

    .features-list .feature a {
        margin: 0 auto 30px;
    }

}
