#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: 7px;
}

.child_page_title h1:before {
    position: absolute;
    content: '';
    left: 0;
    top: calc(100%);
    background: #006CC7;
    width: 100px;
    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;
}


.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_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);
}

.pc_footer_contact .main_quick_contact {
    display: none;
}

.pc_footer_contact.show_all .main_quick_contact{
    display: block;
}

.toggle_quick_contact .fcontact_item {
    cursor: pointer;
    background: #cb2d1b;
}


.pc_footer_contact .main_quick_contact {
    display: none;
}

.pc_footer_contact.show_all .main_quick_contact{
    display: block;
}

.toggle_quick_contact .fcontact_item {
    cursor: pointer;
    background: #006CC7;
    width: 60px;
    height: 60px;
}
.toggle_quick_contact .fcontact_item svg {
    fill: #fff;
    height: 40px;
}

/*.fcontact_item .guide_title {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

.pc_footer_contact.show_all .blink_me {
    animation: unset;
}
.footer_content p {
    margin-bottom: 8px;
}
.footer_content > *:last-of-type {
    margin-bottom: 0;
}


#wpdcom .wpd-form-head {
    display: none !important;
}

#comments {
    background: #f0f5f8;
    /*padding: 40px;*/
    border-radius: 16px;
    padding: 40px !important;
    max-width: 100%;
    margin: 0;
}
#wpdcom {
    padding: 0;
    max-width: 100%;
}
#wpdcom .wpd-thread-list {
    padding-bottom: 0;
}
#ez-toc-container {
    width: 100%;
}


a[style*="background-color"] {
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    margin: 8px 0;
    display: inline-block;
}
a span[style*="background-color"] {
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    margin: 8px 0;
    display: inline-block;
}



/* Top Header */
.top-header {
    background: #0d1b2a;
    padding: 12px 0;
    border-bottom: 1px solid rgba(46, 213, 186, 0.2);
}

.top-header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-icon {
    width: 50px;
    height: 50px;
}

.logo-text h1 {
    font-size: 16px;
    color: #2ed5ba;
    font-weight: 600;
    letter-spacing: 1px;
}

.logo-text p {
    font-size: 11px;
    color: #8892a6;
    margin-top: 2px;
}

.language-selector {
    background: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #333;
}

.flag-icon {
    width: 20px;
    height: 15px;
}

/* Hero Section */
.hero {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(10, 22, 40, 0.95), transparent);
    padding: 40px 20px;
}

/* Main Content */
.main-content {
    background: #0a1628;
    padding: 60px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 300;
}

.section-title span {
    color: #2ed5ba;
}

.section-subtitle {
    color: #8892a6;
    font-size: 14px;
    line-height: 1.8;
}

/* Service Cards */
.service-list {
    display: grid;
    gap: 20px;
    margin-bottom: 50px;
}

.service-item {
    background: linear-gradient(135deg, #162a42 0%, #0d1b2a 100%);
    border: 1px solid rgba(46, 213, 186, 0.2);
    border-radius: 8px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.service-item:hover {
    border-color: #2ed5ba;
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(46, 213, 186, 0.2);
}

.service-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-icon {
    font-size: 28px;
    color: #2ed5ba;
}

.service-details h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 500;
}

.service-details p {
    font-size: 13px;
    color: #8892a6;
}

.service-price {
    text-align: right;
}

.view-btn {
    background: transparent;
    color: #2ed5ba;
    border: 1px solid #2ed5ba;
    padding: 8px 25px;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.view-btn:hover {
    background: #2ed5ba;
    color: #0a1628;
}

/* Stats */
.stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 50px 0;
}

.stat-item {
    text-align: center;
    padding: 30px;
    background: #162a42;
    border-radius: 8px;
}

.stat-icon {
    font-size: 40px;
    color: #2ed5ba;
    margin-bottom: 15px;
}

.stat-number {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.stat-label {
    color: #8892a6;
    font-size: 14px;
}

/* CTA Button */
.cta-button {
    background: linear-gradient(135deg, #2ed5ba 0%, #1fb89e 100%);
    color: #ffffff;
    border: none;
    padding: 18px 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin: 30px 0;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;

    display: block;
    text-align: center;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(46, 213, 186, 0.4);
}

/* Chat Section */
.chat-section {
    background: #162a42;
    border: 1px solid rgba(46, 213, 186, 0.2);
    border-radius: 8px;
    padding: 30px;
    margin: 40px 0;
}

.chat-header {
    text-align: center;
    margin-bottom: 25px;
}

.chat-header h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

.chat-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.chat-option {
    background: #0d1b2a;
    border: 1px solid rgba(46, 213, 186, 0.3);
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.chat-option:hover {
    background: rgba(46, 213, 186, 0.1);
    border-color: #2ed5ba;
}

.chat-option i {
    font-size: 24px;
    color: #2ed5ba;
    margin-bottom: 8px;
}

.chat-option p {
    font-size: 12px;
    color: #8892a6;
}

/* Staff Section */
.staff-section {
    margin: 60px 0;
}

.staff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.staff-card {
    background: #162a42;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid rgba(46, 213, 186, 0.2);
}

.staff-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(46, 213, 186, 0.2);
}

.staff-image {
    width: 100%;
    /*height: 300px;*/
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.staff-image img {
    width: 100%;
    aspect-ratio: 5/ 6;
    object-fit: cover;
}

.staff-info {
    padding: 20px;
    text-align: center;
}

.staff-name {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 500;
}

.staff-book-btn {
    background: #2ed5ba;
    color: #0a1628;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.staff-book-btn:hover {
    background: #1fb89e;
}

/* Testimonials */
.testimonials {
    margin: 60px 0;
}

.testimonial-grid {
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
    /*gap: 25px;*/
    margin-top: 40px;
}

.testimonial-card {
    background: #162a42;
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 8px;
    padding: 25px;
    height: 100%;
}

.stars {
    color: #ffd700;
    margin-bottom: 15px;
    font-size: 14px;
}

.testimonial-text {
    color: #8892a6;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2ed5ba, #1fb89e);
}

.author-info h4 {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 3px;
}

.author-info p {
    color: #8892a6;
    font-size: 12px;
}

/* Commitment Section */
.commitment-section {
    margin: 60px 0;
}

.commitment-grid {
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
    /*gap: 25px;*/
    margin-top: 40px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}

.commitment-card {
    background: #162a42;
    border: 1px solid rgba(46, 213, 186, 0.2);
    border-radius: 8px;
    padding: 25px;
    text-align: center;

    width: ;
}

.commitment-icon {
    width: 60px;
    height: 60px;
    background: rgba(46, 213, 186, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.commitment-icon i {
    font-size: 28px;
    color: #2ed5ba;
}

.commitment-card h3 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}

.commitment-card p {
    color: #8892a6;
    font-size: 13px;
    line-height: 1.6;
}

/* Process Section */
.process-section {
    margin: 60px 0;
}

.process-grid {
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));*/
    /*gap: 25px;*/
    margin-top: 40px;
}

.process-card {
    background: #162a42;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    position: relative;
}

.process-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2ed5ba, #1fb89e);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 22px;
    font-weight: bold;
}

.process-card h3 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}

.process-card p {
    color: #8892a6;
    font-size: 13px;
    line-height: 1.6;
}

/* Newsletter */
.newsletter {
    background: linear-gradient(135deg, #162a42, #0d1b2a);
    border: 1px solid rgba(46, 213, 186, 0.2);
    border-radius: 8px;
    padding: 40px;
    margin: 60px 0;
    text-align: center;
}

.newsletter h3 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 15px;
}

.newsletter-form {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin: 25px auto 0;
}

.newsletter-input {
    flex: 1;
    padding: 12px 20px;
    background: #0d1b2a;
    border: 1px solid rgba(46, 213, 186, 0.3);
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
}

.newsletter-input::placeholder {
    color: #8892a6;
}

.newsletter-btn {
    background: #2ed5ba;
    color: #0a1628;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.newsletter-btn:hover {
    background: #1fb89e;
}

/* Footer */
footer {
    background: #0d1b2a;
    border-top: 1px solid rgba(46, 213, 186, 0.2);
    padding: 30px 20px;
    text-align: center;
}

footer p {
    color: #8892a6;
    font-size: 13px;
    margin-bottom: 10px;
}

footer a {
    color: #2ed5ba;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Floating Contacts */
.floating-contacts {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1000;
}

.floating-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.floating-btn:hover {
    transform: scale(1.1);
}

.zalo-btn { background: #0068ff; }
.messenger-btn { background: #0084ff; }
.whatsapp-btn { background: #25d366; }
.phone-btn { background: #ff4444; }

/* Responsive */
@media (max-width: 768px) {
    .top-header-content {
        flex-direction: column;
        gap: 15px;
    }

    .hero {
        height: 350px;
    }

    .section-title {
        font-size: 24px;
    }

    .service-item {
        flex-direction: column;
        text-align: center;
    }

    .service-info {
        flex-direction: column;
    }

    .stats {
        grid-template-columns: 1fr;
    }

    .chat-options {
        grid-template-columns: 1fr;
    }

    .staff-grid,
    .testimonial-grid,
    .commitment-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .newsletter-form {
        flex-direction: column;
    }
}