/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.loop_custom .loop_custom_img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.loop_custom .loop_custom_ex p {
    margin: 0 !important;
}

.icon_contact_footer .elementor-icon-list-icon {
    border: 1px solid #023f88;
    padding: 5px !important;
    border-radius: 50px;
}

.icon_contact_footer .elementor-icon-list-icon svg {
    margin: 0 !important;
}

#offcanvas .ct-panel-inner {
    height: 100vh;

}

.breadcrumb_custom a,
.breadcrumb_custom .breadcrumb_last {
    font-weight: 600;
    font-size: 14px;
    color: #3a4f66;
}

.elementor-image-box-img {
    overflow: hidden;
    border-radius: 15px;
}

.elementor-image-box-img img {
    transform: scale(1);
    transition: all .5s;
}

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

#menu-item-65 .sub-menu .animated-submenu .sub-menu .menu-item a {
    font-size: 13px;
}

ul#menu-menu-ngon-ngu-1 li:first-child::after ,
ul#menu-menu-ngon-ngu li:first-child::after {
    content: "";
    width: 1px;
    height: 15px;
    background: #e5e5e5;
}
