/**
Theme Name: vnhome_child_theme
Author: TaiNV
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vnhome_child_theme
Template: astra
*/

ul {
	margin-bottom: 0 !important;
}

.site-header {
    width: 100%;
    z-index: 99;
	left: 0;
	position: fixed !important;
}

.site-header .ast-primary-header-bar.main-header-bar, .ast-primary-header-bar.main-header-bar {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.site-header .menu-item {
	font-weight: bold;
}

.site-footer .widget {
    margin: 0 0 15px 0;
}

.category-title {
    text-align: center; /* Căn giữa tiêu đề */
    font-size: 40px;
    margin: 0 0 20px 0;
    font-weight: bold; /* Đậm tiêu đề */
    color: #22603D;
    position: relative;
}

.category-title::after {
    content: ""; /* Không hiển thị nội dung */
    display: block; /* Hiển thị dưới dạng khối */
    width: 100px; /* Chiều rộng của dấu gạch ngang */
    height: 3px; /* Độ dày của dấu gạch ngang */
    background-color: #22603D; /* Màu sắc của dấu gạch ngang */
    margin: 10px auto 0; /* Khoảng cách trên dấu gạch ngang, căn giữa */
    position: absolute; /* Định vị dấu gạch ngang */
    bottom: 0; /* Đặt dấu gạch ngang ở dưới cùng của phần tử */
    left: 50%; /* Định vị dấu gạch ngang ở giữa phần tử */
    transform: translateX(-50%); /* Căn giữa dấu gạch ngang */
}

.post-item {
    position: relative;
    width: 100%;
    padding-top: 125%;
    background-size: cover;
    background-position: center;
    color: white; /* Màu chữ mặc định, bạn có thể điều chỉnh */
    overflow: hidden;
    border-radius: 8px; /* Thêm bo góc nếu cần */
    display: flex;
    align-items: flex-end; /* Đặt tiêu đề ở phía dưới */
    text-align: center;
}

.post-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); /* Nền mờ để tiêu đề nổi bật hơn */
    padding: 10px;
}

.post-title {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.post-date {
    position: absolute;
    top: 10px; /* Khoảng cách từ trên cùng */
    right: 10px; /* Khoảng cách từ cạnh phải */
    background-color: rgba(0, 0, 0, 0.7); /* Nền mờ tối để nổi bật */
    color: white;
    padding: 5px 10px;
    border-radius: 5px; /* Bo góc cho tag ngày */
    font-size: 14px; /* Kích thước chữ */
    font-weight: bold;
    z-index: 2; /* Đảm bảo ngày nằm trên ảnh */
}

.pagination {
    justify-content: center;
    margin: 20px 0;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 5px;
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
}

.pagination a:hover {
    background-color: #ddd;
}

.pagination .current {
    background-color: #22603d;
    color: white;
}


.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-2 .quick-alo-ph-circle {
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
}
.quick-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid red;
    opacity: .1;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}

.hotline-phone-2 .quick-alo-ph-circle-fill {
    top: 16px;
    left: 16px;
    width: 80px;
    height: 80px;
    background: red;
}
.quick-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}

.hotline-phone-2 .quick-alo-ph-img-circle {
    top: 31px;
    left: 31px;
    width: 50px;
    height: 50px;
    background: red;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, .1) url('https://plift.vn/wp-content/themes/retreatclub/assets/lib/images/icon-phone.png') no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}

.hotline-phone-2 .quick-alo-ph-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-2 .quick-alo-ph-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

.hotline-phone-2 .alo-floating-zalo {
    bottom: 120px;
    left: 30px;
}
.alo-floating-zalo {
    bottom: 60px;
    padding-left: 48px;
    background: url('https://thangmaycaitao.vn/wp-content/uploads/2024/08/icons8-zalo-48.png') 8px center no-repeat, #0472b8;
    background-size: 30px auto;
}
.alo-floating {
    display: block;
    position: fixed;
    z-index: 9999;
    height: 45px;
    font-size: 14px;
    border-radius: 40px;
    cursor: pointer;
    max-width: 250px;
    overflow: hidden;
}

.alo-floating a {
    color: #FFF;
}

@keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes quick-alo-circle-img-anim {

    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}