#wpadminbar {
    display: none;
}

.form-select {
    font-size: 14px;
}

/*.child_taskbar .g_right {*/
/*    display: none;*/
/*}*/

.product_item.g_landscape.g_small .product_img {
    width: 100px;
}

.product_item.g_landscape.g_small .product_summary {
    width: calc(100% - 100px);
}

.product_item.g_landscape.g_small .product_title {
    margin-top: 0;
}

.product_item.g_landscape.g_small .product_excerpt {
    font-size: 14px;
}

.product_item.g_landscape.g_small .product_title {
    font-size: 14px;
    font-weight: normal;
}

.similar_products .group_title, .similar_news_title_2 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 7px;
}

.similar_products .group_title:before, .similar_news_title_2:before {
    position: absolute;
    content: '';
    left: 0;
    top: calc(100%);
    background: #006CC7;
    width: 50px;
    height: 2px;
}

.child_page_title h1 {
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 2px;
    color: #006CC7;
}

.child_page_title h1:before {
    position: absolute;
    content: '';
    left: 0;
    top: calc(100%);
    background: #006CC7;
    width: 50px;
    height: 3px;
}


/*affect*/

.scale_effect {
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    text-align: center;
}

/*.scale_effect::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 10px;*/
/*    bottom: 10px;*/
/*    left: 50%;*/
/*    right: 50%;*/
/*    z-index: 1;*/
/*    border-top: 1px solid #fff;*/
/*    border-bottom: 1px solid #fff;*/
/*    -webkit-transition: all .5s ease;*/
/*    -moz-transition: all .5s ease;*/
/*    -o-transition: all .5s ease;*/
/*    transition: all .5s ease;*/
/*}*/

/*.scale_effect:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 50%;*/
/*    bottom: 50%;*/
/*    left: 10px;*/
/*    right: 10px;*/
/*    z-index: 1;*/
/*    border-left: 1px solid #fff;*/
/*    border-right: 1px solid #fff;*/
/*    -webkit-transition: all .5s ease;*/
/*    -moz-transition: all .5s ease;*/
/*    -o-transition: all .5s ease;*/
/*    transition: all .5s ease;*/
/*}*/

/*.scale_effect:hover::before {*/
/*    left: 5px;*/
/*    right: 5px;*/
/*}*/

/*.scale_effect:hover::after {*/
/*    top: 5px;*/
/*    bottom: 5px;*/
/*}*/

.product_item:not(.g_landscape) {
    position: relative;
}

.product_item:not(.g_landscape):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    transform-origin: right;
    transition: transform .5s ease-in-out;
    transform: scaleX(0);
}
.product_item:not(.g_landscape):after {
    background: #ef1648;
}
.product_item:not(.g_landscape):hover:after {
    transform-origin: left;
    transform: scaleX(1);
}

.product_item.g_landscape {
    border-radius: 0;
}


/*NEW*/

.scale_effect:hover::before{
    -webkit-animation:shine .75s;animation:shine .75s
}
@-webkit-keyframes shine{
    100%{left:125%}
}
@keyframes shine{
    100%{left:125%}
}
.scale_effect::before{
    position:absolute;
    top:0;
    left:-75%;
    z-index:2;
    display:block;
    content:'';
    width:50%;
    height:100%;
    background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}

/*NED NEW*/

.scale_effect img {
    transition: 0.5s;
}

/*.scale_effect:hover img {*/
/*    transform: scale(1.2);*/
/*}*/

.scale_effect {
    overflow: hidden;
}

.deal_detail_name_long ul, .d_pro_txt1 ul, .child_page_content ul {
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.cart_payment a {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
}

/*.payment_money_group {*/
/*    display: none;*/
/*}*/

#payment_page .payment_money_group {
    display: block;
    margin-top: 20px;
}

.payment_money_group {
    border-top: 1px dashed #E6E8EF;
    background: #fff;
    padding: 20px 0;
}


.slick_banner {
    position: relative;
}

.slick_banner .banner_text_group {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.6), rgba(255, 255, 255, 0));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

.banner_text_group .g_text {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.banner_content {
    width: 600px;
    max-width: 100%;
}

.banner_content .g_title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.banner_content .g_content {
    font-size: 16px;
    /*font-weight: bold;*/
    color: #fff;
    margin-top: 10px;
}

.banner_text_group .g_btn a {
    font-weight: bold;
    width: max-content;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    display: block;
    color: #fff;
}

.banner_text_group .g_btn {
    margin-top: 30px;
}

.banner_text_group {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.nss_box .nss_tm {
    font-size: 14px;
}


.single_uudai {
    border: 1px solid #1656c5;
    padding: 15px 10px;
    position: relative;
    margin-top: 34px;
}

.ud_text {
    border-radius: 5px !important;
    padding: 4px 20px !important;
    background: #1656c5;
    color: #fff;
    width: max-content;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translate(-50%, 0);
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.ud_content {
    margin-top: 20px;
    /*font-size: 16px;*/
    /*line-height: 1.8;*/
}

.ud_content ul {
    list-style: none;
}

.ud_content ul li:before {
    content: '\f058';
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    color: #2ac52a;
    font-size: 14px;
    margin-right: 5px;
}


/*FILTER*/

.filter_box .g_group {
    margin-top: 10px;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
}

.filter_box .f_main_title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.filter_box .g_item {
    padding: 3px 0;
}

.filter_box .g_item.g_active {
    color: #005DAC;
    font-weight: bold;
}

.preg_item .g_input input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.prg_title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.price_range_group {
    margin-top: 10px;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
}

.prg_submit {
    background: crimson;
    color: #fff;
    /*width: max-content;*/
    width: 100%;
    cursor: pointer;
    padding: 3px 25px;
    border-radius: 4px;
    /*margin-left: auto;*/
    /*margin: 0 auto;*/
    /*margin-top: 8px;*/
}

.preg_item .g_text {
    height: 21px;
}

.prg_field .g_parent_wrapper {
    display: flex;
    align-items: center;
    margin: -5px;
}

.prg_field .g_wrapper {
    padding: 0 5px;
}


.spt_title_group {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.spt_title_group .g_item {
    border: 1px solid #ccc;
    border-radius: 8px 8px 0 0;
    margin-left: 5px;
    padding: 8px 25px;
    cursor: pointer;
    background: #f6f6f6;
    border-bottom: none;
    position: relative;
    top: 1px;
}

.spt_title_group .g_item.active {
    border-top-color: crimson;
    border-top-width: 2px;
    background: #fff;
    font-weight: bold;
}

.spt_title_group .g_item:first-child {
    margin-left: 0;
}

.single_prod_tabs .pro_single_content {
    margin-top: 0px;
    border: 1px solid #e2e2e2;
    border-top: none;
    padding: 10px;
}


.pro_single_content ul {
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.single_prod_tabs {
    margin-top: 40px;
}

.wp-caption {
    max-width: 100% !important;
}

.header_cart, .header_account {
    margin-left: 40px;
}

.d_segment_banner {
    position: relative;
}

.banner_item {
    position: absolute;
    top: 0;
    left: 0;
}

.banner_item:first-child {
    position: unset;
}


.main_breadcrumbs {
    background: #ebebeb;
    padding: 5px 0;
}

/*slick_1*/
.slick_1:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_1:not(.slick-initialized) > * {
    width: 100%;
}

.slick_1:not(.slick-initialized) > *:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slick_2*/
.slick_2:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_2:not(.slick-initialized) > * {
    width: 50%;
    padding: 0 10px;
}

.slick_2:not(.slick-initialized) > *:nth-child(n+3) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slick_3*/
.slick_3:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_3:not(.slick-initialized) > * {
    width: 33.33%;
    padding: 0 10px;
}

.slick_3:not(.slick-initialized) > *:nth-child(n+4) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slick_3*/
.slick_3b:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_3b:not(.slick-initialized) > * {
    width: 33.33%;
    padding: 0 10px;
}

.slick_3b:not(.slick-initialized) > *:nth-child(n+4) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}


/*slick_4*/
.slick_4:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_4:not(.slick-initialized) > * {
    width: 25%;
    padding: 0 10px;
}

.slick_4:not(.slick-initialized) > *:nth-child(n+5) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}


/*slick_5*/
.slick_5:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_5:not(.slick-initialized) > * {
    width: 20%;
    padding: 0 10px;
}

.slick_5:not(.slick-initialized) > *:nth-child(n+6) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slick_6*/
.slick_6:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_6:not(.slick-initialized) > * {
    width: 16.666%;
    padding: 0 10px;
}

.slick_6:not(.slick-initialized) > *:nth-child(n+7) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}





/*slick_banner*/
.slick_banner:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_banner:not(.slick-initialized) > * {
    width: 100%;
}

.slick_banner:not(.slick-initialized) > *:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slider-for*/
.slider-for:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slider-for:not(.slick-initialized) > * {
    width: 100%;
}

.slider-for:not(.slick-initialized) > *:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slick-nav*/
.slider-nav:not(.slick-initialized) {
    position: relative;
    display: flex;
    justify-content: center;
}

.slider-nav:not(.slick-initialized) > * {
    width: 20%;
    padding: 0 10px;
}

.slider-nav:not(.slick-initialized) > *:nth-child(n+6) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}



.child_page_content h1, .spt_content_group h1 {
    font-size: 1.75rem;
}

.child_page_content h2, .spt_content_group h2 {
    font-size: 1.5rem;
}

.child_page_content h3, .spt_content_group h3 {
    font-size: 1.25rem;
}

/*.export_form {*/
/*    padding: 30px;*/
/*    border-radius: 8px;*/
/*    background: aliceblue;*/
/*    margin-top: 60px;*/
/*    border: 1px solid orangered;*/
/*}*/

/*.common_page_title {*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*    font-size: 28px;*/
/*    color: orangered;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.export_btn button {*/
/*    border: none;*/
/*    background: navy;*/
/*    color: #fff;*/
/*    padding: 8px 25px;*/
/*    border-radius: 8px;*/
/*    font-weight: bold;*/
/*    font-size: 16px;*/
/*}*/

/*.export_btn {*/
/*    text-align: center;*/
/*    margin-top: 20px;*/
/*}*/

/*.import_form {*/
/*    padding: 30px;*/
/*    border-radius: 8px;*/
/*    background: aliceblue;*/
/*    margin-top: 60px;*/
/*    border: 1px solid orangered;*/
/*}*/

/*.export_btn input {*/
/*    border: none;*/
/*    background: darkgreen;*/
/*    color: #fff;*/
/*    padding: 8px 25px;*/
/*    border-radius: 8px;*/
/*    width: max-content;*/
/*    min-height: auto;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*}*/

/*.import_file_input {*/
/*    text-align: center;*/
/*}*/

/*.import_file_input input {*/
/*    background: blanchedalmond;*/
/*    padding: 7px;*/
/*    border-radius: 4px;*/
/*}*/






.wpcf7-form.submitting .dform_item_btn input{
    pointer-events: none;
    cursor: wait;
}

.wpcf7-form.submitting .dform_item_btn{
    cursor: wait;
}

.cart_sub_info_item {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 8px;
}
.cart_sub_info_item .g_value {
    /* font-weight: bold; */
    margin-left: auto;
}
.sub_formal_title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.promotion_apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.promotion_apply .g_input {
    width: calc(100% - 136px);
}
.promotion_apply .g_submit {
    width: 120px;
}
.promotion_apply .g_input input {
    height: 40px;
    background: #fff;
}
.promotion_apply .g_submit input {
    background: #006CC7;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    border: none;
    color: #fff;
}

.dr_formLine {
    margin-top: 16px;
}
.dr_formLine:first-child {
    margin-top: 0;
}

.payment_form_title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-top: 20px;
}


.payment_type_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    /* font-size: 12px; */
    /* line-height: 14px; */
    color: #586189;
    background: #FFFFFF;
    border: 1px solid #E6E8EF;
    border-radius: 4px;
    margin-top: 14px;
    padding: 14px 10px;
    position: relative;
    cursor: pointer;
}
.payment_type_item.selected {
    border: 2px solid #0BD577;
}
.payment_type_item .g_icon {
    width: 40px;
    font-size: 26px;
}
.payment_type_item .g_icon svg {
    height: 26px;
}
.payment_type_item .g_content {
    width: calc(100% - 40px);
    padding-left: 15px;
}
.payment_type_item .g_content span {
    /*font-weight: 600;*/
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    color: #202332;
}


.payment_type_item .g_selected {
    width: 32px;
    height: 32px;
    background: #0BD577;
    border-radius: 8px 0 0 0;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
}
.payment_type_item.selected .g_selected {
    display: flex;
}

.order_submit_btn {
    margin-top: 16px;
}


#page_gio_hang #cart_component {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#page_gio_hang .order_group_umt {
    width: calc(100% - 420px);
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 8px;
}
#page_gio_hang .payment_money_group {
    width: 400px;
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 8px;
}

.coupon_component {
    margin-left: auto;
}
.coupon_component input {
    height: 30px;
    min-height: auto;
    border: 1px dashed #ccc;
    width: 140px;
}

.continue_to_payment {
    margin-top: 16px;
}

.continue_to_payment a{
    display: block;
    font-weight: 700;
    color: #fff;
    background: #006CC7;
    border: none;
    border-radius: 8px;
    padding: 10px 0;
    text-align: center;
}

.order_information_component .g_main_title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.po_order_code {
    text-align: center;
    font-size: 16px;
    /*font-weight: bold;*/
    margin-top: 10px;
}

.customer_info_item {
    display: flex;
    flex-wrap: wrap;
}
.customer_info_item .g_value {
    margin-left: 10px;
}
.customer_info_item .g_title {
    font-weight: bold;
}
.po_payment {
    text-align: center;
    /*font-weight: bold;*/
    /*margin-top: 5px;*/
    color: #666;
    font-style: italic;
}


.po_detail_item table th, .po_detail_item table td {
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #ccc;
}
.po_detail_item {
    margin-top: 30px;
}

.po_detail_item table thead th {
    background: #006CC7;
}
.po_detail_item table {
    background: #f9f9f9;
}
.text_right {
    text-align: right;
}

#payment_page .continue_to_payment {
    display: none;
}

.cart_sub_info_item .g_title {
    font-weight: bold;
}
.order_submit_btn input {
    height: 46px;
}

#select_error {
    color: crimson;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    /* font-size: 1.1rem; */
    display: none;
    background: antiquewhite;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
}

#quick_cart .view_cart a{
    font-style: italic;
    text-decoration: underline;
    color: #666;
    font-size: 13px;
    margin-top: 0px;
}
#quick_cart .view_cart {
    margin-top: -5px;
}

.payment_status.g_success{
    color: #388e3c;
}
.payment_status.g_wait{
    color: crimson;
}
.payment_status.g_wait a{
    color: crimson;
    position: relative;
    width: 100%;
    display: block;
}
.payment_status.g_wait a:hover {
    background: #0d95e8;
    /*color: #fff;*/
    padding: 3px 5px;
    border-radius: 4px;


}


.payment_status.g_wait a::after {
    content: attr(data-content);
    position: absolute;
    top: 2px;
    left: 6px;
    opacity: 0;
    transition: opacity 0.2s;
    color: #fff;
}

.payment_status.g_wait a:hover::after {
    opacity: 1;
}

.payment_status.g_wait a:hover {
    color: transparent; /* Ẩn chữ gốc */
}

.element_loading {
    cursor: wait;
    pointer-events: none;
}

.payment_status {
    text-align: center;
}


.youtube_popup_item {
    position: relative;
}

.youtube_popup_item .g_video_btn{
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    color: #fff;
    /* font-size: 50px; */
}

.youtube_popup_item .g_video_btn svg {
    height: 60px;
    fill: crimson;
}

.video_popup {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100vw;
    height: 100vh;
    /*background: rgba(0,0,0,0.6);*/
}

.video_popup .g_group {
    position: fixed;
    z-index: 30;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}

.video_popup .video-container {

}
.video_popup .g_overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 20;

}

.order_detail_cus_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

.order_detail_cus_info .qrcode_payment {
    width: 180px;
}
.order_detail_cus_info .order_customer_info {
    width: calc(100% - 180px);
    padding-right: 15px;
}
.quanlydon_table {
    font-size: 14px;
}

.page_quanly {
    font-size: 14px;
}

.toggle_order_status {
    margin-left: 10px;
    /*margin-right: 8px;*/
    cursor: pointer;
    color: #666;
}
.toggle_order_status:hover {
    color: crimson;
}

/*.payment_status_cell {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/

span#remain_seconds {
    color: crimson;
}

.child_page_content .contact_map iframe {
    width: 100%;
    height: 450px;
    aspect-ratio: unset;
}


/*.row {*/
/*    --bs-gutter-x: 20px;*/
/*    --bs-gutter-y: 0;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    margin-top: calc(var(--bs-gutter-y) * -1);*/
/*    margin-right: calc(var(--bs-gutter-x) / -2);*/
/*    margin-left: calc(var(--bs-gutter-x) / -2);*/
/*}*/
/*.mb-3 {*/
/*    margin-bottom: calc(var(--bs-gutter-x) / 2) !important;*/
/*}*/
/*.mt-3 {*/
/*    margin-top: calc(var(--bs-gutter-x) / 2) !important;*/
/*}*/
/*.umt_product_nav_list {*/
/*    margin-top: 20px;*/
/*}*/

.umt_product_nav_list .slick_margin .slick-slide {
    margin: 0 5px;
}
.umt_product_nav_list .slick_margin {
    margin: 0 -5px;
}

.product_item.g_product .product_excerpt {
    display: none;
}
.product_item.g_product {
    /*text-align: center;*/
    position: relative;
    padding-bottom: 30px;
}
.product_item.g_product .product_price {
    /*justify-content: center;*/
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}


.d_segment_reg_log .d_input_item input {
    /* height: 56px; */
    /*background: #E5E5E5;*/
    background: #fff;
    border-radius: 4px;
    border: 1px solid #BCC0C6;
}
.d_segment_reg_log .d_input_item {
    /*margin-top: 16px;*/
}

.login_btn_action button {
    display: inline-flex;
    align-items: center;
    width: max-content;
    text-transform: uppercase;
    background: #006CC7;
    color: #fff;
    border: none;
    padding: 15px 30px;
    box-sizing: border-box;
    line-height: initial;
    border-radius: 4px;
}

.compound_login_btn {
    /* display: flex; */
    margin-top: 0.5rem;
}
.compound_login_btn .d_forget_password {
    /* margin-left: auto; */
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    /*text-decoration: underline;*/
    text-align: center;
}
.compound_login_btn .d_forget_password a {
    color: #666;
    position: relative;
    padding-bottom: 2px;
}
.compound_login_btn .d_forget_password a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    height: 1px;
    width: 100%;
}

.register_btn_2 a{
    padding: 7px 16px;
    border-radius: 36px;
    display: inline-flex;
    align-items: center;
    width: max-content;
    background: #F0F1F0;
    border: 1px solid #BCC0C6;
    color: #666;
    text-transform: uppercase;
    /* font-family: "Acumin Pro Condensed"; */
    margin: 0 auto;
}
.register_btn_2 a svg {
    margin-left: 2px;
    fill: #666;
}
.register_btn_2 {
    margin-top: 16px;
}
.not_have_acc {
    padding: 24px 16px;
    border-radius: 7px;
    background: #fbfbfb;
    text-align: center;
    margin-top: 32px;
}

.fg_get_code {
    display: block;
    width: max-content;
    text-transform: uppercase;
    /* background: #006CC7; */
    color: #006CC7;
    border: none;
    padding: 6px 7px;
    box-sizing: border-box;
    line-height: initial;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    /* border: 2px dashed #006CC7; */
    margin-left: auto;
    margin-top: 10px;
}

.fg_change_pass {
    cursor: pointer;
    display: block;
    width: max-content;
    text-transform: uppercase;
    background: #006CC7;
    color: #fff;
    border: none;
    padding: 13px 20px;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 16px;
}
.fg_change_pass svg {
    fill: #fff;
}
.fg_new_info .fg_item {
    margin-top: 10px;
}

.register_form .umt_title, .register_form_group .umt_title {
    text-align: center;
}
.register_form .sub_login_title, .register_form_group .sub_login_title {
    text-align: center;
}
.login_btn_action {
    text-align: center;
}
.login_btn_action button {
    margin: 0 auto;
}


.d_loading_effect_btn {
    pointer-events: none;
    position: relative;
}

.d_loading_effect_btn:before {
    content: '';
    position: absolute;
    z-index: 10;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    transform: translate(-50%, -50%);
    border: 2px solid #f3f3f3;
    border-top: 2px solid #4b2b72;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

.code_validate {
    text-align: right;
}
.code_validate span.g_error {
    color: crimson;
}
.code_validate span.g_success {
    color: green;
}

.change_pass_validate {
    text-align: right;
    margin-top: 16px;
}
.change_pass_validate span.g_error {
    color: crimson;
}
.change_pass_validate span.g_success {
    color: green;
}

.login_btn_action button svg {
    fill: #fff;
    margin-left: 2px;
}

.manual_popup .popup_close svg {
    fill: #fff;
    height: 24px;
    width: 24px;
    background: crimson;
    border-radius: 100%;
    padding: 3px;
}


.inline_flex {
    display: inline-flex;
    align-items: center;
}
.inline_flex svg {
    margin-left: 2px;
}
.inline_flex.icon_first svg {
    margin-right: 2px;
    background: #e2e2e2;
    border-radius: 100%;
    fill: #333;
}


/*.form-floating {*/
/*    height: 46px;*/
/*}*/

/*.form-floating .form-control {*/
/*    height: 46px;*/
/*    padding-top: 12px;*/
/*    padding-bottom: 12px;*/
/*    font-size: 14px;*/
/*}*/

/*.form-floating label {*/
/*    font-size: 14px;*/
/*    padding: 12px 12px;*/
/*}*/

/*.form-floating .form-control:focus ~ label,*/
/*.form-floating .form-control:not(:placeholder-shown) ~ label {*/
/*    transform: scale(0.85) translateY(-0.7rem) translateX(0.15rem);*/
/*}*/


.mgg_edit_block .mgg_edit_item input[type="checkbox"] {
    height: 18px;
    width: 18px;
    /*font-size: 20px;*/
}

.cart_sub_info_item.g_voucher.empty_voucher .g_value {
    display: none;
}
.cart_sub_info_item.g_voucher:not(.empty_voucher) .coupon_component {
    display: none;
}

span.remove_voucher {
    margin-right: 10px;
    cursor: pointer;
}
span.remove_voucher svg {

}
.auto_update_voucher {
    display: flex;
    align-items: center;
    margin-left: 24px;
}
.auto_update_voucher input {
    margin-right: 3px;
}


.umt_contact_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.child_page_content .umt_contact_group .contact_map iframe {
    height: 100%;
    width: 100%;
}

.contact_map {
    width: calc(50% - 15px);
}
.umt_contact_info {
    width: calc(50% - 15px);
}

.home_intro_group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.d_segment_home_intro {
    padding: 40px 0;
    background: #fff;
}
.home_intro_group .g_text {
    width: calc(50% - 15px);
}
.home_intro_group .g_image {
    width: calc(50% - 15px);
}
.home_intro_group .g_title h2 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 26px;
}
.home_intro_group .g_title {
    margin-bottom: 20px;
}
.home_intro_group .g_content {
    text-align: justify;
}
.common_title_group {
    margin-bottom: 20px;
}

.common_title_group .g_title {
    text-align: center;
}
.common_title_group .g_title h2{
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.common_title_group .g_title h2:after{
    content: '';
    background: #006CC7;
    height: 3px;
    width: 80px;
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
}

.d_segment_project {
    padding: 40px 0;
    background: rgb(249, 249, 249);
}
.project_item .product_img {
    position: relative;
}
.project_item .g_trangthai {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    background-color: rgba(199, 37, 40, .86);
    color: #fff;
    padding: 7px 0px;
}
.project_item .g_sub_info {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    border-top: 1px solid #e9ecf1;
    padding-top: 8px;
    margin-top: 8px;

}
.project_item .g_sub_info .psub_item {
    width: 50%;
}
.project_item .g_sub_info .psub_item span {
    color: #ef1648;
    font-weight: bold;
}

.project_image_list {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
    margin-top: 4px;
}
.project_image_list .pi_item {
    width: 25%;
    padding: 4px;
}
.project_image_list .pi_item img {
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 4px;
}

.partner_content {
    /*background: #fff;*/
    /*padding: 15px;*/
    /*box-shadow: 0 3px 6px 0 #2e36521a;*/
}

.module_form, .common_box {
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 6px 0 #2e36521a;
}

.module_form .g_title {
    font-weight: bold;
}
.module_form .g_sub {
    color: #666;
    font-size: 14px;
}
.module_form .g_form {
    /*padding-top: 10px;*/
    /*border-top: 1px solid #e2e2e2;*/
    /*margin-top: 10px;*/
}

.dform_item textarea {
    height: 80px;
    margin-bottom: 0;
}

.module_form {
    font-size: 14px;
}
/*.child_taskbar {*/
/*    display: none;*/
/*}*/
.d_segment_news {
    padding: 40px 0;
    background: rgb(246, 245, 244);
}

.single_feature_group {
    display: flex;
    flex-wrap: wrap;
}
.single_feature_group .g_wrapper {
    width: 33.33%;
    padding: 0 10px;
}
.sfl_item {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    border-bottom: 1px dotted #dedede;
    padding: 5px 0;
}

.sfl_item .g_title {
    color: rgba(68,76,89,.76);
    min-width: 100px;
}
.sfl_item .g_value {
    font-weight: bold;
}
.sfl_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.single_feature_list {
    margin-top: 30px;
}

.header_hotline img {
    max-height: 40px;
}
.header_hotline {
    margin-left: 40px;
}
.boloc_nangcao {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 14px;
}
select.main_boloc_select{
    width: calc(33.33% - 4px);
}

.new_boloc_apply button {
    background: #006CC7;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    border: none;
}
.new_boloc_apply {
    margin-top: 10px;
}

.new_filter_select {
    width: 800px;
    max-width: 100%;
    background: #95bfe3;
    padding: 10px;
    border-radius: 8px;
    margin: 0 auto;
}

.d_segment_home_search {
    margin: 20px 0;
}
.d_segment_home_search .new_filter_select {
    width: 800px;
    margin: 0 auto;
}

.page_excerpt {
    margin-top: 40px;
}

.child_taskbar .g_left {
    display: none;
}
.child_taskbar {
    display: block;
}