/*
Theme Name: Phongmy-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
    --pri: #ed1c24;
    --blue: #288ad6;
    --yellow: #ffc200;
    --facebook: #0a68ff;
    --facebook2: #009acf;
    --facebook3: #03a9e6;
    --black: #000;
    --red: red;
    --red1: #dd1c1a;
    --white: #fff;
    --border: #ddd;
    --border2: #eee;
    --border3: #9d9d9d;
    --ddd: #ddd;
    --bgnhe: #f1f1f1;
    --gray: gray;
    --bg_image1: url('images/icon-lap-dat.png');
    --bg_image_hover1: url('images/icon-lap-dat_hover.png');
}

body:not(.single) {
    overflow: auto !important;
}

@font-face {
    font-family: 'UTM HelvetIns';
    src: local('UTM HelvetIns'), local('UTMHelvetIns'),
    url('fonts/UTMHelvetIns.woff2') format('woff2'),
    url('fonts/UTMHelvetIns.woff') format('woff'),
    url('fonts/UTMHelvetIns.ttf') format('truetype'),
    url('fonts/UTMHelvetIns.svg#UTMHelvetIns') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.pri {
    color: var(--pri);
}

.no-touch {
    opacity: 0.5;
}

.bold_font {
    font-family: 'UTM HelvetIns';
}


@media (prefers-reduced-motion: no-preference) {
    .my-fade-in-down {
        opacity: 0;
        transform: translateY(-50px);
        transition: all 0.8s ease;
    }

    .my-fade-in-down.active {
        opacity: 1;
        transform: translateY(0);
    }

    .my-fade-in-up {
        opacity: 0;
        transform: translateY(-50px);
        transition: all 0.8s ease;
    }

    .my-fade-in-up.active {
        opacity: 1;
        transform: translateY(0);
    }


    .my-fade-in-left {
        opacity: 0;
        transform: translateX(-50px);
        transition: all 0.8s ease;
    }

    .my-fade-in-left.active {
        opacity: 1;
        transform: translateX(0);
    }

    .my-fade-zoomIn {
        opacity: 0;
        transform: scale(0.3);
        transition: opacity 1.3s ease, transform 1.3s ease;
    }

    .my-fade-zoomIn.active {
        opacity: 1;
        transform: scale(1);
    }

    /* Thêm các hiệu ứng khác theo nhu cầu */
}

@keyframes shakes {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(4deg); }
    20% { transform: rotate(-4deg); }
    30% { transform: rotate(4.5deg); }
    40% { transform: rotate(-4.5deg); }
    50% { transform: rotate(4deg); }
    60% { transform: rotate(-4deg); }
    70% { transform: rotate(1deg); }
    80% { transform: rotate(-1deg); }
    90% { transform: rotate(0.5deg); }
    100% { transform: rotate(0deg); }
}

@keyframes colorChange {
    0% {
        color: red;
    }
    25% {
        color: orange;
    }
    50% {
        color: lime;
    }
    75% {
        color: blue;
    }
    100% {
        color: red;
    }
}


.chiphiphatsinh a.tinh_toan_vat_tu span strong {
    /*animation: bounce 0.6s infinite;*/
    /*animation: colorChange 2s infinite;*/
    animation: shakes 1s ease-in-out infinite, colorChange 3s linear infinite;
    display: inline-block;
}

/*========================== GENERAL DATA =====================================*/


/*HEADER ========================*/
a.header-cart-link svg {
    color: #fff;
    position: absolute;
    left: 13px;
    top: 14px;
    font-size: 1.3rem;
}

a.header-cart-link {
    background-color: #2d88ff;
    box-shadow: 0 0 0 0 #2d88ff;
    background-image: radial-gradient(circle, #2d88ff, #ffffffbf);
    animation: zoom 1s infinite;
    display: block;
    border-radius: 99px;
    height: 50px;
    width: 50px;
    position: relative;
}


#custom-footer-cart .cart-icon strong:after {
    content: none;
}

#custom-footer-cart .cart-icon:hover strong {
    background-color: unset;
}

#custom-footer-cart .cart-icon strong {
    border: none;
    border-radius: 0;
    color: var(--white);
    font-family: inherit;
    font-size: 13px;
    font-weight: normal;
    height: unset;
    line-height: unset;
    margin: unset;
    vertical-align: unset;
    width: 100%;
    position: absolute;
    top: 5px;
    text-align: center;
    left: 0;
}

#custom-footer-cart span.cart-icon.image-icon span {
    color: var(--white);
    top: 0;
    position: absolute;
    left: 2px;
}

#custom-footer-cart span.count_data span {
    color: var(--white);
    top: 0;
    position: absolute;
    left: 3px;
}

#custom-footer-cart span.cart-icon.image-icon,
#custom-footer-cart span.count_data {
    position: absolute;
    right: -5px;
    top: -4px;
    background: #0c2635;
    padding: 5px;
    border-radius: 99px;
    height: 25px;
    width: 25px;
}

#custom-footer-cart span.cart-icon.image-icon:hover,
#custom-footer-cart span.count_data:hover {
    background: var(--pri);
}


#custom-footer-cart span.cart-icons {
    border-radius: 99px;
}

#custom-footer-cart {
    position: fixed;
    bottom: 0;
    right: 9px;
    padding: 15px 20px;
    z-index: 111;
}

.header-bottom-nav li a {
    font-weight: normal !important;
}

.header-bottom-nav li.menu-item a {
    position: relative;
}

.header-bottom-nav li.menu-item a:after {
    left: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    content: '';
    border-radius: 3px;
    position: absolute;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.header-bottom-nav li.menu-item:hover a:after {
    background: #f9d116;
    width: 100%;
}


.header-vertical-menu__fly-out {
    overflow: hidden;
    border-radius: 6px;
    background: var(--pri);
}

ul#menu-menu-doc > li:not(:first-child) {
    border-top: 1px solid #d50f0f;
}


.li.header-vertical-menu {
    cursor: pointer;
}

.header-vertical-menu__opener, .header-vertical-menu {
    background: #d10000;
    border-radius: 10px;
}

div#logo-list img {
    height: 60px;
    width: 120px;
    object-fit: contain;
}

.home_sliders .img-inner.hovered:before {
    content: '';
    position: absolute;
    background: #0000007a;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-vertical-menu__fly-out {
    opacity: 0;
    visibility: hidden;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a {
    padding: 4px 15px;
    color: var(--white);
}

#menu-menu-doc img {
    filter: brightness(0) invert(1);
}

li.html.custom.html_topbar_left a {
    display: block;
}

li.html.custom.html_topbar_left div {
    text-align: center;
    line-height: 20px;
}


li.html.custom.html_topbar_left a div:first-child {
    text-align: center;
    font-size: 15px;
}

li.html.custom.html_topbar_left a div:last-child {
    font-size: 15px;
    font-weight: normal;
}

li.html.custom.html_topbar_right {
    color: var(--white);
    border-left: 1px solid rgb(175 175 175 / 44%);
    border-right: 1px solid rgb(175 175 175 / 44%);
    padding: 0 30px;
    margin: 0;
}

li.html.custom.html_topbar_right div:first-child {
    text-align: center;
    font-size: 12px;
}

li.html.custom.html_topbar_right div:last-child {
    font-weight: bold;
    font-size: 15px;
}

li.menu-hotline {
    display: flex;
    border-right: 0;
    padding-right: 0;
    align-items: center;
}

a.menu-item-hotline {
    color: var(--pri);
    font-size: 15px;
}

li.menu-hotline::before {
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 100%;
    align-items: center;
    display: inline-flex;
    background: #a60006 url(images/phone-call.webp) no-repeat center;
    background-size: 20px 20px;
}

ul.header-hotline li {
    margin: 0;
    line-height: 1.4rem;
    font-weight: bold;
    padding-left: 7px;
}


.nav-right li {
    margin: 0 30px;
}

.html_top_right_text {
    display: none !important;
}


/*HEADER ========================*/


@font-face {
    font-family: 'THIENDUC_Fonts';
    src: url('fonts/GMV_DIN_Pro_standard.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'THIENDUC_Fonts';
    src: url('fonts/GMV_DIN_Pro_Cond_Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'THIENDUC_Fonts';
    src: url('fonts/GMV_DIN_Pro_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'THIENDUC_Fonts';
    src: url('fonts/GMV_DIN_Pro_bold_italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

.product-small .box-image img {
    transition: 500ms;
}

.product-small .box-image:hover img:not(.logo_brand),
.box-blog-post .box-image:hover img {
    transform: scale(1.3);
    transition: 500ms;
}

.is-divider {
    display: none;
}

.flex_vertical {
    align-items: center;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-0, .pt-0 .col {
    padding-top: 0;
}

.pb-0, .pb-0 .col {
    padding-bottom: 0;
}

p:last-child {
    margin-bottom: 0;
}

ol, ul {
    list-style: none;
}

/*========================== END GENERAL DATA =====================================*/


.price-wrapper span.price {
    font-size: 1.1rem;
}

.custom_title2 .section-title-main {
    border-bottom: 0 !important;
    font-size: 1.5rem;
}

.row.fullwidthdata .box-text {
    padding: 10px 5px;
}

div#shop-sidebar {
    position: sticky;
    top: 45px;
}

.home .product-title {
    min-height: 41px;
}

.image-tools.grid-tools {
    transform: translateY(0%) translateZ(0);
    opacity: 1;
}

.archive_note span {
    background: var(--pri);
    border-radius: 5px;
    padding: 2px 5px;
    text-transform: lowercase;
    color: var(--white);
}

.archive_note {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.row.fullwidthdata .is-divider {
    display: none;
}

.row.fullwidthdata .box-image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.row.fullwidthdata .box.box-normal {
    background: #eee;
    border-radius: 6px;
}

.row.fullwidthdata .post-title {
    color: var(--black);
    font-weight: normal;
    font-size: .9rem;
}

.row.fullwidthdata,
.container.section-title-container.custom_title.custom_title2 {
    max-width: 100%;

}

.product-small.box .title-wrapper {
    padding-bottom: 10px;
}

.product-small.box .box-image img {
    padding: 15px;
    height: 220px;
    object-fit: contain;
}

.product-title.woocommerce-loop-product__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 17px;
    -webkit-line-clamp: 2;
    height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
}

ins bdi, bdi {
    color: var(--red);
    text-shadow: 1px 1px 1px #9d9d9d;
}

.product-info del {
    order: 2;
    font-size: 1rem;
}

.product-info ins {
    font-size: 28px;
    font-weight: 700;
    order: 1;
}

.related-products-wrapper .after-price-text {
    display: none;
}

del bdi {
    color: var(--black) !important;
}

.product-attributes-in-category span:hover {
    transition: 500ms;
    background: var(--facebook) !important;
}

.product-attributes-in-category span {
    background-color: #f9f9f9;
    border: 1px solid #dbdada;
    padding: 0px 7px;
    border-radius: 8px;
    margin-right: 3px;
    margin-bottom: 2px;
    font-size: 14px;
    cursor: pointer;
    color: var(--black)
}

.category-page-row .row.products {
    max-width: 100%;
}

.product-attributes-in-category {
    position: absolute;
    z-index: 999;
    float: left;

    left: 5px;
    top: 3px;
}

.html_nav_position_text_top span {
    font-size: 1.5vw;
    color: var(--yellow);
}

li.html.custom.html_nav_position_text_top svg {
    font-size: 22px;
}

li.html.custom.html_nav_position_text_top {
    display: flex;
    gap: 30px;
}

#col_subcat .col-inner {
    background: rgba(0, 0, 0, 0.05);
}


.boxtintuc .box.box-blog-post {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}

.boxtintuc h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px !important;
    -webkit-line-clamp: 2;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


input#woocommerce-product-search-field-0,
input#woocommerce-product-search-field-1 {
    background: var(--white) !important;
    height: 40px;
    border: 1px solid var(--gray);
    color: var(--black) !important;
}

ul.header-nav.header-nav-main.nav.nav-right * {
    color: var(--pri);
}

input#woocommerce-product-search-field-0::-ms-input-placeholder,
input#woocommerce-product-search-field-1::-ms-input-placeholder {
    color: var(--black);
}

input#woocommerce-product-search-field-0::placeholder,
input#woocommerce-product-search-field-1::placeholder {
    color: #808080;
}


.searchform i {
    color: var(--pri);
}

.product-brand .product-category.col {
    padding-bottom: 60px;
}

.product-brand .box-text {
    display: none;
}

.product-brand .box-image img {
    height: 30px;
    width: auto;
}

.product-brand .box-image {
    text-align: center;
}

.section-title span {
    font-size: 1.4em;
    color: var(--pri);
    font-family: 'UTM HelvetIns';
    font-weight: 300;
}

.section-title b {
    opacity: 0;
}

.custom_title2 .section-title-container {
    margin-bottom: .5rem;
}

.custom_title2 .section-title-normal {
    border-bottom: 0;
    margin: 0;
}

.custom_title.custom_title2 .section-title:after {
    content: none;
}

/*.custom_title .section-title:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 167px;*/
/*    height: 15px;*/
/*    background: url('https://pms-vietnam.com/wp-content/themes/BH-WebChuan-032320/assets/images/bg_tit.png') !important;*/
/*    bottom: -20px;*/
/*    left: calc(50% - 83.5px);*/
/*}*/

.atag {
    display: flex;
    gap: 8px;
}

.atag a {
    font-size: 0.6em;

    min-width: 70px;
    font-weight: 700;
    line-height: 20px;
    padding: 9px 15px;
    text-align: center;
    background: white;
    border-radius: 30px;
    text-transform: uppercase;
    color: var(--pri);
    border: 1px solid var(--pri);
}

.atag a:hover {
    background: var(--facebook);
    color: var(--white);
    border-color: var(--facebook);
}

.custom__title {
    margin: 0;
    border-bottom: 0px;
    font-family: 'THIENDUC_Fonts';
}

.custom__title span {
    padding: 0 !important;
    border-bottom: 0;
    margin-bottom: 0;
}

.custom__title .section-title-main a {
    font-size: 0.7em;
    padding-left: 0 !important;
    letter-spacing: -1.2px;
    color: var(--pri);
    font-family: 'UTM HelvetIns';
    font-weight: 300;
}

.section_hethongmaylanh .heading h3 {
    color: var(--pri);
    font-size: 2rem;
    font-family: 'UTM HelvetIns';
    font-weight: 300;
}

.section_hethongmaylanh a,
.section_hethongmaylanh a span {
    color: var(--blue) !important;
    font-weight: bold;
}

.section_hethongmaylanh p {
    line-height: 1.7rem;
}

.dv_logo img {
    height: 30px;
    width: auto;
    object-fit: contain;
}

.dv_logo .img {
    text-align: center;
}

section.dailyuyquyen .icon-box {
    border-radius: 6px;
    border-left: 5px solid var(--pri);
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
    align-items: center;
    transition: all 500ms;
}

section.dailyuyquyen .icon-box h3 {
    text-transform: uppercase;
    color: var(--pri);
    font-size: 1.1rem;
}

section.dailyuyquyen .icon-box:hover {
    border-color: var(--facebook);
}

section.dailyuyquyen .heading {
    font-size: 2em;
    font-family: 'UTM HelvetIns';
    font-weight: 300;
    text-transform: uppercase;
    color: var(--pri);
}

.row.row_dailyuyquyen {
    position: relative;
}

.row.row_dailyuyquyen .col .col-inner:after {
    top: 0;
    bottom: 0;
    content: "";
    overflow: hidden;
    position: absolute;
    border-radius: 10px;
    background: url(https://dienmaygiakho.phongmy.net/wp-content/uploads/2025/04/brand1.jpg) no-repeat right center;
    height: 100%;
    width: 100%;
    right: -780px;
    background-position-x: 52%;
}

.hinhanhthicong .box-image {
    overflow: hidden;
    transition: all 500ms;
}

.hinhanhthicong .box-image:hover img {
    transform: scale(1.2);
    transition: all 500ms;
}

.hinhanhthicong img {
    border-radius: 5px;
}


/*FOOTER============================*/

.section_footer ul {
    margin: 0
}

.section_footer p {
    margin: 0;
}

.section_footer * {
    font-size: 0.9rem;
}


.company_name {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 10px;
}

.footer_col1 li:before {
    position: absolute;
    content: '\f111';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 1.3rem;
    color: var(--blue);
    font: var(--fa-font-solid);
    margin-right: 5px;
    font-size: 0.5rem;
    top: 6px;
    left: 0;
}

.footer_col1 li {
    position: relative;
    margin-left: 0 !important;
    padding-left: 20px;
    line-height: 1.2rem;
    font-size: 0.9rem;
}

.footer_col1 li span {
    display: inline-block;
    min-width: 48px;
}

.footer_col1 li b {
    font-size: 1.2rem;
    color: var(--pri);
}

.social-fb {
    position: relative;
    padding-left: 17px;
}

.social-fb::before {
    content: "\f082";
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--blue);
    font: var(--fa-font-brands);
    margin-right: 5px;
    font-size: 0.9rem;
    top: 3px;
    left: 0;

}

/*END FOOTER============================*/


/*page*/

table#tablepress-BGLDTT thead tr {
    background: var(--facebook);
}

table#tablepress-BGLDTT thead th {
    text-align: center;
    color: var(--white) !important;
    font-size: 1rem;
}

table#tablepress-BGLDTT th, td {
    border: 1px solid #ddd;
}

table#tablepress-BGLDTT .column-1 {
    padding: 10px;
}

table#tablepress-BGLDTT tr:nth-child(even) {
    background-color: #eee;
}

table#tablepress-BGLDTT {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

td.td_title {
    padding-left: 15px;
    background: #fff94d38;
    font-size: 1rem;
    color: var(--black);
    font-weight: bold;
}

table#table_baogia td.row-price {
    width: 100px;
    padding-right: 10px;
}

table#table_baogia td.row-stt {
    padding-left: 10px;
    width: 50px;
    text-align: center;
}

.tableheader {
    padding: 10px 0;
    background: var(--pri);
}

#banggia .mfp-close {
    opacity: 1 !important;
}

#banggia .mfp-close svg,
#tinhtoanvattu .mfp-close svg {
    pointer-events: none;
    stroke: var(--white) !important;
    stroke-width: 4;
    fill: var(--white) !important;
}

.tableheader h4 {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: var(--white);
}

.table-list tr td {
    padding: 10px !important;
    text-align: center;
}

.table-list thead td {
    color: var(--white);
    font-size: 1rem;

}

.table-list thead tr {
    height: 50px;
    background: var(--pri);

}

.table-list {
    margin: 0 auto;

}

h1.custom_h1 {
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 45px;
    color: var(--pri);
    text-align: center;
}

.table-list th {
    background: var(--facebook2);
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: #FFF;
    height: 50px;
}

tr.row-cat td.cat-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}

td.row-pro-item.item-title {
    text-align: left;
}

tr.row-cat td {
    padding: 15px;
    background: #ddd;
    white-space: nowrap;
}

.row-pro:nth-child(odd) .row-pro-item {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
}

.row-pro-item del {
    display: none;
}

.row-pro-item {
    padding: 10px 15px !important;
}

tr.row-cat td.cat-more {
    text-align: right;
    padding-right: 10px !important;
}

td.row-pro-item.item-brand {
    width: 200px;
}

.row-pro-item a {
    color: var(--facebook2);
}

.table-list td.td_baohanh {
    text-align: left;
    color: var(--black);
}

.text-bold {
    font-weight: 700;
    color: var(--black);
}

.column-price {
    text-align: center;
}

td.custom_width del bdi {
    font-size: 0.7rem;
}

td.custom_width {
    text-align: center;
}


/*single product*/
.ux-quantity.quantity,
ul.nav-right li.cart-item.has-icon {
    display: none;
}

.header_popup h3 {
    color: var(--facebook);
}

#tinhtoanvattu {
    border-radius: 5px;
}

.hdpop.hd-meterial {
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 10px;
}

.items-setup .wrap_scroll {
    max-height: calc(-200px + 75vh);
    overflow: auto;
}

.sum {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0px;
    overflow: hidden;
}

.items-setup .sum label {
    display: inline-block;
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 18px;
    color: #004b98;
}

.items-setup .sum strong {
    display: inline-block;
    float: right;
    width: calc(100% - 280px);
    padding: 10px 5px;
    text-align: right;
    font-size: 18px;
    line-height: 20px;
    color: var(--pri);
}

.label_tong {
    color: var(--facebook);
    margin: 0;
}

.items-setup ul {
    background: rgb(229, 242, 255);
    padding: 5px 5px 10px;
    border-width: 1px;
    border-style: dashed;
    border-color: rgb(0, 123, 255);
    border-image: initial;
    border-radius: 5px;
}

.items-setup li {
    margin-top: 5px;
    padding-left: 15px;
    font-size: 12px;
    color: rgb(51, 51, 51);
    line-height: 20px;
}

.block_row, .calctbl {
    display: table;
    width: 100%;
}

.block_row .wrap {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
}

.calctbl .cell {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 4px;
    font-size: 14px;
}

.calctbl .cell > label {
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
    cursor: pointer;
}

.calctbl .cell:nth-child(2) {
    width: 50px;
}

.calctbl .cell:nth-child(3) {
    width: calc(100% - 140px);
}

.block_row input {
    margin: 0 15px;
}

.calctbl .cell:last-child {
    width: 80px;
    text-align: right;
}

.calctbl .cell .total {
    color: #e02e2e;
}

span.quantity b {
    padding: 0 3px;
}

.factor > select,
.factor > label {
    display: inline-block;
    margin-bottom: 0px;
}

.factor {
    display: flex;
    align-items: center;
}

.factor > select {
    background-color: #e5f2ff;
    padding: 4px;
    border: 1px solid #007bff;
    color: #007bff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 6px;
    max-width: 90px;
}


span.amount.price_lienhe {
    color: var(--pri);
}

.one_group a {
    display: grid;
    color: var(--black);
}

.one_group {
    text-align: center;
    position: relative;
    border: 2px solid var(--facebook);
    padding: 2px 15px;
    border-radius: 10px;
    cursor: pointer;
}

.one_group.active img {
    width: 18px;
    right: -2px;
    position: absolute;
    top: -2px;
}

.one_group.active {
    border-color: var(--facebook);
}

span.group_cs {
    font-size: 0.85rem;
}

.top_data.product-baohanh a {
    line-height: 1.2rem;
    font-weight: bold;
    color: var(--pri);
}

.top_data.product-brand-name {
    margin-bottom: 5px;
}

.top_data.product-baohanh {
    display: grid;
    grid-template-columns: 80px calc(100% - 80px);
}

span.label-inverter {
    background: var(--pri);
    color: yellow;
    padding: 1px 7px;
    margin-right: 6px;
    border-radius: 3px;
}

.single_box_title {
    font-size: 1.5rem;
    color: var(--white);
    background: var(--facebook2);
    padding: 5px;
}


.single-product table {
    width: 100% !important;
}

.single-product table td {
    border: 0;
    padding: 10px;
}

.single-product table tr:nth-child(odd) {
    background: var(--border2);
}

.single-product table tr td:first-child {
    width: 40% !important;
}

table {
    border-collapse: collapse;
}

.mota_wrap {
    padding-top: 15px;
}

.second_rightbox.product-info {
    position: sticky !important;
    top: 40px;
}

.second_rightbox .group_product {
    gap: 5px;
}

span.group_price {
    color: var(--pri);
    font-size: 0.9rem;
}

.second_rightbox span.group_price {
    font-size: 0.85rem;
}

.second_rightbox span.group_cs {
    font-size: 0.75rem;
}

.second_rightbox_col4 {
    background: var(--bgnhe);
    border-radius: 5px;
}

.related-products-wrapper {
    margin-top: 30px;
}

.second_rightbox_col4 .baohanh {
    display: none;
}

.second_rightbox_col4 section.boxhotro {
    background: var(--white);
    padding: 10px !important;
    border-radius: 10px;
    margin-bottom: 15px;
}

.group_product {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

.product-thumbnails img {
    width: 100px;
    height: 50px;
    object-fit: contain;
}

.product-thumbnails .col {
    flex-basis: 100px !important;
    max-width: 100px !important;
}

.catalogue {
    text-align: center;
}

a.catelogue_download {
    background: var(--pri);
    padding: 7px 30px;
    border-radius: 99px;
    color: var(--white);
    margin: 15px auto;
}

.custom-short-description {
    margin-top: 15px;
}

.custom-short-description * {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.woocommerce-product-gallery__wrapper img {
    height: 500px;
    object-fit: contain;
}

.camket .bold {
    font-weight: bold;
}

.camket .red {
    color: var(--pri);
}

.camket .icon-box-left {
    align-items: center;
    margin-bottom: 15px;
}

.camket .icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 0.4em;
    font-size: 0.95rem;
    line-height: 1.2rem;
}

.camket h5 {
    text-transform: inherit;
}

.box-buttons .zalo_contact a span strong {
    display: block;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

.box-buttons .zalo_contact a span {
    background: url(images/icon-zalo.png) no-repeat left center;
    background-size: 30px 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-top: 1px;
    font-size: 12px;
    padding-bottom: 1px;
    padding-left: 40px;
}

.box-buttons .zalo_contact a {
    padding: 3px;
    color: white;
    display: block;
    overflow: hidden;
    border-radius: 30px;
    background: var(--pri);
}

.box-buttons .zalo_contact {
    gap: 10px;
    display: grid;
    text-align: center;
    grid-template-columns: repeat(2, 1fr);
}

.single-product .price-wrapper .price {
    display: flex;
    align-items: center;
    gap: 5px;
}

.top_data1 span:first-child {
    color: var(--border3);
}

.top_data.vattuphatsinh {
    display: flex !important;
    animation: changeColor 3s infinite linear;
}

@keyframes changeColor {
    0% {
        color: red;
    }
    25% {
        color: deeppink;
    }
    50% {
        color: limegreen;
    }
    75% {
        color: var(--facebook3);
    }
    100% {
        color: var(--pri);
    }
}

.top_data1 {
    font-weight: bold;
}

.top_data {
    font-weight: bold;
    gap: 7px;
    display: flex;
    padding: 2px 0;
}

.top_data.black a {
    color: var(--black) !important;
}

.product-baohanh {
    font-weight: normal;
    line-height: 1.3rem;
}

span.after-price-text {
    font-size: 0.9rem;
    font-weight: normal;
    order: 3;
}

.vattuphatsinh b {
    color: var(--pri);
}

.top_data span {
    font-weight: bold;
    color: var(--gray);
}

.single-product .row .section {
    padding-left: 0;
    padding-right: 0;
}

.product-brand-name a {
    text-decoration: underline;
}


.single-product h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
    word-break: break-word;
}

.woocommerce-variation-add-to-cart, form.cart {
    gap: 0.6em;
}

.product-info button.single_add_to_cart_button {
    gap: 5px;
    width: 100%;
    height: 60px;
    padding: 10px;
    border: none;
    display: grid;
    outline: none;
    color: white;
    position: relative;
    text-align: center;
    align-items: center;
    border-radius: 5px;
    transition: all .1s ease;
    background: var(--pri);
    text-transform: uppercase;
    margin-top: 1rem;
}

.lapdat-boxwrapper {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

p {
    margin-bottom: .3em;
}

.product-short-description table td {
    border: 0;
    border-bottom: 1px solid #ddd;
}

.product-short-description table {
    border-spacing: 0;
    border-collapse: collapse;
}

.khonglapdatcontent del {
}

.colapdatcontent p, .khonglapdatcontent p {
    /*margin: 0;*/
    padding-left: 12px;
    position: relative;
    font-size: 14.4px;
    color: var(--black);
}

.product-info {
    padding-right: 0;
}

.colapdatcontent p:before,
.khonglapdatcontent p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #2f80ed;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.khonglapdatcontent p:before {
    background-color: var(--border3);
}

.colapdatcontent, .khonglapdatcontent {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 4px;
    font-size: 14.4px;
}

.lapdat-boxwrapper ins span.amount bdi {
    color: #e22525;
    font-size: 20px;
}

.lapdat-boxwrapper del span.amount bdi {
    color: #e22525;
}

span.woocommerce-Price-currencySymbol {
    display: none !important;
}

.right1_single_widget p {
    margin: 0;
}

.right1_single_widget .icon-box {
    padding: 7px;
    margin-bottom: 15px;
    border-color: var(--facebook2);
    border-radius: 5px;
    border-style: dashed;
    border-width: 1px;
}

.right1_single_widget .icon-box {
    align-items: center;
}

.right1_single_widget svg {
    color: var(--facebook);
    height: 55px;
    width: 70px;
}

.right1_single_widget strong {
    display: block;
}

.colapdat {
    background-color: #E6F4FC;
    width: 59%;
    border: 1px solid #ececec;
    border-radius: 7px;
}

.khonglapdat {
    background-color: #FFF3F3;
    width: 38%;
    border: 1px solid #ececec;
    margin-left: 5px;
    border-radius: 7px;
}

.colapdattitle {
    padding: 3px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background: #1155B6;
    background-image: url(/wp-content/uploads/2024/08/Lapdat.svg);
    background-position: left;
    background-position-x: 8px;
    background-size: 24px;
    background-repeat: no-repeat;
    padding-left: 36px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.khonglapdattitle {
    padding: 3px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background: #A80000;
    background-image: url(/wp-content/uploads/2024/08/Vanchuyen.svg);
    background-position: left;
    background-position-x: 8px;
    background-size: 26px;
    background-repeat: no-repeat;
    padding-left: 38px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.row.row-inner-single h4 {
    color: var(--facebook);
}

table.table_thongso_sp, table.table_thongso_sp th {
    color: var(--white);
    text-align: center;
    margin: 0;
    background: var(--facebook2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product_meta {
    display: none;
}

span.title_ds_cungloai {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
    color: var(--facebook);
    margin: 0;
}

#ds_sp_cungloai label:hover {
    background-color: #f0f0f0;
}

#ds_sp_cungloai label {
    border: 1px solid var(--facebook);
    padding: 7px 10px;
    border-radius: 5px;
    color: var(--facebook);
    display: inline-block;
    cursor: pointer;
    position: relative;
}

#ds_sp_cungloai label.active::after {
    content: '';
    width: 5px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    background: none;
    margin: -2px -1px 0 2px;
    border-radius: 0;
    position: absolute;
    right: 5px;
    top: 4px;
}

#ds_sp_cungloai label.active::before {
    top: -1px;
    right: -1px;
    content: '';
    position: absolute;
    border-left: 24px solid transparent;
    border-top: 24px solid var(--facebook);
}

#ds_sp_cungloai {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin-bottom: 15px;
}

#ds_sp_cungloai label span {
    display: block;
}

.product-footer .container .product-section .large-10 {
    flex-basis: 100%;
    max-width: 100%;
}

.product-footer .container .product-section .large-2 {
    display: none;
}


.related-products-wrapper .product-small .col-inner:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
}

.related-products-wrapper .product-small .col-inner {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all 500ms;
}

/*category blog*/
h1.page-title, h1.entry-title {
    font-size: 1.9rem;
    color: var(--pri);
    font-family: 'UTM HelvetIns';
    font-weight: normal;
    text-align: left;
}

.second_rightbox h1.entry-title {
    text-align: left;
    font-size: 1.5rem;
}

.blog-archive .col.large-10 {
    flex-basis: 100%;
    max-width: 100%;
}

.post-menu .items li {
    margin-bottom: 0;
}

.post-menu .items {
    list-style-type: none;
    margin: 0;
}

.post-menu .items {
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    vertical-align: middle;
    justify-content: center;
}

.post-menu .items a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 15px;
    position: relative;
    background: white;
    border-radius: 30px;
    border: 1px solid var(--border);
}

.post-menu .items a:hover, .post-menu .items a.active {
    color: white;
    border-color: var(--facebook2);
    background-color: var(--facebook2);
    transition: all 500ms;
}

.category .row.row-small {
    max-width: 95%;
}

.category .box-image img {
    border-radius: 5px;
}

.box .box-text {
    padding-top: 0;
    vertical-align: top;
}

#secondary .box {
    padding: 0 10px;
}

#secondary aside#custom_html-8 {
    background: var(--border2);
}

#secondary span.widget-title {
    text-align: center;
    background: var(--facebook2);
    border-radius: 4px 4px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: white;
    padding: 10px;
    line-height: 30px;
    display: block;
    margin-bottom: 15px;
}

.widget .is-divider {
    display: none;
}

#post-list .row {
    max-width: 100%;
}


/*single blog*/
.entry-meta.uppercase {
    text-align: center;
}

.single-post .blog-wrapper .row.row-small {
    max-width: 95%;
}

.single-post .post-menu {
    margin-bottom: 15px;
}


/*product cat*/
div#subcategories {
    justify-content: space-between !important;
}

.term-description {
    margin-bottom: 30px;
}

#col_subcat a {
    color: var(--black) !important;
}


/*LANDINGPAGE*/
.landingpage .wrapper {
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
}

#ws-content-head {
    background: none;
    min-height: 500px;
    padding-top: 50px;
    position: relative;
}

#ws-content-head::before {
    content: '';
    height: 400px;
    width: 100%;
    background: url(images/landing/img_header.jpg) top right no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
}

.nav-dropdown > li.nav-dropdown-col {
    width: auto !important;
}

ul.sub-menu .menu-item img {
    width: 70px !important;
    height: 20px !important;
    object-fit: contain;
}

#ws-content-head .header {
    width: 50%;
    z-index: 0 !important;
}

#ws-content-head .header::after {
    content: "";
    display: block;
    clear: both;
}

#ws-content-head h1 {
    font-size: 36px;
    line-height: 1.3em;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    max-width: 80%;
    font-family: 'THIENDUC_Fonts';
}

#ws-content-head .timework {
    font-size: 30px;
    line-height: 1.3em;
    color: #666666;
}

.group_action {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    margin-top: 50px;
}

.group_action a.btn-blue {
    color: white;
    background: #19b9f4;
    background: linear-gradient(to bottom, #19b9f4 0%, #65d6ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19b9f4', endColorstr='#65d6ff', GradientType=0);
    border: 2px solid #19b9f4;
}

.group_action a {
    height: 70px;
    border-radius: 35px;
    display: block;
    padding: 5px;
    text-align: center;
    box-shadow: 0px 20px 26px 0px rgba(149, 159, 163, 0.2);
    text-align: center;
}

.group_action a.btn-blue .inner span {
    font-size: 18px;
    position: relative;
    padding-left: 50px;
}

.group_action a.btn-white {
    background: #f3f3f3;
    background: linear-gradient(to bottom, #f3f3f3 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
    border: 2px solid white;
}

.group_action a.btn-white span {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--facebook2);
    position: relative;
    padding-left: 50px;
    display: inline-block;
    line-height: 56px;
    font-weight: bold;
}

.group_action a span, .group_action a strong {
    display: block;
}

.group_action a strong {
    font-size: 28px;
    line-height: 0.8em;
    text-shadow: 3px 3px #1eb7ef;
}

.group_action a .inner {
    display: inline-block;
}

.group_action a.btn-blue .inner span::before {
    content: "";
    background: url(images/landing/i-phone.png) left center no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
    width: 35px;
    height: 60px;
}

.hvr-float-shadow::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition-duration: 0.3s;
    transition-property: transform, opacity;
}

.header_info {
    display: block;
    margin-top: 150px;
}

.header_info .inner1 {
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.header_info .item {
    padding-left: 70px;
    padding-right: 10px;
    position: relative;
    font-size: 16px;
    line-height: 1.5em;
}

.header_info .item:nth-child(1)::before {
    content: url(images/landing/info1.png);
    position: absolute;
}

.header_info .item:nth-child(2)::before {
    content: url(images/landing/info2.png);
    position: absolute;
}

.header_info .item:nth-child(3)::before {
    content: url(images/landing/info3.png);
    position: absolute;
}

.header_info .item:nth-child(4)::before {
    content: url(images/landing/info4.png);
    position: absolute;
}

.header_info .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

#box-service {
    position: relative;
}

#box-service > .wrapper {
    position: relative;
    z-index: 1;
}

#box-service div[class^="group"] .inner {
    display: flex;
    flex-direction: row;
    padding: 50px 0;
    margin: 0 -15px;
    /*align-items: center;*/
}

#box-service div[class^="group"] .inner > div {
    flex: 1 0 50%;
}

#box-service div[class^="group"] .inner .i-image,
#box-service div[class^="group"] .inner .i-content {
    width: 50%;
    padding: 0 15px;
}

#box-service div[class^="group"] .inner .i-content {
    padding-top: 60px;
    background: url(images/landing/arrow.png) left 15px top no-repeat;
}

#box-service div[class^="group"] .inner img {
    border-radius: 15px;
}

#box-service .group1 .inner > div:first-child,
#box-service .group3 .inner > div:first-child,
#box-service .group5 .inner > div:first-child,
#box-service .group7 .inner > div:first-child,
#box-service .group9 .inner > div:first-child,
#box-service .group11 .inner > div:first-child,
#box-service .group13 .inner > div:first-child,
#box-service .group15 .inner > div:first-child {
    padding-right: 30px;
}


#box-service .group2 .bg-image-1,
#box-service .group3 .bg-image-1,
#box-service .group4 .bg-image-1,
#box-service .group5 .bg-image-1,
#box-service .group6 .bg-image-1 {
    position: relative;
    top: -60px;
}

#box-service .group2 {
    margin-top: -50px;
}

#box-service .group3,
#box-service .group4,
#box-service .group5,
#box-service .group6 {
    margin-top: -120px;
}

#box-service .group6 {
    margin-top: 0px;
}

#box-service div[class^="group"]:nth-child(even) .inner {
    display: flex;
    flex-direction: row-reverse;
}

#box-service .i-image {
    position: relative;
}

#box-service .i-content h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'THIENDUC_Fonts';
}

#box-service .i-content strong.note {
    font-size: 16px;
    line-height: 20px;
    padding-left: 27px;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.main_sub_content li:before {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: var(--black);
}

.main_sub_content li {
    position: relative;
    margin-bottom: 3px;
    margin-left: 30px;
    color: #454545;
}

#box-service .i-content > strong.note::before {
    content: "";
    background: url("images/landing/next-btn.png") no-repeat top left;
    position: absolute;
    left: 0;
    top: 3px;
    width: 17px;
    height: 17px;
    background-size: contain;
}

#box-service .i-content ul.list_service {
    margin-top: 10px;
    margin-bottom: 15px;
    list-style: disc;
    padding-left: 15px;
}

#box-service .i-content ul.list_service li {
    padding: 5px 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

.box_info_contact {
    background: #20bbf4;
    border-radius: 20px;
    margin: 80px 0;
    text-shadow: 2px 2px #007fbe;
}

.box_info_contact .inner {
    padding: 20px;
}

.box_info_contact h3 {
    margin: 0;
    text-align: center;
    font-family: "THIENDUC_Fonts";
    font-size: 40px;
    line-height: 1.5em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.box_info_contact p {
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 70px;
}

.box_info_contact p strong {
    font-size: 1.9em;
}

.box_info_contact .btn-order {
    display: inline-block;
    height: 70px;
    border-radius: 35px;
    padding: 5px 25px;
    text-align: center;
    box-shadow: 0px 20px 26px 0px rgba(149, 159, 163, 0.2);
    text-align: center;
    text-shadow: none;
    font-style: initial;
    line-height: 56px;
    background: #f3f3f3;
    background: linear-gradient(to bottom, #f3f3f3 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
    border: 2px solid white;
}

.box_info_contact .btn-order .inner {
    display: inline-block;
}

.box_info_contact .btn-order span {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--ws-second-color);
    position: relative;
    display: inline-block;
    line-height: 56px;
}

.box_info_contact img {
    height: 27px;
}


.box-procedure {
    gap: 30px;
    display: grid;
    position: relative;
    padding-bottom: 80px;
}

.box-procedure::after {
    content: url(images/landing/arrow2.png);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    width: 36px;
    height: 41px;
}

.box-procedure h3 {
    font-size: 34px;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

.box-procedure ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
}

.box-procedure ul li .inner {
    padding: 20px;
    border: 1px solid var(--ddd);
    text-align: center;
    border-radius: 65px;
    min-height: 130px;
    box-shadow: 4px 4px 5px 0px rgba(180, 180, 180, 0.3);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.box-procedure ul li strong {
    font-size: 22px;
    color: var(--facebook);
    text-transform: uppercase;
    width: 100%;
}

.box-procedure ul li p {
    font-size: 17px;
    color: #666666;
    line-height: 1.3em;
    margin: 0;
}

/*booking form*/
#booking-online.modal {
    max-width: 720px;
    padding: 0;
    box-shadow: 6px 6px 30px 0px var(--ddd);
    border-radius: 10px;
}

#booking-online {
    display: block;
    margin: 50px auto;
    overflow: initial;
}

.box-form .package_service ul li.active > div::before {
    content: "\f058";
    font-family: "FontAwesome";
    font-size: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    color: var(--facebook3);
}

.box-form .form-field .form-label label {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    font-weight: bold;
}

.box-form .form-field .form-input label.error {
    position: absolute;
    bottom: 6px;
    font-weight: normal;
    color: var(--red);
}

label#address-error {
    bottom: -29px;
}

label#datetimepicker-error {
    bottom: -29px;
}

.box-form .form-field .form-input {
    /*overflow: hidden;*/
    position: relative;
}

.box-form .package_service {
    margin-top: 10px;
    max-width: 80%;
    margin: 0 auto;
}

.box-form .package_service ul {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(4, 1fr);
}

.box-form .package_service ul li {
    text-align: center;
    margin: 15px auto;
}

.box-form .package_service ul li > div {
    width: 95px;
    height: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px 10px;
    text-align: center;
    position: relative;
    line-height: 1em;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #f3f3f3 22%, #fff 58%, #c5c5c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c5c5c5', GradientType=0);
    box-shadow: 0px 4px 13px 0px rgba(94, 111, 117, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.box-form .package_service ul li > div .i-img {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 5px;
    background-image: var(--bg-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal .modal-title {
    text-align: center;
    height: 46px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal .modal-content {
    border: none;
    box-shadow: none;
    padding: 18px 30px;
}

.modal .modal-title > div {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 46px;
    padding: 0 100px;
    background: var(--facebook3);
    display: inline-block;
    position: relative;
}

.modal .modal-title > div::before, .modal .modal-title > div::after {
    position: absolute;
    height: 46px;
    width: 20px;
    top: 0;
}

.modal .modal-title > div::before {
    content: url(images/landing/bg_title_modal_l.png);
    left: -20px;
}

.modal .modal-title > div::after {
    content: url(images/landing/bg_title_modal_r.png);
    right: -20px;
}

.box-form .package_service ul li.active > div, .box-form .package_service ul li:hover > div {
    border-color: #4ec3ee;
    background: #aee9ff;
    background: linear-gradient(to bottom, #aee9ff 0%, #33c8ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aee9ff', endColorstr='#33c8ff', GradientType=0);
    color: #fff;
}

.box-form .package_service ul li.active > div .i-img, .box-form .package_service ul li:hover > div .i-img {
    background-image: var(--bg-image-hover);
}

.box-form .form-field .group_input {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.box-form .form-field .form-input .form-control {
    min-height: 40px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #c7c7c7;
    border-width: 1px;
    background: #f7f7f7;
    padding-left: 10px;
    font-size: 16px;
    width: 100%;
    box-shadow: none;
    outline: none;
    margin-bottom: 35px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-input.icon-calender svg {
    position: absolute;
    font-size: 25px;
    top: 7px;
    left: 7px;
}

input#datetimepicker {
    padding-left: 35px;
}

.box-form .form-field .form-button button:hover {
    background: #65d6ff;
    background: linear-gradient(to bottom, #65d6ff 0%, #19b9f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65d6ff', endColorstr='#19b9f4', GradientType=0);
}

.box-form .form-field .form-button button {
    width: 250px;
    height: 45px;
    outline: none;
    background: #19b9f4;
    background: linear-gradient(to bottom, #19b9f4 0%, #65d6ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19b9f4', endColorstr='#65d6ff', GradientType=0);
    border: 2px solid #19b9f4;
    border-radius: 22px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 4px 4px 6px 0px rgba(149, 159, 163, 0.2);
    margin: 10px;
    cursor: pointer;
    color: var(--white);
}

/*end booking form*/


/*END LANDINGPAGE*/


/*START TAXONOMY*/

/*FITER*/
ul.filters {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

#filters .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


ul.filters .items li button {
    margin-right: 0;
}

ul#filters > li {
    margin: 0;
}

ul.filters li {
    position: relative;
}

.filter-radio > button {
    margin: 0;
}

ul.filters button {
    outline: none;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 8px;
    min-height: 36px;
    line-height: 20px;
    border-radius: 4px;
    position: relative;
    align-items: center;
    white-space: nowrap;
    background: white;
    transition: all .1s ease;
    border: 1px solid var(--border);
}

ul.filters .filter-brands .dropdown-menu .items li {
    margin: 3px auto;
}

ul.filters .filter-radio:not(.filter-brands) .dropdown-menu .items li {
    margin: 3px 0;
}

.filter-radio .dropdown-menu button.active:before {
    color: var(--pri) !important;
    content: "\f058" !important;
}

.filter-radio .dropdown-menu button:not(.btn-filter-data):before {
    top: -2px;
    right: 2px;
    font-size: 12px;
    content: "\f10c";
    color: darkgray;
    position: absolute;
    transition: all .1s ease;
    font-family: FontAwesome;
}

.filter-radio .dropdown-menu button {
    min-height: inherit;
    margin-bottom: 0;
    position: relative;
}

#box-filter-brands .dropdown-menu button img {
    height: 21px;
    width: 80px;
    object-fit: contain;
}

ul.filters .open .dropdown-menu {
    margin-top: 10px;
    border-radius: 8px;
    align-items: center;
    background: white;
    max-width: max-content;
    display: flex !important;
    flex-wrap: wrap;
}

ul.filters .filter-brands.open .dropdown-menu,
.filter-radio .dropdown-menu {
    width: 600px;
}

ul.filters .filter-radio.open .dropdown-menu .items {
    gap: 10px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(6, 1fr);
    margin: 10px;
    text-align: center;
    width: 100%;
}

ul.filters .filter-radio:not(.filter-brands).open .dropdown-menu .items {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

ul.filters .filter-buttons .btn-filter-data {
    height: 40px;
    color: var(--pri);
    border-radius: 20px;
    align-items: center;
    display: inline-grid;
    border: 1px solid var(--pri);
}

ul.filters .filter-buttons .btn-filter-close {
    color: var(--pri);
    border: 1px solid var(--pri);
}

button.btn-filter-data.btn-filter-close:hover {
    background: var(--pri);
    color: var(--white);
}

ul.filters .filter-buttons .btn-filter-query {
    color: var(--white);
    background: var(--facebook);
    border: 1px solid var(--facebook);
    display: inline-block;
    /*opacity: 0.5;*/
    /*pointer-events: none;*/
}

ul.filters .filter-buttons .btn-filter-query.active {
    opacity: 1;
    pointer-events: auto;
}

ul.filters .filter-buttons .btn-filter-query:hover {
    color: var(--white);
    background: var(--facebook2);
    border: 1px solid var(--facebook2);
}

ul.filters .filter-buttons {
    text-align: center;
    width: 100%;
}

.filter-buttons button {
    min-width: 170px;
}

.list_logo .filter-item.active {
    border-radius: 5px;
}

.list_logo li {
    list-style: none;
}

.list_logo button {
    margin: 0;
}

.list_logo_hp button {
    background: #eee;
    font-size: 0.9rem;
    letter-spacing: -0.5px;
}

.list_logo.flex {
    flex-flow: row wrap;
    gap: 5px;
}

/*FITER*/

.product_tax > .col {
    margin-left: 0;
    margin-right: 0;
}

.btn_xemthem_archive {
    font-weight: normal;
}

.archive .custom__title span {
    text-transform: uppercase;
}

.image-tools.top.right.show-on-hover {
    opacity: 1;
    left: 6px;
    right: 6px;
    text-align: left;
}

.brand_logo img {
    padding: 0 !important;
    height: 17px !important;
    width: auto;
}

.breadcrumbs.text-right {
    padding-top: 15px;
}

nav.rank-math-breadcrumb {
    display: inline-block;
    border-bottom: 1px solid var(--border);
    padding-bottom: 7px;
    font-size: 0.8rem;
}


.w-100 {
    width: 100% !important;
    height: auto;
}


.filter-item.active {
    background: #0159ff24;
}

button.showmore.button {
    border-radius: 99px;
    margin: 0 auto;
    display: block;
}

.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #dddddda1;
    z-index: 9999;
}

.minicart_onweb {
    position: fixed;
    bottom: 30px;
    right: 0;
}

.preloader span {
    background: url(images/loading-red.svg);
    background-size: contain;
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}


/*READMORE*/
.term-description,
.readmore,
#tab-description,
.product-section .entry-content,
#accordion-description-content,
.taxonomy-description, .article-inner .entry-content, .term-short-description, .taxonomy-full-description {
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}

.realdev-readmore {
    text-align: center;
    z-index: 10;
}

.realdev-expand {
    position: absolute;
    bottom: -7px;
    width: 100%;
    background: #fff;
    height: 100px;
}

.realdev-readmore:before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 200px;
    left: 0;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    width: 100%;
}

.realdev-readmore .arrow:after {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAMCAYAAAAH4W+EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDc3NEIyN0EyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDc3NEIyNzkyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjdCMUQ3OTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjdCMUQ3QTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5ikagAAAGHSURBVHjaYmAAAg8Pj14vLy87Bjzg////JGFPT09GHx8fNnxmguwE2Q1iMwI1eAI1bgPZxcjIOJ+Dg6Ns/fr1b3E5hhjg7e3NuG3bNpyKAwMDhX/8+NEFNC8J7AhGRi8mHh6evUBGHRD/AkkAFVwHujQWmwFANWCMx4eMYWFheB0BMhtkB8guoFk/QXaD3QBTAAxG1b9//84AKnCCWrqPmZk5Y8uWLbfxRRdSKDADHfAXl1pC5jNiczFQcS8Qi4JcDBRqBbq4c/Xq1b+wWRAaGgoygxEo/w+HPNuXL1/KgcxqoJnsQDNfA3Ex0NGLUUIbh2YhoOZuoMZEqJobTExM6UDNhxhIAKDE+O/fv5lApgYsDQI9VQp09DuMaKeWQZR6hBmfgbdv335oaGg4+zcQAB1hDTTYFMhMUlNTewGUu4QrMf769WszUK0NKAMAcRMvL2/Mxo0b7+Gzi5HYYCaU2MhJ7GQ5BF9ihkrhTYxUdwhagZSIZAbRaYhqDsGSmBnIyVXIACDAAM34JXWPolNhAAAAAElFTkSuQmCC);
    display: block;
    width: 25px;
    top: 2px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    opacity: .5;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: animate-arrow-2 1s ease-in-out infinite .1s;
}

.realdev-readmore .arrow:before {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAMCAYAAAAH4W+EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDc3NEIyN0EyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDc3NEIyNzkyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjdCMUQ3OTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjdCMUQ3QTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5ikagAAAGHSURBVHjaYmAAAg8Pj14vLy87Bjzg////JGFPT09GHx8fNnxmguwE2Q1iMwI1eAI1bgPZxcjIOJ+Dg6Ns/fr1b3E5hhjg7e3NuG3bNpyKAwMDhX/8+NEFNC8J7AhGRi8mHh6evUBGHRD/AkkAFVwHujQWmwFANWCMx4eMYWFheB0BMhtkB8guoFk/QXaD3QBTAAxG1b9//84AKnCCWrqPmZk5Y8uWLbfxRRdSKDADHfAXl1pC5jNiczFQcS8Qi4JcDBRqBbq4c/Xq1b+wWRAaGgoygxEo/w+HPNuXL1/KgcxqoJnsQDNfA3Ex0NGLUUIbh2YhoOZuoMZEqJobTExM6UDNhxhIAKDE+O/fv5lApgYsDQI9VQp09DuMaKeWQZR6hBmfgbdv335oaGg4+zcQAB1hDTTYFMhMUlNTewGUu4QrMf769WszUK0NKAMAcRMvL2/Mxo0b7+Gzi5HYYCaU2MhJ7GQ5BF9ihkrhTYxUdwhagZSIZAbRaYhqDsGSmBnIyVXIACDAAM34JXWPolNhAAAAAElFTkSuQmCC);
    display: block;
    width: 25px;
    right: 0;
    left: 0;
    top: -5px;
    margin: auto;
    position: absolute;
    opacity: 1;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: animate-arrow-3 1s ease-in-out infinite .2s;
}

.realdev-readmore .arrow span {
    animation: animate-arrow-1 1s ease-in-out infinite;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAMCAYAAAAH4W+EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDc3NEIyN0EyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDc3NEIyNzkyRDY0MTFFQjkzMDRBMjIxNzc0RTBDODQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjdCMUQ3OTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjdCMUQ3QTJDQUIxMUVCOENCRERGNDFFOTA1OTlERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5ikagAAAGHSURBVHjaYmAAAg8Pj14vLy87Bjzg////JGFPT09GHx8fNnxmguwE2Q1iMwI1eAI1bgPZxcjIOJ+Dg6Ns/fr1b3E5hhjg7e3NuG3bNpyKAwMDhX/8+NEFNC8J7AhGRi8mHh6evUBGHRD/AkkAFVwHujQWmwFANWCMx4eMYWFheB0BMhtkB8guoFk/QXaD3QBTAAxG1b9//84AKnCCWrqPmZk5Y8uWLbfxRRdSKDADHfAXl1pC5jNiczFQcS8Qi4JcDBRqBbq4c/Xq1b+wWRAaGgoygxEo/w+HPNuXL1/KgcxqoJnsQDNfA3Ex0NGLUUIbh2YhoOZuoMZEqJobTExM6UDNhxhIAKDE+O/fv5lApgYsDQI9VQp09DuMaKeWQZR6hBmfgbdv335oaGg4+zcQAB1hDTTYFMhMUlNTewGUu4QrMf769WszUK0NKAMAcRMvL2/Mxo0b7+Gzi5HYYCaU2MhJ7GQ5BF9ihkrhTYxUdwhagZSIZAbRaYhqDsGSmBnIyVXIACDAAM34JXWPolNhAAAAAElFTkSuQmCC);
    width: 25px;
    top: 9px;
    height: 15px;
    opacity: .3;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

@keyframes animate-arrow-1 {
    0% {
        transform: translateY(-40px);
        opacity: 0
    }

    70%,
    to {
        transform: translateY(0);
        opacity: .3
    }
}

@keyframes animate-arrow-2 {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }

    70%,
    to {
        transform: translateY(0);
        opacity: .5
    }
}

@keyframes animate-arrow-3 {
    0% {
        transform: translateY(-10px);
        opacity: 0
    }

    70%,
    to {
        transform: translateY(0);
        opacity: 1
    }
}

.realdev-readmore button {
    top: 40px;
    color: #03a0e2;
    font-weight: 500;
}

.realdev-collapse button {
    transform: rotate(180deg);
    margin-bottom: 0;
    top: -10px;
}

.realdev-collapse {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #03a0e2;
    cursor: pointer;
}

.topDescription {
    overflow: hidden;
}

.product_tax_data > .col {
    margin-left: 0;
    margin-right: 0;
}

li.xemthem_li button {
    background: var(--pri);
    border-radius: 5px;
    color: #fff;
}

/*END TAXONOMY*/


/*CHECKOUT PAGE*/
.woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

p#billing_first_name_field {
    margin: 0;
    width: 100%;
}

.table_chuyenkhoan {
    margin-bottom: 2rem;
}

.table_chuyenkhoan td {
    color: inherit;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.table_chuyenkhoan img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}

ul.woocommerce-order-overview li {
    margin-left: 0;
}

ul.woocommerce-order-overview li:last-child,
ul.woocommerce-thankyou-order-details.order_details {
    margin-bottom: 0;
}

table.shop_table.woocommerce-checkout-review-order-table .order-total bdi {
    color: var(--pri);
}

table.shop_table.woocommerce-checkout-review-order-table bdi {
    color: var(--black);
    text-shadow: none;
}

table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.woocommerce-checkout-review-order-table td {
    border: 1px solid var(--border) !important;
    padding: 7.5px 5px;
}

.is-well {
    background-color: rgb(208 227 255 / 44%);
    box-shadow: none;
    padding: 30px;
    border: 2px dashed #68b6e8;
}

table.woocommerce-table--order-details tfoot tr:last-child span.amount {
    color: var(--pri);
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px #9d9d9d;
}

table.woocommerce-table--order-details td,
table.woocommerce-table--order-details th {
    border: 1px solid var(--border) !important;
    padding: 10px;
}

ul.wc_payment_methods.payment_methods.methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7.5px;
}

.payment_methods li + li {
    border-top: none;
    padding-top: 0;
}

ul.wc_payment_methods.payment_methods li:hover {
    cursor: pointer;
    background: #0a68ff1f;
}

ul.wc_payment_methods.payment_methods li {
    border: 2px solid var(--facebook);
    position: relative;
    padding: 10px;
    border-radius: 10px;

}

button#place_order {
    background: var(--pri);
    border-radius: 15px;
}

.woocommerce-terms-and-conditions-wrapper #terms_description {
    color: var(--pri);
    font-size: 0.8rem;
}

.payment_box {
    display: block !important;
}

.wc_payment_method .input-radio {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
}

.wc_payment_method .input-radio:checked + label::after {
    content: "";
    background: url(images/tick.png);
    position: absolute;
    right: -1px;
    top: -1px;
    color: var(--facebook);
    font-size: 25px;
    width: 20px;
    height: 20px;
    background-size: cover;
}

/*CHECKOUT PAGE*/


/*DỰ ÁN*/
.items_duan .box-image {
    overflow: hidden;
}

.items_duan .box-image img:hover {
    transform: scale(1.3);
}

.items_duan .box-blog-post img {
    height: 270px;
    object-fit: cover;
    transition: all 500ms;
}

.wpcf7 input {
    border-radius: 5px;
    box-shadow: none;
}

.wpcf7-response-output {
    MARGIN: 0 !IMPORTANT;
    POSITION: ABSOLUTE;
}

/*fix width column*/
@media screen and (min-width: 850px) {
    .footer #custom_html-2 {
        flex-basis: 35%;
        max-width: 35%;
    }

    .footer #custom_html-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .footer #nav_menu-2,
    .footer #custom_html-4 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

/*fix width column*/
table.woocommerce-product-attributes.shop_attributes {
    display: none;
}

li.show_filter {
    display: none;
}


/*landingpage phu kien*/
section.section_landing_phukien .row {
    max-width: 1200px;
}

.tron_xoan_mem .row.row-5 .col {
    flex-basis: 20%;
    max-width: 20%;
}

.section_landing_phukien.ongdong h6 {
    text-transform: inherit;
    line-height: 1.2rem;
    font-size: 0.9rem;
}

.section_landing_phukien ul {
    list-style: disc;
}

.section_landing_phukien table tr:nth-child(odd) {
    background: #eee;
}

.section_landing_phukien table tr:first-child td {
    color: var(--white);

    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.section_landing_phukien .table .col-inner {
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 15px;
}

.section_landing_phukien table td {
    padding: 5px;
    text-align: center;
}

.section_landing_phukien table tr:first-child {
    background: #3c9bef;
}

.section_landing_phukien h5.uppercase {
    text-transform: inherit;
    background: #3C9BEF;
    padding: 5px 10px;
    color: #fff;
    max-width: fit-content;
    font-size: 0.8rem;
    border-radius: 5px;
    margin-left: auto;
    display: flex;
}

.object-fit-contain img {
    object-fit: contain;
}

.flex_txt.flex ul {
    display: flex;
    flex-flow: row wrap;
}

.radius-blue {
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #0570CF;
    border-radius: 15px;
    background: var(--white);
}

.radius-blue p {
    text-align: justify;
    font-size: 0.85rem;
    line-height: 1.2rem;
}

.flex_txt.flex ul li {
    flex: 0 1 50%;
    margin: 0;
}

.lapdat_thicong {
    margin-top: -180px;
    padding-top: 200px !important;
}

.lapdat_thicong .row {
    background: url("/wp-content/uploads/2025/06/bg-hotline-1.png") no-repeat top left;
    background-size: cover;
}

.nhapnhay {
    position: absolute;
    top: 0;
    animation: fadeIn1 1s ease-in-out infinite;
}

@keyframes fadeIn1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*lading phuj kien*/


/*responsive*/

@media (max-width: 849px) {

    .stuck .header-main .nav i {
        padding-top: 10px;
    }

    .col.items_duan {
        padding: 0 7.5px 30px;
    }

    .stuck .header-main .nav > li > a {
        padding-top: 0;
    }

    #header .header-main .cart-icon strong,
    #header .header-main .cart-icon strong:after {

        color: var(--pri) !important;
        border-color: var(--pri) !important;
        font-size: 0.9em;
    }

    .header-bottom {
        background-color: #fffbd8 !important;
    }
}

@media (min-width: 550px) and (max-width: 849px) {
    .home .row.full_width .row.row-small .col:last-child {
        display: none;
    }
}

@media (max-width: 450px) {
    .list_logo li {
        flex: 0 0 calc(25% - 5px) !important;
    }
}

@media (max-width: 549px) {
    .home .row.full_width .row.row-small .col:nth-child(n+7) {
        display: none;
    }

    ul.filters .filter-radio.open .dropdown-menu .items {
        gap: 2px;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 549px) {
    #logo img {
        max-height: 53px !important;
    }
}

@media only screen and (max-width: 48em) {
    .second_rightbox_col4 {
        display: none;
    }

    #logo {
        width: unset !important;
        margin: 0 !important;
    }

    .flex-col.show-for-medium.flex-right {
        display: none !important;
    }

    .flex_txt.flex ul {
        margin-left: 20px;
    }

    .section_landing_phukien table tr:first-child td,
    .section_landing_phukien table td {
        font-size: 0.7rem;
    }

    .tron_xoan_mem .row.row-5 .col {
        flex-basis: 50%;
        max-width: 50%;
    }

    button.filter-item {
        font-size: 0.7rem;
        padding: 0 5px;
    }

    .list_logo li {
        flex: 0 0 calc(20% - 4px);
    }

    li.show_filter, li.xemthem_li {
        display: block;
        flex: 0 1 auto !important;
    }

    .filterBar {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .filterBar.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    li.list_logo_hp.show_filter button {
        background: var(--facebook);
        color: var(--white);
    }

    .flex_flex_category {
        display: flex;
        flex-flow: row wrap;
    }

    .filterBar {
        width: 100%;
        order: 2;
    }

    /*dv bao tri*/
    #box-service .group3, #box-service .group4, #box-service .group5, #box-service .group6 {
        margin-top: unset;
    }

    #box-service .group2 .bg-image-1, #box-service .group3 .bg-image-1, #box-service .group4 .bg-image-1, #box-service .group5 .bg-image-1, #box-service .group6 .bg-image-1 {
        top: 0;
    }

    #box-service .group2 {
        margin-top: unset;
    }

    #box-service div[class^="group"] .inner {
        flex-direction: column !important;
        padding: 50px 15px;
        margin: 0 -15px;
        gap: 15px;
    }

    #box-service .group1 .inner > div:first-child, #box-service .group3 .inner > div:first-child, #box-service .group5 .inner > div:first-child, #box-service .group7 .inner > div:first-child, #box-service .group9 .inner > div:first-child, #box-service .group11 .inner > div:first-child, #box-service .group13 .inner > div:first-child, #box-service .group15 .inner > div:first-child {
        padding-right: 0;
    }

    #box-service div[class^="group"] .inner img {
        width: 100%;
    }

    .box-procedure ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
    }

    #box-service {
        padding: 0 15px;
    }

    /*single product*/
    .woocommerce-product-gallery__wrapper img {
        height: 300px;
    }

    h1.page-title, h1.entry-title {
        font-size: 1.5rem;
    }

    .product-info {
        padding-right: 15px;
    }

    /*filter*/
    #filters .dropdown-menu {
        /*top: 0;*/
        top: 79%;
    }

    .filter-buttons button {
        min-width: 120px;
    }

    ul.filters li {
        position: unset;
    }

    ul.filters .filter-brands.open .dropdown-menu, .filter-radio .dropdown-menu {
        width: 100%;
    }

    ul.filters .filter-radio:not(.filter-brands).open .dropdown-menu .items {
        display: flex;
        flex-flow: row wrap;
        gap: 5px;
    }

    ul.filters .filter-buttons {
        width: unset;
        display: flex;
        margin: 0 auto;
    }

    input#woocommerce-product-search-field-0, input#woocommerce-product-search-field-1 {
        height: 30px;
    }

    .archive .btn_xemthem_archive {
        font-size: 0.8rem;
    }

    .archive .row.row-collapse.full_width:nth-child(n+2) {
        margin-top: 60px;
    }

    ul.filters li {
        flex: 0 1 49%;
    }

    ul.filters button {
        width: 100%;
        white-space: unset;
        min-height: 62px;
    }

    ul.filters {
        gap: 5px;
        margin-bottom: 0;
        font-size: 0.8rem;
        justify-content: center;
    }


    section.dailyuyquyen .heading {
        font-size: 1.5em;
    }

    section.dailyuyquyen .icon-box h3 {
        font-size: 0.9rem;
    }

    .row.dv_logo {
        flex-flow: nowrap;
    }

    .image-tools.grid-tools.hide-for-small {
        display: block !important;
    }

    .archive_note span {
        font-size: 0.7rem;
    }

    .flex.flex_gallery_single {
        align-items: center;
    }

    span.label-inverter {
        padding: 1px 5px;
        font-size: 0.7rem;
    }

    .product-small.box .box-image img {
        padding: 0px;
        height: 160px;
        object-fit: contain;
    }

    .product-small.box .price-wrapper span.price del {
        font-size: 0.8rem;
    }

    .product-small.box .price-wrapper span.price {
        font-size: 1rem;
        letter-spacing: -0.8px;
    }


    .category .post-sidebar,
    .single .post-sidebar {
        display: none;
    }

    .category #post-list .row .col.post-item {
        padding-left: 0;
        padding-right: 0;
    }

    #post-list .row {
        margin: 0;
    }

    #product-sidebar {
        display: block !important;
    }

    .wrr_widget {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .widget ul {
        margin-left: 20px !important;
    }

    .archive .atag {
        padding-top: 0;
    }

    .atag {
        gap: 7px;
        white-space: nowrap;
        overflow: auto;
        padding-bottom: 0;
        padding-top: 10px;
    }

    .atag a {
        min-width: unset;
        padding: 3px 10px;
        border-radius: 5px;
    }

    .product-brand .product-category.col {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .product-brand .product-category.col {
        padding-bottom: 30px;
    }

    .product-brand .box-image img {
        height: 22px;
    }

    .box_03 .box-image {
        width: 30% !important;
        float: left;
        padding-right: 15px;
    }

    .group_action a.btn-blue .inner span {
        font-size: 14px;
        padding-left: 30px;
    }

    .group_action a.btn-blue .inner span::before {
        width: 24px;
        height: 51px;
        background-size: contain;
    }

    .group_action a.btn-white span {
        font-size: 14px;
        padding-left: 0;
        line-height: 40px;
    }

    .group_action a.btn-blue strong {
        font-size: 17px;
    }

    .group_action {
        column-gap: 10px;
        margin-top: 15px;
    }

    .group_action a {
        height: 52px;
    }

    .header_info {
        margin-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header_info .inner1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .header_info .inner1 .item {
        min-height: 70px;
        display: flex;
        align-items: center;
    }

    #ws-content-head h1 {
        font-size: 28px;
        max-width: 80%;
    }

    #ws-content-head .timework {
        font-size: 18px;
        line-height: 1.4em;
    }

    #ws-content-head {
        padding-top: 230px;
    }

    #ws-content-head::before {
        width: 90%;
    }

    #ws-content-head .header {
        width: 100%;
        padding: 0 30px;
        z-index: 0 !important;
    }

    .product-footer .product-section .row {
        margin-left: 0;
        margin-right: 0;
    }

    .container.section-title-container.custom_title2 {
        margin-left: -15px;
    }

    .custom_title2 .section-title-main {
        font-size: 1.2rem;
    }

    .category-page-row .row.products {
        max-width: inherit;
    }

    .row.fullwidthdata, .container.section-title-container.custom_title.custom_title2 {
        max-width: inherit;
    }

    .row.fullwidthdata .col.post-item {
        padding: 0 5px 15px;
    }

    .row.fullwidthdata .col.post-item:nth-child(even) {
        padding-right: 0;
    }

    .row.fullwidthdata .col.post-item:nth-child(odd) {
        padding-left: 0;
    }

    .tax-product_cat .large-9 {
        padding-left: 0;
        padding-right: 0;
    }

    /*fix content single có row*/
    .row.row-inner-single img {
        float: left;
    }

}

/*fix mobile menu*/
@media (max-width: 1024px) {

    .header-main .nav.mobile-nav i.icon-menu {
        color: var(--pri) !important;
    }

    .flex-col.show-for-medium.flex-left,
    .flex-col.show-for-medium.flex-right {
        display: block;
    }

    .flex-col.hide-for-medium.flex-right {
        display: none;
    }

    ul.mobile-nav.nav.nav-left {
        justify-content: flex-start;
    }

    .nav-left {
        justify-content: flex-end;
    }

}

