/* =============================================================
   MERGED CSS — official.css → my_style.css → style.css
   Selector trùng giữa các file đã được gộp (ưu tiên file sau).
   ============================================================= */

/* ============================================================
   1. official.css
   ============================================================ */

/* =WordPress Core
-------------------------------------------------------------- */

:root {
    --primary-color: #1a2332;
    --text-color: #333;
}

html {
    /*font-size: 14px;*/
}

ul, li {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: Arial, sans-serif;
    /*font-family: "PT Sans", sans-serif;*/
    /*font-family: "Roboto", sans-serif;*/
    margin: 0;
    color: var(--text-color);
    /*background: #fbfbfd;*/
}

a {
    color: var(--text-color);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}


/*.child_page_content a{*/
/*    color: #0d6efd;*/
/*}*/

.row {
    /*--bs-gutter-x: 20px;*/
    --bs-gutter-x: 1rem;
    --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;*/
/*}*/


.clear {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

svg {
    height: 1rem;
    fill: var(--text-color);
}


.glo-left {
    padding: 0;
    border-radius: 0;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    border: 1px solid #e2e2e2;
}

.glo-left h3 {
    font-size: 16px;
    /*line-height: 1.5;*/
    color: var(--primary-color);
    text-transform: capitalize;
    position: relative;
    border-style: none;
    /* background: var(--primary-color); */
    padding: 10px 10px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    font-weight: bold;
    border-bottom: 1px solid #e2e2e2;
}


.glo-left ul.ul-left-menu li a {
    padding: 9px 10px 9px 25px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: var(--text-color);
    display: block;
    position: relative;
    border-bottom: 1px dashed #ebebeb;
}

.glo-left ul.ul-left-menu>li>a:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #c5c5c5;
    position: absolute;
    top: 15px;
    margin-left: -15px;
}

.glo-left ul.ul-left-menu li {
    list-style: none;
    position: relative;
    margin: 0;
    border: none;
    padding: 0;
    background: #ffffff;
}

.glo-dv-menu-left>ul>li>ul {
    /* display: none; */
}

.glo-left-nd {
    position: relative;
    /*border: solid #e4e4e4 1px;*/
    /*border-top: none;*/
    padding: 10px;
}


.tr_main {
    padding-top: 40px;
    padding-bottom: 40px;
    /*margin-bottom: 50px;*/
}

.noi_dung {
    width: 100%;
    height: auto;
    margin-top: 25px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 25px;
}


input[type="text"], input[type="password"], input[type="email"], input[type="submit"], input[type="tel"], select{
    border: 1px solid #b6b6b6;
    color: #1c1c1c;
    padding: 0 10px;
    /* min-height: 40px; */
    width: 100%;
    border-radius: 4px;
    outline: none;
    /*font-size: 16px;*/
    background: #fff;
    height: 36px;
}
input[type="submit"]{
    font-weight: 700;
    color: #fff;
    background: var(--primary-color);
    border: none;
}

textarea {
    border: 1px solid #e9e9e9;
    color: #1c1c1c;
    padding: 0 10px;
    outline: none;
}

textarea {
    min-height: 60px;
    /*padding-top: 6px;*/
    /*padding-bottom: 6px;*/
}

.tr_tieu_de_sp {
    color: var(--primary-color);
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ebebeb;
    font-size: 22px;
    margin-top: 0;
}

#sync2 {
    margin-top: 10px;
}

.d_tab .tab {
    overflow: hidden;
    /*! border-bottom: 2px solid var(--primary-color); */
    background-color: #f1f1f1;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
}

.d_tab .tab button.active {
    /*! background-color: var(--primary-color); */
    /*! color: #fff; */
    /*! border-bottom: 2px solid var(--primary-color); */
    font-weight: 700;
    color: #fff;
    background: var(--primary-color);
}

.d_tab .tab button {
    /* float: left; */
    border: none;
    /*! border-radius: 5px 5px 0 0; */
    /*! outline: none; */
    cursor: pointer;
    /*! padding: 12px 60px; */
    /*! transition: 0.3s; */
    /*! text-transform: uppercase; */
    /*! font-weight: bold; */
    background: none;
    /*! margin-right: 4px; */
    padding: 8px;
    gap: 12px;
    /*! width: 410px; */
    height: 36px;
    background: #e2e2e2;
    /*! box-shadow: inset 0 -3px 0 var(--primary-color); */
    width: 50%;
    font-weight: 500;
}
.tab-content.g_hidden{
    opacity: 0;
    height: 0;
}

.single_tab_content {
    border: 1px solid #e2e2e2;
    /*border-top: none;*/
    padding: 10px;
    /*! margin-top: 40px; */
    font-size: 15px;
}

.single_tab_content img, .single_tab_content iframe {
    max-width: 100%;
}



.tr_gia {
    text-decoration: line-through;
}

.price-km {
    color: #f9270f;
    font-weight: bold;
    /*font-size: 16px;*/
}


p.detail_precent {
    color: #fff;
    /* display: block; */
    /* float: left; */
    font-size: 15px;
    font-weight: 700;
    /* height: 48px; */
    margin-left: 30px;
    /* padding: 8px 0 5px; */
    text-align: center;
    /* width: 46px; */
    margin-bottom: 0;
}



.single_tab_content li {
    margin-left: 15px;
}

.product_item {
    height: 100%;
}

.product_discount {
    width: 50px;
    height: 24px;
    /* background: url("../img/d_discount.png") no-repeat center center; */
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    border-radius: 8px;
    background-color: crimson;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_img {
    position: relative;
    text-align: center;
    /*padding: 5px;*/
    overflow: hidden;
}

.product_img img {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.offical_partner_product {
    margin-bottom: 20px;
}

.product_item {
    border: 1px solid #e2e2e2;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.product_price {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    align-items: center;
}

.product_title {
    margin-top: 10px;
    font-weight: bold;
}

.product_title a {
    text-decoration: none;
}

.product_detail {
    text-align: right;
    margin-top: 5px;
}

.product_detail a {
    color: #dc5c00;
    text-decoration: none;
}

.old_price {
    text-decoration: line-through;
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-left: 10px;
    margin-top: 1px;
    /* float: left; */
}

.current_price {
    color: #d0021b;
    font-weight: bold;
    text-align: center;
    /* float: left; */
}

.product_summary {
    padding: 0 10px 10px 10px;
}

.product_excerpt {
    margin-top: 3px;
    color: #666;
    font-size: 14px;
}

.add_product_cart {
    margin-left: auto;
}

.d_add_cart button {
    background: none;
    border: none;
}

.d_add_cart button i {
    color: darkorange;
}



.product-thumbnail img {
    overflow: hidden;
}

.gr_danh_muc {
    border: 1px solid #e2e2e2;
    padding-bottom: 10px;
}

.paddingsss-nd-mid {
    padding: 0 10px;
}

.glo-left ul.ul-left-menu li.has-sub .sub_arrow {
    position: absolute;
    font-size: 14px;
    color: #c5c5c5;
    padding: 1px 5px;
    right: 0;
    top: 7px;
}

.glo-left ul.ul-left-menu li.has-sub .sub_arrow:hover{
    background-color: var(--primary-color);
    border-radius: 4px;
    cursor: pointer;
}
.glo-left ul.ul-left-menu li.has-sub .sub_arrow:hover svg{
    fill: #fff;
}

.sub_arrow svg {
    fill: #666;
    height: 12px;
}

.d_menu.dnot_home {
    width: 100%;
    margin-left: 0;
}

.glo-left ul.ul-left-menu>li>a:before {
    /*content: "\f111";*/
    content: "";
    top: 17px;
    font-size: 4px;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    /*font-family: 'Font Awesome 5 Pro';*/
    /*! content: "\f30c"; */
    font-weight: 600;
    background: #888;
}

.glo-left ul.ul-left-menu>li li>a:before {
    /*content: "\f111";*/
    display: inline-block;
    /* font-family: 'Font Awesome 5 Free'; */
    /*font: normal normal normal 14px/1 FontAwesome;*/
    /*font-weight: 400;*/
    /*font-size: 4px;*/
    /*color: #c5c5c5;*/
    position: absolute;
    /*top: 17px;*/
    margin-left: -15px;
    /* font-weight: 900; */
    /*font-family: 'Font Awesome 5 Pro';*/
    /*!*! content: "\f30c"; *!*/
    /*font-weight: 900;*/
    /*color: #e2e2e2;*/



    content: "";
    top: 17px;
    font-size: 4px;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    /*font-family: 'Font Awesome 5 Pro';*/
    /*! content: "\f30c"; */
    font-weight: 600;
    background: #ccc;
}

.glo-left ul.ul-left-menu>li li {
    padding-left: 10px;
}

/*popup*/
.d_overlay {
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*background: rgba(0, 0, 0, 0.3);*/
    /*z-index: 9999;*/
    /*display: none;*/
}

.g_popup{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 8px;
    width: 80%;
    text-align: center;
    display: none;
    z-index: 10000;
}
.g_popup .g_container{
    position: relative;
    padding: 20px;
}
.g_popup .g_slogan{
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #000000;
}
.g_popup .g_close{
    position: absolute;
    top: 6px;
    right: 9px;
    cursor: pointer;
}
/**/

/* navigation */

#rela_news_page{
    margin-top: 20px;
}

.d_navigation ul {
    list-style: none;
    display: flex;
    flex-wrap: initial !important;
    justify-content: center;
}

.d_navigation ul li {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d_navigation ul li {
    padding: 0 8px;
}

.d_navigation ul li:hover a {
    color: #fff;
}
.d_navigation ul li:hover {
    background-color: #666;
}

.d_navigation ul li:hover svg {
    fill: #fff;
}

.d_navigation ul li.active a {
    color: #fff;
    /*border-bottom: 1px solid var(--primary-color);*/
}

.d_navigation ul li.active{
    background-color: var(--text-color);
}

.d_navigation {
    /*display: flex;*/
    /*justify-content: center;*/
    /*flex-wrap: wrap;*/
}

.d_navigation ul li.disable {
    display: none;
}

#simple-translate {
    display: none;
}

.d_form_group {
    display: flex;
    justify-content: space-between;
}

.dform_item textarea {
    height: 60px;
    width: 100%;
    /*margin-bottom: 15px;*/
    border-radius: 4px;
}

.fb-page, .fb-page span, .fb-page span iframe[style] {
    width: 100% !important;
}

.dform_item input:not([type="radio"]):not([type="checkbox"]), .dform_item select {
    height: 36px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #e2e2e2;
}

.dform_item_btn input {
    background: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 7px 30px;
    box-sizing: border-box;
    line-height: initial;
    width: max-content;
}

.dform_item_btn {
    /*margin-top: 10px;*/
    position: relative;
}

.dform_item_btn .wpcf7-spinner {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
}

.dform_item_btn input {
    order: 1;
}

.dform_item_btn span {
    order: 2;
}

.fb-comments iframe {
    width: 100%;
}

.detail_bar {
    display: flex;
    margin-top: 20px;
}

.tr_content {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* menu */

.menu_left {
    /* font-weight: bold; */
}

.menu_left>ul>li {
    text-transform: uppercase;
}

.menu_left>ul>li>a {
    /*color: #fff;*/
}

.menu_left ul {
    list-style: none;
    z-index: 20;
}

.menu_left ul li {
    padding: 0 20px;
    position: relative;
}

.menu_left>ul {
    display: flex;
    justify-content: center;
}

.menu_left>ul>li:first-child {
    /* padding-left:20px; */
    /* padding: 5px 0; */
}

.menu_left>ul>li.active {
    /* background: #ff5c01; */
    /*! border-radius: 5px; */
    /*! border-bottom: 2px solid var(--primary-color); */
}

.menu_left>ul>li.active>a {
    /* color: #ed3334; */
    /* border-bottom: 2px solid var(--primary-color); */
    box-shadow: inset 0 -2px 0 var(--primary-color);
}

.menu_left>ul>li:last-of-type {
    /* margin-left: 20px; */
    /* color: #ff5c01; */
}

.menu_left ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    width: 220px;
    background: #fff;
    /*! border-radius: 5px; */
    /* padding: 0 10px; */
    box-shadow: 0 0 19px 1px rgba(0, 0, 0, 0.1);
}

.menu_left ul ul li {
    /*! border-top: 1px solid #909090; */
    text-align: left;
    /*! padding: 3px 10px; */
}

.menu_left ul ul {
    /*! border-top: 1px solid #909090; */
}

.menu_left ul ul li:first-child {
    /*! border-top: none; */
}

.menu_left ul ul ul {
    top: 0;
    left: 100%;
}

.menu_left>ul>li.u_menu>ul {
    background: #248de6;
    visibility: initial;
    opacity: 1;
}

.menu_left ul li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.menu_left ul a {
    text-transform: uppercase;
    /*! color: #fff; */
    font-size: 14px;
    /* border-left: 2px solid #fff; */
    /* padding: 0 24px; */
    font-weight: bold;
    padding: 11px 0;
    display: block;
}

.menu_left ul ul a {
    /*! color: #fff; */
    text-transform: capitalize;
    border-left: none;
    padding: 8px 0;
    font-weight: normal;
}

.menu_left>ul>li:hover {
    /* border-bottom: 2px solid #ed207b; */
    /*! border-bottom: 2px solid var(--primary-color); */
}

.menu_left>ul>li:hover>a {
    color: var(--primary-color);
    /*! border-bottom: 2px solid var(--primary-color); */
    /* border-bottom: 2px solid var(--primary-color); */
    box-shadow: inset 0 -2px 0 var(--primary-color);
}

.menu_left>ul>li:hover svg {
    fill: var(--primary-color);
}

.menu_left ul ul li:hover {
    background: rgba(255, 255, 255, 0.2);
    /*! border-radius: 5px; */
}

.d_navigation ul li button:hover {
    background: #ff5c01;
    color: #fff;
}

.menu_left ul ul li:hover a {
    /*! color: #fff; */
}

.menu_left ul li a:hover {
    /* color: #ffdd00; */
    text-decoration: none;
}

.menu_left ul ul li a:hover {
    color: var(--primary-color);
}

.menu_sub_icon::after {
    /*font-family: 'Font Awesome 5 Pro';*/
    position: absolute;
    left: calc(100% + -14px);
    top: 11px;
    font-size: 12px;
    color: #555;
}

.menu_sub_icon .menu_sub_icon::after {
    left: calc(100% + -17px);
    top: 10px;
    color: #555;
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M311.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L243.2 256 73.9 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}

.menu_down_icon::after {
    /*content: "\f078";*/
    /*! color: #555; */
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}

.menu_right_icon::after {
    content: "\f054";
    /*! color: var(--text-color); */
}


/*MENU LEFT PANEL*/
.menu_left.left_panel > ul{
    display: block;
}
.menu_left.left_panel > ul > li > a{
    color: var(--text-color);
}
.menu_left.left_panel ul ul{
    left: 100%;
    top: 0;
}
.menu_left.left_panel ul a{
    padding: 10px 0;
    text-transform: capitalize;
    font-weight: normal;
}
.menu_left.left_panel > ul > li{
    font-size: 14px;
    text-transform: capitalize;
}
.menu_left.left_panel > ul > li{
    border-top: 1px solid #ebebeb;
}
/*.left_menu_ul{*/
/*    padding: 0 20px;*/
/*}*/
/*.aside-item .aside-title{*/
/*    margin: 0;*/
/*}*/

.menu_left.left_panel ul li{
    padding: 0 10px 0 30px;
    position: relative;
}
.menu_left.left_panel ul li:before {
    content: '❖';
    position: absolute;
    left: 10px;
    top: 9px;
}
.menu_left.left_panel > ul > li:hover > a{
    background: none;
}
.menu_left.left_panel > ul > li:hover{
    background: #e9e9e9;
}
.menu_left.left_panel ul li.menu_down_icon::after, .menu_left.left_panel ul li.menu_right_icon::after {
    content: "\f054";
    color: #555;
    top: 12px;
}

.menu_left>ul>li.menu_down_icon:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23fff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
}

/* end menu */




/* header mobile */

.tr_pc {
    display: block !important;
}

.tr_mobile {
    display: none !important;
}

.d_segment_menu_mobile {
    padding: 7px 0;
    /* position: sticky; */
    top: 0;
    background: #fff;
    /*box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);*/
    z-index: 9999;
}

.d_segment_menu_mobile.d_segmentscroll {
    /*padding: 10px 0;*/
    /*position: sticky;*/
    /*top: 0;*/
    /*background: #fff;*/
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    /*z-index: 9999;*/
}

.d_segment_menu_mobile ul li {
    list-style: none;
}

.menu_mobile {
    margin: 0 auto;
    position: relative;
}

#menu {
    z-index: 9999;
}

/*.d_segment_menu_mobile .header1, .d_segment_menu_mobile .footer1 {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    padding: 0;*/
/*}*/

/*.d_segment_menu_mobile .header1 a {*/
/*    left: 0;*/
/*    background: url("img/m_menu.png") no-repeat center center;*/
/*}*/

.m_logo img {
    max-height: 50px;
}

.msearch_text input {
    width: 100%;
    height: 35px;
    border: none;
    padding-left: 10px;
    min-height: 35px;
    border-radius: 0;
}

.msearch_text {
    width: calc(100% - 80px);
}

.msearch_submit button {
    padding: 0 10px;
    height: 35px;
    background: var(--primary-color);
    border: none;
    color: #fff;
    width: 100%;
}
.msearch_submit button svg {
    fill: #fff;
}

.msearch_submit {
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
}

.search_toggle {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.res_input {
    display: inline-block;
    border: 1px solid var(--primary-color);
    width: 100%;
    height: 37px;
    position: relative;
}

.m_cart {
    position: relative;
    margin-top: 2px;
    width: 38px;
    float: right;
    margin-right: 3px;
}

.umt_cart {
    position: relative;
    width: fit-content;
}

.umt_cart i {
    font-size: 20px;
}

.umt_cart_quantity {
    background-color: #cf3629;
    position: absolute;
    top: -3px;
    left: calc(100% - 10px);
    color: #fff;
    border-radius: 100%;
    min-height: 16px;
    min-width: 16px;
    font-size: 11px;
    text-align: center;
}

.m_amount {
    position: absolute;
    top: -6px;
    right: -8px;
}

.m_amount a {
    background: #e80e0e;
    color: #fff;
    padding: 0 8px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}

.m_search i {
    /*font-size: 16px;*/
    color: var(--primary-color);
}

.d_segment_menu_mobile .d_menu_mobile_general {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#my-menu-click i {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: bold;
}

#my-menu-click svg {
    height: 22px;
}
.m_search svg {
    height: 20px;
}
.umt_cart svg {
    height: 20px;
}

#my-menu {
    background: var(--primary-color);
    z-index: 10000;
}

.mm a, .mm span {
    color: #fff !important;
}

.mm:after, .mm li:before {
    color: #fff !important;
    opacity: 1 !important;
}

.mm li:after {
    opacity: 0.6 !important;
}

.mm:before {
    opacity: 0.8;
    color: #fff;
}

.d_menu_mobile_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_mobile_right .d_menu_mobile_item {
    margin-left: 20px;
}

.menu_mobile_right .d_menu_mobile_item:first-child {
    margin-left: 0;
}

.menu_close {
    position: absolute;
    top: 13px;
    right: 18px;
    z-index: 9999;
}

.menu_close span {
    padding: 0;
}
.menu_close svg {
    fill: #fff;
}

/* end header mobile */


.theme-default .nivoSlider {
    margin-bottom: 0;
}

/* new */

.wpml-ls ul {
    display: flex;
}

.wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
    clear: none;
}



.product_item.g_landscape{
    display: flex;
    flex-wrap: wrap;
    border: none;
}

.product_item.g_landscape .product_img{
    width: 200px;
    padding: 0;
}
.product_item.g_landscape .product_summary{
    width: calc(100% - 200px);
    padding: 0 0 0 15px;
}
.product_item.g_landscape .product_title{
    /*font-size: 16px;*/
}
.product_item.g_border{
    border-top: 1px solid #e2e2e2;
}

.product_title.g_color a{
    /*color: var(--primary-color);*/
}


.d_social_group {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
}

.d_social_item img {
    height: 20px;
}

.d_social_item svg {
    height: 22px;
    fill: #666
}

.d_social_item i {
    font-size: 20px;
    /* color: #fff; */
}

.d_social_item {
    background: #fff;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #666;
}

.d_social_item:not(:first-child){
    margin-left: 7px;
}

.d_social_group .d_wrapper{
    padding: 10px 16px;
    width: 26%;
}

.d_social_item a {
    display: flex;
    border: none;
    text-decoration: none;
    color: #fff;
}

.d_social_item:hover {
    background: aliceblue;
}

.itgreen_path_group .path_item:last-of-type a {
    color: initial;
    pointer-events: none;
}

.d_change_quantity {
    display: flex;
    flex-wrap: wrap;
}

.change_quantity_action {
    margin-left: 5px;
}

/* QUICK CONTACT */

.pc_footer_contact .fcontact_item {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

    border: 2px solid var(--primary-color);
    background: #fff;
}

.pc_footer_contact .fcontact_item i {
    /*color: #fff;*/
    font-size: 28px;
}

.pc_footer_contact .fcontact_item svg {
    /*color: #fff;*/
    height: 28px;
    fill: var(--primary-color)
}

.pc_footer_contact .fcontact_item a{
    /*color: var(--primary-color);*/
}

.pc_footer_contact .fcontact_item:hover {
    box-shadow: 0 3px 6px 3px #ccc;
    border-radius: 100%;
}

.pc_footer_contact {
    position: fixed;
    bottom: 10%;
    left: 3%;
    z-index: 999;
}

.pc_footer_contact img {
    height: 28px;
    /* margin-top: 9px; */
}

.fcontact_item {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    /* margin-bottom: 5px; */
}

.fcontact_item .guide_title {
    position: absolute;
    font-size: 13px;
    width: max-content;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    left: calc(100% + 10px);
    top: 50%;
    transform: translate(0,-50%);
}

.fcontact_item .guide_title i {
    position: absolute;
    right: -7px;
    color: #871721;
    font-size: 20px;
    top: 3px;
}

.fcontact_item .guide_title .g_group{
    display: flex;
    align-items: center;
}

.fcontact_item:hover .guide_title {
    opacity: 1;
    visibility: visible;
}

.fcontact_item .guide_title .g_group{
    background: #d33;
    padding: 3px 8px;
    border-radius: 3px;
    color: #fff;
}


.fcontact_item .guide_title .g_group:after{
    /*content: "\f0d9";*/
    /*font-family: "Font Awesome 6 Pro";*/
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: -10px;*/
    color: #871721;
    font-weight: bold;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translate(0,-50%);
    /*font-size: 20px;*/
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23d33" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path d="M7.7 235.8c-10.3 12.6-9.5 31.1 2.2 42.8l128 128c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-256c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-128 128-2.2 2.4z"/></svg>');
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}


/***** right*/
.pc_footer_contact.g_right{
    left: unset;
    right: 3%;
}

.pc_footer_contact.g_right .fcontact_item .guide_title {
    right: calc(100% + 10px);
    left: unset;
}
.pc_footer_contact.g_right .fcontact_item .guide_title .g_group:after{
    right: -12px;
    left: unset;
    /* content: "\f0da"; */
    /* content: ''; */
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23d33" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path d="M249.3 235.8c10.2 12.6 9.5 31.1-2.2 42.8l-128 128c-9.2 9.2-22.9 11.9-34.9 6.9S64.5 396.9 64.5 384l0-256c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l128 128 2.2 2.4z"/></svg>');
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}

.pc_footer_contact.g_right .hotline-bar{
    left: unset;
    right: -22px;
}
.pc_footer_contact.g_right .hotline-bar > a{
    padding-left: 0;
    padding-right: 40px;
}


.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* END QUICK CONTACT */


/*Hotline*/
.hotline-phone-ring-wrap {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    /*width: 110px;*/
    /*height: 110px;*/
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 115, 190, 1);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.hotline-phone-ring-circle-fill {
    width: 60px;
    height: 60px;
    position: absolute;
    background-color: rgba(30, 115, 190, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.hotline-phone-ring-img-circle {
    /*background-color: rgba(30, 115, 190, 1);*/
    background-color: #fff;
    border: 2px solid var(--primary-color);
    width: 46px;
    height: 46px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    /*border: 2px solid transparent;*/
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.pc_footer_contact.g_right .hotline-bar a{
    color: #fff;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

.hotline-phone-ring-img-circle .pps-btn-img svg {
    /*width: 20px;*/
    height: 28px;
    fill: var(--primary-color);
}


.hotline-bar {
    position: absolute;
    background: rgba(221, 51, 51, 1);
    height: 46px;
    width: max-content;
    /*line-height: 46px;*/
    padding: 0 15px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    /*box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.07);*/
    border-radius: 50px !important;
    /*! width: 175px !important; */
    left: -23px;
    bottom: 37px;
    /*! left: 0; */
    top: 50%;
    transform: translate(0,-50%);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.1);
}
.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
    line-height: 1.1;
    padding-left: 40px;
    display: flex;
    height: 100%;
    align-items: center;
    text-align: center;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        /*-webkit-transform: rotate(0) scale(0.5) skew(1deg) translate(0,-50%);*/

        transform: translate(-50%,-50%) scale(0.5);
        -webkit-opacity: 0.1;
    }
    30% {
        /*-webkit-transform: rotate(0) scale(0.7) skew(1deg) translate(0,-50%);*/
        transform: translate(-50%,-50%) scale(0.7);
        -webkit-opacity: 0.5;
    }
    100% {
        /*-webkit-transform: rotate(0) scale(1) skew(1deg) translate(0,-50%);*/
        transform: translate(-50%,-50%) scale(0.1);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: translate(-50%,-50%) scale(0.7);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: translate(-50%,-50%) scale(1);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translate(-50%,-50%) scale(0.7);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: translate(-50%,-50%) rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: translate(-50%,-50%) rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: translate(-50%,-50%) rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: translate(-50%,-50%) rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: translate(-50%,-50%) rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: translate(-50%,-50%) rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: translate(-50%,-50%) rotate(0) scale(1) skew(1deg);
    }
}
@media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }
}
hotline-phone-ring-img-circle i{
    font-size: 20px;
}
/*End hotline*/



.sing_pro {
    text-align: center;
}

.pro_code {
    font-weight: bold;
    color: #888;
    margin-bottom: 5px;
}

.optional_attribute {
    display: flex;
}

.optional_attribute_item {
    background-color: #e2e2e2;
    min-width: 50px;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    color: #666;
    position: relative;
}

.optional_attribute_item:first-child {
    margin-left: 0;
}

.attribute_type {
    margin-bottom: 8px;
}

.attribute_group {
    margin-bottom: 15px;
}

.optional_attribute_item.selected {
    position: relative;
}

.optional_attribute_item.selected::after {
    position: absolute;
    bottom: -5px;
    right: 0;
    font-family: 'Font Awesome 5 Pro';
    content: "\10f14a";
    font-weight: 900;
}

.optional_attribute_item.selected::before {
    position: absolute;
    bottom: -5px;
    right: 0;
    font-family: 'Font Awesome 5 Pro';
    content: "\f14a";
    font-weight: 900;
    /* color: green; */
}

.view_pattern {
    position: absolute;
    left: 4px;
    bottom: 4px;
    display: none;
    background: #fff;
    padding: 1px 3px;
    box-shadow: 0 11px 11px 0 rgba(0,0,0,0.1);
    color: brown;
}

.view_pattern i {
    color: brown;
}

.optional_attribute_item:hover .view_pattern {
    display: block;
}

.view_pattern:hover i {
    color: darkgreen;
}

.bxslider_item iframe {
    width: 100%;
}

.owl-prev, .owl-next {
    opacity: 0 !important;
}

.owl-carousel:hover .owl-prev {
    opacity: 1 !important;
}

.owl-carousel:hover .owl-next {
    opacity: 1 !important;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-left: 26px solid #FFBA7D;
    border-bottom: 28px solid transparent;
}

.title_group {
    display: flex;
    align-items: center;
}

.title_txt {
    font-size: 20px;
    text-transform: uppercase;
    background: #FFBA7D;
    line-height: 40px;
    padding: 0 30px 0 15px;
}

.d_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

/* loading */

.d_loading {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 10000000;
}

.d_loading.disabled{
    display: none;
}

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* filter */

.filter_title_group {
    font-weight: bold;
    /*font-size: 16px;*/
    border-bottom: 1px solid #ccc;
}

.d_filter_group {
    background-color: #f1f1f1;
    padding: 20px 10px;
}

.d_filter_option {
    /* background-color: #e9e9e9; */
}

.d_filter_option .form-check input {
    margin-right: 5px;
}

.form-check-input[type=checkbox] {
    margin-top: 3px;
}

#filter_close {
    text-align: right;
}

#filter_open {
    position: fixed;
    right: 10px;
    top: 50%;
    /* transform: translate(-50%, -50%); */
    z-index: 9999;
    background: #fff;
    width: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}

.bxslider {
    width: 100%;
}

.embedded_pro_group {
    background-color: #f6f6f6;
    padding: 15px;
    margin: 20px 0;
}

.embedded_pro_group .product_item {
    background-color: #fff;
}

.pro_inline {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    /* border-radius: 5px; */
    margin: 10px 0;
}

.embedded_pro .product-info a {
    /*color: initial;*/
}

.embedded_pro_group .single_pro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.embedded_pro_group .single_pro .product_img {
    width: 50%;
}

.embedded_pro_group .single_pro .product_summary {
    width: 50%;
    padding-left: 20px;
}

.embedded_pro_group .single_pro .product_title {
    font-size: 24px;
    text-transform: uppercase;
}

.embedded_pro_group .single_pro .product_price {
    font-size: 18px;
    display: block;
}

.embedded_pro_group .single_pro .main_more_btn a {
    background-color: crimson;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
}

.embedded_pro_group .single_pro .main_more_btn {
    margin-top: 15px;
}

/* fancybox */

/*.fancybox-thumbs {*/
/*    top: auto !important;*/
/*    width: auto !important;*/
/*    bottom: 0 !important;*/
/*    left: 0 !important;*/
/*    right: 0 !important;*/
/*    height: 95px !important;*/
/*    padding: 10px 10px 5px 10px !important;*/
/*    box-sizing: border-box !important;*/
/*    background: rgba(0, 0, 0, 0.3) !important;*/
/*}*/

/*.fancybox-show-thumbs .fancybox-inner {*/
/*    right: 0;*/
/*    bottom: 95px;*/
/*}*/
/*.fancybox-inner{*/
/*    width: 100% !important;*/
/*}*/

/*.fancybox-thumbs__list{*/
/*    width: auto !important;*/
/*}*/

.fancybox__thumb {
    padding-top: 100%;
}



.full_parent_img img {
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.full_parent_img {
    height: 100%;
    position: relative;
}
.check_full_parent{
    height: 100%;
}

/*wait load mobile menu icon*/
/*.d_menu_mobile_item #my-menu-click, .d_menu_mobile_item #my-menu{*/
/*    display: none;*/
/*}*/
/*.d_menu_mobile_item.loaded #my-menu-click, .d_menu_mobile_item.loaded #my-menu{*/
/*    display: block;*/
/*}*/

#my-menu{
    display: none;
}
#my-menu.mm--main, #my-menu.mm--open{
    display: block;
}



.short_excerpt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.excerpt_1{
    -webkit-line-clamp: 1;
    /*line-height: 1em;*/
}
.excerpt_2{
    -webkit-line-clamp: 2;
    /*line-height: 2em;*/
}
.excerpt_3{
    -webkit-line-clamp: 3;
    /*line-height: 3em;*/
}
.excerpt_4{
    -webkit-line-clamp: 4;
    /*line-height: 4em;*/
}



.tr_none
{
    display:none;
}
.short_excerpt p{
    margin-bottom: 0;
}

.wpcf7 .ajax-loader{
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
}
.d_relative{
    position: relative;
}

/*SLICK*/

.dnav_item{
    font-size: 30px;
    cursor: pointer;
}
.dnav_item i{
    --fa-secondary-opacity: 0.6;
    --fa-primary-color: #fff;
    --fa-secondary-color: rgb(108, 108, 108);
}
.dnav_item i:hover{
    --fa-secondary-opacity: 1;
}


.dnav_item svg {
    height: 30px;
    fill: var(--text-color);
    stroke: #fff;
    stroke-width: 11px;
}


.slick-arrow{
    display: none !important;
}
.slick-slider:hover .slick-arrow{
    display: block !important;
}
.slick_banner .dnav_item.g_left{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 999;
}

.slick_banner .dnav_item.g_right{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 999;
}
.slick_banner:hover .dnav_item{
    display: block !important;
}
.slick_banner img{
    width: 100%;
}

.slick_multiple_row .slick-slide {
    height: fit-content;
}


.slick-arrow{
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translate(0,-50%);
}

.slick-arrow.slick-prev{
    left: 15px;
}
.slick-arrow.slick-next{
    right: 15px;
}

.slick-dots{
    position: absolute;
    left: calc(50%);
    top: calc(100% + 10px);
    transform: translate(-50%,0%);
    z-index: 999;
    display: flex;
    list-style: none;
}
ul.slick-dots li.slick-active button{
    background: #008CC6;
    /*width: 50px;*/
    /*border-radius: 100px;*/
}
ul.slick-dots li{
    margin: 0 4px;
}
ul.slick-dots li button{
    color: transparent;
    background: none;
    border-radius: 100%;
    background: #cce8f4;
    border: none;
    height: 12px;
    width: 12px;
    outline: none;
    padding: 0;
}

.slider-nav .slick-current img, .slider-wrapper .slick-center img{
    border: 1px solid var(--primary-color);
}


/* the slides */
.slick_margin .slick-slide {
    margin: 0 10px;
}

/* the parent high degree than slick slider */
.slick_margin {
    margin: 0 -10px;
}



.slider-nav{
    margin-top: 20px;
}

.slick-track{
    margin: initial;
}

.force_init_transform .slick-track{
    transform: initial !important;
}



.slick_banner.slick-slider{
    margin: 0;
}
.slick_banner.slick-slider .slick-slide{
    margin: 0;
}


/*for margin multiple lines*/
.slick_wrapper{
    padding: 10px;
}
.slick_parent .slick-slide {
    margin: -10px;
}


/*END SLICK*/


/* AUTO SIZE*/

.autosize{
    display: block;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.autosize2{
    display: block;
    height: 0;
    padding-bottom: 66.67%;
    position: relative;
}

.autosize img, .autosize2 img{
    object-fit: cover;
    width: 100%;

    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.g_product .autosize img{
    object-fit: cover;
}

.g_product .autosize{
    padding-bottom: 100%;
}

.g_news .autosize{
    padding-bottom: 66.67%;
}
.g_banner .autosize{
    padding-bottom: 40%;
}
.youtube_popup_item .autosize{
    padding-bottom: 56.25%;
}


.dform_item{
    /*margin: 7px 0;*/
}
.fancybox__container{
    z-index: 99999;
}




.tabcontent.g_hidden{
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: -999 !important;
    padding: 0 !important;
}



.cart_pro_item .g_action_group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    width: 110px;
    margin-left: auto;
}

/*.mini-cart .cart_pro_item .g_action_group{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    width: 150px;*/
/*}*/
.cart_pro_item .g_action_group .g_remove {
    cursor: pointer;
    order: 2;
    margin-left: 10px;
}
.cart_pro_item .g_action_group .g_remove:hover {
    color: crimson;
    font-weight: bold;
}


/*.mini-cart .cart_pro_item .g_image{*/
/*    width: 100px;*/
/*}*/

/*.mini-cart .cart_pro_item .g_content{*/
/*    width: calc(100% - 260px);*/
/*    margin-left: 0;*/
/*    padding-left: 20px;*/
/*}*/

/*.mini-cart .cart_pro_item .g_action_group{*/
/*    !* margin-top: 15px; *!*/
/*}*/

/*.mini-cart .cart_pro_item .g_remove{*/
/*    !*margin-left: auto;*!*/
/*}*/

/*.mini-cart .cart_pro_item .g_total{*/
/*    !*width: 100%;*!*/
/*    !*margin-top: 20px;*!*/
/*}*/
.mini-cart .cart_pro_list{
    max-height: 540px;
    overflow-y: auto;
    /*padding: 0 15px;*/
}


.form-floating label{
    color: #A8AEC7;
}
.d_discount_table .fixed-table-body{
    height: auto;
}
.left_search_donhang input{
    font-size: 14px;
    padding: 0 5px;
}

.coupon_item{
    display: flex;
    margin-left: 13px;
    cursor: pointer;
}
.coupon_item:first-child{
    margin-left: 0;
}
.coupon_item .g_left{
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 4px solid;
    border-right: 1px dashed;
    border-radius: 8px;
    border-color: var(--primary-color);
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coupon_item .g_left i{
    color: #0BD577;
    font-size: 18px;
    display: none;
}

.coupon_item.active .g_left i{
    display: block;
}

.coupon_list{
    display: flex;
    overflow-x: auto;
    padding: 20px 0;
}

.coupon_item .g_right{
    border: 1px solid;
    border-color: var(--primary-color);
    border-left: none;
    border-radius: 16px 8px 8px 16px;
    width: 182px;
    padding: 16px;
}
.coupon_item .promo_name{
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #202332;
}
.coupon_item .promo_quantity{
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    color: #586189;
}
.coupon_item .promo_code{
    font-weight: 700;
    /*font-size: 16px;*/
    line-height: 24px;
    text-align: center;
    /*text-transform: uppercase;*/
    color: #1E266E;
    background: #F2F4FD;
    border: 1px dashed #A4ABE9;
    border-radius: 8px;
    padding: 5px 13px;
    width: max-content;
    margin-top: 8px;
    min-width: 120px;
}

.coupon_item.active .g_right, .coupon_item.active .g_left{
    border-color: #0BD577;
}


.register_btn{
    margin: 16px auto 0;
    width: 428px;
}


#wpd-bubble-wrapper{
    display: none !important;
}


/*New version for account, payment*/
.cart_pro_item .g_image img{
    object-fit: contain;
}

.slider-nav .slick-track{
    margin: 0 auto;
}

ul#qtranslate-chooser{
    display: flex;
    list-style: none;
    margin: 0 -3px;
}
ul#qtranslate-chooser li{
    padding: 0 3px;
}
.header_lang{
    margin-left: 20px;
}

.contact_company_info{
    /*margin-top: 30px;*/
}
.contact_company_info .g_title{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.dcontact_form .g_title{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.dform_item .d_input_txt{
    margin-bottom: 4px;
}

.partner_manage_title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}




/*Footer*/
.d_footer_group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_content ul{
    list-style: none;
}
.footer_content ul ul{
    display: none;
}

.d_footer_item{

}

.d_footer_item.g_first {
    max-width: 400px;
}

/*.d_footer_item.g_first{*/
/*    width: 35%;*/
/*}*/
/*.d_footer_item.g_last{*/
/*    width: 25%;*/
/*}*/

.child_page_content dl, .child_page_content ol, .child_page_content ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.child_page_content ol, .child_page_content ul {
    padding-left: 2rem;
}


@media (min-width: 1200px) {
    .table-responsive {
        overflow-x: unset;
    }
}


/*hide slick*/
/*.slick_2, .slick_3, .slick_4, .slick_5, .slick_pro, .slider-nav{*/
/*    display: none;*/
/*}*/
.slick-slide > *{
    display: flex;
}

.single_pro_contact{
    font-weight: 500;
    /* font-size: 16px; */
    color: #fff;
    background: crimson;
    border-radius: 4px;
    padding: 10px 0;
    text-align: center;
    width: calc(50% - 10px);
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    /*font-size: 16px;*/
}



/*equal height for slide item*/
.slick-track {
    display: flex;
}
.slick-slide{
    height: auto !important;
}

.slick-slide > *{
    height: 100%;
}
/**/

/*Slick multiple*/
.slick_5_multirow .slick-track {
    display: block;
}

.slick_5_multirow .slick-slide{
    height: auto;
}

.slick_5_multirow .slick-slide > *{
    height: auto;
    display: flex;
}

.slick_5_multirow .slick-slide > * > *{
    height: auto;
}



span.detail_trueprice {
    color: #414141;
    font-size: 18px;
    text-decoration: line-through;
    width: 100%;
}

span.detail_price {
    color: #ee6a0d;
    font-size: 32px;
    line-height: 30px;
    width: 100%;
}

.two-fifths:not(.first) + *:not(.first) {
    clear: both;
}

/*.nth-child*/

.three-fifths ~ .two-fifths:not(.first) + *:not(.first),
.one-third ~ .two-thirds:not(.first) + *:not(.first),

.two-fifths ~ .three-fifths:not(.first) + *:not(.first),
.two-thirds ~ .one-third:not(.first) + *:not(.first),

.one-third ~ .one-third ~ .one-third:not(.first) + *:not(.first)
{
    clear: both;
}

.gca-column.one-half:not(.first) + *:not(.first) {
    clear: both;
}

/*.five-sixths,*/
/*.one-sixth,*/

/*.four-sixths,*/
/*.two-sixths,*/

/*.four-fifths, */
/*.one-fifth, */

/*.one-fourth, */
/*.one-half, */
/* */
/*.one-third, */
/*.three-fourths, */
/*.three-fifths, */
/*.three-sixths, */
/*.two-fourths, */
/*.two-fifths, */
/* */
/*.two-thirds*/


.child_page_content iframe:not(.wp-embedded-content), .tr_main iframe:not(.wp-embedded-content) {
    width: 100%;
    aspect-ratio: 16 / 9;
    /*height: 100%;*/
    height: auto;
}


/*Option sp khác*/


.nhom_tt_title{
    font-weight: bold;
    margin-bottom: 5px;
    color: #ee6a0d;
    /*font-size: 16px;*/
}

.single_attribute_group{
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    margin-top: 5px;
}

.single_attr_item{
    padding: 5px 15px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
}
.single_attribute_group .g_wragger{
    padding: 5px;
}
.single_attr_item.selected{
    border-color: #ee6a0d;
}

.single_attr_pack{
    margin-top: 20px;
}
.single_attr_pack:first-child{
    margin-top: 0;
}

.child_page_content{
    /*margin-top: 60px;*/
}
.single_attr_group{
    margin-top: 20px;
}


blockquote:not(.wp-embedded-content) {
    margin-bottom: 20px;
    padding: 20px 15px 15px;
    border-radius: 8px;
    background: #faefda;
    position: relative;
    box-shadow: 7px 10px 8px 0 rgba(0, 0, 0, .15);
}

blockquote:not(.wp-embedded-content):before {
    position: absolute;
    top: -14px;
    left: 15px;
    /* font-size: 34px; */
    /* color: #888; */
    font-weight: 700;
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    /* color: red; */
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='brown' d='M0 216C0 149.7 53.7 96 120 96l8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-8 0c-30.9 0-56 25.1-56 56l0 8 64 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64l-64 0c-35.3 0-64-28.7-64-64L0 216zm256 0c0-66.3 53.7-120 120-120l8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-8 0c-30.9 0-56 25.1-56 56l0 8 64 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64l-64 0c-35.3 0-64-28.7-64-64l0-136z'/></svg>");
}
blockquote:not(.wp-embedded-content) p:last-of-type {
    margin-bottom: 0;
}

img.aligncenter, .aligncenter img {
    display: block;
    margin: 0 auto;
}
p:has(img.aligncenter), .aligncenter {
    text-align: center;
}

.header_search_icon {
    position: relative;
}
.header_search_icon .g_icon {
    cursor: pointer;
    color: #ae0303;
}

.header_search {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    z-index: 10;
}

.d_segment_menu_mobile .umt_cart i {
    color: var(--text-color);
}

.d_segment_menu_mobile.white_color .umt_cart i, .d_segment_menu_mobile.white_color #my-menu-click i, .d_segment_menu_mobile.white_color .m_search i {
    color: #fff;
}

.d_segment_menu_mobile.white_color .res_input {
    border-color: #fff;
}

.product_item.g_news.g_landscape.g_small {
    align-items: center;
}
.fixed_left_module {
    position: sticky;
    top: 90px;
    left: 0;
    max-height: calc(100vh - 110px);
    overflow-y: hidden;
}
.fixed_left_module:hover {
    overflow-x: hidden;
    overflow-y: auto;
}


p.detail_precent {
    /* width: 120px; */
    /* height: 48px; */
    background: crimson;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 15px;
    height: fit-content;
    /* font-weight: bold; */
}
p.detail_precent:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 12px solid crimson;
    border-bottom: 7px solid transparent;
}

.page_quanly th, .page_quanly td {
    vertical-align: middle;
}
.order_status {
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

iframe.wp-embedded-content {
    position: unset !important;
    visibility: visible !important;
}
.continue_to_payment svg {
    fill: #fff;
}


/* ============================================================
   2. my_style.css
   ============================================================ */

.d_segment_header .header_group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header_menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_menu ul li{
    list-style: none;
    margin: 0 20px;
    /*font-size: 16px;*/
    text-transform: uppercase;
}
.hs_form .g_submit input{
    /* font-family: "Font Awesome 6 Pro"; */
    background: none;
    border: none;
    padding-left: 1px;
    padding-right: 0;
    height: 34px;
    color: var(--text-color);
    font-weight: normal;
    background: url(img/magnifying-glass-solid.svg) no-repeat;
    background-position: center;
    background-size: 14px;
    /* width: 14px; */
    /* height: 14px; */
}

.hs_form{
    display: flex;
    width: 220px;
    border: 1px solid #C2C2C2;
    background: #fff;
    border-radius: 4px;
}

.hs_form label {
    width: 100%;
}

.hs_form .g_submit {
    width: 40px;
}
.hs_form .g_input {
    width: calc(100% - 40px);
}

.hs_form .g_input input{
    background: none;
    border: none;
    width: 100%;
    padding: 0 10px;
    outline: none;
    height: 34px;
    font-size: 14px;
    color: var(--text-color);
}
.hs_form .g_input input::placeholder {
    color: var(--text-color);
}
.d_segment_header .header_group .g_right{
    display: flex;
    align-items: center;
}
.d_segment_header{
    padding: 10px 0;

}

.header_logo img{
    max-height: 70px;
}

.d_segment_header.d_segmentscroll {
    background: #FFFFFF;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 5px 0;
}

.d_segment_header.d_segmentscroll .header_logo img{
    max-height: 60px;
}


.d_title1{
    /*font-size: 16px;*/
    line-height: 24px;
    color: #424242;
    text-align: center;
}
.d_title2{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: var(--text-color);
}
.d_segment_category{
    padding: 30px 0 16px 0;
}

.cat_wrapper{
    margin: 0 -15px;
}

.d_segment_category .g_group{
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    width: 100%;
}
.d_segment_category .g_group .g_wrapper{
    width: 25%;
    padding: 15px;
}
.d_segment_category .g_group .g_item{
    position: relative;
}
.d_segment_category .g_group .g_item .g_image img{
    width: 100%;
}
.d_segment_category .g_group .g_item .g_title{
    position: absolute;
    bottom: 24px;
    width: calc(100% - 90px);
    /*font-size: 16px;*/
    line-height: 20px;
    text-align: center;
    color: #616161;
    /*! margin: 0 auto; */
    background: #fff;
    padding: 8px 10px;
    left: 45px;
}
.d_segment_adv_2{
    background: #ECE6DB;
    padding: 41px 0;
}
.d_segment_adv_1 img, .d_segment_adv_2 img{
    width: 100%;
}


.g_product_item{
    background: #fff;
    border: 1px solid #EDEDED;
    height: 100%;
}

.g_product_item .g_title{
    font-weight: 500;
    /*font-size: 16px;*/
    line-height: 20px;
    color: #202332;
    /*! height: 40px; */
}

.g_product_item .g_image img{
    width: 100%;
}
.g_product_item .g_ori_price{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #999999;
    text-decoration-line: line-through;
    margin-top: 8px;
}

.g_product_item .g_current_price{
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #032C81;
    margin-top: 4px;
}
.g_product_item .g_content{
    padding: 12px;
}
.d_segment_product .g_group{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.d_segment_product .g_group .g_wrapper{
    width: 16.6667%;
    padding: 10px;
}
.d_segment_adv_3 img{
    width: 100%;
}
.footer_menu ul li{
    list-style: none;
    margin-top: 12px;
}
.footer_menu ul li:first-child{
    margin-top: 0;
}
.footer_menu ul li a{
    color: #9e9e9e;
}
.footer_title{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.footer_item{
    /*font-size: 16px;*/
    color: #9E9E9E;
}
.address_menu ul li{
    list-style: none;
    margin-top: 12px;
    font-weight: 400;
    /*font-size: 16px;*/
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #666;
}
.address_menu ul li:first-child{
    margin-top: 0;
}
.address_menu ul li a{
    color: #666666;
}
.address_menu ul li .g_icon{
    width: 20px;
}
.address_menu ul li .g_text{
    width: calc(100% - 20px);
    padding-left: 10px;
}
.footer_summary{
    line-height: 26px;
    /*color: #666;*/
}
.empty_space{
    width: calc(100% - 200px);
}

/*.d_social_group{*/
/*    margin: 22px -16px -10px;*/
/*}*/


.social_wrapper{
    margin: 20px -16px;
    width: 100%;
}

.f_copyright{
    font-weight: 400;
    /*font-size: 16px;*/
    line-height: 150%;
    color: #666666;
}
.f_license{
    font-weight: 400;
    font-size: 11.5px;
    line-height: 150%;
    color: #666666;
    margin-top: 8px;
}
.f_ls_logo{
    display: flex;
    justify-content: right;
}
.f_ls_logo .g_item{
    margin-left: 10px;
}
.f_ls_logo .g_item:first-child{
    margin-left: 0;
}
.f_ls_logo .g_item img{
    max-height: 46px;
}
.footer_group_1{
    padding-bottom: 20px;
}
.footer_group_2{
    border-top: 1px solid #E0E0E0;
    padding-top: 16px;
    padding-bottom: 16px;
}
.d_segment_footer{
    padding: 40px 0;
    /* box-shadow: 0 0 8px rgba(3, 44, 129, 0.2); */
    background: #f6f6f6;
    /*padding-top: 40px;*/
}


.d_segment_reg_log{
    padding: 80px 0;
    background: url("img/dangky_bg.jpg") no-repeat center;
    background-size: cover;
}


.umt_title{
    font-weight: 700;
    font-size: 2rem;
    /*line-height: 40px;*/
    color: #202332;
    /*margin-bottom: 40px;*/
    text-transform: uppercase;
}
.d_input_item input{
    /*height: 56px;*/
    /*width: 100%;*/
    /*border-radius: 4px;*/
}
.d_input_item{
    /*margin-top: 20px;*/
}
.input_password{
    position: relative;
}
.input_password .toggle_password{
    position: absolute;
    z-index: 99;
    right: 16px;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}
.d_forget_password{

    /*font-size: 16px;*/
    text-align: right;
    margin-top: 8px;
}
.d_forget_password a{
    color: var(--primary-color);
}

.standard_btn{
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #fff;
    border-radius: 4px;
}

.standard_btn a{
    display: flex;
    height: 100%;
    color: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.user_type_select.selected_company{
    width: 100%;
}
.user_type_select{
    width: 50%;
    margin: 0 auto;
}


.user_type_select #company_register_form{
    display: none;
}
.user_type_select #personal_register_form{
    display: block;
}

.user_type_select.selected_company #company_register_form{
    display: block;
}
.user_type_select.selected_company #personal_register_form{
    display: none;
}



.register_account_type{
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 auto;*/
    /*width: 50%;*/
}
.d_location_select{
    height: 56px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    width: 110px;
    display: flex;
    align-items: center;
    position: relative;
}
.d_location_input{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.d_location_name_input{
    width: 110px;
}
.d_location_tel{
    width: calc(100% - 240px);
}

/*select flags*/
.iti__flag-container{
    width: 100%;
}
.iti{
    position: unset;
}
.iti--separate-dial-code .iti__selected-flag{
    background: none !important;
}

#personal_register_form{
    /*! width: 540px; */
    margin: 0 auto;
}

.slick_banner .slick-dots{
    top: unset;
    bottom: 15px;
}

/*.d_product_group{*/
/*    margin: -10px;*/
/*}*/

.d_product_group .g_group{
    display: flex;
    flex-wrap: wrap;

    width: 100%;
}
.d_product_group .g_wrapper{
    padding: 10px;
    width: 25%;
}

.g_wrapper.term_adv_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.color_box{
    width: 15px;
    height: 15px;
    border: 1px solid #EDEDED;
    margin-right: 9px;
}
.attr_option{
    display: flex;
    align-items: center;
    color: #616161;
    cursor: pointer;
}
.attribute_filter{
    width: 486px;
    /*font-size: 16px;*/
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
}

.attr_option.selected{
    color: #000;
    font-weight: bold;
}
.attr_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #616161;
}

.attr_toggle{
    cursor: pointer;
    color: #000;
}

.attr_toggle .g_minimize{
    display: none;
}
/*.attr_toggle .g_expand{*/
/*    display: none;*/
/*}*/

.attr_toggle.expanded .g_minimize{
    display: block;
}
.attr_toggle.expanded .g_expand{
    display: none;
}

.attr_title_text{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.attr_title span{
    font-size: 20px;
}
.attr_select{
    padding: 0 10px;
}
.attr_option{
    margin:5px 0;
}
.attr_group{
    margin: 20px 0;
}

.attr-size.attr_group .attr_option{
    border: 1px solid #E0E0E0;
    text-align: center;
    padding: 8px 0;
    justify-content: center;
}
.attr-size.attr_group .attr_option.selected{
    background: #4D9CF9;
    color: #fff;
}


.price_range_show{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price_range_show #amount{
    text-align: right;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    height: 4px;
    background: #c5c5c5;
}
.ui-slider .ui-slider-range{
    background: #7FAEF0;
    border: 1px solid #7FAEF0;
}

.ui-slider .ui-slider-handle{
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #0957DE;
}

.ui-state-active, .ui-widget-content .ui-state-active{
    background: #4D9CF9;
}

.ui-state-default, .ui-widget-content .ui-state-default{
    background: #0957DE !important;
    border: none !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -8px !important;
    margin-left: -.6em;
}
.ui-widget.ui-widget-content{
    width: calc(100% - 16px);
    margin: 15px auto 0;
}
.attr_select{
    margin-top: 15px;
}

.filter_result{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 36px;
}
.filter_clear_btn{
    cursor: pointer;
}
.filter_search_btn{
    background: #0957DE;
    color: #fff;
    cursor: pointer;
    margin-left: 20px;
    border-radius: 4px;
    padding: 5px 25px;
}

.toggle_filter{
    display: none;
    border: 1px solid #C2C2C2;
    color: #424242;
    padding: 17px 25px;
    border-radius: 8px;
    cursor: pointer;
    background: #eee;
}
.child_taskbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.child_taskbar .g_right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.toggle_filter:hover{
    background: #f6f6f6;
}

.filter_wrapper{
    position: relative;
}
.filter_wrapper .g_close{
    position: absolute;
    top: 15px;
    right: 41px;
    cursor: pointer;
    font-size: 30px;
}

.attr_filter_content{
    position: relative;
    padding: 41px;
}
.filter_wrapper .g_close:hover{
    color: #0957DE;
}
.child_taskbar select{
    /*border: none;*/
    /*background: #F5F5F5;*/
    border-radius: 4px;
    height: 28px;
    color: #424242;
    padding: 0 5px;
}

.nav_li a{
    color: #8e8e8e;
}
li.dots_li{
    background: none !important;
}

.tax_pagination .d_navigation ul{
    /*justify-content: right;*/
}

.single_color_box{
    width: 50px;
    height: 50px;
    /*margin-right: 10px;*/

    background: url("img/i50.jpg") no-repeat;
    background-size: cover;

}

.single_color_code{
    width: calc(100% - 50px);
}

.noClick {
    pointer-events: none;
}

.youtube_avatar{
    position: relative;
}

.youtube_avatar:after{
    content: "\f04b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 40px;
    pointer-events: none;
    text-shadow: 2px 2px rgba(0,0,0,0.2);
}

.slider-nav .youtube_avatar:after{
    font-size: 20px;
}
.single_pro_title{
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

.single_price{
    display: flex;
    align-items: center;
    /*font-size: 16px;*/
    color: #424242;
}

.single_price .g_title{
    width: 114px;
}

.single_price .g_value{
    /*margin-left: 20px;*/
}

.single_price .single_current_price{
    font-weight: 700;
    font-size: 20px;
    color: #032C81;
}

.single_price .single_ori_price{
    text-decoration: line-through;
    margin-left: 20px;
    color: #666;
}

.single_quantity{
    display: flex;
    align-items: center;
    /*font-size: 16px;*/
    color: #424242;
    margin-top: 8px;
}

.single_quantity .g_title{
    width: 114px;
}

.single_quantity .g_value{
    margin-left: 20px;
    font-weight: bold;
}

.single_select_title{
    /*font-size: 16px;*/
    line-height: 24px;
    color: #000613;
    font-weight: 700;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 12px;
    padding-bottom: 3px;
}

.single_color_select .g_item{
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    padding: 4px;
}

.single_select_group{
    display: flex;
    flex-wrap: wrap;
}
.single_color_select .single_select_group .g_wrapper{
    width: 33.33%;
    padding: 4px;
}

.single_color_select .single_select_group .g_item{
    cursor: pointer;
}

.single_color_select .single_select_group .g_wrapper:hover .g_item{
    background: #f2f2f2;
}


.single_color_select .single_select_group .g_item.active{
    border: 1px solid var(--primary-color);
}

.single_color_select .single_parent_wrapper{
    margin: -4px;
}
.single_color_select{
    margin-top: 20px;
}

.single_size_select .single_select_group{
    display: flex;
    flex-wrap: wrap;
}
.single_size_select .single_parent_wrapper{
    margin: -4px -10px;
}
.single_size_select .g_wrapper{
    padding: 4px 10px;
    width: 100%;
}

.single_size_select .g_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--primary-color);
    /*font-size: 16px;*/
    color: #424242;
    padding: 4px 0;
    border-radius: 4px;
}

.single_size_select .g_item .g_name{
    width: 40%;
    padding: 0 20px;
    border-right: 1px solid #EDEDED;
    text-align: center;
}

.single_size_select .g_action{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.single_size_select .g_action i{
    color: #586189;
    cursor: pointer;
}
.single_size_select{
    margin-top: 20px;
}

.g_operator i{
    pointer-events: none;

}
.g_operator{
    cursor: pointer;
}
.single_size_select .g_action input{
    border: none;
    background: none;
    width: 41px;
    outline: none;
    text-align: center;
}

/*!* Chrome, Safari, Edge, Opera *!*/
/*.single_size_select .g_action input::-webkit-outer-spin-button,*/
/*.single_size_select .g_action input::-webkit-inner-spin-button {*/
/*    -webkit-appearance: none;*/
/*    margin: 0;*/
/*}*/

/*!* Firefox *!*/
/*.single_size_select .g_action input[type=number] {*/
/*    -moz-appearance: textfield;*/
/*}*/

.cart_pro_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}
.cart_pro_list .cart_pro_item{
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #E0E0E0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #616161;
    /*font-size: 16px;*/
}
.cart_pro_list .cart_pro_item:first-child{
    border-top: none;
    padding-top: 0;
}
.cart_pro_list .cart_pro_item:last-of-type{
    padding-bottom: 0;
}
.cart_pro_item .g_image{
    width: 100px;
}
.cart_pro_item .g_content{
    width: calc(100% - 260px);
    margin-left: 20px;
}
.cart_pro_item .g_title{
    /* font-size: 16px; */
    color: #000;
    font-weight: bold;
    /*height: 41px;*/
}
.cart_pro_item .g_attribute{
    margin: 4px 0;
    color: #666;
}
.cart_pro_item .g_action {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.cart_pro_item .g_action input[type="number"] {
    -moz-appearance: textfield;
}
.cart_pro_item .g_action input {
    border: none;
    background: none;
    width: 50px;
    outline: none;
    text-align: center;
    height: 28px;
}
.cart_pro_item .g_pro_group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.cart_pro_item .g_total{
    /* font-weight: 700; */
    color: #0A0A0A;
    /*! width: 100px; */
    text-align: right;
}

.cart_summary{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    margin-top: 20px;
}
.cart_summary .cart_payment{
    background: var(--primary-color);
    font-weight: 500;
    /*font-size: 16px;*/
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
    width: 316px;
    height: 56px;
}
.cart_summary .cart_total_money{
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-left: 140px;
}
.single_pro_cart{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
}

.spc_buy_now{
    font-weight: 500;
    /*font-size: 16px;*/
    color: #fff;
    background: crimson;
    border-radius: 4px;
    padding: 8px 0;
    text-align: center;
    width: calc(50% - 8px);
    cursor: pointer;
    font-weight: bold;
}

.spc_add_to_cart{
    font-weight: bold;
    /*font-size: 16px;*/
    color: #fff;
    /* border: 1px solid #B0E0F5; */
    border-radius: 4px;
    padding: 9px 0;
    text-align: center;
    width: calc(50% - 8px);
    cursor: pointer;
    background: aliceblue;
    background: var(--primary-color);
}


.quick_cart_item{
    display: flex;
    padding: 10px 0;
    align-items: center;
}
.quick_cart_item .g_image{
    width: 80px;
}
.quick_cart_item .g_content{
    width: calc(100% - 80px);
    padding-left: 20px;
}
#quick_cart{
    position: fixed;
    top: 41px;
    right: 3%;
    width: 430px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.07);
    /*font-size: 16px;*/
    color: #616161;
    z-index: 9999;
    border: 1px solid #dddddd;
    border-radius: 4px;
}
.quick_cart_item .g_title{
    font-weight: 400;
    /*font-size: 16px;*/
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}
.quick_cart_item .single_current_price{
    color: #202332;
}
.quick_cart_item .single_ori_price{
    text-decoration: line-through;
}
.quick_cart_item .g_content > *{
    margin-bottom: 10px;
}

#quick_cart .g_content .g_html{

}

.quick_cart_item .g_content .g_price {
    color: crimson;
}

#quick_cart .g_close{
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}
#quick_cart .g_header{
    /*font-size: 16px;*/
    line-height: 20px;
    color: green;
    margin-bottom: 12px;
    font-weight: bold;
}
#quick_cart .g_button{
    font-weight: 500;
    /*font-size: 16px;*/
    line-height: 24px;
    text-align: center;
    background: var(--primary-color);
    display: block;
    padding: 8px 0;
    border: 1px solid #B0E0F5;
    border-radius: 4px;
    margin-top: 10px;
    color: #fff;
}

#quick_cart .g_button a{
    color: #fff;
    font-weight: bold;
}

.single_commit{
    margin: 25px -4px -4px;
}
.single_commit .g_parent_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.single_commit .g_wrapper{
    padding: 4px 4px;
    width: 33.33%;
}

.single_commit_item{
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    height: 100%;
    padding: 10px 4px;
    cursor: pointer;
}
.single_commit_item .g_content{
    margin-top: 10px;
}

.single_content_group{
    /*display: flex;*/
    margin-top: 30px;
    flex-wrap: wrap;
}
.single_pro_rank{
    width: 316px;
}
.single_pro_details{
    /*! width: calc(100% - 316px); */
    /*! padding-left: 48px; */
}

.single_content_group .group_title{
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 24px;
}
.single_pro_rank .g_parent_wrapper{
    margin: -10px 0;
}
.single_pro_rank .g_wrapper{
    padding: 10px 0;
}
.similar_products .group_title{
    font-weight: 700;
    font-size: 28px;
    color: var(--text-color);
    margin-bottom: 20px;
    /*text-align: center;*/
}
.similar_products{
    margin-top: 30px;
}


.featured_news_item{
    /*background: url("img/featured_bg.png") no-repeat;*/
    /*background-size: cover;*/
    position: relative;
    box-shadow: 0 0 8px rgba(0, 46, 66, 0.1);
    border: 1px solid #f2f2f2;
}
.news_cat_title{
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: var(--text-color);
    /*margin-top: 40px;*/
}
.featured_news_item .product_img{
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    border-radius: 100%;
    overflow: hidden;
    padding: 0;
}

.featured_news_item .product_img img{

}

.featured_news_item .product_summary{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 30px;
    width: 100%;
    z-index: 20;
    background: linear-gradient(transparent, #fff);
}
.featured_news_item .product_title{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #18191F;
    margin-bottom: 16px;
}

.featured_news_item .product_more a{
    /*font-size: 16px;*/
    line-height: 24px;
    color: #254555;
}

.featured_news .g_group{
    margin-top: 40px;
}
.f_background img{
    width: 100%;
}

.tr_tin_tuc{
    margin-top: 55px;
}

.tr_tin_tuc .g_group_title{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: var(--text-color);
}
.tr_tin_tuc .g_group{
    margin-top: 20px;
}

.product_item.g_news{
    /*box-shadow: 0 0 8px rgba(0, 46, 66, 0.1);*/
    /*border-radius: 8px;*/
    /*margin-bottom: 10px;*/
}
.product_item.g_news .product_summary{
    /*! padding: 24px; */
}

.product_item.g_news .product_title{
    /*! font-weight: 700; */
    /*! font-size: 24px; */
    /*! line-height: 28px; */
    /*! color: #18191F; */
    margin-top: 10px;
}

.product_item.g_news.g_landscape .product_title{
    margin-top: 0;
}

.product_item.g_news .product_excerpt{
    /*font-size: 16px;*/
    /*! line-height: 24px; */
    color: #586189;
    margin-top: 10px;
}

.product_item.g_news .product_more a{
    /*font-size: 16px;*/
    line-height: 24px;
    color: #254555;
}

.tr_tin_tuc .d_navigation ul{
    justify-content: center;
}
.tr_tin_tuc #rela_news_page{
    margin-top: 28px;
}
.tr_tin_tuc .d_navigation ul li.active {
    background-color: #46A6F6;
}


.d_segment_banner ul.slick-dots li.slick-active button{
    background: #fff;
}
.d_segment_banner ul.slick-dots li button{
    background: rgba(255, 255, 255, 0.4);
}
.archive_video_item .g_title{
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: var(--text-color);
}
.archive_video_item{
    display: flex;
    justify-content: space-between;
}
.archive_video_item .g_content{
    width: 40%;
    padding-right: 20px;
}
.archive_video_item .g_videos{
    width: 60%;
}

.archive_video_item .g_videos iframe{
    max-width: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.archive_video_item .g_nav{
    display: flex;
}
.archive_video_item .g_controls{
    width: 56px;
    height: 56px;
    /*font-size: 16px;*/
    background: #B7D6F0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.archive_video_item .g_excerpt{
    font-weight: 400;
    /*font-size: 16px;*/
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.archive_video_item .g_controls:hover{
    background: #46A6F6;
}
.archive_news_videos .dnav_item{
    display: none !important;
    opacity: 0;
}
.archive_news_videos{
    margin-top: 41px;
}

.single_news_title{
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    color: var(--text-color);
    padding: 0 41px;
    margin-bottom: 20px;
}

.similar_news_title{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #18191F;
    margin: 40px 0;
}

.main_umt_title{
    font-weight: 700;
    font-size: 34px;
    color: #202332;
}


.d_input_item.umt_clear a{
    display: block;
    padding: 0 16px;
    height: 56px;
    line-height: 56px;
    width: 100%;
    border-radius: 4px;
    outline: none;
    /*font-size: 16px;*/
    border: 1px solid #B0E0F5;
    text-align: center;
    text-decoration: none;
}


.d_input_item select{
    border: 1px solid #e9e9e9;
    color: #1c1c1c;
    padding: 0 16px;
    height: 56px;
    width: 100%;
    border-radius: 4px;
    outline: none;
    /*font-size: 16px;*/
    background: #fff;
}

.cat_popup{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.07);
    padding: 40px 0;
    z-index: 99999;
    background: #fff;
}

.header_cat_tabs ul{
    list-style: none;
    display: flex;
    justify-content: center;
}
.header_cat_tabs ul li{
    /*font-size: 16px;*/
    line-height: 20px;
    text-transform: uppercase;
    color: #424242;
    margin: 0 40px;
    cursor: pointer;
}

.header_cat_group{
    display: flex;
    margin: 0 -40px;
}
.header_cat_item{
    width: 20%;
    padding: 0 40px;
}
.header_cat_item .g_title{
    font-weight: 500;
    /*font-size: 16px;*/
    line-height: 20px;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 10px;
}
.header_cat_content{
    margin-top: 35px;
}
.header_cat_item .g_item{
    font-weight: 400;
    /*font-size: 16px;*/
    line-height: 20px;
    color: #757575;
    padding: 8px 0;
}
.header_cat_item .g_item a{
    color: #757575;
}

.header_menu ul ul{
    display: none;
}
.header_cat_tabs ul li.active{
    color: #0A0A0A;
    font-weight: 700;
}
.cat_popup{
    display: none;
}

.header_menu_icon{
    cursor: pointer;
    color: #000;
}

.header_menu_icon .g_close{
    display: none;
}

.header_menu_icon.g_active .g_close{
    display: block;
}
.header_menu_icon.g_active .g_open{
    display: none;
}

.sc_excerpt{
    /*font-size: 16px;*/
    line-height: 24px;
    color: #616161;
    margin-top: 30px;
}
.subscribe_title{
    font-weight: 700;
    font-size: 34px;
    line-height: 30px;
    color: #202332;
}
.subscribe_form{
    width: 428px;
}
.sc_email{
    margin-top: 30px;
}
.sc_summ{
    color: #616161;
    margin-top: 30px;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 28px;
}

.slider.round:before {
    border-radius: 50%;
}

.sc_option{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 241px;
    padding: 5px 0;
    color: #000;
    margin: 0 auto;
}
.sc_option_action{
    height: 18px;
}
.sc_select{
    margin: 30px 0;
}

.mod_search_group{
    position: relative;
    padding: 20px 40px;
    border-radius: 4px;
    /*border: 1px solid #e2e2e2;*/
    /*! box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.07); */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.mod_search_group .search_suggestion{
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    /*! box-shadow: 0 14px 5px 3px rgba(0, 0, 0, 0.07); */
    background: #fff;
    padding: 10px;
    width: 100%;
    display: none;
}
.mod_search_group .hs_form{
    width: 100%;
    border-bottom: none;
}
.mod_search_group .hs_form .g_submit{
    width: 25px;
}
.mod_search_group .hs_form .g_input{
    width: calc(100% - 25px);
}
.mod_search_group .hs_form label{
    width: 100%;
}
.su_item .g_title{
    font-weight: 700;
    /*font-size: 16px;*/
    line-height: 20px;
    text-transform: uppercase;
    color: #0A0A0A;
}
.su_item .g_list{
    margin-top: 10px;
}
.su_item .g_list ul{
    font-weight: 400;
    /*font-size: 16px;*/
    line-height: 20px;
    color: #757575;
    list-style: none;
}
.su_item .g_list a{
    color: #757575;
    /*display: block;*/
}
.su_item .g_list ul li{
    padding: 4px 0;
}
.su_item .g_list ul li a:hover{
    color: var(--primary-color);
}

/*payment successfully*/
.payment_successfully{
    width: 50%;
    margin: 41px auto;
    text-align: center;

    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #202332;
}

.payment_successfully .continue_order{
    /*font-size: 16px;*/
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: var(--primary-color);
    border-radius: 4px;
    margin-top: 30px;
}
.payment_successfully .continue_order a{
    display: block;
    color: #FFFFFF;
}
.payment_successfully .g_return_home{
    margin-top: 30px;
}
.payment_successfully .g_notify{
    margin-top: 30px;
}

.payment_successfully .g_return_home span{
    font-weight: bold;
}



/* Chrome, Safari, Edge, Opera */
.single_size_select .g_action input::-webkit-outer-spin-button,
.single_size_select .g_action input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.single_size_select .g_action input[type=number] {
    -moz-appearance: textfield;
}

.header_search form{
    margin-bottom: 0;
}
.header_account_info{
    margin-left: 20px;
}
.user_page{
    margin-right: 15px;
}

.d_segment_category .d_title2 > *{
    margin-bottom: 0;
}

.header_menu >ul> li.not_show_menu{
    display: none;
}

.footer_menu ul ul{
    display: none;
}

.footer_menu >ul> li.not_show_menu{
    display: none;
}

.single_rating{
    display: flex;
    align-items: center;
}

.single_rating .sr_stars{
    display: flex;
}
.single_rating .sr_stars svg{
    width: 24px;
}

.single_rating .sr_stars svg .wpd-star.wpd-active{
    fill: #FFB800;
}

.single_rating span{
    /*font-size: 16px;*/
    color: #202332;
}
.single_rating{
    color: #999;
    font-size: 14px;
}

.single_hidden_image{
    position: absolute;
    z-index: -10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 30px;
}

.header_account{
    display: flex;
    align-items: center;
}
.segment_adv_item img{
    width: 100%;
}


.single_rating > *{
    /*margin-left: 24px;*/
}
.single_rating > *:first-child{
    margin-left: 0;
}

.single_prod_sum_group{
    display: flex;
    flex-direction: column;
}

.single_tab_content ul, .single_tab_content ol{
    margin-bottom: 1rem;
    padding-left: 15px;
}

.footer_group_2 .g_left{
    width: 50%;
}

.export.btn-group .dropdown-toggle::after{
    content: none;
}

.chitietdh_table td{
    text-align: center;
}
.chitietdh_table{
    margin-bottom: 30px;
}


/* 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;*/
/*}*/

.dropup .dropdown-toggle::after{
    content: none;
}

.single_commit_item .g_icon{
    /*width: 36px;*/
    /*height: 36px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*margin: 0 auto;*/
    width: 100%;
}

#my-menu-click i, .header_cart i{
    /*font-size: 16px;*/
}

.single_pro_cart.disabled .spc_buy_now, .single_pro_cart.disabled .spc_add_to_cart{
    background: #e6e6e6;
    color: var(--text-color);
    cursor: not-allowed;
    border: none;
    pointer-events: none;
}


.single_pro_cart.locked .spc_buy_now, .single_pro_cart.locked .spc_add_to_cart{
    background: #e6e6e6;
    color: var(--text-color);
    cursor: not-allowed;
    border: none;
    pointer-events: none;
}



.youtube_block.single_youtube,  .youtube_block.single_youtube .rll-youtube-player{
    position: relative;
    padding-bottom: 100% !important;
    height: 0;
}
.youtube_block.single_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.youtube_avatar.single_youtube::after{
    content: none;
}

.youtube_block.single_youtube .rll-youtube-player img{
    height: 100%;
    object-fit: cover;
}

.cart_pro_group{
    background: aliceblue;
    padding: 15px;
}
.cart_pro_group_title{
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary-color);
}

.homepage .slick_banner_home ul.slick-dots{
    bottom: unset;
    left: unset;
    top: 50%;
    transform: translate(0,-50%);
    right: 41px;
    display: block;
}

.homepage .slick_banner_home ul.slick-dots li{
    margin: 4px 0;
}

.homepage .slick_banner_home ul.slick-dots li button{
    width: 6px;
    height: 28px;
    border-radius: 100px;
    background: #fff;
}

.homepage .slick_banner_home ul.slick-dots li.slick-active button {
    background: #4D9CF9;
}

.homepage .slick_banner_home .dnav_item.g_right {
    top: unset;
    bottom: 41px;
    right: 41px;
    font-size: 26px;
    color: #616161;
}

.homepage .slick_banner_home .dnav_item.g_left {
    top: unset;
    bottom: 41px;
    font-size: 26px;
    color: #616161;
    left: 41px;
}

.homepage .slick_banner_home .slick-arrow{
    display: block !important;
}




/*Chat mobile*/

.fixed_mobile_chat{
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    z-index: 999;
    /*! box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.07); */
    /*! padding: 5px 0; */
    border-radius: 20px 20px 0 0;
}


.fixed_mobile_chat .g_group{
    display: flex;
    justify-content: space-around;
}

.fixed_mobile_chat .g_item{
    /*! width: 50%; */
    /*! text-align: center; */
    padding: 0 10px;
}

.fixed_mobile_chat .g_icon{
    margin-bottom: 5px;
}

.fixed_mobile_chat .g_text{
    font-size: 12px;
    font-weight: bold;
}

.fixed_mobile_chat .g_item i{
    font-size: 36px;
}

.fixed_mobile_chat .g_icon img{
    width: 36px;
}

.fixed_mobile_chat .g_item a{
    color: var(--text-color);
}




@media screen and (max-width: 1200px) {
    /*.fixed_mobile_chat{*/
    /*    display: block;*/
    /*}*/
    /*#button-contact-vr .button-contact{*/
    /*    display: none;*/
    /*}*/
    /*body{*/
    /*    padding-bottom: 70px;*/
    /*}*/
}
/*end chat mobile*/

.tr_main th, .tr_main td{
    border: 1px solid #e2e2e2;
    padding: 2px;
}

/*.similar_products .slick-arrow {*/
/*    top: calc(50% - 48px);*/
/*    transform: translate(0,-50%);*/
/*    color: #4D9CF9;*/
/*}*/

#slider-range{
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}



/*POPUP*/
.manual_popup{
    position: fixed;
    background: rgba(0,0,0,0.5);
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.manual_popup .g_main{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.manual_popup .g_group{
    /* max-height: 80vh; */
    /*overflow: auto;*/
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}
.popup_content img{
    max-height: 80vw;
    max-width: 80vh;
}

.manual_popup .popup_content{
    position: relative;
}
.manual_popup .popup_close{
    position: absolute;
    top: -27px;
    right: -27px;
    /* font-size: 28px; */
    color: black;
    cursor: pointer;
    /* background: crimson; */
    /* border-radius: 100%; */
}

.manual_popup.disabled{
    display: none;
}
.tr_main iframe{
    max-width: 100%;
}

.d_segment_category .cat_wrapper{
    margin-top: 20px;
}


/*.child_taskbar .g_right{*/
/*    display: none;*/
/*}*/

#sort_select{
    min-width: 180px;
}

.register_form, .register_form_group {
    width: 480px;
    margin: 0 auto;
    background: rgba(251, 251, 251, 0.9);
    border-radius: 16px;
    padding: 32px;
}

.similar_news_title_2 {
    font-weight: 700;
    font-size: 28px;
    color: var(--text-color);
    margin-bottom: 20px;
}


/*.payment_money_group{*/
/*    display: none;*/
/*}*/

#payment_page .cart_summary{
    display: none;
}

.mgg_edit_block .mgg_edit_item{
    width: 100%;
    margin-top: 10px;
}
.mgg_edit_block .mgg_edit_item .g_title{
    font-weight: bold;
    margin-bottom: 5px;
}
.mgg_edit_block .mgg_edit_item input{
    width: 100%;
    height: 36px;
}

.mgg_btn{
    margin-top: 20px;
}

.mgg_btn input{
    background: #ec202b;
    padding: 10px 25px !important;
    color: #fff !important;
    border-radius: 4px;
}



/* 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: 8px;
    padding: 30px;
}


.mini-cart .cart_pro_item .g_action_group {
    /* display: none; */
}


/* ============================================================
   3. style.css  ← ưu tiên cao nhất
   ============================================================ */

#wpadminbar {
    display: none;
}

.form-select {
    font-size: 14px;
}

/*.child_taskbar .g_right {*/
/*    display: none;*/
/*}*/

.product_item.g_landscape.g_small .product_img {
    width: 100px;
}

.product_item.g_landscape.g_small .product_summary {
    width: calc(100% - 100px);
}

.product_item.g_landscape.g_small .product_title {
    margin-top: 0;
}

.product_item.g_landscape.g_small .product_excerpt {
    font-size: 14px;
}

.product_item.g_landscape.g_small .product_title {
    font-size: 14px;
    font-weight: normal;
}

.similar_products .group_title, .similar_news_title_2 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 7px;
}

.similar_products .group_title:before, .similar_news_title_2:before {
    position: absolute;
    content: '';
    left: 0;
    top: calc(100%);
    background: var(--primary-color);
    width: 50px;
    height: 2px;
}

.child_page_title h1 {
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 7px;
}

.child_page_title h1:before {
    position: absolute;
    content: '';
    left: 0;
    top: calc(100%);
    background: var(--primary-color);
    width: 100px;
    height: 3px;
}


/*affect*/

.scale_effect {
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    text-align: center;
}

.scale_effect::before {
    position: absolute;
    content: '';
    top: 10px;
    bottom: 10px;
    left: 50%;
    right: 50%;
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.scale_effect:after {
    position: absolute;
    content: '';
    top: 50%;
    bottom: 50%;
    left: 10px;
    right: 10px;
    z-index: 1;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.scale_effect:hover::before {
    left: 5px;
    right: 5px;
}

.scale_effect:hover::after {
    top: 5px;
    bottom: 5px;
}


.scale_effect img {
    transition: 0.5s;
}

.scale_effect:hover img {
    transform: scale(1.2);
}

.scale_effect {
    overflow: hidden;
}

.deal_detail_name_long ul, .d_pro_txt1 ul, .child_page_content ul {
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.cart_payment a {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
}

/*.payment_money_group {*/
/*    display: none;*/
/*}*/

#payment_page .payment_money_group {
    display: block;
    margin-top: 20px;
}

.payment_money_group {
    border-top: 1px dashed #E6E8EF;
    background: #fff;
    padding: 20px 0;
}


/* .slick_banner — removed: defined in style.css */

.slick_banner .banner_text_group {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.6), rgba(255, 255, 255, 0));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}

.banner_text_group .g_text {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.banner_content {
    width: 600px;
    max-width: 100%;
}

.banner_content .g_title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.banner_content .g_content {
    font-size: 16px;
    /*font-weight: bold;*/
    color: #fff;
    margin-top: 10px;
}

.banner_text_group .g_btn a {
    font-weight: bold;
    width: max-content;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    display: block;
    color: #fff;
}

.banner_text_group .g_btn {
    margin-top: 30px;
}

.banner_text_group {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.nss_box .nss_tm {
    font-size: 14px;
}


.single_uudai {
    border: 1px solid #1656c5;
    padding: 15px 10px;
    position: relative;
    margin-top: 34px;
}

.ud_text {
    border-radius: 5px !important;
    padding: 4px 20px !important;
    background: #1656c5;
    color: #fff;
    width: max-content;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translate(-50%, 0);
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.ud_content {
    margin-top: 20px;
    /*font-size: 16px;*/
    /*line-height: 1.8;*/
}

.ud_content ul {
    list-style: none;
}

.ud_content ul li:before {
    content: '';
    /* width: 20px; */
    /* height: 20px; */
    /*font-family: "Font Awesome 6 Pro";*/
    /*font-weight: 600;*/
    /*color: #2ac52a;*/
    font-size: 14px;
    /* margin-right: 5px; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300a859' d='M6.173 13.414l-4.12-4.121 1.414-1.414 2.706 2.707 6.364-6.364 1.414 1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    padding-left: 24px; /* chừa chỗ cho icon */
}


/*FILTER*/

.filter_box .g_group {
    margin-top: 10px;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
}

.filter_box .f_main_title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.filter_box .g_item {
    padding: 3px 0;
}

.filter_box .g_item.g_active {
    color: #005DAC;
    font-weight: bold;
}

.preg_item .g_input input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.prg_title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.price_range_group {
    margin-top: 10px;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
}

.prg_submit {
    background: crimson;
    color: #fff;
    /*width: max-content;*/
    width: 100%;
    cursor: pointer;
    padding: 3px 25px;
    border-radius: 4px;
    /*margin-left: auto;*/
    /*margin: 0 auto;*/
    /*margin-top: 8px;*/
}

.preg_item .g_text {
    height: 21px;
}

.prg_field .g_parent_wrapper {
    display: flex;
    align-items: center;
    margin: -5px;
}

.prg_field .g_wrapper {
    padding: 0 5px;
}


.spt_title_group {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.spt_title_group .g_item {
    border: 1px solid #ccc;
    border-radius: 8px 8px 0 0;
    margin-left: 5px;
    padding: 8px 25px;
    cursor: pointer;
    background: #f6f6f6;
    border-bottom: none;
    position: relative;
    top: 1px;
}

.spt_title_group .g_item.active {
    border-top-color: crimson;
    border-top-width: 2px;
    background: #fff;
    font-weight: bold;
}

.spt_title_group .g_item:first-child {
    margin-left: 0;
}

.single_prod_tabs .pro_single_content {
    margin-top: 0;
    border: 1px solid #e2e2e2;
    border-top: none;
    padding: 10px;
}


.pro_single_content ul {
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.single_prod_tabs {
    margin-top: 40px;
}

.wp-caption {
    max-width: 100% !important;
}

.header_cart, .header_account {
    margin-left: 40px;
}

.d_segment_banner {
    position: relative;
}

.banner_item {
    position: absolute;
    top: 0;
    left: 0;
}

.banner_item:first-child {
    position: unset;
}


.main_breadcrumbs {
    background: #ebebeb;
    padding: 5px 0;
}

/*slick_1*/
.slick_1:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_1:not(.slick-initialized) > * {
    width: 100%;
}

.slick_1:not(.slick-initialized) > *:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slick_2*/
.slick_2:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_2:not(.slick-initialized) > * {
    width: 50%;
    padding: 0 10px;
}

.slick_2:not(.slick-initialized) > *:nth-child(n+3) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slick_3*/
.slick_3:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_3:not(.slick-initialized) > * {
    width: 33.33%;
    padding: 0 10px;
}

.slick_3:not(.slick-initialized) > *:nth-child(n+4) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}


/*slick_4*/
.slick_4:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_4:not(.slick-initialized) > * {
    width: 25%;
    padding: 0 10px;
}

.slick_4:not(.slick-initialized) > *:nth-child(n+5) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}


/*slick_5*/
.slick_5:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_5:not(.slick-initialized) > * {
    width: 20%;
    padding: 0 10px;
}

.slick_5:not(.slick-initialized) > *:nth-child(n+6) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slick_6*/
.slick_6:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_6:not(.slick-initialized) > * {
    width: 16.666%;
    padding: 0 10px;
}

.slick_6:not(.slick-initialized) > *:nth-child(n+7) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}





/*slick_banner*/
.slick_banner:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slick_banner:not(.slick-initialized) > * {
    width: 100%;
}

.slick_banner:not(.slick-initialized) > *:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slider-for*/
.slider-for:not(.slick-initialized) {
    position: relative;
    display: flex;
}

.slider-for:not(.slick-initialized) > * {
    width: 100%;
}

.slider-for:not(.slick-initialized) > *:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

/*slick-nav*/
.slider-nav:not(.slick-initialized) {
    position: relative;
    display: flex;
    justify-content: center;
}

.slider-nav:not(.slick-initialized) > * {
    width: 20%;
    padding: 0 10px;
}

.slider-nav:not(.slick-initialized) > *:nth-child(n+6) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}



.child_page_content h1, .spt_content_group h1 {
    font-size: 1.75rem;
}

.child_page_content h2, .spt_content_group h2 {
    font-size: 1.5rem;
}

.child_page_content h3, .spt_content_group h3 {
    font-size: 1.25rem;
}

/*.export_form {*/
/*    padding: 30px;*/
/*    border-radius: 8px;*/
/*    background: aliceblue;*/
/*    margin-top: 60px;*/
/*    border: 1px solid orangered;*/
/*}*/

/*.common_page_title {*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*    font-size: 28px;*/
/*    color: orangered;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.export_btn button {*/
/*    border: none;*/
/*    background: navy;*/
/*    color: #fff;*/
/*    padding: 8px 25px;*/
/*    border-radius: 8px;*/
/*    font-weight: bold;*/
/*    font-size: 16px;*/
/*}*/

/*.export_btn {*/
/*    text-align: center;*/
/*    margin-top: 20px;*/
/*}*/

/*.import_form {*/
/*    padding: 30px;*/
/*    border-radius: 8px;*/
/*    background: aliceblue;*/
/*    margin-top: 60px;*/
/*    border: 1px solid orangered;*/
/*}*/

/*.export_btn input {*/
/*    border: none;*/
/*    background: darkgreen;*/
/*    color: #fff;*/
/*    padding: 8px 25px;*/
/*    border-radius: 8px;*/
/*    width: max-content;*/
/*    min-height: auto;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*}*/

/*.import_file_input {*/
/*    text-align: center;*/
/*}*/

/*.import_file_input input {*/
/*    background: blanchedalmond;*/
/*    padding: 7px;*/
/*    border-radius: 4px;*/
/*}*/






.wpcf7-form.submitting .dform_item_btn input{
    pointer-events: none;
    cursor: wait;
}

.wpcf7-form.submitting .dform_item_btn{
    cursor: wait;
}

.cart_sub_info_item {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 8px;
}
.cart_sub_info_item .g_value {
    /* font-weight: bold; */
    margin-left: auto;
}
.sub_formal_title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.promotion_apply {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.promotion_apply .g_input {
    width: calc(100% - 136px);
}
.promotion_apply .g_submit {
    width: 120px;
}
.promotion_apply .g_input input {
    height: 40px;
    background: #fff;
}
.promotion_apply .g_submit input {
    background: var(--primary-color);
    border-radius: 4px;
    width: 100%;
    height: 40px;
    border: none;
    color: #fff;
}

.dr_formLine {
    margin-top: 16px;
}
.dr_formLine:first-child {
    margin-top: 0;
}

.payment_form_title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-top: 20px;
}


.payment_type_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    /* font-size: 12px; */
    /* line-height: 14px; */
    color: #586189;
    background: #FFFFFF;
    border: 1px solid #E6E8EF;
    border-radius: 4px;
    margin-top: 14px;
    padding: 14px 10px;
    position: relative;
    cursor: pointer;
}
.payment_type_item.selected {
    border: 2px solid #0BD577;
}
.payment_type_item .g_icon {
    width: 40px;
    font-size: 26px;
}
.payment_type_item .g_icon svg {
    height: 26px;
}
.payment_type_item .g_content {
    width: calc(100% - 40px);
    padding-left: 15px;
}
.payment_type_item .g_content span {
    /*font-weight: 600;*/
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    color: #202332;
}


.payment_type_item .g_selected {
    width: 32px;
    height: 32px;
    background: #0BD577;
    border-radius: 8px 0 0 0;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
}
.payment_type_item.selected .g_selected {
    display: flex;
}

.order_submit_btn {
    margin-top: 16px;
}


#page_gio_hang #cart_component {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#page_gio_hang .order_group_umt {
    width: calc(100% - 420px);
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 8px;
}
#page_gio_hang .payment_money_group {
    width: 400px;
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 8px;
}

.coupon_component {
    margin-left: auto;
}
.coupon_component input {
    height: 30px;
    min-height: auto;
    border: 1px dashed #ccc;
    width: 140px;
}

.continue_to_payment {
    margin-top: 16px;
}

.continue_to_payment a{
    display: block;
    font-weight: 700;
    color: #fff;
    background: var(--primary-color);
    border: none;
    border-radius: 8px;
    padding: 10px 0;
    text-align: center;
}

.order_information_component .g_main_title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.po_order_code {
    text-align: center;
    font-size: 16px;
    /*font-weight: bold;*/
    margin-top: 10px;
}

.customer_info_item {
    display: flex;
    flex-wrap: wrap;
}
.customer_info_item .g_value {
    margin-left: 10px;
}
.customer_info_item .g_title {
    font-weight: bold;
}
.po_payment {
    text-align: center;
    /*font-weight: bold;*/
    /*margin-top: 5px;*/
    color: #666;
    font-style: italic;
}


.po_detail_item table th, .po_detail_item table td {
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #ccc;
}
.po_detail_item {
    margin-top: 30px;
}

.po_detail_item table thead th {
    background: var(--primary-color);
}
.po_detail_item table {
    background: #f9f9f9;
}
.text_right {
    text-align: right;
}

#payment_page .continue_to_payment {
    display: none;
}

.cart_sub_info_item .g_title {
    font-weight: bold;
}
.order_submit_btn input {
    height: 46px;
}

#select_error {
    color: crimson;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    /* font-size: 1.1rem; */
    display: none;
    background: antiquewhite;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
}

#quick_cart .view_cart a{
    font-style: italic;
    text-decoration: underline;
    color: #666;
    font-size: 13px;
    margin-top: 0;
}
#quick_cart .view_cart {
    margin-top: -5px;
}

.payment_status.g_success{
    color: #388e3c;
}
.payment_status.g_wait{
    color: crimson;
}
.payment_status.g_wait a{
    color: crimson;
    position: relative;
    width: 100%;
    display: block;
}
.payment_status.g_wait a:hover {
    background: #0d95e8;
    /*color: #fff;*/
    padding: 3px 5px;
    border-radius: 4px;


}


.payment_status.g_wait a::after {
    content: attr(data-content);
    position: absolute;
    top: 2px;
    left: 6px;
    opacity: 0;
    transition: opacity 0.2s;
    color: #fff;
}

.payment_status.g_wait a:hover::after {
    opacity: 1;
}

.payment_status.g_wait a:hover {
    color: transparent; /* Ẩn chữ gốc */
}

.element_loading {
    cursor: wait;
    pointer-events: none;
}

.payment_status {
    text-align: center;
}


.youtube_popup_item {
    position: relative;
}

.youtube_popup_item .g_video_btn{
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    color: #fff;
    /* font-size: 50px; */
}

.youtube_popup_item .g_video_btn svg {
    height: 60px;
    fill: crimson;
}

.video_popup {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100vw;
    height: 100vh;
    /*background: rgba(0,0,0,0.6);*/
}

.video_popup .g_group {
    position: fixed;
    z-index: 30;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 80%;
}

.video_popup .video-container {

}
.video_popup .g_overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 20;

}

.order_detail_cus_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

.order_detail_cus_info .qrcode_payment {
    width: 180px;
}
.order_detail_cus_info .order_customer_info {
    width: calc(100% - 180px);
    padding-right: 15px;
}
.quanlydon_table {
    font-size: 14px;
}

.page_quanly {
    font-size: 14px;
}

.toggle_order_status {
    margin-left: 10px;
    /*margin-right: 8px;*/
    cursor: pointer;
    color: #666;
}
.toggle_order_status:hover {
    color: crimson;
}

/*.payment_status_cell {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/

span#remain_seconds {
    color: crimson;
}

.child_page_content .contact_map iframe {
    width: 100%;
    height: 450px;
    aspect-ratio: unset;
}


/*.row {*/
/*    --bs-gutter-x: 20px;*/
/*    --bs-gutter-y: 0;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    margin-top: calc(var(--bs-gutter-y) * -1);*/
/*    margin-right: calc(var(--bs-gutter-x) / -2);*/
/*    margin-left: calc(var(--bs-gutter-x) / -2);*/
/*}*/
/*.mb-3 {*/
/*    margin-bottom: calc(var(--bs-gutter-x) / 2) !important;*/
/*}*/
/*.mt-3 {*/
/*    margin-top: calc(var(--bs-gutter-x) / 2) !important;*/
/*}*/
/*.umt_product_nav_list {*/
/*    margin-top: 20px;*/
/*}*/

.umt_product_nav_list .slick_margin .slick-slide {
    margin: 0 5px;
}
.umt_product_nav_list .slick_margin {
    margin: 0 -5px;
}

.product_item.g_product .product_excerpt {
    display: none;
}
.product_item.g_product {
    /*text-align: center;*/
    position: relative;
    padding-bottom: 30px;
}
.product_item.g_product .product_price {
    /*justify-content: center;*/
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}


.d_segment_reg_log .d_input_item input {
    /* height: 56px; */
    /*background: #E5E5E5;*/
    background: #fff;
    border-radius: 4px;
    border: 1px solid #BCC0C6;
}
.d_segment_reg_log .d_input_item {
    /*margin-top: 16px;*/
}

.login_btn_action button {
    display: inline-flex;
    align-items: center;
    width: max-content;
    text-transform: uppercase;
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 15px 30px;
    box-sizing: border-box;
    line-height: initial;
    border-radius: 4px;
}

.compound_login_btn {
    /* display: flex; */
    margin-top: 0.5rem;
}
.compound_login_btn .d_forget_password {
    /* margin-left: auto; */
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    /*text-decoration: underline;*/
    text-align: center;
}
.compound_login_btn .d_forget_password a {
    color: #666;
    position: relative;
    padding-bottom: 2px;
}
.compound_login_btn .d_forget_password a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    height: 1px;
    width: 100%;
}

.register_btn_2 a{
    padding: 7px 16px;
    border-radius: 36px;
    display: inline-flex;
    align-items: center;
    width: max-content;
    background: #F0F1F0;
    border: 1px solid #BCC0C6;
    color: #666;
    text-transform: uppercase;
    /* font-family: "Acumin Pro Condensed"; */
    margin: 0 auto;
}
.register_btn_2 a svg {
    margin-left: 2px;
    fill: #666;
}
.register_btn_2 {
    margin-top: 16px;
}
.not_have_acc {
    padding: 24px 16px;
    border-radius: 7px;
    background: #fbfbfb;
    text-align: center;
    margin-top: 32px;
}

.fg_get_code {
    display: block;
    width: max-content;
    text-transform: uppercase;
    /* background: var(--primary-color); */
    color: var(--primary-color);
    border: none;
    padding: 6px 7px;
    box-sizing: border-box;
    line-height: initial;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    /* border: 2px dashed var(--primary-color); */
    margin-left: auto;
    margin-top: 10px;
}

.fg_change_pass {
    cursor: pointer;
    display: block;
    width: max-content;
    text-transform: uppercase;
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 13px 20px;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 16px;
}
.fg_change_pass svg {
    fill: #fff;
}
.fg_new_info .fg_item {
    margin-top: 10px;
}

.register_form .umt_title, .register_form_group .umt_title {
    text-align: center;
}
.register_form .sub_login_title, .register_form_group .sub_login_title {
    text-align: center;
}
.login_btn_action {
    text-align: center;
}
.login_btn_action button {
    margin: 0 auto;
}


.d_loading_effect_btn {
    pointer-events: none;
    position: relative;
}

.d_loading_effect_btn:before {
    content: '';
    position: absolute;
    z-index: 10;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    transform: translate(-50%, -50%);
    border: 2px solid #f3f3f3;
    border-top: 2px solid #4b2b72;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

.code_validate {
    text-align: right;
}
.code_validate span.g_error {
    color: crimson;
}
.code_validate span.g_success {
    color: green;
}

.change_pass_validate {
    text-align: right;
    margin-top: 16px;
}
.change_pass_validate span.g_error {
    color: crimson;
}
.change_pass_validate span.g_success {
    color: green;
}

.login_btn_action button svg {
    fill: #fff;
    margin-left: 2px;
}

.manual_popup .popup_close svg {
    fill: #fff;
    height: 24px;
    width: 24px;
    background: crimson;
    border-radius: 100%;
    padding: 3px;
}


.inline_flex {
    display: inline-flex;
    align-items: center;
}
.inline_flex svg {
    margin-left: 2px;
}
.inline_flex.icon_first svg {
    margin-right: 2px;
    background: #e2e2e2;
    border-radius: 100%;
    fill: var(--text-color);
}


/*.form-floating {*/
/*    height: 46px;*/
/*}*/

/*.form-floating .form-control {*/
/*    height: 46px;*/
/*    padding-top: 12px;*/
/*    padding-bottom: 12px;*/
/*    font-size: 14px;*/
/*}*/

/*.form-floating label {*/
/*    font-size: 14px;*/
/*    padding: 12px 12px;*/
/*}*/

/*.form-floating .form-control:focus ~ label,*/
/*.form-floating .form-control:not(:placeholder-shown) ~ label {*/
/*    transform: scale(0.85) translateY(-0.7rem) translateX(0.15rem);*/
/*}*/


.mgg_edit_block .mgg_edit_item input[type="checkbox"] {
    height: 18px;
    width: 18px;
    /*font-size: 20px;*/
}

.cart_sub_info_item.g_voucher.empty_voucher .g_value {
    display: none;
}
.cart_sub_info_item.g_voucher:not(.empty_voucher) .coupon_component {
    display: none;
}

span.remove_voucher {
    margin-right: 10px;
    cursor: pointer;
}
span.remove_voucher svg {

}
.auto_update_voucher {
    display: flex;
    align-items: center;
    margin-left: 24px;
}
.auto_update_voucher input {
    margin-right: 3px;
}


.umt_contact_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.child_page_content .umt_contact_group .contact_map iframe {
    height: 100%;
    width: 100%;
}

.contact_map {
    width: calc(50% - 15px);
}
.umt_contact_info {
    width: calc(50% - 15px);
}

.pc_footer_contact .main_quick_contact {
    display: none;
}

.pc_footer_contact.show_all .main_quick_contact{
    display: block;
}

.toggle_quick_contact .fcontact_item {
    cursor: pointer;
    background: #cb2d1b;
}



.pc_footer_contact .main_quick_contact {
    display: none;
}

.pc_footer_contact.show_all .main_quick_contact{
    display: block;
}

.toggle_quick_contact .fcontact_item {
    cursor: pointer;
    background: var(--primary-color);
    width: 60px;
    height: 60px;
}
.toggle_quick_contact .fcontact_item svg {
    fill: #fff;
    height: 40px;
}

.pc_footer_contact.init_minimize .toggle_quick_contact {
    display: block;
}
.toggle_quick_contact {
    display: none;
}

.pc_footer_contact.init_minimize.show_all .fcontact_item .guide_title {
    opacity: 1;
    visibility: visible;
}

.pc_footer_contact.show_all .blink_me {
    animation: unset;
}
.footer_content p {
    margin-bottom: 8px;
}
.footer_content > *:last-of-type {
    margin-bottom: 0;
}


#wpdcom .wpd-form-head {
    display: none !important;
}

#comments {
    background: #f0f5f8;
    /*padding: 40px;*/
    border-radius: 16px;
    padding: 40px !important;
    max-width: 100%;
    margin: 0;
}
#wpdcom {
    padding: 0;
    max-width: 100%;
}
#wpdcom .wpd-thread-list {
    padding-bottom: 0;
}
#ez-toc-container {
    width: 100%;
}


a[style*="background-color"] {
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    margin: 8px 0;
    display: inline-block;
}
a span[style*="background-color"] {
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    margin: 8px 0;
    display: inline-block;
}


.single_prod_button_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.single_pro_call {

    width: calc(50% - 10px);
    cursor: pointer;
}
.single_pro_call a{
    /* font-size: 16px; */
    color: #fff;
    background: var(--primary-color);
    border-radius: 4px;
    padding: 10px 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    /*font-size: 16px;*/
}

.form_popup_title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary-color);
}

.form_popup_group {
    width: 600px;
    max-width: 100%;
}

.pc_footer_contact.init_minimize {

}


.prod_detail_excerpt {
    margin-top: 20px;
}

.deal_detail_name_long table td {
    border: none;
    padding: 5px 5px;
}
.deal_detail_name_long table tr:not(:first-child){
    border-top: 1px solid #e2e2e2;
}

.single_note {
    border: 1px dashed red;
    padding: 15px;
    margin-top: 20px;
}

.single_note > *:last-of-type {
    margin-bottom: 0;
}
.deal_detail_name_long {
    background: #fff;
    padding: 20px;
    border: 1px solid #d7d7d7;
    box-shadow: rgba(0, 0, 0, 0.06) 1rem 1rem 4rem 0;
    border-radius: 16px;
}

.deal_detail_name_long > *:last-of-type {
    margin-bottom: 0;
}


/*RUT GON*/

.overflow_height {
    overflow: hidden;
    /*height: 200.2px;*/
    display: none;
}

.overflow_height.done {
    display: block;
}

/*#overflow_btn_show {*/
/*    display: none;*/
/*}*/

.d_pro_more {
    text-align: center;
    /*width: 200px;*/
    /*line-height: 40px;*/
    color: crimson;
    font-weight: 700;
    margin-top: auto;
    /*background: antiquewhite;*/
    /*border-radius: 4px;*/
    /*padding: 5px 10px;*/
}

.d_text_overflow {
    background: linear-gradient(to top, #fff, #fff, #fff, rgba(255, 255, 255, .7), rgba(0, 0, 0, 0));
    /* height: 100px; */
    position: absolute;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    margin-top: 20px;
    padding-top: 30px;
}


.d_text_overflow.rutgon {
    height: auto;
    position: unset;
    margin-top: 0;
    padding-top: 0;
}


.d_pro_content {
    position: relative;
}

.d_pro_more img {
    width: 30px;
    margin: 0 auto 10px;
    margin-top: 40px;
}

.d_pro_more {
    text-align: center;
    font-size: 17px;
}

/**/




.lang-switcher {
    background: none;
    padding: 6px 5px;
    border-radius: 4px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
}

.lang-switcher img {
    height: 16px;
    margin-right: 4px;
}
.flag_item {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.flag_item:not(:first-child) {
    position: relative;
}
.flag_item:not(:first-child):before {
    content: '|';
    position: absolute;
    top: 0;
    left: 0;
    color: #888;
}

.flag_item a {
    line-height: 16px;
    height: 16px;
    display: flex;
    align-items: center;
}



/*SWIPER*/

/*.swiper {*/
/*    width: 100%;*/
/*}*/

/*.swiper-slide {*/
/*    overflow: hidden;*/
/*    border-radius: 10px;*/
/*}*/

/*.swiper-slide img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    object-fit: cover;*/
/*}*/

/*!* navigation *!*/
/*.banner-next,*/
/*.banner-prev,*/
/*.tour-next,*/
/*.tour-prev {*/
/*    cursor: pointer;*/
/*}*/



.mainSwiper {
    width: 100%;
    margin-bottom: 10px;
}

/*.mainSwiper img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    object-fit: cover;*/
/*}*/

/*.thumbSwiper {*/
/*    height: 100px;*/
/*}*/

.thumbSwiper .swiper-slide {
    width: 100px;
    height: 100%;
    opacity: 0.5;
    cursor: pointer;
}

.thumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
    /*border: 2px solid #007aff;*/
}

/*.thumbSwiper img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
.thumbSwiper .swiper-wrapper {
    justify-content: center;
}

.swiper_navigation {

}
.common_swiper, .bannerSwiper {
    position: relative;
}
.common_swiper .swiper-prev {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
.common_swiper .swiper-next {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
}

.common_swiper .swiper-prev svg, .common_swiper .swiper-next svg {
    height: 30px;
    fill: var(--text-color);
    stroke: #fff;
    stroke-width: 11px;
}

.footer_content ul li {
    margin-top: 8px;
}
.footer_content ul li a{
    color: var(--text-color);
}
footer_content ul li:first-child {
    margin-top: 0;
}
.footer_content p {
    margin-bottom: 8px;
}
footer_content p:last-of-type {
    margin-bottom: 0;
}


span.menu_icon_image.g_image img {
    max-height: 14px;
    object-fit: contain;
    width: 20px;
}
span.menu_icon_image.g_image {
    width: 20px;
    padding: 0;
    /* text-align: center; */
    display: inline;
}

.header_group .g_left, .header_group .g_right {
    width: 200px;
}

.d_segment_header .header_group .g_right {
    justify-content: right;
}