:root {
    --color-main: #CB0526;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.register_main .register_logo figure {
    max-width: 180px;
    width: 100%;
}

.register_main .backup_code {
    display: block;
    margin: 20px 0px 0px 0px;
}

.register_main .backup_code a {
    color: var(--color-main);
}

.register_main .sixty_device {
    margin: 20px 0px 0px 0px;
}

.register_main .sixty_device input[type='checkbox'] {
    display: none;
}

.register_main .sixty_device label {
    position: relative;
    font-weight: 400;
    margin: 0px;
    padding: 0px 0px 0px 28px;
    cursor: pointer;
}

.register_main .sixty_device label:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 4px;
    left: 0px;
    background: #fff;
    top: 0px;
    border: 1px solid #D1D1D1;
}

.register_main .sixty_device input[type='checkbox']:checked+label:after {
    position: absolute;
    content: "";
    background: url(../images/idtenten-322024-checkall-icon.png);
    width: 20px;
    height: 20px;
    text-align: center;
    left: 0px;
    top: 0px;
}

.register_main .tg_popup_id2024 .popup_form_group label {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    margin: 0px 0px 8px 0px;
}

.register_main .tg_popup_id2024 .popup_form_group .popup_list_group {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #E9E8E8;
    background: transparent;
    position: relative;
}

.register_main .tg_popup_id2024 .popup_form_group .popup_list_group .feild_icon {
    position: absolute;
    left: 13px;
    top: 50%;
    margin: -15px 0px 0px 0px;
}

.register_main .tg_popup_id2024 .popup_form_group .popup_list_group input {
    border: none;
    border-radius: 6px;
    width: 100%;
    font-size: 16px;
    padding: 0px 0px 0px 36px;
    position: relative;
}

.register_main .tg_popup_id2024 .tg_closep_df {
    cursor: pointer;
}

.register_main .tg_popup_id2024 {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.4) center center no-repeat;
    font-size: 15px;
    overflow: auto;
    z-index: 99999;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}

.register_main .tg_popup_id2024 .tg_content_pop {
    position: relative;
    margin: 300px auto 50px auto;
    z-index: 9;
    transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    background: #fff;
    padding: 24px;
    max-width: 640px;
    width: 100%;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 20px;
    box-shadow: 0px 5px 16px 0px #00000047;
}

.register_main .tg_popup_id2024 .tg_content_pop .tg_title_pop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.register_main .tg_popup_id2024 .tg_content_pop .tg_title_pop b {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.register_main .tg_popup_id2024 .tg_content_pop .tg_twg_pop {
    margin: 24px 0px 0px 0px;
    font-size: 14px;
    line-height: 22px;
}

.register_main .tg_popup_id2024 .tg_content_pop .tg_twg_pop p {
    margin: 0px 0px 8px 0px;
}

.register_main .tg_popup_id2024 .tg_content_pop .tg_twg_pop p:last-child {
    margin: 0px;
}

.register_main .tg_popup_id2024 .tg_content_pop .tg_twg_pop p a {
    color: var(--color-main);
}

.register_main .tg_popup_id2024 .tg_content_pop .popup_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 24px 0px 0px 0px;
}

.register_main .tg_popup_id2024 .tg_content_pop .popup_btn a {
    max-width: 96px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid var(--color-main);
    padding: 10px;
}

.register_main .tg_popup_id2024 .tg_content_pop .popup_btn .popup_exit_btn {
    color: var(--color-main);
    background: #fff;
}

.register_main .tg_popup_id2024 .tg_content_pop .popup_btn .popup_confirm_btn {
    color: #fff;
    background: var(--color-main);
}

.register_main {
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.register_main ul {
    list-style: none;
}

.register_main a {
    text-decoration: none !important;
}

.register_main .dangnhap_flex {
    display: flex;
    align-items: center;
    background: #fff;
}

.register_main .dangnhap_flex .wrap_figure {
    height: 100vh;
    width: 50%;
    object-fit: cover;
}
.register_main .dangnhap_flex .wrap_figure img{
    height: 100vh;
    object-fit: cover;
    width: 100%
}
.register_main .dangnhap_flex .text_widget {
    height: 100vh;
    width: 50%;
    padding: 0px 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.register_main .dangnhap_flex .text_widget .widget_flex {
    max-width: 710px;
    width: 100%;
    margin: 0px auto;
}

.register_main .dangnhap_flex .wrap_figure figure {
    height: 100vh;
}

.register_main .dangnhap_flex .wrap_figure figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.register_main .top_register {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.register_main .tg_translate_hd_2024 {
    cursor: pointer;
    position: relative;
}

.register_main .tg_translate_hd_2024 .default_option {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0px 20px 0px 0px;
    margin: 0px;
}

.register_main .tg_translate_hd_2024 .default_option li span {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #5F5E5E;
}

.register_main .tg_translate_hd_2024 .default_option:after {
    content: "";
    position: absolute;
    background: url(../images/25072024-register-arr-icon.png) no-repeat;
    width: 16px;
    height: 16px;
    top: 2px;
    right: 0px;
}

.register_main .tg_translate_hd_2024 .select_ul {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 120px;
    top: 25px;
    display: none;
    left: 0px;
    z-index: 9;
    border-radius: 5px;
    padding: 0px;
    margin: 0px;
}

.register_main .tg_translate_hd_2024 .select_ul.showhide_active {
    display: block;
}

.register_main .tg_translate_hd_2024 .select_ul li span {
    display: inline-block;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid rgba(241, 242, 243, 1);
    transition: all 0.3s;
}

.register_main .middle_register {
    margin: 70px 0px 0px 0px;
}

.register_main .register_title b {
    font-size: 32px;
    line-height: 40px;
}

.register_main .register_title span {
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin: 8px 0px 0px 0px;
}

.register_main .register_form_group {
    margin: 40px 0px 0px 0px;
}

.register_main .register_form_group .register_bg {
    margin: 0px 0px 20px 0px;
}

.register_main .register_form_group>.register_bg:last-child {
    margin: 0px;
}

.register_main .register_form_group .register_list_group {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #E9E8E8;
    background: transparent;
    position: relative;
}

.register_main .register_form_group .register_alert {
    margin: 10px 0px 0px 0px;
    color: var(--color-main);
}

.register_main .register_form_group .register_list_group input {
    border: none;
    border-radius: 6px;
    width: 100%;
    font-size: 16px;
    padding: 0px 0px 0px 36px;
    position: relative;

}

.register_main .register_form_group .register_list_group input::placeholder {
    color: #8D8C8C;
}

.register_main input:focus {
    border: none;
    outline: none !important;
}

.register_main input::-webkit-outer-spin-button,
.register_main input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.register_main .register_form_group .register_list_group .feild_icon {
    position: absolute;
    left: 14px;
    top: 50%;
    margin: -15px 0px 0px 0px;
}

.register_main .register_form_group .tg_svg_hide_pwd {
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 13px;
}

.register_main .register_form_group .tg_pwd_1104 input {
    padding: 11px 37px 11px 10px;
}

.register_main .register_form_group .tg_svg_hide_pwd .tg_hide_pwd1104 {
    display: none;
}

.register_main .tg_lostpw_1104 {
    margin: 20px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.register_main .tg_lostpw_1104 a {
    color: var(--color-main);
}

.register_main .popup_dnhap_btn {
    margin: 40px 0px 0px 0px;
    overflow: hidden;
    position: relative;
}

.register_main .popup_dnhap_btn button,
.register_main .popup_dnhap_btn a {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--color-main);
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    padding: 14px;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.register_main .popup_dnhap_btn>a:last-child {
    margin: 0px;
}

.register_main .popup_dnhap_btn button span,
.register_main .popup_dnhap_btn a span {
    transition: opacity .6s, transform .8s;
    transition-timing-function: cubic-bezier(.15, .85, .31, 1);
    display: inline-block;
    margin: 0px !important;
}

.register_main .popup_dnhap_btn button:hover span,
.register_main .popup_dnhap_btn a:hover span {
    transform: translateY(-150%);
}

.register_main .popup_dnhap_btn button span strong,
.register_main .popup_dnhap_btn a span strong {
    transition: opacity .6s, transform .8s;
    transition-timing-function: cubic-bezier(.15, .85, .31, 1);
    display: inline-block;
    font-weight: 600;
}

.register_main .popup_dnhap_btn button span>strong:nth-child(2),
.register_main .popup_dnhap_btn a span>strong:nth-child(2) {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 80%);
    opacity: 0;
}

.register_main .popup_dnhap_btn button:hover span>strong:nth-child(1),
.register_main .popup_dnhap_btn a:hover span>strong:nth-child(1) {
    opacity: 0;
}

.register_main .popup_dnhap_btn button:hover span>strong:nth-child(2),
.register_main .popup_dnhap_btn a:hover span>strong:nth-child(2) {
    transform: translate(-50%, 100%);
    opacity: 1;
}

.register_main .screen_register .popup_dnhap_btn .register_btn,
.register_main .popup_dnhap_btn .reissue_btn,
.register_main .popup_dnhap_btn .authen_btn {
    background: var(--color-main);
    color: #fff;
}

.register_main .popup_dnhap_btn .technical_acc_btn,
.register_main .screen_reissue_pass .popup_dnhap_btn .register_btn,
.register_main .popup_dnhap_btn .comeback_btn {
    color: var(--color-main);
    background: transparent;
}

.register_main .screen_reissue_pass,
.register_main .screen_authen_qr,
.register_main .screen_authen_twofactor,
.register_main .screen_authen_itsyou,
.register_main .screen_authen_backupcode,
.register_main .screen_authen {
    display: none;
}

.register_main .bottom_register {
    margin: 40px 0px 0px 0px;
    border-radius: 8px;
    background: #F4F7FE;
    padding: 20px 40px;
}

.register_main .bottom_register p {
    margin-bottom: 10px;
}

.register_main .bottom_register ul {
    margin: 0px;
    padding: 0px;
}

.register_main .bottom_register ul li {
    position: relative;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 8px 0px;
    font-size: 14px;
    line-height: 22px;
    color: #5F5E5E;
    display: flex;
    align-items: center;
}

.register_main .bottom_register ul>li:last-child {
    margin: 0px;
}

.register_main .bottom_register ul>li:nth-child(4) {
    margin: 0px;
}

.register_main .bottom_register ul li:before {
    position: absolute;
    content: "";
    background: #5F5E5E;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 8px;
    left: 0px;
}

.register_main .bottom_register ul li strong {
    font-weight: 600;
    color: #1C274C;
    display: flex;
    align-items: center;
    width: 20%;
}

.register_main .bottom_register ul li span {
    width: 26%;
}

.register_main .bottom_register ul li strong i {
    font-weight: 400;
    color: #5F5E5E;
}

.register_main .screen_authen_qr {
    text-align: center;
}

.register_main .screen_authen_qr .register_title {
    display: table;
    margin: 0px auto;
}

.register_main .screen_authen_qr figure {
    display: table;
    margin: 40px auto 0px auto;
}

.register_main .screen_authen_qr i {
    display: table;
    margin: 20px auto 0px auto;
    font-size: 14px;
    line-height: 22px;
}

.register_main .screen_authen_qr .popup_dnhap_btn {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}

.register_main .screen_authen_qr .popup_dnhap_btn a {
    margin: 0px;
}

.register_main img {
    max-width: 100%;
}

@media (min-width: 1025px) and (max-width: 1600px) {
    .register_main .bottom_register ul li {
        gap: 3px;
    }

    .register_main .bottom_register ul li strong {
        width: inherit;
    }

    .register_main .bottom_register ul li span {
        width: inherit;
    }

    .register_main .dangnhap_flex .text_widget {
        padding: 40px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .register_main .dangnhap_flex .text_widget {
        width: 90%;
    }

    .register_main .dangnhap_flex .wrap_figure {
        display: none;
    }

    .register_main .dangnhap_flex {
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .register_main .screen_authen_qr figure {
        margin: 30px 0px 0px 0px;
    }

    .register_main .bottom_register ul li strong {
        width: 25%;
    }

    .register_main .bottom_register ul li span {
        width: 30%;
    }

    .register_main .bottom_register {
        margin: 30px 0px 0px 0px;
        padding: 20px;
    }

    .register_main .popup_dnhap_btn {
        margin: 30px 0px 0px 0px;
    }

    .register_main .register_form_group {
        margin: 30px 0px 0px 0px;
    }

    .register_main .register_title b {
        font-size: 26px;
        line-height: 34px;
    }

    .register_main .middle_register {
        margin: 40px 0px 0px 0px;
    }

    .register_main .dangnhap_flex .text_widget {
        width: 100%;
        padding: 0px 40px;
    }

    .register_main .dangnhap_flex .wrap_figure {
        display: none;
    }

    .register_main .dangnhap_flex {
        flex-direction: column;
    }
}

@media (max-width: 767px) {


    .register_main .screen_authen_qr figure {
        margin: 20px auto 0px auto;
    }

    .register_main .tg_popup_id2024 .popup_form_group .popup_list_group .feild_icon {
        left: 10px;
    }

    .register_main .tg_popup_id2024 .popup_form_group .popup_list_group {
        padding: 10px;
    }

    .register_main .tg_popup_id2024 .tg_content_pop .tg_twg_pop {
        margin: 16px 0px 0px 0px;
    }

    .register_main .tg_popup_id2024 .tg_content_pop {
        padding: 15px;
        width: 90%;
    }

    .register_main .bottom_register ul li strong {
        width: 40%;
    }

    .register_main .bottom_register ul li span {
        width: 100%;
    }

    .register_main .bottom_register ul li {
        flex-wrap: wrap;
        gap: 8px;
    }

    .register_main .popup_dnhap_btn button,
    .register_main .popup_dnhap_btn a {
        font-size: 16px;
        line-height: 24px;
        padding: 10px;
    }

    .register_main .register_form_group .register_list_group .feild_icon {
        left: 10px;
    }

    .register_main .register_form_group .tg_svg_hide_pwd {
        top: 10px;
        right: 10px;
    }

    .register_main .register_form_group .register_list_group {
        padding: 10px;
    }

    .register_main .bottom_register {
        margin: 20px 0px 0px 0px;
        padding: 20px;
    }

    .register_main .popup_dnhap_btn {
        margin: 20px 0px 0px 0px;
    }

    .register_main .register_form_group {
        margin: 20px 0px 0px 0px;
    }

    .register_main .register_title b {
        font-size: 20px;
        line-height: 28px;
    }

    .register_main .middle_register {
        margin: 30px 0px 0px 0px;
    }

    .register_main .dangnhap_flex .text_widget {
        width: 100%;
        padding: 20px;
        height: inherit;
    }

    .register_main .dangnhap_flex .wrap_figure {
        display: none;
    }

    .register_main .dangnhap_flex {
        flex-direction: column;
    }
}