body.dialog-prevent-scroll {
    margin-left: -280px;
    /*	    transition-timing-function: cubic-bezier(0.58, 0.07, 1, 1);*/
}

body {
    transition: margin ease .5s;
    width: 100%;
}

html {
    overflow-x: hidden;
}

body.home .ali-top-bar .elementor-social-icons-wrapper .elementor-social-icon svg {
    fill: #fff;

}

body.home .ali-top-bar .elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a,
body.home .ali-header .ali-menu .elementor-nav-menu--main .elementor-item {
    color: #fff;
}

b{
	font-weight: 700;
}

/* .aly-event-popup#elementor-popup-modal-1301 .dialog-message{
	width: auto;
    max-width: 60%;
    margin: auto;
} */
/*Responsive Service Home Mobile @Anhdt*/
@media screen and (max-width: 680px) {
    ul.ali-tabs {
        justify-content: flex-start;
        overflow: scroll;
    }
}