/*#wpadminbar {*/
/*    display: none;*/
/*}*/

.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: 20px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.similar_products .group_title:before, .similar_news_title_2:before {
    position: absolute;
    content: '';
    left: 0;
    top: calc(100%);
    background: #116875;
    width: 50px;
    height: 2px;
}

.child_page_title h1 {
    font-weight: 500;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

/*.child_page_title h1:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 0;*/
/*    top: calc(100%);*/
/*    background: #116875;*/
/*    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: 12px;
    bottom: 12px;
    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: 12px;
    right: 12px;
    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: 6px;
    right: 6px;
}

.scale_effect:hover::after {
    top: 6px;
    bottom: 6px;
}


.scale_effect img {
    transition: 0.5s;
}

.scale_effect:hover img {
    transform: scale(1.2);
}

.scale_effect {
    overflow: hidden;
}

.d_pro_txt1 ul, .child_page_content ul {
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.deal_detail_name_long ul {
    padding-left: 1rem;
}

.deal_detail_name_long {
    margin-bottom: 24px;
}

.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, #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: 500;
}

.banner_text_group .g_btn a {
    font-weight: 500;
    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: 500;
    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: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.filter_box .g_item {
    padding: 3px 0;
}

.filter_box .g_item.g_active {
    color: #005DAC;
    font-weight: 500;
}

.preg_item .g_input input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.prg_title {
    font-weight: 500;
    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: 500;
}

.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;
    background: #e9e0cc;
    padding: 50px 0;
}

.banner_item {
    position: relative;
    /* top: 0; */
    /* left: 0; */
}

.banner_item:first-child {
    /* position: unset; */
}


.main_breadcrumbs {
    background: #ebebeb;
    padding: 5px 0;
    color: #333;
}

.main_breadcrumbs a {
    color: #333;
}

/*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;
}


/*timeline-slider*/
.timeline-slider:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.timeline-slider:not(.slick-initialized) > * {
    width: 100%;
}

.timeline-slider: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_3b*/
.slick_3b:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_3b:not(.slick-initialized) > * {
    width: 33.33%;
    padding: 0 10px;
}

.slick_3b:not(.slick-initialized) > *:nth-child(n+4) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}


/*slick_4*/
.slick_4:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_4:not(.slick-initialized) > * {
    width: 25%;
    padding: 0 10px;
}

.slick_4:not(.slick-initialized) > *:nth-child(n+5) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}


/*slick_5*/
.slick_5:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_5:not(.slick-initialized) > * {
    width: 20%;
    padding: 0 10px;
}

.slick_5:not(.slick-initialized) > *:nth-child(n+6) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slick_6*/
.slick_6:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_6:not(.slick-initialized) > * {
    width: 16.666%;
    padding: 0 10px;
}

.slick_6:not(.slick-initialized) > *:nth-child(n+7) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}


/*slick_impulse*/
.slick_impulse:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_impulse:not(.slick-initialized) > * {
    width: 16.66%;
    padding: 0 10px;
}

.slick_impulse:not(.slick-initialized) > *:nth-child(n+8) {
    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: 500;*/
/*    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: 500;*/
/*    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: 500;*/
/*}*/

/*.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: 500; */
    margin-left: auto;
}

.sub_formal_title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    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: #116875;
    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: 500;
    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_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;
}

.dform_item textarea {
    padding-top: 10px;
}

#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: 16px;
}

.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: #116875;
    border: none;
    border-radius: 8px;
    padding: 10px 0;
    text-align: center;
}

.order_information_component .g_main_title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.po_order_code {
    text-align: center;
    font-size: 16px;
    /*font-weight: 500;*/
    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: 500;
}

.po_payment {
    text-align: center;
    /*font-weight: 500;*/
    /*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: #116875;
}

.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: 500;
}

.order_submit_btn input {
    height: 46px;
}

#select_error {
    color: crimson;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    /* 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;
}

.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;
}


.banner-item {
    /* position: relative; */
    width: 74%;
    /* height: 670px; */
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center, center;
    font-size: 0;
    text-align: right;
}

.banner-inner {
    position: relative;
    width: 100%;
    height: 100%;
    /*float: left;*/

    min-height: 670px;
}

.banner-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 74%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.banner-item-small-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 560px;
    height: 100%;
    font-size: 0;
    display: flex;
    align-items: center;
}

.banner-item article {
    padding-right: 22.5%;
    z-index: 1;
    max-width: 91%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    /* float: none; */
    position: relative;
    z-index: 10;
}

.banner-item article .h1 {
    position: relative;
    padding-bottom: 30px;
    color: #fff;
    font-size: 38px;
}

.banner-item article .g_content {
    display: block;
    width: 100%;
    text-align: right;
    color: #ebebeb;
    /*padding-bottom: 35px;*/
    /*font-size: 15px;*/
    font-size: 20px;
}

/*.banner-item article p span {*/
/*    display: inline-block;*/
/*    max-width: 80%;*/
/*}*/

.g_more.g_btn a {
    display: block;
    width: max-content;
    color: #116875;
    background: #fff;
    padding: 8px 20px;
    font-size: 14px;
}

.g_more.g_btn.g_color a {
    background: #116875;
    color: #fff;
}

.banner-item article .g_more {
    margin-top: 15px;

}

.banner-item article .g_more a {
    /*color: #116875;*/
    /*background: #fff;*/
    /*padding: 10px 20px;*/
    margin-left: auto;
    font-size: 20px;
}

.btn-wrap {
    position: relative;
    display: inline-block;
}

.banner-item:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.d_segment_banner .container-wrapper {
    width: 90%;
    margin: 0 auto;
}

.banner-item-small img {
    padding: 30px;
    background: #fff;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.common_title {
    text-align: center;
    margin-bottom: 30px;
}

.common_title h2 {
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.d_segment_home_category {
    margin-top: 50px;
}

.home_category_item {
    text-align: center;

    padding-bottom: 32px;
    position: relative;
    background: #F5F0E6;
    height: 100%;
}

.home_category_item .g_more{
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.home_category_item .g_title {
    font-weight: 500;
    font-size: 16px;
    /* margin-top: 16px; */
}

.home_category_item .g_title h4 {
    font-size: 1.1rem;
    margin-bottom: 0;

    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*min-height: calc(1.2em * 2);*/
    /*line-height: 1.2em;*/
    /*-webkit-line-clamp: 2;*/
}

.home_category_item .g_more {
    /*margin-top: 8px;*/
    padding: 8px 0;
}

.product_title h4 {
    /*font-size: 18px;*/
    font-size: 1.1rem;
    margin-bottom: 0;
}


.common_sub_title {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 30px;
}

.d_segment_home_intro {
    margin-top: 50px;
}

.d_segment_home_intro .common_group_content {
    /* padding: 40px; */
    background: #116875;
}

.home_intro_group {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    width: 800px;

    margin: 0 auto;

    margin-top: 80px;
}

.home_intro_group .g_text {
    width: calc(50% - 15px);
}

.home_intro_group .g_image {
    width: calc(50% - 15px);
    position: relative;
    top: revert-layer;
    top: -40px;
}

.home_intro_group .g_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home_intro_group .g_title {
    color: #fff;
    /*font-weight: 500;*/
    text-transform: uppercase;
    /*font-size: 26px;*/
}

.home_intro_group .g_content {
    margin-top: 20px;
    color: #fff;
}

.home_intro_group .g_more.g_btn.g_color a {
    background: #d16a5a;
}

.home_intro_group .g_more.g_btn.g_color {
    margin-top: 20px;
}

.d_segment_home_processing {
    margin-top: 50px;
}

.processing_item {
    text-align: center;
    width: 33.333%;
    position: relative;
}

.processing_item .g_icon {
    background: #d16a5a;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    font-size: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.processing_group {
    display: flex;
    flex-wrap: wrap;
}

.processing_item .g_title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    margin-top: 16px;
}

.processing_item .g_content {
    margin-top: 8px;
}

.processing_item:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #d16a5a;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1;
}

.processing_item:first-child:before {
    width: 50%;
    left: 50%;
}

.processing_item:last-of-type:before {
    width: 50%;
    left: 0;
}

.home_newsletter_form .g_form_title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}

.home_newsletter_form .g_form_content {
    color: #fff;
    margin-top: 16px;
    text-align: center;
}

.home_newsletter_form {
    width: 500px;
    margin: 0 auto;
    background: #116875;
    padding: 30px;
    border-radius: 16px;
}

.d_segment_newsletter {
    /*background: url("img/ketnoi_bg.jpg");*/
    padding: 80px 0;
    margin-top: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_newsletter_form .dform_item_btn input {
    width: 100%;
    background: #d16a5a;
    color: #fff;
    text-transform: uppercase;
}

.home_newsletter_form .dform_item_btn {
    margin-top: 12px;
}

.d_segment_dream {
    margin-top: 50px;
}

.chapcanh_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chapcanh_image {
    width: calc(50% - 10px);
}

.chapcanh_text {
    width: calc(50% - 10px);
}

.chapcanh_content_group .g_title h2 {
    text-transform: uppercase;
    /*font-size: 32px;*/
}

.chapcanh_content_group .g_title {
    text-align: center;
}

.chapcanh_content_group .g_content {
    margin-top: 24px;
    /* text-align: center; */
    text-align: justify;
    text-align-last: center;
}

.chapcanh_content_group {
    background: #a6a57a;
    color: #fff;
    padding: 100px 16px;
    text-align: center;
}

.chapcanh_content_group .g_sub_title {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-top: 24px;
}

.chapcanh_content_group .g_more {
    text-align: center;
    margin-top: 36px;
}

.chapcanh_content_group .g_more a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
}

.chapcanh_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 100%;*/
    /*width: 100%;*/
}

.chapcanh_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.chapcanh_gallery .g_image {
    width: calc(50% - 10px);
}

.chapcanh_gallery .g_image img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.d_segment_impulse {
    margin-top: 50px;
}

.d_segment_home_news {
    margin-top: 50px;
}

.product_item .product_title {
    font-size: 16px;

    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/

    /*min-height: calc(1.2em * 2);  !* Chiều cao tối thiểu = 2 dòng (giả sử line-height = 1.2em) *!*/
    /*line-height: 1.2em;*/
    /*-webkit-line-clamp: 2;*/
}

.product_item .product_title h4{

    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;

    min-height: calc(1.2em * 2);  /* Chiều cao tối thiểu = 2 dòng (giả sử line-height = 1.2em) */
    line-height: 1.2em;
    -webkit-line-clamp: 2;
}

.product_item.g_news .g_more {
    margin-top: 8px;
}

.product_item.g_news .g_more a {
    color: #d16a5a;
    /*text-transform: lowercase;*/
    font-weight: 500;
    font-size: 14px;
}
.product_item.g_news .g_more a:first-letter {
    /*text-transform: uppercase;*/
}



.product_item.g_news .g_date {
    color: #d16a5a;
    margin-top: 4px;
    font-size: 12px;
}

.footer_company_info .g_item {
    display: flex;
    margin-top: 8px;
}

.footer_company_info .g_item:first-child {
    margin-top: 0;
}

.footer_company_info .g_icon {
    width: 25px;
    font-weight: 500;
}

.footer_company_info .g_text {
    width: calc(100% - 25px);
    padding-left: 4px;
}

.footer_logo img {
    max-height: 80px;
}

.footer_logo {
    margin-bottom: 26px;
}

.common_space {
    margin-top: 50px;
}

.footer_content ul li:not(:first-child) {
    margin-top: 8px;
}

.g_more a {
    font-size: 14px;
    /*text-transform: lowercase;*/
}
/*.g_more a::first-letter {*/
/*    text-transform: uppercase;*/
/*}*/


.home_category_item .g_product_text {
    background: #F5F0E6;
    padding: 15px 10px 10px 10px;
    color: #333;
}

.home_category_item .g_product_text a {
    color: #333;
}

/* Custom Timeline Dots Styling */
.company_history .slick-dots {
    justify-content: center;
    position: relative;
    transform: unset;
    margin-top: 80px;
    top: 0;
    left: 0;
}

.company_history .slick-dots:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 2px;
    background-color: #ddd;
    z-index: 1;
}

.company_history .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    line-height: 1;
}

.company_history .slick-dots li:not(:last-child) {
    margin-right: 25%;
}

.company_history .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ccc;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.company_history .slick-dots li.slick-active button {
    background: #116875;
    width: 20px;
    height: 20px;
    border: 3px solid white;
    box-shadow: 0 0 0 2px #116875;
}

/* Timeline Labels */
.company_history .slick-dots li:before {
    content: attr(data-year);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: bold;
    color: #666;
    white-space: nowrap;
}

.company_history .slick-dots li.slick-active:before {
    color: #116875;
}

.timeline_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeline_item .g_text {
    width: calc(50% - 15px);
}

.timeline_item .g_image {
    width: calc(50% - 15px);
}

.timeline_item .g_image img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.timeline_item .g_year {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 20px;
    /* background: #a6a57a; */
    /* padding: 6px 17px; */
    /* color: #fff; */
    border-radius: 4px;
    color: #D16A5A;
}

.timeline_item .g_title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
}

.company_history {
    margin-top: 50px;
}

.timeline_item .g_content {
    text-align: justify;
    /*text-align-last: center;*/
    color: #333;
}

.timeline_item .g_content > *:last-of-type {
    margin-bottom: 0;
}

.d_segment_vision {
    margin-top: 80px;
}

.tamnhin_group {
    display: flex;
    flex-wrap: wrap;
}

.tamnhin_item {
    width: 33.33%;
}

.tamnhin_item .g_image {
    height: 280px;
}


.tamnhin_item .g_image img {
    /*aspect-ratio: 3/2;*/
    object-fit: cover;
    height: 280px;
    width: 100%;
}

.tamnhin_item .g_text {
    padding: 30px;
    color: #fff;
    background: #116875;
    text-align: center;
    height: 280px;
}

.tamnhin_item .g_icon img {
    height: 70px;
    width: auto;
}

.tamnhin_item .g_title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
}

.tamnhin_item .g_content {
    margin-top: 12px;
    text-align: center;
    /*text-align: justify;*/
    /*text-align-last: center;*/
}

.tamnhin_item:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.tamnhin_item:nth-child(2) .g_image {
    order: 2;
}

.tamnhin_item:nth-child(2) .g_text {
    background: #116875;
}


/*.d_segment_thanhtuu {*/
/*    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #0f2027 100%);*/
/*}*/

.thanhtuu_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.thanhtuu_group .g_image {
    width: 40%;
}

.thanhtuu_group .g_text {
    width: 60%;
    padding-left: 30px;
}

.d_segment_thanhtuu {
    margin-top: 80px;
}

.thanhtuu_group .g_image img {
    width: 100%;
    height: 100%;
}

.thanhtuu_group .g_title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.4;
}

.thanhtuu_group .g_content {
    margin-top: 0;
    color: #333;
}

.thanhtuu_group .g_content h3 {
    color: #D16A5A;
    font-size: 1.5rem;
}

.thanhtuu_number {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
}

.thanhtuu_number .g_item {
    width: 30%;
    padding: 15px;
    text-align: center;
    border: 1px dashed #a6a57a;
}

.thanhtuu_number .g_item .g_number {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    color: #D16A5A;
}

.d_segment_loingo {
    margin-top: 120px;
    background: #f5f0e6;
}

.loingo_group {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
}

.loingo_group .g_text {
    width: 50%;
    padding: 50px 40px;
}

.loingo_group .g_image {
    width: 50%;
    position: relative;
    right: 0;
    top: -60px;
}

.loingo_group .g_image img {
    /* aspect-ratio: 3/2; */
    object-fit: cover;
}

.loingo_group .g_title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.loingo_group .g_content {
    margin-top: 16px;
    /*font-style: italic;*/
}

.d_segment_cta {
    padding: 80px 0;
}

.product_item.g_product .product_summary {
    background: #F5F0E6;
    padding: 15px 10px 10px 10px;
    color: #333;
    margin-top: 0;
    text-align: center;
}

.product_price {
    justify-content: center;
}

.product_item.g_product .product_excerpt {
    display: none;
}

.child_taskbar {
    display: none;
}


.faq_quick_info .g_title h1{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.faq_quick_info .g_content {
    margin-top: 24px;
}


.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: #fff;
}

.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: #fff;
}


.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: 60px;
    margin-bottom: 60px;
}

.umt_partner_btn a {
    display: block;
    width: max-content;
    color: #fff;
    background: #d16a5a;
    /* font-size: 12px; */
    padding: 11px 16px;
    border-radius: 29px;
}

.umt_partner_btn {
    margin-top: 24px;
}

.faq_total_group {
    background: url("img/faq_bg.jpg") no-repeat;
    background-size: cover;
    padding: 40px;
}

.main_breadcrumbs {
    font-size: 12px;
}

.tamnhin_item .g_icon {
    font-size: 50px;
    /*width: 40px;*/
    /*height: 40px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*border: 1px dashed #fff;*/

    text-align: center;
}

.timeline-slider .slick-track {
    display: block;
}

/*.thanhtuu_group .g_content h3{*/
/*    position: relative;*/
/*    padding-bottom: 4px;*/
/*}*/
/*.thanhtuu_group .g_content h3:before {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    content: '';*/
/*    background: #116875;*/
/*    width: 50px;*/
/*    height: 3px;*/
/*}*/

.thanhtuu_group .g_image .g_icon {
    height: 100%;
}

.loingo_image {
    display: flex;
}

.loingo_image .g_left {
    width: 45%;
    /*position: relative;*/
}

.loingo_image .g_right {
    width: 55%;
    padding-left: 10px;
}

.loingo_image img {
    width: 100%;
    height: 100%;
}

.loingo_image .g_left .g_item:nth-child(1) {
    height: 40%;
}

.loingo_image .g_left .g_item:nth-child(2) {
    height: 60%;
    padding-top: 10px;
}

.loingo_image .g_right .g_item:nth-child(1) {
    height: 60%;
}

.loingo_image .g_right .g_item:nth-child(2) {
    height: 40%;
    padding-top: 10px;
}

.loingo_group .slick_1 {
    height: 100%;
}

.cta_group {
    display: flex;
    flex-wrap: wrap;
}

.cta_group .g_image {
    width: calc(100% - 480px);
}

.cta_group .g_text {
    width: 480px;
    background: #a6a57a;
    color: #fff;
    padding: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cta_group .g_text .g_button {
    margin-top: 40px;
}

.cta_group .g_text .g_button a {
    width: max-content;
    display: block;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 8px 20px;
    color: #fff;
    font-weight: 500;
}

.cta_group .g_text .g_content {
    margin-top: 16px;
}

.cta_group .g_text .g_button a:hover {
    background: #fff;
    border-color: #fff;
    color: #a6a57a;
}

.home_impulse_gallery .slick-slider:hover .slick-arrow {
    display: none !important;
}

.tag_group {
    display: flex;
    flex-wrap: wrap;
    margin: -3px -4px;
}

.tag_group .g_wrapper {
    padding: 3px 4px;
}

.tag_item {
    border: 1px solid #e2e2e2;
    padding: 3px 5px;
    font-size: 12px;
    color: #333;
}

.tag_item a {
    color: #333;
}

.share_social {
    margin-top: 24px;
    /*margin-bottom: 12px;*/
}

.share_social ~ * {
    clear: both;
    /*margin-top: 12px;*/
}

/*.similar_news_title_2 {*/
/*    clear: both;*/
/*}*/

.d_segment_contact_info h1 {
    font-size: 38px;
}

.d_segment_contact_info {
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #333;
    position: relative;
}

.d_segment_contact_info .g_umt_content {
    width: 500px;
}

.contact_info_component {
    position: relative;
}

.contact_info_component .g_absolute_image {
    position: absolute;
    right: 0;
    bottom: -280px;
    /*width: 140px;*/
}

.contact_info_component .g_absolute_image img {
    height: 560px;
}

.contact_page_ct {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #333;
}

.contact_page_ct .g_col {
    width: calc(50% - 15px);
    margin-top: 24px;
}

.contact_page_ct_item {
    margin-top: 24px;
}

.contact_page_ct_item:first-child {
    margin-top: 0;
}

.contact_page_ct_item .g_title {
    font-weight: 600;
}

.d_segment_contact_info .g_sub_title {
    font-size: 14px;
}

.contact_page_ct_item .g_text {
    font-size: 14px;
    margin-top: 8px;
    font-weight: 500;
}

.contact_page_ct_social .d_social_group .d_social_item {
    border: 1px solid #6f6f6f;
    /* background: #f5f0e6; */
}

.contact_page_ct_social .d_social_group .d_social_item i {
    color: #6f6f6f !important;
}

.contact_page_ct_social {
    /*margin-top: 16px;*/
}

.contact_map iframe {
    width: 100%;
    height: 300px;
}

.contact_form {
    padding: 80px 0;
}

.umt_contact_form .g_title {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-bottom: 6px;
}

.umt_contact_form .g_title:after {
    content: '';
    width: 50px;
    height: 3px;
    background: #116875;

    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.umt_contact_form .g_sub_title {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    margin-top: 24px;
    max-width: 100%;
    color: #666;
    font-size: 14px;
}

.umt_contact_form {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.umt_contact_form .g_form {
    margin-top: 32px;
}

.glo-dv-menu-left > ul > li > ul {
    display: none;
}

.glo-dv-menu-left > ul > li > ul.collapse.show {
    display: block;
}

.glo-dv-menu-left > ul > li > ul.collapse:not(.show) {
    display: none;
}

.single_pro_contact a {
    color: #fff;
}

.d_segment_brand_story {

    background: #f5f0e6;
}

.bs_story_header {
    /*background: linear-gradient(*/
    /*        rgba(0, 0, 0, 0.3),*/
    /*        rgba(0, 0, 0, 0.3)*/
    /*), url("img/about_banner.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% calc(100% - 130px), cover;*/
    padding-top: 120px;
    position: relative;
}

.bs_story_header .bs_before {
    content: "";
    position: absolute;
    inset: 0 0 130px 0; /* trừ chiều cao 130px phía dưới */
    background: linear-gradient(
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0.3)
    ), url("img/about_banner.jpg");
    background-size: cover;
}

.bs_title h2{
    font-size: 38px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.bs_sub_title h3{
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.bs_content_component {
    background: #116875;
    color: #fff;
    padding: 40px;
    margin-top: 80px;
    position: relative;
}

.bs_story_list {
    margin-top: 80px;
    margin-bottom: 60px;
    padding-bottom: 40px;
}

.bs_story_item .g_text {
    text-align: center;
    color: #333;

    display: none;
}

.bs_story_item .g_text .g_title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 16px;
}
.bs_story_item .g_content {
    margin-top: 16px;
    text-align: center;
    /*text-align-last: center;*/
}
.bs_story_item .g_image {
    /* width: 50%; */
    margin: 0 auto;
    text-align: center;
    margin-top: 15%;
}
.bs_story_item .g_image img{
    width: 80%;
    margin: 0 auto;
    transition: 0.5s;
}

.slick-slide.slick-current .bs_story_item {

}
.slick-slide.slick-current .bs_story_item .g_text{
    display: block;
}

.slick-slide.slick-current .bs_story_item .g_image {
    /*width: 100%;*/
    margin-top: 0;
}
.slick-slide.slick-current .bs_story_item .g_image img{
    width: 100%;
}

.slick-slide.is-left .bs_story_item .g_image img{
    /*margin-left: auto;*/
}

.slick-slide.is-right .bs_story_item .g_image img{
    /*margin-left: unset;*/
}

.bs_list_component {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.slick-slide:not(.is-left):not(.is-right):not(.slick-current) {
    /*margin-left: auto;*/
    /*visibility: hidden;*/
}

.slick-slide.is-right .bs_story_item .g_image img{
    /*margin-left: unset;*/
}

.bs_story_header .container {
    position: relative;
}
.bs_content_component .g_title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 16px;
}
.bs_content_component .g_text {
    text-align: justify;
    text-align-last: center;
}
.bs_content_component .g_text > *:last-of-type {
    margin-bottom: 0;
}

/*.menu_left ul ul ul ul{*/
/*    display: none;*/
/*}*/

/*.menu_left ul ul ul li.menu_sub_icon::after {*/
/*    display: none;*/
/*}*/

.share_social .sfcm.sfsi_wicon {
    filter: grayscale(100%);
    width: 30px;
}
.share_social .sfsi_wicons.shuffeldiv {
    width: 30px !important;
    height: 30px !important;
}
.share_social .g_title {
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
}
.share_social .sfsi_wicons.shuffeldiv:first-child {
    margin-left: 0 !important;
}

.thanhtuu_group .g_text .main_title h2 {
    color: #116875;
    text-transform: uppercase;
}
.thanhtuu_group .g_text .main_title {
    margin-bottom: 16px;
}

#usm-admin-notification-widget {
    display: none;
}

.qtranxs_language_chooser li + li::before {
    content: " | ";
    padding: 0 4px;
}
.d_qtrans_language {
    font-weight: 500;
}

/*.slick_news .slick-slide > * {*/
/*    display: block;*/
/*}*/
/* .slick_news .slick-slide {*/
/*        height: fit-content;*/
/*}*/

.profile_btn {
    cursor: pointer;
    display: block;
    width: max-content;
    color: #fff;
    background: #d16a5a;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 8px;
}
.header_profile  {
    margin-left: 20px;
}

.manual_popup.profile_popup .g_group {
    width: 480px;
    max-width: 100%;
}
.home_newsletter_form .g_form_content {
    margin-bottom: 20px;
}

.d_product_grid {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.d_product_grid .g_wrapper {
    width: 25%;
    padding: 10px;
}

.d_product_grid.item_3 .g_wrapper {
    width: 33.33%;
    padding: 10px;
}

/*.d_product_group .row {*/
/*    margin-left: -10px;*/
/*    margin-right: 10px;*/
/*}*/
/*.d_product_group .row > *{*/
/*    padding-left: -10px;*/
/*    padding-right: 10px;*/
/*}*/


.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;
}

.wpcf7-response-output {
    text-align: center;
}

.home_newsletter_form .wpcf7-response-output{
    color: #fff;
}

.hotline-bar {
    display: none;
}
.pc_copyright {
    margin-top: 8px;
}
.mb_copyright {
    margin-top: 16px;
}

.polylang_switcher {
    font-weight: 500;
}

.deal_detail_name_long > *:last-of-type {
    margin-bottom: 0;
}

.d_copyright {
    text-align: center;
    padding: 4px 0;
    color: #fff;
    background: #0c5863;
    font-size: 14px;
}


