/*
Theme Name: Understrap Child
Theme URI: https://understrap.com
Template: understrap
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,translation-ready,block-styles,wide-blocks,editor-style,threaded-comments,accessibility-ready
Version: 1.2.4.1745894321
Updated: 2025-04-29 02:38:41

*/

/*--- menu ------*/
.elementor-element.menu-main .elementor-nav-menu--main  .sub-menu {
    width: 300px;
}
/*---- project ----*/
.elementor-element.box-project .elementor-widget-container {
    position: relative;

}

.box-project .elementor-widget-container::before {
    transition: 0.4s;

}

.box-project:hover .elementor-widget-container::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scaleY(100%);
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.4s;
}

.box-project:hover .elementor-widget-container .elementor-heading-title
 {
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 99999;
    transition: 0.4s;
}

.box-project:hover .elementor-widget-container .elementor-button-wrapper {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 99999;
    transition: 0.4s;
}

/*--- Language -----*/
.language ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
}
/*--- css bảng table */
table {
    width: 100%;
}
table tr {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

table tr td,
table tr th {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

table tr th,
table tr td {
    padding: 10px;
}
/*--- Phân trang sản phẩm ----*/
.product-archive .woocommerce nav.woocommerce-pagination ul,
.product-archive .woocommerce nav.woocommerce-pagination ul li {
    border: none;
}
.product-archive .woocommerce nav.woocommerce-pagination ul li .page-numbers {
    margin: 0 10px;
    width: 30px;
    height: 30px;
    background-color: #0071bd;
    color: #fff;
    border-radius: 4px;
}

.product-archive .woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
    background-color: #333333;
    color: #fff;
}
/*--- Hiệu ứng sản phẩm ----*/
.product-archive .products.elementor-grid li.product.type-product a.woocommerce-LoopProduct-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transform: scale(0%);
    transition: 0.3s;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.product-archive .products.elementor-grid li.product.type-product:hover a.woocommerce-LoopProduct-link::after {
    transform: scale(100%);
}
/*--- Điều chỉnh sản phẩm product archive ----*/
.product-archive .products.elementor-grid li.product.type-product {
    border: 1px solid #dedede;
    border-radius: 8px;
}

.product-archive .products.elementor-grid li.product.type-product a.woocommerce-LoopProduct-link img {
    position: relative;
    height: 220px;
    object-fit: contain;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;

}

.product-archive .products.elementor-grid li.product.type-product .add-to-cart-container {
    margin-bottom: -20px;
}

.product-archive .products.elementor-grid li.product.type-product .product_type_simple.btn {
    background-color: #fff;
    border: 1px solid #dedede;
    color: #0071bd;
    text-transform: uppercase;
    font-weight: bold;
}
/* --- Điều chỉnh toolbar (result count & ordering ) -----*/
.custom-shop-toolbar-wrapper {
    border: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 40px;
}

.custom-shop-toolbar-wrapper .woocommerce-ordering,
.custom-shop-toolbar-wrapper .woocommerce-result-count {
    margin-bottom: 0;
}

.custom-shop-toolbar-wrapper .woocommerce-ordering .form-select {
    border: none;
}

.custom-shop-toolbar-wrapper .woocommerce-result-count,
.custom-shop-toolbar-wrapper .woocommerce-ordering .orderby.custom-select.form-select {
    font-size: 13px;
    color: #7a7a7a;
}
/*---- Home -----*/

:root {
    --main-call-icon-color: #333333; /* màu gốc #1564a7 */
    --main-call-icon-blur-color:rgba(51, 51, 51, 0.7); /* từ màu main giảm opacity xuống 0.7 */
}
.logo-footer .elementor-widget-container img {
    filter: brightness(0) invert(1);
}

.title-footer .elementor-heading-title {
    position: relative;
    padding-bottom: 13px;
}

.title-footer .elementor-heading-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 50px;
    background-color: #fff;
}

/*--- Category product ----*/
.elementor-element.box-product .image-product .elementor-widget-container {
    position: relative;
}

.elementor-element.box-product .image-product .elementor-widget-container::before {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.elementor-pagination .page-numbers {
    height: 30px;
    width: 30px;
    background-color: #0272bd;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.elementor-pagination .page-numbers.current {
    background-color: #f1f1f1;
    color: #0272bd;
    border: 1px solid #0272bd;
}

.category-product::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background-color: #e2e2e2;
}

.category-product::after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 3px;
    background: #2A5BAA;
    height: 50px;
}

/*---- Service -----*/
.box-service .image-service .elementor-widget-container {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 70px;
    transition: 0.4s;
}

.box-service .image-service .elementor-widget-container img {
    transition: 0.4s;
}

.elementor-element .box-service:hover .content-service {
    background-color: #000;
}

.box-service:hover .image-service .elementor-widget-container img {
    transform: scale(1.2);
}

.box-service .title-service {
    position: relative;
    display: -webkit-box;
    max-height: 54px;
    -webkit-line-clamp: 2;
    visibility: visible;
    text-overflow: ellipsis;
    overflow:hidden;
    -webkit-box-orient: vertical;
}
.box-service .content-wrapper::before {
    position: absolute;
    content: "";
    top: 75px;
    margin-top: -2px;
    width: 50px;
    height: 4px;
    left: -23px;
    background-color: #0071bd;
    z-index: 2;
}

.box-service .desc-service {
    display: block;
    display: -webkit-box;
    max-height: 96px;
    -webkit-line-clamp: 4;
    visibility: visible;
    text-overflow: ellipsis;
    overflow:hidden;
    -webkit-box-orient: vertical;
}
/*--- ico footer ---*/
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 22px;
    right: -13px;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    right: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;

    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-wrap .hotline-phone-ring-circle {
    border: 2px solid var(--main-call-icon-color);
}

.zalo-ring-wrap .hotline-phone-ring-circle {
    border: 2px solid #1564a7;
}

.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: var(--main-call-icon-blur-color);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-wrap .hotline-phone-ring-circle-fill {
    background-color: var(--main-call-icon-blur-color);
}

.zalo-ring-wrap .hotline-phone-ring-circle-fill {
    background-color: rgba(21,100,167,.7);
}

.hotline-phone-ring-img-circle {
    background-color: var(--main-call-icon-color);
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-wrap .hotline-phone-ring-img-circle {
    background-color: var(--main-call-icon-color);
}

.zalo-ring-wrap .hotline-phone-ring-img-circle {
    background-color: #1564a7;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-bar {
    position: absolute;
    background: var(--main-call-icon-color);
    height: 45px;
    width: 165px;
    line-height: 40px;
    border-radius: 3px;
    padding-right: 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 50px;
    right: 47px;
    bottom: 31px;
}
.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-indent: 14px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}
span.background-zalo-ib,
span.background-call {
    width: 31px;
    height: 31px;
    background-size: cover;
}
span.background-call {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAolBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8ELnaCAAAANXRSTlMA/fnwB9f2sUzq5dLDrDUi+t27jWpmXzALBOHNtJ6Dd1hUR0I9OB8Cx5mSiH1wGxkWEaWjUGLgVpsAAAFWSURBVDjLdZPpkoIwEIQn4RIFFA+8EURBXY+98v6vtrkYki38fqWmO0yqZwCDJjnsvHASbuPsC3oYjBhC4vF/+RwRxhwHLTRfm/I4IL4WkcA19CHrIVqB5pmqSjixHVetf3pMcnkVxHYMpL7Sr9/zngvbkDYAbZFs5JumtuMXOKrB8AMER9swFfno8wIkI8vg8zAifT4IebmjzGIJY/Nrruczmww7UN/lBoaJYeO5PjnshC8wmKOB58ANyYTZFFDq+5xKDHUjxvSDT60h6QypGM76nNU8/ZnSh7wirugR3KAjl5WYn4RX7wJ5QEfUhvN0ZAvFHfWEqJw4c2YgJyIjUx0Ezc50XOSl9U2Gpzd3JdwI2eaPu6rMcOFZLyH+HftenRSgedE+nZbQMuvT/SPqtRrQ9krM/icl4hpGA4AKl2GUudDxzbdJ+d0ySCn14gosgiCB9/wB7hZ8KfMqBEkAAAAASUVORK5CYII=);
}
span.background-zalo-ib {
    background-image: url(data:image/png;base64,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);
}
.zalo-ring-wrap {
    position: fixed;
    right: -14px;
    bottom: 146px;
    z-index: 999999;
}

/*---- logo -----*/
.box-logo .elementor-widget-image .elementor-widget-container img {
    background-color: #fff;
}
/*! CSS Used keyframes */
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

