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

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

body {
    font-size: 16px;
    line-height: 1.6;
}

h1 {
    font-size: 2em;
    line-height: 1.3;
    color: var(--primary-color);
    margin: 0 0 15px;
}
body h1 {
    color: var(--primary-color);
}
h2 {
    font-size: 1.7em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h4 {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h5 {
    font-size: 1.3em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h6 {
    font-size: 1.1em;
    line-height: 1.3;
    margin: 0 0 15px;
    opacity: 1;
}
b, strong {
    font-weight: 700;
}
p:last-of-type {
    margin-bottom: 0;
}
.banner h1, .banner h2, .banner h3 {
    font-weight: 700;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: 0;
    line-height: 1.3;
}
h6, span.widget-title, th {
    text-transform: inherit;
}
blockquote, dl, figure, ol, p, pre, ul {
    margin: 0 0 15px;
}
form {
    margin: 0;
}
.justify p {
    text-align: justify;
}
.icon-box.icon-box-left,
.icon-box.icon-box-right {
    display: flex;
}
/*.icon-box.icon-box-left {*/
/*padding-left: 10px;*/
/*}*/
/*.icon-box.icon-box-right {*/
/*padding-right: 10px;*/
/*}*/
.icon-box.align-center {
    align-items: center;
}
.icon-box .icon-box-img img,
.icon-box .icon-box-img svg {
    padding: 0;
}
.button {
    margin: 0;
    font-weight: 400;
}
p:last-of-type {
    margin: 0;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none;
}
.align-right {
    text-align: right;
}
.img.align-right {
    margin-left: auto;
}
.img.align-center {
    margin-left: auto;
    margin-right: auto;
}
.rd-16 img {
    border-radius: 16px;
}
.rd-20 img {
    border-radius: 20px;
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
    font-size: 16px;
}

/*.container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse), .row .gallery, .row .row:not(.row-collapse) {*/
/*    margin-left: -10px;*/
/*    margin-right: -10px;*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*    width: auto;*/
/*}*/
/*.col, .columns, .gallery-item {*/
/*    padding: 0 10px 20px;*/
/*}*/
/*.widget {*/
/*    margin-bottom: 20px;*/
/*}*/

.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 15px 30px;
}

/* Header */
.top-bar-nav a.button {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    min-height: auto;
    font-size: 0.97em;
    font-weight: 400;
    text-transform: none;
}
.top-bar-nav a.button i {
    top: 0;
}
.site-breadcrumb {
    background-color: rgb(238, 238, 238);
    padding: 10px 0px;
}
.page-wrapper {
    padding-bottom: 60px;
    padding-top: 60px;
}
.nav>li>a {
    font-size: 16px;
}
.header-nav.header-nav-main.nav-left {
    justify-content: center;
    padding-right: 30px;
}
.nav-dropdown-default {
    padding: 10px;
}
.gtranslate_wrapper a.glink img {
    opacity: 1;
    margin-right: 6px;
}
.gtranslate_wrapper a.glink:last-child img {
    margin: 0;
}

/* Chi nhanhs */
.tabs-chinhanh .nav>li>a {
    font-size: 16px;
    text-transform: none;
    color: #000000;
    font-weight: 700;
}
.tabs-chinhanh .nav>li>a:hover,
.tabs-chinhanh .nav>li.active>a {
    color: var(--primary-color);
}

/* Footer */
.footer-wrapper .absolute-footer {
    display: none;
}
.ux-menu .ux-menu-link {
    margin-bottom: 10px !important;
}
.ux-menu .ux-menu-link:last-child {
    margin-bottom: 0 !important;
}
.ux-menu .ux-menu-link .ux-menu-link__link {
    display: inline-block;
    min-height: auto;
    padding: 0;
    color: #ffffff;
}
.section-footer-bottom .row .col {
    padding-bottom: 10px;
}
.section-footer-bottom a {
    color: #ffffff; 
}
.row-social-fixed {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 61px;
    right: 20px;
    z-index: 99;
    margin: 0 !important;
    text-align: right;
}
.row-social-fixed .col {
    padding: 0 !important;
}
.row-social-fixed .img a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    margin: 0 0 20px;
}
.row-social-fixed .img a:before {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    -webkit-transition: all 0.2s 
ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s 
ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgpulse;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}
.row-social-fixed .img a:after {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: var(--primary-color);
    -webkit-transition: all 0.2s 
ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s 
ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgzoomIn;
    opacity: .5;
}
.row-social-fixed .img img {
    padding: 0;
    width: 23px;
    height: auto;
    filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}
@keyframes imgzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    
    50% {
        opacity: 1;
    }
}
@keyframes imgpulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* Form liên hệ */
.wpcf7-form .row .col {
    padding-bottom: 0;
}
.wpcf7-form .wpcf7-submit {
    margin: 0;
}

/* Tin tức */
.blog-single .entry-header .entry-title {
    text-align: center;
}
.blog-single .entry-header .entry-divider {
    margin: 0 auto 30px;
    max-width: 61px;
    background-color: var(--primary-color);
}
.blog-single .entry-header .entry-meta {
    font-size: 16px;
    text-transform: none;
    pointer-events: none;
    text-align: center;
}
.blog-single .entry-content {
    padding-bottom: 0;
}
.site-related_post {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.site-related_post ul {
    padding-left: 17px;
    list-style: square;
}
.blog-wrapper .archive-page-header h1.page-title {
    padding-bottom: 15px;
    position: relative;
    color: var(--primary-color);
}
.blog-wrapper .archive-page-header h1.page-title:after {
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    left: calc(50% - 31px);
    bottom: 0;
    background: var(--primary-color);
}
.post-item .image-cover {
    padding-top: 62%;
}
.post-item .box-text {
    padding: 15px 0 0;
}
.post-item .box-text .box-text-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.post-item .box-text .box-text-inner .is-divider {
    display: none;
}
.post-item .box-text .post-meta {
    font-size: 16px;
    order: -1;
    padding-left: 22px;
    background-image: url(assets/images/calendar-icon.svg);
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: 15px;
    margin-bottom: 0;
}
.post-item .box-text .entry-meta .byline {
    display: none;
}
.post-item .box-text-inner .post-title {
    margin: 0;
}
.post-item .box-text-inner .post-title a {
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.post-item .from_the_blog_excerpt {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.entry-meta {
    font-size: 0;
}
.entry-meta > span {
    display: inline-block;
    padding-left: 22px;
    background-image: url(assets/images/calendar-icon.svg);
    background-position: left 0;
    background-repeat: no-repeat;
    background-size: 15px;
    margin-right: 16px;
    margin-bottom: 0;
}
.post-item .entry-meta > span {
    background-position: left 2px;
}
.entry-meta > span.byline {
    background-image: url("assets/images/user-icon.svg");
    margin-right: 0;
}
.entry-meta span a {
    display: inline-block;
    pointer-events: none;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}
.blog-archive.page-wrapper {
    padding-bottom: 0;
}

/* Sản phẩm */
.slider-product-sales .badge-container {
    display: none;
}
.product-title-container .is-divider,
.ux-quantity {
    display: none;
}
.gia-thue {
    font-size: 18px;
    color: red;
    margin-bottom: 15px;
}
.product-short-description p {
    margin-bottom: 10px;
}
.slider-product-sales .col {
    padding-bottom: 0;
}
.product-small.box-vertical {
    display: flex;
}
.product-small.box-vertical .box-vertical .box-image {
    width: 32%;
}
.product-small .price-wrapper span.price {
    display: none;
}
.product-small .gia-thue {
    font-size: 14px;
    margin: 0;
}
.product-small .box-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 0 0;
}
.product-small .product-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.slider-product-sales .product-small .product-title {
    text-transform: none;
}
.product-small .product-title a {
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.site-comment-fb {
    margin-bottom: 60px;
}
.product-small.box {
    text-align: center;
    padding: 10px;
    border: 1px #e1e1e1 solid;
}
.product-small .image-zoom {
    padding-top: 62%;
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    position: relative;
}
.product-small .image-zoom img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.shop-page-title .page-title-inner {
    padding-top: 60px;
}
.shop-page-title .page-title-inner .is-large {
    display: none;
}
h1.shop-page-title {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    color: var(--primary-color);
}
h1.shop-page-title:after {
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    left: calc(50% - 31px);
    bottom: 0;
    background: var(--primary-color);
}
.col.col-product-filter {
    padding-bottom: 0;
}
.filter-field {
    font-size: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.filter-field .field-input {
    display: inline-block;
    position: relative;
    margin: 0;
    white-space: nowrap;
    min-width: 125px;
}
.filter-field .field-input:last-child {
    margin: 0;
}
.filter-field .field-input input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    margin: 0;
}
.filter-field .field-input label {
    display: block;
    font-weight: 400;
    color: var(--fs-color-primary);
    padding: 5px 25px;
    background: #E5E5E5;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0;
}
.filter-field .field-input:hover label {
    color: #ffffff;
    background: var(--fs-color-primary);
}
.filter-field .field-input input.checked + .label-for-check {
    color: #ffffff;
    font-weight: bold;
    background: var(--fs-color-primary);
}
.loading {
    opacity: 0.5;
}
.site-loadmore {
    text-align: center;
}

.section-service .icon-box-img .icon-inner {
    height: 136px;
    background-image: url('/wp-content/uploads/2025/10/dv-bf.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-service .icon-box-img .icon-inner img,
.section-service .icon-box-img .icon-inner svg {
    width: 39px;
}
#billing_first_name_field.form-row-first,
#billing_address_1_field.form-row-first {
    float: none;
    width: 100%;
    margin-right: 0;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}