/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.13.1758338506
Updated: 2025-09-20 10:21:46

*/

/*--- body ------*/
html, body {
    scroll-behavior: initial;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #000;
}

.gallery-image .e-gallery-image {
	height: 470px;
}

.antra-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -ms-transition: opacity .3s,color .4s;
    -o-transition: opacity .3s,color .4s;
    -moz-transition: opacity .3s,color .4s;
    -webkit-transition: opacity .3s,color .4s;
    transition: opacity .3s,color .4s
}

.antra-cursor:before {
    background: #000;
}

.antra-cursor:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -ms-transition: transform .3s ease-in-out,opacity .1s,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out,opacity .1s,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out,opacity .1s,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out,opacity .1s,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,opacity .1s,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out
}

.antra-cursor:is(.-normal) {
    mix-blend-mode: normal
}

.antra-cursor:is(.-normal):before {
    background: currentColor
}

.antra-cursor:is(.-text) {
    mix-blend-mode: normal;
}

@supports (mix-blend-mode: exclusion) {
    .antra-cursor.-exclusion,.antra-cursor.-opaque {
        mix-blend-mode:exclusion
    }
}

@supports (mix-blend-mode: exclusion) {
    .antra-cursor.-exclusion:before,.antra-cursor.-opaque:before {
        background:#fff
    }
}


.antra-cursor:is(.-text) .antra-cursor-text {
    opacity: 1;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.antra-cursor:is(.-text):before {
    background: currentColor
}

.antra-cursor:is(.-inverse) {
    color: #fff
}

.antra-cursor:is(.-visible):before {
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    -moz-transform: scale(.2);
    -webkit-transform: scale(.2);
    transform: scale(.2)
}

.antra-cursor:is(.-visible):is(.-active):before {
    -ms-transform: scale(.23);
    -o-transform: scale(.23);
    -moz-transform: scale(.23);
    -webkit-transform: scale(.23);
    transform: scale(.23);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.antra-cursor:is(.-pointer):before {
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.antra-cursor:is(.-text):before {
    background: #000;
    opacity: .8;
    backdrop-filter: blur(10);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.antra-cursor:is(.-text):is(.-active):before {
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.antra-cursor:is(.-opaque):before {
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.antra-cursor:is(.-opaque):is(.-active):before {
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.antra-cursor:is(.-lg):before {
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2)
}

.antra-cursor:is(.-hidden):before {
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.antra-cursor-text {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -.01em;
    -ms-transform: scale(0) rotate(10deg);
    -o-transform: scale(0) rotate(10deg);
    -moz-transform: scale(0) rotate(10deg);
    -webkit-transform: scale(0) rotate(10deg);
    transform: scale(0) rotate(10deg);
    -ms-transition: opacity .4s,transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
    -o-transition: opacity .4s,transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
    -moz-transition: opacity .4s,transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
    -webkit-transition: opacity .4s,transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
    transition: opacity .4s,transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s
}

/*------ css button ----*/
.button-more .elementor-button-icon {
    transform: rotate(-45deg);
    transition: 0.6s;
}

.button-more:hover .elementor-button-icon {
    transform: rotate(0deg);
    transition: 0.6s;
}
/*-----css footer ------*/
.image-footer {
    filter: invert(1);
}

/*------ css home ----------*/
.image-service {
    border-radius: 15px;
    overflow: hidden;
}

.image-service .elementor-widget-container img {
    transition: 0.6s;
    overflow: hidden;
    border-radius: 15px !important;
}

.image-service:hover .elementor-widget-container img {
    transition: 0.6s;
    transform: scale(1.3);
    border-radius: 15px;
}

.project-tab .elementor-portfolio__filters li.elementor-active {
    background-color: #000;
}

.project-tab .elementor-portfolio__filters li {
    border: 1px solid #ccc;
    padding: 6px 20px;
    border-radius: 10px;
}


.item-project h3.elementor-cta__title {
    opacity: 0;
}

.item-project:hover h3.elementor-cta__title {
    opacity: 1;
}
/*---- css about --------*/
.number-about .elementor-heading-title::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    top: 50%;
    left: 100px;
    background: #dba321;
}

.number-about .elementor-heading-title {
    position: relative;
}

/*----- css service ----*/
.carousel-service .swiper-slide img {
    object-fit: cover;
    transition: all 0.4s ease;
}

/* Slide mặc định (bên trái & phải) */
.carousel-service  .swiper-slide {
    height: 700px !important;
    width: 300px !important;
    transform: scale(0.7);
    opacity: 0.5;
    transition: all 0.4s ease;
}

/* Slide active (ở giữa) */
.carousel-service .swiper-slide.swiper-slide-active img {
    object-fit: cover;
    opacity: 1;
}

.carousel-service  .swiper-slide.swiper-slide-active {
    width: 1320px !important;
    max-width: none !important;
    height: 700px !important;
    transform: scale(1); /* không bị thu nhỏ */
    z-index: 2;
}

/*------ css project ---------*/
.slick-prev.button-prev::before {
    content: "‹";
    font-size: 40px;
    line-height: 11px;
    color: #000;
}

.slick-next.button-next::before {
    content: "›";
    font-size: 40px;
    line-height: 11px;
    color: #000;
}

.slick-prev.button-prev {
    left: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.8);
}

.slick-next.button-next {
    right: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.8);
}

.button-prev:before, .button-next:before {
    color: #ffffff;
}

.button-prev, .button-next {
    z-index: 10;
}

/*------ css Blog -------*/
.box-blog .desc-blog .elementor-widget-container {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    visibility: visible;
    text-overflow: ellipsis;
    overflow:hidden;
    -webkit-box-orient: vertical;
}

.tag-blog .elementor-icon-list-items li {
    border: 1px solid #e3e3e8;
    padding: 5px 20px;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .elementor-element.project-tab .elementor-portfolio__filters li {
        margin-bottom: 10px;
        padding: 4px 7px;
    }
}