
.disnone{
    display: none !important;
}
.hang1{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.hang2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hang3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.midd {
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}
ol, ul{ list-style: none; }
/* p{ margin-bottom: 0; } */
/* img, svg{ display: inline-block; } */
form input:focus, form textarea:focus{ --tw-ring-offset-shadow:none !important; }

.logo_a{ width:auto; height:60px; }
@media (max-width: 768px){
    .logo_a{ width:auto; height:48px; }
}

.form-control{ border: 0 !important; background: transparent !important; }








