/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
@font-face {
    font-family: "Futura-Std";
    src: url("font/FuturaStdBook.otf");
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
.elementor-counter-title,
.elementor-counter-number-wrapper span {
    /* font-family: 'Futura-Std', sans-serif !important; */
    /* Sử dụng font mà bạn đã định nghĩa */
    margin: 0 !important;
}


#offcanvas .ct-panel-inner {
    height: 100% !important;
}

#menu-menu-chinh-1 li a.ct-menu-link {
    font-family: "Futura Std", Sans-serif !important;
    text-transform: capitalize;
}

.layout_post:hover,
.layout_tai_san:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
        -webkit-mask-position: 150%;
    }

    100% {
        -webkit-mask-position: -50%;
    }
}

.elementor-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.page-numbers {
    background: transparent;
    width: 30px;
    height: 40px;
    border-radius: 0px;
    margin: 0px;
    padding: 5px;
    display: block;
}

.page-numbers.current {
    background: #eb1c24;

}

.thong_diep .elementor-icon-box-description {
    text-align: justify;
}

.khach_hang .e-gallery-grid .e-gallery-image {
    background-size: contain;
    background-repeat: no-repeat;
}

.menu_footer .menu-item:first-child a {
    padding-left: 0px !important;
}

.thu_vien_anh .elementor-item.elementor-gallery-title.elementor-item-active {
    background: #013c82;
    color: #fff;
}

.tieu_de_gioi_thieu_chung p {
    line-height: 1.2em;

}

.elementor-heading-title.elementor-size-default{
    line-height: 1.2em !important;
}
.ct-header-search.ct-toggle,
.ct-header-cta .ct-button {
    width: 34px;
    height: 34px;
    border-radius: 50% !important; 
    padding: 0;
    margin-left: 5px;
    background-color: #013c82 !important;
    transition: all .2s;
    margin: 0 !important;
}
.ct-header-search.ct-toggle:hover,
.ct-header-cta .ct-button:hover {
    background-color: #eb1c24 !important;
}

[data-column=end]>[data-items=primary] {
    gap: 5px;
}

@media only screen and (max-width: 678px) {}