/**
Theme Name: Unikia
Author: Thiên Quân
Author URI: https://linxhq.com.vn
Description: 
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: unikia
Template: hello-elementor
*/

.term-project span.elementor-post-info__terms-list {
    display: flex!important;
    flex-direction: row-reverse;
}
.term-project span.elementor-post-info__terms-list span:not(:last-child) {
    padding-left: 5px;
}
.swiper-pagination-bullets {
    margin-bottom: -10px!important;
}


/*Bottom slider home*/
.slide-banner .swiper-slide-contents{
    padding-bottom: 30px!important;
}


/*Icon social contact mobile ìn footer*/
@media (max-width: 767px) {
    .change-space ul {
        display: block!important;
    }

    .change-space ul li {
        margin-bottom: 10px!important; /* Thêm khoảng cách dọc giữa các thẻ li */
    }

    .change-space ul li:last-child {
        margin-bottom: 0!important; /* Xóa khoảng cách cho thẻ li cuối cùng */
    }
}

/*Add widget guild*/
.taxonomy-menu-widget .menu-item {
    margin-bottom: 15px;
}

.menu-title {
    cursor: pointer;
    font-weight: bold;
}

.menu-posts {
    margin-top: 10px;
    padding-left: 20px;
}

.post-item {
    margin-bottom: 5px;
}

.menu-posts .post-item a{
    color:#333!important;
}