#wpadminbar {
    display: none;
    /*opacity: 0;*/
    /*height: 10px;*/
}
/*#wpadminbar:hover {*/
/*    !*display: none;*!*/
/*    opacity: 1;*/
/*    height: auto;*/
/*}*/

h2 {
    font-size: 72px;
    font-family: "Acumin Pro Condensed", sans-serif;
    /*font-weight: 700;*/
    /*line-height: 0.85;*/
    line-height: 1;
}

h3 {
    font-size: 48px;
    font-family: "Acumin Pro Condensed", sans-serif;
    font-weight: 700;
    /*line-height: 0.85;*/
    line-height: 1;
}

h4 {
    font-size: 32px;
}

svg {
    height: 1rem;
}

.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;
}

.similar_products .group_title, .similar_news_title_2 {
    font-size: 32px;
    font-weight: normal;
    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: #4b2b72;
    width: 50px;
    height: 2px;
    display: none;
}

.child_page_title h1 {
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 7px;
    font-family: "Acumin Pro Condensed", sans-serif;
    font-size: 2.5rem;
}

/*.child_page_title h1:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 0;*/
/*    top: calc(100%);*/
/*    background: #4b2b72;*/
/*    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;
}

.payment_money_group {
    border-top: 1px dashed #E6E8EF;
    /* background: #fff; */
    padding-top: 20px;
}


.slick_banner {
    position: relative;
}

.slick_banner .banner_text_group {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-image: linear-gradient(90deg, #00b74f, 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_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: 10px;
}

.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 #BCC0C6;
    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 #BCC0C6;
    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 #BCC0C6;
    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_4*/
.slick_4b:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_4b:not(.slick-initialized) > * {
    width: 25%;
    padding: 0 10px;
}

.slick_4b: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_5b*/
.slick_5b:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_5b:not(.slick-initialized) > * {
    width: 20%;
    padding: 0 10px;
}

.slick_5b: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;
}

.technology_block {
    background: #FBFCFC;
    /* max-width: 1440px; */
    margin: 0 auto;
}

.technology_video {
    /* width: 1440px; */
    /* margin: 0 auto; */
    text-align: center;
    /* max-width: 100%; */
}

.technology_video video {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}


.technology_video iframe {
    /*width: 1440px;*/
    max-width: 100%;
    margin: 0 auto;
}


.banner_video video {
    width: 100%;
}

/*.d_segment_banner {*/
/*    position: relative;*/
/*}*/

.banner_video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;

    transition: 1s;
    opacity: 1;
    visibility: visible;
}


/*.slick_banner:not(.slick-initialized) .banner_video {*/

/*}*/
/*.slick_banner.slick-initialized .banner_video {*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*}*/


.slick_banner {
    transition: 2s;
    opacity: 0;
    visibility: hidden;
}

.slick_banner.slick-initialized {
    opacity: 1;
    visibility: visible;


    z-index: 20;
}

.slick_banner.show {
    opacity: 1;
    visibility: visible;


    z-index: 20;
}





.slick_custom {
    position: relative;
}

.slick_custom .slick-dots {
    width: 100%;
    padding: 0 20px;
}

.slick_custom ul.slick-dots li {
    flex: 1 1 auto !important;
    margin: 0;
    padding: 0 10px;
}

.slick_custom ul.slick-dots li button {
    width: 100%;
    height: 8px;
    border-radius: 16px;
    background: rgba(251, 251, 251, 0.5);
}

.slick_custom ul.slick-dots li.slick-active button {
    /*width: 100%;*/
    /*height: 8px;*/
    /*border-radius: 16px;*/
    background: #FBFBFB;
}


.left_menu_group {
    display: flex;
    align-items: center;
}

.left_menu_group .umt_menu_item {
    margin-left: 24px;
}

.left_menu_group .umt_menu_item:first-child {
    margin-left: 0;
}


.header_menu_group .umt_menu_item {
    margin-left: 24px;
    font-family: "Acumin Pro Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.header_menu_group .umt_menu_item:first-child {
    margin-left: 0;
}




#homepage .d_segment_header {
    background: rgba(255, 255, 255, 0.8);
    /* box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.1); */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* padding: 5px 0; */


    opacity: 0;
    visibility: hidden;
    transition: 2s;
}

#homepage.loaded_banner .d_segment_header {
    opacity: 1;
    visibility: visible;
}


#homepage .d_segment_menu_mobile  {
    opacity: 0;
    visibility: hidden;
    /*height: 0;*/
    /*padding: 0;*/
    transition: 2s;
    position: fixed;
    width: 100%;

    z-index: -1;
}
#homepage.loaded_banner .d_segment_menu_mobile {
    opacity: 1;
    visibility: visible;
    /*height: auto;*/
    /*padding: 7px 0;*/
    z-index: 9999;
}



.g_button a {
    padding: 10px 16px;
    border-radius: 36px;
    display: block;
    width: max-content;
    color: #666;
    background: #fff;

    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}
.g_button a:hover {
    background: #4b2b72;
    color: #fff;
}

.g_button.g_color a {
    background: #4b2b72;
    color: #fff;
}

.g_button.g_color a:hover {
    background: #fff;
    color: #333;
}

.latest_prod_title_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.common_title h3 {
    margin-bottom: 0;
    /*font-family: "Acumin Pro";*/
    line-height: 1.3;
    font-weight: 500;

    font-family: "Acumin Pro Condensed", sans-serif;
    text-transform: uppercase;

}

.d_segment_new_products {
    margin-top: 60px;
}

.latest_prod_group {
    margin-top: 40px;
}


.common_title.g_center {
    text-align: center;
}

.d_segment_technology {
    margin-top: 140px;
}

.core_item_image img {
    border-radius: 24px;
}

.banner_core_group {
    margin-top: 40px;
}

.banner_core_group .slick-dots {
    top: 20px;
}

.d_segment_usage {
    margin-top: 55px;
}

.d_segment_about_us .common_title h3 {
    font-size: 72px;
    font-family: "Acumin Pro Condensed", sans-serif;
    /* font-weight: 700; */
    color: #333;
    text-transform: uppercase;
}

.d_segment_about_us {
    background: #E5E5E5;
    padding: 80px 0;
    /*margin-top: 70px;*/
}

.home_about_us {
    display: flex;
    flex-wrap: wrap;
}

.home_about_us .g_text {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}

.home_about_us .g_image {
    width: 50%;
}

.home_about_us .g_image img{
    width: 100%;
    border-radius: 16px;
}

.home_about_us .g_content {
    font-size: 24px;
    color: #333;
    /*width: 526px;*/
    text-align: justify;
}

.about_us_below {
    margin-top: auto;
}

.about_us_below .g_button {
    margin-top: 30px;
}

.community_block {
    margin-top: 40px;
    overflow: hidden;
}
.community_item img{
    width: 100%;
}

.d_segment_community {
    margin-top: 60px;
}

.d_segment_community .common_title h3 {
    font-size: 72px;
    font-family: "Acumin Pro Condensed", sans-serif;
    /* font-weight: 700; */
    color: #333;
    text-transform: uppercase;
}

.common_space {
    margin-top: 80px;
}

.footer_logo {
    margin-top: 190px;
}

.d_copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 12px;
}

.d_copyright .g_bct img {
    height: 36px;
}

.category_quick_info {
    margin-top: 15px;
}


.add_to_cart_block {
    /*display: none;*/

    /*opacity: 0.5;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s;


}

.add_to_cart_block .g_image {
    border-radius: 16px;
    overflow: hidden;
    background: #F0F1F0;
    position: relative;
}


.product_item.g_product .product_img {
    border-radius: 16px;
    overflow: hidden;
    /*background: #F0F1F0;*/
}

.product_item.g_product {
    text-align: center;
    font-size: 14px;

    position: relative;
}

.g_cart_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add_to_cart_block .g_cart_action {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
}

.g_cart_action .g_add_to_bag {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.6);
    /*position: absolute;*/
    /*left: 20px;*/
    /*bottom: 20px;*/
    /*width: calc(100% - 40px);*/
    border-radius: 24px;
    padding: 10px 0;
    cursor: pointer;
    width: calc(50% - 8px);
}

.add_to_cart_block .g_add_to_bag:hover {
    background: #AEA1CE;
    color: #fff;
}

.product_item.g_product:hover .add_to_cart_block {
    /*display: block;*/

    opacity: 1;
    visibility: visible
}


.child_taskbar {
    display: none;
}

.umt_product_sort {
    font-size: 12px;
    /* background: #E5E5E5; */
    /* padding: 13px 16px; */
    /* border-radius: 29px; */
}

.umt_product_filter {
    font-size: 12px;
    background: #E5E5E5;
    padding: 13px 16px;
    border-radius: 29px;
}

.umt_product_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d_product_filter {
    font-size: 12px;
    background: #E5E5E5;
    padding: 13px 16px;
    border-radius: 29px;
    cursor: pointer;
}

h1.single_pro_title {
    font-size: 36px;
    /*font-weight: 700;*/
    font-family: "Acumin Pro Condensed", sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
}

.p_category {
    font-size: 12px;
    color: #666;
}

.single_mota {
    /*width: 290px;*/
}

.single_prod_summary {
    /*width: 330px;*/
    /*width: 50%;*/
    /*padding: 24px;*/
    width: calc(100% - 30px);
}

span.detail_price {
    /* color: #333; */
    /* font-size: 20px; */
    font-weight: 500;
}

.deal_detail_name_long strong {
    color: #333;
}

.single_add_to_cart {
    background: #4b2b72;
    cursor: pointer;
    border-radius: 40px;
    padding: 10px 16px;
    text-align: center;
    color: #fff;
}


/*.single_product_images {*/
/*    max-height: 800px;*/
/*    overflow-y: auto;*/
/*}*/

.single_product_image_item img {
    border-radius: 24px;
}

.single_product_image_item:not(:first-child) {
    margin-top: 26px;
}


#scrollable {

    /*overflow: hidden;*/
}

.drag-scroll {
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    top: 0;
    left: 0;
    overflow: auto;
    /*border: 1px solid #ccc;*/
    cursor: row-resize;
    user-select: none;
    scroll-behavior: smooth; /* thêm nếu muốn */
    will-change: scroll-position;


}

.drag-scroll.active {
    cursor: grabbing;
}


/* Chrome, Safari, Edge (Webkit) */
.drag-scroll::-webkit-scrollbar {
    display: none;
}

.common_ziczac_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.common_ziczac_block .g_image {
    width: calc(50% - 15px);
}

.common_ziczac_block .g_text {
    width: calc(50% - 15px);
    padding: 0 30px;
    color: #666;
    text-align: justify;
}
.common_ziczac_block .g_text b, .common_ziczac_block .g_text strong,
.common_ziczac_block .g_text h4 {
    color: #333;
}

.common_ziczac_block .g_text h4 {
    margin-bottom: 30px;
}
.common_ziczac_block .g_text h4:has(+ p) {
    margin-bottom: 50px;
}

.common_ziczac_block .g_image img{
    width: 100%;
    border-radius: 24px;
}

.single_bst img{
    width: 100%;
}

.single_thanhphan {
    margin-top: 30px;
}

.single_thanhphan.first_item {
    margin-top: 60px;
}

.single_bst {
    margin-top: 60px;
}

.vct_banner img {
    width: 100%;
}

.vct_intro .g_title {
    margin-bottom: 30px;
}

.vct_intro .g_title h2 {
    font-weight: bold;
    font-size: 72px;
    font-family: "Acumin Pro Condensed", sans-serif;
}

.vct_intro .g_content {
    font-size: 20px;
}

.vct_intro {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

.vct_intro {
    margin-top: 80px;
}

.aff1_intro {
    width: 50%;
}

.large_size {
    font-size: 48px;
    line-height: 1.2;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.mini-cart {
    border: 1px solid #BCC0C6;
    border-radius: 16px;
    padding: 30px;
}


/*.mini-cart .cart_pro_item .g_action_group {*/
/*    display: none;*/
/*}*/

.account_bg_group {
    position: relative;
}

.account_bg_group .g_text {
    position: absolute;
    top: 36px;
    left: 40px;
    font-family: "Acumin Pro Condensed", sans-serif;
    font-size: 72px;
    /*font-weight: 700;*/
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -4px;
}

.account_tier {
    color: #fff;
    background: #AEA1CE;
    border-radius: 16px;
    padding: 20px;
}

.account_tier .g_title {
    font-size: 14px;
}

.account_tier .g_rank {
    font-size: 32px;
    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
    /*font-weight: 700;*/
}

.account_tier .g_progress {
    position: relative;
    height: 8px;
    border-radius: 20px;
    background: #E5E5E5;
    margin-top: 35px;
}

.account_tier .g_progress .account_percent {
    position: absolute;
    left: 0;
    top: 0;
    height: 8px;
    border-radius: 20px;
    background: #4b2b72;
}

.account_tier .g_notify {
    margin-top: 20px;
}

.acc_item {
    background: #E5E5E5;
    border-radius: 16px;
    padding: 15px 20px;
    margin-top: 16px;
    font-size: 14px;
}

.acc_item.current {
    background: #B0B0B0;
    color: #fff;
}

.acc_item a {
    display: block;
}

.acc_item.current a {
    background: #B0B0B0;
    color: #fff;
}

.ap_order_item {
    background: #F0F1F0;
    padding: 24px;
    border-radius: 16px;
    font-size: 14px;
    position: relative;
}

.ap_order_item .g_info {
    display: flex;
}

.ap_order_item .g_info .g_value {
    margin-left: 20px;
    color: #666;
}

.ap_order_item .g_total {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #BCC0C6;
    padding-top: 10px;
    margin-top: 10px;
}

.ap_order_item .g_total .g_value {
    /*margin-left: 20px;*/
    /*color: #666;*/
}

.ap_order_item .g_status {
    position: absolute;
    top: 25px;
    right: 20px;
    background: #4b2b72;
    color: #fff;
    border-radius: 8px;
    padding: 7px;
    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}

.d_location_name_input, .d_location_select {
    display: none;
}

.d_location_tel {
    width: 100%;
}

.common_space_small {
    margin-top: 60px;
}

.acc_logout a {
    display: block;
    width: max-content;
    border-radius: 29px;
    margin-top: 16px;
    background: #E5E5E5;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}

.aff_section_1 {
    padding: 70px 0;
}

.umt_partner_btn a {
    display: block;
    width: max-content;
    color: #fff;
    background: #4b2b72;
    /*font-size: 12px;*/
    padding: 11px 16px;
    border-radius: 29px;

    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}

.umt_partner_btn {
    margin-top: 40px;
}

.membership_item {
    width: 230px;
}

.membership_item .mi_title {
    font-size: 72px;
    /*font-weight: 700;*/
    text-transform: uppercase;
    text-align: center;
    font-family: "Acumin Pro Condensed", sans-serif;
}

.mi_detail_group .g_item {
    background: #CDD7D3;
    font-size: 14px;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 6px;
}

.mi_detail_group .g_item .g_title {
    font-weight: bold;
}

.mi_detail_group .g_item .g_content {
    color: #666;
}

.membership_item .mi_line {
    width: 1px;
    height: 100px;
    background: #B0B0B0;
    text-align: center;
    margin: 0 auto;
}


.silver_member .mi_detail_group .g_item {
    background: #AEA1CE;
    color: #fff;
}

.silver_member .mi_detail_group .g_item .g_content {
    color: #fff;
}


.gold_member .mi_detail_group .g_item {
    background: #4b2b72;
    color: #fff;
}

.gold_member .mi_detail_group .g_item .g_content {
    color: #fff;
}

.membership_level {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}

.aff_section_2 {
    background: #EDF4F1;
    padding: 70px 0;
}

.affiliate_reason_item {
    width: 30%;
    margin-top: 70px;
}

.affiliate_reason_item .g_title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
    line-height: 1.2;
}

.affiliate_reason_item .g_excerpt {
    font-weight: bold;
    margin-top: 50px;
}

.affiliate_reason_item .g_content {
    margin-top: 15px;
    color: #666;
}

.affiliate_reason {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.aff3_title {
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
    /*font-weight: 700;*/
    font-family: "Acumin Pro Condensed", sans-serif;
}

.aff3_group {
    padding: 50px 30px 70px 30px;
    background: #E5E5E5;
}

.aff3_step {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.aff3_step .g_wrapper {
    width: 25%;
    padding: 5px;
}

.aff3_step .g_item {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    height: 100%;
}

.aff3_step .g_item .no {
    font-size: 32px;
    font-weight: bold;
    font-family: "Acumin Pro Condensed", sans-serif;
}

.aff3_step .g_item .g_title {
    margin-top: 50px;
    font-weight: bold;
}

.aff3_step .g_item .g_content {
    color: #666;
    margin-top: 8px;
}

.aff_section_3 {
    margin-top: 70px;
}

.aff_person_item img {
    aspect-ratio: 2/3;
    object-fit: contain;
}

.aff3_persons {
    margin-top: 40px;
}

.faq_quick_info .g_title {
    font-size: 48px;
    font-weight: 500;
}

.faq_quick_info .g_content {
    margin-top: 30px;
}


.qa_more {
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #EA6A20;
    border-radius: 3px;
    padding: 9px 0;
    cursor: pointer;
    margin-top: 20px;
    position: relative;
    height: 40px;
}

.qa_show_all {
    display: none;
    margin-top: 20px;
}

.qa_show_all.active {
    display: block;
}

.qa_more.active:before {
    content: 'Rút gọn';
}

.qa_more:before {
    content: 'Xem thêm';
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    line-height: 40px;
}


.qa_intro .g_sub_title {
    color: #3a3a3a;
    margin-top: 10px;
}

.qa_intro .image_group {
    margin-top: 25px;
}

.d_segment_qa {
    padding: 60px 0;
}

.qa_item {
    /* border: 1px solid #e7e7e7; */
    margin-top: 16px;
    border-radius: 8px;
    overflow: hidden;
}

.qa_item:first-child {
    margin-top: 0;
}

.qa_item .g_question {
    /* font-weight: bold; */
    position: relative;
    padding: 17px 51px 17px 24px;
    cursor: pointer;
    background: #E5E5E5;
}

.qa_item .g_answer {
    font-size: 15px;
    color: #3a3a3a;
    border-top: 1px solid #e7e7e7;
    /*display: none;*/
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0 51px 0 24px;
    text-align: justify;
    background: #E5E5E5;
}


.qa_item .g_question:after {
    content: '+';
    position: absolute;
    top: 10px;
    right: 22px;
    font-size: 20px;
    color: #737374;
    font-weight: normal;
}


.qa_item.active .g_answer {
    /*display: block;*/

    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 10px 51px 10px 24px;
}

.qa_item.active .g_question:after {
    content: '-';
}

.qa_item .g_question > *:last-of-type {
    margin-bottom: 0;
}

.qa_item .g_answer > *:last-of-type {
    margin-bottom: 0;
}


.faq_total_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq_quick_info {
    width: calc(50% - 15px);
}

.faq_list {
    width: calc(50% - 15px);
}

.d_segment_faq {
    margin-top: 90px;
}

.common_text_banner {
    position: relative;
    padding: 100px 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
}

.common_text_banner .g_text {
    /*position: absolute;*/
    /*z-index: 10;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/

    color: #fff;
    text-align: center;
}






.common_text_banner .g_image img {
    width: 100%;
}

.common_text_banner .g_large_title {
    text-transform: uppercase;
}
.common_text_banner .g_sub {
    margin-top: 10px;
}
.common_text_banner .g_button{
    margin-top: 40px;
    text-align: center;
}
.common_text_banner .g_button a{
    margin: 0 auto;
}
.d_segment_aff_adv {
    margin-top: 80px;
}

.vtech_group {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.vtech_group .g_wrapper {
    width: 33.33%;
    padding: 10px;
}

.home_adv_prod {
    background: #F1F1F1;
    border-radius: 16px;
    padding: 32px;
    /*width: 360px;*/
    width: 400px;
    margin: 0 auto;
    position: relative;
}

.home_adv_prod .g_name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;

    text-align: center;
}
.home_adv_prod .g_add_to_bag {
    font-size: 16px;
    background: #4b2b72;
    color: #fff;
    width: calc(50% - 4px);
    border-radius: 24px;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;

    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}
.home_adv_prod .g_cart_action {
    margin-top: 20px;
}
.home_adv_prod .g_image img {
    border-radius: 16px;
}

.umt_single_add_to_cart .g_add_to_bag {
    font-size: 16px;
    background: #4b2b72;
    color: #fff;
    width: calc(50% - 4px);
    border-radius: 24px;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;

    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}

.g_add_to_bag {
    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}
.umt_single_add_to_cart {
    width: 360px;
}

.home_adv_group {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 250px 0;
    margin-top: 80px;
}



.umt_product_filter {
    display: none;
}

.d_segment_reg_log {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.register_account_type {
    display: none;
}

.latest_prod_group .col-lg-4:nth-child(n+4){
    display: none;
}

.home_term_image img{
    width: 100%;
}

.home_term_image {
    overflow: hidden;
    border-radius: 12px;
}

.category_quick_info_group {
    background: #E5E5E5;
    padding: 40px;
    border-radius: 16px;
}

.category_quick_info .g_text {
    font-size: 24px;
    width: 520px;
    text-align: justify;
}

.child_page_content {
    text-align: justify;
}

.qi_term_group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.qi_term_group .qi_term_item img {
    /*width: 100%;*/
    height: 125px;
    border-radius: 100%;
    width: 125px;
}

.qi_term_group .qi_term_item {
    margin-left: 24px;
    text-align: center;
    /* flex: 1 1 auto !important; */
}
.qi_term_group .qi_term_item:first-child {
    margin-left: 0;
}
.qi_term_group .qi_term_item .g_title {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.common_box {
    background: #E5E5E5;
    border-radius: 16px;
    padding: 15px 20px;
    margin-top: 16px;
    font-size: 14px;
}

.common_box:first-child {
    margin-top: 0;
}

.common_ziczac_block h2{
    font-size: 32px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
    font-family: "Acumin Pro";
}

.banner_core_group img{
    width: 100%;
    aspect-ratio: 1900 / 900;
    object-fit: cover;
}
.flexible_image img{
    width: 100%;
}
.umt_cqi_group {
    /* width: 40%; */
}

.ap_order_item a.ap_order_href {
    display: block;
}

.cart_image_block {
    position: relative;
}
.cart_image_block .g_number {
    font-size: 13px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    line-height: 18px;
    text-align: center;
    background: #D9D9D9;
    position: absolute;
    right: -9px;
    top: -9px;
}
.ap_order_item .g_image_list {
    margin-top: 20px;
}

.single_product_image_item img{
    width: 100%;
}

.common_cart_item_info {
    display: flex;
    flex-wrap: wrap;
}

.common_cart_item_info .cart_image_block {
    width: 80px;
}

.common_cart_item_info .cart_image_text {
    margin-left: 16px;
}

.umt_ap_order_delivery {
    margin-top: 20px;
}
.umt_ap_order_delivery .g_tel, .umt_ap_order_delivery .g_address {
    color: #666;
}

.ap_order_item.ap_order_single .g_image_list {
    margin-top: 40px;
}
.ap_order_item.ap_order_single .common_cart_item_info {
    margin-top: 20px;
}
.ap_order_item.ap_order_single .common_cart_item_info:first-child {
    margin-top: 0;
}

.ap_order_item.ap_order_single .g_total {
    font-size: 20px;
}

.ap_order_item.ap_order_single .g_sub_info .g_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
}
.ap_order_item.ap_order_single .g_sub_info {
    border-top: 1px solid #BCC0C6;
    padding-top: 10px;
    margin-top: 10px;
}


.single_order_detail {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
}


/*#homepage .d_segment_banner {*/
/*    visibility: hidden;*/
/*}*/

/*#homepage.loaded_banner .d_segment_banner {*/
/*    visibility: visible;*/
/*}*/


.d_quick_info_banner_abs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    /*transition: 2s;*/
    opacity: 1;
    visibility: visible;
}

/*.d_quick_info_banner_abs.hide {*/
/*    opacity: 0;*/
/*}*/


.d_quick_info_banner {
    /*height: 1210px;*/
    height: 100vh;
    max-height: 250vw;
    position: relative;
    overflow: hidden;
}

.banner_full img {
    /*height: 1210px;*/
    height: 100vh;
    max-height: 250vw;
    /*width: max-content;*/
    /*filter: blur(50px);*/
    filter: blur(50px);
    object-fit: cover;
    object-position: center;
}

.banner_full {
    position: absolute;
    /*left: -200px;*/
    left: 0;
    top: 0;
    transition: 3s;
    /*width: max-content;*/
    z-index: 10;
}

/*.init_load .banner_full {*/
/*    left: 0;*/
/*}*/

.left_position .banner_full {
    left: -200px;
}



.d_quick_info_banner .g_blur_bg {
    position: absolute;
    z-index: 20;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
}

.qib_text {
    position: absolute;
    z-index: 20;
    left: 40px;
    top: 50%;
    transform: translate(0,-50%);
    color: #fff;
    font-size: 72px;
    font-family: "Acumin Pro Condensed", sans-serif;
    /*font-weight: bold;*/
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*height: 108px;*/
    height: 72px;
}
.qib_text.adjust_position {
    top: 40%;
}
.qib_ladoree.adjust_position {
    bottom: 20px;
}

.qib_text .std_text {
    width: 33.33%;
    position: relative;
}

.qib_text .std_text span {
    opacity: 0;
    left: -60px;
    transition: left 3s;

    position: absolute;
    top: 0;

    line-height: 1;

}

.qib_text .std_text.load span {
    opacity: 1;
    left: 0;
}


/*.qib_text .std_text span.text1 {*/
/*    transition: left 2s;*/
/*}*/

/*.qib_text .std_text span.text2 {*/
/*    transition: left 1.5s;*/
/*}*/
/*.qib_text .std_text span.text3 {*/
/*    transition: left 1s;*/
/*}*/



.qib_ladoree img {
    /*max-height: calc(50vh - 36px - 40px);*/
    width: 100%;
    /*margin: 0 auto;*/
}




/*.qib_text .std_text.text1.load span {*/
/*    left: 0;*/
/*}*/
/*.qib_text .std_text.text2.load span {*/
/*    left: 0;*/
/*}*/
/*.qib_text .std_text.text3.load span {*/
/*    left: 0;*/
/*}*/



/*.init_load .qib_text .std_text span {*/
/*    opacity: 1;*/

/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

.qib_ladoree {
    position: absolute;
    z-index: 20;
    width: 100%;
    padding: 0 40px;
    left: 0;
    bottom: 40px;
    text-align: center;
}

/*.qib_ladoree img {*/
/*    max-height: 30vh;*/
/*    width: 100%;*/
/*}*/



.banner_item.g_banner {
    position: relative;
}
.banner_item.g_banner .banner_text {
    position: absolute;
    width: calc(100% - 80px);
    left: 40px;
    bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner_item.g_banner .banner_text .g_title {
    font-size: 180px;
    font-family: "Acumin Pro Condensed", sans-serif;
    color: #fff;
    line-height: 1;
}
.banner_item.g_banner .banner_text .g_text {
    width: 450px;
}
.banner_item.g_banner .banner_text .g_content {
    font-size: 22px;
}

.banner_item.g_banner .banner_text .g_button {
    margin-top: 16px;
}

.banner_item.g_banner img{
    /*height: 1210px;*/
    height: 100vh;
    max-height: 250vw;
    width: 100%;
    object-fit: cover;



}

.banner_item.g_banner.banner_index_1 img {
    /*object-position: left;*/
    /*width: max-content;*/

    width: 100%;
    /*object-position: left;*/
    object-position: center;

}


.banner_full img {
    width: 100%;
    /*object-position: left;*/
    object-position: center;

}

.banner_full {
    width: 100%;
}



.common_prod_album .g_main_image img{
    width: 100%;
}

.common_prod_album {
    /*background: url("img/gallery_main.png") no-repeat center;*/
    background-size: cover;
    /* padding: 20px 30px; */
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.common_prod_album img{
    width: 100%;
}

.common_prod_album .g_main_title{
    font-size: 164px;
    font-family: "Acumin Pro Condensed", sans-serif;
    line-height: 1;
    color: #fff;
}
.common_prod_album .g_main_content {
    color: #fff;
    width: 50%;
    margin-top: 10px;
}

.common_prod_album .g_button {
    margin-top: 30px;
}

.common_prod_album .g_prod_list {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 100px; */
    position: absolute;
    bottom: 24px;
    left: 20px;
}
.common_prod_album .g_prod_list .g_item {
    width: 85px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 8px;
}
.common_prod_album .g_prod_list .g_item:first-child {
    margin-left: 0;
}


.common_prod_album.g_full_height {
    /*! height: 100%; */
    display: flex;
    flex-direction: column;


    aspect-ratio: 19/11;

}
.common_prod_album.g_full_height .g_prod_list {
    margin-top: auto;
}

.fixed_product_cart {
    width: 235px;
    position: fixed;
    z-index: 9999;
    right: 60px;
    top: 50%;
    transform: translate(0,-50%);
    /*background: rgba(255,255,255,0.8);*/
    /*opacity: 0.95;*/
    /*background: #fff;*/
    padding: 19px;
    border-radius: 16px;
    background: rgba(240, 241, 240, 0.8);
    display: none;
}

.fixed_product_cart:not(.active) {
    display: none !important;
}

.fixed_product_cart.active {
    display: block !important;
}



.fixed_product_cart .product_excerpt {
    margin-top: 4px;

}

.quick_add_with_price {
    font-size: 14px;
    background: #492962;
    color: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    margin-top: 15px;
    cursor: pointer;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}

.fixed_product_cart .product_img {
    width: 140px;
    margin: 0 auto;
    margin-top: 15px;
}

.fixed_product_cart .product_item.g_product {
    /*text-align: left;*/

    text-align: center;
}
.fixed_product_cart .product_title {
    margin-top: 0;
}

.form_newsletter .g_input input {
    font-size: 12px;
    color: #fff;
    background: 0 0;
    border: none;
    width: 100%;
    padding: 0;
    outline: none;
    min-height: auto;
}
.form_newsletter .g_input {
    padding-bottom: 13px;
    margin-bottom: 24px;
    border-bottom: 1px solid #FBFBFB;
}

.form_newsletter .g_submit input {
    font-size: 12px;
    background: #FBFBFB;
    color: #666;
    padding: 10px 12px;
    border-radius: 29px;
}
.form_newsletter .g_input input::placeholder {
    color: #FBFBFB;
}
.form_newsletter {
    /*padding-top: 10px;*/
}

.footer_form_item {
    width: 400px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #AEA1CE;
}
.wpcf7-not-valid-tip {
    color: #ffb900;
}

/*.payment_type_item.selected {*/
/*    border: 2px solid #AEA1CE;*/
/*}*/

.payment_type_item .g_icon i{
    font-size: 30px;
    text-align: center;
    color: #999;
}







.cart_sub_info_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}
.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: #4b2b72;
    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 #B0B0B0;
    border-radius: 8px;
    margin-top: 14px;
    padding: 15px;
    position: relative;
    cursor: pointer;
}
.payment_type_item.selected {
    border: 2px solid #4b2b72;
}
.payment_type_item .g_icon {
    width: 40px;
    font-size: 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: #4b2b72;
    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 .cart_component_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#page_gio_hang .order_group_umt {
    width: calc(100% - 510px);
    /* border: 1px solid #BCC0C6; */
    /* padding: 20px; */
    /* border-radius: 8px; */
}
#page_gio_hang .payment_money_group {
    width: 440px;
    border: 1px solid #BCC0C6;
    border-radius: 16px;
    padding: 30px;
}

.coupon_component {
    margin-left: 16px;
    width: 130px;
}
.coupon_component input {
    height: 36px;
    min-height: auto;
    border: 1px solid #B0B0B0;
    background: rgba(255,255,255,0.5);
    border-radius: 16px;
}
.coupon_component input::placeholder {
    color: #B0B0B0;
}

.continue_to_payment {
    margin-top: 16px;
}

.continue_to_payment a{
    display: block;
    font-weight: 700;
    color: #fff;
    background: #4b2b72;
    border: none;
    border-radius: 40px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}

.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;
}
.order_customer_info {
    margin-top: 30px;
}

.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: #4b2b72;
}
.po_detail_item table {
    background: #f9f9f9;
}
.text_right {
    text-align: right;
}


#payment_page .continue_to_payment {
    display: none;
}

#show_quick_cart.disabled {
    /* display: none; */
    opacity: 0;
    z-index: -1;
    /*height: 0;*/

}
#show_quick_cart {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    max-height: 250vw;
    transition: 0.5s;
    z-index: 99999;
    padding: 40px 30px;
    background: rgba(255,255,255,0.8);
    width: 440px;
    backdrop-filter: blur(8px);
}

#show_quick_cart .cart_pro_item .g_total {
    display: none;
}

#show_quick_cart .cart_pro_item .g_action_group {
    width: auto;
    margin-top: auto;
}

#show_quick_cart .cart_pro_item .g_content {
    width: 175px;
}
#show_quick_cart .cart_pro_item .g_action {
    /* margin-top: 28px; */
}

.quick_cart_component {
    position: relative;
    /*z-index: 99;*/
    height: 100%;
}
.quick_cart_component .g_close_cart {
    position: absolute;
    font-size: 36px;
    right: 0;
    top: -8px;
    cursor: pointer;
}

.ladoree_order_detail {
    margin: 20px auto;
    /*margin-top: 40px;*/
    max-width: 800px;
}

.cart_main_title {
    font-size: 36px;
    font-family: "Acumin Pro Condensed", sans-serif;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
}
#cart_component {
    font-size: 14px;
}

.order_progress {
    margin-bottom: 20px;
}

.order_progress .g_progress {
    position: relative;
    height: 8px;
    border-radius: 20px;
    background: #E5E5E5;
    margin-top: 10px;
}
.order_progress .g_progress .account_percent {
    position: absolute;
    left: 0;
    top: 0;
    height: 8px;
    border-radius: 20px;
    background: #4b2b72;
}
.order_reach {
    color: #4b2b72;
}

.cart_title_1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
}

.cart_title_0 {
    display: none;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
}

#payment_page .cart_title_0 {
    display: block;
}

#payment_page .cart_title_1 {
    display: none;
}

#payment_page .cart_main_title {
    display: none;
}
#show_quick_cart .cart_title_1 {
    display: none;
}
#show_quick_cart .payment_money_group {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    margin-top: 60px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.order_submit_btn input {
    display: block;
    font-weight: normal;
    color: #fff;
    background: #4b2b72;
    border: none;
    border-radius: 40px;
    padding: 12px 20px;
    text-align: center;
    width: max-content;
    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}

.quick_cart_more {
    display: none;
}

#show_quick_cart .quick_cart_more {
    display: block;
    font-size: 12px;
    margin-bottom: 30px;
}
#show_quick_cart .quick_cart_more a{
    font-size: 12px;
    text-decoration: underline;
}

#show_quick_cart .cart_main_title {
    margin-bottom: 0;
    line-height: 1;
}


.vtech_item img{
    width: 100%;
}
.community_item img{
    width: 100%;
}
.account_bg_group .g_image img{
    width: 100%;
    border-radius: 16px;
}

/*.product_item .g_cart_action {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.product_item .g_cart_action*/

.g_content > *:last-of-type {
    margin-bottom: 0;
}

.g_add_to_bag:hover {
    background: #AEA1CE;
    color: #fff;
}


/*.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;
}

table.exported_table thead tr th {
    text-align: center;
}


/*#quick_cart_overlay {*/
/*    content: '';*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    background: rgba(0,0,0,0.15);*/
/*    position: fixed;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: 10;*/
/*}*/


/*.order_group_umt {*/
/*    !*max-height: calc(100vh - 300px);*!*/
/*    max-height: 400px;*/
/*    overflow: hidden;*/
/*}*/

/*.order_group_umt:hover {*/
/*    overflow: auto;*/
/*}*/

#show_quick_cart .order_group_umt {
    max-height: calc(100vh - 526px);
    overflow: auto;
}

#show_quick_cart .order_group_umt:hover {
    overflow: auto;
}


.g_add_to_bag.g_loading {
    pointer-events: none;  /* Không cho click */
    /*cursor: wait !important;          !* Biểu tượng loading khi hover *!*/
    /*opacity: 0.6;          !* Tuỳ chọn: làm mờ *!*/

    position: relative;
}

.g_add_to_bag.g_loading:hover:before {
    content: '';

}

.g_add_to_bag.g_loading: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;
}


/*.quick_cart_component.g_loading {*/
/*    position: relative;*/
/*}*/

/*.quick_cart_component.g_loading:after {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: rgba(255, 255, 255, .5);*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/





#quick_cart_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .5);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#quick_cart_overlay.disabled {
    display: none;
}

.d_footer_item.footer_company_item {
    max-width: 420px;
}
.d_footer_item {
    line-height: 1.8;
}
.thanhtoan_dongy {
    margin-top: 20px;
}



#ddlcity1.g_loading {
    pointer-events: none;  /* Không cho click */
    /*cursor: wait !important;          !* Biểu tượng loading khi hover *!*/
    /*opacity: 0.6;          !* Tuỳ chọn: làm mờ *!*/

    position: relative;
}

#ddlcity1.g_loading:hover:before {
    content: '';

}

#ddlcity1.g_loading: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;
}

b, strong {
    font-weight: 600;
}

.payment_excerpt {
    margin-top: 8px;
}



.hidden_product {
    display: none !important;
}
.d_segment_chaomung {
    position: relative;
}
.chaomung_image img {
    width: 100%;
    /*height: calc(100vh - 60px);*/
    object-fit: cover;
}
.chaomung_text {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 80px;
    transform: translate(-50%,0);

    width: 1000px;
    max-width: 100%;
}

.chaomung_text .g_title {
    text-align: center;
    font-size: 72px;
    font-family: "Acumin Pro Condensed", sans-serif;
    text-transform: uppercase;
}

.chaomung_text .g_content {
    width: 800px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
}

.chaomung_text .join_us_now_btn {
    margin-top: 40px;
}

.join_us_now_btn.g_button a {
    margin: 0 auto;
}

.chaomung_image_item img{
    width: 100%;
}

.chaomung_image_item .autosize {
    padding-bottom: 42%;
}

.chaomung_image_item {
    margin-top: 20px;
}

.d_segment_community {
    /*display: none;*/
}


/*.slick-slide {*/
/*    transition: transform .6s ease, opacity .6s ease;*/
/*    opacity: .7;*/
/*}*/
/*.slick-slide.slick-current {*/
/*    transform: scale(1.02); !* phóng nhẹ slide đang active *!*/
/*    opacity: 1;*/
/*}*/

.flexible_image img {
    border-radius: 16px;
}

/*.ap_order_item.ap_order_single .po_payment {*/
/*    position: absolute;*/
/*    top: 70px;*/
/*    right: 20px;*/
/*    background: #4b2b72;*/
/*    color: #fff;*/
/*    border-radius: 8px;*/
/*    padding: 7px;*/
/*}*/





.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;
}

.ap_order_item .payment_status {
    text-align: center;
    position: absolute;
    top: 70px;
    right: 20px;
    background: #4b2b72;
    color: #fff;
    border-radius: 8px;
    padding: 7px;
    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}

.payment_status {
    color: #fff;
}



.ap_order_item .payment_status.g_success{
    color: #fff;
}
.ap_order_item .payment_status.g_wait{
    color: #fff;
}
.ap_order_item .payment_status.g_wait a{
    color: #fff;
    position: relative;
    width: 100%;
    display: block;
}
.ap_order_item .payment_status.g_wait a:hover {
    /*background: #0d95e8;*/
    /*color: #fff;*/
    /*padding: 3px 5px;*/
    /*border-radius: 4px;*/

    color: transparent;


}


.product_discount, p.detail_precent {
    display: none;
}

.d_segment_chaomung {
    position: relative;
}
.compound_account_button {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
}

.hello_register_btn {
    margin-left: 10px;
}
.compound_account_button .g_button a {
    min-width: 140px;
    text-align: center;
    font-size: 20px;
}
.prod_category_banner .g_image img {
    width: 100%;
}
.d_segment_no_decide {
    background: #CDD7D3;
    text-align: center;
    padding: 60px 0;
    margin-top: 60px;
}
.d_segment_no_decide .g_title {
    font-size: 20px;
}
.d_segment_no_decide .g_content {
    margin-top: 18px;
}
.d_segment_no_decide .g_button a{
    margin: 0 auto;
}
.d_segment_no_decide .g_button a{
    margin-top: 25px;
}

.ladoree_sort {
    border-radius: 29px;
    padding: 16px;
    background: #E5E5E5;
}
.sort_main_value {
    cursor: pointer;
}

.sort_sub_option {
    display: none;
    color: #666;
    margin-top: 10px;
}
.ladoree_sort.selecting .sort_sub_option {
    display: block;
}
.ladoree_sort.selecting {
    border-radius: 15px;
    padding-right: 40px;
}
.sort_sub_option_item {
    cursor: pointer;
}
.sort_sub_option_item:hover {
    color: #333;
}



.single_more_popup {
    display: none;
}
.single_more_popup.active {
    display: block;
}

.single_more_popup {
    width: 700px;
    max-width: 100%;
    padding: 40px 32px;
    border-radius: 16px;
    /*background: #e9e9e9;*/
    background: #fbfbfb;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.single_more_popup .g_close {
    position: absolute;
    top: 10px;
    right: 13px;
    cursor: pointer;
    font-size: 32px;
    /* height: 32px; */
    line-height: 1;
}
.single_more_content > *:last-of-type {
    margin-bottom: 0;
}
.single_more_content {
    max-height: 80vh;
    overflow-y: auto;
}

.read_full_btn .g_view_more_btn {
    cursor: pointer;
    margin-top: 50px;
    text-decoration: underline;
}
.read_full_btn .g_view_more_btn i{
    display: inline;
}
.read_full_btn .g_view_more_btn:hover {
    color: #4b2b72;
}


.read_full_btn_2 .g_view_more_btn {
    cursor: pointer;
    margin-top: 50px;
    text-decoration: underline;
}
.read_full_btn_2 .g_view_more_btn i{
    display: inline;
}
.read_full_btn_2 .g_view_more_btn:hover {
    color: #4b2b72;
}

.search_menu_btn:hover {
    color: #4b2b72;
}

.filter_popup {
    display: none;
}
.filter_popup.active {
    display: block;
}

.filter_popup {
    min-width: 480px;
    max-width: 100%;
    width: max-content;
    padding: 32px;
    border-radius: 16px;
    background: #e9e9e9;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.filter_popup .g_close {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
    font-size: 32px;
}
.filter_item_list .g_item {
    background: #fff;
    padding: 12px;
    border-radius: 16px;
    margin: 8px;
    cursor: pointer;
    user-select: none;
}

.filter_item_list .g_item:hover {
    background: #999;
    color: #fff;
}
/*.filter_item_list .g_item.active {*/
/*    background: #666;*/
/*    color: #fff;*/
/*}*/
.filter_item_list .g_item.selected {
    background: #666;
    color: #fff;
}

.boloc_apply {
    background: #4b2b72;
    color: #fff;
    padding: 12px;
    border-radius: 16px;
    /* margin: 8px; */
    cursor: pointer;
    user-select: none;
    margin-top: 16px;
    width: max-content;

    display: none;
}


.filter_item_list {
    display: flex;
    margin: -8px;

}
.filter_title {
    font-size: 32px;
}

.boloc_item {
    padding: 24px 0;
    border-bottom: 1px solid #BCC0C6;
}
.filter_item_title {
    margin-bottom: 16px;
}

.linked_products {
    display: flex;
    flex-wrap: wrap;
}

.linked_product_item img {
    width: 114px;
    height: 114px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid #E5E5E5;
}
.linked_product_item {
    position: relative;
}
.linked_product_item .linked_add_to_cart {
    position: absolute;
    bottom: 8px;
    right: 8px;
    cursor: pointer;
    background: #d9d9d9;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.linked_product_item {
    margin-right: 6px;
}

.match_with {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 100px;
}

.quick_add_with_price:hover {
    background: #AEA1CE;
    color: #fff;
}

.quick_add_with_price .g_add_to_bag:hover {
    background: none;
    color: #fff;
}
.sub_login_title {
    margin-top: 5px;
    margin-bottom: 16px;
}

.d_segment_reg_log .d_input_item input {
    height: 56px;
    background: #E5E5E5;
    border-radius: 8px;
    border: 1px solid #BCC0C6;
}
.d_segment_reg_log .d_input_item {
    margin-top: 16px;
}

.login_btn_action button {
    padding: 7px 16px;
    border-radius: 36px;
    display: block;
    width: max-content;
    background: #4b2b72;
    color: #fff;
    border: none;

    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}
.compound_login_btn {
    display: flex;
    margin-top: 16px;
}
.compound_login_btn .d_forget_password {
    margin-left: auto;
    margin-top: auto;
    font-size: 12px;
    color: #666;
    /*text-decoration: underline;*/
}
.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: block;
    width: max-content;
    background: #F0F1F0;
    border: 1px solid #BCC0C6;
    color: #666;

    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}
.register_btn_2 {
    margin-top: 24px;
}
.not_have_acc {
    padding: 24px 16px;
    border-radius: 7px;
    background: #fbfbfb;
    margin-top: 32px;
}

.d_segment_reg_log .d_location_tel input {
    height: 56px;
    background: #E5E5E5;
    border-radius: 8px;
    border: 1px solid #BCC0C6;
}
.membership_banner2 img{
    width: 100%;
}

.search_menu_btn {
    cursor: pointer;
}
.search_popup {
    display: none;

    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 9999;
}
.search_popup.active {
    display: block;
}

.search_component {
    width: 1200px;
    max-width: calc(100% - 20px);
    padding: 40px;
    /*height: 100%;*/
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgba(251, 251, 251, 0.6);
    backdrop-filter: blur(30px);
    border-radius: 24px;
}

.lad_search input {
    border: none;
    background: #fbfbfb;
    border-radius: 36px;
    height: 50px;
    padding: 0 16px;
}
.lad_search input::placeholder {
    color: #B0B0B0;
}
.top_search_title {
    font-size: 20px;
    margin-bottom: 20px;
}
.history_search {
    margin-top: 30px;
}

.search_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.umt_head_search {
    width: calc(100% - 50px);
    padding-right: 16px;
}

.umt_head_search_close {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #fbfbfb;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search_page .child_page_title h1 {
    font-size: 48px;
}

.search_type {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 16px;
}

.menu_tab_type_item {
    background: #E5E5E5;
    color: #B0B0B0;
    padding: 5px 16px;
    border-radius: 16px;
    font-size: 12px;
}

.menu_tab_type_item.active {
    background: #333;
    color: #fff;

}

.mobile_menu_toggle {
    /*display: none;*/
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    z-index: -1;
    height: calc(100vh - 40px);
    overflow-y: auto;
    margin-top: 0;
}
.mobile_menu_toggle.active {
    display: block;
    visibility: visible;
    opacity: 1;
    padding-top: 20px;
    position: unset;
    margin-top: 20px;
}
.hot_products .g_tab_type {
    display: flex;
}

.product_item.g_product.m_lanscape {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 8px 12px;
    background: #FBFBFB;
    border-radius: 16px;
    margin-top: 8px;
    font-size: 12px;
}

.product_item.g_product.m_lanscape .product_excerpt {
    font-size: 12px;
    margin-top: 8px;
    text-align: left;
    min-height: unset;
}

.product_item.g_product.m_lanscape .product_img{
    width: 60px;
}

.product_item.g_product.m_lanscape .product_summary{
    width: calc(100% - 55px);
    padding: 0;
    padding-left: 12px;
}

.product_item.g_product.m_lanscape .product_title {
    margin-top: 0;
    text-align: left;
}
.mobile_menu_toggle .umt_head_search {
    margin-top: 16px;
    width: 100%;
    padding-right: 0;
}
.mobile_menu_toggle .umt_head_search input{
    background: #E5E5E5;
    width: 100%;
}

.menu_item_large_value .g_item{
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
}
.menu_item_large_value {
    margin-top: 16px;
}

.menu_item_small_value {
    margin-top: 20px;
}
.menu_item_small_value .g_item a {
    color: #666;
    font-size: 12px;
}
.menu_item_small_value .g_item {
    margin-top: 8px;
}

.main_breadcrumbs {
    display: none;
}

#menu_bar_icon .umt_active {
    display: none;
}

#menu_bar_icon.active .umt_normal {
    display: none;
}
#menu_bar_icon.active .umt_active {
    display: block;
}

.checkout_process {
    display: flex;
    flex-wrap: wrap;
    color: #B0B0B0;
    align-items: center;
}
.checkout_process a{
    color: #B0B0B0;
}
.checkout_process a:hover {
    color: #333;
}
.checkout_process span {
    color: #333;
}
.checkout_process .g_arrow {
    padding: 0 8px;
}

.thanhtoan_title {
    font-size: 32px;
    margin-bottom: 10px;
}

.update_user_btn input {
    padding: 7px 16px;
    border-radius: 36px;
    display: block;
    width: max-content;
    background: #4b2b72;
    color: #fff;
    border: none;

    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}
.alert {
    border-radius: 8px;
}

.follow_me_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -4px -8px;
    list-style: none;
}
.follow_me_list ul li{
    padding: 4px 8px;
}

.embedded_social_list {
    display: flex;
}
.embedded_social_item {
    margin-left: 20px;
}

.single_prod_iframe iframe {
    width: 100%;
    border-radius: 24px;
    aspect-ratio: 3/4;
    height: 100%;
    /*height: auto;*/
}
.community_item img {
    border-radius: 16px;
}
.d_segment_no_decide {
    display: none;
}

.product_item.g_news .product_img{
    border-radius: 8px;
}


.lad_search {
    position: relative;
}

.lad_search input {
    width: 100%;
    padding: 0 24px;
    /*font-family: 'Acumin Pro Condensed';*/
    padding-top: 3px;
}

.custom-placeholder {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none; /* không cản trở gõ chữ */
    /*font-family: 'Acumin Pro Condensed';*/
    padding-top: 3px;
}

.lad_search input:focus + .custom-placeholder,
.lad_search input:not(:placeholder-shown) + .custom-placeholder {
    display: none; /* ẩn khi có focus hoặc nhập */
}





.mobile_menu_toggle .lad_search input::placeholder {
    color: #666;
}
.mobile_first_order {
    position: relative;
}
.single_prod_sum_group {
    padding: 40px 0;
}


.single_prod_summary .umt_single_add_to_cart {
    /*width: 100%;*/
}

.membership_banner {
    position: relative;
}
.membership_banner_text {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.membership_banner_text .g_title {
    font-size: 72px;
    font-family: "Acumin Pro Condensed", sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
}
.membership_banner_text .g_content {
    text-align: center;
    margin-top: 20px;
}
.membership_banner img{
    width: 100%;
}
.membership_banner_text .umt_partner_btn a{
    margin: 0 auto;
    font-size: 14px;
}

.membership_show {
    display: none;
}
.umt_menu_item .umt_partner_btn {
    font-family: "Acumin Pro";
    font-weight: normal;
    transform: unset;
    text-transform: none;
    margin-top: 0;
}
.umt_menu_item .umt_partner_btn a{
    font-size: 14px;
}

#membership_page .aff1_intro{
    width: 67%
}
#membership_page .aff1_intro .small_size {
    margin-top: 40px;
    width: 50%;
    color: #666;
}

.technology_block::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.technology_block {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.mobile_first_order::-webkit-scrollbar,
.d_Segment_vct_tech::-webkit-scrollbar,
.umt_acc_item_group_total::-webkit-scrollbar
{
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.mobile_first_order, .d_Segment_vct_tech,
.umt_acc_item_group_total
{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


.latest_prod_title_group .common_title h3,
.d_segment_technology .common_title h3,
.d_segment_core .common_title h3,
.d_segment_usage .common_title h3{
    font-family: "Acumin Pro";
    text-transform: unset;
}

.d_segment_usage .common_title {
    margin-bottom: 10px;
}

.mini-cart .cart_pro_item .g_content {
    width: calc(100% - 120px);
    padding-left: 16px;
}

.mini-cart .cart_pro_item .g_image {
    width: 80px;
}

.mini-cart .cart_pro_item .g_action, .mini-cart .cart_pro_item .g_action_group {
    /* display: none; */
}

.payment_order_summary_toggle {
    display: none;
    background: #E5E5E5;
    border-top: 1px solid #BCC0C6;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #BCC0C6;
    padding: 15px 10px;
    margin-bottom: 24px;
}
.payment_order_summary_toggle .g_title {

}
.payment_order_summary_toggle .g_value {
    font-size: 20px;
}

.thanhtoan_main {
    padding: 40px 0;
}

.cart_image_block .g_image img {
    border-radius: 8px;
}

.product_title  p{
    margin-bottom: 0;
}

.banner_video_iframe {
    text-align: center;
}

.banner_video_iframe iframe {
    width: 100%;
    /*border-radius: 24px;*/
    aspect-ratio: 16 / 9;
    height: 100%;
    /* height: auto; */
    max-width: 2560px;
    margin: 0 auto;
}

.child_page_content h1, .spt_content_group h1 {
    font-size: 2.5rem;
}

.child_page_content h2, .spt_content_group h2 {
    font-size: 2rem;
}

.child_page_content h3, .spt_content_group h3 {
    font-size: 1.75rem;
}

/*.partner_content a{*/
/*    color: #4b2b72;*/
/*}*/

.product_item.g_news .product_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;

    -webkit-line-clamp: 1;
    min-height: calc(1.4em * 1);
    line-height: 1.4em;
}

.product_excerpt, .product_title {
    text-align: left;
}


.product_item.g_product .product_excerpt, .product_item.g_product .product_title {
    text-align: center;
}


.fg_get_code {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: right;*/
    width: max-content;
    text-transform: uppercase;
    /* background: #006CC7; */
    color: #4b2b72;
    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; */
    font-family: "Acumin Pro Condensed", sans-serif;
    margin-top: 10px;
}

.fg_change_pass {
    cursor: pointer;
    /* margin: 0 auto; */
    margin-top: 16px;
    padding: 7px 16px;
    border-radius: 36px;
    display: block;
    width: max-content;
    background: #4b2b72;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}
.fg_change_pass svg {
    fill: #fff;
}
.fg_new_info .fg_item {
    margin-top: 10px;
}




.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 span {
    display: block;
    padding: 5px .5rem;
    border-radius: 8px;
    /* border: 1px solid #BCC0C6; */
}
.change_pass_validate span {
    display: block;
    padding: 5px .5rem;
    border-radius: 8px;
}

.code_validate {
    /*text-align: right;*/
}
.code_validate span.g_error {
    background: #cdd7d3;
}
.code_validate span.g_success {
    background: #cdd7d3;
}

.change_pass_validate {
    /*text-align: right;*/
    margin-top: 16px;
}
.change_pass_validate span.g_error {
    background: #cdd7d3;
}
.change_pass_validate span.g_success {
    background: #cdd7d3;
}

input.txt_private_code {
    background: #E5E5E5;
}

.fixed_prod_component {
    position: relative;
}
.fixed_prod_component .g_minimize {
    position: absolute;
    z-index: 10;
    top: -17px;
    right: -11px;
    /* width: 16px; */
    /* height: 21px; */
    /* border-radius: 4px; */
    /* background: #492962; */
    color: #492962;
    cursor: pointer;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    font-size: 18px;
    /* width: 20px; */
}
.fixed_prod_component .g_minimize svg {
    height: 20px;
    width: 20px;
    fill: #492962;
}

.fixed_product_cart.minimize_cart .product_item {
    display: none;
}
.fixed_product_cart.minimize_cart {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #492962;*/
    /* padding: 0; */
    /* background: no-repeat; */
}

.fixed_product_cart.minimize_cart.active {
    display: flex !important;
}

.fixed_product_cart.minimize_cart .fixed_prod_component .g_minimize{
    position: unset;
}

.fixed_product_cart.minimize_cart .fixed_prod_component .g_minimize svg{
    fill: #fff;
}


.fixed_product_cart.minimize_cart .g_minimize{
    display: none;
}

.fixed_product_cart:not(.minimize_cart) .g_maximize {
    display: none;
}
.fixed_product_cart .g_maximize i, .fixed_product_cart .g_maximize{
    line-height: 1;
}
.fixed_product_cart .g_maximize {
    cursor: pointer;
    /* background: rgba(240, 241, 240, 0.8); */
    /* padding: 12px; */
    border-radius: 16px;
    font-size: 20px;
}
.mini-cart .cart_pro_item .g_action {
    padding: 0 8px;
    /* border: none; */
    font-size: 13px;
    width: 90px;
}

.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;
}


.auto_update_voucher {
    display: flex;
    align-items: center;
}
.auto_update_voucher input {
    margin-right: 3px;
}
.cart_sub_info_item.g_voucher .g_value {
    margin-left: 0;
}

.right_search_donhang button {
    padding: 7px 16px;
    border-radius: 36px;
    display: block;
    width: max-content;
    background: #4b2b72;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-family: "Acumin Pro Condensed", sans-serif;
}

input[type="checkbox"] {
    accent-color: #4b2b72; /* Màu xanh */
}

.page-link {
    color: #4b2b72;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #4b2b72;
    border-color: #4b2b72;
}

span.note_vate {
    /*font-size: 16px;*/
    color: #666;
    font-weight: normal;
}