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



/* Lê Phúc Web */

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

/*
    --primary-color:
    --fs-color-primary:
    --fs-color-secondary:
    --fs-color-success:
    --fs-color-alert:
    --fs-experimental-link-color:
    --fs-experimental-link-color-hover:
*/
:root {
    --boxShadow: 0 2px 1px -1px 0rgba(0, , 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.25), 0 1px 3px rgba(0, 0, 0, 0.1.5);
    --color-red: #e62e2d;
}
/* LDN Thêm */
input[type=search]{
	font-size:1rem;
}
ul.nav-dropdown {
    min-width: 270px;
	padding: 7px 0px;
	font-size: 98%;
}
.breadcrumbs {
    font-weight: normal;
	padding-top: 7px;
}
.breadcrumbs a {
    color: inherit;
}
.category-page-row {
    padding-top: 0px;
}
h1.shop-page-title {
    margin-bottom: 15px;
}
.term-description {
    margin-bottom: 20px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 120%;
    font-weight: bold;
}
.product-section {
    border-top: 0px;
}

.woocommerce-product-attributes.shop_attributes {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
}
.woocommerce-product-attributes.shop_attributes th,
.woocommerce-product-attributes.shop_attributes td {
    color: inherit;
    font-size: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    text-transform: none;
	vertical-align: text-top;
}
.woocommerce-product-attributes.shop_attributes th {
    background-color: #ffffff;
}
.woocommerce-product-attributes.shop_attributes td p {
    margin: 0;
}
.woocommerce-product-attributes-item__value {
    line-height: 1.8;
}
.panel.entry-content {
    padding-bottom: 0px;
	padding-top:0px;
}
.woocommerce-breadcrumb .delimiter {
    margin: 0 5px;
}
.product-info .price {
    font-size: 130%;
    font-weight: bold;
	margin: 15px 0;
}
td {
    color: inherit;
    font-size: 100%;
    padding: 10px !important;
	vertical-align: text-top;
}
blockquote {
    font-size: 100%;
    padding: 0px 0px 0px 15px;
	font-style: normal;
}
.ldn-height-limit {
    max-height: 380px;
    overflow-y: auto;
}
/* Default */
.back-to-top {
    border-color: var(--fs-color-secondary) !important;
    background-color: var(--primary-color) !important;
    color: white !important;
}

.bgr-fixed .bg {
    background-attachment: fixed;
}

.mr-b0 p,
.mr-b0 h2,
.mr-b0 h3,
.mr-b0 h4,
.mr-b0.button {
    margin-bottom: 0;
}

.mr-t0 p,
.mr-t0 h2,
.mr-t0 h3,
.mr-t0 h4 {
    margin-top: 0;
}

.mr0 p,
.mr0 h2,
.mr0 h3,
.mr0 h4,
.mr0.button {
    margin: 0;
}

.absolute-footer {
    display: none;
}

.pdf0 {
    padding-left: 0 !important;
}

.line-height-h2 h2 {
    line-height: 1.3em !important;
}

.box-shadow-col {
    box-shadow: var(--boxShadow);
}

.w-100 {
    width: 100%;
}

.radius-img .img-inner {
    border-radius: 10px;
}

.searchform .button.icon {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: none;
    height: 40px;
    width: 40px;
    background: #fff !important;
    color: #000;
    border: none;
}

form.searchform input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: none;
}

input#s {
    height: 33px;
    border: none;
    font-size: 100%;
}

.flex-ft .col-inner {
    display: flex;
    align-items: center;
}

.title-ss h2 {
    position: relative;
    display: inline;
}

.title-ss h2::after {
    position: absolute;
    content: '';
    display: block;
    background: url(/wp-content/uploads/2024/03/title.png) no-repeat;
    width: 50px;
    height: 100%;
    right: -60px;
    top: 0;
    background-size: contain;
}

.con-so .text {
    line-height: 1em !important;
}

.con-so p {
    font-size: 14px !important;
}

.con-so h3 {
    margin-bottom: 10px !important;
}

.blog-post-inner .button.is-link {
    position: relative;
    font-size: 13px;
    margin: 0;
    color: var(--primary-color);
}

.blog-post-inner .button.is-link::before {
    content: '';
    height: 6px;
    position: absolute;
    transform: rotate(45deg) translateY(-50%);
    top: 48%;
    right: -5px;
    width: 6px;
    border-top: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
    transition: all .3s linear;
}

.blog-post-inner .button.is-link:hover::before {
    right: -10px;
}

.box-blog-post .is-divider {
    display: none;
}

.post-item .col-inner {
    background-color: #fff;
    height: 100%;
    box-shadow: 0 0 25px hsla(0, 0%, 7%, .1);
    border-radius: 7px;
    transition: all .3s linear;
}

.post-item .col-inner:hover {
    box-shadow: 0 0 40px hsla(0, 0%, 7%, .1);
}

.post-item .col-inner:hover .post-title {
    color: var(--primary-color);
}

.post-item .image-cover {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.box-text.text-left {
    padding-right: 15px;
    padding-left: 15px;
}

.img-none .image-cover {
    display: none !important;
}

.img-none .col.post-item {
    padding-bottom: 15px;
}

/* Máy tính lớn trở lên */
@media (min-width:1600px) {}

@media (min-width:1201px) {}

/* Từ ipad lớn trở lên */
@media (min-width:849px) {}

/*  Từ ipad trở lên */
@media (min-width: 550px) {}

/*  Từ ipad pro đến 1200px */
@media (min-width: 1000px) and (max-width:1200px) {}

/*  Từ ipad đến ipad lơn */
@media (min-width: 850px) and (max-width:1024px) {}

/*  Từ mobile đến ipad */
@media (min-width: 550px) and (max-width:850px) {}

/*  Từ ipad trở xuống */
@media (max-width: 999px) {}

@media (max-width: 849px) {}

/*  Từ mobile trở xuống */
@media (max-width: 549px) {
    .mr-button-center-mb {
        display: table;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .title-ss h2::after {
        position: absolute;
        content: '';
        display: block;
        background: url(/wp-content/uploads/2024/03/icon-tieu-de-vbt.png) no-repeat !important;
        width: 250px;
        height: 50px;
        left: 50%;
        transform: translateX(-50%);
        top: -20px;
        background-size: contain !important;
    }

    .title-ss h2 {
        position: unset;
    }

    .title-ss {
        padding-top: 40px;
    }

}

/*************** ADD CUSTOM CSS HERE.   ***************/
.form-register .d-gird p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 20px;
}

.form-register {
    /* 	    border: 1px solid; */
    padding: 10px;
}

.form-register .wpcf7-form-control-wrap {
    font-weight: normal;
}

.form-register .wpcf7-submit {
    display: table;
    margin: 0 auto;
}

.widget .badge {
    display: none;
}

.phone_footer_mobile {
    display: none;
}

.back-to-top {
    bottom: 70px;
}

@media only screen and (min-width: 850px) {

    .cf7-banner .col-inner,
    .cf7-banner .wpcf7,
    .form-register,
    .cf7-banner form {
        height: 100%;
    }
	
}

@media only screen and (max-width: 550px) {
    .form-register .d-gird {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .zalo-container {
        bottom: 60px;
        left: 15px !important;
    }

    .phone_footer_mobile {
        display: block;
        position: fixed;
        bottom: 0;
        margin: 0;
        box-shadow: none !important;
        width: 100%;
        z-index: 99999999;
        padding: 3px;
        background-color: #00bb00 !important;
    }

    .phone_footer_mobile a {
        margin: 0;
        box-shadow: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: initial;
        font-size: 16px;
        background-color: #00bb00 !important;

    }

    .phone_footer_mobile i.icon-phone {
        font-size: 20px;
    }

    .hotline-phone-ring-wrap {
        display: none;
    }
}

/* .slide-baner .TextCaptions  */
/* .form-register {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.form-register label {
    width: 50% !important;
}
.form-register label.message {
    min-width: 100%;
}
.form-register .wpcf7-submit{
    margin-right: 0;
        display: table;
    margin: 0 0 0 auto;
}
.form-register .wpcf7-form-control-wrap{
    font-weight: normal;
}
.form-register label:nth-child(1) input, .form-register label:nth-child(3) input{
    margin-right: 5px;
}
.form-register label:nth-child(2) input, .form-register label:nth-child(4) input{
    margin-left: 5px;
} */

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


}

/** Positioning CSS **/
#callnowbutton {
    display: none;
}

@media screen and (max-width:650px) {

    #callnowbutton:not(.cnb-displaymode),
    #callnowbutton.cnb-displaymode-mobile-only {
        display: block;
        position: fixed;
        text-decoration: none;
    }

    #callnowbutton.cnb-full.cnb-displaymode-mobile-only {
        display: flex;
    }
}

@media screen and (min-width:650px) {
    #callnowbutton.cnb-displaymode-desktop-only {
        display: block;
        position: fixed;
        text-decoration: none;
    }

    #callnowbutton.cnb-full.cnb-displaymode-desktop-only {
        display: flex;
    }
}

@media screen {
    #callnowbutton.cnb-displaymode-always {
        display: block;
        position: fixed;
        text-decoration: none;
    }

    #callnowbutton.cnb-full.cnb-displaymode-always {
        display: flex;
    }
}

/** Layout CSS **/
.home .block-html-after-header {
    display: none;
}
#callnowbutton.cnb-full {
    justify-content: center;
    align-items: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
    width: 100%;
    left: 0;
    height: 60px;
}

.cnb-full.cnb-full-bottom {
    bottom: 0;
}

.cnb-full.cnb-full-top {
    top: 0;
}

#callnowbutton.cnb-single {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    background-position: center;
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

.cnb-single.cnb-middle {
    bottom: 15px;
    left: 50%;
    margin-left: -28px;
}

.cnb-single.cnb-left {
    bottom: 15px;
    left: 20px;
}

.cnb-single.cnb-right {
    bottom: 15px;
    right: 20px;
}

.cnb-single.cnb-mleft {
    top: 50%;
    margin-top: -28px;
    left: 20px;
}

.cnb-single.cnb-mright {
    top: 50%;
    margin-top: -28px;
    right: 20px;
}

.cnb-single.cnb-tleft {
    top: 15px;
    left: 20px;
}

.cnb-single.cnb-tmiddle {
    top: 15px;
    left: 50%;
    margin-left: -28px;
}

.cnb-single.cnb-tright {
    top: 15px;
    right: 20px;
}

/* Don't show a label with top and bottom middle positions */
#callnowbutton.cnb-single.cnb-middle span,
#callnowbutton.cnb-single.cnb-tmiddle span {
    display: none;
}

.cnb-single.cnb-left span,
.cnb-single.cnb-mleft span,
.cnb-single.cnb-tleft span {
    left: 68px;
}

.cnb-single.cnb-right span,
.cnb-single.cnb-mright span,
.cnb-single.cnb-tright span {
    right: 68px;
}

.cnb-single.cnb-text span {
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: auto;
    background-color: rgba(70, 70, 70, .9);
    position: absolute;
    border-radius: 2px;
    font-family: helvetica, arial, sans-serif;
    padding: 6px 8px;
    font-size: 13px;
    font-weight: 700;
    color: #ECECEC;
    top: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    word-break: keep-all;
    line-height: 1em;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.cnb-single:not(.cnb-text) span {
    display: none;
}

.cnb-full.cnb-text {
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 120%;
    overflow: hidden;
    white-space: nowrap;
}

.cnb-full.cnb-zoom-110 img,
.cnb-full.cnb-zoom-120 img,
.cnb-full.cnb-zoom-130 img {
    transform-origin: right;
}

.cnb-single.cnb-zoom-70,
.cnb-full.cnb-zoom-70 img {
    transform: scale(0.7);
}

.cnb-single.cnb-zoom-80,
.cnb-full.cnb-zoom-80 img {
    transform: scale(0.8);
}

.cnb-single.cnb-zoom-90,
.cnb-full.cnb-zoom-90 img {
    transform: scale(0.9);
}

.cnb-single.cnb-zoom-110,
.cnb-full.cnb-zoom-110 img {
    transform: scale(1.1);
}

.cnb-single.cnb-zoom-120,
.cnb-full.cnb-zoom-120 img {
    transform: scale(1.2);
}

.cnb-single.cnb-zoom-130,
.cnb-full.cnb-zoom-130 img {
    transform: scale(1.3);
}

.cnb-full.cnb-zoom-70 span {
    font-size: 70%;
}

.cnb-full.cnb-zoom-80 span {
    font-size: 80%;
}

.cnb-full.cnb-zoom-90 span {
    font-size: 90%;
}

.cnb-full.cnb-zoom-110 span {
    font-size: 110%;
}

.cnb-full.cnb-zoom-120 span {
    font-size: 120%;
}

.cnb-full.cnb-zoom-130 span {
    font-size: 130%;
}

.cnb-zindex-10 {
    z-index: 2147483647;
}

.cnb-zindex-9 {
    z-index: 214748365;
}

.cnb-zindex-8 {
    z-index: 21474836;
}

.cnb-zindex-7 {
    z-index: 2147484;
}

.cnb-zindex-6 {
    z-index: 214748;
}

.cnb-zindex-5 {
    z-index: 21475;
}

.cnb-zindex-4 {
    z-index: 2147;
}

.cnb-zindex-3 {
    z-index: 215;
}

.cnb-zindex-2 {
    z-index: 21;
}

.cnb-zindex-1 {
    z-index: 2;
}